Second pass at adding key files
This commit is contained in:
61
site/glist/templates/gossamer/admin_initial_sql.html
Normal file
61
site/glist/templates/gossamer/admin_initial_sql.html
Normal file
@ -0,0 +1,61 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<head>
|
||||
<title>Gossamer List Setup SQL Database</title>
|
||||
<%include include_style.txt%>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<form method="POST" action="glist.cgi">
|
||||
<table width="700" border="0" cellspacing="0" cellpadding="0" align="center" height=90%>
|
||||
<tr>
|
||||
<td valign=middle>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#C5E1A3">
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#C5E1A3">
|
||||
<tr class="bold_white">
|
||||
<td bgcolor="#336600">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr class=bold_white height=20>
|
||||
<td width=1><img src="<%image_url%>/icons/sqlserver.gif" hspace=2></td>
|
||||
<td width=100% class=bold_white><b> GList Setup SQL Database</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td><BR />
|
||||
<table border="0" cellpadding="1" cellspacing="1" width="100%">
|
||||
<tr class="body">
|
||||
<td class="body">
|
||||
<blockquote>
|
||||
<%if msg%><pre class="body"><%msg%></pre><%endif%>
|
||||
Please enter the following information:
|
||||
<%include admin_setup_include_sql.html%>
|
||||
</blockquote>
|
||||
<p align="center"><center> <input type="submit" name='setup_sql' value=" Submit " class=button /></p><br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="body">
|
||||
<td class="body"><b>Copyright 2002 <a href="http://gossamer-threads.com/">Gossamer Threads Inc.</a></b> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="do" value="admin_initial_sql" />
|
||||
<%hidden_objects%>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user