[wpdev-commits] xmlscripts/documentation/templates index.html,1.6,1.7
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-21 19:02:04
|
Update of /cvsroot/wpdev/xmlscripts/documentation/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32725/templates Modified Files: index.html Log Message: Updates! Index: index.html =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/templates/index.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.html 2 Jul 2004 18:30:47 -0000 1.6 --- index.html 21 Aug 2004 19:01:53 -0000 1.7 *************** *** 14,17 **** --- 14,20 ---- margin-bottom: 0px; } + img { + border: none; + } --> </style> *************** *** 20,32 **** <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> ! <tr> ! <td bgcolor="#004B2C"><a href="index.html"><img src="top_logo.jpg" width="586" height="87" border="0"/></a></td> ! </tr> ! <tr> ! <td height="3" bgcolor="#999999"><img src="spacer.gif" width="1" height="3" /></td> ! </tr> </table> <div align="center"> ! <p> <span class="maintitle">Wolfpack Reference </span></p> <table width="740" border="0" cellspacing="3" cellpadding="2"> <tr align="left" valign="top"> --- 23,35 ---- <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> ! <tr> ! <td bgcolor="#004B2C"><a href="index.html"><img src="top_logo.jpg" width="586" height="87" border="0"/></a></td> ! </tr> ! <tr> ! <td height="3" bgcolor="#999999"><img src="spacer.gif" width="1" height="3" /></td> ! </tr> </table> <div align="center"> ! <p><span class="maintitle">Wolfpack Reference</span></p> <table width="740" border="0" cellspacing="3" cellpadding="2"> <tr align="left" valign="top"> *************** *** 64,77 **** <a href="#">Read more...</a> </td> ! <td width="33%" class="text"> <span class="sectiontitle">MISCELLANEOUS</span><br /> ! <a href="FAQ.html">FAQ</a><br> ! <a href="http://doc.wpdev.org/ChangeLog.wolfpack">Changelog</a> <img src="external_link.gif" alt="External Link" width="11" height="12" border="0" align="bottom"><br> ! <a href="http://doc.wpdev.org/formats/">File Formats</a> <img src="external_link.gif" alt="External Link" width="11" height="12" border="0" align="bottom"><br> ! <a href="http://doc.wpdev.org/wolfpack-{SHORTVERSION}-doc.zip">Download Documentation</a> <img src="external_link.gif" alt="External Link" width="11" height="12" border="0" align="bottom"></td> </tr> </table> <br /> ! <br> <span class="smalltext">Generated: {GENERATED} | Version: {VERSION}</span> <br /> --- 67,82 ---- <a href="#">Read more...</a> </td> ! <td width="33%" class="text"> <span class="sectiontitle">MISCELLANEOUS</span><br /> ! <a href="introduction.html">Introduction to Wolfpack</a><br /> ! <a href="FAQ.html">FAQ</a><br /> ! <a href="http://doc.wpdev.org/ChangeLog.wolfpack">Changelog</a><img src="external_link.gif" alt="External Link" width="11" height="12" border="0" align="bottom" /><br /> ! <a href="http://doc.wpdev.org/formats/">File Formats</a> <img src="external_link.gif" alt="External Link" width="11" height="12" border="0" align="bottom" /><br /> ! <a href="http://doc.wpdev.org/wolfpack-{SHORTVERSION}-doc.zip">Download Documentation</a> <img src="external_link.gif" alt="External Link" width="11" height="12" border="0" align="bottom" /> ! </td> </tr> </table> <br /> ! <br /> <span class="smalltext">Generated: {GENERATED} | Version: {VERSION}</span> <br /> |