summaryrefslogtreecommitdiffstats
path: root/interfaces-read-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-02-16 09:06:22 +0000
committerTed Trask <ttrask01@yahoo.com>2010-02-16 09:06:22 +0000
commiteefabf86f897d50facd8c8a8ed26ac4ceb96eb47 (patch)
treed35a4dc739b6eb1e6011f61207a6da9c136debe1 /interfaces-read-html.lsp
parent61b50c03c8c82d502e538c40c15a44e808170436 (diff)
downloadacf-alpine-baselayout-eefabf86f897d50facd8c8a8ed26ac4ceb96eb47.tar.bz2
acf-alpine-baselayout-eefabf86f897d50facd8c8a8ed26ac4ceb96eb47.tar.xz
Added wwwprefix to web path.
Diffstat (limited to 'interfaces-read-html.lsp')
-rw-r--r--interfaces-read-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp
index 4b842a3..922e96a 100644
--- a/interfaces-read-html.lsp
+++ b/interfaces-read-html.lsp
@@ -22,7 +22,7 @@ end %>
<DL>
<% for i,entry in ipairs(view.value) do
local interface = entry.value %>
- <DT><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/devices/network-wired.png' width='16' height='16'> <%= html.html_escape(interface.name.value) %></DT><DD>
+ <DT><IMG SRC='<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/tango/16x16/devices/network-wired.png' width='16' height='16'> <%= html.html_escape(interface.name.value) %></DT><DD>
<TABLE STYLE='margin-bottom:10px'>
<%