AdMentor homepage

/asp/freeapps/postcardmentor/admin_cats.asp

<!--#include file="menu.inc"--> <!--#include file="inccard.asp"--> <!--#include file="includelogin.asp"--> <html> <head> <% ''''''''''' http://www.aspcode.net ''''''''''' AdMentor homepage at http://www.aspcode.net Set oConn = Postcard_GetDatabaseConn() %> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>PostcardMentor - Admin interface</title> <style type="text/css"> <!-- body { font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000} td { font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000} th { font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000} A:link {text-decoration: none;} A:visited {text-decoration: none;} A:hover {text-decoration: underline;} --> </style> </head> <body> <table align="center" bgColor="#ECECD9" border="0" cellPadding="3" cellSpacing="0" height="100%" width="100%"> <tbody> <tr> <td vAlign="top" width="50%" height="60"> <b><a href="http://www.aspcode.net"><font face="verdana,arial,helvetica" size="1">http://www.aspcode.net</font></a></b> </td> <td vAlign="top" width="468" height="60"> <b><font face="verdana,arial,helvetica" size="+2">Admin interface</font></b> <table border="0" width="100%"> <tr> <td width="50%"> </td> </tr> </table> </td> </tr> <tr> <td height="100%" vAlign="top" width="100%" colspan="2"> <table align="center" bgColor="#ffffff" border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%"> <tbody> <tr> <td height="100%" vAlign="top" width="85%"> <table bgColor="#ffffff" border="0" cellPadding="10" cellSpacing="0" height="100%" width="100%"> <tbody> <tr> <td align="left" height="100%" vAlign="top" width="65%"> <table border="0" width="100%"> <tr> <td width="50%"><b><font color="#aa3333" face="verdana,arial,helvetica" size="4">PostcardMentor <%=Session("fullname")%></font></b> </td> <td width="50%"> <b>Categories</b> </td> </tr> </table> <font color="#aa3333" face="verdana,arial,helvetica" size="+2"> <hr color="#000066" noShade SIZE="1"> </font> <table border="0" width="100%"> <tr> <td width="120" valign="top"> <%AdAdminWriteMenu%></td> <td width="70%"> <p align="right"><a href="admin_cat.asp?action=new">Add new cat</a><br> <table border="1" width="100%"> <tr> <td width="50%"><b>Name</b></td> <td width="50%"><b>Action</b></td> </tr> <% Dim oRS Set oRS = oConn.Execute("select fldAuto, name from " & Postcard_GetTablePrefix() & "cat" ) While Not oRS.EOF%> <tr> <td width="50%"><%=oRS("name").Value%></td> <td width="50%"><a href="admin_cat.asp?action=edit&amp;fldAuto=<%=oRS("fldAuto").Value%>">Edit</a>---<a href="admin_cat.asp?action=del&amp;save=yes&amp;fldAuto=<%=oRS("fldAuto").Value%>">Delete</a>---<a href="admin_postcards.asp?cat_fldAuto=<%=oRS("fldAuto").Value%>">Postcards in cat</a></td> </tr> <%oRS.MoveNext Wend oRS.Close Set oRS = Nothing oConn.Close Set oConn = Nothing %> </table> <p>&nbsp; <p><font face="helvetica, arial" size="2">PostcardMentor is developed by <a href="http://www.aspcode.net">ASPCode.net</a>. Usage of it is totally free.</font></td> </tr> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </body> </html>
Privacy policy