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

34 lines
1.5 KiB
HTML

<%ifnot users%><%set set_focus = 'myform.cms_name'%><%endif%>
<%if p%>
<script src="<%static_url%>/js/glist.js"></script>
<%include include_style.txt%>
<title><%if site_title%><%site_title%><%else%>Gossamer List<%endif%></title>
<%include msg_include_preview.html%>
<%else%>
<%include include_header.html%>
<%set use_magic = 1%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
<tr>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include msg_include_menu.html%></td>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
</tr>
<form name=myform action="glist.cgi" method=post>
<tr>
<td height="97%" width="20%" valign="top"><%include msg_include_nav.html%></td>
<td bgcolor="#008000" height="97%" width="1" valign="top"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td height="97%" width="80%" valign="top">
<%if d%> <!-- Show details-->
<%include msg_include_details.html%>
<%else%><!-- Show search results-->
<%include msg_include_results.html%>
<%endif%>
<input name='do' value="msg_home" type=hidden />
<%hidden_objects%>
</td>
</tr>
</form>
</table>
<%include include_footer.html%>
<%endif%>