1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- [% IF warnings.0 %]
- <aside id="errbox">
-
- <h1>SUGAR-TRAIL WARNINGS</h1>
-
- <blockquote id="warnings">
- [% FOREACH w in warnings %]
- <p>[% w %]</p>
- [% END %]
- </blockquote>
-
- </aside>
- [% END %]
-
- <form>
-
- <header>
- <p>This is the release client protocol. Here the body starts...</p>
- </header>
-
- <article>
- <time datetime="2010-01-12">yeah</time>
- <header>
- <h1><a href="#" rel="bookmark"
- title="link to this test">Main</a>
- </h1>
- </header>
-
- <ol>
- <li>Check A
- <ul>
- <li>result is a</li>
- </ul>
- </li>
- <li>Check IMAPIsm</li>
- <li>Check POP3ism
- <ul>
- <li>result is OK</li>
- </ul></li>
- <li>Some XP thing</li>
- <li>Some Win7 thing</li>
- <li>Some amd64 thing</li>
- </ol>
-
- <p>Some final comments.</p>
-
- </article>
-
- </form>
-
- <footer>
- <p>(c) Me</p><p>§ 2013 <a href="#">Alois Mahdal</a></p>
- </footer>
|