View file templates/web/cat_body.tpl

File size: 1.61Kb
    <br />
    <!-- BEGIN announcement -->
    <div class="row1">{announcement.ANNOUNCEMENT}</div><br/> 
    <!-- END announcement -->
    <ul class="linklist">
    <!-- BEGIN catrow -->
     <li><div class="{catrow.ROW_CLASS}"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></div></li>            
    <!-- END catrow -->
    </ul> 
    <br class="both"/>
     <table border="0" cellpadding="0" cellspacing="0">
	<tr>
	  <th colspan="2" align="center" height="25" class="tab">{L_INDEX}</th>
	  <th width="50" align="center" class="tab">&nbsp;{L_TOPICS}&nbsp;</th>	  	 
	  <th align="center" class="tab">&nbsp;{L_POSTS}&nbsp;</th>
	</tr> 	
	<!-- BEGIN catrow --> 	
        <!-- BEGIN forumrow -->
	<tr>
	  <td align="center" valign="middle" class="row1"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt=""/>&nbsp;</td>
	  <td width="100%" class="row1"><a href="{catrow.forumrow.U_VIEWFORUM}" class="cattitle">{catrow.forumrow.FORUM_NAME}</a><br/>
             {catrow.forumrow.FORUM_DESC}
             <!-- BEGIN switch --> 
	     <br/>{catrow.forumrow.switch.L_ATTACHED_FORUMS}:	    
	     <!-- BEGIN forums -->   
	     &#8226; <a href="{catrow.forumrow.switch.forums.U_VIEWFORUM}" class="genmed">{catrow.forumrow.switch.forums.FORUM_NAME}</a>
	     <!-- END forums -->
	     <!-- END switch -->
           </td>
	  <td align="center" valign="middle" class="row1">{catrow.forumrow.TOPICS}</td>	  	  
	  <td align="center" valign="middle" class="row1">{catrow.forumrow.POSTS}</td>
	</tr> 
        <!-- END forumrow -->
       <!-- END catrow --> 	        
      </table>         
    <br/>