aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/Help/index.php53
-rw-r--r--h-source/Application/Views/Help/index_es.php54
-rw-r--r--h-source/Application/Views/Help/index_fr.php53
-rw-r--r--h-source/Application/Views/Help/index_it.php54
-rw-r--r--h-source/Application/Views/My/panel.php6
5 files changed, 216 insertions, 4 deletions
diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php
index c7c0bb9..7929cbe 100644
--- a/h-source/Application/Views/Help/index.php
+++ b/h-source/Application/Views/Help/index.php
@@ -40,7 +40,7 @@
<h3>List of <?php echo Website::$generalName;?> wiki tags</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>Compatibility classes</h1></a>
<a name="notebook-compatibility"><h2>Notebooks</h2></a>
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>
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>
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>
diff --git a/h-source/Application/Views/My/panel.php b/h-source/Application/Views/My/panel.php
index 006869f..44f159e 100644
--- a/h-source/Application/Views/My/panel.php
+++ b/h-source/Application/Views/My/panel.php
@@ -26,6 +26,12 @@
<a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> &raquo; panel
</div>
+ <?php if ($isBlocked) { ?>
+ <div class="moderator_box">
+ Your account has been blocked by a moderator of the website. You can neither insert/modify devices nor submit new issues or messages until some other moderator un-block your account.
+ </div>
+ <?php } ?>
+
<ul class='panelApplicationList'>
<li><a href="<?php echo Url::getRoot('meet/user/'.$lang.'/'.$username);?>">Watch your public profile</a></li>
<li><a href="<?php echo Url::getRoot('my/profile/'.$lang.'/'.$token);?>">Edit your profile</a></li>