From: <go...@us...> - 2002-10-11 06:14:55
|
Update of /cvsroot/xoops/xoops-current/html/modules/mydownloads/include In directory usw-pr-cvs1:/tmp/cvs-serv5992/html/modules/mydownloads/include Modified Files: dlformat.php Log Message: Index: dlformat.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/mydownloads/include/dlformat.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dlformat.php 28 Sep 2002 22:40:43 -0000 1.2 --- dlformat.php 11 Oct 2002 06:14:22 -0000 1.3 *************** *** 31,35 **** echo"</td><td class='bg1' align='right'><b>"._MD_VERSION.":</b> $version <b>"._MD_SUBMITDATE.":</b> ".$datetime." </td></tr>"; echo "<tr><td colspan='2' class='bg4' align='left'>"; ! echo "<img src='".XOOPS_URL."/modules/mydownloads/images/decs.gif' board='0' width='14' height='14' align='buttom' alt='"._MD_DESCRIPTION."' /> : $description<br>"; echo "</td></tr>"; echo "<tr><td colspan='2' class='bg3' align='right'>"; --- 31,35 ---- echo"</td><td class='bg1' align='right'><b>"._MD_VERSION.":</b> $version <b>"._MD_SUBMITDATE.":</b> ".$datetime." </td></tr>"; echo "<tr><td colspan='2' class='bg4' align='left'>"; ! echo "<img src='".XOOPS_URL."/modules/mydownloads/images/decs.gif' board='0' width='14' height='14' align='buttom' alt='"._MD_DESCRIPTION."' /> : $description<br />"; echo "</td></tr>"; echo "<tr><td colspan='2' class='bg3' align='right'>"; *************** *** 57,61 **** echo "<b>"._MD_COMMENTSC."</b>$poststring"; } ! echo "<br><a href='".XOOPS_URL."/modules/mydownloads/ratefile.php?lid=".$lid."'>"._MD_RATETHISFILE."</a>"; echo " | <a href='".XOOPS_URL."/modules/mydownloads/modfile.php?lid=".$lid."'>"._MD_MODIFY."</a>"; echo " | <a href='".XOOPS_URL."/modules/mydownloads/brokenfile.php?lid=".$lid."'>"._MD_REPORTBROKEN."</a>"; --- 57,61 ---- echo "<b>"._MD_COMMENTSC."</b>$poststring"; } ! echo "<br /><a href='".XOOPS_URL."/modules/mydownloads/ratefile.php?lid=".$lid."'>"._MD_RATETHISFILE."</a>"; echo " | <a href='".XOOPS_URL."/modules/mydownloads/modfile.php?lid=".$lid."'>"._MD_MODIFY."</a>"; echo " | <a href='".XOOPS_URL."/modules/mydownloads/brokenfile.php?lid=".$lid."'>"._MD_REPORTBROKEN."</a>"; |