sample files
authortridge <>
Fri, 21 Dec 2001 15:53:43 +0000 (15:53 +0000)
committertridge <>
Fri, 21 Dec 2001 15:53:43 +0000 (15:53 +0000)
tserver/files/footer.html [new file with mode: 0644]
tserver/files/header.html [new file with mode: 0644]
tserver/files/icons/About.gif [new file with mode: 0644]
tserver/files/icons/Finder.gif [new file with mode: 0644]
tserver/files/icons/Help.gif [new file with mode: 0644]
tserver/files/icons/Home.gif [new file with mode: 0644]
tserver/files/icons/Home_0.gif [new file with mode: 0644]
tserver/files/icons/Tech.gif [new file with mode: 0644]
tserver/files/index.html [new file with mode: 0644]

diff --git a/tserver/files/footer.html b/tserver/files/footer.html
new file mode 100644 (file)
index 0000000..6cf03e5
--- /dev/null
@@ -0,0 +1,6 @@
+</td>
+<td width="10%"></td>
+</tr>
+</table>
+</BODY>
+</HTML>
diff --git a/tserver/files/header.html b/tserver/files/header.html
new file mode 100644 (file)
index 0000000..c15a3a1
--- /dev/null
@@ -0,0 +1,46 @@
+<html>
+<head>
+<title>Quantum Snapserver Installer</title>
+<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
+<META HTTP-EQUIV="Expires" CONTENT="Sun, 09 May 1971 06:00:00 GMT">
+</style>
+</head>
+<BODY  BGCOLOR="#CCCCCC" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" 
+ TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000">
+      <!-- Toolbar ******************************* -->
+      <table width="100%" height="51" cellspacing="0" cellpadding="0" border="0">
+         <tr>
+            <td width="1%" align="middle" valign="center" bgcolor="#3366CC">
+               <IMG align=top alt= "" border=0 src="/icons/About.gif"  naturalsizeflag="3">
+            </td>
+            <td width="74%" align="middle" valign="center">
+               <table width="100%" height="100%" cellspacing="0" cellpadding=               "0" border="0">
+                  <tr>                     <td width="1%" align="middle" valign="center" bgcolor="#3366CC">                        &nbsp;&nbsp;                     </td>
+                     <td width="99%" align="left" valign="center" height="51" bgcolor="#3366cc">
+                        <FONT color=#ffffff><FONT face=Arial><STRONG><font size="3">
+                        clipper&nbsp;*&nbsp;Installation</font></STRONG></FONT></FONT>
+                     </td>
+                  </tr>
+               </table>
+            </td>
+            <td width="25%" align="middle" valign="center" bgcolor="#3366CC">
+               <table width="100%" height="100%" cellspacing="0" cellpadding=               "0" border="0">
+                  <tr>                     <td width="57%" align="middle" valign="center">                        &nbsp;                     </td>
+                     <td width="1%" align="middle" valign="center">                        &nbsp;                     </td>
+                     <td width="1%" align="middle" valign="center">                        &nbsp;                     </td>
+                     <td width="1%" align="middle" valign="center">                        &nbsp;                     </td>
+                     <td width="10%" align="middle" valign="center">
+                        <img src="/icons/Help.gif" align="top" border="0" alt="" naturalsizeflag="3">                     </td>
+                     <td width="1%" align="middle" valign="center">                        &nbsp;                     </td>
+                     <td width="10%" align="middle" valign="center">
+                        <a href="http://www.snapappliances.com/support">
+                        <img src="/icons/Tech.gif" align="top" border="0" alt="" naturalsizeflag="3">                        </a>
+                     </td>
+                  </tr>
+               </table>
+            </td>
+         </tr>
+      </table><!-- ******************************* -->
+<table border=0>
+<tr valign="middle"><td width="10%"></td>
+<TD ALIGN="left">
diff --git a/tserver/files/icons/About.gif b/tserver/files/icons/About.gif
new file mode 100644 (file)
index 0000000..0e859c3
Binary files /dev/null and b/tserver/files/icons/About.gif differ
diff --git a/tserver/files/icons/Finder.gif b/tserver/files/icons/Finder.gif
new file mode 100644 (file)
index 0000000..250c35c
Binary files /dev/null and b/tserver/files/icons/Finder.gif differ
diff --git a/tserver/files/icons/Help.gif b/tserver/files/icons/Help.gif
new file mode 100644 (file)
index 0000000..7667c7d
Binary files /dev/null and b/tserver/files/icons/Help.gif differ
diff --git a/tserver/files/icons/Home.gif b/tserver/files/icons/Home.gif
new file mode 100644 (file)
index 0000000..523062a
Binary files /dev/null and b/tserver/files/icons/Home.gif differ
diff --git a/tserver/files/icons/Home_0.gif b/tserver/files/icons/Home_0.gif
new file mode 100644 (file)
index 0000000..2321c4f
Binary files /dev/null and b/tserver/files/icons/Home_0.gif differ
diff --git a/tserver/files/icons/Tech.gif b/tserver/files/icons/Tech.gif
new file mode 100644 (file)
index 0000000..3f6a75e
Binary files /dev/null and b/tserver/files/icons/Tech.gif differ
diff --git a/tserver/files/index.html b/tserver/files/index.html
new file mode 100644 (file)
index 0000000..cb5d66d
--- /dev/null
@@ -0,0 +1,17 @@
+<!--#include virtual="header.html" -->
+
+<form method=POST action="/install.cgi">
+<table border=0>
+<tr>
+<td><b>Download from:</b></td>
+<td><input type=text size=40 name="download_url"></td>
+</tr>
+
+<tr>
+<td><input type=submit name="action" value="Install"></td>
+</tr>
+
+</table>
+</form>
+
+<!--#include virtual="footer.html" -->