aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Help/index_it.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Help/index_it.php')
-rw-r--r--h-source/Application/Views/Help/index_it.php54
1 files changed, 53 insertions, 1 deletions
diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php
index e55d88f..d4f6f7d 100644
--- a/h-source/Application/Views/Help/index_it.php
+++ b/h-source/Application/Views/Help/index_it.php
@@ -40,7 +40,7 @@
<h3>Lista dei tag della wiki di <?php echo Website::$generalName;?></h3>
- <table class="help_wiki_table" width="100%">
+ <table class="help_wiki_table" width="100%" border="1px">
<thead>
<tr>
@@ -170,6 +170,58 @@
</tr>
</table>
+ <h3>Alcuni esempi aggiuntivi:</h3>
+
+ <table width="100%" border="1px">
+ <tr>
+ <td>
+ <b>Lista</b>
+ </td>
+ <td>
+ <ul>
+ <li>primo elemento</li>
+ <li>secondo elemento</li>
+ </ul>
+ </td>
+ <td>
+ <ul style="list-style-type:none;">
+ <li>[list]</li>
+ <li>
+ <ul style="list-style-type:none;">
+ <li>[*]primo elemento[/*]</li>
+ <li>[*]secondo elemento[/*]</li>
+ </ul>
+ </li>
+ <li>[/list]</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b>Lista numerata</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>Classi di compatibilità</h1></a>
<a name="notebook-compatibility"><h2>Notebooks</h2></a>