fix and optimize (except WTVIRC, it needs a lot of work)
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{# Page list template for published pages #}
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<SCRIPT language="JavaScript">
|
||||
var gIsWebTV = false;
|
||||
var AppName = new String;
|
||||
AppName = window.navigator.appName;
|
||||
if (AppName.indexOf("WebTV") >= 0 )
|
||||
gIsWebTV = true;
|
||||
</SCRIPT>
|
||||
<TITLE>{{ subscriber_name }}</TITLE>
|
||||
</HEAD>
|
||||
<body
|
||||
background="/ROMCache/ExternalBackground.gif"
|
||||
bgcolor=#1e4261
|
||||
text=AEBFD1 link=B8BDC7
|
||||
vlink=B8BDC7
|
||||
hspace=0
|
||||
vspace=0
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0 width=100%>
|
||||
<tr>
|
||||
<td width=22 rowspan=100><td><td><td><td><td width=22 rowspan=100>
|
||||
<tr>
|
||||
<td height=12>
|
||||
<tr>
|
||||
<td height=25 valign=top colspan=4>
|
||||
<font size=+1 color=D1D1D1>Pages of {{ subscriber_name }}</font>
|
||||
<tr>
|
||||
<td height=14>
|
||||
<tr><td height=10>
|
||||
{% for page in published_pages %}
|
||||
<tr><td>
|
||||
<td width=5>
|
||||
<td>
|
||||
<table>
|
||||
<tr><td colspan=2><font color=AEBFD1><B>
|
||||
<a href="{{ page.publishname }}/index.html">{{ page.title }}</a>
|
||||
</B></font>
|
||||
<tr>
|
||||
<td width=12>
|
||||
<td><font size=-1>{{ page.description }}</font>
|
||||
</table>
|
||||
<tr><td height=10>
|
||||
<tr><td height=10>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user