|
From: Jon O. <jon...@us...> - 2005-10-22 10:56:26
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15490/modules/mx_pafiledb/templates/subSilver Modified Files: pa_category_body.tpl pa_lists.tpl pa_quickdl_cat_body.tpl pa_toplist_body.tpl Log Message: updated - "latest updated" entries instead of "date added". affects many files - updated quickdl block Index: pa_category_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_category_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pa_category_body.tpl 11 Apr 2005 17:55:43 -0000 1.4 --- pa_category_body.tpl 22 Oct 2005 10:56:15 -0000 1.5 *************** *** 44,48 **** <th class="thCornerL" width="5%"> </th> <th class="thTop" width="57%"> {L_FILE} </th> ! <th class="thTop" width="15%"> {L_DATE} </th> <th class="thTop" width="10%"> {L_DOWNLOADS} </th> <!-- IF SHOW_RATINGS --> --- 44,48 ---- <th class="thCornerL" width="5%"> </th> <th class="thTop" width="57%"> {L_FILE} </th> ! <th class="thTop" width="15%"> {L_UPDATE_TIME} </th> <th class="thTop" width="10%"> {L_DOWNLOADS} </th> <!-- IF SHOW_RATINGS --> *************** *** 56,60 **** <td class="row1" align="center" valign="middle"><a href="{file_rows.U_FILE}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> <td class="row1" valign="middle"><a href="{file_rows.U_FILE}" class="topictitle">{file_rows.FILE_NAME}</a> <!-- IF file_rows.IS_NEW_FILE --><img src="{file_rows.FILE_NEW_IMAGE}" border="0" alt="{L_NEW_FILE}"><!-- ENDIF --><br><span class="genmed">{file_rows.FILE_DESC}</span></td> ! <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{file_rows.DATE}</td> <td class="row2" align="center" valign="middle"><span class="postdetails">{file_rows.FILE_DLS}</td> <!-- IF file_rows.SHOW_RATINGS --> --- 56,60 ---- <td class="row1" align="center" valign="middle"><a href="{file_rows.U_FILE}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> <td class="row1" valign="middle"><a href="{file_rows.U_FILE}" class="topictitle">{file_rows.FILE_NAME}</a> <!-- IF file_rows.IS_NEW_FILE --><img src="{file_rows.FILE_NEW_IMAGE}" border="0" alt="{L_NEW_FILE}"><!-- ENDIF --><br><span class="genmed">{file_rows.FILE_DESC}</span></td> ! <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{file_rows.UPDATED}</td> <td class="row2" align="center" valign="middle"><span class="postdetails">{file_rows.FILE_DLS}</td> <!-- IF file_rows.SHOW_RATINGS --> Index: pa_toplist_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_toplist_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pa_toplist_body.tpl 11 Apr 2005 17:55:43 -0000 1.4 --- pa_toplist_body.tpl 22 Oct 2005 10:56:15 -0000 1.5 *************** *** 58,62 **** <td class="cat" align="center" nowrap="nowrap"><span class="cattitle"> {L_FILE} </span></td> <td class="cat" align="center" nowrap="nowrap"><span class="cattitle"> {L_SUBMITER} </span></td> ! <td class="cat" align="center" nowrap="nowrap"><span class="cattitle"> {L_DATE} </span></td> <td class="cat" align="center" nowrap="nowrap"><span class="cattitle"> {L_DOWNLOADS} </span></td> <!-- IF SHOW_RATINGS --> --- 58,62 ---- <td class="cat" align="center" nowrap="nowrap"><span class="cattitle"> {L_FILE} </span></td> <td class="cat" align="center" nowrap="nowrap"><span class="cattitle"> {L_SUBMITER} </span></td> ! <td class="cat" align="center" nowrap="nowrap"><span class="cattitle"> {L_UPDATE_TIME} </span></td> <td class="cat" align="center" nowrap="nowrap"><span class="cattitle"> {L_DOWNLOADS} </span></td> <!-- IF SHOW_RATINGS --> *************** *** 70,74 **** <td class="row1" valign="middle"><a href="{files_row.U_FILE}" class="topictitle">{files_row.FILE_NAME}</a> <!-- IF files_row.IS_NEW_FILE --><img src="{files_row.FILE_NEW_IMAGE}" border="0" alt="{L_NEW_FILE}"><!-- ENDIF --><br /><span class="genmed">{files_row.FILE_DESC}</span></td> <td class="row1" align="center" valign="middle"><span class="name">{files_row.FILE_SUBMITER}</span></td> ! <td class="row2" align="center" valign="middle"><span class="postdetails">{files_row.DATE}</span></td> <td class="row1" align="center" valign="middle"><span class="postdetails">{files_row.DOWNLOADS}</span></td> <!-- IF files_row.SHOW_RATINGS --> --- 70,74 ---- <td class="row1" valign="middle"><a href="{files_row.U_FILE}" class="topictitle">{files_row.FILE_NAME}</a> <!-- IF files_row.IS_NEW_FILE --><img src="{files_row.FILE_NEW_IMAGE}" border="0" alt="{L_NEW_FILE}"><!-- ENDIF --><br /><span class="genmed">{files_row.FILE_DESC}</span></td> <td class="row1" align="center" valign="middle"><span class="name">{files_row.FILE_SUBMITER}</span></td> ! <td class="row2" align="center" valign="middle"><span class="postdetails">{files_row.UPDATED}</span></td> <td class="row1" align="center" valign="middle"><span class="postdetails">{files_row.DOWNLOADS}</span></td> <!-- IF files_row.SHOW_RATINGS --> Index: pa_quickdl_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_quickdl_cat_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pa_quickdl_cat_body.tpl 12 Oct 2005 15:40:20 -0000 1.2 --- pa_quickdl_cat_body.tpl 22 Oct 2005 10:56:15 -0000 1.3 *************** *** 31,35 **** <tr> <td class="row1" align="center" valign="middle"><a href="{file_rows.U_FILE}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> ! <td class="row1" valign="middle"><a href="{file_rows.U_FILE}" class="topictitle">{file_rows.FILE_NAME}</a><br><span class="gensmall">{file_rows.FILE_DESC} ({file_rows.DATE})</span></td> </tr> <!-- END file_rows --> --- 31,35 ---- <tr> <td class="row1" align="center" valign="middle"><a href="{file_rows.U_FILE}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> ! <td class="row1" valign="middle"><a href="{file_rows.U_FILE}" class="topictitle">{file_rows.FILE_NAME}</a><br><span class="gensmall">{file_rows.FILE_DESC} ({file_rows.UPDATED})</span></td> </tr> <!-- END file_rows --> Index: pa_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_lists.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pa_lists.tpl 1 May 2005 16:41:30 -0000 1.4 --- pa_lists.tpl 22 Oct 2005 10:56:15 -0000 1.5 *************** *** 18,22 **** <!-- BEGIN recent_detail --> <td class="row1"><span class="gensmall">{recent_pics_block.recent_pics.recent_detail.TITLE}{L_FILE_DESC}: {recent_pics_block.recent_pics.recent_detail.DESC}<br /> ! {L_POSTER}: {recent_pics_block.recent_pics.recent_detail.POSTER}, {L_VIEW}: {recent_pics_block.recent_pics.recent_detail.VIEW}<br />{L_POSTED}: {recent_pics_block.recent_pics.recent_detail.TIME}<br /> {recent_pics_block.recent_pics.recent_detail.RATING}{recent_pics_block.recent_pics.recent_detail.COMMENTS}</span> </td> --- 18,22 ---- <!-- BEGIN recent_detail --> <td class="row1"><span class="gensmall">{recent_pics_block.recent_pics.recent_detail.TITLE}{L_FILE_DESC}: {recent_pics_block.recent_pics.recent_detail.DESC}<br /> ! {L_POSTER}: {recent_pics_block.recent_pics.recent_detail.POSTER}, {L_VIEW}: {recent_pics_block.recent_pics.recent_detail.VIEW}<br />{L_UPDATE_TIME}: {recent_pics_block.recent_pics.recent_detail.UPDATED}<br /> {recent_pics_block.recent_pics.recent_detail.RATING}{recent_pics_block.recent_pics.recent_detail.COMMENTS}</span> </td> *************** *** 47,51 **** <!-- BEGIN most_detail --> <td class="row1"><span class="gensmall">{most_pics_block.most_pics.most_detail.TITLE}{L_FILE_DESC}: {most_pics_block.most_pics.most_detail.DESC}<br /> ! {L_POSTER}: {most_pics_block.most_pics.most_detail.POSTER}, {L_VIEW}: {most_pics_block.most_pics.most_detail.VIEW}<br />{L_POSTED}: {most_pics_block.most_pics.most_detail.TIME}<br /> {most_pics_block.most_pics.most_detail.RATING}{most_pics_block.most_pics.most_detail.COMMENTS}</span> </td> --- 47,51 ---- <!-- BEGIN most_detail --> <td class="row1"><span class="gensmall">{most_pics_block.most_pics.most_detail.TITLE}{L_FILE_DESC}: {most_pics_block.most_pics.most_detail.DESC}<br /> ! {L_POSTER}: {most_pics_block.most_pics.most_detail.POSTER}, {L_VIEW}: {most_pics_block.most_pics.most_detail.VIEW}<br />{L_UPDATE_TIME}: {most_pics_block.most_pics.most_detail.UPDATED}<br /> {most_pics_block.most_pics.most_detail.RATING}{most_pics_block.most_pics.most_detail.COMMENTS}</span> </td> *************** *** 76,80 **** <!-- BEGIN highest_detail --> <td class="row1"><span class="gensmall">{highest_pics_block.highest_pics.highest_detail.H_TITLE}{L_FILE_DESC}: {highest_pics_block.highest_pics.highest_detail.H_DESC}<br /> ! {L_POSTER}: {highest_pics_block.highest_pics.highest_detail.H_POSTER}, {L_VIEW}: {highest_pics_block.highest_pics.highest_detail.H_VIEW}<br />{L_POSTED}: {highest_pics_block.highest_pics.highest_detail.H_TIME}<br /> {highest_pics_block.highest_pics.highest_detail.H_RATING}{highest_pics_block.highest_pics.highest_detail.H_COMMENTS}</span> </td> --- 76,80 ---- <!-- BEGIN highest_detail --> <td class="row1"><span class="gensmall">{highest_pics_block.highest_pics.highest_detail.H_TITLE}{L_FILE_DESC}: {highest_pics_block.highest_pics.highest_detail.H_DESC}<br /> ! {L_POSTER}: {highest_pics_block.highest_pics.highest_detail.H_POSTER}, {L_VIEW}: {highest_pics_block.highest_pics.highest_detail.H_VIEW}<br />{L_UPDATE_TIME}: {highest_pics_block.highest_pics.highest_detail.UPDATED}<br /> {highest_pics_block.highest_pics.highest_detail.H_RATING}{highest_pics_block.highest_pics.highest_detail.H_COMMENTS}</span> </td> *************** *** 105,109 **** <!-- BEGIN rand_detail --> <td class="row1"><span class="gensmall">{random_pics_block.rand_pics.rand_detail.TITLE}{L_FILE_DESC}: {random_pics_block.rand_pics.rand_detail.DESC}<br /> ! {L_POSTER}: {random_pics_block.rand_pics.rand_detail.POSTER}, {L_VIEW}: {random_pics_block.rand_pics.rand_detail.VIEW}<br />{L_POSTED}: {random_pics_block.rand_pics.rand_detail.TIME}<br /> {random_pics_block.rand_pics.rand_detail.RATING}{random_pics_block.rand_pics.rand_detail.COMMENTS}</span> </td> --- 105,109 ---- <!-- BEGIN rand_detail --> <td class="row1"><span class="gensmall">{random_pics_block.rand_pics.rand_detail.TITLE}{L_FILE_DESC}: {random_pics_block.rand_pics.rand_detail.DESC}<br /> ! {L_POSTER}: {random_pics_block.rand_pics.rand_detail.POSTER}, {L_VIEW}: {random_pics_block.rand_pics.rand_detail.VIEW}<br />{L_UPDATE_TIME}: {random_pics_block.rand_pics.rand_detail.UPDATED}<br /> {random_pics_block.rand_pics.rand_detail.RATING}{random_pics_block.rand_pics.rand_detail.COMMENTS}</span> </td> |