added 'stat' winix function
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@665 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
22
html/fun_stat.html
Executable file
22
html/fun_stat.html
Executable file
@@ -0,0 +1,22 @@
|
||||
<h1 class="simple">{stat_header}</h1>
|
||||
|
||||
<table class="withoutborder">
|
||||
|
||||
<tr><th>{stat_item_type}:</th> <td>
|
||||
[if stat_item_type_is_file]{stat_item_type_file}[end]
|
||||
[if stat_item_type_is_static_file]{stat_item_type_static_file}[end]
|
||||
[if stat_item_type_is_dir]{stat_item_type_dir}[end]
|
||||
</td></tr>
|
||||
|
||||
<tr><th>{stat_item_inode}:</th> <td>[stat_item_inode]</td></tr>
|
||||
<tr><th>{stat_item_user}:</th> <td>[stat_item_user]</td></tr>
|
||||
<tr><th>{stat_item_group}:</th> <td>[stat_item_group]</td></tr>
|
||||
<tr><th>{stat_item_privileges}:</th> <td>[stat_item_privileges]</td></tr>
|
||||
<tr><th>{stat_item_date_creation}:</th><td>[stat_item_date_creation]</td></tr>
|
||||
<tr><th>{stat_item_date_modification}:</th><td>[stat_item_date_modification]</td></tr>
|
||||
|
||||
<tr><th>{stat_item_template}:</th><td>
|
||||
[if stat_item_is_template_from_mount_point]{stat_template_from_mount_point}[else][stat_item_template][end]
|
||||
</td></tr>
|
||||
|
||||
</table>
|
Reference in New Issue
Block a user