mirror of
https://github.com/jakejarvis/jbb.git
synced 2025-10-21 05:54:25 -04:00
first commit
This commit is contained in:
18
admin/newcat.php
Executable file
18
admin/newcat.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?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>";
|
||||
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user