summaryrefslogtreecommitdiffstats
path: root/shorewall-edit-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-edit-html.lsp')
-rw-r--r--shorewall-edit-html.lsp11
1 files changed, 8 insertions, 3 deletions
diff --git a/shorewall-edit-html.lsp b/shorewall-edit-html.lsp
index 3e12554..f1c4958 100644
--- a/shorewall-edit-html.lsp
+++ b/shorewall-edit-html.lsp
@@ -12,17 +12,22 @@
<dd><?= view.filecontent.filedetails.size ?></dd>
<dt>Last modified</dt>
-<dd><?= view.filecontent.filedetails.mtime ?></dd>
+<dd><?= view.filecontent.filedetails.mtimelong ?></dd>
<dt>Mode</dt>
<dd><?= view.filecontent.filedetails.mode ?></dd>
<dt>Owner:Group</dt>
-<dd><?= view.filecontent.filedetails.uid ?>:<?= view.filecontent.filedetails.gid ?></dd>
+<dd><?= view.filecontent.filedetails.gid ?>:<?= view.filecontent.filedetails.group ?></dd>
<h2>Content</h2>
<textarea name="" style="width:100%;height:400px;"><?= view.filecontent.value ?></textarea>
-
+<h2>DEUB INFO</h2>
+<?
+for a,b in pairs(view.filecontent.filedetails) do
+print (a,b .. "<BR>")
+end
+?>
</body>
</html>