[geeklog-cvs] geeklog-1.3/system/install_templates databasesettings.tpl,1.5,1.6
dhaun at geeklog.net
dhaun at geeklog.net
Wed Mar 19 06:13:37 EST 2003
Update of /usr/cvs/geeklog/geeklog-1.3/system/install_templates
In directory internal.geeklog.net:/tmp/cvs-serv1177/system/install_templates
Modified Files:
databasesettings.tpl
Log Message:
Minor corrections to ensure the install script produces valid HTML.
Index: databasesettings.tpl
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/system/install_templates/databasesettings.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** databasesettings.tpl 16 Apr 2002 15:02:39 -0000 1.5
--- databasesettings.tpl 19 Mar 2003 11:13:35 -0000 1.6
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head><title>Geeklog Installation: Database Setup</title></head>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>Geeklog Installation: Database Setup</title></head>
***************
*** 7,16 ****
<form action="install.php" method="post">
<input type="hidden" name="upgrade" value="{upgrade}">
! <center><table cellpadding="3" cellspacing="0" border="0">
{UPGRADE_OPTIONS}
! </table></center>
<input type="hidden" name="page" value="2">
<input type="hidden" name="geeklog_path" value="{geeklog_path}">
! <center><input type="submit" name="action" value="<< Previous"> <input type="submit" name="action" value="Next >>"></center>
</form>
</body>
--- 7,16 ----
<form action="install.php" method="post">
<input type="hidden" name="upgrade" value="{upgrade}">
! <table cellpadding="3" cellspacing="0" border="0" align="center">
{UPGRADE_OPTIONS}
! </table>
<input type="hidden" name="page" value="2">
<input type="hidden" name="geeklog_path" value="{geeklog_path}">
! <p align="center"><input type="submit" name="action" value="<< Previous"> <input type="submit" name="action" value="Next >>"></p>
</form>
</body>
More information about the geeklog-cvs
mailing list