updated: to the new ezc api
added: following ezc functions: ezc_and_not, ezc_any_not, ezc_or_not, ezc_one_not, is, is_not, is_empty, is_not_empty git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1005 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<div id="winix_ls_browse_rightcolumn">
|
||||
|
||||
[if-any item_tab]
|
||||
[if item_tab]
|
||||
|
||||
<h2>{ls_pictures_in_dir} [dir]</h2>
|
||||
<ul>
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
<h1>{ls_header}</h1>
|
||||
|
||||
[if-no item_is]
|
||||
[if not item_is]
|
||||
|
||||
[if winix_function_param_is "l"]
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
[# now the parameter can be passed directly to if-one]
|
||||
[dir_childs_tab "with_parent"]
|
||||
|
||||
[if-one dir_childs_tab item_tab]
|
||||
[if one dir_childs_tab item_tab]
|
||||
|
||||
<table>
|
||||
[for dir_childs_tab]
|
||||
@@ -67,7 +67,7 @@
|
||||
<td>[dir_childs_tab_user]</td>
|
||||
<td>[dir_childs_tab_group]</td>
|
||||
<td>
|
||||
[if-one dir_childs_is_parent]
|
||||
[if dir_childs_is_parent]
|
||||
<a href="[doc_base_url][dir_parent_without_slash][if winix_function_param_is "dirls"]/ls/l/dirls[end]">../</a>
|
||||
[else]
|
||||
<a href="[doc_base_url][dir][dir_childs_tab_url][if winix_function_param_is "dirls"]/ls/l/dirls[end]">[dir_childs_tab_url]/</a>
|
||||
@@ -94,11 +94,11 @@
|
||||
[# loading dir childs table with a parent directory]
|
||||
[dir_childs_tab "with_parent"]
|
||||
|
||||
[if-one dir_childs_tab]
|
||||
[if dir_childs_tab]
|
||||
<ul>
|
||||
[for dir_childs_tab]
|
||||
<li>
|
||||
[if-one dir_childs_is_parent]
|
||||
[if dir_childs_is_parent]
|
||||
<a href="[doc_base_url][dir_parent_without_slash][if winix_function_param_is "dirls"]/ls/dirls[end]">../</a>
|
||||
[else]
|
||||
<a href="[doc_base_url][dir][dir_childs_tab_url][if winix_function_param_is "dirls"]/ls/dirls[end]">[dir_childs_tab_url]/</a>
|
||||
@@ -108,7 +108,7 @@
|
||||
</ul>
|
||||
[end]
|
||||
|
||||
[if-one item_tab]
|
||||
[if item_tab]
|
||||
<ul>
|
||||
[for item_tab]
|
||||
<li><a href="[doc_base_url][dir][item_tab_url]">[item_tab_url]</a></li>
|
||||
|
||||
Reference in New Issue
Block a user