Second pass at adding key files
This commit is contained in:
		
							
								
								
									
										31
									
								
								site/glist/templates/gossamer/include_used_space.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								site/glist/templates/gossamer/include_used_space.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
  <%if view_subscriber%>
 | 
			
		||||
  <%GList::Tools::generate_used_bar('sublist', 220)%>
 | 
			
		||||
  <%else%>
 | 
			
		||||
  <%GList::Tools::generate_used_bar('email30', 220)%>
 | 
			
		||||
  <%endif%>
 | 
			
		||||
  <BR/>
 | 
			
		||||
  <table cellpadding="1" cellspacing="2" width="100%">
 | 
			
		||||
    <tr>
 | 
			
		||||
      <%if used_percent%>
 | 
			
		||||
      <td class="body">
 | 
			
		||||
        <font size="1"><%used_message%></font>
 | 
			
		||||
        <table border="0" width="220" cellpadding="0" cellspacing="0" style="border: 1px solid; color: #000000">
 | 
			
		||||
          <tr>
 | 
			
		||||
            <td>
 | 
			
		||||
              <table cellpadding="0" cellspacing="0" border="0" bgcolor="<%if used_percent >= 80%>red<%else%>#ffe349<%endif%>">
 | 
			
		||||
                <tr>
 | 
			
		||||
                  <td>
 | 
			
		||||
                    <img src="<%image_url%>/pics/1pixel.gif" width="<%if used_image_width%><%used_image_width%><%else%>1<%endif%>" height="12"></td>
 | 
			
		||||
                  </td>
 | 
			
		||||
                </tr>
 | 
			
		||||
              </table>
 | 
			
		||||
            </td>
 | 
			
		||||
          </tr>
 | 
			
		||||
        </table>
 | 
			
		||||
      </td>
 | 
			
		||||
      <%endif%>
 | 
			
		||||
      <td align="right" class="body" valign="bottom">
 | 
			
		||||
        <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>
 | 
			
		||||
      </td>
 | 
			
		||||
    </tr>
 | 
			
		||||
  </table>
 | 
			
		||||
		Reference in New Issue
	
	Block a user