diff --git a/src/nhttpd/web/extentions/filemgr/filemgr_uninstall.inc b/src/nhttpd/web/extentions/filemgr/filemgr_uninstall.inc new file mode 100644 index 000000000..e4949884c --- /dev/null +++ b/src/nhttpd/web/extentions/filemgr/filemgr_uninstall.inc @@ -0,0 +1,44 @@ +# =========================================================== +# yWeb SDK: Extention Unnstaller Include +# Extention Name: filemgr +# by yjogol +# ----------------------------------------------------------- +# $Date: 2007-12-29 17:08:16 $ +# $Revision: 1.3 $ +# =========================================================== + +yI_updatename="yWeb-Extension filemgr (02.02.2008)" +yI_Ext_Tag="filemgr" +yI_Ext_Version="1-0-0" +yI_uninstall_log="$y_path_tmp/uninstall_filemgr.log" +yI_uninstaller="filemgr_uninstall.inc" + +uninstall() +{ + rm $y_ywebover_dir/Y_Ext_Filemgr.yhtm + rm $y_ywebover_dir/Y_Ext_Filemgr.css + rm $y_ywebover_dir/Y_Ext_Filemgr_Edit.yhtm + rm $y_ywebover_dir/Y_Ext_Filemgr_blocks.txt +# rm $y_ywebover_dir/accordion.js +# rm $y_ywebover_dir/effects.js + rm $y_ywebover_dir/scripts/Y_NAS* + rm $y_ywebover_dir/images/chmod.png + rm $y_ywebover_dir/images/copy.gif + rm $y_ywebover_dir/images/cut.png +# rm $y_ywebover_dir/images/delete.gif + rm $y_ywebover_dir/images/dir_up.gif + rm $y_ywebover_dir/images/download.png + rm $y_ywebover_dir/images/folder_add.png + rm $y_ywebover_dir/images/ftype_file.png + rm $y_ywebover_dir/images/ftype_folder.png + rm $y_ywebover_dir/images/ftype_link.png + rm $y_ywebover_dir/images/home.png + rm $y_ywebover_dir/images/package.png + rm $y_ywebover_dir/images/page_edit.png + rm $y_ywebover_dir/images/paste.gif + rm $y_ywebover_dir/images/picture.png + rm $y_ywebover_dir/images/rename.gif + rm $y_ywebover_dir/images/text.png + rm $y_ywebover_dir/images/upload.png + rm $y_ywebover_dir/images/work.gif +} diff --git a/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.css b/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.css new file mode 100644 index 000000000..dadb0f40c --- /dev/null +++ b/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.css @@ -0,0 +1,56 @@ +.diag { + border: 1px solid #bbbbbb; + border-collapse: collapse; + background-color: #eeeeee; + margin-left: 10px; + margin-top: 10px; +} +.toolbar td { + border: 1px solid #cccccc; + width: 20px; + height: 20px; + text-align: center; +} +.toolbar img { + border:0; +} +.toolbar td:hover { + background-color: #dddddd; +} +.button { + border: 1px solid #cccccc; + width: 40px; + height: 20px; + text-align: center; +} +.button:hover { + background-color: #dddddd; +} +.mform { + empty-cells:show; +} + +.filelist a{ + text-decoration:underline; +} +.box { + border: 1px solid #cccccc; + empty-cells:show; +} +.epginfo2{ + font-size: 8pt; +} +.detail_title{ + border: 1px solid #cccccc; + font-weight: bold; + background-color: #ffffff; +} +.detail_title_active{ + border: 1px solid #cccccc; + font-weight: bold; + background-color: #eeeeee; +} +.detail_img { + max-width: 300px; + max-height:300px; +} diff --git a/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.yhtm b/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.yhtm new file mode 100755 index 000000000..38bdff8cb --- /dev/null +++ b/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.yhtm @@ -0,0 +1,725 @@ +{=include-block:Y_Blocks.txt;head=} + + + + + + + +
+