|; &get_footer; } else { $pagetitle = "Add Category Descriptions : Select a Category"; &show_add; } } sub batch_thumbnail { $BATCHTHUMBNAIL = "active"; $pagetitle = "Batch Thumbnail : Select a Category"; &get_header; &get_catlist; print qq|$comment
<$admin_big_font>Select A Category <$admin_big_font>Step 1 of 2
$catlist

|; &get_footer; } sub build_index { $REBUILDINDEX = "active"; $pagetitle = "Rebuild Index: Select a Category"; &get_header; &get_catlist; print qq|$comment
<$admin_big_font>Select A Category <$admin_big_font>Step 1 of 2
$catlist

|; &get_footer; } ############################################################################### # SHOW ADD # Shows the form for adding category descriptions ############################################################################### sub show_add { &get_header; &get_catlist; print qq|$comment
<$admin_big_font>Select A Category <$admin_big_font>Step 1 of 2
$catlist

|; &get_footer; } ############################################################################### # SHOW DELETE # Shows the category form so we can select a category for deletion ############################################################################### sub show_delete { &get_header; &get_catlist; print qq|$comment
<$admin_big_font>Select A Category to Delete <$admin_big_font>Step 1 of 2
$catlist

|; &get_footer; } ############################################################################### # CHECK DIR # Make sure we have valid characters in the directory name before building it ############################################################################### sub check_dir { my ($dirname, $dir) = @_; if ($dirname =~ /[$deny_chars]/i) { &Error("Invalid characters in category name '$dirname'. A Category cannot contain any of the following characters:
$deny_characters"); } if (-e $dir) { &Error ("The category '$dirname' already exists, try using another!"); } return $input; } 1;
categories.pl
Page URL
File URL
Prev  7/27  Next
Download ( 30 KB )
Leading Cloud Surveillance, recording and storage service. IP camera remote viewing, live streaming, broadcasting

Leading Enterprise Cloud IT Service. Cloud File Server, Drive Mapping, FTP Hosting, Online Storage

Note: The DriveHQ service banners will NOT be displayed if the file owner is a paid member.

Comments
Total ratings: 0 Average rating: Not Rated