35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<%inherit file="../../base.html" />
|
|
|
|
<%block name="view_notes">
|
|
<%include file="_note-usage.html" />
|
|
</%block>
|
|
|
|
<%block name="title">UX Style Reference</%block>
|
|
<%block name="bodyclass">is-signedin course uploads view-container</%block>
|
|
|
|
<%block name="content">
|
|
<div class="main-wrapper">
|
|
<div class="inner-wrapper">
|
|
<div class="main-column">
|
|
<article class="window unit-body">
|
|
<h1>UX Style Reference</h1>
|
|
|
|
<ol class="components">
|
|
<li class="component">
|
|
<div class="wrapper wrapper-component-action-header">
|
|
<h2>Page Types</h2>
|
|
</div>
|
|
<section class="xblock xblock-student_view xmodule_display xmodule_HtmlModule">
|
|
<ul>
|
|
<li><a href="container.html">Container page</a></li>
|
|
<li><a href="unit.html">Unit page</a></li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ol>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</%block>
|