discourse-legacysite-perl/site/glist/templates/gossamer/admin_initial_sql.html
2024-06-17 22:24:05 +10:00

62 lines
2.3 KiB
HTML

<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>&nbsp; <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>&nbsp;</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>