|
From: Jon O. <jon...@us...> - 2006-08-13 18:53:15
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28185/modules/mx_pafiledb/templates/subSilver Modified Files: pa_lists.tpl pa_quickdl_cat_body.tpl Added Files: pa_mini.tpl Log Message: More module blocks - Mini block - Latest Item block --- NEW FILE: pa_mini.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"><tr><td> <tr> <td> <table width="100%" cellpadding="2" cellspacing="0"> <tr><td align="center" class="row2"> <form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.cat_id.value == -1){return false;}"> <input type="hidden" name="action" value="category" /> <input type="hidden" name="page" value="{MX_PAGE}" /> <select name="cat_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"> <option value="-1">{L_QUICK_JUMP}</option> {BLOCK_JUMPMENU} </select> <!--<input type="submit" value="{L_QUICK_GO}" class="liteoption" />--> </span> </form> </td></tr> </table> </td> </tr> <tr> <td align="center"> <!-- IF FILELIST --> <table width="100%" cellpadding="2" cellspacing="0"> <!-- BEGIN file_rows --> <tr> <td rowspan="2" class="{file_rows.COLOR}" valign="middle"> <img src="{file_rows.PIN_IMAGE}" border="0" ></td> <td width="100%" class="{file_rows.COLOR}"> <a href="{file_rows.U_FILE_JUMP}" class="topictitle">{file_rows.FILE_NAME}</a> <!-- BEGIN IS_NEW_FILE --> <!-- <img src="{file_rows.FILE_NEW_IMAGE}" border="0" alt="{L_NEW_FILE}"> --> <!-- END IS_NEW_FILE --> <br><span class="genmed">{file_rows.FILE_DESC}</span> </td> </tr> <tr> <td valign="top" align="left" class="{file_rows.COLOR}"> <span class="gensmall"> <!-- BEGIN display_username --> • {L_SUBMITED_BY} {file_rows.POSTER}<br /> <!-- END display_username --> <!-- BEGIN display_date --> • {L_UPDATE_TIME}: {file_rows.DATE}<br /> <!-- END display_date --> <!-- BEGIN display_counter --> • {L_DOWNLOADS}: {file_rows.FILE_DLS}<br /> <!-- END display_counter --> <!-- BEGIN display_rate --> • {file_rows.L_RATING}: {file_rows.RATING} ({file_rows.FILE_VOTES} {L_VOTES}) {file_rows.DO_RATE}<br /> <!-- END display_rate --> </span> </td> </tr> <!-- END file_rows --> <tr valign="middle"> <td align="right" colspan="2" valign="top" nowrap="nowrap" height="28" class="cat"><span class="gensmall">{BLOCK_PAGINATION}</span></td> </tr> </table> <!-- ENDIF --> <!-- IF NO_FILE --> <table width="100%" cellspacing="1" cellpadding="4"> <tr> <td class="row1" align="center" height="30"><span class="genmed">{L_NO_FILES_CAT}</span></td> </tr> </table> <!-- ENDIF --> </td></tr></table> Index: pa_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_lists.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pa_lists.tpl 5 Apr 2006 21:30:45 -0000 1.6 --- pa_lists.tpl 13 Aug 2006 18:53:10 -0000 1.7 *************** *** 1,117 **** ! <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> ! <td> ! <!-- BEGIN recent_pics_block --> ! <table width="100%" cellpadding="3" cellspacing="0" border="0"> ! <tr> ! <td class="cat" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"> <span class="cattitle">{L_RECENT_PUBLIC_PICS}</span></td> ! </tr> ! <!-- BEGIN no_pics --> ! <tr> ! <td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td> ! </tr> ! <!-- END no_pics --> ! <!-- BEGIN recent_pics --> ! <tr> ! <!-- BEGIN recent_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center">{recent_pics_block.recent_pics.recent_col.SS}</td> ! <!-- END recent_col --> ! </tr> ! <tr> ! <!-- 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> ! <!-- END recent_detail --> ! </tr> ! <!-- END recent_pics --> ! </table> ! <!-- END recent_pics_block --> ! ! <!-- BEGIN most_pics_block --> ! <table width="100%" cellpadding="3" cellspacing="0" border="0" > ! <tr> ! <td class="cat" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"> <span class="cattitle">{L_MOST_PUBLIC_PICS}</span></td> ! </tr> ! <!-- BEGIN no_pics --> ! <tr> ! <td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td> ! </tr> ! <!-- END no_pics --> ! <!-- BEGIN most_pics --> ! <tr> ! <!-- BEGIN most_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center">{most_pics_block.most_pics.most_col.SS}</td> ! <!-- END most_col --> ! </tr> ! <tr> ! <!-- 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> ! <!-- END most_detail --> ! </tr> ! <!-- END most_pics --> ! </table> ! <!-- END most_pics_block --> ! ! <!-- BEGIN highest_pics_block --> ! <table width="100%" cellpadding="3" cellspacing="0" border="0" > ! <tr> ! <td class="cat" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"> <span class="cattitle">{L_TOPRATED_PUBLIC_PICS}</span></td> ! </tr> ! <!-- BEGIN no_pics --> ! <tr> ! <td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td> ! </tr> ! <!-- END no_pics --> ! <!-- BEGIN highest_pics --> ! <tr> ! <!-- BEGIN highest_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center">{highest_pics_block.highest_pics.highest_col.SS}</td> ! <!-- END highest_col --> ! </tr> ! <tr> ! <!-- 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> ! <!-- END highest_detail --> ! </tr> ! <!-- END highest_pics --> ! </table> ! <!-- END highest_pics_block --> ! ! <!-- BEGIN random_pics_block --> ! <table width="100%" cellpadding="4" cellspacing="0" border="0" > ! <tr> ! <td class="cat" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"> <span class="cattitle">{L_RANDOM_PUBLIC_PICS}</span></td> ! </tr> ! <!-- BEGIN no_pics --> ! <tr> ! <td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td> ! </tr> ! <!-- END no_pics --> ! <!-- BEGIN rand_pics --> ! <tr> ! <!-- BEGIN rand_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center">{random_pics_block.rand_pics.rand_col.SS}</td> ! <!-- END rand_col --> ! </tr> ! <tr> ! <!-- 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> ! <!-- END rand_detail --> ! </tr> ! <!-- END rand_pics --> ! </table> ! <!-- END random_pics_block --> </td> </tr> ! </table> \ No newline at end of file --- 1,51 ---- ! <!-- IF FILELIST --> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"><tr><td> ! ! <table width="100%" cellpadding="2" cellspacing="0"> ! <!-- BEGIN file_rows --> <tr> ! <td rowspan="2" class="{file_rows.COLOR}" valign="middle"> <img src="{file_rows.PIN_IMAGE}" border="0" ></td> ! <td width="100%" class="{file_rows.COLOR}"> ! <a href="{file_rows.U_FILE}" class="topictitle">{file_rows.FILE_NAME}</a> ! <!-- BEGIN IS_NEW_FILE --> ! <!-- <img src="{file_rows.FILE_NEW_IMAGE}" border="0" alt="{L_NEW_FILE}"> --> ! <!-- END IS_NEW_FILE --> ! <br><span class="genmed">{file_rows.FILE_DESC}</span> </td> </tr> ! <tr> ! <td valign="top" align="left" class="{file_rows.COLOR}"> ! <span class="gensmall"> ! <!-- BEGIN display_username --> ! • {L_SUBMITED_BY} {file_rows.POSTER}<br /> ! <!-- END display_username --> ! <!-- BEGIN display_date --> ! • {L_UPDATE_TIME}: {file_rows.DATE}<br /> ! <!-- END display_date --> ! <!-- BEGIN display_counter --> ! • {L_DOWNLOADS}: {file_rows.FILE_DLS}<br /> ! <!-- END display_counter --> ! <!-- BEGIN display_rate --> ! • {file_rows.L_RATING}: {file_rows.RATING} ({file_rows.FILE_VOTES} {L_VOTES}) {file_rows.DO_RATE}<br /> ! <!-- END display_rate --> ! </span> ! </td> ! </tr> ! <!-- END file_rows --> ! <!-- BEGIN toplist_pagination --> ! <tr valign="middle"> ! <td align="right" colspan="2" valign="top" nowrap="nowrap" height="28" class="cat"><span class="gensmall">{BLOCK_PAGINATION}</span></td> ! </tr> ! <!-- END toplist_pagination --> ! </table> ! ! </td></tr></table> ! <!-- ENDIF --> ! ! <!-- IF NO_FILE --> ! <table width="100%" cellspacing="1" cellpadding="4"> ! <tr> ! <td class="row1" align="center" height="30"><span class="genmed">{L_NO_FILES_CAT}</span></td> ! </tr> ! </table> ! <!-- ENDIF --> \ No newline at end of file Index: pa_quickdl_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_quickdl_cat_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pa_quickdl_cat_body.tpl 27 Jun 2006 21:38:43 -0000 1.5 --- pa_quickdl_cat_body.tpl 13 Aug 2006 18:53:10 -0000 1.6 *************** *** 45,52 **** <!-- IF NO_FILE --> ! <table class="forumline" width="100%" cellspacing="0" cellpadding="3"> ! <tr> ! <th class="thHead">{L_NO_FILES}</th> ! </tr> <tr> <td class="row1" align="center" height="30"><span class="genmed">{L_NO_FILES_CAT}</span></td> --- 45,49 ---- <!-- IF NO_FILE --> ! <table width="100%" cellspacing="0" cellpadding="3"> <tr> <td class="row1" align="center" height="30"><span class="genmed">{L_NO_FILES_CAT}</span></td> |