1
mirror of https://github.com/jakejarvis/jbb.git synced 2025-04-26 06:45:22 -04:00
jbb/admin/newcat.php
2018-10-18 12:42:02 -04:00

18 lines
507 B
PHP
Executable File

<?php
echo "<TABLE WIDTH=\"100%\" HEIGHT=\"10%\">
<TR>
<TD BACKGROUND=\"images/logobkgbig.gif\"><FONT FACE=\"Verdana\" SIZE=\"72\" COLOR=\"white\"><CENTER><B>Create New Category</B></CENTER></FONT>
</TD>
</TR>
</TABLE>
<FONT FACE=\"Verdana\">
<FORM ACTION=\"newcat_submit.php\">
<BR>To create a new category, please enter the desired name below and submit.<BR><BR><CENTER><INPUT TYPE=\"text\" NAME=\"category\"><BR><INPUT TYPE=\"submit\" VALUE=\"Create\"></CENTER>
</FORM>
</FONT>";
?>