Second pass at adding key files
This commit is contained in:
		
							
								
								
									
										33
									
								
								site/glist/templates/gossamer/msg_home.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								site/glist/templates/gossamer/msg_home.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,33 @@
 | 
			
		||||
<%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%>
 | 
			
		||||
		Reference in New Issue
	
	Block a user