admin interface with tab layout

This commit is contained in:
phil 2015-04-27 20:07:18 +00:00
parent 5d2a411f6a
commit a2c83f1b05
6 changed files with 153 additions and 97 deletions

View file

@ -0,0 +1,17 @@
<div id="help">
<p>The content may be written in <a href="http://www.wikicreole.org/imageServlet?page=CheatSheet%2Fcreole_cheat_sheet.png" target="_blank">wikicreole syntax</a>. Here are some examples:</p>
<dl>
<dt><strong>Emphasis</strong></dt>
<dd><em>//italics//</em> <br/><strong>**bold**</strong></dd>
<dt><strong>Links</strong></dt>
<dd>[[URL]] <br/>[[URL|linkname]]</dd>
<dt><strong>Headings</strong></dt>
<dd>== Large heading <br/>=== Medium heading <br/>==== Small heading</dd>
<dt><strong>Lists</strong></dt>
<dd>* Bullet list <br/>** Sub item of bullet list <br/># Numbered list <br/>## Sub item of numbered list</dd>
<dt><strong>Line break</strong></dt>
<dd>Force\\Linebreak</dd>
<dt><strong>Howto</strong></dt>
<dd>1. Press "Generate current timestamp" button to insert the current timestamp<br/>2. Choose a title<br/>3. Create some content<br/>4. Press "Create" button to publish to frontpage</dd>
</dl>
</div>