[geeklog-cvs] Geeklog-2/themes/default Footer.thtml,NONE,1.1 Header.thtml,NONE,1.1 Home.thtml,NONE,1.1 Login.thtml,NONE,1.1

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Dec 20 17:19:21 EST 2004


Update of /var/cvs/Geeklog-2/themes/default
In directory www:/tmp/cvs-serv28820/default

Added Files:
	Footer.thtml Header.thtml Home.thtml Login.thtml 
Log Message:
Minor changes...


--- NEW FILE: Footer.thtml ---
</body>
</html>
--- NEW FILE: Home.thtml ---
<center>{pageTitle}</center>

You have made it here so you have logged in successfully!
--- NEW FILE: Login.thtml ---
<center>{pageTitle}
<font color="#FF0000">{getMessages()}</font>
<form method="POST" action="index.php">
<input type="hidden" name="cmd" value="doLogin"/>
<table>
<tr>
	<td>Username:</td>
	<td><input type="text" name="username"/></td>
</tr>
<tr>
	<td>Password:</td>
	<td><input type="password" name="password"/></td>
</tr>
<tr>
<tr>
	<td colspan="2" align="center">
		<input type="submit" value="Login!"/>
	</td>
</tr>
</table>
</form>
</center>
--- NEW FILE: Header.thtml ---
<html>
<head>
	<title>{pageTitle}</title>
	<meta name="keywords" content="{metaTags}"/>
</head>
<body>



More information about the geeklog-cvs mailing list