aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Help/index_fr.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Help/index_fr.php')
-rw-r--r--h-source/Application/Views/Help/index_fr.php53
1 files changed, 52 insertions, 1 deletions
diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php
index c74e06f..d98d13b 100644
--- a/h-source/Application/Views/Help/index_fr.php
+++ b/h-source/Application/Views/Help/index_fr.php
@@ -40,7 +40,7 @@
<h3>Liste des tags Wiki sur <?php echo Website::$generalName;?></h3>
- <table class="help_wiki_table" width="100%">
+ <table class="help_wiki_table" width="100%" border="1px">
<thead>
<tr>
<th>name</th>
@@ -153,6 +153,57 @@
</tr>
</table>
+ <h3>Some more examples:</h3>
+
+ <table width="100%" border="1px">
+ <tr>
+ <td>
+ <b>List</b>
+ </td>
+ <td>
+ <ul>
+ <li>first item</li>
+ <li>second item</li>
+ </ul>
+ </td>
+ <td>
+ <ul style="list-style-type:none;">
+ <li>[list]</li>
+ <li>
+ <ul style="list-style-type:none;">
+ <li>[*]first item[/*]</li>
+ <li>[*]second item[/*]</li>
+ </ul>
+ </li>
+ <li>[/list]</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b>Numbered list</b>
+ </td>
+ <td>
+ <ol>
+ <li>first item</li>
+ <li>second item</li>
+ </ol>
+ </td>
+ <td>
+ <ul style="list-style-type:none;">
+ <li>[enum]</li>
+ <li>
+ <ul style="list-style-type:none;">
+ <li>[*]first item[/*]</li>
+ <li>[*]second item[/*]</li>
+ </ul>
+ </li>
+ <li>[/enum]</li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+
<a name="compatibility"><h1>Niveau de compatibilitée</h1></a>
<a name="notebook-compatibility"><h2>Notebooks</h2></a>