Update of /cvsroot/openfirst/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9003
Modified Files:
index.php
Log Message:
More XHTML stuff
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/base/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.php 14 Mar 2005 00:50:01 -0000 1.7
--- index.php 3 Apr 2005 02:09:43 -0000 1.8
***************
*** 61,65 ****
echo("<table width=200><tr><th>Guestbook</th></tr><tr><td><div>Last records in our <a href=\"$basepath/guestbook\">guestbook</a>: </div>");
while($q = ofirst_dbfetch_object($qu)) {
! echo("<sub><strong><a href='/guestbook/' target='_content'>$q->guest</a></strong><br>$q->date</sub><br>");
}
echo("</td></tr></table><br />");
--- 61,65 ----
echo("<table width=200><tr><th>Guestbook</th></tr><tr><td><div>Last records in our <a href=\"$basepath/guestbook\">guestbook</a>: </div>");
while($q = ofirst_dbfetch_object($qu)) {
! echo("<sub><strong><a href='/guestbook/' target='_content'>$q->guest</a></strong><br />$q->date</sub><br />");
}
echo("</td></tr></table><br />");
***************
*** 71,75 ****
echo("<table width=200><tr><th>Awards</th></tr><tr><td><div>Our team has received the following <a href=\"$basepath/awards\">awards</a>: </div>");
while($q = ofirst_dbfetch_object($qu)) {
! echo("<sub><a href='$basepath/awards' target='_content'>$q->AwardName</a></sub><br>");
}
echo("</td></tr></table><br />");
--- 71,75 ----
echo("<table width=200><tr><th>Awards</th></tr><tr><td><div>Our team has received the following <a href=\"$basepath/awards\">awards</a>: </div>");
while($q = ofirst_dbfetch_object($qu)) {
! echo("<sub><a href='$basepath/awards' target='_content'>$q->AwardName</a></sub><br />");
}
echo("</td></tr></table><br />");
|