x
Yes No
Do you want to visit DriveHQ English website?
categories.pl - Hosted on DriveHQ Cloud IT Platform
路径: \\LITTLELEV\ImageFolioLite\admin\categories.pl
旋转 特效 属性 历史版本

|; &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
网页地址
文件地址
上一页  7/27  下一页
下载 ( 30 KB )

Comments
Total ratings:  0 Average rating:      无评论 of 10