diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-09 20:07:04 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-09 20:07:04 +0000 |
| commit | 98329dc10a08f435146ac744313761e9346b74ba (patch) | |
| tree | 75aa865741504e0481661040524da0b33c640f8e /modules | |
| parent | a7f3ac7db30e9f7f308b4157826735a646738292 (diff) | |
| download | users-98329dc10a08f435146ac744313761e9346b74ba.tar.gz users-98329dc10a08f435146ac744313761e9346b74ba.tar.bz2 users-98329dc10a08f435146ac744313761e9346b74ba.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_online_users.tpl | 10 | ||||
| -rw-r--r-- | modules/help_mod_since_last_visit.tpl | 1 | ||||
| -rw-r--r-- | modules/help_mod_user_pages.tpl | 31 | ||||
| -rw-r--r-- | modules/help_mod_user_profile.tpl | 13 |
4 files changed, 37 insertions, 18 deletions
diff --git a/modules/help_mod_online_users.tpl b/modules/help_mod_online_users.tpl new file mode 100644 index 0000000..ec2f13a --- /dev/null +++ b/modules/help_mod_online_users.tpl @@ -0,0 +1,10 @@ +<p class="note"> + {tr}Display users who are currently logged in. <kbd>time_buffer</kbd> is set in seconds.{/tr} + <br /> + <span class="example">{tr}Example:{/tr} <kbd>time_buffer=1111</kbd></span> +</p> + +<dl> + <dt class="param"><kbd>time_buffer</kbd></dt> + <dd><abbr class="default" title="default">900<abbr>, <em>{tr}Numeric{/tr}</em></dd> +</dl>
\ No newline at end of file diff --git a/modules/help_mod_since_last_visit.tpl b/modules/help_mod_since_last_visit.tpl new file mode 100644 index 0000000..9e6db5d --- /dev/null +++ b/modules/help_mod_since_last_visit.tpl @@ -0,0 +1 @@ +<p>This module doesn't take any parameters.</p>
\ No newline at end of file diff --git a/modules/help_mod_user_pages.tpl b/modules/help_mod_user_pages.tpl index 9e17e38..cfbffa2 100644 --- a/modules/help_mod_user_pages.tpl +++ b/modules/help_mod_user_pages.tpl @@ -1,18 +1,13 @@ -{tr}<strong>Summary</strong>: Display the most recently changed content by the viewer.{/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>content_type_guid</td> - <td>bitpage<br />bituser<br />...</td> - <td>{tr}Here you can specify what type of content you wish to show.{/tr}</td> - </tr> - <tr class="even"> - <td>show_date</td> - <td>( {tr}boolean{/tr} )</td> - <td>{tr}Specify if you want to display the date of the last modification.{/tr}</td> - </tr> -</table> +<p class="note"> + {tr}Display the most recently changed content by the viewer. <kbd>show_date</kbd> adds the date of the last modification.{/tr} + <br /> + <span class="example">{tr}Example:{/tr} <kbd>content_type_guid=bitblogpost&show_date=1</kbd></span> +</p> + +<dl> + <dt class="param"><kbd>content_type_guid</kbd></dt> + <dd>{tr}bitpage, bituser, …{/tr}</dd> + + <dt class="param"><kbd>show_date</kbd></dt> + <dd><em>{tr}Boolean{/tr}</em></dd> +</dl>
\ No newline at end of file diff --git a/modules/help_mod_user_profile.tpl b/modules/help_mod_user_profile.tpl new file mode 100644 index 0000000..10ff215 --- /dev/null +++ b/modules/help_mod_user_profile.tpl @@ -0,0 +1,13 @@ +<p class="note"> + {tr}Show the profile of a user, selected either by user ID or by login name.{/tr} + <br /> + <span class="example">{tr}Example:{/tr} <kbd>login=invaderzim</kbd></span> +</p> + +<dl> + <dt class="param"><kbd>user_id</kbd></dt> + <dd><em>{tr}Numeric{/tr}</em></dd> + + <dt class="param"><kbd>login</kbd></dt> + <dd><em>{tr}String{/tr}</em></dd> +</dl>
\ No newline at end of file |
