aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Help/index_es.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-11-02 12:40:21 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-11-02 12:40:21 +0000
commit4daafefd0c29440c6fbad2239be2803ad04b92cd (patch)
tree05015ae5c876c7cc60ccca207f21e398ce99b5f2 /h-source/Application/Views/Help/index_es.php
parent049e37619a1ea7de4eed2695139645d6d6b9f397 (diff)
moderators can block/unblock users - part 2
Diffstat (limited to 'h-source/Application/Views/Help/index_es.php')
-rw-r--r--h-source/Application/Views/Help/index_es.php54
1 files changed, 53 insertions, 1 deletions
diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php
index 5ecc7f0..bf19b5b 100644
--- a/h-source/Application/Views/Help/index_es.php
+++ b/h-source/Application/Views/Help/index_es.php
@@ -40,7 +40,7 @@
<h3>Lista de las etiquetas wiki de <?php echo Website::$generalName;?></h3>
- <table class="help_wiki_table" width="100%">
+ <table class="help_wiki_table" width="100%" border="1px">
<thead>
<tr>
<th>nombre</th>
@@ -153,6 +153,58 @@
</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>Clases de Compatibilidad</h1></a>
<a name="notebook-compatibility"><h2>Laptops</h2></a>