diff --git a/interface/web/sandbox-remote_client/README.txt b/interface/web/sandbox-remote_client/README.txt deleted file mode 100644 index 8a4865e8d4fb9cd67d5149c3815da28b5c775688..0000000000000000000000000000000000000000 --- a/interface/web/sandbox-remote_client/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -This a play zone with pedro. - -Ideas are to create a class that can be easily consumed. - -Also make it so it works with smarty on html and JSON for the lugin ;-) - diff --git a/interface/web/sandbox-remote_client/class.ispconfig.remote.client.php b/interface/web/sandbox-remote_client/class.ispconfig.remote.client.php deleted file mode 100644 index 1b8bb64422c20d1f87f30d2067b95294c059e301..0000000000000000000000000000000000000000 --- a/interface/web/sandbox-remote_client/class.ispconfig.remote.client.php +++ /dev/null @@ -1,89 +0,0 @@ -SID = $soap_session_id; - } - - //* Get Reseller List - public function reseller_get_list(){ - - $params = array ( 'sid' => $session_id, - 'module' => 'reseller', - 'function' => 'reseller_list', - 'params' => '' - ); - } - - public function reseller($ID){ - // Get Reseller - $params = array ( 'sid' => $session_id, - 'module' => 'reseller', - 'function' => 'reseller_get', - 'params' => array ( reseller_title => "Reseller1")); - } - } - - public function reseller_edit( - - // Adding a reseller - $params = array ( 'sid' => $session_id, - 'module' => 'reseller', - 'function' => 'reseller_add', - 'params' => array ( reseller_title => 'Reseller1', - firma => 'Reseller4', - vorname => 'Jens', - limit_user => '50', - limit_disk => '1000', - limit_web => '10', - limit_domain => '10', - name => 'Jensen', - strasse => 'Hauptstr. 1', - plz => '12345', - ort => 'Hauptstadt', - telefon => '0511 5469766', - fax => '0511 9799655', - email => 'test@hostobserver.com', - internet => 'http://www.reseller4.tld', - reseller_user => 'reseller4', - reseller_passwort => 'huhu', - anrede => 'Herr', // Herr, Frau, Firma - land => 'Deutschland', - limit_httpd_include => '1', - limit_dns_manager => '1', - limit_domain_dns => '50', - province => 'Niedersachsen', - limit_shell_access => '0', - limit_cgi => '1', - limit_php => '1', - limit_ssi => '1', - limit_ftp => '1', - limit_mysql => '1', - limit_ssl => '1', - limit_anonftp => '1', - limit_standard_cgis => '1', - limit_wap => '1', - limit_error_pages => '1', - limit_frontpage => '0', - limit_mysql_anzahl_dbs => '100', - limit_slave_dns => '50', - client_salutatory_email_sender_email => '', - client_salutatory_email_sender_name => '', - client_salutatory_email_bcc => '', - client_salutatory_email_subject => '', - client_salutatory_email_message => '', - standard_index => '', - user_standard_index => '' - )); - -} - -?> \ No newline at end of file diff --git a/interface/web/test.txt b/interface/web/test.txt deleted file mode 100644 index 390745fdc64ddb10429fe0b428f006e98bb58d08..0000000000000000000000000000000000000000 --- a/interface/web/test.txt +++ /dev/null @@ -1,26 +0,0 @@ - -

 

-

 

-

 

-

 

-

 

-

 

-

 

-
- - - - - -
  Admin
-
diff --git a/interface/web/test/form/test.tform.php b/interface/web/test/form/test.tform.php deleted file mode 100644 index 772a83949afc6d5a596034e4c3d8becf65a1e418..0000000000000000000000000000000000000000 --- a/interface/web/test/form/test.tform.php +++ /dev/null @@ -1,405 +0,0 @@ - 0 id must match with id of current user -$form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user -$form["auth_preset"]["perm_user"] = 'riud'; //r = read, i = insert, u = update, d = delete -$form["auth_preset"]["perm_group"] = 'riud'; //r = read, i = insert, u = update, d = delete -$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete -$form["tabs"]['address'] = array ( - 'title' => "Address", - 'width' => 100, - 'template' => "templates/reseller_edit_address.htm", - 'fields' => array ( - ################################## - # Begin Datatable fields - ################################## - 'company' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'title' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'SELECT', - 'default' => '', - 'value' => array('Mrs.' => 'Mrs.','Mr.'=>'Mr.','Company'=>'Company'), - 'separator' => '', - 'width' => '', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'firstname' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', - 'errmsg'=> 'firstname_error_empty'), - ), - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'surname' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', - 'errmsg'=> 'surname_error_empty'), - ), - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'street' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'zip' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'city' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'country' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'telephone' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'mobile' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'fax' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'email' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'internet' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => 'http://', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'icq' => array ( - 'datatype' => 'VARCHAR', - 'formtype' => 'TEXT', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '30', - 'maxlength' => '255', - 'rows' => '', - 'cols' => '' - ), - 'notes' => array ( - 'datatype' => 'TEXT', - 'formtype' => 'TEXTAREA', - 'default' => '', - 'value' => '', - 'separator' => '', - 'width' => '', - 'maxlength' => '', - 'rows' => '10', - 'cols' => '30' - ), - ################################## - # ENDE Datatable fields - ################################## - ) -); - -$form["tabs"]['limits'] = array ( - 'title' => "Limits", - 'width' => 80, - 'template' => "templates/reseller_edit_limits.htm", - 'fields' => array ( - ################################## - # Beginn Datatable fields - ################################## - 'limit_client' => array ( - 'datatype' => 'INTEGER', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISINT', - 'errmsg'=> 'limit_client_error_notint'), - ), - 'default' => '-1', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '10', - 'rows' => '', - 'cols' => '' - ), - 'limit_domain' => array ( - 'datatype' => 'INTEGER', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISINT', - 'errmsg'=> 'limit_domain_error_notint'), - ), - 'default' => '-1', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '10', - 'rows' => '', - 'cols' => '' - ), - 'limit_subdomain' => array ( - 'datatype' => 'INTEGER', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISINT', - 'errmsg'=> 'limit_client_subdomain_notint'), - ), - 'default' => '-1', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '10', - 'rows' => '', - 'cols' => '' - ), - 'limit_mailbox' => array ( - 'datatype' => 'INTEGER', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISINT', - 'errmsg'=> 'limit_mailbox_error_notint'), - ), - 'default' => '-1', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '10', - 'rows' => '', - 'cols' => '' - ), - 'limit_mailalias' => array ( - 'datatype' => 'INTEGER', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISINT', - 'errmsg'=> 'limit_mailalias_error_notint'), - ), - 'default' => '-1', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '10', - 'rows' => '', - 'cols' => '' - ), - 'limit_webquota' => array ( - 'datatype' => 'INTEGER', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISINT', - 'errmsg'=> 'limit_webquota_error_notint'), - ), - 'default' => '-1', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '10', - 'rows' => '', - 'cols' => '' - ), - 'limit_mailquota' => array ( - 'datatype' => 'INTEGER', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISINT', - 'errmsg'=> 'limit_mailquota_error_notint'), - ), - 'default' => '-1', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '10', - 'rows' => '', - 'cols' => '' - ), - 'limit_database' => array ( - 'datatype' => 'INTEGER', - 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISINT', - 'errmsg'=> 'limit_database_error_notint'), - ), - 'default' => '-1', - 'value' => '', - 'separator' => '', - 'width' => '10', - 'maxlength' => '10', - 'rows' => '', - 'cols' => '' - ), - ################################## - # ENDE Datatable fields - ################################## - ) -); - -$form["tabs"]['users'] = array ( - 'title' => "CP Users", - 'width' => 100, - 'template' => "templates/reseller_edit_users.htm", - 'fields' => array ( - ################################## - # Beginn Datatable fields - ################################## - - ################################## - # ENDE Datatable fields - ################################## - ), - 'plugins' => array ( - 'cpuser_list' => array ( - 'class' => 'plugin_listview', - 'options' => array('listdef' => 'list/users.list.php') - ) - ) -); - -$form["tabs"]['ipaddress'] = array ( - 'title' => "IP Addresses", - 'width' => 100, - 'template' => "templates/reseller_edit_ipaddress.htm", - 'fields' => array ( - ################################## - # Beginn Datatable fields - ################################## - 'ip_address' => array ( - 'datatype' => 'TEXT', - 'formtype' => 'CHECKBOXARRAY', - 'default' => '', - 'value' => array('192.168.0.1' => '192.168.0.1', '192.168.0.2' => '192.168.0.2'), - 'separator' => ';' - ), - ################################## - # ENDE Datatable fields - ################################## - ) -); - - -?> \ No newline at end of file diff --git a/interface/web/test/lib/admin.conf.php b/interface/web/test/lib/admin.conf.php deleted file mode 100644 index a45d4403455c5c46f438046f088398e241cbc3d9..0000000000000000000000000000000000000000 --- a/interface/web/test/lib/admin.conf.php +++ /dev/null @@ -1,2 +0,0 @@ - \ No newline at end of file diff --git a/interface/web/test/lib/lang/de_test.lng b/interface/web/test/lib/lang/de_test.lng deleted file mode 100644 index acb09135c87919d011d4439cf28207f99cf2146e..0000000000000000000000000000000000000000 --- a/interface/web/test/lib/lang/de_test.lng +++ /dev/null @@ -1,21 +0,0 @@ - \ No newline at end of file diff --git a/interface/web/test/lib/module.conf.php b/interface/web/test/lib/module.conf.php deleted file mode 100644 index 293a271944be3a6386549a454e024c09969a9da1..0000000000000000000000000000000000000000 --- a/interface/web/test/lib/module.conf.php +++ /dev/null @@ -1,69 +0,0 @@ - 'test', - 'title' => 'Test', - 'template' => 'module.tpl.htm', - 'navframe_page' => '', - 'startpage' => 'test/index.php', - 'tab_width' => '', - 'nav' => - array ( - 0 => - array ( - 'title' => 'tespanel', - 'open' => 1, - 'items' => - array ( - 0 => - array ( - 'title' => 'Halloooo', - 'target' => 'content', - 'link' => 'test/hallo.php', - ), - ), - ), - 1 => - array ( - 'title' => 'm333', - 'open' => 1, - 'items' => - array ( - 0 => - array ( - 'title' => 'edit', - 'target' => 'content', - 'link' => 'resellers/reseller_list.php', - ), - 1 => - array ( - 'title' => 'add', - 'target' => '_top', - 'link' => 'http://webmail.ensign.de', - ), - 2 => - array ( - 'title' => 'ewtewew', - 'target' => 'content', - 'link' => 'test/link.php', - ), - ), - ), - 2 => - array ( - 'title' => 'blablub die 2.2.', - 'open' => 1, - 'items' => - array ( - ), - ), - 3 => - array ( - 'title' => 't3', - 'open' => 1, - 'items' => - array ( - ), - ), - ), -) -?> \ No newline at end of file diff --git a/interface/web/test/templates/test_edit_adresse.htm b/interface/web/test/templates/test_edit_adresse.htm deleted file mode 100644 index c21dfa5b1f27f42cced1d038b1f5fb15ae15f77f..0000000000000000000000000000000000000000 --- a/interface/web/test/templates/test_edit_adresse.htm +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{tmpl_var name='KD_Nr_txt'}:
{tmpl_var name='PLZ_Index_txt'}:
{tmpl_var name='Typ_txt'}: - -
{tmpl_var name='Name1_txt'}:
{tmpl_var name='Name2_txt'}:
{tmpl_var name='Strasse_txt'}:
{tmpl_var name='Ort_txt'}:
{tmpl_var name='Telefon_txt'}:
{tmpl_var name='Fax_txt'}:
{tmpl_var name='email_txt'}:
{tmpl_var name='Internet_txt'}:
{tmpl_var name='Verkauft_txt'}:
{tmpl_var name='bem_txt'}:
{tmpl_var name='Region_txt'}:
{tmpl_var name='LK_txt'}: - -
  
  - -
- \ No newline at end of file diff --git a/interface/web/test/test_edit.php b/interface/web/test/test_edit.php deleted file mode 100644 index 57697ebcbd919a8819d122d1343a78292927941b..0000000000000000000000000000000000000000 --- a/interface/web/test/test_edit.php +++ /dev/null @@ -1,56 +0,0 @@ -uses('tpl,tform,tform_actions'); - -// let tform_actions handle the page -$app->tform_actions->onLoad(); - -?> \ No newline at end of file diff --git a/interface/web/themes/default-backup/icons/folder.png b/interface/web/themes/default-backup/icons/folder.png deleted file mode 100644 index c5df8d8a1f41b21b263d5829dfa29e7b05e4332f..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/icons/folder.png and /dev/null differ diff --git a/interface/web/themes/default-backup/icons/folder_closed.png b/interface/web/themes/default-backup/icons/folder_closed.png deleted file mode 100644 index caad126826f4bfdafde2ced9ac73129ae0b8d9ff..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/icons/folder_closed.png and /dev/null differ diff --git a/interface/web/themes/default-backup/images/bg_nav_1.jpg b/interface/web/themes/default-backup/images/bg_nav_1.jpg deleted file mode 100644 index 24606688eab72be6783655c367edcd2f8579bb45..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/images/bg_nav_1.jpg and /dev/null differ diff --git a/interface/web/themes/default-backup/images/button_bg.gif b/interface/web/themes/default-backup/images/button_bg.gif deleted file mode 100644 index 5054b643073a0bad06ad77f295a5f3bd52237a4e..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/images/button_bg.gif and /dev/null differ diff --git a/interface/web/themes/default-backup/images/button_end.gif b/interface/web/themes/default-backup/images/button_end.gif deleted file mode 100644 index 44dd5b0068fe652a15d78ae7e67f1ca371dd9e72..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/images/button_end.gif and /dev/null differ diff --git a/interface/web/themes/default-backup/images/login_logout.gif b/interface/web/themes/default-backup/images/login_logout.gif deleted file mode 100644 index bd20c11df21d2a454712b6132d10988d4d209df8..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/images/login_logout.gif and /dev/null differ diff --git a/interface/web/themes/default-backup/images/mydnsconfig_logo.gif b/interface/web/themes/default-backup/images/mydnsconfig_logo.gif deleted file mode 100644 index f80196fe5bdcdcec4faeb04c949f1af492e042eb..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/images/mydnsconfig_logo.gif and /dev/null differ diff --git a/interface/web/themes/default-backup/images/nav_top_bg.gif b/interface/web/themes/default-backup/images/nav_top_bg.gif deleted file mode 100644 index 9e00a875d9f9cff2e3a9c9d11956454a7fed2186..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/images/nav_top_bg.gif and /dev/null differ diff --git a/interface/web/themes/default-backup/images/x.gif b/interface/web/themes/default-backup/images/x.gif deleted file mode 100644 index 26a55c8d56447a84011fdf5f1de37565036af4f3..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/default-backup/images/x.gif and /dev/null differ diff --git a/interface/web/themes/default-backup/style.css b/interface/web/themes/default-backup/style.css deleted file mode 100644 index d83383d12acbf680af92c6022a460d06e57de1c1..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/style.css +++ /dev/null @@ -1,294 +0,0 @@ -.navTopSelected { - background-color: #FFFFFF; - border-top: 1px solid #BFCBD9; - border-right: 1px solid #BFCBD9; - border-bottom: 1px none #BFCBD9; - border-left: 1px solid #BFCBD9; - text-align: center; - - -} -.navTop { - border-top: 1px none #BFCBD9; - border-right: 1px none #BFCBD9; - border-bottom: 1px solid #BFCBD9; - border-left: 1px none #BFCBD9; - -} -.navTopDefault { - background-color: #DEE4F2; - /*border: 1px solid #FFFFFF;*/ - border-top: 1px solid #FFFFFF; - border-right: 1px none #FFFFFF; - border-bottom: 0px none #BFCBD9; - border-left: 1px solid #FFFFFF; - text-align: center; - - -} -.mainContent { - background-color: #FFFFFF; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-left-style: solid; - border-top-color: #BFCBD9; - border-right-color: #BFCBD9; - border-bottom-color: #BFCBD9; - border-left-color: #BFCBD9; -} -.txtNavTopDefault { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #496FA8; - text-decoration: none; -} -.txtNavTopSelected { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #496FA8; - text-decoration: none; -} -.navLeftHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #4E70A7; - text-decoration: none; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #4E70A7; - border-left-color: #999999; - text-align: left; -} -.navLeftItem { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - color: #4E70A7; - text-decoration: none; - line-height: 15px; - -} -.txtNavTopHelp { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #FFFFFF; - text-decoration: none; -} -.tblHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #496FA8; - background-color: #DEE4F2; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: none; - border-bottom-style: solid; - border-left-style: solid; - border-top-color: #C0CCDA; - border-right-color: #C0CCDA; - border-bottom-color: #C0CCDA; - border-left-color: #C0CCDA; -} -.tblFooter { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: none; - border-bottom-style: none; - border-left-style: none; - border-top-color: #C0CCDA; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; -} -.frmText11 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #333333; - text-decoration: none; - -} -.frmText11:Hover { - text-decoration: underline; - -} -textarea,input.text,select,option{ - color:#000000; - font-family:CourierNew,Courier,monospace; - background-color:#FCFCFC; - font-size:14px; - font-style:normal; - font-variant:normal; - font-weight:normal; - scrollbar-arrow-color:#FFFFFF; - scrollbar-track-color:#BFCBD9; - scrollbar-face-color:#BFCBD9; - scrollbar-base-color:#BFCBD9; - scrollbar-3dlight-color:#BFCBD9; - border: 1 solid ##BFCBD9; - position: relative; -} -.frmTextHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 18px; - color: #496FA8; - text-decoration: none; - -} - -.frmTextSubHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 12px; - color: #496FA8; - text-decoration: none; - -} -/* -.button { - border-color : #666699 #666699 #666699 #666699; - border-width : 1 1 1 1; color : Black; - background-color : #FFFFFF; - height : 19px; - font-size : 12px; -} -*/ - -.frmTab { - border-top: 1px none #999999; - border-right: 1px none #999999; - border-bottom: 1px solid #C0CCDA; - border-left: 1px none #999999; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmTabSelected { - background-color: #FFFFFF; - border-top: 1px solid #C0CCDA; - border-right: 1px solid #C0CCDA; - border-bottom: 1px none #999999; - border-left: 1px solid #C0CCDA; - text-align: center; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmTabDefault { - background-color: #DEE4F2; - border: 1px solid #C0CCDA; - text-align: center; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmHead { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; -} -.frmSubHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; - font-weight: bold; - -} -.error { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #000000; - border: 1px solid #CC0000; - text-decoration: none; - -} -INPUT { - border: 1px solid #BFCBD9; - /* - height: 26px; - font-size:20px; - */ -} -TEXTAREA { - border: 1px solid #BFCBD9; -} - -.button { - border: 0; - background: #fff url("../../themes/default/images/button_bg.gif") no-repeat; - height: 26px; - font-size:14px; - /* used to catch the buttonEnding */ - position: relative; -} - -.buttonEnding { - position: absolute; - display: inline; - width: 2px; - height: 26px; - background: url("../../themes/default/images/button_end.gif") no-repeat; -} - -h2 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 16px; - font-weight:bold; -} - - diff --git a/interface/web/themes/default-backup/templates/_form.tpl.htm b/interface/web/themes/default-backup/templates/_form.tpl.htm deleted file mode 100644 index c2b60a242ab83ae66fbf59a1cbdbc0adf166c5bb..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/_form.tpl.htm +++ /dev/null @@ -1,12 +0,0 @@ - - \ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/form.tpl.htm b/interface/web/themes/default-backup/templates/form.tpl.htm deleted file mode 100644 index 429bfd9f2497cae91ebd8b996f6897c6950ee1c0..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/form.tpl.htm +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/listpage.tpl.htm b/interface/web/themes/default-backup/templates/listpage.tpl.htm deleted file mode 100644 index 429bfd9f2497cae91ebd8b996f6897c6950ee1c0..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/listpage.tpl.htm +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/main.tpl.htm b/interface/web/themes/default-backup/templates/main.tpl.htm deleted file mode 100644 index 918c2814dcff7655ad7ad42d38ff8b78eaaf1333..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/main.tpl.htm +++ /dev/null @@ -1,37 +0,0 @@ - - - -ISPConfig - - - - - - - - - - - - - - - - - - - - - - - - - -

-
 
 
 
 
- - - - - - \ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/main_prototype.tpl.htm b/interface/web/themes/default-backup/templates/main_prototype.tpl.htm deleted file mode 100644 index b1b1a671c84a90de7367ac51bf49765914954e23..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/main_prototype.tpl.htm +++ /dev/null @@ -1,166 +0,0 @@ - - - -ISPConfig - - - - - -
- - - - - - - - - - - - - - - - - - - - - -

-
 
 
 
 
- - - - - - \ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/module.tpl.htm b/interface/web/themes/default-backup/templates/module.tpl.htm deleted file mode 100644 index 36cdd09c73687ae1d87f3dde00cecaec8cd5167e..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/module.tpl.htm +++ /dev/null @@ -1,37 +0,0 @@ - -   - - - - - -
- - - - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
- - -   - \ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/module_tree.tpl.htm b/interface/web/themes/default-backup/templates/module_tree.tpl.htm deleted file mode 100644 index b0895789ab97c225f126acfdf811ee10602989af..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/module_tree.tpl.htm +++ /dev/null @@ -1,38 +0,0 @@ - -   - - - - - - -
- - - - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
- - -   - \ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/sidenav.tpl.htm b/interface/web/themes/default-backup/templates/sidenav.tpl.htm deleted file mode 100644 index c3e6dfa2e27e591975f15c26519a596241b9a8e9..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/sidenav.tpl.htm +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
\ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/tabbed_form.tpl.htm b/interface/web/themes/default-backup/templates/tabbed_form.tpl.htm deleted file mode 100644 index 8a2d496821cee7065c8e0f486b1f1ad9840aa872..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/tabbed_form.tpl.htm +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
- - - - - - - - - - - - - -
    
 
- -
 
 
- - \ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/topnav.tpl.htm b/interface/web/themes/default-backup/templates/topnav.tpl.htm deleted file mode 100644 index 81b41f02319d8807c27ccd9c89de6b2377dfdac3..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/topnav.tpl.htm +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - -
\ No newline at end of file diff --git a/interface/web/themes/default-backup/templates/vorlage_gesamt.tpl.htm b/interface/web/themes/default-backup/templates/vorlage_gesamt.tpl.htm deleted file mode 100644 index cc014ecbf24b2ab5ab0f0ff4620813e48d6c2cb4..0000000000000000000000000000000000000000 --- a/interface/web/themes/default-backup/templates/vorlage_gesamt.tpl.htm +++ /dev/null @@ -1,87 +0,0 @@ - - - -42go - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -

-
- - - - - - - - - - - - - -
-
  - - - - -
-
- - - - - - - - - - - -
 
- -
-
-
- - \ No newline at end of file diff --git a/interface/web/themes/grey/icons/copy.png b/interface/web/themes/grey/icons/copy.png deleted file mode 100644 index edc328eb545ff5ccc98d699756e7f116a2cf901c..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/icons/copy.png and /dev/null differ diff --git a/interface/web/themes/grey/icons/folder.png b/interface/web/themes/grey/icons/folder.png deleted file mode 100644 index c5df8d8a1f41b21b263d5829dfa29e7b05e4332f..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/icons/folder.png and /dev/null differ diff --git a/interface/web/themes/grey/icons/folder_closed.png b/interface/web/themes/grey/icons/folder_closed.png deleted file mode 100644 index caad126826f4bfdafde2ced9ac73129ae0b8d9ff..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/icons/folder_closed.png and /dev/null differ diff --git a/interface/web/themes/grey/icons/mail.png b/interface/web/themes/grey/icons/mail.png deleted file mode 100644 index a8e55595ad0eae878a4967341a0c4e4b33d00256..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/icons/mail.png and /dev/null differ diff --git a/interface/web/themes/grey/icons/paste.png b/interface/web/themes/grey/icons/paste.png deleted file mode 100644 index b2caa350243b4474574c96fd8749882541a4d206..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/icons/paste.png and /dev/null differ diff --git a/interface/web/themes/grey/icons/printer.png b/interface/web/themes/grey/icons/printer.png deleted file mode 100644 index 6cc94cd3d8db8eeef36b97f64171391e687f0bb5..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/icons/printer.png and /dev/null differ diff --git a/interface/web/themes/grey/images/Nav_top_bg_2.png b/interface/web/themes/grey/images/Nav_top_bg_2.png deleted file mode 100644 index 26feec23891e2b06d8497cda4066560e6d580157..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/Nav_top_bg_2.png and /dev/null differ diff --git a/interface/web/themes/grey/images/Thumbs.db b/interface/web/themes/grey/images/Thumbs.db deleted file mode 100644 index faef1ab913eca91c3ba1af0602908f5a81457455..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/Thumbs.db and /dev/null differ diff --git a/interface/web/themes/grey/images/bg_nav_1.jpg b/interface/web/themes/grey/images/bg_nav_1.jpg deleted file mode 100644 index 24606688eab72be6783655c367edcd2f8579bb45..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/bg_nav_1.jpg and /dev/null differ diff --git a/interface/web/themes/grey/images/bg_nav_1.png b/interface/web/themes/grey/images/bg_nav_1.png deleted file mode 100644 index b1b2ffead37aa4f4cc76c32f48de7932e19b0f88..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/bg_nav_1.png and /dev/null differ diff --git a/interface/web/themes/grey/images/bg_nav_2.png b/interface/web/themes/grey/images/bg_nav_2.png deleted file mode 100644 index 7afa0d11f96b7cfed186b2176aff7050cf61221a..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/bg_nav_2.png and /dev/null differ diff --git a/interface/web/themes/grey/images/bottom.png b/interface/web/themes/grey/images/bottom.png deleted file mode 100644 index daef638b81114045f1e139f8aab9becaffdf239f..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/bottom.png and /dev/null differ diff --git a/interface/web/themes/grey/images/btn_back.png b/interface/web/themes/grey/images/btn_back.png deleted file mode 100644 index ad23b343c9119d58d11787192d3deef46985669c..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/btn_back.png and /dev/null differ diff --git a/interface/web/themes/grey/images/btn_filter.png b/interface/web/themes/grey/images/btn_filter.png deleted file mode 100644 index 9a4f775364c6b7e03881bb068aa123473968d378..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/btn_filter.png and /dev/null differ diff --git a/interface/web/themes/grey/images/btn_left.png b/interface/web/themes/grey/images/btn_left.png deleted file mode 100644 index a89d52b7be34b2e4ef295e7d1e52111b08a0987c..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/btn_left.png and /dev/null differ diff --git a/interface/web/themes/grey/images/btn_next.png b/interface/web/themes/grey/images/btn_next.png deleted file mode 100644 index d59e21391ef8051508c435170d1c2480d79ec671..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/btn_next.png and /dev/null differ diff --git a/interface/web/themes/grey/images/btn_right.png b/interface/web/themes/grey/images/btn_right.png deleted file mode 100644 index 2ce5cd27ea3f842469980ecbc30d15d3f2cd0461..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/btn_right.png and /dev/null differ diff --git a/interface/web/themes/grey/images/left_logo_1.png b/interface/web/themes/grey/images/left_logo_1.png deleted file mode 100644 index 5e88abb557dbc6af7347e34b912a79ed880c3237..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/left_logo_1.png and /dev/null differ diff --git a/interface/web/themes/grey/images/left_logo_2.png b/interface/web/themes/grey/images/left_logo_2.png deleted file mode 100644 index 49c16278041b8f3ef190bdafcca9092c2c542f6a..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/left_logo_2.png and /dev/null differ diff --git a/interface/web/themes/grey/images/logout.png b/interface/web/themes/grey/images/logout.png deleted file mode 100644 index 12ab9c188db478c3ee26a55d6667469f9753a6d8..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/logout.png and /dev/null differ diff --git a/interface/web/themes/grey/images/nav_top_bg.gif b/interface/web/themes/grey/images/nav_top_bg.gif deleted file mode 100644 index 9e00a875d9f9cff2e3a9c9d11956454a7fed2186..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/nav_top_bg.gif and /dev/null differ diff --git a/interface/web/themes/grey/images/nav_top_bg.png b/interface/web/themes/grey/images/nav_top_bg.png deleted file mode 100644 index e2d3e0d69f69205fd8f1a920bda316e5bc6893ec..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/nav_top_bg.png and /dev/null differ diff --git a/interface/web/themes/grey/images/table_head_bg.png b/interface/web/themes/grey/images/table_head_bg.png deleted file mode 100644 index 4a0c4ed4e4aeee91d3c2861ba1130a5347afe17d..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/table_head_bg.png and /dev/null differ diff --git a/interface/web/themes/grey/images/x.gif b/interface/web/themes/grey/images/x.gif deleted file mode 100644 index 26a55c8d56447a84011fdf5f1de37565036af4f3..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/grey/images/x.gif and /dev/null differ diff --git a/interface/web/themes/grey/printstyle.css b/interface/web/themes/grey/printstyle.css deleted file mode 100644 index e3da8e82018d5bbf5907a2d35900cbc8a5450271..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/printstyle.css +++ /dev/null @@ -1,27 +0,0 @@ -.fieldTitle { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 14px; - color: #000000; - font-weight:bold; - text-decoration: none; - -} - -.fielContent { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 14px; - color: #000000; - text-decoration: none; - -} - -h1 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 26px; - font-weight:bold; - color: #000000; - text-decoration: none; - -} - - diff --git a/interface/web/themes/grey/style.css b/interface/web/themes/grey/style.css deleted file mode 100644 index b4ebe165a7835480c5c6296c7108e1035de34dc2..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/style.css +++ /dev/null @@ -1,295 +0,0 @@ -.navTopSelected { - background-color: #FFFFFF; - border-top: 1px solid #999999; - border-right: 1px solid #999999; - border-bottom: 1px none #999999; - border-left: 1px solid #999999; - text-align: center; - - -} -.navTop { - border-top: 1px none #999999; - border-right: 1px none #999999; - border-bottom: 1px solid #999999; - border-left: 1px none #999999; - -} -.navTopDefault { - background-color: #ADADAD; - border: 1px solid #999999; - text-align: center; - - -} -.mainContent { - background-color: #FFFFFF; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-left-style: solid; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; -} -.txtNavTopDefault { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #FFFFFF; - text-decoration: none; -} -.txtNavTopSelected { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #333333; - text-decoration: none; -} -.navLeftHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #333333; - text-decoration: none; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #4E70A7; - border-left-color: #999999; - text-align: left; -} -.navLeftItem { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - color: #333333; - text-decoration: none; - line-height: 15px; - -} -.txtNavTopHelp { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #FFFFFF; - text-decoration: none; -} -.tblHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #333333; - /*background-color: #CCCCCC;*/ - background-image:url(../../themes/grey/images/table_head_bg.png); - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: none; - border-bottom-style: solid; - border-left-style: solid; - border-top-color: #C0CCDA; - border-right-color: #C0CCDA; - border-bottom-color: #C0CCDA; - border-left-color: #C0CCDA; -} -.tblFooter { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: none; - border-bottom-style: none; - border-left-style: none; - border-top-color: #C0CCDA; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; -} -.frmText11 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #333333; - text-decoration: none; - -} -.frmText11:Hover { - text-decoration: underline; - -} -textarea,input.text,select,option{ - color:#000000; - font-family:CourierNew,Courier,monospace; - background-color:#FCFCFC; - font-size:14px; - font-style:normal; - font-variant:normal; - font-weight:normal; - scrollbar-arrow-color:#FFFFFF; - scrollbar-track-color:#BFCBD9; - scrollbar-face-color:#BFCBD9; - scrollbar-base-color:#BFCBD9; - scrollbar-3dlight-color:#BFCBD9; - border: 1 solid ##BFCBD9; - position: relative; -} -.frmTextHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 18px; - color: #333333; - text-decoration: none; - -} - -.frmTextSubHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 12px; - color: #333333; - text-decoration: none; - -} -.button { - border-color : #666699 #666699 #666699 #666699; - border-width : 1 1 1 1; color : Black; - background-color : #FFFFFF; - height : 19px; - font-size : 12px; -} - -.frmTab { - border-top: 1px none #999999; - border-right: 1px none #999999; - border-bottom: 1px solid #C0CCDA; - border-left: 1px none #999999; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmTabSelected { - background-color: #FFFFFF; - border-top: 1px solid #C0CCDA; - border-right: 1px solid #C0CCDA; - border-bottom: 1px none #999999; - border-left: 1px solid #C0CCDA; - text-align: center; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmTabDefault { - background-color: #DEE4F2; - border: 1px solid #C0CCDA; - text-align: center; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmHead { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; -} -.frmSubHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; - font-weight: bold; - -} -.error { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #000000; - border: 1px solid #CC0000; - text-decoration: none; - -} -INPUT { - border: 1px solid #BFCBD9; -} -TEXTAREA { - border: 1px solid #BFCBD9; -} - -.fieldTitle { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - color: #000000; - font-weight:bold; - text-decoration: none; - -} - -.fielContent { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - color: #000000; - text-decoration: none; - -} - -h2 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 18px; - color: #333333; - text-decoration: none; - font-weight:bold; -} - -h3 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 16px; - color: #333333; - text-decoration: none; - font-weight:bold; -} - - diff --git a/interface/web/themes/grey/templates/_main.tpl.htm b/interface/web/themes/grey/templates/_main.tpl.htm deleted file mode 100644 index ac25b1d95aa3948f68e9d01307e9fe4c6b7fd104..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/_main.tpl.htm +++ /dev/null @@ -1,48 +0,0 @@ - - - -<tmpl_var name="app_title"> - - - - - - - - - - - - - - - -

-
- - - - - - - - - - - -
-
- - - - - - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/form.tpl.htm b/interface/web/themes/grey/templates/form.tpl.htm deleted file mode 100644 index c2b60a242ab83ae66fbf59a1cbdbc0adf166c5bb..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/form.tpl.htm +++ /dev/null @@ -1,12 +0,0 @@ - - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/listpage.tpl.htm b/interface/web/themes/grey/templates/listpage.tpl.htm deleted file mode 100644 index 577bfb5044ade53c9f5a20b14b57e02a051d0d79..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/listpage.tpl.htm +++ /dev/null @@ -1,23 +0,0 @@ - - - -Form - - - - - - - - - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/mail.tpl.htm b/interface/web/themes/grey/templates/mail.tpl.htm deleted file mode 100644 index 564eaf3b8a3578fe732eb3359ef1c6c0afa4d834..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/mail.tpl.htm +++ /dev/null @@ -1,11 +0,0 @@ - - - -Mail - - - - - - - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/main.tpl.htm b/interface/web/themes/grey/templates/main.tpl.htm deleted file mode 100644 index 53539cf54c8b3827d51ae62aa234f55b54463788..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/main.tpl.htm +++ /dev/null @@ -1,145 +0,0 @@ - - - -ISPConfig - - - - - -
- - - - - - - - - - - - - - - - - - - - - -

-
 
 
 
 
- - - - - - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/module.tpl.htm b/interface/web/themes/grey/templates/module.tpl.htm deleted file mode 100644 index 736f7d727d695bbacda0ae19a28f1f4d0af4f6dc..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/module.tpl.htm +++ /dev/null @@ -1,37 +0,0 @@ - -   - - - - - -
- - - - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/module_tree.tpl.htm b/interface/web/themes/grey/templates/module_tree.tpl.htm deleted file mode 100644 index b0895789ab97c225f126acfdf811ee10602989af..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/module_tree.tpl.htm +++ /dev/null @@ -1,38 +0,0 @@ - -   - - - - - - -
- - - - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
- - -   - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/print.tpl.htm b/interface/web/themes/grey/templates/print.tpl.htm deleted file mode 100644 index 28779db5fcd0df874df712232bc1ae710d090005..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/print.tpl.htm +++ /dev/null @@ -1,12 +0,0 @@ - - - -Form - - - - - - - - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/searchpage.tpl.htm b/interface/web/themes/grey/templates/searchpage.tpl.htm deleted file mode 100644 index 577bfb5044ade53c9f5a20b14b57e02a051d0d79..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/searchpage.tpl.htm +++ /dev/null @@ -1,23 +0,0 @@ - - - -Form - - - - - - - - - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/sidenav.tpl.htm b/interface/web/themes/grey/templates/sidenav.tpl.htm deleted file mode 100644 index 4846e729624744423a956158813984d8d2ed4a3c..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/sidenav.tpl.htm +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
\ No newline at end of file diff --git a/interface/web/themes/grey/templates/tabbed_form.tpl.htm b/interface/web/themes/grey/templates/tabbed_form.tpl.htm deleted file mode 100644 index c0eb4af9cb1cf317b83fcd93c19caebb894ba409..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/tabbed_form.tpl.htm +++ /dev/null @@ -1,70 +0,0 @@ - - - -42go Form - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
- - - - - - - - - - - - - -
    
 
- -
 
 
- - -
- - \ No newline at end of file diff --git a/interface/web/themes/grey/templates/topnav.tpl.htm b/interface/web/themes/grey/templates/topnav.tpl.htm deleted file mode 100644 index 7e78583c83b78a787de4bd980966f42e0aae09cd..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/topnav.tpl.htm +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - -
\ No newline at end of file diff --git a/interface/web/themes/grey/templates/vorlage_gesamt.tpl.htm b/interface/web/themes/grey/templates/vorlage_gesamt.tpl.htm deleted file mode 100644 index cc014ecbf24b2ab5ab0f0ff4620813e48d6c2cb4..0000000000000000000000000000000000000000 --- a/interface/web/themes/grey/templates/vorlage_gesamt.tpl.htm +++ /dev/null @@ -1,87 +0,0 @@ - - - -42go - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -

-
- - - - - - - - - - - - - -
-
  - - - - -
-
- - - - - - - - - - - -
 
- -
-
-
- - \ No newline at end of file diff --git a/interface/web/themes/pedro/icons/folder.png b/interface/web/themes/pedro/icons/folder.png deleted file mode 100644 index c5df8d8a1f41b21b263d5829dfa29e7b05e4332f..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/icons/folder.png and /dev/null differ diff --git a/interface/web/themes/pedro/icons/folder_closed.png b/interface/web/themes/pedro/icons/folder_closed.png deleted file mode 100644 index caad126826f4bfdafde2ced9ac73129ae0b8d9ff..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/icons/folder_closed.png and /dev/null differ diff --git a/interface/web/themes/pedro/images/bg_nav_1.jpg b/interface/web/themes/pedro/images/bg_nav_1.jpg deleted file mode 100644 index 24606688eab72be6783655c367edcd2f8579bb45..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/images/bg_nav_1.jpg and /dev/null differ diff --git a/interface/web/themes/pedro/images/button_bg.gif b/interface/web/themes/pedro/images/button_bg.gif deleted file mode 100644 index 5054b643073a0bad06ad77f295a5f3bd52237a4e..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/images/button_bg.gif and /dev/null differ diff --git a/interface/web/themes/pedro/images/button_end.gif b/interface/web/themes/pedro/images/button_end.gif deleted file mode 100644 index 44dd5b0068fe652a15d78ae7e67f1ca371dd9e72..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/images/button_end.gif and /dev/null differ diff --git a/interface/web/themes/pedro/images/login_logout.gif b/interface/web/themes/pedro/images/login_logout.gif deleted file mode 100644 index bd20c11df21d2a454712b6132d10988d4d209df8..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/images/login_logout.gif and /dev/null differ diff --git a/interface/web/themes/pedro/images/mydnsconfig_logo.gif b/interface/web/themes/pedro/images/mydnsconfig_logo.gif deleted file mode 100644 index f80196fe5bdcdcec4faeb04c949f1af492e042eb..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/images/mydnsconfig_logo.gif and /dev/null differ diff --git a/interface/web/themes/pedro/images/nav_top_bg.gif b/interface/web/themes/pedro/images/nav_top_bg.gif deleted file mode 100644 index 9e00a875d9f9cff2e3a9c9d11956454a7fed2186..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/images/nav_top_bg.gif and /dev/null differ diff --git a/interface/web/themes/pedro/images/x.gif b/interface/web/themes/pedro/images/x.gif deleted file mode 100644 index 26a55c8d56447a84011fdf5f1de37565036af4f3..0000000000000000000000000000000000000000 Binary files a/interface/web/themes/pedro/images/x.gif and /dev/null differ diff --git a/interface/web/themes/pedro/style.css b/interface/web/themes/pedro/style.css deleted file mode 100644 index d83383d12acbf680af92c6022a460d06e57de1c1..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/style.css +++ /dev/null @@ -1,294 +0,0 @@ -.navTopSelected { - background-color: #FFFFFF; - border-top: 1px solid #BFCBD9; - border-right: 1px solid #BFCBD9; - border-bottom: 1px none #BFCBD9; - border-left: 1px solid #BFCBD9; - text-align: center; - - -} -.navTop { - border-top: 1px none #BFCBD9; - border-right: 1px none #BFCBD9; - border-bottom: 1px solid #BFCBD9; - border-left: 1px none #BFCBD9; - -} -.navTopDefault { - background-color: #DEE4F2; - /*border: 1px solid #FFFFFF;*/ - border-top: 1px solid #FFFFFF; - border-right: 1px none #FFFFFF; - border-bottom: 0px none #BFCBD9; - border-left: 1px solid #FFFFFF; - text-align: center; - - -} -.mainContent { - background-color: #FFFFFF; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-left-style: solid; - border-top-color: #BFCBD9; - border-right-color: #BFCBD9; - border-bottom-color: #BFCBD9; - border-left-color: #BFCBD9; -} -.txtNavTopDefault { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #496FA8; - text-decoration: none; -} -.txtNavTopSelected { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #496FA8; - text-decoration: none; -} -.navLeftHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: bold; - color: #4E70A7; - text-decoration: none; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #4E70A7; - border-left-color: #999999; - text-align: left; -} -.navLeftItem { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - color: #4E70A7; - text-decoration: none; - line-height: 15px; - -} -.txtNavTopHelp { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #FFFFFF; - text-decoration: none; -} -.tblHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #496FA8; - background-color: #DEE4F2; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: none; - border-bottom-style: solid; - border-left-style: solid; - border-top-color: #C0CCDA; - border-right-color: #C0CCDA; - border-bottom-color: #C0CCDA; - border-left-color: #C0CCDA; -} -.tblFooter { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-weight: normal; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: solid; - border-right-style: none; - border-bottom-style: none; - border-left-style: none; - border-top-color: #C0CCDA; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; -} -.frmText11 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #333333; - text-decoration: none; - -} -.frmText11:Hover { - text-decoration: underline; - -} -textarea,input.text,select,option{ - color:#000000; - font-family:CourierNew,Courier,monospace; - background-color:#FCFCFC; - font-size:14px; - font-style:normal; - font-variant:normal; - font-weight:normal; - scrollbar-arrow-color:#FFFFFF; - scrollbar-track-color:#BFCBD9; - scrollbar-face-color:#BFCBD9; - scrollbar-base-color:#BFCBD9; - scrollbar-3dlight-color:#BFCBD9; - border: 1 solid ##BFCBD9; - position: relative; -} -.frmTextHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 18px; - color: #496FA8; - text-decoration: none; - -} - -.frmTextSubHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 12px; - color: #496FA8; - text-decoration: none; - -} -/* -.button { - border-color : #666699 #666699 #666699 #666699; - border-width : 1 1 1 1; color : Black; - background-color : #FFFFFF; - height : 19px; - font-size : 12px; -} -*/ - -.frmTab { - border-top: 1px none #999999; - border-right: 1px none #999999; - border-bottom: 1px solid #C0CCDA; - border-left: 1px none #999999; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmTabSelected { - background-color: #FFFFFF; - border-top: 1px solid #C0CCDA; - border-right: 1px solid #C0CCDA; - border-bottom: 1px none #999999; - border-left: 1px solid #C0CCDA; - text-align: center; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmTabDefault { - background-color: #DEE4F2; - border: 1px solid #C0CCDA; - text-align: center; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - line-height: 16px; - -} -.frmHead { - - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: bold; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; -} -.frmSubHead { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666666; - border-top-width: 1px; - border-right-width: 1px; - border-bottom-width: 1px; - border-left-width: 1px; - border-top-style: none; - border-right-style: none; - border-bottom-style: solid; - border-left-style: none; - border-top-color: #999999; - border-right-color: #999999; - border-bottom-color: #999999; - border-left-color: #999999; - font-weight: bold; - -} -.error { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #000000; - border: 1px solid #CC0000; - text-decoration: none; - -} -INPUT { - border: 1px solid #BFCBD9; - /* - height: 26px; - font-size:20px; - */ -} -TEXTAREA { - border: 1px solid #BFCBD9; -} - -.button { - border: 0; - background: #fff url("../../themes/default/images/button_bg.gif") no-repeat; - height: 26px; - font-size:14px; - /* used to catch the buttonEnding */ - position: relative; -} - -.buttonEnding { - position: absolute; - display: inline; - width: 2px; - height: 26px; - background: url("../../themes/default/images/button_end.gif") no-repeat; -} - -h2 { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 16px; - font-weight:bold; -} - - diff --git a/interface/web/themes/pedro/templates/_form.tpl.htm b/interface/web/themes/pedro/templates/_form.tpl.htm deleted file mode 100644 index c2b60a242ab83ae66fbf59a1cbdbc0adf166c5bb..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/_form.tpl.htm +++ /dev/null @@ -1,12 +0,0 @@ - - \ No newline at end of file diff --git a/interface/web/themes/pedro/templates/form.tpl.htm b/interface/web/themes/pedro/templates/form.tpl.htm deleted file mode 100644 index 429bfd9f2497cae91ebd8b996f6897c6950ee1c0..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/form.tpl.htm +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/interface/web/themes/pedro/templates/listpage.tpl.htm b/interface/web/themes/pedro/templates/listpage.tpl.htm deleted file mode 100644 index 429bfd9f2497cae91ebd8b996f6897c6950ee1c0..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/listpage.tpl.htm +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/interface/web/themes/pedro/templates/main.tpl.htm b/interface/web/themes/pedro/templates/main.tpl.htm deleted file mode 100644 index 6e5afb57d3a0efc3bf6a3bd8b5b2549352c01ff2..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/main.tpl.htm +++ /dev/null @@ -1,38 +0,0 @@ - - - -ISPConfig - - - - - - - - - - - - - - - - - - - - - - - - - - -

-
 
 
 
 
- - - - - - \ No newline at end of file diff --git a/interface/web/themes/pedro/templates/main_prototype.tpl.htm b/interface/web/themes/pedro/templates/main_prototype.tpl.htm deleted file mode 100644 index b1b1a671c84a90de7367ac51bf49765914954e23..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/main_prototype.tpl.htm +++ /dev/null @@ -1,166 +0,0 @@ - - - -ISPConfig - - - - - -
- - - - - - - - - - - - - - - - - - - - - -

-
 
 
 
 
- - - - - - \ No newline at end of file diff --git a/interface/web/themes/pedro/templates/module.tpl.htm b/interface/web/themes/pedro/templates/module.tpl.htm deleted file mode 100644 index 36cdd09c73687ae1d87f3dde00cecaec8cd5167e..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/module.tpl.htm +++ /dev/null @@ -1,37 +0,0 @@ - -   - - - - - -
- - - - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
- - -   - \ No newline at end of file diff --git a/interface/web/themes/pedro/templates/module_tree.tpl.htm b/interface/web/themes/pedro/templates/module_tree.tpl.htm deleted file mode 100644 index b0895789ab97c225f126acfdf811ee10602989af..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/module_tree.tpl.htm +++ /dev/null @@ -1,38 +0,0 @@ - -   - - - - - - -
- - - - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
- - -   - \ No newline at end of file diff --git a/interface/web/themes/pedro/templates/sidenav.tpl.htm b/interface/web/themes/pedro/templates/sidenav.tpl.htm deleted file mode 100644 index c3e6dfa2e27e591975f15c26519a596241b9a8e9..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/sidenav.tpl.htm +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -
 
- - - - - - - - -
- -
-
-
-
-
-
\ No newline at end of file diff --git a/interface/web/themes/pedro/templates/tabbed_form.tpl.htm b/interface/web/themes/pedro/templates/tabbed_form.tpl.htm deleted file mode 100644 index 8a2d496821cee7065c8e0f486b1f1ad9840aa872..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/tabbed_form.tpl.htm +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
- - - - - - - - - - - - - -
    
 
- -
 
 
- - \ No newline at end of file diff --git a/interface/web/themes/pedro/templates/topnav.tpl.htm b/interface/web/themes/pedro/templates/topnav.tpl.htm deleted file mode 100644 index 81b41f02319d8807c27ccd9c89de6b2377dfdac3..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/topnav.tpl.htm +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - -
\ No newline at end of file diff --git a/interface/web/themes/pedro/templates/vorlage_gesamt.tpl.htm b/interface/web/themes/pedro/templates/vorlage_gesamt.tpl.htm deleted file mode 100644 index cc014ecbf24b2ab5ab0f0ff4620813e48d6c2cb4..0000000000000000000000000000000000000000 --- a/interface/web/themes/pedro/templates/vorlage_gesamt.tpl.htm +++ /dev/null @@ -1,87 +0,0 @@ - - - -42go - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -

-
- - - - - - - - - - - - - -
-
  - - - - -
-
- - - - - - - - - - - -
 
- -
-
-
- - \ No newline at end of file