Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / web_links [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
02 Aug 2002 22:59:50 | postnuke_official/html/modules/web_links | Version.php,1.7,1.7.2.1 wl-navigation.php,1.11.2.1,1.11.2.2 wl-util.php,1.21.2.1,1.21.2.2 | Chris Dudley |
new look to web_links module |
Update of /home/cvsroot/postnuke_official/html/modules/web_links In directory ns7.hostnuke.net:/tmp/cvs-serv30247 Modified Files: Tag: PostNuke_71 Version.php wl-navigation.php wl-util.php Log Message: new look to web_links module Index: Version.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/web_links/Attic/Version.php,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** Version.php 4 Feb 2002 00:49:17 -0000 1.7 --- Version.php 2 Aug 2002 22:59:48 -0000 1.7.2.1 *************** *** 1,5 **** <?php // $Id$ $Name$ ! $modversion['name'] = 'Web_Links'; $modversion['version'] = '1.0'; $modversion['description'] = 'Web Links Module'; --- 1,5 ---- <?php // $Id$ $Name$ ! $modversion['name'] = 'web_links'; $modversion['version'] = '1.0'; $modversion['description'] = 'Web Links Module'; *************** *** 15,17 **** 'Web Links::Link' => 'Category name:Link name:Link ID'); ! ?> \ No newline at end of file --- 15,17 ---- 'Web Links::Link' => 'Category name:Link name:Link ID'); ! ?> Index: wl-navigation.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/web_links/Attic/wl-navigation.php,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -C2 -d -r1.11.2.1 -r1.11.2.2 *** wl-navigation.php 27 Jul 2002 21:44:15 -0000 1.11.2.1 --- wl-navigation.php 2 Aug 2002 22:59:48 -0000 1.11.2.2 *************** *** 47,51 **** echo "<center><font class=\"pn-title\">"._LINKSMAINCAT."</font></center><br />"; ! echo "<table border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\"><tr>"; $column = &$pntable['links_categories_column']; --- 47,51 ---- echo "<center><font class=\"pn-title\">"._LINKSMAINCAT."</font></center><br />"; ! echo "<table border=\"0\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\" width=\"98%\"><tr>"; $column = &$pntable['links_categories_column']; *************** *** 62,77 **** $cnumrows = CountSubLinks($cat_id); ! echo "<td valign=\"top\">" ! ."<font class=\"pn-title\">·</font> <font class=\"pn-normal\">" ! ."<a class=\"pn-title\" href=\"${modurl}&req=viewlink&cid=$cat_id\"><b>".pnVarPrepForDisplay($title)."</b></a>" ." ($cnumrows)" ."</font>"; - categorynewlinkgraphic($cat_id); if ($cdescription) { ! echo "<font class=\"pn-normal\">".pnVarPrepForDisplay($cdescription)."</font><br />"; ! } else { ! echo "<br />"; } $column = &$pntable['links_categories_column']; --- 62,76 ---- $cnumrows = CountSubLinks($cat_id); ! echo "<td valign=\"top\" width=\"50%\">" ! ."<img src=\"modules/$ModName/images/folder.gif\"> " ! ."<b><a class=\"pn-title\" href=\"${modurl}&req=viewlink&cid=$cat_id\">".pnVarPrepForDisplay($title)."</b></a>" ." ($cnumrows)" ."</font>"; if ($cdescription) { ! echo " <font class=\"pn-normal\">".pnVarPrepForDisplay($cdescription)."</font>"; } + categorynewlinkgraphic($cat_id); + echo "<br />"; $column = &$pntable['links_categories_column']; *************** *** 82,88 **** $result2->MoveNext(); ! if ($space>0) { ! echo "<br />"; ! } echo "<font class=\"pn-normal\">" ."<a class=\"pn-normal\" href=\"${modurl}&req=viewlink&cid=$scat_id\">".pnVarPrepForDisplay($stitle)."</a>" --- 81,87 ---- $result2->MoveNext(); ! #if ($space>0) { ! # echo "<br />"; ! #} echo "<font class=\"pn-normal\">" ."<a class=\"pn-normal\" href=\"${modurl}&req=viewlink&cid=$scat_id\">".pnVarPrepForDisplay($stitle)."</a>" *************** *** 90,98 **** subcategorynewlinkgraphic($scat_id); $space++; } if ($count<1) { ! echo "</td><td> </td>"; $dum = 1; } --- 89,98 ---- subcategorynewlinkgraphic($scat_id); + echo "| "; $space++; } if ($count<1) { ! echo "</td><td> </td>"; $dum = 1; } Index: wl-util.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/web_links/Attic/wl-util.php,v retrieving revision 1.21.2.1 retrieving revision 1.21.2.2 diff -C2 -d -r1.21.2.1 -r1.21.2.2 *** wl-util.php 26 Jul 2002 09:12:08 -0000 1.21.2.1 --- wl-util.php 2 Aug 2002 22:59:48 -0000 1.21.2.2 *************** *** 306,316 **** if ("$daysold" == "$datetime") { if ($count<=1) { ! echo "<img src=\"modules/$ModName/images/newred.gif\" alt=\""._NEWTODAY."\">"; } if ($count<=3 && $count>1) { ! echo "<img src=\"modules/$ModName/images/newgreen.gif\" alt=\""._NEWLAST3DAYS."\">"; } if ($count<=7 && $count>3) { ! echo "<img src=\"modules/$ModName/images/newblue.gif\" alt=\""._NEWTHISWEEK."\">"; } } --- 306,316 ---- if ("$daysold" == "$datetime") { if ($count<=1) { ! echo "<img src=\"modules/$ModName/images/newred.gif\" alt=\""._NEWTODAY."\"> "; } if ($count<=3 && $count>1) { ! echo "<img src=\"modules/$ModName/images/newgreen.gif\" alt=\""._NEWLAST3DAYS."\"> "; } if ($count<=7 && $count>3) { ! echo "<img src=\"modules/$ModName/images/newblue.gif\" alt=\""._NEWTHISWEEK."\"> "; } } *************** *** 356,366 **** if ("$daysold" == "$datetime") { if ($count<=1) { ! echo "<img src=\"modules/$ModName/images/newred.gif\" alt=\""._CATNEWTODAY."\">"; } if ($count<=3 && $count>1) { ! echo "<img src=\"modules/$ModName/images/newgreen.gif\" alt=\""._CATLAST3DAYS."\">"; } if ($count<=7 && $count>3) { ! echo "<img src=\"modules/$ModName/images/newblue.gif\" alt=\""._CATTHISWEEK."\">"; } } --- 356,366 ---- if ("$daysold" == "$datetime") { if ($count<=1) { ! echo "<img src=\"modules/$ModName/images/newred.gif\" alt=\""._CATNEWTODAY."\"> "; } if ($count<=3 && $count>1) { ! echo "<img src=\"modules/$ModName/images/newgreen.gif\" alt=\""._CATLAST3DAYS."\"> "; } if ($count<=7 && $count>3) { ! echo "<img src=\"modules/$ModName/images/newblue.gif\" alt=\""._CATTHISWEEK."\"> "; } }
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |