summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0a39784..d7b2118 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='<%= html.html_escape(page_info.staticdir) %>/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.wwwprefix..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='<%= 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">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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.wwwprefix..page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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='<%= html.html_escape(page_info.staticdir) %>/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.wwwprefix..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='<%= 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">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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.wwwprefix..page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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='<%= html.html_escape(page_info.staticdir) %>/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.wwwprefix..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='<%= 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">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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.wwwprefix..page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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='<%= html.html_escape(page_info.staticdir) %>/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.wwwprefix..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='<%= 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">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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.wwwprefix..page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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='<%= html.html_escape(page_info.staticdir) %>/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.wwwprefix..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='<%= 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">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..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.wwwprefix..page_info.staticdir) %>/tango/16x16/actions/list-remove.png' width='16' height='16' title="Remove this record">
+<IMG SRC='<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/tango/16x16/actions/document-properties.png' width='16' height='16' title="Edit this record">
</TD>
</TR>
<%