1
mirror of https://github.com/jakejarvis/jbb.git synced 2025-10-21 05:54:25 -04:00

first commit

This commit is contained in:
2018-10-18 12:42:02 -04:00
commit 59d1ee3c22
105 changed files with 3773 additions and 0 deletions

18
admin/newcat.php Executable file
View 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>";
?>