Update of /cvsroot/xoops/xoops-current/html/modules/mylinks/include
In directory usw-pr-cvs1:/tmp/cvs-serv11562/html/modules/mylinks/include
Modified Files:
linkformat.php
Log Message:
no comments
Index: linkformat.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/mylinks/include/linkformat.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** linkformat.php 15 Jul 2002 08:13:25 -0000 1.1.1.1
--- linkformat.php 7 Oct 2002 13:05:14 -0000 1.2
***************
*** 25,33 ****
newlinkgraphic($time, $status);
popgraphic($hits);
! echo "<br>";
! echo "<b>"._MD_DESCRIPTIONC."</b>$description<br><b> "._MD_EMAILC."</b>$email ";
! echo "<br><b>"._MD_LASTUPDATEC."</b>$datetime<b> "._MD_HITSC."</b>$hits ";
//voting & comments stats
!
if ($rating!="0" || $rating!="0.0") {
if ($votes == 1) {
--- 25,33 ----
newlinkgraphic($time, $status);
popgraphic($hits);
! echo "<br />";
! echo "<b>"._MD_DESCRIPTIONC."</b>$description<br /><b> "._MD_EMAILC."</b>$email ";
! echo "<br /><b>"._MD_LASTUPDATEC."</b>$datetime<b> "._MD_HITSC."</b>$hits ";
//voting & comments stats
!
if ($rating!="0" || $rating!="0.0") {
if ($votes == 1) {
***************
*** 46,50 ****
echo "<b>"._MD_COMMENTSC."</b>$poststring";
}
! echo "<br><a href=\"".XOOPS_URL."/modules/mylinks/ratelink.php?lid=".$lid."\">"._MD_RATETHISSITE."</a>";
echo " | <a href=\"".XOOPS_URL."/modules/mylinks/modlink.php?lid=".$lid."\">"._MD_MODIFY."</a>";
echo " | <a href=\"".XOOPS_URL."/modules/mylinks/brokenlink.php?lid=".$lid."\">"._MD_REPORTBROKEN."</a>";
--- 46,50 ----
echo "<b>"._MD_COMMENTSC."</b>$poststring";
}
! echo "<br /><a href=\"".XOOPS_URL."/modules/mylinks/ratelink.php?lid=".$lid."\">"._MD_RATETHISSITE."</a>";
echo " | <a href=\"".XOOPS_URL."/modules/mylinks/modlink.php?lid=".$lid."\">"._MD_MODIFY."</a>";
echo " | <a href=\"".XOOPS_URL."/modules/mylinks/brokenlink.php?lid=".$lid."\">"._MD_REPORTBROKEN."</a>";
|