Update of /cvsroot/wpdev/xmlscripts/documentation/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2474/templates
Modified Files:
index.html
Log Message:
template changes
Index: index.html
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/documentation/templates/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.html 29 Jun 2004 15:19:49 -0000 1.4
--- index.html 2 Jul 2004 18:26:22 -0000 1.5
***************
*** 17,39 ****
</style>
<link href="style.css" rel="stylesheet" type="text/css">
! <style type="text/css">
! <!--
! a:link {
! color: #0000FF;
! text-decoration: none;
! }
! a:visited {
! text-decoration: none;
! color: #0000FF;
! }
! a:hover {
! text-decoration: underline;
! }
! a:active {
! text-decoration: none;
! }
! -->
! </style></head>
!
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
--- 17,21 ----
</style>
<link href="style.css" rel="stylesheet" type="text/css">
! </head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
***************
*** 82,90 ****
<a href="#">Read more...</a>
</td>
! <td width="33%" class="text">
! <span class="sectiontitle">FAQ</span><br />
! A list of frequently asked questions can be found in this section.<br />
! <a href="FAQ.html">Read more...</a>
! </td>
</tr>
</table>
--- 64,72 ----
<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="../webroot/external_link.gif" alt="External Link" width="11" height="12" border="0" align="bottom"><br>
! <a href="http://doc.wpdev.org/formats/csharp/">File Formats</a> <img src="../webroot/external_link.gif" alt="External Link" width="11" height="12" border="0" align="bottom"></td>
</tr>
</table>
|