FEDX-93
These are developer only pages, so can not be seen in production
environment. On devstack, you can access these pages in LMS and
Studio at:
/template/ux/reference/pattern-library-test.html
This is the second attempt to enable the Pattern Library. The
first attempt broke Django Templates and didn't work correctly
with right-to-left styling.
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<%page expression_filter="h"/>
|
|
<%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>
|
|
<li><a href="pattern-library-test.html">Pattern Library test page</a></li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ol>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</%block>
|