|
From: Jon O. <jon...@us...> - 2006-08-24 21:13:35
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24435/modules/mx_pafiledb/templates/subSilver Modified Files: pa_quickdl_cat_body.tpl Log Message: mimetypes... Index: pa_quickdl_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_quickdl_cat_body.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pa_quickdl_cat_body.tpl 15 Aug 2006 19:08:33 -0000 1.9 --- pa_quickdl_cat_body.tpl 24 Aug 2006 21:13:32 -0000 1.10 *************** *** 37,43 **** <!-- BEGIN file_rows --> <tr> ! <td class="row1" align="center" width="20" valign="middle"><a href="{file_rows.U_FILE_JUMP}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> <td class="row1" valign="middle" onmouseout="this.className='row1';" onmouseover="this.className='row2';" onclick="window.location.href='{file_rows.U_FILE_JUMP}';"><a href="{file_rows.U_FILE_JUMP}" class="topictitle">{file_rows.FILE_NAME}</a><br><span class="gensmall">{file_rows.FILE_DESC} ({file_rows.UPDATED})</span></td> </tr> <!-- END file_rows --> </table> --- 37,49 ---- <!-- BEGIN file_rows --> <tr> ! <td class="row1" align="center" width="15" valign="middle"><a href="{file_rows.U_FILE_JUMP}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> <td class="row1" valign="middle" onmouseout="this.className='row1';" onmouseover="this.className='row2';" onclick="window.location.href='{file_rows.U_FILE_JUMP}';"><a href="{file_rows.U_FILE_JUMP}" class="topictitle">{file_rows.FILE_NAME}</a><br><span class="gensmall">{file_rows.FILE_DESC} ({file_rows.UPDATED})</span></td> </tr> + + <tr> + <td class="row1" align="right" valign="middle" colspan="2"> + <a href="{file_rows.U_FILE_JUMP_SAVE_AS}" class="topictitle"><img src="{file_rows.SAVE_AS_IMAGE}" border="0" alt="{file_rows.L_SAVE_AS}"></a> + </td> + </tr> <!-- END file_rows --> </table> |