From: <vb...@us...> - 2002-09-08 22:28:21
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv23501 Modified Files: side_menu.php Added Files: links.php Log Message: Added links page. --- NEW FILE: links.php --- <?php include('header.php') ?> <span class="page_title">Users' Links</span> <hr size="1" noshade="noshade" width="100%"> <ul> <li><a href="http://www.php.net">http://www.php.net</a> - PHP website</li> <li><a href="http://www.mysql.com">http://www.mysql.com</a> - MySQL Server</li> <li><a href="http://phpMyAdmin.sf.net">http://phpMyAdmin.sf.net</a> - Administration tool for MySQL.</li> <li><a href="http://www.apache.org">http://www.apache.org</a> - Apache Webserver</li> </ul> <span class="page_title">Developers' Links</span> <hr size="1" noshade="noshade" width="100%"> <ul> <li><a href="http://www.cvsgui.org">http://www.cvsgui.org</a> - WinCVS website for Windows users.</li> <li><a href="http://filezilla.sf.net">http://filezilla.sf.net</a> - FileZilla for accessing SourceForge webservers (SFTP).</li> <li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty</a> - PuTTY</li> </ul> <?php include('footer.php') ?> Index: side_menu.php =================================================================== RCS file: /cvsroot/webnotes/web/side_menu.php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- side_menu.php 8 Sep 2002 22:06:43 -0000 1.7 +++ side_menu.php 8 Sep 2002 22:28:18 -0000 1.8 @@ -19,7 +19,7 @@ <a class="big" href="install.php">Installation</a><br /> Upgrading<br /> <a class="big" href="changelog.php">ChangeLog</a><br /> - Links<br /> + <a class="big" href="links.php">Links</a><br /> </td> </tr> <tr> |