moved winix directories to winixdsubdirectory

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1028 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2016-03-17 08:26:02 +00:00
parent ed5adb3f23
commit 145efe937c
246 changed files with 0 additions and 0 deletions

28
winixd/html/fun_stat.html Normal file
View File

@@ -0,0 +1,28 @@
<div class="winix">
<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>
</div>