summaryrefslogtreecommitdiffstats
path: root/hostname-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-10-13 20:51:39 +0000
committerTed Trask <ttrask01@yahoo.com>2008-10-13 20:51:39 +0000
commit4329b7b6da85440f537da8e4c1b9da1150912df3 (patch)
tree7733780e543cd6e738405f72114f94ffc8ecee6a /hostname-html.lsp
parent303266d5fc5c1463a2aeecb2b4cc801b81ddfb06 (diff)
downloadacf-alpine-baselayout-4329b7b6da85440f537da8e4c1b9da1150912df3.tar.bz2
acf-alpine-baselayout-4329b7b6da85440f537da8e4c1b9da1150912df3.tar.xz
Added alpine-baselayout hostname and password edit.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1556 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'hostname-html.lsp')
-rw-r--r--hostname-html.lsp9
1 files changed, 6 insertions, 3 deletions
diff --git a/hostname-html.lsp b/hostname-html.lsp
index b27d0d5..cae18ae 100644
--- a/hostname-html.lsp
+++ b/hostname-html.lsp
@@ -1,4 +1,7 @@
<% local view = ... %>
-<h1>Hostname</h1>
-<dt>The Hostname is</dt>
-<dd><%= view.value %></dd>
+<% require("viewfunctions") %>
+
+<h1><%= view.label %></h1>
+<DL>
+<% displayitem(view) %>
+</DL>