From: <unl...@us...> - 2002-08-16 13:14:29
|
Update of /cvsroot/meshdb/www/deal/templates In directory usw-pr-cvs1:/tmp/cvs-serv16393/templates Modified Files: index_page.tpl overall_footer.tpl overall_header.tpl stylesheet.css Log Message: Changes. Finalising design Index: index_page.tpl =================================================================== RCS file: /cvsroot/meshdb/www/deal/templates/index_page.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- index_page.tpl 14 Aug 2002 03:49:18 -0000 1.1 +++ index_page.tpl 16 Aug 2002 13:14:25 -0000 1.2 @@ -1,2 +1,23 @@ +<span class="sectionheader">{SECTION_HEADER}</span><br /> + +<!-- Content // --> +<span class="text"> + +This is a user-contributed database of component prices that people have spotted in Australia. If you know of a great deal, or the price of a component that other people might be interested in, add it! <br /> +See also: <a href="http://www.wireless.org.au/tib/" class="genlink">The Incredible Bulk</a> - bulk orders organised by Melbourne Wireless. +<br /> +The table below is sorted by class, and then by price.<br /> + + +<!-- +<span class="header">Retail prices database</span><br /> +<span class="gentext"> +This is a user-contributed database of component prices that people have spotted in Australia. If you know of a great deal, or the price of a component that other people might be interested in, add it! <br /> +See also: <a href="http://www.wireless.org.au/tib/" class="genlink">The Incredible Bulk</a> - bulk orders organised by Melbourne Wireless +<br /> +The table below is sorted by class, and then by price.<br /> + + {MESSAGE} <br /><br /> -{MESSAGE2} +{MESSAGE2} +--> Index: overall_footer.tpl =================================================================== RCS file: /cvsroot/meshdb/www/deal/templates/overall_footer.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- overall_footer.tpl 14 Aug 2002 03:49:18 -0000 1.1 +++ overall_footer.tpl 16 Aug 2002 13:14:25 -0000 1.2 @@ -1,14 +1,9 @@ <hr> -<p class="minor"> -Technical enquiries about this web site should be directed to -<a href="mailto:david.leonard+meshweb@itee.uq.edu.au">David Leonard</a>. -<br> -Web site kindly hosted by the -<a href="/">Dept of Information Technology & Electrical Engineering, UQ</a>. -<br> -<a href="logo/">Logo</a> designed by Matt Gleeson. -</p> - +<div align="right"><span class="textsmall"> +Technical enquiries about this web site should be directed to <a href="mailto:david.leonard+meshweb@itee.uq.edu.au"">David Leonard</a>. <br /> +Kindly hosted by the <a href="/">Dept of Information Technology & Electrical Engineering, UQ</a>. <br /> +<a href="http://www.itee.uq.edu.au/~mesh/logo/">Logo</a> designed by Matt Gleeson.</span> +</div> </body> </html> Index: overall_header.tpl =================================================================== RCS file: /cvsroot/meshdb/www/deal/templates/overall_header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- overall_header.tpl 14 Aug 2002 03:49:18 -0000 1.1 +++ overall_header.tpl 16 Aug 2002 13:14:25 -0000 1.2 @@ -1,9 +1,28 @@ <html> <head> +<title>{SITE_TITLE}</title> <link rel="stylesheet" href="templates/stylesheet.css" type="text/css"> -<title>Retail prices database</title> </head> -<body> -<img align=center src="../img/mesh-small.gif" - width=107 height=68 alt="Brisbane Mesh"> -<h1>Retail prices database</h1> +<body bgcolor="#FFFFFF"> +<!-- HTML Design by Grant Bartlett, feel free to contact me with any comments. unleadedis _at_ optusnet.com.au + Logo designed by Matt Gleeson. +// --> + +<!-- Page Header --> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> <td><span class="header">{SITE_NAME}</span><br /><span class="header_subtext">{SITE_TITLE}</span></td> + <td align="right"><img src="{SITE_IMAGE}" alt="{SITE_TITLE}"></td> + </tr> + <tr> <td bgcolor="#DFDFDF" height="1" colspan="2"></td></tr> + + <tr> <td colspan="2" class="text"> + <a href="{PRICES_DB_LINK}" class="text">{PRICES_DB}</a> : + <a href="{PRODUCTS_DB_LINK}" class="text">{PRODUCTS_DB}</a> : + <a href="{VENDORS_DB_LINK}" class="text">{VENDORS_DB}</a> :: + <a href="{HWPOOL_DB_LINK}" class="text">{HWPOOL_DB}</a> + </td> + </tr> + +</table><br /> + +<!-- End Section Header // --> Index: stylesheet.css =================================================================== RCS file: /cvsroot/meshdb/www/deal/templates/stylesheet.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- stylesheet.css 14 Aug 2002 03:49:18 -0000 1.1 +++ stylesheet.css 16 Aug 2002 13:14:25 -0000 1.2 @@ -1,4 +1,33 @@ +/* The largest text used in the index page title and toptic title etc. */ +.header { + font-weight: bold; font-size: 26px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; + text-decoration: none; line-height : 120%; color : #000000; +} + +.header_subtext { + font-size: 14px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + text-decoration: none; line-height : 150%; color : #000000; +} + +.sectionheader { + font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; + text-decoration: none; line-height : 120%; color : #006699; +} + + +.text { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; } + +.textsmall { font-size: 10px; font-family: Arial, Helvetica, sans-serif; } + + +/* General font families for common tags */ +font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } +a:link,a:active,a:visited { color : #000000; } +a:hover { text-decoration: underline; color : #DD6900; } + + +/* h1 { font-family: Helvetica; } h2 { font-family: Helvetica; } body { background: white; } @@ -59,4 +88,7 @@ td.note { font-style: italic; font-family: Helvetica; font-size: smaller; - text-align: center; } \ No newline at end of file + text-align: center; } + + +*/ |