x
Yes No
Do you want to visit DriveHQ English website?
categories.pl - Hosted on DriveHQ Cloud IT Platform
  • Goto parent folder Arriba
  • Upload files to the selected folder Subir
  • Download files to local Descargar
  • Share the selected folder/file online Compartir
  • Publish the selected folder/file online Publicar
  • Create a new folder Nueva carpeta
  • Create a new file Nuevo archivo
  • Copy selected files/folders Copiar
  • Cut selected files/folders Cortar
  • Delete selected files/folders Eliminar
  • Paste files/folders to this folder Pegar
  • Clasificación
  • Actualizar
Ruta de la carpeta: \\LITTLELEV\ImageFolioLite\admin\categories.pl
Girar Efecto Propiedad Historial

|; &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
Dirección de la página
Dirección del archivo
Anterior  7/27  Siguiente
Descargar ( 30 KB )

Comments
Total ratings:  0 Average rating:      No clasificado of 10