Advertisement
Dr-Karlos

TEMPLATE JulienACNRF

Jan 22nd, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.83 KB | None | 0 0
  1. <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  2.     <tr>
  3.         <td valign="bottom">
  4.             <!-- BEGIN switch_user_logged_in -->
  5.             <span class="textesousmenu">{LAST_VISIT_DATE}<br />
  6.             {CURRENT_TIME}<br />
  7.             </span>
  8.             <!-- END switch_user_logged_in -->
  9.             <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
  10.         </td>
  11.         <td class="gensmall" align="right" valign="bottom">
  12.             <!-- BEGIN switch_user_logged_in -->
  13.             <a class="liensousmenu" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
  14.             <a class="liensousmenu" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
  15.             <!-- END switch_user_logged_in -->
  16.             <a class="liensousmenu" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
  17.         </td>
  18.     </tr>
  19. </table>
  20. <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  21.     <tr>
  22.         <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
  23.         <th nowrap="nowrap" width="50">{L_TOPICS}</th>
  24.         <th nowrap="nowrap" width="50">{L_POSTS}</th>
  25.         <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  26.     </tr>
  27.     <!-- END tablehead -->
  28.     <!-- BEGIN cathead -->
  29.     <tr>
  30.         <!-- BEGIN inc -->
  31.         <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
  32.         <!-- END inc -->
  33.         <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
  34.             <h{catrow.cathead.LEVEL} class="hierarchy">
  35.                 <span class="cattitle">
  36.                     <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
  37.                 </span>
  38.             </h{catrow.cathead.LEVEL}>
  39.         </td>
  40.         <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
  41.     </tr>
  42.     <!-- END cathead -->
  43.     <!-- BEGIN forumrow -->
  44.     <tr>
  45.         <!-- BEGIN inc -->
  46.         <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
  47.         <!-- END inc -->
  48.         <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
  49.             <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
  50.         </td>
  51.         <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
  52.             <h{catrow.forumrow.LEVEL} class="hierarchy">
  53.                 <span class="forumlink">
  54.                     <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
  55.                 </span>
  56.             </h{catrow.forumrow.LEVEL}>
  57.             <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
  58.             <span class="gensmall">
  59.                 <!-- BEGIN switch_moderators_links -->
  60.                 {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
  61.                 <!-- END switch_moderators_links -->
  62.                 {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
  63.             </span>
  64.         </td>
  65.         <td class="row3" align="center" valign="middle" height="50">
  66.             <span class="gensmall">{catrow.forumrow.TOPICS}</span>
  67.         </td>
  68.         <td class="row2" align="center" valign="middle" height="50">
  69.             <span class="gensmall">{catrow.forumrow.POSTS}</span>
  70.         </td>
  71.         <td class="row3 over" align="center" valign="middle" height="50">
  72.             <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
  73.         </td>
  74.     </tr>
  75.     <!-- END forumrow -->
  76.     <!-- BEGIN catfoot -->
  77.     <tr>
  78.         <!-- BEGIN inc -->
  79.         <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
  80.         <!-- END inc -->
  81.         <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  82.     </tr>
  83.     <!-- END catfoot -->
  84.     <!-- BEGIN tablefoot -->
  85. </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement