summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-09-09 20:07:02 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-09-09 20:07:02 +0000
commit7486784dda0b155cb2ae2614dd25edb058bef55e (patch)
tree79eac80ba349f170efe5077cd56b2c086e99276d /modules
parente2b83c6d19d1df3a230d04501be4535206662419 (diff)
downloadarticles-7486784dda0b155cb2ae2614dd25edb058bef55e.tar.gz
articles-7486784dda0b155cb2ae2614dd25edb058bef55e.tar.bz2
articles-7486784dda0b155cb2ae2614dd25edb058bef55e.zip
one help file for each module (that takes parameters), html code change from <table> to <dl>
Diffstat (limited to 'modules')
-rw-r--r--modules/help_mod_articles.tpl39
1 files changed, 16 insertions, 23 deletions
diff --git a/modules/help_mod_articles.tpl b/modules/help_mod_articles.tpl
index 57ee301..b0c8862 100644
--- a/modules/help_mod_articles.tpl
+++ b/modules/help_mod_articles.tpl
@@ -1,23 +1,16 @@
-{tr}<strong>Summary</strong>: Display a list of article titles.{/tr}<br />
-<table class="data">
- <tr>
- <th style="width:20%;">{tr}Parameter{/tr}</th>
- <th style="width:20%;">{tr}Value{/tr}</th>
- <th style="width:60%;">{tr}Description{/tr}</th>
- </tr>
- <tr class="odd">
- <td>status</td>
- <td>pending<br />approved</td>
- <td>{tr}Decide on what type of articles you wish to display.<br />( default: approved ){/tr}</td>
- </tr>
- <tr class="even">
- <td>sort_mode</td>
- <td>last_modifed_desc<br />last_modifed_asc<br />created_asc<br />created_desc</td>
- <td>{tr}Decide in what order you wish to display the articles.<br />( default: last_modified_desc ){/tr}</td>
- </tr>
- <tr class="odd">
- <td>topic</td>
- <td>( {tr}string{/tr} )</td>
- <td>{tr}Display articles from a given topic only.{/tr}</td>
- </tr>
-</table>
+<p class="note">
+ {tr}Display a list of article titles.{/tr}
+ <br />
+ <span class="example">{tr}Example:{/tr} <kbd>status=pending&sort_mode=created_asc&topic=News</kbd></span>
+</p>
+
+<dl>
+ <dt class="param"><kbd>status</kbd></dt>
+ <dd><abbr class="default" title="default">approved</abbr>, pending</dd>
+
+ <dt class="param"><kbd>sort_mode</kbd></dt>
+ <dd><abbr class="default" title="default">last_modifed_desc</abbr>, last_modifed_asc, created_asc, created_desc</dd>
+
+ <dt class="param"><kbd>topic</kbd></dt>
+ <dd><em>{tr}String{/tr}</em></dd>
+</dl> \ No newline at end of file