added: parameter 'r' to priv function
all directories and files can be changed git-svn-id: svn://ttmath.org/publicrep/winix/trunk@586 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -1,33 +1,29 @@
|
||||
[if-one thread_can_create]
|
||||
[is mount_page_is "subject"]<h1[is mount_page_is "info"] class="withinfo"[end]>[dir_last_subject]</h1>[end]
|
||||
[is mount_page_is "info"][dir_last_info][end]
|
||||
|
||||
[is mount_page_is "subject"]<h1[is mount_page_is "info"] class="withinfo"[end]>[dir_last_subject]</h1>[end]
|
||||
[is mount_page_is "info"][dir_last_info][end]
|
||||
|
||||
[if-one thread_can_create]
|
||||
<ul class="itemmenu">
|
||||
[if-one thread_can_create]
|
||||
<li><a href="[doc_base_url][dir]createthread">{thread_create_new}</a></li>
|
||||
[end]
|
||||
[if-one thread_can_create]<li><a href="[doc_base_url][dir]createthread">{thread_create_new}</a></li>[end]
|
||||
</ul>
|
||||
|
||||
[if-one thread_tab]
|
||||
<table class="forum">
|
||||
<tr><th>{thread_table_title}</th><th>{thread_table_author}</th><th>{thread_table_replies}</th><th>{thread_table_last_post}</th></tr>
|
||||
[for thread_tab]
|
||||
<tr>
|
||||
<td><a href="[doc_base_url][dir][thread_tab_url]">[thread_tab_subject]</a></td>
|
||||
<td class="smallfont">[thread_tab_author]</td><td class="smallfont">[thread_tab_answers]</td>
|
||||
<td class="smallfont">[thread_tab_last_item_date_modification_nice] ([thread_tab_last_item_user])</td>
|
||||
</tr>
|
||||
[end]
|
||||
</table>
|
||||
[end]
|
||||
|
||||
[if-one thread_tab]
|
||||
<table class="forum">
|
||||
<tr><th>{thread_table_title}</th><th>{thread_table_author}</th><th>{thread_table_replies}</th><th>{thread_table_last_post}</th></tr>
|
||||
[for thread_tab]
|
||||
<tr>
|
||||
<td><a href="[doc_base_url][dir][thread_tab_url]">[thread_tab_subject]</a></td>
|
||||
<td class="smallfont">[thread_tab_author]</td><td class="smallfont">[thread_tab_answers]</td>
|
||||
<td class="smallfont">[thread_tab_last_item_date_modification_nice] ([thread_tab_last_item_user])</td>
|
||||
</tr>
|
||||
[end]
|
||||
</table>
|
||||
[end]
|
||||
|
||||
|
||||
|
||||
|
||||
[if-one thread_is]
|
||||
[is mount_page_is "subject"]<h1[is mount_page_is "info"] class="withinfo"[end]>[dir_last_subject]</h1>[end]
|
||||
[is mount_page_is "info"][dir_last_info][end]
|
||||
|
||||
[if-one dir_can_use_emacs]
|
||||
<ul class="itemmenu">
|
||||
<li><a href="[doc_base_url][dir]emacs">{thread_reply_in_this_thread}</a></li>
|
||||
|
||||
Reference in New Issue
Block a user