[Customisation Database Commits] r127 - /trunk/titania/template/mods/mod_list.html

Raimon Meuldijk raimon at phpbb.com
Fri Nov 7 23:44:04 CET 2008


Author: Raimon
Date: Fri Nov  7 23:44:04 2008
New Revision: 127

Log:
Looks nicer, also are we going to use tables or just div and ul / li :/

Modified:
    trunk/titania/template/mods/mod_list.html

Modified: trunk/titania/template/mods/mod_list.html
==============================================================================
*** trunk/titania/template/mods/mod_list.html (original)
--- trunk/titania/template/mods/mod_list.html Fri Nov  7 23:44:04 2008
***************
*** 27,33 ****
  		<tr>
  			<th class="name"><span class="rank-img"><a href="{U_SORT_RATING}#modlist">{L_RATING}</a></span>
  				<a href="{U_SORT_MOD_TITLE}#modlist">{L_MOD_TITLE}</a></th>
! 			<th class="posts"><a href="{U_SORT_DOWNLOADS}#modlist">{L_DOWNLOAD_COUNT}</a></th>
  			<th class="info">{L_MOD_DESCRIPTION}</th>
  			<th class="joined"><a href="{U_SORT_TIME_ADDED}#modlist">{L_DATE_ADDED}</a></th>
  			<th class="active"><a href="{U_SORT_TIME_UPDATED}#modlist">{L_LAST_UPDATE}</a></th>
--- 27,33 ----
  		<tr>
  			<th class="name"><span class="rank-img"><a href="{U_SORT_RATING}#modlist">{L_RATING}</a></span>
  				<a href="{U_SORT_MOD_TITLE}#modlist">{L_MOD_TITLE}</a></th>
! 			<th class="posts" style="width: 10%;"><a href="{U_SORT_DOWNLOADS}#modlist">{L_DOWNLOAD_COUNT}</a></th>
  			<th class="info">{L_MOD_DESCRIPTION}</th>
  			<th class="joined"><a href="{U_SORT_TIME_ADDED}#modlist">{L_DATE_ADDED}</a></th>
  			<th class="active"><a href="{U_SORT_TIME_UPDATED}#modlist">{L_LAST_UPDATE}</a></th>
***************
*** 36,44 ****
  		<tbody>
  		<!-- BEGIN contrib -->
  			<tr class="<!-- IF contrib.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
! 				<td><a href="{contrib.U_CONTRIB}">{contrib.TITLE}</a> {contrib.VERSION}<span class="rank-img">{contrib.RATING}</span><br />
  					{contrib.AUTHOR}</td>
! 				<td>{contrib.DOWNLOADS}</td>
  				<td>{contrib.DESC}</td>
  				<td>{contrib.ADDED}</td>
  				<td>{contrib.UPDATED}</td>
--- 36,44 ----
  		<tbody>
  		<!-- BEGIN contrib -->
  			<tr class="<!-- IF contrib.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
! 				<td><a href="{contrib.U_CONTRIB}">{contrib.TITLE}</a> {contrib.VERSION}<span class="rank-img" style="margin-bottom: 10px;">{contrib.RATING}</span><br />
  					{contrib.AUTHOR}</td>
! 				<td style="text-align: center;">{contrib.DOWNLOADS}</td>
  				<td>{contrib.DESC}</td>
  				<td>{contrib.ADDED}</td>
  				<td>{contrib.UPDATED}</td>




More information about the customisationdb-commits mailing list