summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-22 09:54:21 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-22 09:54:21 +0000
commit72acddaa6410ba0089780f65f5f30af6365b254f (patch)
treede9f526186099bcd592cefba5a0e1335cf386831
parentcbf317c97a002719f2983410911d18296f194078 (diff)
downloadacf-shorewall-72acddaa6410ba0089780f65f5f30af6365b254f.tar.bz2
acf-shorewall-72acddaa6410ba0089780f65f5f30af6365b254f.tar.xz
Updated for skin change in acf-core 0.10.0
-rw-r--r--shorewall-config-html.lsp40
1 files changed, 20 insertions, 20 deletions
diff --git a/shorewall-config-html.lsp b/shorewall-config-html.lsp
index 749c520..0a39784 100644
--- a/shorewall-config-html.lsp
+++ b/shorewall-config-html.lsp
@@ -40,7 +40,7 @@ end %>
<% for i=1,#descr[myform]['labels'] do %>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<% io.write(descr[myform]['width'][i] or "*") %>"><% io.write(descr[myform]['labels'][i] or "") %></TD>
<% end %>
- <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<%
@@ -52,9 +52,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px"><% io.write(form.config[myform]['option'][i][ii] or "") %></TD>
<% end %>
<TD style="padding-right:0px;text-align:left;">
-<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<%
@@ -69,7 +69,7 @@ end
<% for i=1,#descr[myform]['labels'] do %>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<% io.write(descr[myform]['width'][i] or "*") %>"><% io.write(descr[myform]['labels'][i] or "") %></TD>
<% end %>
- <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<%
@@ -81,9 +81,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px;"><% io.write(form.config[myform]['option'][i][ii] or "") %></TD>
<% end %>
<TD style="padding-right:0px;">
-<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<%
@@ -99,7 +99,7 @@ end
<% for i=1,#descr[myform]['labels'] do %>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<% io.write(descr[myform]['width'][i] or "*") %>"><% io.write(descr[myform]['labels'][i] or "") %></TD>
<% end %>
- <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<%
@@ -111,9 +111,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px;"><% io.write(form.config[myform]['option'][i][ii] or "") %></TD>
<% end %>
<TD style="padding-right:0px;text-align:left;">
-<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<%
@@ -130,7 +130,7 @@ local val = {1,2,3,4,5,6,7,8,10,}
<% for k,i in pairs(val) do %>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<% io.write(descr[myform]['width'][i] or "*") %>"><% io.write(descr[myform]['labels'][i] or "") %></TD>
<% end %>
- <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<%
@@ -142,9 +142,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px;"><% io.write(form.config[myform]['option'][i][ii] or "") %></TD>
<% end %>
<TD style="padding-right:0px;text-align:left;">
-<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<%
@@ -159,7 +159,7 @@ end
<% for i=1,#descr[myform]['labels'] do %>
<TD style="padding-right:10px;text-align:left;" class="header" WIDTH="<% io.write(descr[myform]['width'][i] or "*") %>"><% io.write(descr[myform]['labels'][i] or "") %></TD>
<% end %>
- <TD class="header" WIDTH="60"><IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
+ <TD class="header" WIDTH="60"><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record"></TD>
</TR>
<%
@@ -171,9 +171,9 @@ for i=1, #form.config[myform]['option'] do
<TD style="padding-right:10px;"><% io.write(form.config[myform]['option'][i][ii] or "") %></TD>
<% end %>
<TD style="padding-right:0px;text-align:left;">
-<IMG SRC='/skins/static/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
-<IMG SRC='/skins/static/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
-<IMG SRC='/skins/static/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-add.png' width='16' height='16' title="Add item below this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<%