Update of /cvsroot/xoops/xoops-current/html/modules/mydownloads/include
In directory usw-pr-cvs1:/tmp/cvs-serv12518
Modified Files:
dlformat.php
Log Message:
no message
Index: dlformat.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/mydownloads/include/dlformat.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** dlformat.php 15 Jul 2002 08:13:20 -0000 1.1.1.1
--- dlformat.php 28 Sep 2002 22:40:43 -0000 1.2
***************
*** 20,34 ****
$path = str_replace("/"," <img src='".XOOPS_URL."/modules/mydownloads/images/arrow.gif' board='0' alt=''> ",$path);
echo "<table width='100%' border='0' cellspacing='1' cellpadding='0' class='bg2'><tr><td>";
! echo "<table width='100%' border='0' cellspacing='1' cellpadding='4' class='bg1'><tr><td colspan='2'>";
echo "<b>"._MD_CATEGORYC."</b>".$path."";
echo "</td></tr>";
! echo "<tr><td class='bg1' width='200'><b><a href='".XOOPS_URL."/modules/mydownloads/visit.php?lid=$lid' target='_blank'><img src='images/download.gif' border='0' alt='"._MD_DLNOW."'></a> <a href='".XOOPS_URL."/modules/mydownloads/visit.php?lid=$lid' target='_blank'>".$dtitle."</a></b>";
newdownloadgraphic($time, $status);
popgraphic($hits);
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'>";
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>";
--- 20,34 ----
$path = str_replace("/"," <img src='".XOOPS_URL."/modules/mydownloads/images/arrow.gif' board='0' alt=''> ",$path);
echo "<table width='100%' border='0' cellspacing='1' cellpadding='0' class='bg2'><tr><td>";
! echo "<table width='100%' border='0' cellspacing='1' cellpadding='4' class='bg1'><tr><td colspan='2' align='left'>";
echo "<b>"._MD_CATEGORYC."</b>".$path."";
echo "</td></tr>";
! echo "<tr><td class='bg1' width='200' align='left'><b><a href='".XOOPS_URL."/modules/mydownloads/visit.php?lid=$lid' target='_blank'><img src='images/download.gif' border='0' alt='"._MD_DLNOW."'></a> <a href='".XOOPS_URL."/modules/mydownloads/visit.php?lid=$lid' target='_blank'>".$dtitle."</a></b>";
newdownloadgraphic($time, $status);
popgraphic($hits);
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>";
|