Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv28216a Modified Files: bugtracker.php credits.php localization.php mailinglists.php release.php side_menu.php tour.php Added Files: footer.php header.php webnotes.css Log Message: - Imported some files from Mantis website to provide the same look'n'feel. - Modified some files to use the new style. (this is work-in-progress) --- NEW FILE: footer.php --- </td> </tr> <tr> <td class="menu_bot_left" colspan="3"> <table width="100%"> <tr> <td class="bar"> <img src="images/space.gif" alt="" /> </td> </tr> </table> <address> Last modified: <?php echo date( "M d, Y - H:m T", getlastmod() )?></address> <address> Copyright (C) 2000-2002</address> <address> <a href="mailto:vb...@us...">vb...@us...</a></address> </td> </tr> </table> </body> </html> --- NEW FILE: header.php --- <? #countpage( $REQUEST_URI, $REQUEST_URI ); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>phpWebNotes</title> <? include( "webnotes.css" ) ?> </head> <body> <table class="outisde" cellpadding="0" cellspacing="0"> <tr class="top"> <td class="top_left"> </td> <td class="top_right"> <a href="http://webnotes.sourceforge.net/"><img border="0" src="images/banner.gif" alt="" /></a> </td> <td class="right"> <a href="http://www.google.com/"><img border="0" src="images/google.gif" alt="" /></a> </td> </tr> <tr class="top"> <td class="middle" colspan="3"> <form method="GET" action="http://www.google.com/custom"> <!-- Search Google --> <input class="small" type="text" name="q" size="16" maxlength="255" value="" /> <input class="small" type="submit" name="sa" value="Search" /> <input class="small" type="hidden" name="cof" value="L:http://mantisbt.sourceforge.net/images/banner.gif;AH:center;AWFID:124d3521c6d75a4f;" /> <input class="small" type="hidden" name="domains" value="mantisbt.sourceforge.net" /> <input class="small" type="hidden" name="sitesearch" value="mantisbt.sourceforge.net" checked="checked" /> <!-- Search Google --> </form> </td> </tr> <tr valign="top" bgcolor="#ffffff"> <td class="menu_left"> <? include( "side_menu.php" ); ?> </td> <td class="main" colspan=2> --- NEW FILE: webnotes.css --- <style type="text/css"> body { background-color: #ffffff; font-family:Verdana, Arial; font-size: 10pt; margin: 0 } address { font-family:Verdana, Arial, Times, sans-serif; font-size: 8pt } form {display: inline;} p { font-family:Verdana, Arial, Times, sans-serif; font-size: 10pt; line-height: 1.2; } p.center { text-align: center } span { font-family: Verdana, Arial, Times, sans-serif } span.required { font-size: 10pt; color: #aa0000 } span.bugnotedelete { font-size: 8pt } span.small { font-size: 8pt } span.smallcaption { font-size: 8pt } span.big { font-weight: bold; font-size: 10pt; } span.section { font-weight: bold; font-size: 10pt; } span.page_title { font-weight: bold; font-size: 13pt; } span.center_link { font-weight: bold; font-size: 10pt; text-align: center } span.news_date { font-size: 8pt; font-style: italic } table.outside { width: 100%; } table.menu { width: 150px; background-color: #ffffff; } table.devlog { width: 100%; } tr.top { vertical-align: top; padding: 0 } td { font-family: Verdana, Arial, Times, sans-serif; font-size: 10pt; text-align: left } td.top_left { background-color: #b8b8ff; height: 50px; font-size: 2pt; line-height: 1.2; text-align: center; vertical-align: middle; font-weight: bold; border-left: 1px solid #000000; border-right: 0px solid #000000 } td.top_right { background-color: #b8b8ff; height: 50px; font-size: 2pt; line-height: 1.2; text-align: left; vertical-align: middle; font-weight: bold } td.right { background-color: #b8b8ff; height: 1px; font-size: 2pt; line-height: 1.2; text-align: right; vertical-align: bottom; font-weight: bold; padding: 4px } td.dev_section { background-color: #b8b8ff; line-height: 1.2; font-weight: bold; padding: 4px } td.dev_right { background-color: #b8b8ff; line-height: 1.2; text-align: right; font-weight: bold; padding: 4px } td.devheadline { background-color: #f0f0ff; line-height: 1.2; padding: 4px; border-top: 1px solid #4477aa; } td.devpost { background-color: #ffffff; line-height: 1.2; padding: 4px; border-bottom: 1px solid #4477aa; } td.middle { background-color: #8888e8; height: 5px; font-size: 2pt; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 0px solid #000000; text-align: right } td.menu_top { background-color: #d8d8ff; font-size: 10pt; line-height: 1.0; text-align: left; border-top: 0px solid #000000; border-bottom: 1px solid #000000; padding: 2; padding-top: 4 } td.menu_head { background-color: #d8d8ff; font-size: 10pt; line-height: 1.0; text-align: left; border-top: 0px solid #000000; border-bottom: 1px solid #000000; padding: 2; padding-top: 4 } td.menu_sf { background-color: #d8d8ff; font-size: 10pt; line-height: 1.0; text-align: center; border-top: 1px solid #000000; border-bottom: 1px solid #000000; padding: 6 } td.menu_items { background-color: #ffffff; font-size: 10pt; line-height: 1.2; text-align: left; padding: 2; padding-bottom: 6; width: 99%; padding-left: 8px } td.menu_left { background-color: #ffffff; border-left: 1px solid #000000; border-right: 1px dotted #000000 } td.menu_bot_left{ background-color: #ffffff; border-left: 1px solid #000000; border-bottom: 1px solid #000000; padding: 2; padding-bottom: 12px; text-align: left } td.main { background-color: #ffffff; font-size: 10pt; line-height: 1.1; text-align: left; padding: 12px; width: 100% } td.indicator { font-family: courier new; background-color: #ffffff; font-size: 10pt; line-height: 1.1; text-align: right; width: 1% } td.bar { background-color: #a8a8ff; font-size: 1pt; text-align: left; width: 100%; border-top: 1px solid #999999 } td.caption { background-color: #ddddff; font-size: 10pt; text-align: center; width: 33%; border-top: 1px solid #000000; border-bottom: 0px solid #000000 } td.screenshot { background-color: #ffffff; font-size: 1pt; text-align: center; width: 33% } td.poll_date { background-color: #ffffff; font-size: 8pt; text-align: center; width: 20%; border-right: 1px solid #000000 } td.poll_question{ background-color: #ffffff; font-size: 10pt; text-align: left; width: 60%; border-right: 1px solid #000000 } td.poll_results { background-color: #ffffff; font-size: 10pt; text-align: center; width: 20% } td.poll_header { background-color: #e0e0ff; font-size: 8pt; text-align: center; width: 100% } td.poll { background-color: #ffffff; font-size: 10pt; text-align: left; width: 100% } td.survey { background-color: #e0e0ff; font-size: 8pt; text-align: center; width: 100% } td.welcome { background-color: #ffffff; font-size: 10pt; text-align: left; width: 100%; padding: 6px } td.headline { background-color: #c8c8e8; font-size: 10pt; text-align: left; width: 100%; border-left: 0px solid #444444; border-right: 1px solid #7878e8; border-top: 0px solid #000000; border-bottom: 2px solid #7878e8 } td.body { background-color: #ffffff; font-size: 10pt; text-align: left; width: 100%; border-left: 0px solid #000000; border-right: 0px solid #000000; border-bottom: 0px solid #000000; padding: 12px; padding-bottom: 20px } a { font-family: Verdana, Arial, Times, sans-serif; font-size: 10pt } a.bold { font-weight: bold } a.small { font-size: 8pt } a.small_bold { font-weight: bold; font-size: 8pt } a.center { text-align: center } ol { list-style-type: decimal } pre { font-family: courier new; background-color: #e6e6e6; font-size: 10pt; line-height: 1.1; text-align: left; padding: 8 } input.small { font-size: 8pt; font-family: verdana,arial,helvetica,sans-serif; vertical-align: middle } </style> Index: bugtracker.php =================================================================== RCS file: /cvsroot/webnotes/web/bugtracker.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- bugtracker.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ bugtracker.php 7 Sep 2002 14:41:08 -0000 1.2 @@ -1,56 +1,5 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body> - -<p> -<div align=center> -<h2>phpWebNotes</h2> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<p> -<b><font size=+1>Bugtracker</font></b> -<p> -The bugtracker will be up soon. -<!-- -Here you can login to report actual bugs in phpWebNotes. You may also log feature requests as well. Finally, just use it to play around and see if it meets your needs. -<p> -Login as: -<ul> -<li>viewer / viewer - most limited access -<li>reporter / reporter - you can report bugs and add bugnotes -<li>rep / rep - same -<li>updater / updater - you can edit bugs -<li>Sign up for your own account! <b>You will need a <font color=#ff000>valid</font> email address.</b> If you know your email address works but never get emailed then please <a href="mailto:ke...@30...">contact me</a>. -</ul> -<p> -Again, feel free to explore but please, <font color=#ff0000><b>do not play with any valid bug entries</b></font>. There is a "Test Project" that you can play around with all you like. I will periodically be cleaning out any test bugs. -<p> -<div align=center> - <a href="http://webnotes.sourceforge.net/webnotes/"><b>phpWebNotes Bugtracker</b></a> -</div> ---> -</td> -</tr> -</table> - -<p> -<div align=right> -<a href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> - -</body> -</html> +<?php include('header.php') ?> +<h3>Bugtracker</h3> +phpWebNotes uses Mantis Bugtracker to track bugs and feature requests. Login to http://webnotes.sf.net/mantis to +report bugs and feature requests. +<?php include('footer.php') ?> Index: credits.php =================================================================== RCS file: /cvsroot/webnotes/web/credits.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- credits.php 7 Sep 2002 11:55:22 -0000 1.2 +++ credits.php 7 Sep 2002 14:41:08 -0000 1.3 @@ -1,26 +1,4 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body bgcolor="#ffffff"> - -<br /> -<div align="center"> -<h2>phpWebNotes</h2> -</div> - -<br /> -<div align="center"> - -<table width="100%"> -<tr valign="top"> - <? include("side_menu.php") ?> -<td> +<?php include('header.php') ?> <h3>Credits</h3> <br /> Administrators: @@ -39,14 +17,4 @@ <li>Luca Pscatore</li> <li>Dat-Son Nguyen</li> </ul> -</td> -</tr> -</table> - -<br /> -<div align="right"> -<a href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="WebNotes @ SourceForge" /></a> -</div> - -</body> -</html> \ No newline at end of file +<?php include('footer.php') ?> \ No newline at end of file Index: localization.php =================================================================== RCS file: /cvsroot/webnotes/web/localization.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- localization.php 7 Sep 2002 11:40:08 -0000 1.1.1.1 +++ localization.php 7 Sep 2002 14:41:08 -0000 1.2 @@ -1,4 +1,5 @@ -<? +<?php include('header.php') ?> +<?php function print_lang( $p_language, $p_version, $p_state ) { $t_file_name = "webnotes/strings_".strtolower( $p_language ).".txt"; @@ -24,54 +25,27 @@ PRINT "</tr>"; } ?> -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body> - -<p> -<div align=center> -<h2>phpWebNotes</h2> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<p> -<b><font size=+1>Localization</font></b> -<p> -Here you can see the latest localization files. Currently we only have English. -<p> -What to do if you see some errors? Just <a href="mailto:ke...@30...">send me an email</a> with the corrected strings. -<p> +<h3>Localization</h3> +<p>Here you can see the latest localization files. Currently we only have English.</p> +<p>What to do if you see some errors? Just <a href="mailto:ke...@30...">send me an email</a> with the corrected strings.</p> -<div align=center> -<table width=100% cellpadding=5 cellspacing=1 bgcolor=#ffffff> -<tr bgcolor=#ffffff> +<div align="center"> +<table width="100%" cellpadding="5" cellspacing="1" bgcolor="#ffffff"> +<tr bgcolor="#ffffff"> <td> - <b>Language</b> + <strong>Language</strong> </td> <td> - <b>Version</b> + <strong>Version</strong> </td> <td> - <b>Date Updated</b> + <strong>Date Updated</strong> </td> <td> </td> </tr> -<? +<?php print_lang( "English", "latest", "active" ); print_lang( "French", "latest", "active" ); print_lang( "Italian", "latest", "active" ); @@ -80,20 +54,7 @@ </div> -<p> -<b><font size=+1>Translating</font></b> -<p> -Don't see your language? Translate one of the files! It's really quite simple. Just take the strings file and convert away. Then <a href="mailto:ke...@30...">submit it</a> back to me. Also, you can update them when new strings make it in. The file won't change drastically so it shouldn't be too much work to keep the files updated. -<p> -Currently some strings are hard-coded into the database tables or the code. This will be fixed soon. -</td> -</tr> -</table> - -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> - -</body> -</html> +<h3>Translating</h3> +<p>Don't see your language? Translate one of the files! It's really quite simple. Just take the strings file and convert away. Then <a href="mailto:ke...@30...">submit it</a> back to me. Also, you can update them when new strings make it in. The file won't change drastically so it shouldn't be too much work to keep the files updated.</p> +<p>Currently some strings are hard-coded into the database tables or the code. This will be fixed soon.</p> +<?php include('footer.php') ?> Index: mailinglists.php =================================================================== RCS file: /cvsroot/webnotes/web/mailinglists.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mailinglists.php 7 Sep 2002 11:40:08 -0000 1.1.1.1 +++ mailinglists.php 7 Sep 2002 14:41:08 -0000 1.2 @@ -1,42 +1,7 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body bgcolor=#ffffff> - -<p> -<div align=center> -<h2>phpWebNotes</h2> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<b><font size=+1>Mailing Lists</font></b> -<p> -There is a mailing list for announcements. Announcements will be posted to it after each release. Please use the <a href="forums.php">Discussion Forums</a> if you need help. -<p> +<?php include('header.php') ?> +<h3>Mailing Lists</h3> +<p>There is a mailing list for announcements. Announcements will be posted to it after each release. Please use the <a href="forums.php">Discussion Forums</a> if you need help.</p> <div align=center> -<b><a href="http://sourceforge.net/mail/?group_id=15381">SourceForge Mailing List</a></b> -</div> - -</td> -</tr> -</table> - -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> +<p><strong><a href="http://sourceforge.net/mail/?group_id=15381">SourceForge Mailing List</a></strong></p> </div> - -</body> -</html> +<?php include('footer.php') ?> Index: release.php =================================================================== RCS file: /cvsroot/webnotes/web/release.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- release.php 7 Sep 2002 11:40:08 -0000 1.1.1.1 +++ release.php 7 Sep 2002 14:41:08 -0000 1.2 @@ -1,4 +1,4 @@ -<? +<?php function print_item($type,$old,$new,$notes) { PRINT "<tr>"; PRINT "<td>"; @@ -62,36 +62,10 @@ PRINT "</table>"; } ?> -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body> - -<p> -<div align=center> - <h2>phpWebNotes</h2> - Last modified: <? echo date( "M d, Y - H:m", getlastmod() )?> -</div> - -<p> -<div align=center> - -<table width=100%> -<tr valign=top> - <? include("side_menu.php") ?> -<td> -<p> -<b><font size=+1>Release Notes</font></b> +<?php include('header.php') ?> +<h3>Release Notes</h3> -<p> -This is a preliminary draft of the release notes. -<p> +<p>This is a preliminary draft of the release notes.</p> <!-- BEGIN 1.0.0 --------------------------------------------- --> <? print_release("1.0.0","March 16, 2001", @@ -116,17 +90,6 @@ <!-- MODIFIED FILES ------------------- --> <? print_modified("Released") ?> - <hr> <!-- END 1.0.0 --------------------------------------------- --> -</td> -</tr> -</table> - -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> -</div> - -</body> -</html> +<?php include('footer.php') ?> Index: side_menu.php =================================================================== RCS file: /cvsroot/webnotes/web/side_menu.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- side_menu.php 7 Sep 2002 11:55:22 -0000 1.2 +++ side_menu.php 7 Sep 2002 14:41:08 -0000 1.3 @@ -1,3 +1,68 @@ + <table class="menu" cellspacing="0"> + <tr> + <td class="menu_top"> + <span class="big">General</span><br /> + </td> + </tr> + <tr> + <td class="menu_items"> + <a class="big" href="index.php">Home</a><br /> + <a class="big" href="demo.php">Demo</a><br /> + <a class="big" href="about.php">About</a><br /> + <a class="big" href="download.php">Download</a><br /> + <a class="big" href="screenshots.php">Screenshots</a><br /> + <a class="big" href="me.php">Author</a><br /> + </td> + </tr> + <tr> + <td class="menu_items"> + <a class="big" href="credits.php">Credits</a><br /> + <a href="notes.php3">Notes</a><br /> + <a href="installation.php">Installation</a><br /> + <a href="upgrading.php">Upgrading</a><br /> + <a href="changelog.php">ChangeLog</a><br /> + <a href="requirements.php">Requirements</a><br /> + <a href="links.php">Links</a><br /> + </td> + </tr> + <tr> + <td class="menu_head"> + <span class="big">Support</span><br /> + </td> + </tr> + <tr> + <td class="menu_items"> + <a href="irc.php">IRC</a><br /> + <a href="forums.php">Forums</a><br /> + <a href="mailinglists.php">Mailing Lists</a><br /> + </td> + </tr> + <tr> + <td class="menu_head"> + <span class="big">Development</span><br /> + </td> + </tr> + <tr> + <td class="menu_items"> + <a href="general_development.php">General Information</a><br /> + <a href="guidelines.php">Coding Guidelines</a><br /> + <a href="devnotes.php">Dev Notes</a><br /> + <a href="api.php">API</a><br /> + <a href="cvs.php">CVS</a><br /> + <a href="roadmap.php">Roadmap</a><br /> + <a href="database.php">Database</a><br /> + <a href="localization.php">Localization</a><br /> + </td> + </tr> + <tr> + <td class="menu_sf"> + <br /> + <a href="http://sourceforge.net/projects/webnotes/"> <img src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="phpWebNotes @ SourceForge"></a><br /> + <br /> + </td> + </tr> + </table> + <td align=center width="240"> <table bgcolor="#dddddd"> <tr> Index: tour.php =================================================================== RCS file: /cvsroot/webnotes/web/tour.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tour.php 7 Sep 2002 11:55:22 -0000 1.2 +++ tour.php 7 Sep 2002 14:41:08 -0000 1.3 @@ -1,27 +1,4 @@ -<html> -<head> -<style> -body { background-color:#ffffff; font-family:Verdana, Arial; font-size=10pt } -td { font-family:Verdana, Arial; font-size=10pt } -p { font-family:Verdana, Arial; font-size=10pt } -</style> -<title>phpWebNotes</title> -</head> -<body bgcolor="#ffffff"> -<br /> -<div align="center"> -<h2>phpWebNotes</h2> -</div> - -<br /> -<div align="center"> - -<table width="100%"> -<tr valign="top"> - <? include("side_menu.php") ?> -<td> - <h3>phpWebNotes Tour</h3> - +<?php include('header.php') ?> The Admin Tour will be up soon. <!-- <p> @@ -52,14 +29,4 @@ <p> This is the basic edit news screen. --> -</td> -</tr> -</table> - -<br /> -<div align="right"> -<a href="http://sourceforge.net/projects/webnotes"><img src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="WebNotes @ SourceForge" /></a> -</div> - -</body> -</html> \ No newline at end of file +<?php include('footer.php') ?> |