discourse-legacysite-perl/site/glist/templates/gossamer/include_footer.html
2024-06-17 22:24:05 +10:00

44 lines
2.4 KiB
HTML

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="9%">
<tr>
<%if selected_menu == 1 or selected_menu == 3 or selected_menu eq ''%>
<td bgcolor="#008000" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td width="20%"><img src="<%image_url%>/pics/1pixel.gif" width="200" height="1"></td>
<td bgcolor="#008000" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td width="80%" align="right" valign="bottom">
<%if usr_type == 2 and $display_limit_bar%>
<%include include_used_space.html%>
<%else%>
<a href="glist.cgi?do=user_logout<%hidden_query%>"><img src="<%image_url%>/menus/logout.gif" width="62" height="18" hspace="1" vspace="1" border="0"></a>
<%endif%>
</td>
<td bgcolor="#008000" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<%else%>
<td bgcolor="#008000" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td width="100%" align="right" valign="bottom">
<%if usr_type == 2 and $display_limit_bar%>
<%set view_subscriber = 1%>
<%include include_used_space.html%>
<%else%>
<a href="glist.cgi?do=user_logout<%hidden_query%>"><img src="<%image_url%>/menus/logout.gif" width="62" height="18" hspace="1" vspace="1" border="0"></a>
<%endif%>
</td>
<td bgcolor="#008000" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<%endif%>
</tr>
<tr bgcolor="#256A19">
<td colspan="<%if selected_menu == 1 or selected_menu == 3 or selected_menu eq ''%>5<%else%>3<%endif%>"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="5"></td>
</tr>
<tr align="center" valign="bottom">
<td colspan="<%if selected_menu == 1 or selected_menu == 3 or selected_menu eq ''%>5<%else%>3<%endif%>" class="small">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr class="small">
<td class="small" align=left><b><a href="http://www.gossamer-threads.com/scripts/glist/"><%if site_title%><%site_title%><%endif%> version <%if version%><%version%><%endif%></a></b></td>
<td class="small" align=right><b>Copyright &copy;2003 <a href="<%if site_url%><%site_url%><%else%>http://www.gossamer-threads.com<%endif%>" target="Gossamer">Gossamer Threads Inc.</a><b></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>