quick search:
 
<!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: #333333; 
}

a:link {
  font-family: Verdana, Helvetica, sans-serif;
  text-decoration: none;
  color: #000099;
}

a {
  font-family: Verdana, Helvetica, sans-serif;
  text-decoration: none;
  color: #000099;
}

p {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
}

th {
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #333333;
}

.form-help {
  font-size: 10pt;
  color: #333333;
}

.std-text {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
}

.tab-small {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
}

.location-bar {
  background-color: #efefef;
  border: none;
}

.list-header {
  background-color: #c0c0c0;
  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: #ffffff;
  border: none;

}

.row-hilite {
  background-color: #efefef;
  border: none;
}

.section-bar {
  background-color: #c0c0c0;
  border: none;
}

.system-msg {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: #ffffff;
  border:  1px solid #000000;
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 4px;
  width: 100%;
  color: #660033;
}

.form-title {
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: #333333;
}

.form-label {
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #333333;
}

.form-optional {
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 10pt;
  color: #333333;
}

.form-element {
  font-family: Verdana, Helvetica, aans-serif;
  font-size: 10pt;
  color: #000000;
}

.form-text {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
}

.form-mono {
  font-family: monospace;
  font-size: 12px;
  text-decoration: none;
}


-->
</style>

</head>
<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">


<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr class="location-bar">
  <td align="left" valign="top">
  <div class="form-title">
  Add Code Cookbook
  </div>
  </td>
</tr>
</table>



<FORM ACTION="manage_addCookbook" METHOD="POST"
      ENCTYPE="multipart/form-data">
<TABLE CELLSPACING="2">
<TR>
  <td align="left" valign="top" width="16"
      </td>
  <TD ALIGN="LEFT" VALIGN="TOP"><strong>id</strong></TD>
  <TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="35"></TD>
</TR>
<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"></TD>
</TR>
<TR>
</TR>
<TR>
  <TD colspan=3>Add Categories, one per line</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"></TEXTAREA></TD>
</TR>

<TR>
    <TD colspan=2></td>
    <TD>
       <INPUT TYPE="SUBMIT" VALUE=" Add ">
    </TD>
</TR>
</TABLE>
</FORM>
</BODY></HTML>