<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title></title>
<style type="text/css">
<!--
h1 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 24pt;
font-weight: bold;
}
h2 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 18pt;
font-weight: bold;
}
h3 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;
}
a:hover {
font-family: Verdana, Helvetica, sans-serif;
text-decoration: underline;
color:
}
a:link {
font-family: Verdana, Helvetica, sans-serif;
text-decoration: none;
color:
}
a {
font-family: Verdana, Helvetica, sans-serif;
text-decoration: none;
color:
}
p {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color:
}
th {
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 10pt;
color:
}
.form-help {
font-size: 10pt;
color:
}
.std-text {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color:
}
.tab-small {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color:
}
.location-bar {
background-color:
border: none;
}
.list-header {
background-color:
border: none;
}
.list-item {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
}
.list-nav {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
}
.row-normal {
background-color:
border: none;
}
.row-hilite {
background-color:
border: none;
}
.section-bar {
background-color:
border: none;
}
.system-msg {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
background-color:
border: 1px solid
margin-bottom: 6px;
margin-top: 6px;
padding: 4px;
width: 100%;
color:
}
.form-title {
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
color:
}
.form-label {
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 10pt;
color:
}
.form-optional {
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;
font-size: 10pt;
color:
}
.form-element {
font-family: Verdana, Helvetica, aans-serif;
font-size: 10pt;
color:
}
.form-text {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color:
}
.form-mono {
font-family: monospace;
font-size: 12px;
text-decoration: none;
}
-->
</style>
</head>
<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">
<dtml-var manage_tabs>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr class="location-bar">
<td align="left" valign="top">
<div class="form-title">
Edit Code Cookbook
</div>
</td>
</tr>
</table>
<FORM ACTION="manage_editCookbook" METHOD="POST"
ENCTYPE="multipart/form-data">
<TABLE CELLSPACING="2">
<TR>
<td align="left" valign="top" width="16"
</td>
<TD ALIGN="LEFT" VALIGN="TOP"><strong>Title</strong></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="title" SIZE="35" VALUE="&dtml-title;"></TD>
</TR>
<TR>
<td align="left" valign="top" width="16"
</td>
<TD ALIGN="LEFT" VALIGN="TOP"><strong>Categories</strong></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><TEXTAREA NAME="categories:lines" COLUMNS="35" ROWS="10"><dtml-in categories><dtml-var sequence-item>
</dtml-in></TEXTAREA></TD>
</TR>
<TR><td colspan=2></td>
<TD>
<INPUT TYPE="SUBMIT" VALUE=" Change ">
</TD>
</TR>
</TABLE>
</FORM>
</BODY></HTML>
|