diff --git a/ChangeLog b/ChangeLog index 4902e5492..60d0ee67b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,16 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-06-16 Marc Delisle + Changes, thanks to Michael Keck (mkkeck): + * libraries/auth/config.auth.lib.php + http.auth.lib.php: + style for error messages + * main.php, themes.php, libraries/select_theme.lib.php, + css/phpmyadmin.css.php, themes/original/img + css: + put original theme under the same structure as darkblue_orange + + TODO: fix some table header colors + 2004-06-16 Michal Čihař * header.inc.php: Use rather _SERVER than GLOBALS, should fix bug #973602. diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 27b729490..e9399ebb6 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -37,82 +37,8 @@ if ($js_frame == 'left') { // 2004-05-30: Michael Keck (mail@michaelkeck.de) // Check, if theme_left.css.php exists and include $tmp_file = './' . $GLOBALS['cfg']['ThemePath'] . '/' . $pmaTheme . '/css/theme_left.css.php'; - if (@file_exists($tmp_file) && $pmaTheme != 'original') { + if (@file_exists($tmp_file)) { include($tmp_file); - }else{ // else use default styles - /** - * Add styles for positioned layers - */ - if (isset($num_dbs) && $num_dbs == '0') { - ?> -/* No layer effects neccessary */ -div {font-family: ; font-size: ; color: #000000} -.heada {font-family: ; font-size: ; color: #000000} -.parent {font-family: ; color: #000000; text-decoration: none} -.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-family: ; font-size: ; color: #333399; text-decoration: none} -.tblItem:hover {color: #FF0000; text-decoration: underline} - tags as - // style information unless it was written with the one call - // to write(). - if (isset($js_isDOM) && $js_isDOM != '0') { - ?> -/* Layer effects neccessary: capable && is_DOM is set. We found a recent CSS-Browser */ -div {font-family: ; font-size: ; color: #000000} -.heada {font-family: ; font-size: ; color: #000000} -.headaCnt {font-family: ; font-size: ; color: #000000} -.parent {font-family: ; color: #000000; text-decoration: none; display: block} -.child {font-family: ; font-size: ; color: #333399; text-decoration: none; display: none} -.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #333399; text-decoration: none} -.tblItem:hover {color: #FF0000; text-decoration: underline} - -/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ -div {font-family: ; font-size: ; color: #000000} -.heada {font-family: ; font-size: ; color: #000000} -.headaCnt {font-family: ; font-size: ; color: #000000} - -/* Additional effects for IE4 */ -.parent {font-family: ; color: #000000; text-decoration: none; display: block} -.child {font-family: ; font-size: ; color: #333399; text-decoration: none; display: none} -.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #333399; text-decoration: none} -.tblItem:hover {color: #FF0000; text-decoration: underline} - -/* Additional effects for NON-IE4 */ -.parent {font-family: ; color: #000000; text-decoration: none; position: absolute; visibility: hidden} -.child {font-family: ; font-size: ; color: #333399; position: absolute; visibility: hidden} -.item, .tblItem {font-family: ; font-size: ; color: #333399; text-decoration: none} - -/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ -div {font-family: ; font-size: ; color: #000000} -.heada {font-family: ; font-size: ; color: #000000} -.headaCnt {font-family: ; font-size: ; color: #000000} -.parent {font-family: ; color: #000000; text-decoration: none} -.child {font-family: ; font-size: ; color: #333399; text-decoration: none} -.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #333399; text-decoration: none} -.tblItem:hover {color: #FF0000; text-decoration: underline} - -/* Always enabled stylesheets (left frame) */ -body {font-family: ; font-size: } -input {font-family: ; font-size: } -select {font-family: ; font-size: ; background-color: #ffffff; color: #000000} - ; font-size: -/* For printview */ -body {font-family: ; font-size: ; color: #000000; background-color: #ffffff} -h1 {font-family: ; font-size: ; font-weight: bold} -table {border-width:1px; border-color:#000000; border-style:solid; border-collapse:collapse; border-spacing:0} -th {font-family: ; font-size: ; font-weight: bold; color: #000000; background-color: #ffffff; border-width:1px; border-color:#000000; border-style:solid; padding:2px} -th.td { color: transparent; background-color: transparent;} -td {font-family: ; font-size: ; color: #000000; background-color: #ffffff; border-width:1px; border-color:#000000; border-style:solid; padding:2px} - ; font-size: -/* Always enabled stylesheets (right frame) */ -body { - font-family: ; - font-size: ; - color: #000000; - - background-color: -} - -pre, tt {font-size: } -th {font-family: ; font-size: ; font-weight: bold; color: #000000; background-color: } -td {font-family: ; font-size: } -form {font-family: ; font-size: ; padding: 0px; margin: 0px;} -input {font-family: ; font-size: } -input.textfield {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF} -select {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF} -textarea {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF} -h1 {font-family: ; font-size: ; font-weight: bold} -h2 {font-family: ; font-size: ; font-weight: bold} -h3 {font-family: ; font-size: ; font-weight: bold} -a:link {font-family: ; font-size: ; text-decoration: none; color: #0000FF} -a:visited {font-family: ; font-size: ; text-decoration: none; color: #0000FF} -a:hover {font-family: ; font-size: ; text-decoration: underline; color: #FF0000} -a.nav:link {font-family: ; color: #000000} -a.nav:visited {font-family: ; color: #000000} -a.nav:hover {font-family: ; color: #FF0000} -a.h1:link {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h1:active {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h1:visited {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h1:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000} -a.h2:link {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h2:active {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h2:visited {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h2:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000} -a.drop:link {font-family: ; color: #ff0000} -a.drop:visited {font-family: ; color: #ff0000} -a.drop:hover {font-family: ; color: #ffffff; background-color:#ff0000; text-decoration: none} -dfn {font-style: normal} -dfn:hover {font-style: normal; cursor: help} -.nav {font-family: ; color: #000000} -.warning {font-family: ; font-size: ; font-weight: bold; color: #FF0000} -.tblcomment {font-family: ; font-size: ; font-weight: normal; color: #000099; } -td.topline {font-size: 1px} -td.tab { - border-top: 1px solid #999; - border-right: 1px solid #666; - border-left: 1px solid #999; - border-bottom: none; - border-radius: 2px; - -moz-border-radius: 2px; -} - -div.tabs { - clear: both; -} - -table.tabs { - border-top: none; - border-right: none; - border-left: none; - border-bottom: 1px solid #666; -} - -fieldset { - border: #686868 solid 1px; - padding: 0.5em; -} -fieldset fieldset { - margin: 0.8em; -} - -button.mult_submit { - border: none; - background-color: transparent; -} - -.pdflayout { - overflow: hidden; - clip: inherit; - background-color: #FFFFFF; - display: none; - border: 1px solid #000000; - position: relative; -} - -.pdflayout_table { - background: ; - color: #000000; - overflow: hidden; - clip: inherit; - z-index: 2; - display: inline; - visibility: inherit; - cursor: move; - position: absolute; - font-size: ; - border: 1px dashed #000000; -} - -.print{font-family:arial;font-size:8pt;} - -/* MySQL Parser */ -.syntax {font-family: sans-serif; font-size: ;} -.syntax_comment { padding-left: 4pt; padding-right: 4pt;} -.syntax_digit {} -.syntax_digit_hex {} -.syntax_digit_integer {} -.syntax_digit_float {} -.syntax_punct {} -.syntax_alpha {} -.syntax_alpha_columnType {text-transform: uppercase;} -.syntax_alpha_columnAttrib {text-transform: uppercase;} -.syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;} -.syntax_alpha_functionName {text-transform: uppercase;} -.syntax_alpha_identifier {} -.syntax_alpha_charset {} -.syntax_alpha_variable {} -.syntax_quote {white-space: pre;} -.syntax_quote_backtick {} - -hr{ color: #666666; background-color: #666666; border: 0; height: 1px; } - -/* new styles for navigation */ - -.nav { - font-family: ; - color: #000000; - border-top: none; - border-right: none; - border-left: none; - border-bottom: 1px solid #666; -} -.navSpacer { - width: 5px; - height: 16px; -} -.navNormal, .navDrop, .navActive { - font-family: ; - font-size: ; - font-weight: bold; - border-top: 1px solid #999; - border-right: 1px solid #666; - border-left: 1px solid #999; - border-bottom: none; - border-radius: 2px; - -moz-border-radius: 2px; - padding: 2px 5px 2px 5px; -} -.navNormal { - color: #000000; - background-color: #E5E5E5; -} -.navActive{ - font-family: ; - font-size: ; - font-weight: bold; - color: #000000; - background-color: #CCCCCC; -} -.navDrop{ - color: #000000; - background-color: #E5E5E5; -} -.navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{ - color: #0000FF; -} - -.navDrop a:link, .navDrop a:active, .navDrop a:visited{ - color: #FF0000; -} -.navDrop a:hover{ - color: #FFFFFF; - background-color: #FF0000; -} -.navNormal a:hover, .navActive a:hover{ - color: #FF0000; -} - -/* Warning showing div with right border and optional icon */ - -div.errorhead { - font-weight: bold; - color: #ffffff; - text-align: left; - - background-image: url(../images/s_error.png); - background-repeat: no-repeat; - background-position: 5px 50%; - padding: 0px 0px 0px 25px; - - margin: 0px; -} - -/* tables */ -.tblError { - border: 1px solid #FF0000; - background-color: #FFFFCC; -} -.tblWarn, div.tblWarn { - border: 1px solid #FF0000; - background-color: #FFFFFF; -} -div.tblWarn { - padding: 5px 5px 5px 5px; - margin: 0px 0px 5px 0px; - width: 100%; -} -.tblHeaders { - background-color: ; - font-weight: bold; - color: #000000; -} -.tblFooters { - background-color: ; - font-weight: normal; - color: #000000; -} -.tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited { - color: #0000FF; -} -.tblHeaders a:hover, .tblFooters a:hover { color: #FF0000; } -.tblHeadError { - background-color: #FF0000; - font-weight: bold; - color: #FFFFFF; -} -.tblHeadWarn { - background-color: #FFCC00; - font-weight: bold; - color: #000000; -} -/* forbidden, no privilegs */ -.noPrivileges{ - color: #FF0000; - font-weight: bold; -} - -/* Heading */ - -.serverinfo { - font-family: ; - font-size: ; - font-weight: normal; - white-space: nowrap; - vertical-align: middle; - padding: 0px 0px 10px 0px; -} - -.serverinfo a:link, .serverinfo a:activ, .serverinfo a:visited { - font-family: ; - font-size: ; - font-weight: bolder; -} -.serverinfo a img{ - vertical-align: middle; - margin: 0px 1px 0px 2px; -} -.serverinfo div{ - background-image: url(../images/item_ltr.png); - background-repeat: no-repeat; - background-position: 50% 50%; - width: 20px; - height: 16px; -} -#textSQLDUMP { - width: 95%; - height: 95%; - font-family: "Courier New", Courier, mono; - font-size: 12px; -} - - 0) { - class="tblHeaders">  MySQL +
>  MySQL
- class="tblHeaders">  phpMyAdmin + 1) { $theme_selected = FALSE; - $theme_preview_path= './open.php?get=./' . $cfg['ThemePath'] . '/index.php'; + $theme_preview_path= './themes.php'; $theme_preview_href = ''; @@ -583,7 +583,7 @@ if (count($available_themes_choices)>1) { ') : $str_normal_list) . "\n"; + echo ' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,$theme_preview_href,'s_theme.png',(isset($strTheme) ? $strTheme : 'Theme (Style)'),'') : $str_normal_list) . "\n"; ?> + - @@ -106,7 +108,7 @@ echo ""; '#808000', + 'comment_mysql' => '', + 'comment_ansi' => '', + 'comment_c' => '', + 'digit' => '', + 'digit_hex' => 'teal', + 'digit_integer' => 'teal', + 'digit_float' => 'aqua', + 'punct' => 'fuchsia', + 'alpha' => '', + 'alpha_columnType' => '#FF9900', + 'alpha_columnAttrib' => '#0000FF', + 'alpha_reservedWord' => '#990099', + 'alpha_functionName' => '#FF0000', + 'alpha_identifier' => 'black', + 'alpha_charset' => '#6495ed', + 'alpha_variable' => '#800000', + 'quote' => '#008000', + 'quote_double' => '', + 'quote_single' => '', + 'quote_backtick' => '' +); +?> diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php new file mode 100644 index 000000000..464577a29 --- /dev/null +++ b/themes/original/css/theme_left.css.php @@ -0,0 +1,70 @@ + +/* No layer effects neccessary */ +div {font-family: ; font-size: ; color: #000000} +.heada {font-family: ; font-size: ; color: #000000} +.parent {font-family: ; color: #000000; text-decoration: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-family: ; font-size: ; color: #333399; text-decoration: none} +.tblItem:hover {color: #FF0000; text-decoration: underline} + tags as + // style information unless it was written with the one call + // to write(). + if (isset($js_isDOM) && $js_isDOM != '0') { + ?> +/* Layer effects neccessary: capable && is_DOM is set. We found a recent CSS-Browser */ +div {font-family: ; font-size: ; color: #000000} +.heada {font-family: ; font-size: ; color: #000000} +.headaCnt {font-family: ; font-size: ; color: #000000} +.parent {font-family: ; color: #000000; text-decoration: none; display: block} +.child {font-family: ; font-size: ; color: #333399; text-decoration: none; display: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #333399; text-decoration: none} +.tblItem:hover {color: #FF0000; text-decoration: underline} + +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div {font-family: ; font-size: ; color: #000000} +.heada {font-family: ; font-size: ; color: #000000} +.headaCnt {font-family: ; font-size: ; color: #000000} + +/* Additional effects for IE4 */ +.parent {font-family: ; color: #000000; text-decoration: none; display: block} +.child {font-family: ; font-size: ; color: #333399; text-decoration: none; display: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #333399; text-decoration: none} +.tblItem:hover {color: #FF0000; text-decoration: underline} + +/* Additional effects for NON-IE4 */ +.parent {font-family: ; color: #000000; text-decoration: none; position: absolute; visibility: hidden} +.child {font-family: ; font-size: ; color: #333399; position: absolute; visibility: hidden} +.item, .tblItem {font-family: ; font-size: ; color: #333399; text-decoration: none} + +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div {font-family: ; font-size: ; color: #000000} +.heada {font-family: ; font-size: ; color: #000000} +.headaCnt {font-family: ; font-size: ; color: #000000} +.parent {font-family: ; color: #000000; text-decoration: none} +.child {font-family: ; font-size: ; color: #333399; text-decoration: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #333399; text-decoration: none} +.tblItem:hover {color: #FF0000; text-decoration: underline} + +/* Always enabled stylesheets (left frame) */ +body {font-family: ; font-size: ; } +input {font-family: ; font-size: } +select {font-family: ; font-size: ; background-color: #ffffff; color: #000000} \ No newline at end of file diff --git a/themes/original/css/theme_print.css.php b/themes/original/css/theme_print.css.php new file mode 100644 index 000000000..3abf04e39 --- /dev/null +++ b/themes/original/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Hevetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Hevetica, sans-serif; + font-size: 16px; + font-weight: bold; + color: #000000; +} +table{ + border-width: 1px; + border-color: #000000; + border-style: solid; + border-collapse: collapse; + border-spacing: 0; +} +th{ + font-family: Verdana, Arial, Hevetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #e5e5e5; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} +td{ + font-family: Verdana, Arial, Hevetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} \ No newline at end of file diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php new file mode 100644 index 000000000..ee57eccd4 --- /dev/null +++ b/themes/original/css/theme_right.css.php @@ -0,0 +1,279 @@ +/* Always enabled stylesheets (right frame) */ +body { + font-family: ; + font-size: ; + color: #000000; + + background-color: +} + +pre, tt {font-size: } +th {font-family: ; font-size: ; font-weight: bold; color: #000000; background-color: } +td {font-family: ; font-size: } +form {font-family: ; font-size: ; padding: 0px; margin: 0px;} +input {font-family: ; font-size: } +input.textfield {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF} +select {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF} +textarea {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF} +h1 {font-family: ; font-size: ; font-weight: bold} +h2 {font-family: ; font-size: ; font-weight: bold} +h3 {font-family: ; font-size: ; font-weight: bold} +a:link {font-family: ; font-size: ; text-decoration: none; color: #0000FF} +a:visited {font-family: ; font-size: ; text-decoration: none; color: #0000FF} +a:hover {font-family: ; font-size: ; text-decoration: underline; color: #FF0000} +a.nav:link {font-family: ; color: #000000} +a.nav:visited {font-family: ; color: #000000} +a.nav:hover {font-family: ; color: #FF0000} +a.h1:link {font-family: ; font-size: ; font-weight: bold; color: #000000} +a.h1:active {font-family: ; font-size: ; font-weight: bold; color: #000000} +a.h1:visited {font-family: ; font-size: ; font-weight: bold; color: #000000} +a.h1:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000} +a.h2:link {font-family: ; font-size: ; font-weight: bold; color: #000000} +a.h2:active {font-family: ; font-size: ; font-weight: bold; color: #000000} +a.h2:visited {font-family: ; font-size: ; font-weight: bold; color: #000000} +a.h2:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000} +a.drop:link {font-family: ; color: #ff0000} +a.drop:visited {font-family: ; color: #ff0000} +a.drop:hover {font-family: ; color: #ffffff; background-color:#ff0000; text-decoration: none} +dfn {font-style: normal} +dfn:hover {font-style: normal; cursor: help} +.nav {font-family: ; color: #000000} +.warning {font-family: ; font-size: ; font-weight: bold; color: #FF0000} +.tblcomment {font-family: ; font-size: ; font-weight: normal; color: #000099; } +td.topline {font-size: 1px} +td.tab { + border-top: 1px solid #999; + border-right: 1px solid #666; + border-left: 1px solid #999; + border-bottom: none; + border-radius: 2px; + -moz-border-radius: 2px; +} + +div.tabs { + clear: both; +} + +table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} + +fieldset { + border: #686868 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} + +button.mult_submit { + border: none; + background-color: transparent; +} + +.pdflayout { + overflow: hidden; + clip: inherit; + background-color: #FFFFFF; + display: none; + border: 1px solid #000000; + position: relative; +} + +.pdflayout_table { + background: ; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: ; + border: 1px dashed #000000; +} + +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: ;} +.syntax_comment { padding-left: 4pt; padding-right: 4pt;} +.syntax_digit {} +.syntax_digit_hex {} +.syntax_digit_integer {} +.syntax_digit_float {} +.syntax_punct {} +.syntax_alpha {} +.syntax_alpha_columnType {text-transform: uppercase;} +.syntax_alpha_columnAttrib {text-transform: uppercase;} +.syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;} +.syntax_alpha_functionName {text-transform: uppercase;} +.syntax_alpha_identifier {} +.syntax_alpha_charset {} +.syntax_alpha_variable {} +.syntax_quote {white-space: pre;} +.syntax_quote_backtick {} + +hr{ color: #666666; background-color: #666666; border: 0; height: 1px; } + +/* new styles for navigation */ + +.nav { + font-family: ; + color: #000000; + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} +.navSpacer { + width: 5px; + height: 16px; +} +.navNormal, .navDrop, .navActive { + font-family: ; + font-size: ; + font-weight: bold; + border-top: 1px solid #999; + border-right: 1px solid #666; + border-left: 1px solid #999; + border-bottom: none; + border-radius: 2px; + -moz-border-radius: 2px; + padding: 2px 5px 2px 5px; +} +.navNormal { + color: #000000; + background-color: #E5E5E5; +} +.navActive{ + font-family: ; + font-size: ; + font-weight: bold; + color: #000000; + background-color: #CCCCCC; +} +.navDrop{ + color: #000000; + background-color: #E5E5E5; +} +.navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{ + color: #0000FF; +} + +.navDrop a:link, .navDrop a:active, .navDrop a:visited{ + color: #FF0000; +} +.navDrop a:hover{ + color: #FFFFFF; + background-color: #FF0000; +} +.navNormal a:hover, .navActive a:hover{ + color: #FF0000; +} + +/* Warning showing div with right border and optional icon */ + +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../images/s_error.png); + background-repeat: no-repeat; + background-position: 5px 50%; + padding: 0px 0px 0px 25px; + + margin: 0px; +} + +/* tables */ +.tblError { + border: 1px solid #FF0000; + background-color: #FFFFCC; +} +.tblWarn, div.tblWarn { + border: 1px solid #FF0000; + background-color: #FFFFFF; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 0px 0px 5px 0px; + width: 100%; +} +.tblHeaders { + background-color: ; + font-weight: bold; + color: #000000; +} +.tblFooters { + background-color: ; + font-weight: normal; + color: #000000; +} +.tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited { + color: #0000FF; +} +.tblHeaders a:hover, .tblFooters a:hover { color: #FF0000; } +.tblHeadError { + background-color: #FF0000; + font-weight: bold; + color: #FFFFFF; +} +.tblHeadWarn { + background-color: #FFCC00; + font-weight: bold; + color: #000000; +} +/* forbidden, no privilegs */ +.noPrivileges{ + color: #FF0000; + font-weight: bold; +} + +/* Heading */ + +.serverinfo { + font-family: ; + font-size: ; + font-weight: normal; + white-space: nowrap; + vertical-align: middle; + padding: 0px 0px 10px 0px; +} + +.serverinfo a:link, .serverinfo a:activ, .serverinfo a:visited { + font-family: ; + font-size: ; + font-weight: bolder; +} +.serverinfo a img{ + vertical-align: middle; + margin: 0px 1px 0px 2px; +} +.serverinfo div{ + background-image: url(../images/item_ltr.png); + background-repeat: no-repeat; + background-position: 50% 50%; + width: 20px; + height: 16px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 12px; +} + diff --git a/themes/original/img/arrow_ltr.gif b/themes/original/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/themes/original/img/arrow_ltr.gif differ diff --git a/themes/original/img/arrow_ltr.png b/themes/original/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/themes/original/img/arrow_ltr.png differ diff --git a/themes/original/img/arrow_rtl.gif b/themes/original/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/themes/original/img/arrow_rtl.gif differ diff --git a/themes/original/img/arrow_rtl.png b/themes/original/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/themes/original/img/arrow_rtl.png differ diff --git a/themes/original/img/asc_order.png b/themes/original/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/themes/original/img/asc_order.png differ diff --git a/themes/original/img/b_bookmark.png b/themes/original/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/themes/original/img/b_bookmark.png differ diff --git a/themes/original/img/b_browse.png b/themes/original/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/themes/original/img/b_browse.png differ diff --git a/themes/original/img/b_calendar.png b/themes/original/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/themes/original/img/b_calendar.png differ diff --git a/themes/original/img/b_comment.png b/themes/original/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/themes/original/img/b_comment.png differ diff --git a/themes/original/img/b_dbstatistics.png b/themes/original/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/themes/original/img/b_dbstatistics.png differ diff --git a/themes/original/img/b_deltbl.png b/themes/original/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/themes/original/img/b_deltbl.png differ diff --git a/themes/original/img/b_docs.png b/themes/original/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/themes/original/img/b_docs.png differ diff --git a/themes/original/img/b_docsql.png b/themes/original/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/themes/original/img/b_docsql.png differ diff --git a/themes/original/img/b_drop.png b/themes/original/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/themes/original/img/b_drop.png differ diff --git a/themes/original/img/b_edit.png b/themes/original/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/themes/original/img/b_edit.png differ diff --git a/themes/original/img/b_empty.png b/themes/original/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/themes/original/img/b_empty.png differ diff --git a/themes/original/img/b_export.png b/themes/original/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/themes/original/img/b_export.png differ diff --git a/themes/original/img/b_firstpage.png b/themes/original/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/themes/original/img/b_firstpage.png differ diff --git a/themes/original/img/b_ftext.png b/themes/original/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/themes/original/img/b_ftext.png differ diff --git a/themes/original/img/b_help.png b/themes/original/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/themes/original/img/b_help.png differ diff --git a/themes/original/img/b_home.png b/themes/original/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/themes/original/img/b_home.png differ diff --git a/themes/original/img/b_import.png b/themes/original/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/themes/original/img/b_import.png differ diff --git a/themes/original/img/b_index.png b/themes/original/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/themes/original/img/b_index.png differ diff --git a/themes/original/img/b_info.png b/themes/original/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/themes/original/img/b_info.png differ diff --git a/themes/original/img/b_insrow.png b/themes/original/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/themes/original/img/b_insrow.png differ diff --git a/themes/original/img/b_lastpage.png b/themes/original/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/themes/original/img/b_lastpage.png differ diff --git a/themes/original/img/b_minus.png b/themes/original/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/themes/original/img/b_minus.png differ diff --git a/themes/original/img/b_newdb.png b/themes/original/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/themes/original/img/b_newdb.png differ diff --git a/themes/original/img/b_newtbl.png b/themes/original/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/themes/original/img/b_newtbl.png differ diff --git a/themes/original/img/b_nextpage.png b/themes/original/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/themes/original/img/b_nextpage.png differ diff --git a/themes/original/img/b_pdfdoc.png b/themes/original/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/themes/original/img/b_pdfdoc.png differ diff --git a/themes/original/img/b_plus.png b/themes/original/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/themes/original/img/b_plus.png differ diff --git a/themes/original/img/b_prevpage.png b/themes/original/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/themes/original/img/b_prevpage.png differ diff --git a/themes/original/img/b_primary.png b/themes/original/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/themes/original/img/b_primary.png differ diff --git a/themes/original/img/b_print.png b/themes/original/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/themes/original/img/b_print.png differ diff --git a/themes/original/img/b_props.png b/themes/original/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/themes/original/img/b_props.png differ diff --git a/themes/original/img/b_relations.png b/themes/original/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/themes/original/img/b_relations.png differ diff --git a/themes/original/img/b_save.png b/themes/original/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/themes/original/img/b_save.png differ diff --git a/themes/original/img/b_sbrowse.png b/themes/original/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/themes/original/img/b_sbrowse.png differ diff --git a/themes/original/img/b_sdb.png b/themes/original/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/themes/original/img/b_sdb.png differ diff --git a/themes/original/img/b_search.png b/themes/original/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/themes/original/img/b_search.png differ diff --git a/themes/original/img/b_selboard.png b/themes/original/img/b_selboard.png new file mode 100644 index 000000000..a7717192a Binary files /dev/null and b/themes/original/img/b_selboard.png differ diff --git a/themes/original/img/b_select.png b/themes/original/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/themes/original/img/b_select.png differ diff --git a/themes/original/img/b_sql.png b/themes/original/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/themes/original/img/b_sql.png differ diff --git a/themes/original/img/b_sqldoc.png b/themes/original/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/themes/original/img/b_sqldoc.png differ diff --git a/themes/original/img/b_sqlhelp.png b/themes/original/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/themes/original/img/b_sqlhelp.png differ diff --git a/themes/original/img/b_tblanalyse.png b/themes/original/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/themes/original/img/b_tblanalyse.png differ diff --git a/themes/original/img/b_tblexport.png b/themes/original/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/themes/original/img/b_tblexport.png differ diff --git a/themes/original/img/b_tblimport.png b/themes/original/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/themes/original/img/b_tblimport.png differ diff --git a/themes/original/img/b_tblops.png b/themes/original/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/themes/original/img/b_tblops.png differ diff --git a/themes/original/img/b_tbloptimize.png b/themes/original/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/themes/original/img/b_tbloptimize.png differ diff --git a/themes/original/img/b_tipp.png b/themes/original/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/themes/original/img/b_tipp.png differ diff --git a/themes/original/img/b_unique.png b/themes/original/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/themes/original/img/b_unique.png differ diff --git a/themes/original/img/b_usradd.png b/themes/original/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/themes/original/img/b_usradd.png differ diff --git a/themes/original/img/b_usrcheck.png b/themes/original/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/themes/original/img/b_usrcheck.png differ diff --git a/themes/original/img/b_usrdrop.png b/themes/original/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/themes/original/img/b_usrdrop.png differ diff --git a/themes/original/img/b_usredit.png b/themes/original/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/themes/original/img/b_usredit.png differ diff --git a/themes/original/img/b_usrlist.png b/themes/original/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/themes/original/img/b_usrlist.png differ diff --git a/themes/original/img/b_view.png b/themes/original/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/themes/original/img/b_view.png differ diff --git a/themes/original/img/bd_browse.png b/themes/original/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/themes/original/img/bd_browse.png differ diff --git a/themes/original/img/bd_empty.png b/themes/original/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/themes/original/img/bd_empty.png differ diff --git a/themes/original/img/bd_firstpage.png b/themes/original/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/themes/original/img/bd_firstpage.png differ diff --git a/themes/original/img/bd_ftext.png b/themes/original/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/themes/original/img/bd_ftext.png differ diff --git a/themes/original/img/bd_index.png b/themes/original/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/themes/original/img/bd_index.png differ diff --git a/themes/original/img/bd_lastpage.png b/themes/original/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/themes/original/img/bd_lastpage.png differ diff --git a/themes/original/img/bd_nextpage.png b/themes/original/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/themes/original/img/bd_nextpage.png differ diff --git a/themes/original/img/bd_prevpage.png b/themes/original/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/themes/original/img/bd_prevpage.png differ diff --git a/themes/original/img/bd_primary.png b/themes/original/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/themes/original/img/bd_primary.png differ diff --git a/themes/original/img/bd_sbrowse.png b/themes/original/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/themes/original/img/bd_sbrowse.png differ diff --git a/themes/original/img/bd_select.png b/themes/original/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/themes/original/img/bd_select.png differ diff --git a/themes/original/img/bd_unique.png b/themes/original/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/themes/original/img/bd_unique.png differ diff --git a/themes/original/img/dot_black.png b/themes/original/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/themes/original/img/dot_black.png differ diff --git a/themes/original/img/dot_blue.png b/themes/original/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/themes/original/img/dot_blue.png differ diff --git a/themes/original/img/dot_green.png b/themes/original/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/themes/original/img/dot_green.png differ diff --git a/themes/original/img/dot_red.png b/themes/original/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/themes/original/img/dot_red.png differ diff --git a/themes/original/img/dot_violet.png b/themes/original/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/themes/original/img/dot_violet.png differ diff --git a/themes/original/img/dot_yellow.png b/themes/original/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/themes/original/img/dot_yellow.png differ diff --git a/themes/original/img/frm_linevrlt.png b/themes/original/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/themes/original/img/frm_linevrlt.png differ diff --git a/themes/original/img/item.png b/themes/original/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/themes/original/img/item.png differ diff --git a/themes/original/img/item_ltr.png b/themes/original/img/item_ltr.png new file mode 100644 index 000000000..53b4cfc4f Binary files /dev/null and b/themes/original/img/item_ltr.png differ diff --git a/themes/original/img/item_rtl.png b/themes/original/img/item_rtl.png new file mode 100644 index 000000000..654db7948 Binary files /dev/null and b/themes/original/img/item_rtl.png differ diff --git a/themes/original/img/logo_left.png b/themes/original/img/logo_left.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/themes/original/img/logo_left.png differ diff --git a/themes/original/img/logo_right.png b/themes/original/img/logo_right.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/themes/original/img/logo_right.png differ diff --git a/themes/original/img/php_sym.png b/themes/original/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/themes/original/img/php_sym.png differ diff --git a/themes/original/img/pma_logo2.png b/themes/original/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/themes/original/img/pma_logo2.png differ diff --git a/themes/original/img/s_asc.png b/themes/original/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/themes/original/img/s_asc.png differ diff --git a/themes/original/img/s_asci.png b/themes/original/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/themes/original/img/s_asci.png differ diff --git a/themes/original/img/s_attention.png b/themes/original/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/themes/original/img/s_attention.png differ diff --git a/themes/original/img/s_cancel.png b/themes/original/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/themes/original/img/s_cancel.png differ diff --git a/themes/original/img/s_cancel2.png b/themes/original/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/themes/original/img/s_cancel2.png differ diff --git a/themes/original/img/s_db.png b/themes/original/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/themes/original/img/s_db.png differ diff --git a/themes/original/img/s_desc.png b/themes/original/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/themes/original/img/s_desc.png differ diff --git a/themes/original/img/s_error.png b/themes/original/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/themes/original/img/s_error.png differ diff --git a/themes/original/img/s_error2.png b/themes/original/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/themes/original/img/s_error2.png differ diff --git a/themes/original/img/s_fulltext.png b/themes/original/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/themes/original/img/s_fulltext.png differ diff --git a/themes/original/img/s_host.png b/themes/original/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/themes/original/img/s_host.png differ diff --git a/themes/original/img/s_info.png b/themes/original/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/themes/original/img/s_info.png differ diff --git a/themes/original/img/s_lang.png b/themes/original/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/themes/original/img/s_lang.png differ diff --git a/themes/original/img/s_loggoff.png b/themes/original/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/themes/original/img/s_loggoff.png differ diff --git a/themes/original/img/s_notice.png b/themes/original/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/themes/original/img/s_notice.png differ diff --git a/themes/original/img/s_okay.png b/themes/original/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/themes/original/img/s_okay.png differ diff --git a/themes/original/img/s_partialtext.png b/themes/original/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/themes/original/img/s_partialtext.png differ diff --git a/themes/original/img/s_passwd.png b/themes/original/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/themes/original/img/s_passwd.png differ diff --git a/themes/original/img/s_process.png b/themes/original/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/themes/original/img/s_process.png differ diff --git a/themes/original/img/s_really.png b/themes/original/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/themes/original/img/s_really.png differ diff --git a/themes/original/img/s_reload.png b/themes/original/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/themes/original/img/s_reload.png differ diff --git a/themes/original/img/s_rights.png b/themes/original/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/themes/original/img/s_rights.png differ diff --git a/themes/original/img/s_status.png b/themes/original/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/themes/original/img/s_status.png differ diff --git a/themes/original/img/s_tbl.png b/themes/original/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/themes/original/img/s_tbl.png differ diff --git a/themes/original/img/s_theme.png b/themes/original/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/themes/original/img/s_theme.png differ diff --git a/themes/original/img/s_vars.png b/themes/original/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/themes/original/img/s_vars.png differ diff --git a/themes/original/img/s_warn.png b/themes/original/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/themes/original/img/s_warn.png differ diff --git a/themes/original/img/spacer.png b/themes/original/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/themes/original/img/spacer.png differ diff --git a/themes/original/img/tbl_error.png b/themes/original/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/themes/original/img/tbl_error.png differ diff --git a/themes/original/img/tbl_header.png b/themes/original/img/tbl_header.png new file mode 100644 index 000000000..7b2f8caaf Binary files /dev/null and b/themes/original/img/tbl_header.png differ diff --git a/themes/original/img/tbl_th.png b/themes/original/img/tbl_th.png new file mode 100644 index 000000000..2aa0eb8d0 Binary files /dev/null and b/themes/original/img/tbl_th.png differ diff --git a/themes/original/img/vertical_line.png b/themes/original/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/themes/original/img/vertical_line.png differ
>  phpMyAdmin
diff --git a/open.php b/open.php deleted file mode 100644 index 2ae4b6176..000000000 --- a/open.php +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/themes/index.php b/themes.php similarity index 93% rename from themes/index.php rename to themes.php index 027a76f96..bff98aab8 100644 --- a/themes/index.php +++ b/themes.php @@ -1,8 +1,8 @@ "; ?> @@ -64,9 +64,10 @@ echo "";
 
"; ?>