home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / asp / POSTCARD.ZIP / admin / admin.asp next >
Encoding:
Text File  |  2000-02-16  |  4.6 KB  |  117 lines

  1. <!--#include file="includelogin.asp"-->
  2. <!--#include file="menu.inc"-->
  3. <!--#include file="../inccard.asp"-->
  4. <html>
  5.  
  6. <head>
  7. <%
  8. '''''''''''  (C) Stefan Holmberg 1999  
  9. '''''''''''  Free to use if these sourcecode lines is not deleted 
  10. '''''''''''  Contact me at webmaster@sqlexperts.com
  11. '''''''''''  http://www.sqlexperts.com
  12. '''''''''''  AdMentor homepage at http://www.create-a-webshop.com
  13.  
  14. '    Set oConn = AdMentor_DBOpenConnection()
  15.     
  16. %>
  17.  
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  20. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  21. <meta name="ProgId" content="FrontPage.Editor.Document">
  22. <title>PostcardMentor - Admin interface</title>
  23. <style type="text/css">
  24. <!--
  25.      body {  font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000}
  26.      td {  font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000}
  27.      th {  font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000}
  28.      A:link {text-decoration: none;}
  29.      A:visited {text-decoration: none;}
  30.      A:hover {text-decoration: underline;}
  31. -->
  32. </style>
  33. </head>
  34.  
  35. <body>
  36.  
  37. <table align="center" bgColor="#003399" border="0" cellPadding="3" cellSpacing="0" height="100%" width="100%">
  38.   <tbody>
  39.     <tr>
  40.       <td vAlign="top" width="50%" height="60">
  41.       <b><a href="http://www.aspcode.net/"><font color="#ECECD9" face="verdana,arial,helvetica" size="1">http://www.aspcode.net</font></a></b>
  42.       </td>
  43.       <td vAlign="top" width="468" height="60">
  44.       <b><font color="#FFFFFF" face="verdana,arial,helvetica" size="+2">Admin
  45.       interface</font></b>
  46.       <table border="0" width="100%">
  47.         <tr>
  48.                             <td width="50%">
  49.                             </td>
  50.         </tr>
  51.       </table>
  52.       </td>
  53.     </tr>
  54.     <tr>
  55.       <td height="100%" vAlign="top" width="100%" colspan="2">
  56.         <table align="center" bgColor="#ffffff" border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%">
  57.           <tbody>
  58.             <tr>
  59.               <td height="100%" vAlign="top" width="85%">
  60.                 <table bgColor="#ffffff" border="0" cellPadding="10" cellSpacing="0" height="100%" width="100%">
  61.                   <tbody>
  62.                     <tr>
  63.                       <td align="left" height="100%" vAlign="top" width="65%">
  64.                         <table border="0" width="100%">
  65.                           <tr>
  66.                             <td width="50%"><b><font color="#aa3333" face="verdana,arial,helvetica" size="4">PostcardMentor <%=Session("fullname")%></font></b>
  67.                              
  68.                             </td>
  69.                             <td width="50%">
  70.                             </td>
  71.                           </tr>
  72.                         </table>
  73.                         <font color="#aa3333" face="verdana,arial,helvetica" size="+2">
  74.                         <hr color="#000066" noShade SIZE="1">
  75.                              
  76.                         </font>
  77.                              
  78.                         <table border="0" width="100%">
  79.                           <tr>
  80.                             <td width="120" valign="top">
  81.                               <%AdAdminWriteMenu%></td>
  82.                             <td width="70%">
  83.                              
  84.                         <ul>
  85.                           <li><font face="helvetica, arial" size="2"><b><i>Categories<br>
  86.                             </i></b>Through this page you can add, modify and
  87.                             delete categories.</font></li>
  88.                           <li><font face="helvetica, arial" size="2"><b><i>Postcards<br>
  89.                             </i></b>Through this page you can add, modify and
  90.                             delete postcards.</font></li>
  91.                           <li><font face="helvetica, arial" size="2"><i><b>Delete
  92.                             old files<br>
  93.                             </b></i>Delete old sent card files.</font></li>
  94.                           </ul>
  95.                              
  96.                         <p><font face="helvetica, arial" size="2">PostcardMentor is
  97.                         developed by <a href="mailto:webmaster@sqlexperts.com">Stefan
  98.                         Holmberg</a>. Usage of it is totally free.</font></td>
  99.                           </tr>
  100.                         </table>
  101.                       </td>
  102.                     </tr>
  103.                   </tbody>
  104.                 </table>
  105.               </td>
  106.             </tr>
  107.           </tbody>
  108.         </table>
  109.       </td>
  110.     </tr>
  111.   </tbody>
  112. </table>
  113.  
  114. </body>
  115.  
  116. </html>
  117.