winix/winixd/html/fun_stat.html

29 lines
963 B
HTML

<div class="winix">
<h1 class="simple">{stat_header}</h1>
<table class="uk-table uk-table-small uk-table-divider uk-width-1-2@m">
<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>