clarify help box

new bootstrap-files
This commit is contained in:
phil 2015-04-26 20:20:52 +00:00
parent 2b42525660
commit e121ce9b7a
10 changed files with 3925 additions and 2936 deletions

View file

@ -13,7 +13,7 @@
<div class="container theme-showcase" role="main">
<h1 id="title">Tycker Administration Interface</h1>
<h1 id="title">Tycker Administration</h1>
<?python
import datetime
@ -30,16 +30,16 @@
<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>accentuation</strong></dt>
<dd>//italics// --> <em>italics</em></dd>
<dd>**bold** --> <strong>bold</strong></dd>
<dt><strong>linking</strong></dt>
<dd>Link to [[page]] --> Link to <a href="https://systemausfall.org">page</a></dd>
<dd>[[URL|linkname]] --> <a href="systemausfall.org">linkname</a></dd>
<dt><strong>Emphasis</strong></dt>
<dd><em>//italics//</em>; <strong>**bold**</strong>; ---- horizontal line</dd>
<dt><strong>Links</strong></dt>
<dd>[[URL]]; [[URL|linkname]]</dd>
<dt><strong>headings</strong></dt>
<dd>== Large heading</dd>
<dd>=== Medium heading</dd>
<dd>==== Small heading</dd>
<dd>== Large heading; === Medium heading; ==== Small heading</dd>
<dt><strong>Lists</strong></dt>
<dd>* Bullet list; ** Sub item of bullet list; # Numbered list; ## Sub item of numbered list</dd>
<dt><strong>Line break</strong></dt>
<dd>Force\\Linebreak</dd>
</dl>
</div>