commit c0f3ec581a09b1d4c0924a4c0624f6411b4b2160 Author: Sebastian Mendel Date: Wed Apr 26 14:09:29 2006 +0000 *** empty log message *** diff --git a/aqua/css/theme_left.css.php b/aqua/css/theme_left.css.php new file mode 100644 index 000000000..a06367134 --- /dev/null +++ b/aqua/css/theme_left.css.php @@ -0,0 +1,96 @@ + +/* No layer effects neccessary */ +body, +body#body_leftFrame { + background-position: right; + background-image: url(../themes/aqua/img/bg_aquaGrad.png); + background-repeat: repeat-y; + background-color: #3E7BB6; + color: #ffffff; +} + +div#pmalogo, +div#leftframelinks, +div#databaseList { + text-align: center; + border-bottom: 0.05em solid #669999; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +div#leftframelinks img { + vertical-align: middle; +} + +div#leftframelinks a { + margin: 0.1em; + padding: 0.2em; + border: 0.05em solid #669999; +} + +div#leftframelinks a:hover { + background-color: Aqua; +} + +div#databaseList form { + display: inline; +} + +/* leftdatabaselist */ +div#left_tableList { + list-style-type: none; + list-style-position: outside; + margin: 0; + padding: 0; + font-size: ; +} + +div#left_tableList a { + color: #ffffff; + text-decoration: none; +} + +div#left_tableList a:hover { + color: #FFff00; + text-decoration: underline; +} + +div#left_tableList li { + margin: 0; + padding: 0; + white-space: nowrap; +} + + +div#left_tableList li:hover a, +div#left_tableList li:hover { + background-color: Aqua; + color: #3E7BB6; +} + + +div#left_tableList img { + vertical-align: middle; +} + +/* leftdatabaselist */ +div#left_tableList ul { + list-style-type: none; + list-style-position: outside; + margin: 0; + padding: 0; + background-color: transparent; +} + +div#left_tableList ul ul { + margin-left: 0em; + padding-left: 0.1em; + border-left: 0.1em solid #669999; + padding-bottom: 0.1em; + border-bottom: 0.1em solid #669999; +} diff --git a/aqua/css/theme_print.css.php b/aqua/css/theme_print.css.php new file mode 100644 index 000000000..8d652c5f3 --- /dev/null +++ b/aqua/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, 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/aqua/css/theme_right.css.php b/aqua/css/theme_right.css.php new file mode 100644 index 000000000..159cd416d --- /dev/null +++ b/aqua/css/theme_right.css.php @@ -0,0 +1,535 @@ + +/* Always enabled stylesheets (right frame) */ + +body { + color: #000000; + background-color: + background-image: url(../themes/aqua/img/bg_main.png); background-repeat: repeat; +} + +th { + font-weight: bold; color: #000000; + background-color: #CACACA; + background-image: url(../themes/aqua/img/bg_tblHeaders.png); + background-repeat: repeat-x; +} +form { padding: 0px; margin: 0px;} +input.textfield { color: #000000; background-color: #FFFFFF} +select { color: #000000; background-color: #FFFFFF} +textarea { color: #000000; background-color: #FFFFFF} +h1 { font-size: ; font-weight: bold} +h2 { font-size: ; font-weight: bold} +h3 { font-weight: bold} +a:link { text-decoration: none; color: #0000FF} +a:visited { text-decoration: none; color: #0000FF} +a:hover { text-decoration: underline; color: #FF0000} +dfn { font-style: normal} +dfn:hover { font-style: normal; cursor: help} +.tblcomment { font-size: ; font-weight: normal; color: #000099; } + +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; } +} + + +/* topmenu */ +ul#topmenu { + font-weight: bold; + list-style-type: none; + margin: 0; + padding: 0; +} + +ul#topmenu li { + float: left; + margin: 0; + padding: 0; + vertical-align: middle; +} + +#topmenu img { + vertical-align: middle; + margin-right: 0.1em; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + display: block; + margin: 0.2em 0.2em 0 0.2em; + padding: 0.2em 0.2em 0 0.2em; + white-space: nowrap; +} + +/* disabled tabs */ +span.tab { + color: #666666; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: #FF0000; +} +a.tabcaution:hover { + color: #FFFFFF; + background-color: #FF0000; +} + + +/* active tab */ +a.tabactive { + color: black; +} + +#topmenu { + margin-top: 0.5em; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +ul#topmenu li { + border-bottom: 1pt solid silver; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + background-image: url(../themes/aqua/img/AquaStringGrey.png); background-repeat: repeat-x; + background-color: #E5E5E5; + border: 0.1em solid silver; + border-bottom: 0; + border-radius-topleft: 0.4em; + border-radius-topright: 0.4em; + -moz-border-radius-topleft: 0.4em; + -moz-border-radius-topright: 0.4em; +} + +/* enabled hover/active tabs */ +a.tab:hover, .tabactive { + margin: 0; + padding: 0.2em 0.4em 0.2em 0.4em; + text-decoration: none; + background-color: #E5E5E5; + background-image: url(../themes/aqua/img/AquaStringGrey.png); background-repeat: repeat-x; +} + +a.tabcaution:hover { + margin: 0; + padding: 0.2em 0.4em 0.2em 0.4em; + text-decoration: none; + background-color: #ff0000; + background-image: none; +} + +a.tab:hover, .tabactive { + font-weight: bold; + color: #FFFFFF; + background-color: #8FBDE9; + background-image: url(../themes/aqua/img/AquaString.png); background-repeat: repeat-x; +} + +/* disabled drop/empty tabs */ +span.tab, span.tabcaution { + cursor: url(themes/original/img/error.ico), url(../themes/original/img/error.ico), default; +} + +/* end topmenu */ + + +/* message boxes: warning, error, confirmation */ +.notice { + color: #000000; + background-color: #FFFFDD; +} +h1.notice, +div.notice { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #FFD700; + + background-image: url(../themes/original/img/s_notice.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +.notice h1 { + border-bottom: 0.1em solid #FFD700; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.warning { + color: #CC0000; + background-color: #FFFFCC; +} +h1.warning, +div.warning { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #CC0000; + + background-image: url(../themes/original/img/s_warn.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +.warning h1 { + border-bottom: 0.1em solid #cc0000; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.error { + background-color: #FFFFCC; + color: #ff0000; +} +h1.error, +div.error { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #ff0000; + + background-image: url(../themes/original/img/s_error.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +div.error h1 { + border-bottom: 0.1em solid #ff0000; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.confirmation { + background-color: #FFFFCC; +} +fieldset.confirmation { + border: 0.1em solid #FF0000; +} +fieldset.confirmation legend { + border-left: 0.1em solid #FF0000; + border-right: 0.1em solid #FF0000; + font-weight: bold; + + background-image: url(../themes/original/img/s_really.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +} +/* end messageboxes */ + + +/* data tables */ +table.data caption, +table.data th, +table.data td { + padding: 0.1em 0.5em 0.1em 0.5em; + margin: 0; + margin: 0.1em; + vertical-align: top; +} + +/* odd table rows 1,3,5,7,... */ +table tr.odd th, +table tr.odd { + background-color: ; + text-align: left; + background-image: none; +} + +/* even table rows 2,4,6,8,... */ +table tr.even th, +table tr.even { + background-color: ; + text-align: left; + background-image: none; +} + +/* marked tbale rows */ +table tr.marked th, +table tr.marked { + background-color: ; + background-image: none; +} + +/* hovered table rows */ +table tr.odd:hover, +table tr.even:hover, +table tr.odd:hover th, +table tr.even:hover th, +table tr.hover th, +table tr.hover { + background-color: ; + background-image: none; +} + +table .value { + text-align: right; + white-space: nowrap; + font-family: "Courier New", Courier, monospace; +} +/* IE doesnt handles 'pre' right */ +table [class=value] { + white-space: pre; +} + +.value .attention { + color: red; + font-weight: bold; +} + +.value .allfine { + color: green; +} +/* END data tables */ + + +.tblHeaders { + background-color: #cacaca; + background-image: url(../themes/aqua/img/bg_tblHeaders.png); + background-repeat: repeat-x; + font-weight: bold; + color: #000000; +} +.tblFooters { + background-color: #DDDDDD; + background-image: url(../themes/aqua/img/AquaStringGreyLarge.png); + background-repeat: repeat-x; + 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; } + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #FF0000; + font-weight: bold; +} + +/* Heading */ + +img, input, select, button { + vertical-align: middle; +} + +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.2em; +} + + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + color: #666666; +} +.disabled a:hover { + text-decoration: none; +} + +tr.disabled td, td.disabled { + background-color: #cccccc; +} + +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 12px; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 20em; + height: auto; + overflow: visible; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 0.1em solid #000000; + padding: 0.5em; +} + +fieldset { + margin-top: 1em; +} + +fieldset.tblFooters { + margin-top: 0; + margin-bottom: 0.5em; + text-align: right; + float: none; + clear: both; +} + +#fieldset_add_user_login div.item { + border-bottom: 1px solid silver; + padding-bottom: 0.3em; + margin-bottom: 0.3em; +} + +#fieldset_add_user_login label { + float: left; + display: block; + width: 10em; + max-width: 100%; + text-align: right; + padding-right: 0.5em; +} + +#fieldset_add_user_login span.options #select_pred_username, +#fieldset_add_user_login span.options #select_pred_hostname, +#fieldset_add_user_login span.options #select_pred_password { + width: 100%; + max-width: 100%; +} + +#fieldset_add_user_login span.options { + float: left; + display: block; + width: 12em; + max-width: 100%; + padding-right: 0.5em; +} + +#fieldset_add_user_login input { + width: 12em; + clear: right; + max-width: 100%; +} + +#fieldset_add_user_login span.options input { + width: auto; +} + +#fieldset_user_priv div.item { + float: left; + width: 9em; + max-width: 100%; +} + +#fieldset_user_priv div.item div.item { + float: none; +} + +#fieldset_user_priv div.item label{ + white-space: nowrap; +} + +#fieldset_user_priv div.item select { + width: 100%; +} + +#fieldset_user_global_rights fieldset { + float: left; +} diff --git a/aqua/img/AquaString.png b/aqua/img/AquaString.png new file mode 100644 index 000000000..b2ec9ebe0 Binary files /dev/null and b/aqua/img/AquaString.png differ diff --git a/aqua/img/AquaStringGrey.png b/aqua/img/AquaStringGrey.png new file mode 100644 index 000000000..45cd7cde2 Binary files /dev/null and b/aqua/img/AquaStringGrey.png differ diff --git a/aqua/img/AquaStringGreyLarge.png b/aqua/img/AquaStringGreyLarge.png new file mode 100644 index 000000000..468140a8b Binary files /dev/null and b/aqua/img/AquaStringGreyLarge.png differ diff --git a/aqua/img/arrow_ltr.png b/aqua/img/arrow_ltr.png new file mode 100644 index 000000000..8d1dfbb3f Binary files /dev/null and b/aqua/img/arrow_ltr.png differ diff --git a/aqua/img/arrow_rtl.png b/aqua/img/arrow_rtl.png new file mode 100644 index 000000000..5ee5fba1b Binary files /dev/null and b/aqua/img/arrow_rtl.png differ diff --git a/aqua/img/asc_order.png b/aqua/img/asc_order.png new file mode 100644 index 000000000..87767b11c Binary files /dev/null and b/aqua/img/asc_order.png differ diff --git a/aqua/img/b_bookmark.png b/aqua/img/b_bookmark.png new file mode 100644 index 000000000..b13d48616 Binary files /dev/null and b/aqua/img/b_bookmark.png differ diff --git a/aqua/img/b_browse.png b/aqua/img/b_browse.png new file mode 100644 index 000000000..633aa8838 Binary files /dev/null and b/aqua/img/b_browse.png differ diff --git a/aqua/img/b_calendar.png b/aqua/img/b_calendar.png new file mode 100644 index 000000000..042ae23a2 Binary files /dev/null and b/aqua/img/b_calendar.png differ diff --git a/aqua/img/b_comment.png b/aqua/img/b_comment.png new file mode 100644 index 000000000..0de324978 Binary files /dev/null and b/aqua/img/b_comment.png differ diff --git a/aqua/img/b_dbstatistics.png b/aqua/img/b_dbstatistics.png new file mode 100644 index 000000000..ef023ae06 Binary files /dev/null and b/aqua/img/b_dbstatistics.png differ diff --git a/aqua/img/b_deltbl.png b/aqua/img/b_deltbl.png new file mode 100644 index 000000000..5892ae181 Binary files /dev/null and b/aqua/img/b_deltbl.png differ diff --git a/aqua/img/b_docs.png b/aqua/img/b_docs.png new file mode 100644 index 000000000..d97f2912b Binary files /dev/null and b/aqua/img/b_docs.png differ diff --git a/aqua/img/b_docsql.png b/aqua/img/b_docsql.png new file mode 100644 index 000000000..60b5803fd Binary files /dev/null and b/aqua/img/b_docsql.png differ diff --git a/aqua/img/b_drop.png b/aqua/img/b_drop.png new file mode 100644 index 000000000..5892ae181 Binary files /dev/null and b/aqua/img/b_drop.png differ diff --git a/aqua/img/b_edit.png b/aqua/img/b_edit.png new file mode 100644 index 000000000..bf56c5d7a Binary files /dev/null and b/aqua/img/b_edit.png differ diff --git a/aqua/img/b_empty.png b/aqua/img/b_empty.png new file mode 100644 index 000000000..88640f16c Binary files /dev/null and b/aqua/img/b_empty.png differ diff --git a/aqua/img/b_engine.png b/aqua/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/aqua/img/b_engine.png differ diff --git a/aqua/img/b_export.png b/aqua/img/b_export.png new file mode 100644 index 000000000..25eccf80d Binary files /dev/null and b/aqua/img/b_export.png differ diff --git a/aqua/img/b_firstpage.png b/aqua/img/b_firstpage.png new file mode 100644 index 000000000..7dcbdb202 Binary files /dev/null and b/aqua/img/b_firstpage.png differ diff --git a/aqua/img/b_ftext.png b/aqua/img/b_ftext.png new file mode 100644 index 000000000..0aeac17fd Binary files /dev/null and b/aqua/img/b_ftext.png differ diff --git a/aqua/img/b_help.png b/aqua/img/b_help.png new file mode 100644 index 000000000..ee3db7b55 Binary files /dev/null and b/aqua/img/b_help.png differ diff --git a/aqua/img/b_home.png b/aqua/img/b_home.png new file mode 100644 index 000000000..03c476ce3 Binary files /dev/null and b/aqua/img/b_home.png differ diff --git a/aqua/img/b_import.png b/aqua/img/b_import.png new file mode 100644 index 000000000..8670c056b Binary files /dev/null and b/aqua/img/b_import.png differ diff --git a/aqua/img/b_index.png b/aqua/img/b_index.png new file mode 100644 index 000000000..667006b3c Binary files /dev/null and b/aqua/img/b_index.png differ diff --git a/aqua/img/b_info.png b/aqua/img/b_info.png new file mode 100644 index 000000000..c90abb1f6 Binary files /dev/null and b/aqua/img/b_info.png differ diff --git a/aqua/img/b_insrow.png b/aqua/img/b_insrow.png new file mode 100644 index 000000000..95c39644f Binary files /dev/null and b/aqua/img/b_insrow.png differ diff --git a/aqua/img/b_lastpage.png b/aqua/img/b_lastpage.png new file mode 100644 index 000000000..16d7b7711 Binary files /dev/null and b/aqua/img/b_lastpage.png differ diff --git a/aqua/img/b_minus.png b/aqua/img/b_minus.png new file mode 100644 index 000000000..bbb9fd79d Binary files /dev/null and b/aqua/img/b_minus.png differ diff --git a/aqua/img/b_newdb.png b/aqua/img/b_newdb.png new file mode 100644 index 000000000..2a536bb52 Binary files /dev/null and b/aqua/img/b_newdb.png differ diff --git a/aqua/img/b_newtbl.png b/aqua/img/b_newtbl.png new file mode 100644 index 000000000..d107a1415 Binary files /dev/null and b/aqua/img/b_newtbl.png differ diff --git a/aqua/img/b_nextpage.png b/aqua/img/b_nextpage.png new file mode 100644 index 000000000..23fc8a946 Binary files /dev/null and b/aqua/img/b_nextpage.png differ diff --git a/aqua/img/b_pdfdoc.png b/aqua/img/b_pdfdoc.png new file mode 100644 index 000000000..4e5c37b98 Binary files /dev/null and b/aqua/img/b_pdfdoc.png differ diff --git a/aqua/img/b_plus.png b/aqua/img/b_plus.png new file mode 100644 index 000000000..7695fa263 Binary files /dev/null and b/aqua/img/b_plus.png differ diff --git a/aqua/img/b_prevpage.png b/aqua/img/b_prevpage.png new file mode 100644 index 000000000..2ecf776c6 Binary files /dev/null and b/aqua/img/b_prevpage.png differ diff --git a/aqua/img/b_primary.png b/aqua/img/b_primary.png new file mode 100644 index 000000000..0f180e4f1 Binary files /dev/null and b/aqua/img/b_primary.png differ diff --git a/aqua/img/b_print.png b/aqua/img/b_print.png new file mode 100644 index 000000000..f673ceee5 Binary files /dev/null and b/aqua/img/b_print.png differ diff --git a/aqua/img/b_props.png b/aqua/img/b_props.png new file mode 100644 index 000000000..b88ebe92d Binary files /dev/null and b/aqua/img/b_props.png differ diff --git a/aqua/img/b_propsFW.png b/aqua/img/b_propsFW.png new file mode 100644 index 000000000..8ddefefd1 Binary files /dev/null and b/aqua/img/b_propsFW.png differ diff --git a/aqua/img/b_relations.png b/aqua/img/b_relations.png new file mode 100644 index 000000000..26b6bcfeb Binary files /dev/null and b/aqua/img/b_relations.png differ diff --git a/aqua/img/b_save.png b/aqua/img/b_save.png new file mode 100644 index 000000000..bd8748e26 Binary files /dev/null and b/aqua/img/b_save.png differ diff --git a/aqua/img/b_sbrowse.png b/aqua/img/b_sbrowse.png new file mode 100644 index 000000000..ffdb1ac63 Binary files /dev/null and b/aqua/img/b_sbrowse.png differ diff --git a/aqua/img/b_sdb.png b/aqua/img/b_sdb.png new file mode 100644 index 000000000..a80369ec3 Binary files /dev/null and b/aqua/img/b_sdb.png differ diff --git a/aqua/img/b_search.png b/aqua/img/b_search.png new file mode 100644 index 000000000..c169b09d4 Binary files /dev/null and b/aqua/img/b_search.png differ diff --git a/aqua/img/b_selboard.png b/aqua/img/b_selboard.png new file mode 100644 index 000000000..ee40735b5 Binary files /dev/null and b/aqua/img/b_selboard.png differ diff --git a/aqua/img/b_select.png b/aqua/img/b_select.png new file mode 100644 index 000000000..c169b09d4 Binary files /dev/null and b/aqua/img/b_select.png differ diff --git a/aqua/img/b_sql.png b/aqua/img/b_sql.png new file mode 100644 index 000000000..b78728c99 Binary files /dev/null and b/aqua/img/b_sql.png differ diff --git a/aqua/img/b_sqldoc.png b/aqua/img/b_sqldoc.png new file mode 100644 index 000000000..638b8fc53 Binary files /dev/null and b/aqua/img/b_sqldoc.png differ diff --git a/aqua/img/b_sqlhelp.png b/aqua/img/b_sqlhelp.png new file mode 100644 index 000000000..33d92ac6a Binary files /dev/null and b/aqua/img/b_sqlhelp.png differ diff --git a/aqua/img/b_tblanalyse.png b/aqua/img/b_tblanalyse.png new file mode 100644 index 000000000..01bda36c2 Binary files /dev/null and b/aqua/img/b_tblanalyse.png differ diff --git a/aqua/img/b_tblexport.png b/aqua/img/b_tblexport.png new file mode 100644 index 000000000..c6ed6470e Binary files /dev/null and b/aqua/img/b_tblexport.png differ diff --git a/aqua/img/b_tblimport.png b/aqua/img/b_tblimport.png new file mode 100644 index 000000000..a726bcdb5 Binary files /dev/null and b/aqua/img/b_tblimport.png differ diff --git a/aqua/img/b_tblops.png b/aqua/img/b_tblops.png new file mode 100644 index 000000000..50c5bc596 Binary files /dev/null and b/aqua/img/b_tblops.png differ diff --git a/aqua/img/b_tbloptimize.png b/aqua/img/b_tbloptimize.png new file mode 100644 index 000000000..adb01cd78 Binary files /dev/null and b/aqua/img/b_tbloptimize.png differ diff --git a/aqua/img/b_tipp.png b/aqua/img/b_tipp.png new file mode 100644 index 000000000..dbf8913bc Binary files /dev/null and b/aqua/img/b_tipp.png differ diff --git a/aqua/img/b_unique.png b/aqua/img/b_unique.png new file mode 100644 index 000000000..250a46819 Binary files /dev/null and b/aqua/img/b_unique.png differ diff --git a/aqua/img/b_usradd.png b/aqua/img/b_usradd.png new file mode 100644 index 000000000..7deb80925 Binary files /dev/null and b/aqua/img/b_usradd.png differ diff --git a/aqua/img/b_usrcheck.png b/aqua/img/b_usrcheck.png new file mode 100644 index 000000000..be640e812 Binary files /dev/null and b/aqua/img/b_usrcheck.png differ diff --git a/aqua/img/b_usrdrop.png b/aqua/img/b_usrdrop.png new file mode 100644 index 000000000..fed165380 Binary files /dev/null and b/aqua/img/b_usrdrop.png differ diff --git a/aqua/img/b_usredit.png b/aqua/img/b_usredit.png new file mode 100644 index 000000000..0052bc3ad Binary files /dev/null and b/aqua/img/b_usredit.png differ diff --git a/aqua/img/b_usrlist.png b/aqua/img/b_usrlist.png new file mode 100644 index 000000000..9ca562eef Binary files /dev/null and b/aqua/img/b_usrlist.png differ diff --git a/aqua/img/b_view.png b/aqua/img/b_view.png new file mode 100644 index 000000000..c257a6eed Binary files /dev/null and b/aqua/img/b_view.png differ diff --git a/aqua/img/b_views.png b/aqua/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/aqua/img/b_views.png differ diff --git a/aqua/img/bd_browse.png b/aqua/img/bd_browse.png new file mode 100644 index 000000000..afe17f172 Binary files /dev/null and b/aqua/img/bd_browse.png differ diff --git a/aqua/img/bd_deltbl.png b/aqua/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/aqua/img/bd_deltbl.png differ diff --git a/aqua/img/bd_drop.png b/aqua/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/aqua/img/bd_drop.png differ diff --git a/aqua/img/bd_empty.png b/aqua/img/bd_empty.png new file mode 100644 index 000000000..84675484d Binary files /dev/null and b/aqua/img/bd_empty.png differ diff --git a/aqua/img/bd_firstpage.png b/aqua/img/bd_firstpage.png new file mode 100644 index 000000000..46d446986 Binary files /dev/null and b/aqua/img/bd_firstpage.png differ diff --git a/aqua/img/bd_ftext.png b/aqua/img/bd_ftext.png new file mode 100644 index 000000000..e29f40392 Binary files /dev/null and b/aqua/img/bd_ftext.png differ diff --git a/aqua/img/bd_index.png b/aqua/img/bd_index.png new file mode 100644 index 000000000..c498e29f6 Binary files /dev/null and b/aqua/img/bd_index.png differ diff --git a/aqua/img/bd_insrow.png b/aqua/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/aqua/img/bd_insrow.png differ diff --git a/aqua/img/bd_lastpage.png b/aqua/img/bd_lastpage.png new file mode 100644 index 000000000..b98f5d47b Binary files /dev/null and b/aqua/img/bd_lastpage.png differ diff --git a/aqua/img/bd_nextpage.png b/aqua/img/bd_nextpage.png new file mode 100644 index 000000000..a042a49b8 Binary files /dev/null and b/aqua/img/bd_nextpage.png differ diff --git a/aqua/img/bd_prevpage.png b/aqua/img/bd_prevpage.png new file mode 100644 index 000000000..843ea4fb9 Binary files /dev/null and b/aqua/img/bd_prevpage.png differ diff --git a/aqua/img/bd_primary.png b/aqua/img/bd_primary.png new file mode 100644 index 000000000..4dcf9ce98 Binary files /dev/null and b/aqua/img/bd_primary.png differ diff --git a/aqua/img/bd_sbrowse.png b/aqua/img/bd_sbrowse.png new file mode 100644 index 000000000..a49bef2fa Binary files /dev/null and b/aqua/img/bd_sbrowse.png differ diff --git a/aqua/img/bd_select.png b/aqua/img/bd_select.png new file mode 100644 index 000000000..4dad46cf4 Binary files /dev/null and b/aqua/img/bd_select.png differ diff --git a/aqua/img/bd_unique.png b/aqua/img/bd_unique.png new file mode 100644 index 000000000..683f40240 Binary files /dev/null and b/aqua/img/bd_unique.png differ diff --git a/aqua/img/bg_aquaGrad.png b/aqua/img/bg_aquaGrad.png new file mode 100644 index 000000000..43430f706 Binary files /dev/null and b/aqua/img/bg_aquaGrad.png differ diff --git a/aqua/img/bg_main.png b/aqua/img/bg_main.png new file mode 100644 index 000000000..5d500a0a8 Binary files /dev/null and b/aqua/img/bg_main.png differ diff --git a/aqua/img/bg_tblHeaders.png b/aqua/img/bg_tblHeaders.png new file mode 100644 index 000000000..6e8f0b175 Binary files /dev/null and b/aqua/img/bg_tblHeaders.png differ diff --git a/aqua/img/error.ico b/aqua/img/error.ico new file mode 100644 index 000000000..41d26d638 Binary files /dev/null and b/aqua/img/error.ico differ diff --git a/aqua/img/item.png b/aqua/img/item.png new file mode 100644 index 000000000..4c4e13f30 Binary files /dev/null and b/aqua/img/item.png differ diff --git a/aqua/img/item_ltr.png b/aqua/img/item_ltr.png new file mode 100644 index 000000000..13b86d4d3 Binary files /dev/null and b/aqua/img/item_ltr.png differ diff --git a/aqua/img/item_rtl.png b/aqua/img/item_rtl.png new file mode 100644 index 000000000..47ebbd981 Binary files /dev/null and b/aqua/img/item_rtl.png differ diff --git a/aqua/img/logo_left.png b/aqua/img/logo_left.png new file mode 100644 index 000000000..932b65d23 Binary files /dev/null and b/aqua/img/logo_left.png differ diff --git a/aqua/img/logo_right.png b/aqua/img/logo_right.png new file mode 100644 index 000000000..5bf6f85ce Binary files /dev/null and b/aqua/img/logo_right.png differ diff --git a/aqua/img/php_sym.png b/aqua/img/php_sym.png new file mode 100644 index 000000000..7aa23358f Binary files /dev/null and b/aqua/img/php_sym.png differ diff --git a/aqua/img/pma_logo2.png b/aqua/img/pma_logo2.png new file mode 100644 index 000000000..d38069d56 Binary files /dev/null and b/aqua/img/pma_logo2.png differ diff --git a/aqua/img/s_asc.png b/aqua/img/s_asc.png new file mode 100644 index 000000000..298b78c2e Binary files /dev/null and b/aqua/img/s_asc.png differ diff --git a/aqua/img/s_asci.png b/aqua/img/s_asci.png new file mode 100644 index 000000000..1b95e7c0d Binary files /dev/null and b/aqua/img/s_asci.png differ diff --git a/aqua/img/s_attention.png b/aqua/img/s_attention.png new file mode 100644 index 000000000..17e857082 Binary files /dev/null and b/aqua/img/s_attention.png differ diff --git a/aqua/img/s_cancel.png b/aqua/img/s_cancel.png new file mode 100644 index 000000000..e57cae235 Binary files /dev/null and b/aqua/img/s_cancel.png differ diff --git a/aqua/img/s_cancel2.png b/aqua/img/s_cancel2.png new file mode 100644 index 000000000..1842fcdc1 Binary files /dev/null and b/aqua/img/s_cancel2.png differ diff --git a/aqua/img/s_db.png b/aqua/img/s_db.png new file mode 100644 index 000000000..de8eb13ec Binary files /dev/null and b/aqua/img/s_db.png differ diff --git a/aqua/img/s_desc.png b/aqua/img/s_desc.png new file mode 100644 index 000000000..0a42e54d7 Binary files /dev/null and b/aqua/img/s_desc.png differ diff --git a/aqua/img/s_error.png b/aqua/img/s_error.png new file mode 100644 index 000000000..2dba9a804 Binary files /dev/null and b/aqua/img/s_error.png differ diff --git a/aqua/img/s_error2.png b/aqua/img/s_error2.png new file mode 100644 index 000000000..65adbf348 Binary files /dev/null and b/aqua/img/s_error2.png differ diff --git a/aqua/img/s_fulltext.png b/aqua/img/s_fulltext.png new file mode 100644 index 000000000..ee2ef2986 Binary files /dev/null and b/aqua/img/s_fulltext.png differ diff --git a/aqua/img/s_host.png b/aqua/img/s_host.png new file mode 100644 index 000000000..32e91a113 Binary files /dev/null and b/aqua/img/s_host.png differ diff --git a/aqua/img/s_info.png b/aqua/img/s_info.png new file mode 100644 index 000000000..01d2236ed Binary files /dev/null and b/aqua/img/s_info.png differ diff --git a/aqua/img/s_lang.png b/aqua/img/s_lang.png new file mode 100644 index 000000000..14296637a Binary files /dev/null and b/aqua/img/s_lang.png differ diff --git a/aqua/img/s_loggoff.png b/aqua/img/s_loggoff.png new file mode 100644 index 000000000..4af15e315 Binary files /dev/null and b/aqua/img/s_loggoff.png differ diff --git a/aqua/img/s_notice.png b/aqua/img/s_notice.png new file mode 100644 index 000000000..dbf8913bc Binary files /dev/null and b/aqua/img/s_notice.png differ diff --git a/aqua/img/s_okay.png b/aqua/img/s_okay.png new file mode 100644 index 000000000..9c5a7e019 Binary files /dev/null and b/aqua/img/s_okay.png differ diff --git a/aqua/img/s_partialtext.png b/aqua/img/s_partialtext.png new file mode 100644 index 000000000..08d7edd84 Binary files /dev/null and b/aqua/img/s_partialtext.png differ diff --git a/aqua/img/s_passwd.png b/aqua/img/s_passwd.png new file mode 100644 index 000000000..d3f444c31 Binary files /dev/null and b/aqua/img/s_passwd.png differ diff --git a/aqua/img/s_process.png b/aqua/img/s_process.png new file mode 100644 index 000000000..3372154b8 Binary files /dev/null and b/aqua/img/s_process.png differ diff --git a/aqua/img/s_really.png b/aqua/img/s_really.png new file mode 100644 index 000000000..2ed1f6082 Binary files /dev/null and b/aqua/img/s_really.png differ diff --git a/aqua/img/s_reload.png b/aqua/img/s_reload.png new file mode 100644 index 000000000..932ad3743 Binary files /dev/null and b/aqua/img/s_reload.png differ diff --git a/aqua/img/s_rights.png b/aqua/img/s_rights.png new file mode 100644 index 000000000..6f98aa8d6 Binary files /dev/null and b/aqua/img/s_rights.png differ diff --git a/aqua/img/s_status.png b/aqua/img/s_status.png new file mode 100644 index 000000000..3934ca983 Binary files /dev/null and b/aqua/img/s_status.png differ diff --git a/aqua/img/s_tbl.png b/aqua/img/s_tbl.png new file mode 100644 index 000000000..5f1b8bfa0 Binary files /dev/null and b/aqua/img/s_tbl.png differ diff --git a/aqua/img/s_theme.png b/aqua/img/s_theme.png new file mode 100644 index 000000000..05efab447 Binary files /dev/null and b/aqua/img/s_theme.png differ diff --git a/aqua/img/s_vars.png b/aqua/img/s_vars.png new file mode 100644 index 000000000..01dca032b Binary files /dev/null and b/aqua/img/s_vars.png differ diff --git a/aqua/img/s_views.png b/aqua/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/aqua/img/s_views.png differ diff --git a/aqua/img/s_warn.png b/aqua/img/s_warn.png new file mode 100644 index 000000000..dbf8913bc Binary files /dev/null and b/aqua/img/s_warn.png differ diff --git a/aqua/img/spacer.png b/aqua/img/spacer.png new file mode 100644 index 000000000..fd823d621 Binary files /dev/null and b/aqua/img/spacer.png differ diff --git a/aqua/img/stripedBground.gif b/aqua/img/stripedBground.gif new file mode 100644 index 000000000..e77bc1d50 Binary files /dev/null and b/aqua/img/stripedBground.gif differ diff --git a/aqua/img/stripedBground.png b/aqua/img/stripedBground.png new file mode 100644 index 000000000..de7f54e7e Binary files /dev/null and b/aqua/img/stripedBground.png differ diff --git a/aqua/img/vertical_line.png b/aqua/img/vertical_line.png new file mode 100644 index 000000000..a184833ca Binary files /dev/null and b/aqua/img/vertical_line.png differ diff --git a/aqua/info.inc.php b/aqua/info.inc.php new file mode 100644 index 000000000..9a8091bea --- /dev/null +++ b/aqua/info.inc.php @@ -0,0 +1,7 @@ + diff --git a/aqua/layout.inc.php b/aqua/layout.inc.php new file mode 100644 index 000000000..a679a462d --- /dev/null +++ b/aqua/layout.inc.php @@ -0,0 +1,47 @@ + '#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/aqua/screen.png b/aqua/screen.png new file mode 100644 index 000000000..04bfa600a Binary files /dev/null and b/aqua/screen.png differ diff --git a/aqua_brushed/css/theme_left.css.php b/aqua_brushed/css/theme_left.css.php new file mode 100644 index 000000000..f790a9715 --- /dev/null +++ b/aqua_brushed/css/theme_left.css.php @@ -0,0 +1,243 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #333399; + text-decoration: none; +} +.tblItem:hover{ + color: #666666; + 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: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +bu +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #333399; + text-decoration: none; +} +.tblItem:hover{ + color: #666666; + text-decoration: underline; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #333399; + text-decoration: none; +} +.tblItem:hover{ + color: #666666; + text-decoration: underline; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #333399; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #333399; + text-decoration: none; +} +.tblItem:hover{ + color: #666666; + text-decoration: underline; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #DDDDDD; + background-image: url(../themes/aqua_brushed/img/RightBg.png); + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #ffffff; + color: #000000; + width: 150px; +} +hr{ + color: #ffffff; + background-color: #ffffff; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/aqua_brushed/css/theme_print.css.php b/aqua_brushed/css/theme_print.css.php new file mode 100644 index 000000000..8d652c5f3 --- /dev/null +++ b/aqua_brushed/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, 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/aqua_brushed/css/theme_right.css.php b/aqua_brushed/css/theme_right.css.php new file mode 100644 index 000000000..e622e81c3 --- /dev/null +++ b/aqua_brushed/css/theme_right.css.php @@ -0,0 +1,538 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-image: url(../themes/aqua_brushed/img/RightBg.png); + background-position: 100% 100%; + background-attachment: fixed; + background-color: #ffffff; + margin: 5px; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: none; + color: #333399; + +} +a:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: underline; + color: #cc0000; +} +th{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #B5BDC7; + + background-image: url(../themes/aqua_brushed/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #000000; + text-decoration: underline; +} + +th a:hover{ + color: #666666; + text-decoration: none; +} +.tblcomment{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: normal; + color: #000099; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + /* background-image:url(../themes/aqua_brushed/img/td_BG.png); */ +} +form{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} +input.textfield{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + /*background-color: #FFFFFF;*/ +} + +h1{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #cc0000; +} +td.topline{ + font-size: 1px; +} +fieldset { + border: #666699 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Verdana, Arial, Helvetica, sans-serif; + size: 10px; + color: #666699; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; +} +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: #B5BDC7; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/aqua_brushed/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #ffffcc; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #ffffff; +/* + +*/ + background-image: url(../themes/aqua_brushed/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 10px;} +.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 {} + +/* some new styles added 20047-05-05 by Michael Keck (mkkeck) */ + +/* tables */ +.tblError { + border: 1px solid #cc0000; + background-color: #ffffcc; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #ffffff; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #333333; + background-color: #EEEEEE; + + background-image: url(../themes/aqua_brushed/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #ffffcc; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #ffffff; + background-color: #DDDDDD; + + background-image: url(../themes/aqua_brushed/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #333333; +} +.tblHeadError { + font-weight: bold; + color: #ffffff; + background-color: #cc0000; + + background-image: url(../themes/aqua_brushed/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/aqua_brushed/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/aqua_brushed/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.warnhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/aqua_brushed/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +/* Heading for server links*/ +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#spam_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.2em; +} + +hr{ + color: #666699; background-color: #6666cc; border: 0; height: 1px; +} + +/* topmenu */ +#topmenu{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000000; + background-color: #DDDDDD; + + background-image: url(../themes/aqua_brushed/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 22px; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + margin-right: 0.1em; + margin-left: 0.1em; +} + +/* disabled tabs */ +span.tab { + color: #666666; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: #ff0000; +} +a.tabcaution:hover { + color: #ffffff; + background-color: #ff0000; +} + + +/* active tab */ +a.tabactive { + border-bottom: 0.1em solid black; + color: black; +} + +#topmenu { + margin-top: 0.5em; + border-bottom: 0.1em solid black; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + background-color: #E5E5E5; + border: 0.1em solid silver; + border-bottom: 0.1em solid black; + border-radius-topleft: 0.5em; + border-radius-topright: 0.5em; + -moz-border-radius-topleft: 0.5em; + -moz-border-radius-topright: 0.5em; + padding: 0.1em 0.2em 0.1em 0.2em; +} + +/* enabled hover/active tabs */ +a.tab:hover, a.tabcaution:hover, .tabactive { + margin-right: 0; + margin-left: 0; + padding: 0.3em 0.3em 0.1em 0.3em; +} +a.tab:hover, .tabactive { + background-color: #FFFFFF; +} + +/* disabled drop/empty tabs */ +span.tab, span.tabcaution { + cursor: url(themes/original/img/error.ico), default; +} + +/* end topmenu */ + + +img, input, select, button { + vertical-align: middle; +} + + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; +} +.disabled a:hover { + text-decoration: none; +} +tr.disabled td, td.disabled { + background-color: #cccccc; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + + +/* some styles for IDs: */ +#buttonNo{ + color: #CC0000; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + diff --git a/aqua_brushed/img/Button_BG.png b/aqua_brushed/img/Button_BG.png new file mode 100644 index 000000000..d2c5ba499 Binary files /dev/null and b/aqua_brushed/img/Button_BG.png differ diff --git a/aqua_brushed/img/Button_BG_Left.png b/aqua_brushed/img/Button_BG_Left.png new file mode 100644 index 000000000..5398df7fd Binary files /dev/null and b/aqua_brushed/img/Button_BG_Left.png differ diff --git a/aqua_brushed/img/Button_BG_Right.png b/aqua_brushed/img/Button_BG_Right.png new file mode 100644 index 000000000..cfbcfd4fd Binary files /dev/null and b/aqua_brushed/img/Button_BG_Right.png differ diff --git a/aqua_brushed/img/RightBg.png b/aqua_brushed/img/RightBg.png new file mode 100644 index 000000000..3188b4cc0 Binary files /dev/null and b/aqua_brushed/img/RightBg.png differ diff --git a/aqua_brushed/img/arrow_ltr.png b/aqua_brushed/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/aqua_brushed/img/arrow_ltr.png differ diff --git a/aqua_brushed/img/arrow_rtl.png b/aqua_brushed/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/aqua_brushed/img/arrow_rtl.png differ diff --git a/aqua_brushed/img/asc_order.png b/aqua_brushed/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/aqua_brushed/img/asc_order.png differ diff --git a/aqua_brushed/img/b_bookmark.png b/aqua_brushed/img/b_bookmark.png new file mode 100644 index 000000000..7c507d64c Binary files /dev/null and b/aqua_brushed/img/b_bookmark.png differ diff --git a/aqua_brushed/img/b_browse.png b/aqua_brushed/img/b_browse.png new file mode 100644 index 000000000..6b3010689 Binary files /dev/null and b/aqua_brushed/img/b_browse.png differ diff --git a/aqua_brushed/img/b_calendar.png b/aqua_brushed/img/b_calendar.png new file mode 100644 index 000000000..d080a3446 Binary files /dev/null and b/aqua_brushed/img/b_calendar.png differ diff --git a/aqua_brushed/img/b_comment.png b/aqua_brushed/img/b_comment.png new file mode 100644 index 000000000..fa45731fe Binary files /dev/null and b/aqua_brushed/img/b_comment.png differ diff --git a/aqua_brushed/img/b_dbstatistics.png b/aqua_brushed/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/aqua_brushed/img/b_dbstatistics.png differ diff --git a/aqua_brushed/img/b_deltbl.png b/aqua_brushed/img/b_deltbl.png new file mode 100644 index 000000000..6311c9250 Binary files /dev/null and b/aqua_brushed/img/b_deltbl.png differ diff --git a/aqua_brushed/img/b_docs.png b/aqua_brushed/img/b_docs.png new file mode 100644 index 000000000..52b8ef657 Binary files /dev/null and b/aqua_brushed/img/b_docs.png differ diff --git a/aqua_brushed/img/b_docsql.png b/aqua_brushed/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/aqua_brushed/img/b_docsql.png differ diff --git a/aqua_brushed/img/b_drop.png b/aqua_brushed/img/b_drop.png new file mode 100644 index 000000000..e61d9d38b Binary files /dev/null and b/aqua_brushed/img/b_drop.png differ diff --git a/aqua_brushed/img/b_edit.png b/aqua_brushed/img/b_edit.png new file mode 100644 index 000000000..83725e5e6 Binary files /dev/null and b/aqua_brushed/img/b_edit.png differ diff --git a/aqua_brushed/img/b_empty.png b/aqua_brushed/img/b_empty.png new file mode 100644 index 000000000..1ea6e7fab Binary files /dev/null and b/aqua_brushed/img/b_empty.png differ diff --git a/aqua_brushed/img/b_engine.png b/aqua_brushed/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/aqua_brushed/img/b_engine.png differ diff --git a/aqua_brushed/img/b_export.png b/aqua_brushed/img/b_export.png new file mode 100644 index 000000000..faf230ed6 Binary files /dev/null and b/aqua_brushed/img/b_export.png differ diff --git a/aqua_brushed/img/b_firstpage.png b/aqua_brushed/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/aqua_brushed/img/b_firstpage.png differ diff --git a/aqua_brushed/img/b_ftext.png b/aqua_brushed/img/b_ftext.png new file mode 100644 index 000000000..4e9024954 Binary files /dev/null and b/aqua_brushed/img/b_ftext.png differ diff --git a/aqua_brushed/img/b_help.png b/aqua_brushed/img/b_help.png new file mode 100644 index 000000000..272f9b13f Binary files /dev/null and b/aqua_brushed/img/b_help.png differ diff --git a/aqua_brushed/img/b_home.png b/aqua_brushed/img/b_home.png new file mode 100644 index 000000000..f3aee735c Binary files /dev/null and b/aqua_brushed/img/b_home.png differ diff --git a/aqua_brushed/img/b_import.png b/aqua_brushed/img/b_import.png new file mode 100644 index 000000000..c41e03cc1 Binary files /dev/null and b/aqua_brushed/img/b_import.png differ diff --git a/aqua_brushed/img/b_index.png b/aqua_brushed/img/b_index.png new file mode 100644 index 000000000..9a5fc5498 Binary files /dev/null and b/aqua_brushed/img/b_index.png differ diff --git a/aqua_brushed/img/b_info.png b/aqua_brushed/img/b_info.png new file mode 100644 index 000000000..78e1035ae Binary files /dev/null and b/aqua_brushed/img/b_info.png differ diff --git a/aqua_brushed/img/b_insrow.png b/aqua_brushed/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/aqua_brushed/img/b_insrow.png differ diff --git a/aqua_brushed/img/b_lastpage.png b/aqua_brushed/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/aqua_brushed/img/b_lastpage.png differ diff --git a/aqua_brushed/img/b_minus.png b/aqua_brushed/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/aqua_brushed/img/b_minus.png differ diff --git a/aqua_brushed/img/b_newdb.png b/aqua_brushed/img/b_newdb.png new file mode 100644 index 000000000..c18394d02 Binary files /dev/null and b/aqua_brushed/img/b_newdb.png differ diff --git a/aqua_brushed/img/b_newtbl.png b/aqua_brushed/img/b_newtbl.png new file mode 100644 index 000000000..96f169158 Binary files /dev/null and b/aqua_brushed/img/b_newtbl.png differ diff --git a/aqua_brushed/img/b_nextpage.png b/aqua_brushed/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/aqua_brushed/img/b_nextpage.png differ diff --git a/aqua_brushed/img/b_pdfdoc.png b/aqua_brushed/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/aqua_brushed/img/b_pdfdoc.png differ diff --git a/aqua_brushed/img/b_plus.png b/aqua_brushed/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/aqua_brushed/img/b_plus.png differ diff --git a/aqua_brushed/img/b_prevpage.png b/aqua_brushed/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/aqua_brushed/img/b_prevpage.png differ diff --git a/aqua_brushed/img/b_primary.png b/aqua_brushed/img/b_primary.png new file mode 100644 index 000000000..806c7d031 Binary files /dev/null and b/aqua_brushed/img/b_primary.png differ diff --git a/aqua_brushed/img/b_print.png b/aqua_brushed/img/b_print.png new file mode 100644 index 000000000..615a87d60 Binary files /dev/null and b/aqua_brushed/img/b_print.png differ diff --git a/aqua_brushed/img/b_props.png b/aqua_brushed/img/b_props.png new file mode 100644 index 000000000..4f82b2318 Binary files /dev/null and b/aqua_brushed/img/b_props.png differ diff --git a/aqua_brushed/img/b_relations.png b/aqua_brushed/img/b_relations.png new file mode 100644 index 000000000..0c18205ea Binary files /dev/null and b/aqua_brushed/img/b_relations.png differ diff --git a/aqua_brushed/img/b_save.png b/aqua_brushed/img/b_save.png new file mode 100644 index 000000000..c1cc15d55 Binary files /dev/null and b/aqua_brushed/img/b_save.png differ diff --git a/aqua_brushed/img/b_sbrowse.png b/aqua_brushed/img/b_sbrowse.png new file mode 100644 index 000000000..50509f95f Binary files /dev/null and b/aqua_brushed/img/b_sbrowse.png differ diff --git a/aqua_brushed/img/b_sdb.png b/aqua_brushed/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/aqua_brushed/img/b_sdb.png differ diff --git a/aqua_brushed/img/b_search.png b/aqua_brushed/img/b_search.png new file mode 100644 index 000000000..cf219ffd1 Binary files /dev/null and b/aqua_brushed/img/b_search.png differ diff --git a/aqua_brushed/img/b_selboard.png b/aqua_brushed/img/b_selboard.png new file mode 100644 index 000000000..0e0c513f4 Binary files /dev/null and b/aqua_brushed/img/b_selboard.png differ diff --git a/aqua_brushed/img/b_select.png b/aqua_brushed/img/b_select.png new file mode 100644 index 000000000..b24bd2e51 Binary files /dev/null and b/aqua_brushed/img/b_select.png differ diff --git a/aqua_brushed/img/b_sql.png b/aqua_brushed/img/b_sql.png new file mode 100644 index 000000000..6e517646d Binary files /dev/null and b/aqua_brushed/img/b_sql.png differ diff --git a/aqua_brushed/img/b_sqldoc.png b/aqua_brushed/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/aqua_brushed/img/b_sqldoc.png differ diff --git a/aqua_brushed/img/b_sqlhelp.png b/aqua_brushed/img/b_sqlhelp.png new file mode 100644 index 000000000..1d01df3dc Binary files /dev/null and b/aqua_brushed/img/b_sqlhelp.png differ diff --git a/aqua_brushed/img/b_tblanalyse.png b/aqua_brushed/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/aqua_brushed/img/b_tblanalyse.png differ diff --git a/aqua_brushed/img/b_tblexport.png b/aqua_brushed/img/b_tblexport.png new file mode 100644 index 000000000..2bf6259c2 Binary files /dev/null and b/aqua_brushed/img/b_tblexport.png differ diff --git a/aqua_brushed/img/b_tblimport.png b/aqua_brushed/img/b_tblimport.png new file mode 100644 index 000000000..304f75dda Binary files /dev/null and b/aqua_brushed/img/b_tblimport.png differ diff --git a/aqua_brushed/img/b_tblops.png b/aqua_brushed/img/b_tblops.png new file mode 100644 index 000000000..31af015bf Binary files /dev/null and b/aqua_brushed/img/b_tblops.png differ diff --git a/aqua_brushed/img/b_tbloptimize.png b/aqua_brushed/img/b_tbloptimize.png new file mode 100644 index 000000000..6bcb19f37 Binary files /dev/null and b/aqua_brushed/img/b_tbloptimize.png differ diff --git a/aqua_brushed/img/b_tipp.png b/aqua_brushed/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/aqua_brushed/img/b_tipp.png differ diff --git a/aqua_brushed/img/b_unique.png b/aqua_brushed/img/b_unique.png new file mode 100644 index 000000000..ce566e9f6 Binary files /dev/null and b/aqua_brushed/img/b_unique.png differ diff --git a/aqua_brushed/img/b_usradd.png b/aqua_brushed/img/b_usradd.png new file mode 100644 index 000000000..3055a1cec Binary files /dev/null and b/aqua_brushed/img/b_usradd.png differ diff --git a/aqua_brushed/img/b_usrcheck.png b/aqua_brushed/img/b_usrcheck.png new file mode 100644 index 000000000..e1487a7cd Binary files /dev/null and b/aqua_brushed/img/b_usrcheck.png differ diff --git a/aqua_brushed/img/b_usrdrop.png b/aqua_brushed/img/b_usrdrop.png new file mode 100644 index 000000000..441b0126e Binary files /dev/null and b/aqua_brushed/img/b_usrdrop.png differ diff --git a/aqua_brushed/img/b_usredit.png b/aqua_brushed/img/b_usredit.png new file mode 100644 index 000000000..ba9904257 Binary files /dev/null and b/aqua_brushed/img/b_usredit.png differ diff --git a/aqua_brushed/img/b_usrlist.png b/aqua_brushed/img/b_usrlist.png new file mode 100644 index 000000000..182994ddd Binary files /dev/null and b/aqua_brushed/img/b_usrlist.png differ diff --git a/aqua_brushed/img/b_view.png b/aqua_brushed/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/aqua_brushed/img/b_view.png differ diff --git a/aqua_brushed/img/b_views.png b/aqua_brushed/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/aqua_brushed/img/b_views.png differ diff --git a/aqua_brushed/img/bd_browse.png b/aqua_brushed/img/bd_browse.png new file mode 100644 index 000000000..156f2dbf5 Binary files /dev/null and b/aqua_brushed/img/bd_browse.png differ diff --git a/aqua_brushed/img/bd_deltbl.png b/aqua_brushed/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/aqua_brushed/img/bd_deltbl.png differ diff --git a/aqua_brushed/img/bd_drop.png b/aqua_brushed/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/aqua_brushed/img/bd_drop.png differ diff --git a/aqua_brushed/img/bd_empty.png b/aqua_brushed/img/bd_empty.png new file mode 100644 index 000000000..9a149dba3 Binary files /dev/null and b/aqua_brushed/img/bd_empty.png differ diff --git a/aqua_brushed/img/bd_firstpage.png b/aqua_brushed/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/aqua_brushed/img/bd_firstpage.png differ diff --git a/aqua_brushed/img/bd_ftext.png b/aqua_brushed/img/bd_ftext.png new file mode 100644 index 000000000..018ebc872 Binary files /dev/null and b/aqua_brushed/img/bd_ftext.png differ diff --git a/aqua_brushed/img/bd_index.png b/aqua_brushed/img/bd_index.png new file mode 100644 index 000000000..660138200 Binary files /dev/null and b/aqua_brushed/img/bd_index.png differ diff --git a/aqua_brushed/img/bd_insrow.png b/aqua_brushed/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/aqua_brushed/img/bd_insrow.png differ diff --git a/aqua_brushed/img/bd_lastpage.png b/aqua_brushed/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/aqua_brushed/img/bd_lastpage.png differ diff --git a/aqua_brushed/img/bd_nextpage.png b/aqua_brushed/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/aqua_brushed/img/bd_nextpage.png differ diff --git a/aqua_brushed/img/bd_prevpage.png b/aqua_brushed/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/aqua_brushed/img/bd_prevpage.png differ diff --git a/aqua_brushed/img/bd_primary.png b/aqua_brushed/img/bd_primary.png new file mode 100644 index 000000000..e984c8f5e Binary files /dev/null and b/aqua_brushed/img/bd_primary.png differ diff --git a/aqua_brushed/img/bd_sbrowse.png b/aqua_brushed/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/aqua_brushed/img/bd_sbrowse.png differ diff --git a/aqua_brushed/img/bd_select.png b/aqua_brushed/img/bd_select.png new file mode 100644 index 000000000..4a8ad7aa8 Binary files /dev/null and b/aqua_brushed/img/bd_select.png differ diff --git a/aqua_brushed/img/bd_unique.png b/aqua_brushed/img/bd_unique.png new file mode 100644 index 000000000..0166c6e80 Binary files /dev/null and b/aqua_brushed/img/bd_unique.png differ diff --git a/aqua_brushed/img/dot_black.png b/aqua_brushed/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/aqua_brushed/img/dot_black.png differ diff --git a/aqua_brushed/img/dot_blue.png b/aqua_brushed/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/aqua_brushed/img/dot_blue.png differ diff --git a/aqua_brushed/img/dot_green.png b/aqua_brushed/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/aqua_brushed/img/dot_green.png differ diff --git a/aqua_brushed/img/dot_red.png b/aqua_brushed/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/aqua_brushed/img/dot_red.png differ diff --git a/aqua_brushed/img/dot_yellow.png b/aqua_brushed/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/aqua_brushed/img/dot_yellow.png differ diff --git a/aqua_brushed/img/frm_linevrlt.png b/aqua_brushed/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/aqua_brushed/img/frm_linevrlt.png differ diff --git a/aqua_brushed/img/item.png b/aqua_brushed/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/aqua_brushed/img/item.png differ diff --git a/aqua_brushed/img/item_ltr.png b/aqua_brushed/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/aqua_brushed/img/item_ltr.png differ diff --git a/aqua_brushed/img/item_rtl.png b/aqua_brushed/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/aqua_brushed/img/item_rtl.png differ diff --git a/aqua_brushed/img/logo_left.png b/aqua_brushed/img/logo_left.png new file mode 100644 index 000000000..c00cfaf02 Binary files /dev/null and b/aqua_brushed/img/logo_left.png differ diff --git a/aqua_brushed/img/logo_right.png b/aqua_brushed/img/logo_right.png new file mode 100644 index 000000000..c9eb424c7 Binary files /dev/null and b/aqua_brushed/img/logo_right.png differ diff --git a/aqua_brushed/img/php_sym.png b/aqua_brushed/img/php_sym.png new file mode 100644 index 000000000..e3a5e1aac Binary files /dev/null and b/aqua_brushed/img/php_sym.png differ diff --git a/aqua_brushed/img/pma_logo2.png b/aqua_brushed/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/aqua_brushed/img/pma_logo2.png differ diff --git a/aqua_brushed/img/s_asc.png b/aqua_brushed/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/aqua_brushed/img/s_asc.png differ diff --git a/aqua_brushed/img/s_asci.png b/aqua_brushed/img/s_asci.png new file mode 100644 index 000000000..a67c3bf5f Binary files /dev/null and b/aqua_brushed/img/s_asci.png differ diff --git a/aqua_brushed/img/s_attention.png b/aqua_brushed/img/s_attention.png new file mode 100644 index 000000000..5625386a8 Binary files /dev/null and b/aqua_brushed/img/s_attention.png differ diff --git a/aqua_brushed/img/s_cancel.png b/aqua_brushed/img/s_cancel.png new file mode 100644 index 000000000..e37bcd202 Binary files /dev/null and b/aqua_brushed/img/s_cancel.png differ diff --git a/aqua_brushed/img/s_cancel2.png b/aqua_brushed/img/s_cancel2.png new file mode 100644 index 000000000..5a5f94755 Binary files /dev/null and b/aqua_brushed/img/s_cancel2.png differ diff --git a/aqua_brushed/img/s_db.png b/aqua_brushed/img/s_db.png new file mode 100644 index 000000000..fcbcd810c Binary files /dev/null and b/aqua_brushed/img/s_db.png differ diff --git a/aqua_brushed/img/s_desc.png b/aqua_brushed/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/aqua_brushed/img/s_desc.png differ diff --git a/aqua_brushed/img/s_error.png b/aqua_brushed/img/s_error.png new file mode 100644 index 000000000..59c81d0ae Binary files /dev/null and b/aqua_brushed/img/s_error.png differ diff --git a/aqua_brushed/img/s_error2.png b/aqua_brushed/img/s_error2.png new file mode 100644 index 000000000..63d09d900 Binary files /dev/null and b/aqua_brushed/img/s_error2.png differ diff --git a/aqua_brushed/img/s_fulltext.png b/aqua_brushed/img/s_fulltext.png new file mode 100644 index 000000000..26b9780fc Binary files /dev/null and b/aqua_brushed/img/s_fulltext.png differ diff --git a/aqua_brushed/img/s_host.png b/aqua_brushed/img/s_host.png new file mode 100644 index 000000000..9289a311a Binary files /dev/null and b/aqua_brushed/img/s_host.png differ diff --git a/aqua_brushed/img/s_info.png b/aqua_brushed/img/s_info.png new file mode 100644 index 000000000..78e1035ae Binary files /dev/null and b/aqua_brushed/img/s_info.png differ diff --git a/aqua_brushed/img/s_lang.png b/aqua_brushed/img/s_lang.png new file mode 100644 index 000000000..a4d586f88 Binary files /dev/null and b/aqua_brushed/img/s_lang.png differ diff --git a/aqua_brushed/img/s_loggoff.png b/aqua_brushed/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/aqua_brushed/img/s_loggoff.png differ diff --git a/aqua_brushed/img/s_okay.png b/aqua_brushed/img/s_okay.png new file mode 100644 index 000000000..c3a793474 Binary files /dev/null and b/aqua_brushed/img/s_okay.png differ diff --git a/aqua_brushed/img/s_partialtext.png b/aqua_brushed/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/aqua_brushed/img/s_partialtext.png differ diff --git a/aqua_brushed/img/s_passwd.png b/aqua_brushed/img/s_passwd.png new file mode 100644 index 000000000..6e1395355 Binary files /dev/null and b/aqua_brushed/img/s_passwd.png differ diff --git a/aqua_brushed/img/s_process.png b/aqua_brushed/img/s_process.png new file mode 100644 index 000000000..450292ee2 Binary files /dev/null and b/aqua_brushed/img/s_process.png differ diff --git a/aqua_brushed/img/s_really.png b/aqua_brushed/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/aqua_brushed/img/s_really.png differ diff --git a/aqua_brushed/img/s_reload.png b/aqua_brushed/img/s_reload.png new file mode 100644 index 000000000..503523be0 Binary files /dev/null and b/aqua_brushed/img/s_reload.png differ diff --git a/aqua_brushed/img/s_rights.png b/aqua_brushed/img/s_rights.png new file mode 100644 index 000000000..bf412caab Binary files /dev/null and b/aqua_brushed/img/s_rights.png differ diff --git a/aqua_brushed/img/s_status.png b/aqua_brushed/img/s_status.png new file mode 100644 index 000000000..01531846c Binary files /dev/null and b/aqua_brushed/img/s_status.png differ diff --git a/aqua_brushed/img/s_tbl.png b/aqua_brushed/img/s_tbl.png new file mode 100644 index 000000000..4f82eff42 Binary files /dev/null and b/aqua_brushed/img/s_tbl.png differ diff --git a/aqua_brushed/img/s_theme.png b/aqua_brushed/img/s_theme.png new file mode 100644 index 000000000..1433fe60b Binary files /dev/null and b/aqua_brushed/img/s_theme.png differ diff --git a/aqua_brushed/img/s_vars.png b/aqua_brushed/img/s_vars.png new file mode 100644 index 000000000..d9bde5578 Binary files /dev/null and b/aqua_brushed/img/s_vars.png differ diff --git a/aqua_brushed/img/s_views.png b/aqua_brushed/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/aqua_brushed/img/s_views.png differ diff --git a/aqua_brushed/img/s_warn.png b/aqua_brushed/img/s_warn.png new file mode 100644 index 000000000..0f9d67097 Binary files /dev/null and b/aqua_brushed/img/s_warn.png differ diff --git a/aqua_brushed/img/spacer.png b/aqua_brushed/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/aqua_brushed/img/spacer.png differ diff --git a/aqua_brushed/img/tbl_error.png b/aqua_brushed/img/tbl_error.png new file mode 100644 index 000000000..962ee0509 Binary files /dev/null and b/aqua_brushed/img/tbl_error.png differ diff --git a/aqua_brushed/img/tbl_header.png b/aqua_brushed/img/tbl_header.png new file mode 100644 index 000000000..53269114c Binary files /dev/null and b/aqua_brushed/img/tbl_header.png differ diff --git a/aqua_brushed/img/tbl_th.png b/aqua_brushed/img/tbl_th.png new file mode 100644 index 000000000..b927f19fb Binary files /dev/null and b/aqua_brushed/img/tbl_th.png differ diff --git a/aqua_brushed/img/td_BG.png b/aqua_brushed/img/td_BG.png new file mode 100644 index 000000000..a558ab9a8 Binary files /dev/null and b/aqua_brushed/img/td_BG.png differ diff --git a/aqua_brushed/img/vertical_line.png b/aqua_brushed/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/aqua_brushed/img/vertical_line.png differ diff --git a/aqua_brushed/info.inc.php b/aqua_brushed/info.inc.php new file mode 100644 index 000000000..997a5450b --- /dev/null +++ b/aqua_brushed/info.inc.php @@ -0,0 +1,8 @@ +*/ +/* Theme information */ +$theme_name = 'Aqua Brushed'; +$theme_version = 1; +$theme_generation = 2; +?> diff --git a/aqua_brushed/layout.inc.php b/aqua_brushed/layout.inc.php new file mode 100644 index 000000000..32f00e363 --- /dev/null +++ b/aqua_brushed/layout.inc.php @@ -0,0 +1,47 @@ + '#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/aqua_brushed/screen.png b/aqua_brushed/screen.png new file mode 100644 index 000000000..9884c6d7b Binary files /dev/null and b/aqua_brushed/screen.png differ diff --git a/arctic_ocean/css/theme_left.css.php b/arctic_ocean/css/theme_left.css.php new file mode 100644 index 000000000..f3dcd4861 --- /dev/null +++ b/arctic_ocean/css/theme_left.css.php @@ -0,0 +1,117 @@ + + +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + +#body_leftFrame { + padding-top: 0px; + padding-right: 3px; + padding-bottom: 3px; + padding-left: 3px; + margin-top: 0px; + margin-right: 3px; + margin-bottom: 3px; + margin-left: 3px; +} + +#body_queryFrame { + padding-top: 2px; + padding-right: 2px; + padding-bottom: 0px; + padding-left: 2px; + margin-top: 2px; + margin-right: 2px; + margin-bottom: 0px; + margin-left: 2px; +} +body { + background-color: #d9e4f4; + background-image: url('themes/arctic_ocean/img/wbg_left.jpg'); + background-repeat: repeat-y; + background-position: 0px 0px; +} +body, input, textarea, select, th, td, .item, .tblItem { + font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; + font-size: 11px; +} +#body_queryFrame select, #body_queryFrame table { + width: 100%; +} +#body_queryFrame div { + white-space: nowrap; +} +input, select, textarea { + color: #000000; +} + +a:link, a:visited, a:active { + color: #585880; +} + +hr { + color: #585880; + background-color: #585880; + border: 1px none #585880; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} +img { + margin: 0px 2px 0px 2px; +} + +.parent { + text-decoration: none; + display: block; +} + +.child { + text-decoration: none; + /* display: none; */ +} + +.item, .item:active, .tblItem, .tblItem:active { + text-decoration: none; +} + +.item:hover, .tblItem:hover { + text-decoration: underline; +} + +td.heada, span.heada { + background-image: url(themes/arctic_ocean/img/b_sdb.png); + background-position: 2px center; + background-repeat: no-repeat; + font-weight: bold; +} +span.heada, span.heada a:link, span.heada a:active, span.heada a:visited, span.heada a:hover { + color: #696ab5; + text-decoration: none; +} +td.heada, span.heada { + text-align: left; + padding-left: 16px; + white-space: nowrap; +} + +bdo { + display: none; +} +#hr_third { + display: none; +} +select optgroup, select option { + font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; + font-size: 11px; + font-style: normal; + font-size: 11px; +} + + diff --git a/arctic_ocean/css/theme_print.css.php b/arctic_ocean/css/theme_print.css.php new file mode 100644 index 000000000..ba57a23b0 --- /dev/null +++ b/arctic_ocean/css/theme_print.css.php @@ -0,0 +1,98 @@ + +/* For printview */ +body { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; + margin: 0px; + padding: 0px; +} +h1 { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 14px; + font-weight: bold; + color: #000000; +} +big { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + 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, Helvetica, 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, .print { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} +a:link, a:visited, a:active { + text-decoration: none; + font-weight: bold; + color: #696ab5; + +} +a:hover { + text-decoration: none; + color: #585880; +} + +input[type=button], input[type=submit], input[type=reset] { + color: #585880; + font-size: 11px; + font-weight: bold; + padding: 2px; + border: 1px solid #585880; + background-color: #e5e5e5; +} + +/* -- SERVER & DB INFO -- */ +.serverinfo { + font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; + font-size: 12px; + font-weight: bold; + padding: 0px 0px 10px 0px; + margin: 0px; + white-space: nowrap; + vertical-align: middle; +} + +.serverinfo a:link, .serverinfo a:active, .serverinfo a:visited { + font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; + font-size: 12px; + font-weight: bold; +} +.serverinfo a img { + vertical-align: middle; + margin: 0px 1px 0px 1px; +} + +.serverinfo div { + background-image: url(themes/arctic_ocean/img/item_ltr.png); + background-repeat: no-repeat; + background-position: 50% 50%; + width: 20px; + height: 16px; +} \ No newline at end of file diff --git a/arctic_ocean/css/theme_right.css.php b/arctic_ocean/css/theme_right.css.php new file mode 100644 index 000000000..9194bd25c --- /dev/null +++ b/arctic_ocean/css/theme_right.css.php @@ -0,0 +1,777 @@ + + +/* STYLE FOR THE RIGHT (MAIN) FRAME */ + +#mainFrameset, #leftFrameset, frameset, frame { + margin: 0 !important; + padding: 0 !important; + border: 0 none #ffffff !important; +} +#leftFrameset { + border-right: 1px solid #585880 !important; +} + +/* basic font setup */ +body, +th, td, +div, span, +p, h1, h2, h3, h4, h5, h6, +a:link, a:active, a:visited, +input, button, select, textarea, legend, fieldset, label, form { + font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; + font-size: 11px; +} +/* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */ +button { display: inline; } + +/* body main style */ +body { + color: #333333; + background-color: #ffffff; + margin: 0; + padding: 26px 3px 3px 3px; + background-image: url(themes/arctic_ocean/img/wbg_right.jpg); + background-position: 100% 100%; + background-repeat: no-repeat; + background-attachment: fixed; +} + +/* headlines */ +h1, h1 a:link, h1 a:active, h1 a:visited { + font-size: 18px; + font-weight: bold; +} +h2, h2 a:link, h2 a:active, h2 a:visited { + font-size: 16px; + font-weight: bold; +} +h3, h3 a:link, h3 a:active, h3 a:visited { + font-size: 14px; + font-weight: bold; +} + +/* pre, code, tt */ +pre, tt, code { + font-family: "Courier New", Courier, monospace; + font-size: 11px; + color: #333333; +} + +/* italic fonts */ +i, em, address{ + font-style: normal; + color: #666666; +} + +/* links */ +a:link, a:visited, a:active { + text-decoration: none; + font-weight: bold; + color: #696ab5; +} +a:hover { + text-decoration: none; + color: #585880; +} +a.drop:link, a.drop:visited, a.drop:active{ + color: #aa0000; +} +a.drop:hover { + color: #ffffff; + background-color: #aa0000; + text-decoration: none; +} + +/* horizontal ruler */ +hr { + color: #585880; + background-color: #585880; + border: 1px none #585880; + height: 1px; + margin-top: 5px; + margin-bottom: 5px; +} + +/* image */ +img { + vertical-align: middle; + margin: 0 2px 0 2px; +} + +/* tables */ +table { + border: 1px none #000000; +} +th, .tblHeaders, tr.tblHeaders td, tr.tblHeaders th, +.tblFooters, tr.tblFooters td, tr.tblFooters th, +.tblHeadError, .tblHeadWarn { + white-space: nowrap; + border-bottom: 1px solid #585880; + border-top: 1px solid #cccccc; + background-repeat: repeat-x; + background-position: 0 0; +} +th, .tblFooters { + font-weight: bold; + color: #585880; + background-color: #e5e5e5; + border-top: 1px solid #cccccc; + border-bottom: 1px solid #333333; + white-space: nowrap; + background-image: url(themes/arctic_ocean/img/tbg_th1.png); + background-repeat: repeat-x; + background-position: 0 0; +} +.tblFooters { + text-align: right; +} +.tblHeaders, .tblHeaders td, .tblHeaders th, .tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited { + font-weight: bold; +} +.tblHeaders, tr.tblHeaders td, tr.tblHeaders th { + color: #585880; + background-color: #b4cae9; + background-image: url(themes/arctic_ocean/img/tbg_th0.png); +} +.tblcomment { + font-size: 10px; + font-weight: normal; + color: #000000; +} +.tblFooters, .tblFooters a:link, .tblFooters a:active, .tblFooters a:visited { + font-weight: normal; + color: #585880; +} + +.tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited, +.tblFooters a:link, .tblFooters a:active, .tblFooters a:visited { + text-decoration: underline; +} +.tblHeaders a:hover, .tblHeadWarn a:hover, .tblHeadError a:hover, .tblFooters a:hover { + text-decoration: none; +} +th.td { + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + border-top: 1px none #cccccc; + border-bottom: 1px solid #333333; +} + +table tr.odd th, +table tr.odd, +table tr.even th, +table tr.marked th { + background-image: none; + border: none; +} + +/* hovered table rows */ +table tr.odd:hover th, +table tr.even:hover th, +table tr.hover th { + background-color: ; +} + +/* -- FORM ELEMENTS */ +form { + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +input, select { + vertical-align: middle; + margin-top: 1px; + margin-bottom: 1px; +} +select { + color: #585880; +} +select optgroup, select option { + font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; + font-size: 11px; + font-style: normal; +} +input[type=button], input[type=submit], input[type=reset] { + color: #585880; + font-weight: bold; + padding-left: 2px; + padding-right: 2px; + border: 1px solid #585880; + background-color: #e5e5e5; + cursor: pointer; +} +input[type=text], input[type=file], input[type=password], input.textfield { + color: #000000; + border: 1px solid #585880; +} +fieldset { + border: #585880 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + padding: 0.5em; +} +legend { + color: #333333; + font-weight: bold; + background-color: #ffffff; + padding: 2px; +} +button.mult_submit { + border: none; + background-color: transparent; +} + +/* dfn */ +dfn { + font-style: normal; +} + + +/* message boxes: warning, error, confirmation */ +.notice { + color: #000000; + background-color: #FFFFDD; +} +h1.notice, +div.notice { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #FFD700; + + background-image: url(../themes/arctic_ocean/img/s_notice.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +.notice h1 { + border-bottom: 0.1em solid #FFD700; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.warning { + color: #CC0000; + background-color: #FFFFCC; +} +h1.warning, +div.warning { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #CC0000; + + background-image: url(../themes/arctic_ocean/img/s_warn.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +.warning h1 { + border-bottom: 0.1em solid #cc0000; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.error { + background-color: #FFFFCC; + color: #ff0000; +} +h1.error, +div.error { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #ff0000; + + background-image: url(../themes/arctic_ocean/img/s_error.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +div.error h1 { + border-bottom: 0.1em solid #ff0000; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + + +.confirmation { + background-color: #FFFFCC; +} +fieldset.confirmation { + border: 0.1em solid #FF0000; +} +fieldset.confirmation legend { + border-left: 0.1em solid #FF0000; + border-right: 0.1em solid #FF0000; + font-weight: bold; + + background-image: url(../themes/arctic_ocean/img/s_really.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +} +/* end messageboxes */ + + +/* -- PDF SCRATCHBOARD -- */ +.pdflayout { + overflow: hidden; + clip: inherit; + background-color: #FFFFFF; + display: none; + border: 1px solid #585880; + position: relative; +} + +.pdflayout_table { + background: #b4cae9; + color: #333333; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #585880; +} + +/* -- PRINT -- */ +.print { + color: #000000; +} + +/* -- MySQL PARSER -- */ +.syntax { + font-family: sans-serif; + font-size: 10px; +} +.syntax_comment { + font-family: sans-serif; + font-size: 10px; + color: #999999; + font-style: italic; + padding-left: 4px; + padding-right: 4px; +} +.syntax_digit { + font-family: sans-serif; + font-size: 10px; + color: #aa0000; +} +.syntax_digit_hex { + font-family: sans-serif; + font-size: 10px; + color: #ff0000; +} +.syntax_digit_integer { + font-family: sans-serif; + font-size: 10px; + color: #aa0000; +} +.syntax_digit_float { + font-family: sans-serif; + font-size: 10px; + color: #aa0000; +} +.syntax_punct { + font-family: sans-serif; + font-size: 10px; + color: #aa0000; +} +.syntax_alpha { + font-family: sans-serif; + font-size: 10px; +} +.syntax_alpha_columnType { + font-family: sans-serif; + font-size: 10px; + color: #006600; + text-transform: uppercase; +} +.syntax_alpha_columnAttrib { + font-family: sans-serif; + font-size: 10px; + color: #006600; + text-transform: uppercase; +} +.syntax_alpha_reservedWord { + font-family: sans-serif; + font-size: 10px; + color: #dc14a1; + text-transform: uppercase; +} +.syntax_alpha_functionName { + font-family: sans-serif; + font-size: 10px; + color: #483d8b; + text-transform: uppercase; +} +.syntax_alpha_identifier { + font-family: sans-serif; + font-size: 10px; +} +.syntax_alpha_charset { + font-family: sans-serif; + font-size: 10px; +} +.syntax_alpha_variable { + font-family: sans-serif; + font-size: 10px; +} +.syntax_quote { + font-family: sans-serif; + font-size: 10px; + color: #483d8b; + white-space: pre; +} +.syntax_quote_backtick { + font-family: sans-serif; + font-size: 10px; +} + + +/* -- SERVER & DB INFO -- */ + + /* for PMA version below 2.6.4 */ + .serverinfo, #serverinfo { + font-size: 12px; + font-weight: bold; + padding: 0px 0px 10px 0px; + margin: 0px; + white-space: nowrap; + vertical-align: middle; + } + .serverinfo a:link, .serverinfo a:active, .serverinfo a:visited { + font-size: 12px; + font-weight: bold; + } + .serverinfo a img { + vertical-align: middle; + margin: 0px 1px 0px 1px; + } + .serverinfo div { + background-image: url(themes/arctic_ocean/img/item_ltr.png); + background-repeat: no-repeat; + background-position: 50% 50%; + width: 16px; + height: 16px; + } + + /* for PMA version 2.6.4 and higher */ + #serverinfo { + background-color: #ffffff; + font-size: 12px; + font-weight: bold; + padding: 5px 3px 5px 3px; + margin-top: 5px; + white-space: nowrap; + vertical-align: middle; + text-align: center; + border-bottom: 1px solid #333333; +/* + position: fixed; + _position: absolute; + top: 0px; + _top: expression(eval(document.body.scrollTop)); + left: 0px; + _left: expression(eval(document.body.scrollLeft)); + height: 50px; + width: 100%; + _width: expression(eval(document.body.offsetWidth-18)); +*/ + } + #serverinfo a:link, #serverinfo a:active, #serverinfo a:visited { + font-size: 12px; + font-weight: bold; + } + #serverinfo a img { + vertical-align: middle; + margin: 0px 1px 0px 1px; + } + #serverinfo .separator img { + width: 9px; + height: 11px; + margin: 0px 2px 0px 2px; + vertical-align: middle; + } + + +/* -- NAVIGATION -- */ + + /* backwards compatibility for PMA version below 2.6.4 */ + td.tab { + border-top: 1px solid #585880; + border-right: 1px solid #585880; + border-left: 1px solid #585880; + border-bottom: none; + border-radius: 2px; + -moz-border-radius: 2px; + } + table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #585880; + } + .nav { + color: #000000; + background-color: #b4cae9; + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + background-repeat: repeat-x; + background-position: center; + height: 24px; + padding: 0px 0px 0px 0px; + margin: 0px; + } + .nav a:link, .nav a:visited, .nav a:active{ + color: #000000; + text-decoration: none; + } + .nav a:hover{ + color: #585880; + text-decoration: none; + } + .navNormal, .navActive, .navDrop { + color: #666666; + font-weight: bold; + height: 24px; + padding: 0px 5px 0px 5px; + background-repeat: repeat-x; + background-position: 0px 0px; + } + .navNormal img, .navDrop img { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); + -moz-opacity: 0.5; + opacity: 0.5; + } + .navNormal a img, .navDrop a img { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); + -moz-opacity: 0.99; + opacity: 0.99; + } + .navNormal { + background-color: #b4cae9; + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + } + .navActive { + background-color: #ffffff; + background-image: url(themes/arctic_ocean/img/tbg_nav2.png); + border: none; + margin: 0px; + padding: 5px; + } + .navDrop { + background-color: #e9c7b4; + background-image: url(themes/arctic_ocean/img/tbg_nav3.png); + } + .navActive a:link, .navActive a:active, .navActive a:visited { + color: #585880; + } + .navActive a:hover { + color: #000000; + } + .navNormal a:link, .navNormal a:active, .navNormal a:visited { + color: #000000; + } + .navNormal a:hover { + color: #585880; + } + .navDrop a:link, .navDrop a:active, .navDrop a:visited { + color: #000000; + } + .navDrop a:hover { + color: #aa0000; + } + .navSpacer { + width: 1px; + background-color: #333333; + background-image: url(themes/arctic_ocean/img/tbg_nav1.png); + background-repeat: no-repeat; + background-position: center top; + } + .navSpacer img { + margin: 0px; + padding: 0px; + } + + /* for PMA version 2.6.4 and greater */ + ul#topmenu { + list-style-type: none; + background-color: #ffffff; + background-image: url(themes/arctic_ocean/img/tbg_nav0.png); + background-repeat: repeat-x; + background-position: center bottom; + border: none; + color: #000000; + font-weight: bold; + margin: 0; + padding: 8px 3px 0 3px; + white-space: nowrap; + position: fixed; + _position: absolute; + top: 0; + _top: expression(eval(document.body.scrollTop-4)); + _left: expression(eval(document.body.scrollLeft)); + left: 0; + width: 100%; + _width: expression(eval(document.body.offsetWidth-18)); + } + + ul#topmenu li { + float: left; + margin: 0; + padding: 0; + vertical-align: middle; + border: none; + } + + /* default tab styles */ + span.tab, span.tab:hover, + span.tabcaution, span.tabcaution:hover, + a.tab, a.tab:hover, + a.tabcaution, a.tabcaution:hover, + a.tabactive, a.tabactive:hover, + a.tab:link, a.tab:active, a.tab:visited, a.tab:hover, + a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover, + a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited, a.tabcaution:hover { + background-color: transparent; + background-repeat: repeat-x; + background-position: center top; + border: none; + margin: 0; + padding: 4px 2px 4px 2px; + border-radius-topleft: 0; + border-radius-topright: 0; + -moz-border-radius-topleft: 0; + -moz-border-radius-topright: 0; + } + + + + /* enabled drop/empty tabs */ + a.tab:link, a.tab:active, a.tab:visited, a.tab:hover, + a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover { + color: #585880; + } + a.tab:hover { + color: #ffffff; + background-image: url(themes/arctic_ocean/img/tbg_nav4.png); + background-position: center bottom; + } + a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover { + background-image: url(themes/arctic_ocean/img/tbg_nav2.png); + background-color: #ffffff; + border-left: 1px solid #333333; + border-right: 1px solid #333333; + border-bottom: 1px solid #ffffff; + } + a.tabcaution:hover { + background-image: url(themes/arctic_ocean/img/tbg_nav3.png); + background-position: center bottom; + } + a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited, a.tabcaution:hover, span.tabcaution { + color: #aa0000; + } + + /* disabled tabs */ + span.tab { + color: #333333; + } + span.tab, span.tabcaution { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55); + -moz-opacity: 0.5; + opacity: 0.5; + cursor: default; + } + + +/* -- DISABLED ELEMENTS -- */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + color: #333333; +} +tr.disabled, td.disabled, .disabled td { + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); + -moz-opacity: 0.60; + opacity: 0.60; +} + +#TooltipContainer { + font-size: inherit; + color: #ffffff; + background-color: #9eb1cc; + position: absolute; + z-index: 99; + width: 25em; + height: auto; + overflow: auto; + visibility: hidden; + border: 1px solid #333333; + padding: 0.5em; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); + -moz-opacity: 0.95; + opacity: 0.95; +} + +#buttonNo { + color: #aa0000; + font-weight: bold; +} +#buttonYes { + color: #006600; + font-weight: bold; +} +#buttonGo { + color: #58580; + font-weight: bold; +} +#listTable { + width: 260px; +} +#textSqlquery { + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + + diff --git a/arctic_ocean/img/arrow_ltr.gif b/arctic_ocean/img/arrow_ltr.gif new file mode 100644 index 000000000..a8f2200ad Binary files /dev/null and b/arctic_ocean/img/arrow_ltr.gif differ diff --git a/arctic_ocean/img/arrow_ltr.png b/arctic_ocean/img/arrow_ltr.png new file mode 100644 index 000000000..abb38087d Binary files /dev/null and b/arctic_ocean/img/arrow_ltr.png differ diff --git a/arctic_ocean/img/arrow_rtl.gif b/arctic_ocean/img/arrow_rtl.gif new file mode 100644 index 000000000..410b678a0 Binary files /dev/null and b/arctic_ocean/img/arrow_rtl.gif differ diff --git a/arctic_ocean/img/arrow_rtl.png b/arctic_ocean/img/arrow_rtl.png new file mode 100644 index 000000000..016cb2805 Binary files /dev/null and b/arctic_ocean/img/arrow_rtl.png differ diff --git a/arctic_ocean/img/b_bookmark.png b/arctic_ocean/img/b_bookmark.png new file mode 100644 index 000000000..f69230031 Binary files /dev/null and b/arctic_ocean/img/b_bookmark.png differ diff --git a/arctic_ocean/img/b_browse.png b/arctic_ocean/img/b_browse.png new file mode 100644 index 000000000..fc1d87337 Binary files /dev/null and b/arctic_ocean/img/b_browse.png differ diff --git a/arctic_ocean/img/b_calendar.png b/arctic_ocean/img/b_calendar.png new file mode 100644 index 000000000..a91715af2 Binary files /dev/null and b/arctic_ocean/img/b_calendar.png differ diff --git a/arctic_ocean/img/b_comment.png b/arctic_ocean/img/b_comment.png new file mode 100644 index 000000000..488c13d87 Binary files /dev/null and b/arctic_ocean/img/b_comment.png differ diff --git a/arctic_ocean/img/b_dbstatistics.png b/arctic_ocean/img/b_dbstatistics.png new file mode 100644 index 000000000..08bf46c6d Binary files /dev/null and b/arctic_ocean/img/b_dbstatistics.png differ diff --git a/arctic_ocean/img/b_deltbl.png b/arctic_ocean/img/b_deltbl.png new file mode 100644 index 000000000..7a0ec3420 Binary files /dev/null and b/arctic_ocean/img/b_deltbl.png differ diff --git a/arctic_ocean/img/b_docs.png b/arctic_ocean/img/b_docs.png new file mode 100644 index 000000000..3b775554b Binary files /dev/null and b/arctic_ocean/img/b_docs.png differ diff --git a/arctic_ocean/img/b_docsql.png b/arctic_ocean/img/b_docsql.png new file mode 100644 index 000000000..6f3627210 Binary files /dev/null and b/arctic_ocean/img/b_docsql.png differ diff --git a/arctic_ocean/img/b_drop.png b/arctic_ocean/img/b_drop.png new file mode 100644 index 000000000..7a0ec3420 Binary files /dev/null and b/arctic_ocean/img/b_drop.png differ diff --git a/arctic_ocean/img/b_edit.png b/arctic_ocean/img/b_edit.png new file mode 100644 index 000000000..9117b4ece Binary files /dev/null and b/arctic_ocean/img/b_edit.png differ diff --git a/arctic_ocean/img/b_empty.png b/arctic_ocean/img/b_empty.png new file mode 100644 index 000000000..933f7f886 Binary files /dev/null and b/arctic_ocean/img/b_empty.png differ diff --git a/arctic_ocean/img/b_engine.png b/arctic_ocean/img/b_engine.png new file mode 100644 index 000000000..46f3c5ab7 Binary files /dev/null and b/arctic_ocean/img/b_engine.png differ diff --git a/arctic_ocean/img/b_export.png b/arctic_ocean/img/b_export.png new file mode 100644 index 000000000..0b59c8e74 Binary files /dev/null and b/arctic_ocean/img/b_export.png differ diff --git a/arctic_ocean/img/b_firstpage.png b/arctic_ocean/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/arctic_ocean/img/b_firstpage.png differ diff --git a/arctic_ocean/img/b_ftext.png b/arctic_ocean/img/b_ftext.png new file mode 100644 index 000000000..b28d578ac Binary files /dev/null and b/arctic_ocean/img/b_ftext.png differ diff --git a/arctic_ocean/img/b_help.png b/arctic_ocean/img/b_help.png new file mode 100644 index 000000000..a4f2f4f09 Binary files /dev/null and b/arctic_ocean/img/b_help.png differ diff --git a/arctic_ocean/img/b_home.png b/arctic_ocean/img/b_home.png new file mode 100644 index 000000000..30e9ff484 Binary files /dev/null and b/arctic_ocean/img/b_home.png differ diff --git a/arctic_ocean/img/b_import.png b/arctic_ocean/img/b_import.png new file mode 100644 index 000000000..7266b1a96 Binary files /dev/null and b/arctic_ocean/img/b_import.png differ diff --git a/arctic_ocean/img/b_index.png b/arctic_ocean/img/b_index.png new file mode 100644 index 000000000..654ccf5d7 Binary files /dev/null and b/arctic_ocean/img/b_index.png differ diff --git a/arctic_ocean/img/b_info.png b/arctic_ocean/img/b_info.png new file mode 100644 index 000000000..391e16799 Binary files /dev/null and b/arctic_ocean/img/b_info.png differ diff --git a/arctic_ocean/img/b_insrow.png b/arctic_ocean/img/b_insrow.png new file mode 100644 index 000000000..251dd6b2d Binary files /dev/null and b/arctic_ocean/img/b_insrow.png differ diff --git a/arctic_ocean/img/b_lastpage.png b/arctic_ocean/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/arctic_ocean/img/b_lastpage.png differ diff --git a/arctic_ocean/img/b_minus.png b/arctic_ocean/img/b_minus.png new file mode 100644 index 000000000..36500bb08 Binary files /dev/null and b/arctic_ocean/img/b_minus.png differ diff --git a/arctic_ocean/img/b_newdb.png b/arctic_ocean/img/b_newdb.png new file mode 100644 index 000000000..407746327 Binary files /dev/null and b/arctic_ocean/img/b_newdb.png differ diff --git a/arctic_ocean/img/b_newtbl.png b/arctic_ocean/img/b_newtbl.png new file mode 100644 index 000000000..f798f4276 Binary files /dev/null and b/arctic_ocean/img/b_newtbl.png differ diff --git a/arctic_ocean/img/b_nextpage.png b/arctic_ocean/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/arctic_ocean/img/b_nextpage.png differ diff --git a/arctic_ocean/img/b_pdfdoc.png b/arctic_ocean/img/b_pdfdoc.png new file mode 100644 index 000000000..18ff17bf1 Binary files /dev/null and b/arctic_ocean/img/b_pdfdoc.png differ diff --git a/arctic_ocean/img/b_plus.png b/arctic_ocean/img/b_plus.png new file mode 100644 index 000000000..477710f2f Binary files /dev/null and b/arctic_ocean/img/b_plus.png differ diff --git a/arctic_ocean/img/b_prevpage.png b/arctic_ocean/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/arctic_ocean/img/b_prevpage.png differ diff --git a/arctic_ocean/img/b_primary.png b/arctic_ocean/img/b_primary.png new file mode 100644 index 000000000..fa04bff18 Binary files /dev/null and b/arctic_ocean/img/b_primary.png differ diff --git a/arctic_ocean/img/b_print.png b/arctic_ocean/img/b_print.png new file mode 100644 index 000000000..3e640e8f2 Binary files /dev/null and b/arctic_ocean/img/b_print.png differ diff --git a/arctic_ocean/img/b_props.png b/arctic_ocean/img/b_props.png new file mode 100644 index 000000000..37c270cd2 Binary files /dev/null and b/arctic_ocean/img/b_props.png differ diff --git a/arctic_ocean/img/b_relations.png b/arctic_ocean/img/b_relations.png new file mode 100644 index 000000000..c4d7aaa77 Binary files /dev/null and b/arctic_ocean/img/b_relations.png differ diff --git a/arctic_ocean/img/b_save.png b/arctic_ocean/img/b_save.png new file mode 100644 index 000000000..89b337627 Binary files /dev/null and b/arctic_ocean/img/b_save.png differ diff --git a/arctic_ocean/img/b_sbrowse.png b/arctic_ocean/img/b_sbrowse.png new file mode 100644 index 000000000..56dd0d86b Binary files /dev/null and b/arctic_ocean/img/b_sbrowse.png differ diff --git a/arctic_ocean/img/b_sdb.png b/arctic_ocean/img/b_sdb.png new file mode 100644 index 000000000..c346ed39d Binary files /dev/null and b/arctic_ocean/img/b_sdb.png differ diff --git a/arctic_ocean/img/b_search.png b/arctic_ocean/img/b_search.png new file mode 100644 index 000000000..ab5d86c7d Binary files /dev/null and b/arctic_ocean/img/b_search.png differ diff --git a/arctic_ocean/img/b_selboard.png b/arctic_ocean/img/b_selboard.png new file mode 100644 index 000000000..5132091b1 Binary files /dev/null and b/arctic_ocean/img/b_selboard.png differ diff --git a/arctic_ocean/img/b_select.png b/arctic_ocean/img/b_select.png new file mode 100644 index 000000000..3028370b9 Binary files /dev/null and b/arctic_ocean/img/b_select.png differ diff --git a/arctic_ocean/img/b_sql.png b/arctic_ocean/img/b_sql.png new file mode 100644 index 000000000..87c298cd3 Binary files /dev/null and b/arctic_ocean/img/b_sql.png differ diff --git a/arctic_ocean/img/b_sqldoc.png b/arctic_ocean/img/b_sqldoc.png new file mode 100644 index 000000000..6f3627210 Binary files /dev/null and b/arctic_ocean/img/b_sqldoc.png differ diff --git a/arctic_ocean/img/b_sqlhelp.png b/arctic_ocean/img/b_sqlhelp.png new file mode 100644 index 000000000..be02b6d29 Binary files /dev/null and b/arctic_ocean/img/b_sqlhelp.png differ diff --git a/arctic_ocean/img/b_tblanalyse.png b/arctic_ocean/img/b_tblanalyse.png new file mode 100644 index 000000000..822b689dd Binary files /dev/null and b/arctic_ocean/img/b_tblanalyse.png differ diff --git a/arctic_ocean/img/b_tblexport.png b/arctic_ocean/img/b_tblexport.png new file mode 100644 index 000000000..c1173a59e Binary files /dev/null and b/arctic_ocean/img/b_tblexport.png differ diff --git a/arctic_ocean/img/b_tblimport.png b/arctic_ocean/img/b_tblimport.png new file mode 100644 index 000000000..218b63f24 Binary files /dev/null and b/arctic_ocean/img/b_tblimport.png differ diff --git a/arctic_ocean/img/b_tblops.png b/arctic_ocean/img/b_tblops.png new file mode 100644 index 000000000..7632874df Binary files /dev/null and b/arctic_ocean/img/b_tblops.png differ diff --git a/arctic_ocean/img/b_tbloptimize.png b/arctic_ocean/img/b_tbloptimize.png new file mode 100644 index 000000000..20dd8e161 Binary files /dev/null and b/arctic_ocean/img/b_tbloptimize.png differ diff --git a/arctic_ocean/img/b_tipp.png b/arctic_ocean/img/b_tipp.png new file mode 100644 index 000000000..04034bdee Binary files /dev/null and b/arctic_ocean/img/b_tipp.png differ diff --git a/arctic_ocean/img/b_unique.png b/arctic_ocean/img/b_unique.png new file mode 100644 index 000000000..310f1cff7 Binary files /dev/null and b/arctic_ocean/img/b_unique.png differ diff --git a/arctic_ocean/img/b_usradd.png b/arctic_ocean/img/b_usradd.png new file mode 100644 index 000000000..aad768617 Binary files /dev/null and b/arctic_ocean/img/b_usradd.png differ diff --git a/arctic_ocean/img/b_usrcheck.png b/arctic_ocean/img/b_usrcheck.png new file mode 100644 index 000000000..3123ba689 Binary files /dev/null and b/arctic_ocean/img/b_usrcheck.png differ diff --git a/arctic_ocean/img/b_usrdrop.png b/arctic_ocean/img/b_usrdrop.png new file mode 100644 index 000000000..b26f06ef2 Binary files /dev/null and b/arctic_ocean/img/b_usrdrop.png differ diff --git a/arctic_ocean/img/b_usredit.png b/arctic_ocean/img/b_usredit.png new file mode 100644 index 000000000..55a7ff277 Binary files /dev/null and b/arctic_ocean/img/b_usredit.png differ diff --git a/arctic_ocean/img/b_usrlist.png b/arctic_ocean/img/b_usrlist.png new file mode 100644 index 000000000..84324305d Binary files /dev/null and b/arctic_ocean/img/b_usrlist.png differ diff --git a/arctic_ocean/img/b_view.png b/arctic_ocean/img/b_view.png new file mode 100644 index 000000000..07bcdadf9 Binary files /dev/null and b/arctic_ocean/img/b_view.png differ diff --git a/arctic_ocean/img/b_views.png b/arctic_ocean/img/b_views.png new file mode 100644 index 000000000..bbb2cd2e5 Binary files /dev/null and b/arctic_ocean/img/b_views.png differ diff --git a/arctic_ocean/img/bd_browse.png b/arctic_ocean/img/bd_browse.png new file mode 100644 index 000000000..c9a641c73 Binary files /dev/null and b/arctic_ocean/img/bd_browse.png differ diff --git a/arctic_ocean/img/bd_deltbl.png b/arctic_ocean/img/bd_deltbl.png new file mode 100644 index 000000000..f94d8d536 Binary files /dev/null and b/arctic_ocean/img/bd_deltbl.png differ diff --git a/arctic_ocean/img/bd_drop.png b/arctic_ocean/img/bd_drop.png new file mode 100644 index 000000000..f94d8d536 Binary files /dev/null and b/arctic_ocean/img/bd_drop.png differ diff --git a/arctic_ocean/img/bd_empty.png b/arctic_ocean/img/bd_empty.png new file mode 100644 index 000000000..0e4923bf6 Binary files /dev/null and b/arctic_ocean/img/bd_empty.png differ diff --git a/arctic_ocean/img/bd_firstpage.png b/arctic_ocean/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/arctic_ocean/img/bd_firstpage.png differ diff --git a/arctic_ocean/img/bd_ftext.png b/arctic_ocean/img/bd_ftext.png new file mode 100644 index 000000000..be98f0391 Binary files /dev/null and b/arctic_ocean/img/bd_ftext.png differ diff --git a/arctic_ocean/img/bd_index.png b/arctic_ocean/img/bd_index.png new file mode 100644 index 000000000..9a41d0b86 Binary files /dev/null and b/arctic_ocean/img/bd_index.png differ diff --git a/arctic_ocean/img/bd_insrow.png b/arctic_ocean/img/bd_insrow.png new file mode 100644 index 000000000..e045dbc0b Binary files /dev/null and b/arctic_ocean/img/bd_insrow.png differ diff --git a/arctic_ocean/img/bd_lastpage.png b/arctic_ocean/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/arctic_ocean/img/bd_lastpage.png differ diff --git a/arctic_ocean/img/bd_nextpage.png b/arctic_ocean/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/arctic_ocean/img/bd_nextpage.png differ diff --git a/arctic_ocean/img/bd_prevpage.png b/arctic_ocean/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/arctic_ocean/img/bd_prevpage.png differ diff --git a/arctic_ocean/img/bd_primary.png b/arctic_ocean/img/bd_primary.png new file mode 100644 index 000000000..12cd9ed49 Binary files /dev/null and b/arctic_ocean/img/bd_primary.png differ diff --git a/arctic_ocean/img/bd_sbrowse.png b/arctic_ocean/img/bd_sbrowse.png new file mode 100644 index 000000000..e2ef8c3f0 Binary files /dev/null and b/arctic_ocean/img/bd_sbrowse.png differ diff --git a/arctic_ocean/img/bd_select.png b/arctic_ocean/img/bd_select.png new file mode 100644 index 000000000..e901873c5 Binary files /dev/null and b/arctic_ocean/img/bd_select.png differ diff --git a/arctic_ocean/img/bd_unique.png b/arctic_ocean/img/bd_unique.png new file mode 100644 index 000000000..b7cb1d2da Binary files /dev/null and b/arctic_ocean/img/bd_unique.png differ diff --git a/arctic_ocean/img/bd_views.png b/arctic_ocean/img/bd_views.png new file mode 100644 index 000000000..21af78405 Binary files /dev/null and b/arctic_ocean/img/bd_views.png differ diff --git a/arctic_ocean/img/dot_black.png b/arctic_ocean/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/arctic_ocean/img/dot_black.png differ diff --git a/arctic_ocean/img/dot_blue.png b/arctic_ocean/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/arctic_ocean/img/dot_blue.png differ diff --git a/arctic_ocean/img/dot_green.png b/arctic_ocean/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/arctic_ocean/img/dot_green.png differ diff --git a/arctic_ocean/img/dot_red.png b/arctic_ocean/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/arctic_ocean/img/dot_red.png differ diff --git a/arctic_ocean/img/dot_violet.png b/arctic_ocean/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/arctic_ocean/img/dot_violet.png differ diff --git a/arctic_ocean/img/dot_yellow.png b/arctic_ocean/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/arctic_ocean/img/dot_yellow.png differ diff --git a/arctic_ocean/img/item.png b/arctic_ocean/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/arctic_ocean/img/item.png differ diff --git a/arctic_ocean/img/item_ltr.png b/arctic_ocean/img/item_ltr.png new file mode 100644 index 000000000..f545e9493 Binary files /dev/null and b/arctic_ocean/img/item_ltr.png differ diff --git a/arctic_ocean/img/item_rtl.png b/arctic_ocean/img/item_rtl.png new file mode 100644 index 000000000..0752346ff Binary files /dev/null and b/arctic_ocean/img/item_rtl.png differ diff --git a/arctic_ocean/img/logo_left.png b/arctic_ocean/img/logo_left.png new file mode 100644 index 000000000..fa056ea6f Binary files /dev/null and b/arctic_ocean/img/logo_left.png differ diff --git a/arctic_ocean/img/logo_right.png b/arctic_ocean/img/logo_right.png new file mode 100644 index 000000000..6b53a25a4 Binary files /dev/null and b/arctic_ocean/img/logo_right.png differ diff --git a/arctic_ocean/img/php_sym.png b/arctic_ocean/img/php_sym.png new file mode 100644 index 000000000..30fc331b2 Binary files /dev/null and b/arctic_ocean/img/php_sym.png differ diff --git a/arctic_ocean/img/pma_logo2.png b/arctic_ocean/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/arctic_ocean/img/pma_logo2.png differ diff --git a/arctic_ocean/img/s_asc.png b/arctic_ocean/img/s_asc.png new file mode 100644 index 000000000..412bb8a10 Binary files /dev/null and b/arctic_ocean/img/s_asc.png differ diff --git a/arctic_ocean/img/s_asci.png b/arctic_ocean/img/s_asci.png new file mode 100644 index 000000000..4cd52a360 Binary files /dev/null and b/arctic_ocean/img/s_asci.png differ diff --git a/arctic_ocean/img/s_attention.png b/arctic_ocean/img/s_attention.png new file mode 100644 index 000000000..80e7caf97 Binary files /dev/null and b/arctic_ocean/img/s_attention.png differ diff --git a/arctic_ocean/img/s_cancel.png b/arctic_ocean/img/s_cancel.png new file mode 100644 index 000000000..922e00631 Binary files /dev/null and b/arctic_ocean/img/s_cancel.png differ diff --git a/arctic_ocean/img/s_db.png b/arctic_ocean/img/s_db.png new file mode 100644 index 000000000..a4c05b52a Binary files /dev/null and b/arctic_ocean/img/s_db.png differ diff --git a/arctic_ocean/img/s_desc.png b/arctic_ocean/img/s_desc.png new file mode 100644 index 000000000..99f8e4860 Binary files /dev/null and b/arctic_ocean/img/s_desc.png differ diff --git a/arctic_ocean/img/s_error.png b/arctic_ocean/img/s_error.png new file mode 100644 index 000000000..ea8f52a8d Binary files /dev/null and b/arctic_ocean/img/s_error.png differ diff --git a/arctic_ocean/img/s_error2.png b/arctic_ocean/img/s_error2.png new file mode 100644 index 000000000..7d7bd446c Binary files /dev/null and b/arctic_ocean/img/s_error2.png differ diff --git a/arctic_ocean/img/s_fulltext.png b/arctic_ocean/img/s_fulltext.png new file mode 100644 index 000000000..c17671200 Binary files /dev/null and b/arctic_ocean/img/s_fulltext.png differ diff --git a/arctic_ocean/img/s_host.png b/arctic_ocean/img/s_host.png new file mode 100644 index 000000000..c06282d77 Binary files /dev/null and b/arctic_ocean/img/s_host.png differ diff --git a/arctic_ocean/img/s_info.png b/arctic_ocean/img/s_info.png new file mode 100644 index 000000000..8fcb0db26 Binary files /dev/null and b/arctic_ocean/img/s_info.png differ diff --git a/arctic_ocean/img/s_lang.png b/arctic_ocean/img/s_lang.png new file mode 100644 index 000000000..3e28de515 Binary files /dev/null and b/arctic_ocean/img/s_lang.png differ diff --git a/arctic_ocean/img/s_loggoff.png b/arctic_ocean/img/s_loggoff.png new file mode 100644 index 000000000..f4b18305a Binary files /dev/null and b/arctic_ocean/img/s_loggoff.png differ diff --git a/arctic_ocean/img/s_notice.png b/arctic_ocean/img/s_notice.png new file mode 100644 index 000000000..8fcb0db26 Binary files /dev/null and b/arctic_ocean/img/s_notice.png differ diff --git a/arctic_ocean/img/s_okay.png b/arctic_ocean/img/s_okay.png new file mode 100644 index 000000000..d472fc3ea Binary files /dev/null and b/arctic_ocean/img/s_okay.png differ diff --git a/arctic_ocean/img/s_partialtext.png b/arctic_ocean/img/s_partialtext.png new file mode 100644 index 000000000..25e795486 Binary files /dev/null and b/arctic_ocean/img/s_partialtext.png differ diff --git a/arctic_ocean/img/s_passwd.png b/arctic_ocean/img/s_passwd.png new file mode 100644 index 000000000..611553cd8 Binary files /dev/null and b/arctic_ocean/img/s_passwd.png differ diff --git a/arctic_ocean/img/s_process.png b/arctic_ocean/img/s_process.png new file mode 100644 index 000000000..10d283e38 Binary files /dev/null and b/arctic_ocean/img/s_process.png differ diff --git a/arctic_ocean/img/s_really.png b/arctic_ocean/img/s_really.png new file mode 100644 index 000000000..80e7caf97 Binary files /dev/null and b/arctic_ocean/img/s_really.png differ diff --git a/arctic_ocean/img/s_reload.png b/arctic_ocean/img/s_reload.png new file mode 100644 index 000000000..dd8b1c4d3 Binary files /dev/null and b/arctic_ocean/img/s_reload.png differ diff --git a/arctic_ocean/img/s_rights.png b/arctic_ocean/img/s_rights.png new file mode 100644 index 000000000..528df5440 Binary files /dev/null and b/arctic_ocean/img/s_rights.png differ diff --git a/arctic_ocean/img/s_status.png b/arctic_ocean/img/s_status.png new file mode 100644 index 000000000..8db027aad Binary files /dev/null and b/arctic_ocean/img/s_status.png differ diff --git a/arctic_ocean/img/s_tbl.png b/arctic_ocean/img/s_tbl.png new file mode 100644 index 000000000..08f67a22a Binary files /dev/null and b/arctic_ocean/img/s_tbl.png differ diff --git a/arctic_ocean/img/s_theme.png b/arctic_ocean/img/s_theme.png new file mode 100644 index 000000000..0024117e5 Binary files /dev/null and b/arctic_ocean/img/s_theme.png differ diff --git a/arctic_ocean/img/s_vars.png b/arctic_ocean/img/s_vars.png new file mode 100644 index 000000000..5d885b91d Binary files /dev/null and b/arctic_ocean/img/s_vars.png differ diff --git a/arctic_ocean/img/s_views.png b/arctic_ocean/img/s_views.png new file mode 100644 index 000000000..c8d892f1b Binary files /dev/null and b/arctic_ocean/img/s_views.png differ diff --git a/arctic_ocean/img/s_warn.png b/arctic_ocean/img/s_warn.png new file mode 100644 index 000000000..80e7caf97 Binary files /dev/null and b/arctic_ocean/img/s_warn.png differ diff --git a/arctic_ocean/img/sd_views.png b/arctic_ocean/img/sd_views.png new file mode 100644 index 000000000..612ab663a Binary files /dev/null and b/arctic_ocean/img/sd_views.png differ diff --git a/arctic_ocean/img/spacer.png b/arctic_ocean/img/spacer.png new file mode 100644 index 000000000..548301343 Binary files /dev/null and b/arctic_ocean/img/spacer.png differ diff --git a/arctic_ocean/img/tbg_nav0.png b/arctic_ocean/img/tbg_nav0.png new file mode 100644 index 000000000..30934c836 Binary files /dev/null and b/arctic_ocean/img/tbg_nav0.png differ diff --git a/arctic_ocean/img/tbg_nav1.png b/arctic_ocean/img/tbg_nav1.png new file mode 100644 index 000000000..bb88aa6ed Binary files /dev/null and b/arctic_ocean/img/tbg_nav1.png differ diff --git a/arctic_ocean/img/tbg_nav2.png b/arctic_ocean/img/tbg_nav2.png new file mode 100644 index 000000000..1c0d026c8 Binary files /dev/null and b/arctic_ocean/img/tbg_nav2.png differ diff --git a/arctic_ocean/img/tbg_nav3.png b/arctic_ocean/img/tbg_nav3.png new file mode 100644 index 000000000..ea8e78199 Binary files /dev/null and b/arctic_ocean/img/tbg_nav3.png differ diff --git a/arctic_ocean/img/tbg_nav4.png b/arctic_ocean/img/tbg_nav4.png new file mode 100644 index 000000000..c9246e832 Binary files /dev/null and b/arctic_ocean/img/tbg_nav4.png differ diff --git a/arctic_ocean/img/tbg_th0.png b/arctic_ocean/img/tbg_th0.png new file mode 100644 index 000000000..d206bf4b6 Binary files /dev/null and b/arctic_ocean/img/tbg_th0.png differ diff --git a/arctic_ocean/img/tbg_th1.png b/arctic_ocean/img/tbg_th1.png new file mode 100644 index 000000000..6c3a51414 Binary files /dev/null and b/arctic_ocean/img/tbg_th1.png differ diff --git a/arctic_ocean/img/tbg_th2.png b/arctic_ocean/img/tbg_th2.png new file mode 100644 index 000000000..b79fa867d Binary files /dev/null and b/arctic_ocean/img/tbg_th2.png differ diff --git a/arctic_ocean/img/tbg_th2a.png b/arctic_ocean/img/tbg_th2a.png new file mode 100644 index 000000000..8affe2064 Binary files /dev/null and b/arctic_ocean/img/tbg_th2a.png differ diff --git a/arctic_ocean/img/tbg_th3.png b/arctic_ocean/img/tbg_th3.png new file mode 100644 index 000000000..8bee5f576 Binary files /dev/null and b/arctic_ocean/img/tbg_th3.png differ diff --git a/arctic_ocean/img/vertical_line.png b/arctic_ocean/img/vertical_line.png new file mode 100644 index 000000000..df0154445 Binary files /dev/null and b/arctic_ocean/img/vertical_line.png differ diff --git a/arctic_ocean/img/wbg_left.jpg b/arctic_ocean/img/wbg_left.jpg new file mode 100644 index 000000000..0e20113f1 Binary files /dev/null and b/arctic_ocean/img/wbg_left.jpg differ diff --git a/arctic_ocean/img/wbg_right.jpg b/arctic_ocean/img/wbg_right.jpg new file mode 100644 index 000000000..0b9dd8f98 Binary files /dev/null and b/arctic_ocean/img/wbg_right.jpg differ diff --git a/arctic_ocean/info.inc.php b/arctic_ocean/info.inc.php new file mode 100644 index 000000000..021e3b5af --- /dev/null +++ b/arctic_ocean/info.inc.php @@ -0,0 +1,6 @@ + diff --git a/arctic_ocean/layout.inc.php b/arctic_ocean/layout.inc.php new file mode 100644 index 000000000..55d87faf2 --- /dev/null +++ b/arctic_ocean/layout.inc.php @@ -0,0 +1,47 @@ + '#999999', + 'comment_mysql' => '', + 'comment_ansi' => '', + 'comment_c' => '', + 'digit' => '', + 'digit_hex' => 'teal', + 'digit_integer' => 'teal', + 'digit_float' => 'aqua', + 'punct' => '#cc0000', + 'alpha' => '', + 'alpha_columnType' => '#FF9900', + 'alpha_columnAttrib' => '#0000FF', + 'alpha_reservedWord' => '#cc0000', + 'alpha_functionName' => '#000099', + 'alpha_identifier' => 'black', + 'alpha_charset' => '#6495ed', + 'alpha_variable' => '#800000', + 'quote' => '#008000', + 'quote_double' => '#000000', + 'quote_single' => '#000000', + 'quote_backtick' => '' +); +?> diff --git a/arctic_ocean/license-gpl.txt b/arctic_ocean/license-gpl.txt new file mode 100644 index 000000000..207a79cbd --- /dev/null +++ b/arctic_ocean/license-gpl.txt @@ -0,0 +1,278 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + diff --git a/arctic_ocean/license.txt b/arctic_ocean/license.txt new file mode 100644 index 000000000..8fcff6395 --- /dev/null +++ b/arctic_ocean/license.txt @@ -0,0 +1,61 @@ +-------------------------------------------------------------------------------- +This copyright and license notice covers the images in this directory (+ /img). +Note the license notice contains an add-on. +-------------------------------------------------------------------------------- + +TITLE: Database Icon-Set +AUTHOR: Michael Keck + me[at]michaelkeck[dot]de + +Copyright (c) 2005 Michael Keck. + +-------------------------------------------------------------------------------- + +This library is free software; you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation, version 2.1 of the License. +This library is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. +You should have received a copy of the GNU Lesser General Public License along +with this library (see the the license-gpl.txt file); +if not, write to the + Free Software Foundation, Inc., + 59 Temple Place, Suite 330, + Boston, MA 02111-1307 USA + + +-------------------------------------------------------------------------------- + *** NOTE THIS ADD-ON *** +-------------------------------------------------------------------------------- + +The GNU Lesser General Public License or LGPL is written for software libraries +in the first place. The LGPL has to be considered valid for this artwork library +too. Arctic-Ocean Icon-Set is a special kind of software library, it is an +artwork library, it's elements can be used in a Graphical User Interface, or GUI. +Source code, for this library means: - raster png image* . +The LGPL in some sections obliges you to make the files carry notices. With +images this is in some cases impossible or hardly usefull. +With this library a notice is placed at a prominent place in the directory +containing the elements. You may follow this practice. +The exception in section 6 of the GNU Lesser General Public License covers the +use of elements of this art library in a GUI. + +Date: June 2005 +Version: 1.0 + + +-------------------------------------------------------------------------------- +DESCRIPTION: +-------------------------------------------------------------------------------- + +Database Icon-Set: +Icons where designed using Adobe Photoshop, and then exported to PNG format. + + +-------------------------------------------------------------------------------- +LICENSE +-------------------------------------------------------------------------------- + +Released under GNU Lesser General Public License (LGPL) +Look at the license-gpl.txt file. diff --git a/arctic_ocean/readme.txt b/arctic_ocean/readme.txt new file mode 100644 index 000000000..71873f954 --- /dev/null +++ b/arctic_ocean/readme.txt @@ -0,0 +1,62 @@ + + README FILE FOR THE ARTIC-OCEAN THEME USED WITH PHPMAYADMIN +---------------------------------------------------------------------- + +CHANGE LOG: + - 2005-09-12; + > Supporting phpMyAdmin Version 2.6.4 and higher + - 2005-09-11: + > $pma_http_url = ''; + set here your absolute url to the 'artic_ocean' theme + directory (if required) + +1. INSTALLATION +---------------------------------------------------------------------- + Simply unzip the files. + (sample: [whatever]/phpMyAdmin/themes/) + + One each .css you'll find in first line . + Here you can (if required) the url to the 'artic_ocean' theme. + This may fix some problems with relative urls. + + Then make sure, that all images are in the directory + - [whatever]/phpMyAdmin/themes/arctic_ocean/img/ + + and all *.css.php files are in the directory + - [whatever]/phpMyAdmin/themes/arctic_ocean/css/. + + The two *.inc.php files must stored in the directory + - [whatever]/phpMyAdmin/themes/arctic_ocean/. + + Note: + [whatever] is any path to your phpMyAdmin-Installation. + +---------------------------------------------------------------------- + + +2. REQUIREMENTS / INFORMATIONS +---------------------------------------------------------------------- + - phpMyAdmin Version 2.6.2 or higher + - full CSS2 compatible browser + (I've tested with Firefox 1.02, Microsoft(R) + InternetExplorer 6.0, and Opera 7.54) + - Your browser should support Javascript + and png-images. + - In phpMyAdmin Version 2.6.4 there's + a new navigation behavior included. + The navigation panel has a fixed position now. + +---------------------------------------------------------------------- + + +3. INFORMATION ABOUT THE ARCTIC-OCEAN THEME: +---------------------------------------------------------------------- + a) ICONS: + Database Icon-Set made 2005 by Michael Keck. + Please see license.txt file for more informations. + b) THEME: + The theme is based on the 'darkblue_orange' theme made by the + members of the phpMyAdmin Team. + Modification and integration of the 'darkblue_orange' theme and + the new Database Icon-Set is made by + Michael Keck. diff --git a/arctic_ocean/screen.png b/arctic_ocean/screen.png new file mode 100644 index 000000000..827bdc9a3 Binary files /dev/null and b/arctic_ocean/screen.png differ diff --git a/cactica_blues/css/theme_left.css.php b/cactica_blues/css/theme_left.css.php new file mode 100644 index 000000000..b06bf0e22 --- /dev/null +++ b/cactica_blues/css/theme_left.css.php @@ -0,0 +1,241 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + 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: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #7296C0; + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #ffffff; + color: #000000; + width: 150px; +} +hr{ + color: #ffffff; + background-color: #ffffff; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/cactica_blues/css/theme_print.css.php b/cactica_blues/css/theme_print.css.php new file mode 100644 index 000000000..8d652c5f3 --- /dev/null +++ b/cactica_blues/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, 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/cactica_blues/css/theme_right.css.php b/cactica_blues/css/theme_right.css.php new file mode 100644 index 000000000..20157f825 --- /dev/null +++ b/cactica_blues/css/theme_right.css.php @@ -0,0 +1,550 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + + background-color: #ffffff; + margin: 5px; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: none; + color: #5A7493; + +} +a:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: underline; + color: #cc0000; +} +th{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #ff9900; + + background-image: url(../themes/cactica_blues/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #000000; + text-decoration: underline; +} + +th a:hover{ + color: #7296C0; + text-decoration: none; +} +.tblcomment{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: normal; + color: #000099; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +form{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} +input.textfield{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + /*background-color: #FFFFFF;*/ +} + +h1{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #cc0000; +} +td.topline{ + font-size: 1px; +} +fieldset { + border: #7296C0 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Verdana, Arial, Helvetica, sans-serif; + size: 10px; + color: #7296C0; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; +} +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: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/cactica_blues/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #ffffcc; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #ffffff; +/* + +*/ + background-image: url(../themes/cactica_blues/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 10px;} +.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 {} + +/* tables */ +.tblError { + border: 1px solid #cc0000; + background-color: #ffffcc; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #ffffff; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #ffffff; + background-color: #7296C0; + + background-image: url(../themes/cactica_blues/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #ffffcc; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #ffffff; + background-color: #7296C0; + + background-image: url(../themes/cactica_blues/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #ffffff; +} +.tblHeadError { + font-weight: bold; + color: #ffffff; + background-color: #cc0000; + + background-image: url(../themes/cactica_blues/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/cactica_blues/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/cactica_blues/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.warnhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/cactica_blues/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +hr{ + color: #7296C0; background-color: #6666cc; border: 0; height: 1px; +} + +/* topmenu */ + +#topmenu { + font-weight: bold; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + margin-right: 0.1em; + margin-left: 0.1em; +} + +/* disabled tabs */ +span.tab { + color: #000000; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff2222; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: #FF0000; +} +a.tabcaution:hover { + color: #FFFFFF; + background-color: #FF0000; +} + + +/* active tab */ +a.tabactive { + border-bottom: 0.1em solid black; + color: black; +} + +#topmenu { + margin-top: 0.5em; + border-bottom: 0.1em solid black; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #FFFFFF; + + background-image: url(../themes/cactica_blues/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 20px; + padding: 2px 5px 2px 5px; + font-weight: bold; + color: #FFFFFF; +} + +a.tab:link, a.tab:visited, a.tab:active { + color: #FFFFFF; +} + +a.tabactive:link, a.tabactive:visited, a.tabactive:active { + color: #FFFFFF; +} + +/* enabled hover/active tabs */ +a.tab:hover, .tabactive { + margin-right: 0; + margin-left: 0; + padding: 0.3em 0.3em 0.1em 0.3em; + background-color: #E5E5E5; + background-image: url(../themes/cactica_blues/img/tbl_th.png); background-repeat: repeat-x; + font-weight: bold; + color: #FFFFFF; +} + +a.tabcaution:hover { + background-color: #ff0000; + background-image: none; +} + +/* disabled drop/empty tabs */ +span.tab, span.tabcaution { + cursor: url(themes/original/img/error.ico), default; +} + +/* end topmenu */ + +img, input, select, button { + vertical-align: middle; +} + +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.2em; +} + + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; +} +.disabled a:hover { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + +/* some styles for IDs: */ +#buttonNo{ + color: #CC0000; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + + diff --git a/cactica_blues/img/arrow_ltr.gif b/cactica_blues/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/cactica_blues/img/arrow_ltr.gif differ diff --git a/cactica_blues/img/arrow_ltr.png b/cactica_blues/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/cactica_blues/img/arrow_ltr.png differ diff --git a/cactica_blues/img/arrow_rtl.gif b/cactica_blues/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/cactica_blues/img/arrow_rtl.gif differ diff --git a/cactica_blues/img/arrow_rtl.png b/cactica_blues/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/cactica_blues/img/arrow_rtl.png differ diff --git a/cactica_blues/img/asc_order.png b/cactica_blues/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/cactica_blues/img/asc_order.png differ diff --git a/cactica_blues/img/b_bookmark.png b/cactica_blues/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/cactica_blues/img/b_bookmark.png differ diff --git a/cactica_blues/img/b_browse.png b/cactica_blues/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/cactica_blues/img/b_browse.png differ diff --git a/cactica_blues/img/b_calendar.png b/cactica_blues/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/cactica_blues/img/b_calendar.png differ diff --git a/cactica_blues/img/b_comment.png b/cactica_blues/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/cactica_blues/img/b_comment.png differ diff --git a/cactica_blues/img/b_dbstatistics.png b/cactica_blues/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/cactica_blues/img/b_dbstatistics.png differ diff --git a/cactica_blues/img/b_deltbl.png b/cactica_blues/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/cactica_blues/img/b_deltbl.png differ diff --git a/cactica_blues/img/b_docs.png b/cactica_blues/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/cactica_blues/img/b_docs.png differ diff --git a/cactica_blues/img/b_docsql.png b/cactica_blues/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/cactica_blues/img/b_docsql.png differ diff --git a/cactica_blues/img/b_drop.png b/cactica_blues/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/cactica_blues/img/b_drop.png differ diff --git a/cactica_blues/img/b_edit.png b/cactica_blues/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/cactica_blues/img/b_edit.png differ diff --git a/cactica_blues/img/b_empty.png b/cactica_blues/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/cactica_blues/img/b_empty.png differ diff --git a/cactica_blues/img/b_engine.png b/cactica_blues/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/cactica_blues/img/b_engine.png differ diff --git a/cactica_blues/img/b_export.png b/cactica_blues/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/cactica_blues/img/b_export.png differ diff --git a/cactica_blues/img/b_firstpage.png b/cactica_blues/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/cactica_blues/img/b_firstpage.png differ diff --git a/cactica_blues/img/b_ftext.png b/cactica_blues/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/cactica_blues/img/b_ftext.png differ diff --git a/cactica_blues/img/b_help.png b/cactica_blues/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/cactica_blues/img/b_help.png differ diff --git a/cactica_blues/img/b_home.png b/cactica_blues/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/cactica_blues/img/b_home.png differ diff --git a/cactica_blues/img/b_import.png b/cactica_blues/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/cactica_blues/img/b_import.png differ diff --git a/cactica_blues/img/b_index.png b/cactica_blues/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/cactica_blues/img/b_index.png differ diff --git a/cactica_blues/img/b_info.png b/cactica_blues/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/cactica_blues/img/b_info.png differ diff --git a/cactica_blues/img/b_insrow.png b/cactica_blues/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/cactica_blues/img/b_insrow.png differ diff --git a/cactica_blues/img/b_lastpage.png b/cactica_blues/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/cactica_blues/img/b_lastpage.png differ diff --git a/cactica_blues/img/b_minus.png b/cactica_blues/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/cactica_blues/img/b_minus.png differ diff --git a/cactica_blues/img/b_newdb.png b/cactica_blues/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/cactica_blues/img/b_newdb.png differ diff --git a/cactica_blues/img/b_newtbl.png b/cactica_blues/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/cactica_blues/img/b_newtbl.png differ diff --git a/cactica_blues/img/b_nextpage.png b/cactica_blues/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/cactica_blues/img/b_nextpage.png differ diff --git a/cactica_blues/img/b_pdfdoc.png b/cactica_blues/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/cactica_blues/img/b_pdfdoc.png differ diff --git a/cactica_blues/img/b_plus.png b/cactica_blues/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/cactica_blues/img/b_plus.png differ diff --git a/cactica_blues/img/b_prevpage.png b/cactica_blues/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/cactica_blues/img/b_prevpage.png differ diff --git a/cactica_blues/img/b_primary.png b/cactica_blues/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/cactica_blues/img/b_primary.png differ diff --git a/cactica_blues/img/b_print.png b/cactica_blues/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/cactica_blues/img/b_print.png differ diff --git a/cactica_blues/img/b_props.png b/cactica_blues/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/cactica_blues/img/b_props.png differ diff --git a/cactica_blues/img/b_relations.png b/cactica_blues/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/cactica_blues/img/b_relations.png differ diff --git a/cactica_blues/img/b_save.png b/cactica_blues/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/cactica_blues/img/b_save.png differ diff --git a/cactica_blues/img/b_sbrowse.png b/cactica_blues/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/cactica_blues/img/b_sbrowse.png differ diff --git a/cactica_blues/img/b_sdb.png b/cactica_blues/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/cactica_blues/img/b_sdb.png differ diff --git a/cactica_blues/img/b_search.png b/cactica_blues/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/cactica_blues/img/b_search.png differ diff --git a/cactica_blues/img/b_selboard.png b/cactica_blues/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/cactica_blues/img/b_selboard.png differ diff --git a/cactica_blues/img/b_select.png b/cactica_blues/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/cactica_blues/img/b_select.png differ diff --git a/cactica_blues/img/b_sql.png b/cactica_blues/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/cactica_blues/img/b_sql.png differ diff --git a/cactica_blues/img/b_sqldoc.png b/cactica_blues/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/cactica_blues/img/b_sqldoc.png differ diff --git a/cactica_blues/img/b_sqlhelp.png b/cactica_blues/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/cactica_blues/img/b_sqlhelp.png differ diff --git a/cactica_blues/img/b_tblanalyse.png b/cactica_blues/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/cactica_blues/img/b_tblanalyse.png differ diff --git a/cactica_blues/img/b_tblexport.png b/cactica_blues/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/cactica_blues/img/b_tblexport.png differ diff --git a/cactica_blues/img/b_tblimport.png b/cactica_blues/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/cactica_blues/img/b_tblimport.png differ diff --git a/cactica_blues/img/b_tblops.png b/cactica_blues/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/cactica_blues/img/b_tblops.png differ diff --git a/cactica_blues/img/b_tbloptimize.png b/cactica_blues/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/cactica_blues/img/b_tbloptimize.png differ diff --git a/cactica_blues/img/b_tipp.png b/cactica_blues/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/cactica_blues/img/b_tipp.png differ diff --git a/cactica_blues/img/b_unique.png b/cactica_blues/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/cactica_blues/img/b_unique.png differ diff --git a/cactica_blues/img/b_usradd.png b/cactica_blues/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/cactica_blues/img/b_usradd.png differ diff --git a/cactica_blues/img/b_usrcheck.png b/cactica_blues/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/cactica_blues/img/b_usrcheck.png differ diff --git a/cactica_blues/img/b_usrdrop.png b/cactica_blues/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/cactica_blues/img/b_usrdrop.png differ diff --git a/cactica_blues/img/b_usredit.png b/cactica_blues/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/cactica_blues/img/b_usredit.png differ diff --git a/cactica_blues/img/b_usrlist.png b/cactica_blues/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/cactica_blues/img/b_usrlist.png differ diff --git a/cactica_blues/img/b_view.png b/cactica_blues/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/cactica_blues/img/b_view.png differ diff --git a/cactica_blues/img/b_views.png b/cactica_blues/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/cactica_blues/img/b_views.png differ diff --git a/cactica_blues/img/bd_browse.png b/cactica_blues/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/cactica_blues/img/bd_browse.png differ diff --git a/cactica_blues/img/bd_deltbl.png b/cactica_blues/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/cactica_blues/img/bd_deltbl.png differ diff --git a/cactica_blues/img/bd_drop.png b/cactica_blues/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/cactica_blues/img/bd_drop.png differ diff --git a/cactica_blues/img/bd_empty.png b/cactica_blues/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/cactica_blues/img/bd_empty.png differ diff --git a/cactica_blues/img/bd_firstpage.png b/cactica_blues/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/cactica_blues/img/bd_firstpage.png differ diff --git a/cactica_blues/img/bd_ftext.png b/cactica_blues/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/cactica_blues/img/bd_ftext.png differ diff --git a/cactica_blues/img/bd_index.png b/cactica_blues/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/cactica_blues/img/bd_index.png differ diff --git a/cactica_blues/img/bd_insrow.png b/cactica_blues/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/cactica_blues/img/bd_insrow.png differ diff --git a/cactica_blues/img/bd_lastpage.png b/cactica_blues/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/cactica_blues/img/bd_lastpage.png differ diff --git a/cactica_blues/img/bd_nextpage.png b/cactica_blues/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/cactica_blues/img/bd_nextpage.png differ diff --git a/cactica_blues/img/bd_prevpage.png b/cactica_blues/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/cactica_blues/img/bd_prevpage.png differ diff --git a/cactica_blues/img/bd_primary.png b/cactica_blues/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/cactica_blues/img/bd_primary.png differ diff --git a/cactica_blues/img/bd_sbrowse.png b/cactica_blues/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/cactica_blues/img/bd_sbrowse.png differ diff --git a/cactica_blues/img/bd_select.png b/cactica_blues/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/cactica_blues/img/bd_select.png differ diff --git a/cactica_blues/img/bd_unique.png b/cactica_blues/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/cactica_blues/img/bd_unique.png differ diff --git a/cactica_blues/img/dot_black.png b/cactica_blues/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/cactica_blues/img/dot_black.png differ diff --git a/cactica_blues/img/dot_blue.png b/cactica_blues/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/cactica_blues/img/dot_blue.png differ diff --git a/cactica_blues/img/dot_green.png b/cactica_blues/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/cactica_blues/img/dot_green.png differ diff --git a/cactica_blues/img/dot_red.png b/cactica_blues/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/cactica_blues/img/dot_red.png differ diff --git a/cactica_blues/img/dot_violet.png b/cactica_blues/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/cactica_blues/img/dot_violet.png differ diff --git a/cactica_blues/img/dot_yellow.png b/cactica_blues/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/cactica_blues/img/dot_yellow.png differ diff --git a/cactica_blues/img/frm_linevrlt.png b/cactica_blues/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/cactica_blues/img/frm_linevrlt.png differ diff --git a/cactica_blues/img/item.png b/cactica_blues/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/cactica_blues/img/item.png differ diff --git a/cactica_blues/img/item_ltr.png b/cactica_blues/img/item_ltr.png new file mode 100644 index 000000000..53b4cfc4f Binary files /dev/null and b/cactica_blues/img/item_ltr.png differ diff --git a/cactica_blues/img/item_rtl.png b/cactica_blues/img/item_rtl.png new file mode 100644 index 000000000..654db7948 Binary files /dev/null and b/cactica_blues/img/item_rtl.png differ diff --git a/cactica_blues/img/logo_left.png b/cactica_blues/img/logo_left.png new file mode 100644 index 000000000..932b65d23 Binary files /dev/null and b/cactica_blues/img/logo_left.png differ diff --git a/cactica_blues/img/logo_right.png b/cactica_blues/img/logo_right.png new file mode 100644 index 000000000..7dea574a5 Binary files /dev/null and b/cactica_blues/img/logo_right.png differ diff --git a/cactica_blues/img/php_sym.png b/cactica_blues/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/cactica_blues/img/php_sym.png differ diff --git a/cactica_blues/img/pma_logo2.png b/cactica_blues/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/cactica_blues/img/pma_logo2.png differ diff --git a/cactica_blues/img/s_asc.png b/cactica_blues/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/cactica_blues/img/s_asc.png differ diff --git a/cactica_blues/img/s_asci.png b/cactica_blues/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/cactica_blues/img/s_asci.png differ diff --git a/cactica_blues/img/s_attention.png b/cactica_blues/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/cactica_blues/img/s_attention.png differ diff --git a/cactica_blues/img/s_cancel.png b/cactica_blues/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/cactica_blues/img/s_cancel.png differ diff --git a/cactica_blues/img/s_cancel2.png b/cactica_blues/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/cactica_blues/img/s_cancel2.png differ diff --git a/cactica_blues/img/s_db.png b/cactica_blues/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/cactica_blues/img/s_db.png differ diff --git a/cactica_blues/img/s_desc.png b/cactica_blues/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/cactica_blues/img/s_desc.png differ diff --git a/cactica_blues/img/s_error.png b/cactica_blues/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/cactica_blues/img/s_error.png differ diff --git a/cactica_blues/img/s_error2.png b/cactica_blues/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/cactica_blues/img/s_error2.png differ diff --git a/cactica_blues/img/s_fulltext.png b/cactica_blues/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/cactica_blues/img/s_fulltext.png differ diff --git a/cactica_blues/img/s_host.png b/cactica_blues/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/cactica_blues/img/s_host.png differ diff --git a/cactica_blues/img/s_info.png b/cactica_blues/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/cactica_blues/img/s_info.png differ diff --git a/cactica_blues/img/s_lang.png b/cactica_blues/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/cactica_blues/img/s_lang.png differ diff --git a/cactica_blues/img/s_loggoff.png b/cactica_blues/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/cactica_blues/img/s_loggoff.png differ diff --git a/cactica_blues/img/s_notice.png b/cactica_blues/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/cactica_blues/img/s_notice.png differ diff --git a/cactica_blues/img/s_okay.png b/cactica_blues/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/cactica_blues/img/s_okay.png differ diff --git a/cactica_blues/img/s_partialtext.png b/cactica_blues/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/cactica_blues/img/s_partialtext.png differ diff --git a/cactica_blues/img/s_passwd.png b/cactica_blues/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/cactica_blues/img/s_passwd.png differ diff --git a/cactica_blues/img/s_process.png b/cactica_blues/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/cactica_blues/img/s_process.png differ diff --git a/cactica_blues/img/s_really.png b/cactica_blues/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/cactica_blues/img/s_really.png differ diff --git a/cactica_blues/img/s_reload.png b/cactica_blues/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/cactica_blues/img/s_reload.png differ diff --git a/cactica_blues/img/s_rights.png b/cactica_blues/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/cactica_blues/img/s_rights.png differ diff --git a/cactica_blues/img/s_status.png b/cactica_blues/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/cactica_blues/img/s_status.png differ diff --git a/cactica_blues/img/s_tbl.png b/cactica_blues/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/cactica_blues/img/s_tbl.png differ diff --git a/cactica_blues/img/s_theme.png b/cactica_blues/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/cactica_blues/img/s_theme.png differ diff --git a/cactica_blues/img/s_vars.png b/cactica_blues/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/cactica_blues/img/s_vars.png differ diff --git a/cactica_blues/img/s_views.png b/cactica_blues/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/cactica_blues/img/s_views.png differ diff --git a/cactica_blues/img/s_warn.png b/cactica_blues/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/cactica_blues/img/s_warn.png differ diff --git a/cactica_blues/img/spacer.png b/cactica_blues/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/cactica_blues/img/spacer.png differ diff --git a/cactica_blues/img/tbl_error.png b/cactica_blues/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/cactica_blues/img/tbl_error.png differ diff --git a/cactica_blues/img/tbl_header.png b/cactica_blues/img/tbl_header.png new file mode 100644 index 000000000..3718df7b8 Binary files /dev/null and b/cactica_blues/img/tbl_header.png differ diff --git a/cactica_blues/img/tbl_th.png b/cactica_blues/img/tbl_th.png new file mode 100644 index 000000000..9a9129ece Binary files /dev/null and b/cactica_blues/img/tbl_th.png differ diff --git a/cactica_blues/img/vertical_line.png b/cactica_blues/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/cactica_blues/img/vertical_line.png differ diff --git a/cactica_blues/info.inc.php b/cactica_blues/info.inc.php new file mode 100644 index 000000000..8997c2c69 --- /dev/null +++ b/cactica_blues/info.inc.php @@ -0,0 +1,12 @@ + diff --git a/cactica_blues/layout.inc.php b/cactica_blues/layout.inc.php new file mode 100644 index 000000000..35fff21cb --- /dev/null +++ b/cactica_blues/layout.inc.php @@ -0,0 +1,43 @@ + '#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/cactica_blues/screen.png b/cactica_blues/screen.png new file mode 100644 index 000000000..0603e446d Binary files /dev/null and b/cactica_blues/screen.png differ diff --git a/darkblue_gray/css/theme_left.css.php b/darkblue_gray/css/theme_left.css.php new file mode 100644 index 000000000..a80cf2dc6 --- /dev/null +++ b/darkblue_gray/css/theme_left.css.php @@ -0,0 +1,241 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + 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: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #999999; + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #ffffff; + color: #000000; + width: 150px; +} +hr{ + color: #ffffff; + background-color: #ffffff; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/darkblue_gray/css/theme_print.css.php b/darkblue_gray/css/theme_print.css.php new file mode 100644 index 000000000..dc2367bfb --- /dev/null +++ b/darkblue_gray/css/theme_print.css.php @@ -0,0 +1,42 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} + diff --git a/darkblue_gray/css/theme_right.css.php b/darkblue_gray/css/theme_right.css.php new file mode 100644 index 000000000..f4ff06a8b --- /dev/null +++ b/darkblue_gray/css/theme_right.css.php @@ -0,0 +1,565 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + + background-color: #ffffff; + margin: 5px; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: none; + color: #333399; + +} +a:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: underline; + color: #cc0000; +} +th{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #999988; + + background-image: url(../themes/darkblue_gray/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #000000; + text-decoration: underline; +} + +th a:hover{ + color: #666666; + text-decoration: none; +} +.tblcomment{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: normal; + color: #000099; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +form{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} +input.textfield{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + /*background-color: #FFFFFF;*/ +} + +h1{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #cc0000; +} +td.topline{ + font-size: 1px; +} + +fieldset { + border: #676767 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Verdana, Arial, Helvetica, sans-serif; + size: 10px; + color: #676767; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; +} +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: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/darkblue_gray/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #ffffcc; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #ffffff; +/* + +*/ + background-image: url(../themes/darkblue_gray/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 10px;} +.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 {} + + +/* tables */ +.tblError { + border: 1px solid #cc0000; + background-color: #ffffcc; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #ffffff; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #ffffff; + background-color: #676767; + + background-image: url(../themes/darkblue_gray/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #ffffcc; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #ffffff; + background-color: #676767; + + background-image: url(../themes/darkblue_gray/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #ffffff; +} +.tblHeadError { + font-weight: bold; + color: #ffffff; + background-color: #cc0000; + + background-image: url(../themes/darkblue_gray/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/darkblue_gray/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/darkblue_gray/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.warnhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/darkblue_gray/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +/* Heading for server links*/ + +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.1em; +} + +hr{ + color: #676767; background-color: #6666cc; border: 0; height: 1px; +} + +/* topmenu */ +#topmenu { + font-weight: bold; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + margin-right: 0.1em; + margin-left: 0.1em; +} + +/* disabled tabs */ +span.tab { + color: #666666; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: #FF0000; +} +a.tabcaution:hover { + color: #FFFFFF; + background-color: #FF0000; +} +a.tab { + color: #FFFFFF; +} + + +/* active tab */ +a.tabactive { + border-bottom: 0.1em solid black; + color: black; +} + +#topmenu { + margin-top: 0.5em; + border-bottom: 0.1em solid black; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +/* default tab styles */ +.tab, .tabcaution { + background-image: url(../themes/darkblue_gray/img/tbl_header.png); background-repeat: repeat-x; + background-position: top; + background-color: #676767; + border: 0.1em solid silver; + border-bottom: 0.1em solid black; + border-radius-topleft: 0.5em; + border-radius-topright: 0.5em; + -moz-border-radius-topleft: 0.5em; + -moz-border-radius-topright: 0.5em; + height: 16px; + padding: 2px 5px 2px 5px; +} +.tabactive { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #ffaa44; + height: 16px; + padding: 2px 5px 2px 5px; +} + +/* enabled hover/active tabs */ +a.tab:hover, .tabactive { + font-weight: bold; + margin-right: 0; + margin-left: 0; + padding: 0.3em 0.3em 0.1em 0.3em; + background-color: #ffaa44; + height: 16px; + padding: 2px 5px 2px 5px; + color: #FFFFFF; +} + +a.tabcaution:hover { + background-color: #ff0000; + background-image: none; +} + +/* disabled drop/empty tabs */ +span.tab, span.tabcaution { + cursor: url(themes/original/img/error.ico), default; +} + +/* end topmenu */ + +/* Warning showing div with right border and optional icon */ + +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/aqua/img/s_error.png); + +img, input, select, button { + vertical-align: middle; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; +} +.disabled a:hover { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + +/* some styles for IDs: */ +#buttonNo{ + color: #CC0000; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + + diff --git a/darkblue_gray/img/arrow_ltr.gif b/darkblue_gray/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/darkblue_gray/img/arrow_ltr.gif differ diff --git a/darkblue_gray/img/arrow_ltr.png b/darkblue_gray/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/darkblue_gray/img/arrow_ltr.png differ diff --git a/darkblue_gray/img/arrow_rtl.gif b/darkblue_gray/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/darkblue_gray/img/arrow_rtl.gif differ diff --git a/darkblue_gray/img/arrow_rtl.png b/darkblue_gray/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/darkblue_gray/img/arrow_rtl.png differ diff --git a/darkblue_gray/img/asc_order.png b/darkblue_gray/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/darkblue_gray/img/asc_order.png differ diff --git a/darkblue_gray/img/b_bookmark.png b/darkblue_gray/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/darkblue_gray/img/b_bookmark.png differ diff --git a/darkblue_gray/img/b_browse.png b/darkblue_gray/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/darkblue_gray/img/b_browse.png differ diff --git a/darkblue_gray/img/b_calendar.png b/darkblue_gray/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/darkblue_gray/img/b_calendar.png differ diff --git a/darkblue_gray/img/b_comment.png b/darkblue_gray/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/darkblue_gray/img/b_comment.png differ diff --git a/darkblue_gray/img/b_dbstatistics.png b/darkblue_gray/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/darkblue_gray/img/b_dbstatistics.png differ diff --git a/darkblue_gray/img/b_deltbl.png b/darkblue_gray/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/darkblue_gray/img/b_deltbl.png differ diff --git a/darkblue_gray/img/b_docs.png b/darkblue_gray/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/darkblue_gray/img/b_docs.png differ diff --git a/darkblue_gray/img/b_docsql.png b/darkblue_gray/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/darkblue_gray/img/b_docsql.png differ diff --git a/darkblue_gray/img/b_drop.png b/darkblue_gray/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/darkblue_gray/img/b_drop.png differ diff --git a/darkblue_gray/img/b_edit.png b/darkblue_gray/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/darkblue_gray/img/b_edit.png differ diff --git a/darkblue_gray/img/b_empty.png b/darkblue_gray/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/darkblue_gray/img/b_empty.png differ diff --git a/darkblue_gray/img/b_engine.png b/darkblue_gray/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/darkblue_gray/img/b_engine.png differ diff --git a/darkblue_gray/img/b_export.png b/darkblue_gray/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/darkblue_gray/img/b_export.png differ diff --git a/darkblue_gray/img/b_firstpage.png b/darkblue_gray/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/darkblue_gray/img/b_firstpage.png differ diff --git a/darkblue_gray/img/b_ftext.png b/darkblue_gray/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/darkblue_gray/img/b_ftext.png differ diff --git a/darkblue_gray/img/b_help.png b/darkblue_gray/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/darkblue_gray/img/b_help.png differ diff --git a/darkblue_gray/img/b_home.png b/darkblue_gray/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/darkblue_gray/img/b_home.png differ diff --git a/darkblue_gray/img/b_import.png b/darkblue_gray/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/darkblue_gray/img/b_import.png differ diff --git a/darkblue_gray/img/b_index.png b/darkblue_gray/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/darkblue_gray/img/b_index.png differ diff --git a/darkblue_gray/img/b_info.png b/darkblue_gray/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/darkblue_gray/img/b_info.png differ diff --git a/darkblue_gray/img/b_insrow.png b/darkblue_gray/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/darkblue_gray/img/b_insrow.png differ diff --git a/darkblue_gray/img/b_lastpage.png b/darkblue_gray/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/darkblue_gray/img/b_lastpage.png differ diff --git a/darkblue_gray/img/b_minus.png b/darkblue_gray/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/darkblue_gray/img/b_minus.png differ diff --git a/darkblue_gray/img/b_newdb.png b/darkblue_gray/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/darkblue_gray/img/b_newdb.png differ diff --git a/darkblue_gray/img/b_newtbl.png b/darkblue_gray/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/darkblue_gray/img/b_newtbl.png differ diff --git a/darkblue_gray/img/b_nextpage.png b/darkblue_gray/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/darkblue_gray/img/b_nextpage.png differ diff --git a/darkblue_gray/img/b_pdfdoc.png b/darkblue_gray/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/darkblue_gray/img/b_pdfdoc.png differ diff --git a/darkblue_gray/img/b_plus.png b/darkblue_gray/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/darkblue_gray/img/b_plus.png differ diff --git a/darkblue_gray/img/b_prevpage.png b/darkblue_gray/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/darkblue_gray/img/b_prevpage.png differ diff --git a/darkblue_gray/img/b_primary.png b/darkblue_gray/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/darkblue_gray/img/b_primary.png differ diff --git a/darkblue_gray/img/b_print.png b/darkblue_gray/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/darkblue_gray/img/b_print.png differ diff --git a/darkblue_gray/img/b_props.png b/darkblue_gray/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/darkblue_gray/img/b_props.png differ diff --git a/darkblue_gray/img/b_relations.png b/darkblue_gray/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/darkblue_gray/img/b_relations.png differ diff --git a/darkblue_gray/img/b_save.png b/darkblue_gray/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/darkblue_gray/img/b_save.png differ diff --git a/darkblue_gray/img/b_sbrowse.png b/darkblue_gray/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/darkblue_gray/img/b_sbrowse.png differ diff --git a/darkblue_gray/img/b_sdb.png b/darkblue_gray/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/darkblue_gray/img/b_sdb.png differ diff --git a/darkblue_gray/img/b_search.png b/darkblue_gray/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/darkblue_gray/img/b_search.png differ diff --git a/darkblue_gray/img/b_selboard.png b/darkblue_gray/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/darkblue_gray/img/b_selboard.png differ diff --git a/darkblue_gray/img/b_select.png b/darkblue_gray/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/darkblue_gray/img/b_select.png differ diff --git a/darkblue_gray/img/b_sql.png b/darkblue_gray/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/darkblue_gray/img/b_sql.png differ diff --git a/darkblue_gray/img/b_sqldoc.png b/darkblue_gray/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/darkblue_gray/img/b_sqldoc.png differ diff --git a/darkblue_gray/img/b_sqlhelp.png b/darkblue_gray/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/darkblue_gray/img/b_sqlhelp.png differ diff --git a/darkblue_gray/img/b_tblanalyse.png b/darkblue_gray/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/darkblue_gray/img/b_tblanalyse.png differ diff --git a/darkblue_gray/img/b_tblexport.png b/darkblue_gray/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/darkblue_gray/img/b_tblexport.png differ diff --git a/darkblue_gray/img/b_tblimport.png b/darkblue_gray/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/darkblue_gray/img/b_tblimport.png differ diff --git a/darkblue_gray/img/b_tblops.png b/darkblue_gray/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/darkblue_gray/img/b_tblops.png differ diff --git a/darkblue_gray/img/b_tbloptimize.png b/darkblue_gray/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/darkblue_gray/img/b_tbloptimize.png differ diff --git a/darkblue_gray/img/b_tipp.png b/darkblue_gray/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/darkblue_gray/img/b_tipp.png differ diff --git a/darkblue_gray/img/b_unique.png b/darkblue_gray/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/darkblue_gray/img/b_unique.png differ diff --git a/darkblue_gray/img/b_usradd.png b/darkblue_gray/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/darkblue_gray/img/b_usradd.png differ diff --git a/darkblue_gray/img/b_usrcheck.png b/darkblue_gray/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/darkblue_gray/img/b_usrcheck.png differ diff --git a/darkblue_gray/img/b_usrdrop.png b/darkblue_gray/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/darkblue_gray/img/b_usrdrop.png differ diff --git a/darkblue_gray/img/b_usredit.png b/darkblue_gray/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/darkblue_gray/img/b_usredit.png differ diff --git a/darkblue_gray/img/b_usrlist.png b/darkblue_gray/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/darkblue_gray/img/b_usrlist.png differ diff --git a/darkblue_gray/img/b_view.png b/darkblue_gray/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/darkblue_gray/img/b_view.png differ diff --git a/darkblue_gray/img/b_views.png b/darkblue_gray/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/darkblue_gray/img/b_views.png differ diff --git a/darkblue_gray/img/bd_browse.png b/darkblue_gray/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/darkblue_gray/img/bd_browse.png differ diff --git a/darkblue_gray/img/bd_deltbl.png b/darkblue_gray/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/darkblue_gray/img/bd_deltbl.png differ diff --git a/darkblue_gray/img/bd_drop.png b/darkblue_gray/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/darkblue_gray/img/bd_drop.png differ diff --git a/darkblue_gray/img/bd_empty.png b/darkblue_gray/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/darkblue_gray/img/bd_empty.png differ diff --git a/darkblue_gray/img/bd_firstpage.png b/darkblue_gray/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/darkblue_gray/img/bd_firstpage.png differ diff --git a/darkblue_gray/img/bd_ftext.png b/darkblue_gray/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/darkblue_gray/img/bd_ftext.png differ diff --git a/darkblue_gray/img/bd_index.png b/darkblue_gray/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/darkblue_gray/img/bd_index.png differ diff --git a/darkblue_gray/img/bd_insrow.png b/darkblue_gray/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/darkblue_gray/img/bd_insrow.png differ diff --git a/darkblue_gray/img/bd_lastpage.png b/darkblue_gray/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/darkblue_gray/img/bd_lastpage.png differ diff --git a/darkblue_gray/img/bd_nextpage.png b/darkblue_gray/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/darkblue_gray/img/bd_nextpage.png differ diff --git a/darkblue_gray/img/bd_prevpage.png b/darkblue_gray/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/darkblue_gray/img/bd_prevpage.png differ diff --git a/darkblue_gray/img/bd_primary.png b/darkblue_gray/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/darkblue_gray/img/bd_primary.png differ diff --git a/darkblue_gray/img/bd_sbrowse.png b/darkblue_gray/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/darkblue_gray/img/bd_sbrowse.png differ diff --git a/darkblue_gray/img/bd_select.png b/darkblue_gray/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/darkblue_gray/img/bd_select.png differ diff --git a/darkblue_gray/img/bd_unique.png b/darkblue_gray/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/darkblue_gray/img/bd_unique.png differ diff --git a/darkblue_gray/img/dot_black.png b/darkblue_gray/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/darkblue_gray/img/dot_black.png differ diff --git a/darkblue_gray/img/dot_blue.png b/darkblue_gray/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/darkblue_gray/img/dot_blue.png differ diff --git a/darkblue_gray/img/dot_green.png b/darkblue_gray/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/darkblue_gray/img/dot_green.png differ diff --git a/darkblue_gray/img/dot_red.png b/darkblue_gray/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/darkblue_gray/img/dot_red.png differ diff --git a/darkblue_gray/img/dot_violet.png b/darkblue_gray/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/darkblue_gray/img/dot_violet.png differ diff --git a/darkblue_gray/img/dot_yellow.png b/darkblue_gray/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/darkblue_gray/img/dot_yellow.png differ diff --git a/darkblue_gray/img/frm_linevrlt.png b/darkblue_gray/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/darkblue_gray/img/frm_linevrlt.png differ diff --git a/darkblue_gray/img/item.png b/darkblue_gray/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/darkblue_gray/img/item.png differ diff --git a/darkblue_gray/img/item_ltr.png b/darkblue_gray/img/item_ltr.png new file mode 100644 index 000000000..53b4cfc4f Binary files /dev/null and b/darkblue_gray/img/item_ltr.png differ diff --git a/darkblue_gray/img/item_rtl.png b/darkblue_gray/img/item_rtl.png new file mode 100644 index 000000000..654db7948 Binary files /dev/null and b/darkblue_gray/img/item_rtl.png differ diff --git a/darkblue_gray/img/logo_left.png b/darkblue_gray/img/logo_left.png new file mode 100644 index 000000000..b0bc267ea Binary files /dev/null and b/darkblue_gray/img/logo_left.png differ diff --git a/darkblue_gray/img/logo_right.png b/darkblue_gray/img/logo_right.png new file mode 100644 index 000000000..7dea574a5 Binary files /dev/null and b/darkblue_gray/img/logo_right.png differ diff --git a/darkblue_gray/img/php_sym.png b/darkblue_gray/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/darkblue_gray/img/php_sym.png differ diff --git a/darkblue_gray/img/pma_logo2.png b/darkblue_gray/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/darkblue_gray/img/pma_logo2.png differ diff --git a/darkblue_gray/img/s_asc.png b/darkblue_gray/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/darkblue_gray/img/s_asc.png differ diff --git a/darkblue_gray/img/s_asci.png b/darkblue_gray/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/darkblue_gray/img/s_asci.png differ diff --git a/darkblue_gray/img/s_attention.png b/darkblue_gray/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/darkblue_gray/img/s_attention.png differ diff --git a/darkblue_gray/img/s_cancel.png b/darkblue_gray/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/darkblue_gray/img/s_cancel.png differ diff --git a/darkblue_gray/img/s_cancel2.png b/darkblue_gray/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/darkblue_gray/img/s_cancel2.png differ diff --git a/darkblue_gray/img/s_db.png b/darkblue_gray/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/darkblue_gray/img/s_db.png differ diff --git a/darkblue_gray/img/s_desc.png b/darkblue_gray/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/darkblue_gray/img/s_desc.png differ diff --git a/darkblue_gray/img/s_error.png b/darkblue_gray/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/darkblue_gray/img/s_error.png differ diff --git a/darkblue_gray/img/s_error2.png b/darkblue_gray/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/darkblue_gray/img/s_error2.png differ diff --git a/darkblue_gray/img/s_fulltext.png b/darkblue_gray/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/darkblue_gray/img/s_fulltext.png differ diff --git a/darkblue_gray/img/s_host.png b/darkblue_gray/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/darkblue_gray/img/s_host.png differ diff --git a/darkblue_gray/img/s_info.png b/darkblue_gray/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/darkblue_gray/img/s_info.png differ diff --git a/darkblue_gray/img/s_lang.png b/darkblue_gray/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/darkblue_gray/img/s_lang.png differ diff --git a/darkblue_gray/img/s_loggoff.png b/darkblue_gray/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/darkblue_gray/img/s_loggoff.png differ diff --git a/darkblue_gray/img/s_notice.png b/darkblue_gray/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/darkblue_gray/img/s_notice.png differ diff --git a/darkblue_gray/img/s_okay.png b/darkblue_gray/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/darkblue_gray/img/s_okay.png differ diff --git a/darkblue_gray/img/s_partialtext.png b/darkblue_gray/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/darkblue_gray/img/s_partialtext.png differ diff --git a/darkblue_gray/img/s_passwd.png b/darkblue_gray/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/darkblue_gray/img/s_passwd.png differ diff --git a/darkblue_gray/img/s_process.png b/darkblue_gray/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/darkblue_gray/img/s_process.png differ diff --git a/darkblue_gray/img/s_really.png b/darkblue_gray/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/darkblue_gray/img/s_really.png differ diff --git a/darkblue_gray/img/s_reload.png b/darkblue_gray/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/darkblue_gray/img/s_reload.png differ diff --git a/darkblue_gray/img/s_rights.png b/darkblue_gray/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/darkblue_gray/img/s_rights.png differ diff --git a/darkblue_gray/img/s_status.png b/darkblue_gray/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/darkblue_gray/img/s_status.png differ diff --git a/darkblue_gray/img/s_tbl.png b/darkblue_gray/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/darkblue_gray/img/s_tbl.png differ diff --git a/darkblue_gray/img/s_theme.png b/darkblue_gray/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/darkblue_gray/img/s_theme.png differ diff --git a/darkblue_gray/img/s_vars.png b/darkblue_gray/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/darkblue_gray/img/s_vars.png differ diff --git a/darkblue_gray/img/s_views.png b/darkblue_gray/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/darkblue_gray/img/s_views.png differ diff --git a/darkblue_gray/img/s_warn.png b/darkblue_gray/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/darkblue_gray/img/s_warn.png differ diff --git a/darkblue_gray/img/spacer.png b/darkblue_gray/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/darkblue_gray/img/spacer.png differ diff --git a/darkblue_gray/img/tbl_error.png b/darkblue_gray/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/darkblue_gray/img/tbl_error.png differ diff --git a/darkblue_gray/img/tbl_header.png b/darkblue_gray/img/tbl_header.png new file mode 100644 index 000000000..6e7f70312 Binary files /dev/null and b/darkblue_gray/img/tbl_header.png differ diff --git a/darkblue_gray/img/tbl_th.png b/darkblue_gray/img/tbl_th.png new file mode 100644 index 000000000..9d9cbd7a7 Binary files /dev/null and b/darkblue_gray/img/tbl_th.png differ diff --git a/darkblue_gray/img/vertical_line.png b/darkblue_gray/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/darkblue_gray/img/vertical_line.png differ diff --git a/darkblue_gray/info.inc.php b/darkblue_gray/info.inc.php new file mode 100644 index 000000000..d895ee2cd --- /dev/null +++ b/darkblue_gray/info.inc.php @@ -0,0 +1,10 @@ + diff --git a/darkblue_gray/layout.inc.php b/darkblue_gray/layout.inc.php new file mode 100644 index 000000000..beb10cd80 --- /dev/null +++ b/darkblue_gray/layout.inc.php @@ -0,0 +1,43 @@ + '#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/darkblue_gray/screen.png b/darkblue_gray/screen.png new file mode 100644 index 000000000..57f131248 Binary files /dev/null and b/darkblue_gray/screen.png differ diff --git a/garvblue/css/theme_left.css.php b/garvblue/css/theme_left.css.php new file mode 100644 index 000000000..597dc5538 --- /dev/null +++ b/garvblue/css/theme_left.css.php @@ -0,0 +1,85 @@ +/************************************************************************************ + * Lightweight CSS for garvBlue theme. Even though some styles may not apply to every + * state of the left frame, it's easier to drop all those IF-structures and do it the + * human-readable way. + ************************************************************************************/ + +.parent { + text-decoration: none; + display: block; +} + +.child { + text-decoration: none; + /* display: none; */ +} + +.item, .item:active, .tblItem, .tblItem:active { + text-decoration: none; +} + +.item:hover, .tblItem:hover { + color: #F4A227; + text-decoration: underline; +} + +/* Always enabled stylesheets (left frame) */ +body { + margin: 0px; + padding: 2px; +} + +body, input, textarea, select, th, td, .item, .tblItem { + font-family: Tahoma, Arial, sans-serif; + color: #2D3867; + background-color: #E8EAF1; + font-size: 10pt; +} + +select { + margin-left: auto; + margin-right: auto; + display: block; +} + +hr { + color: #A4ABCA; + background-color: #A4ABCA; + border: 0; + height: 1px; +} + +img, input, select, button { + vertical-align: middle; +} + +#body_queryFrame, #body_leftFrame { + background-image: url('../themes/garvblue/img/background4.gif'); + background-repeat: repeat-y; + background-position: 100% 0%; +} + +#body_leftFrame { + padding-top: 5px; + margin-top: 5px; + padding-left: 2px; +} + +td.heada { + text-align: center; + font-size: 9pt; +} + +.tblItem { + font-size: 8pt; +} + +#left_tableList { + position: absolute; + margin-top: 5px; + margin-bottom: 5px; + top: 5px; + bottom: 5px; + overflow: auto; + width: 95%; +} diff --git a/garvblue/css/theme_print.css.php b/garvblue/css/theme_print.css.php new file mode 100644 index 000000000..8d652c5f3 --- /dev/null +++ b/garvblue/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, 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/garvblue/css/theme_right.css.php b/garvblue/css/theme_right.css.php new file mode 100644 index 000000000..73806c30a --- /dev/null +++ b/garvblue/css/theme_right.css.php @@ -0,0 +1,391 @@ +/* Always enabled stylesheets (right frame) */ + +#leftFrameset, #mainFrameset, +framset, frame { + margin: 0px; + padding: 0px; +} + +body, pre, tt, th, td, form, input, select, textarea, h3 { + font-family: Tahoma, Arial, sans-serif; + font-size: 10pt; + color: #2D3867; +} + +form { + padding: 0px; + margin: 0px; +} + +th { + font-weight: bold; + color: #000000; + background-color: +} + +textarea, input.textfield, select { + color: #000000; + background-color: #FFFFFF; + padding-left: 2px; +} + +h1 { + font-size: 12pt; + font-weight: bold; +} + +h2 { + font-size: 11pt; + font-weight: bold; +} + +h3 { + font-weight: bold; + +} + +/* BEGIN GARVIN */ +#serverinfo { + margin-left: auto; + margin-right: 15px; + margin-bottom: 15px; + padding: 0px; + border-bottom: 1px solid #2D3867; +} + +.serverinfo { + font-family: ; + font-size: 9pt; + font-weight: normal; + white-space: nowrap; + vertical-align: middle; +} + +.serverinfo a:link, .serverinfo a:active, .serverinfo a:visited { + font-family: ; + font-size: ; + font-weight: bolder; + color: #2D3867; +} + +.serverinfo a:hover { + color: #F4A227; + text-decoration: underline; +} + +.serverinfo a img{ + vertical-align: middle; + margin: 0px 1px 0px 2px; +} + +.serverinfo div{ + background-image: url(../themes/garvblue/img/item_ltr.png); + background-repeat: no-repeat; + background-position: 50% 50%; + width: 20px; + height: 16px; +} + +a:link {font-family: ; font-size: ; text-decoration: none; color: #2D3867} +a:visited {font-family: ; font-size: ; text-decoration: none; color: #2D3867} + +/* +a.nav:link {font-family: ; color: #000000} +a.nav:visited {font-family: ; color: #000000} +a.nav:hover {font-family: ; 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} +*/ + +table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} + +hr { + color: #666666; + background-color: #666666; + border: 0; + height: 1px; +} + +fieldset { + border: #686868 solid 1px; + padding: 0.5em; +} + +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; +} + +/* new styles for navigation */ + +#topmenu { + border-bottom: 2px solid #2D3867; +} + +.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: #2D3867; + border-radius: 2px; + -moz-border-radius: 2px; + padding: 2px 5px 2px 5px; +} + +.navNormal, .navDrop { + color: #000000; + background-color: #E8EAF1; +} + +.navActive{ + font-family: ; + font-size: ; + font-weight: bold; + color: #F4A227; + background-color: #2D3867; +} + +.navActive a:link, .navActive a:active, .navActive a:visited { + color: #F4A227; +} + +.navNormal a:link, .navNormal a:active, .navNormal a:visited { + color: #2D3867; +} + +.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: #F4A227; + text-decoration: underline; +} +/* END GARVIN */ + +dfn { + font-style: normal +} + +dfn:hover { + font-style: normal; + cursor: help +} + +.warning { + font-weight: bold; + color: #FF0000 +} + +.tblcomment { + font-size: 8pt; + font-weight: normal; + color: #000099; +} + +td.topline { + font-size: 1px; +} + +div.tabs { + clear: both; +} + +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 {} + +/* Warning showing div with right border and optional icon */ + +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/original/img/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; +} + +.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 */ + +img, input, select, button { + vertical-align: middle; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; +} +.disabled a:hover { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 12px; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + +a:hover { + color: #F4A227; + text-decoration: underline; +} diff --git a/garvblue/img/arrow_ltr.gif b/garvblue/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/garvblue/img/arrow_ltr.gif differ diff --git a/garvblue/img/arrow_ltr.png b/garvblue/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/garvblue/img/arrow_ltr.png differ diff --git a/garvblue/img/arrow_rtl.gif b/garvblue/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/garvblue/img/arrow_rtl.gif differ diff --git a/garvblue/img/arrow_rtl.png b/garvblue/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/garvblue/img/arrow_rtl.png differ diff --git a/garvblue/img/asc_order.png b/garvblue/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/garvblue/img/asc_order.png differ diff --git a/garvblue/img/b_bookmark.png b/garvblue/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/garvblue/img/b_bookmark.png differ diff --git a/garvblue/img/b_browse.png b/garvblue/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/garvblue/img/b_browse.png differ diff --git a/garvblue/img/b_calendar.png b/garvblue/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/garvblue/img/b_calendar.png differ diff --git a/garvblue/img/b_comment.png b/garvblue/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/garvblue/img/b_comment.png differ diff --git a/garvblue/img/b_dbstatistics.png b/garvblue/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/garvblue/img/b_dbstatistics.png differ diff --git a/garvblue/img/b_deltbl.png b/garvblue/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/garvblue/img/b_deltbl.png differ diff --git a/garvblue/img/b_docs.png b/garvblue/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/garvblue/img/b_docs.png differ diff --git a/garvblue/img/b_docsql.png b/garvblue/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/garvblue/img/b_docsql.png differ diff --git a/garvblue/img/b_drop.png b/garvblue/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/garvblue/img/b_drop.png differ diff --git a/garvblue/img/b_edit.png b/garvblue/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/garvblue/img/b_edit.png differ diff --git a/garvblue/img/b_empty.png b/garvblue/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/garvblue/img/b_empty.png differ diff --git a/garvblue/img/b_engine.png b/garvblue/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/garvblue/img/b_engine.png differ diff --git a/garvblue/img/b_export.png b/garvblue/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/garvblue/img/b_export.png differ diff --git a/garvblue/img/b_firstpage.png b/garvblue/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/garvblue/img/b_firstpage.png differ diff --git a/garvblue/img/b_ftext.png b/garvblue/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/garvblue/img/b_ftext.png differ diff --git a/garvblue/img/b_help.png b/garvblue/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/garvblue/img/b_help.png differ diff --git a/garvblue/img/b_home.png b/garvblue/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/garvblue/img/b_home.png differ diff --git a/garvblue/img/b_import.png b/garvblue/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/garvblue/img/b_import.png differ diff --git a/garvblue/img/b_index.png b/garvblue/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/garvblue/img/b_index.png differ diff --git a/garvblue/img/b_info.png b/garvblue/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/garvblue/img/b_info.png differ diff --git a/garvblue/img/b_insrow.png b/garvblue/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/garvblue/img/b_insrow.png differ diff --git a/garvblue/img/b_lastpage.png b/garvblue/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/garvblue/img/b_lastpage.png differ diff --git a/garvblue/img/b_minus.png b/garvblue/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/garvblue/img/b_minus.png differ diff --git a/garvblue/img/b_newdb.png b/garvblue/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/garvblue/img/b_newdb.png differ diff --git a/garvblue/img/b_newtbl.png b/garvblue/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/garvblue/img/b_newtbl.png differ diff --git a/garvblue/img/b_nextpage.png b/garvblue/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/garvblue/img/b_nextpage.png differ diff --git a/garvblue/img/b_pdfdoc.png b/garvblue/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/garvblue/img/b_pdfdoc.png differ diff --git a/garvblue/img/b_plus.png b/garvblue/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/garvblue/img/b_plus.png differ diff --git a/garvblue/img/b_prevpage.png b/garvblue/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/garvblue/img/b_prevpage.png differ diff --git a/garvblue/img/b_primary.png b/garvblue/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/garvblue/img/b_primary.png differ diff --git a/garvblue/img/b_print.png b/garvblue/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/garvblue/img/b_print.png differ diff --git a/garvblue/img/b_props.png b/garvblue/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/garvblue/img/b_props.png differ diff --git a/garvblue/img/b_relations.png b/garvblue/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/garvblue/img/b_relations.png differ diff --git a/garvblue/img/b_save.png b/garvblue/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/garvblue/img/b_save.png differ diff --git a/garvblue/img/b_sbrowse.png b/garvblue/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/garvblue/img/b_sbrowse.png differ diff --git a/garvblue/img/b_sdb.png b/garvblue/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/garvblue/img/b_sdb.png differ diff --git a/garvblue/img/b_search.png b/garvblue/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/garvblue/img/b_search.png differ diff --git a/garvblue/img/b_selboard.png b/garvblue/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/garvblue/img/b_selboard.png differ diff --git a/garvblue/img/b_select.png b/garvblue/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/garvblue/img/b_select.png differ diff --git a/garvblue/img/b_sql.png b/garvblue/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/garvblue/img/b_sql.png differ diff --git a/garvblue/img/b_sqldoc.png b/garvblue/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/garvblue/img/b_sqldoc.png differ diff --git a/garvblue/img/b_sqlhelp.png b/garvblue/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/garvblue/img/b_sqlhelp.png differ diff --git a/garvblue/img/b_tblanalyse.png b/garvblue/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/garvblue/img/b_tblanalyse.png differ diff --git a/garvblue/img/b_tblexport.png b/garvblue/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/garvblue/img/b_tblexport.png differ diff --git a/garvblue/img/b_tblimport.png b/garvblue/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/garvblue/img/b_tblimport.png differ diff --git a/garvblue/img/b_tblops.png b/garvblue/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/garvblue/img/b_tblops.png differ diff --git a/garvblue/img/b_tbloptimize.png b/garvblue/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/garvblue/img/b_tbloptimize.png differ diff --git a/garvblue/img/b_tipp.png b/garvblue/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/garvblue/img/b_tipp.png differ diff --git a/garvblue/img/b_unique.png b/garvblue/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/garvblue/img/b_unique.png differ diff --git a/garvblue/img/b_usradd.png b/garvblue/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/garvblue/img/b_usradd.png differ diff --git a/garvblue/img/b_usrcheck.png b/garvblue/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/garvblue/img/b_usrcheck.png differ diff --git a/garvblue/img/b_usrdrop.png b/garvblue/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/garvblue/img/b_usrdrop.png differ diff --git a/garvblue/img/b_usredit.png b/garvblue/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/garvblue/img/b_usredit.png differ diff --git a/garvblue/img/b_usrlist.png b/garvblue/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/garvblue/img/b_usrlist.png differ diff --git a/garvblue/img/b_view.png b/garvblue/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/garvblue/img/b_view.png differ diff --git a/garvblue/img/b_views.png b/garvblue/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/garvblue/img/b_views.png differ diff --git a/garvblue/img/background.gif b/garvblue/img/background.gif new file mode 100644 index 000000000..242b7e07d Binary files /dev/null and b/garvblue/img/background.gif differ diff --git a/garvblue/img/background2.gif b/garvblue/img/background2.gif new file mode 100644 index 000000000..8eeb09fa4 Binary files /dev/null and b/garvblue/img/background2.gif differ diff --git a/garvblue/img/background3.gif b/garvblue/img/background3.gif new file mode 100644 index 000000000..b52343aea Binary files /dev/null and b/garvblue/img/background3.gif differ diff --git a/garvblue/img/background4.gif b/garvblue/img/background4.gif new file mode 100644 index 000000000..78049693e Binary files /dev/null and b/garvblue/img/background4.gif differ diff --git a/garvblue/img/background5.gif b/garvblue/img/background5.gif new file mode 100644 index 000000000..346feb3a1 Binary files /dev/null and b/garvblue/img/background5.gif differ diff --git a/garvblue/img/bd_browse.png b/garvblue/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/garvblue/img/bd_browse.png differ diff --git a/garvblue/img/bd_deltbl.png b/garvblue/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/garvblue/img/bd_deltbl.png differ diff --git a/garvblue/img/bd_drop.png b/garvblue/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/garvblue/img/bd_drop.png differ diff --git a/garvblue/img/bd_empty.png b/garvblue/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/garvblue/img/bd_empty.png differ diff --git a/garvblue/img/bd_firstpage.png b/garvblue/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/garvblue/img/bd_firstpage.png differ diff --git a/garvblue/img/bd_ftext.png b/garvblue/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/garvblue/img/bd_ftext.png differ diff --git a/garvblue/img/bd_index.png b/garvblue/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/garvblue/img/bd_index.png differ diff --git a/garvblue/img/bd_insrow.png b/garvblue/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/garvblue/img/bd_insrow.png differ diff --git a/garvblue/img/bd_lastpage.png b/garvblue/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/garvblue/img/bd_lastpage.png differ diff --git a/garvblue/img/bd_nextpage.png b/garvblue/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/garvblue/img/bd_nextpage.png differ diff --git a/garvblue/img/bd_prevpage.png b/garvblue/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/garvblue/img/bd_prevpage.png differ diff --git a/garvblue/img/bd_primary.png b/garvblue/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/garvblue/img/bd_primary.png differ diff --git a/garvblue/img/bd_sbrowse.png b/garvblue/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/garvblue/img/bd_sbrowse.png differ diff --git a/garvblue/img/bd_select.png b/garvblue/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/garvblue/img/bd_select.png differ diff --git a/garvblue/img/bd_unique.png b/garvblue/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/garvblue/img/bd_unique.png differ diff --git a/garvblue/img/dot_black.png b/garvblue/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/garvblue/img/dot_black.png differ diff --git a/garvblue/img/dot_blue.png b/garvblue/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/garvblue/img/dot_blue.png differ diff --git a/garvblue/img/dot_green.png b/garvblue/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/garvblue/img/dot_green.png differ diff --git a/garvblue/img/dot_red.png b/garvblue/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/garvblue/img/dot_red.png differ diff --git a/garvblue/img/dot_violet.png b/garvblue/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/garvblue/img/dot_violet.png differ diff --git a/garvblue/img/dot_yellow.png b/garvblue/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/garvblue/img/dot_yellow.png differ diff --git a/garvblue/img/frm_linevrlt.png b/garvblue/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/garvblue/img/frm_linevrlt.png differ diff --git a/garvblue/img/item.png b/garvblue/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/garvblue/img/item.png differ diff --git a/garvblue/img/item_ltr.png b/garvblue/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/garvblue/img/item_ltr.png differ diff --git a/garvblue/img/item_rtl.png b/garvblue/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/garvblue/img/item_rtl.png differ diff --git a/garvblue/img/logo_left.png b/garvblue/img/logo_left.png new file mode 100644 index 000000000..f50f87ddd Binary files /dev/null and b/garvblue/img/logo_left.png differ diff --git a/garvblue/img/logo_right.png b/garvblue/img/logo_right.png new file mode 100644 index 000000000..44da9f28d Binary files /dev/null and b/garvblue/img/logo_right.png differ diff --git a/garvblue/img/php_sym.png b/garvblue/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/garvblue/img/php_sym.png differ diff --git a/garvblue/img/pma_logo2.png b/garvblue/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/garvblue/img/pma_logo2.png differ diff --git a/garvblue/img/s_asc.png b/garvblue/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/garvblue/img/s_asc.png differ diff --git a/garvblue/img/s_asci.png b/garvblue/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/garvblue/img/s_asci.png differ diff --git a/garvblue/img/s_attention.png b/garvblue/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/garvblue/img/s_attention.png differ diff --git a/garvblue/img/s_cancel.png b/garvblue/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/garvblue/img/s_cancel.png differ diff --git a/garvblue/img/s_cancel2.png b/garvblue/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/garvblue/img/s_cancel2.png differ diff --git a/garvblue/img/s_db.png b/garvblue/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/garvblue/img/s_db.png differ diff --git a/garvblue/img/s_desc.png b/garvblue/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/garvblue/img/s_desc.png differ diff --git a/garvblue/img/s_error.png b/garvblue/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/garvblue/img/s_error.png differ diff --git a/garvblue/img/s_error2.png b/garvblue/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/garvblue/img/s_error2.png differ diff --git a/garvblue/img/s_fulltext.png b/garvblue/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/garvblue/img/s_fulltext.png differ diff --git a/garvblue/img/s_host.png b/garvblue/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/garvblue/img/s_host.png differ diff --git a/garvblue/img/s_info.png b/garvblue/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/garvblue/img/s_info.png differ diff --git a/garvblue/img/s_lang.png b/garvblue/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/garvblue/img/s_lang.png differ diff --git a/garvblue/img/s_loggoff.png b/garvblue/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/garvblue/img/s_loggoff.png differ diff --git a/garvblue/img/s_notice.png b/garvblue/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/garvblue/img/s_notice.png differ diff --git a/garvblue/img/s_okay.png b/garvblue/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/garvblue/img/s_okay.png differ diff --git a/garvblue/img/s_partialtext.png b/garvblue/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/garvblue/img/s_partialtext.png differ diff --git a/garvblue/img/s_passwd.png b/garvblue/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/garvblue/img/s_passwd.png differ diff --git a/garvblue/img/s_process.png b/garvblue/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/garvblue/img/s_process.png differ diff --git a/garvblue/img/s_really.png b/garvblue/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/garvblue/img/s_really.png differ diff --git a/garvblue/img/s_reload.png b/garvblue/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/garvblue/img/s_reload.png differ diff --git a/garvblue/img/s_rights.png b/garvblue/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/garvblue/img/s_rights.png differ diff --git a/garvblue/img/s_status.png b/garvblue/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/garvblue/img/s_status.png differ diff --git a/garvblue/img/s_tbl.png b/garvblue/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/garvblue/img/s_tbl.png differ diff --git a/garvblue/img/s_theme.png b/garvblue/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/garvblue/img/s_theme.png differ diff --git a/garvblue/img/s_vars.png b/garvblue/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/garvblue/img/s_vars.png differ diff --git a/garvblue/img/s_views.png b/garvblue/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/garvblue/img/s_views.png differ diff --git a/garvblue/img/s_warn.png b/garvblue/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/garvblue/img/s_warn.png differ diff --git a/garvblue/img/spacer.png b/garvblue/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/garvblue/img/spacer.png differ diff --git a/garvblue/img/tbl_error.png b/garvblue/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/garvblue/img/tbl_error.png differ diff --git a/garvblue/img/tbl_header.png b/garvblue/img/tbl_header.png new file mode 100644 index 000000000..7b2f8caaf Binary files /dev/null and b/garvblue/img/tbl_header.png differ diff --git a/garvblue/img/tbl_th.png b/garvblue/img/tbl_th.png new file mode 100644 index 000000000..2aa0eb8d0 Binary files /dev/null and b/garvblue/img/tbl_th.png differ diff --git a/garvblue/img/vertical_line.png b/garvblue/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/garvblue/img/vertical_line.png differ diff --git a/garvblue/info.inc.php b/garvblue/info.inc.php new file mode 100644 index 000000000..0237c1c1b --- /dev/null +++ b/garvblue/info.inc.php @@ -0,0 +1,11 @@ + diff --git a/garvblue/layout.inc.php b/garvblue/layout.inc.php new file mode 100644 index 000000000..23427a1d2 --- /dev/null +++ b/garvblue/layout.inc.php @@ -0,0 +1,44 @@ + '#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/garvblue/screen.png b/garvblue/screen.png new file mode 100644 index 000000000..182602a15 Binary files /dev/null and b/garvblue/screen.png differ diff --git a/green_orange/css/theme_left.css.php b/green_orange/css/theme_left.css.php new file mode 100644 index 000000000..6440dd6ff --- /dev/null +++ b/green_orange/css/theme_left.css.php @@ -0,0 +1,241 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + 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: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffcc; + text-decoration: underline; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #286860; + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #ffffff; + color: #000000; + width: 150px; +} +hr{ + color: #ffffff; + background-color: #ffffff; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/green_orange/css/theme_print.css.php b/green_orange/css/theme_print.css.php new file mode 100644 index 000000000..8d652c5f3 --- /dev/null +++ b/green_orange/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, 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/green_orange/css/theme_right.css.php b/green_orange/css/theme_right.css.php new file mode 100644 index 000000000..ac50e4a9e --- /dev/null +++ b/green_orange/css/theme_right.css.php @@ -0,0 +1,572 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + + background-color: #ffffff; + margin: 5px; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: none; + color: #224841; + +} +a:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: underline; + color: #cc0000; +} +th{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #ff9900; + + background-image: url(../themes/green_orange/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #000000; + text-decoration: underline; +} + +th a:hover{ + color: #666666; + text-decoration: none; +} +.tblcomment{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: normal; + color: #000099; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +form{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} +input.textfield{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + /*background-color: #FFFFFF;*/ +} + +h1{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #cc0000; +} +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; +} +table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} + +fieldset { + border: #286860 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Verdana, Arial, Helvetica, sans-serif; + size: 10px; + color: #286860; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; +} +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: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/green_orange/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #ffffcc; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #ffffff; +/* + +*/ + background-image: url(../themes/green_orange/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 10px;} +.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 {} + +/* some new styles added 20047-05-05 by Michael Keck (mkkeck) */ + +/* tables */ +.tblError { + border: 1px solid #cc0000; + background-color: #ffffcc; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #ffffff; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #ffffff; + background-color: #286860; + + background-image: url(../themes/green_orange/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #ffffcc; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #ffffff; + background-color: #286860; + + background-image: url(../themes/green_orange/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #ffffff; +} +.tblHeadError { + font-weight: bold; + color: #ffffff; + background-color: #cc0000; + + background-image: url(../themes/green_orange/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/green_orange/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/green_orange/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.warnhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/green_orange/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +/* Heading for server links*/ + +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.1em; +} + + +hr{ + color: #666699; background-color: #6666cc; border: 0; height: 1px; +} + + +/* topmenu */ +#topmenu { + font-weight: bold; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + margin-right: 0.1em; + margin-left: 0.1em; +} + +/* disabled tabs */ +span.tab { + color: #666666; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: #FF0000; +} +a.tabcaution:hover { + color: #FFFFFF; + background-color: #FF0000; +} +a.tab { + color: #FFFFFF; +} + + +/* active tab */ +a.tabactive { + border-bottom: 0.1em solid black; + color: black; +} + +#topmenu { + margin-top: 0.5em; + border-bottom: 0.1em solid black; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +/* default tab styles */ +.tab, .tabcaution { + background-image: url(../themes/green_orange/img/tbl_header.png); background-repeat: repeat-x; + background-position: top; + background-color: #676767; + border: 0.1em solid silver; + border-bottom: 0.1em solid black; + border-radius-topleft: 0.5em; + border-radius-topright: 0.5em; + -moz-border-radius-topleft: 0.5em; + -moz-border-radius-topright: 0.5em; + height: 16px; + padding: 2px 5px 2px 5px; +} +.tabactive { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #ffaa44; + height: 16px; + padding: 2px 5px 2px 5px; +} + +/* enabled hover/active tabs */ +a.tab:hover, .tabactive { + font-weight: bold; + margin-right: 0; + margin-left: 0; + padding: 0.3em 0.3em 0.1em 0.3em; + background-color: #ffaa44; + height: 16px; + padding: 2px 5px 2px 5px; + color: #FFFFFF; +} + +a.tabcaution:hover { + background-color: #ff0000; + background-image: none; +} + +/* disabled drop/empty tabs */ +span.tab, span.tabcaution { + cursor: url(themes/original/img/error.ico), default; +} + +/* end topmenu */ + + +img, input, select, button { + vertical-align: middle; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; +} +.disabled a:hover { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + + +/* some styles for IDs: */ +#buttonNo{ + color: #CC0000; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #006600; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} diff --git a/green_orange/img/arrow_ltr.png b/green_orange/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/green_orange/img/arrow_ltr.png differ diff --git a/green_orange/img/arrow_rtl.png b/green_orange/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/green_orange/img/arrow_rtl.png differ diff --git a/green_orange/img/asc_order.png b/green_orange/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/green_orange/img/asc_order.png differ diff --git a/green_orange/img/b_bookmark.png b/green_orange/img/b_bookmark.png new file mode 100644 index 000000000..74b3bd114 Binary files /dev/null and b/green_orange/img/b_bookmark.png differ diff --git a/green_orange/img/b_browse.png b/green_orange/img/b_browse.png new file mode 100644 index 000000000..464745ac4 Binary files /dev/null and b/green_orange/img/b_browse.png differ diff --git a/green_orange/img/b_calendar.png b/green_orange/img/b_calendar.png new file mode 100644 index 000000000..fb66596e9 Binary files /dev/null and b/green_orange/img/b_calendar.png differ diff --git a/green_orange/img/b_comment.png b/green_orange/img/b_comment.png new file mode 100644 index 000000000..5f16c0912 Binary files /dev/null and b/green_orange/img/b_comment.png differ diff --git a/green_orange/img/b_dbstatistics.png b/green_orange/img/b_dbstatistics.png new file mode 100644 index 000000000..a1406a543 Binary files /dev/null and b/green_orange/img/b_dbstatistics.png differ diff --git a/green_orange/img/b_deltbl.png b/green_orange/img/b_deltbl.png new file mode 100644 index 000000000..c9d3a0b0d Binary files /dev/null and b/green_orange/img/b_deltbl.png differ diff --git a/green_orange/img/b_docs.png b/green_orange/img/b_docs.png new file mode 100644 index 000000000..e40c49bb4 Binary files /dev/null and b/green_orange/img/b_docs.png differ diff --git a/green_orange/img/b_docsql.png b/green_orange/img/b_docsql.png new file mode 100644 index 000000000..aadd15181 Binary files /dev/null and b/green_orange/img/b_docsql.png differ diff --git a/green_orange/img/b_drop.png b/green_orange/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/green_orange/img/b_drop.png differ diff --git a/green_orange/img/b_edit.png b/green_orange/img/b_edit.png new file mode 100644 index 000000000..82e8d61c3 Binary files /dev/null and b/green_orange/img/b_edit.png differ diff --git a/green_orange/img/b_empty.png b/green_orange/img/b_empty.png new file mode 100644 index 000000000..bc0242134 Binary files /dev/null and b/green_orange/img/b_empty.png differ diff --git a/green_orange/img/b_engine.png b/green_orange/img/b_engine.png new file mode 100644 index 000000000..35f337d21 Binary files /dev/null and b/green_orange/img/b_engine.png differ diff --git a/green_orange/img/b_export.png b/green_orange/img/b_export.png new file mode 100644 index 000000000..ba5739b71 Binary files /dev/null and b/green_orange/img/b_export.png differ diff --git a/green_orange/img/b_firstpage.png b/green_orange/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/green_orange/img/b_firstpage.png differ diff --git a/green_orange/img/b_ftext.png b/green_orange/img/b_ftext.png new file mode 100644 index 000000000..726bd304c Binary files /dev/null and b/green_orange/img/b_ftext.png differ diff --git a/green_orange/img/b_help.png b/green_orange/img/b_help.png new file mode 100644 index 000000000..96ae0312a Binary files /dev/null and b/green_orange/img/b_help.png differ diff --git a/green_orange/img/b_home.png b/green_orange/img/b_home.png new file mode 100644 index 000000000..cbf9b12f5 Binary files /dev/null and b/green_orange/img/b_home.png differ diff --git a/green_orange/img/b_import.png b/green_orange/img/b_import.png new file mode 100644 index 000000000..aa187e834 Binary files /dev/null and b/green_orange/img/b_import.png differ diff --git a/green_orange/img/b_index.png b/green_orange/img/b_index.png new file mode 100644 index 000000000..d952f8346 Binary files /dev/null and b/green_orange/img/b_index.png differ diff --git a/green_orange/img/b_info.png b/green_orange/img/b_info.png new file mode 100644 index 000000000..9710974e1 Binary files /dev/null and b/green_orange/img/b_info.png differ diff --git a/green_orange/img/b_insrow.png b/green_orange/img/b_insrow.png new file mode 100644 index 000000000..5b16f1266 Binary files /dev/null and b/green_orange/img/b_insrow.png differ diff --git a/green_orange/img/b_lastpage.png b/green_orange/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/green_orange/img/b_lastpage.png differ diff --git a/green_orange/img/b_minus.png b/green_orange/img/b_minus.png new file mode 100644 index 000000000..b0146f98e Binary files /dev/null and b/green_orange/img/b_minus.png differ diff --git a/green_orange/img/b_newdb.png b/green_orange/img/b_newdb.png new file mode 100644 index 000000000..d65b508bb Binary files /dev/null and b/green_orange/img/b_newdb.png differ diff --git a/green_orange/img/b_newtbl.png b/green_orange/img/b_newtbl.png new file mode 100644 index 000000000..6a1932e66 Binary files /dev/null and b/green_orange/img/b_newtbl.png differ diff --git a/green_orange/img/b_nextpage.png b/green_orange/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/green_orange/img/b_nextpage.png differ diff --git a/green_orange/img/b_pdfdoc.png b/green_orange/img/b_pdfdoc.png new file mode 100644 index 000000000..1a10bee81 Binary files /dev/null and b/green_orange/img/b_pdfdoc.png differ diff --git a/green_orange/img/b_plus.png b/green_orange/img/b_plus.png new file mode 100644 index 000000000..b0ae092b9 Binary files /dev/null and b/green_orange/img/b_plus.png differ diff --git a/green_orange/img/b_prevpage.png b/green_orange/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/green_orange/img/b_prevpage.png differ diff --git a/green_orange/img/b_primary.png b/green_orange/img/b_primary.png new file mode 100644 index 000000000..83e3aeee3 Binary files /dev/null and b/green_orange/img/b_primary.png differ diff --git a/green_orange/img/b_print.png b/green_orange/img/b_print.png new file mode 100644 index 000000000..0c9fd4323 Binary files /dev/null and b/green_orange/img/b_print.png differ diff --git a/green_orange/img/b_props.png b/green_orange/img/b_props.png new file mode 100644 index 000000000..5863da8fd Binary files /dev/null and b/green_orange/img/b_props.png differ diff --git a/green_orange/img/b_relations.png b/green_orange/img/b_relations.png new file mode 100644 index 000000000..47854414a Binary files /dev/null and b/green_orange/img/b_relations.png differ diff --git a/green_orange/img/b_save.png b/green_orange/img/b_save.png new file mode 100644 index 000000000..25420522d Binary files /dev/null and b/green_orange/img/b_save.png differ diff --git a/green_orange/img/b_sbrowse.png b/green_orange/img/b_sbrowse.png new file mode 100644 index 000000000..bbc4e38c4 Binary files /dev/null and b/green_orange/img/b_sbrowse.png differ diff --git a/green_orange/img/b_sdb.png b/green_orange/img/b_sdb.png new file mode 100644 index 000000000..f40b79b72 Binary files /dev/null and b/green_orange/img/b_sdb.png differ diff --git a/green_orange/img/b_search.png b/green_orange/img/b_search.png new file mode 100644 index 000000000..082c81dd2 Binary files /dev/null and b/green_orange/img/b_search.png differ diff --git a/green_orange/img/b_selboard.png b/green_orange/img/b_selboard.png new file mode 100644 index 000000000..e750fc588 Binary files /dev/null and b/green_orange/img/b_selboard.png differ diff --git a/green_orange/img/b_select.png b/green_orange/img/b_select.png new file mode 100644 index 000000000..fde977f5d Binary files /dev/null and b/green_orange/img/b_select.png differ diff --git a/green_orange/img/b_sql.png b/green_orange/img/b_sql.png new file mode 100644 index 000000000..affbaf8f1 Binary files /dev/null and b/green_orange/img/b_sql.png differ diff --git a/green_orange/img/b_sqldoc.png b/green_orange/img/b_sqldoc.png new file mode 100644 index 000000000..4bde4a201 Binary files /dev/null and b/green_orange/img/b_sqldoc.png differ diff --git a/green_orange/img/b_sqlhelp.png b/green_orange/img/b_sqlhelp.png new file mode 100644 index 000000000..2e8891569 Binary files /dev/null and b/green_orange/img/b_sqlhelp.png differ diff --git a/green_orange/img/b_tblanalyse.png b/green_orange/img/b_tblanalyse.png new file mode 100644 index 000000000..0d5291110 Binary files /dev/null and b/green_orange/img/b_tblanalyse.png differ diff --git a/green_orange/img/b_tblexport.png b/green_orange/img/b_tblexport.png new file mode 100644 index 000000000..cc2fe1011 Binary files /dev/null and b/green_orange/img/b_tblexport.png differ diff --git a/green_orange/img/b_tblimport.png b/green_orange/img/b_tblimport.png new file mode 100644 index 000000000..72e9eccb3 Binary files /dev/null and b/green_orange/img/b_tblimport.png differ diff --git a/green_orange/img/b_tblops.png b/green_orange/img/b_tblops.png new file mode 100644 index 000000000..98dfe4ff8 Binary files /dev/null and b/green_orange/img/b_tblops.png differ diff --git a/green_orange/img/b_tbloptimize.png b/green_orange/img/b_tbloptimize.png new file mode 100644 index 000000000..53b06840c Binary files /dev/null and b/green_orange/img/b_tbloptimize.png differ diff --git a/green_orange/img/b_tipp.png b/green_orange/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/green_orange/img/b_tipp.png differ diff --git a/green_orange/img/b_unique.png b/green_orange/img/b_unique.png new file mode 100644 index 000000000..ea5b5b8cd Binary files /dev/null and b/green_orange/img/b_unique.png differ diff --git a/green_orange/img/b_usradd.png b/green_orange/img/b_usradd.png new file mode 100644 index 000000000..b14138e1b Binary files /dev/null and b/green_orange/img/b_usradd.png differ diff --git a/green_orange/img/b_usrcheck.png b/green_orange/img/b_usrcheck.png new file mode 100644 index 000000000..d957446aa Binary files /dev/null and b/green_orange/img/b_usrcheck.png differ diff --git a/green_orange/img/b_usrdrop.png b/green_orange/img/b_usrdrop.png new file mode 100644 index 000000000..b08f03f56 Binary files /dev/null and b/green_orange/img/b_usrdrop.png differ diff --git a/green_orange/img/b_usredit.png b/green_orange/img/b_usredit.png new file mode 100644 index 000000000..490259a3a Binary files /dev/null and b/green_orange/img/b_usredit.png differ diff --git a/green_orange/img/b_usrlist.png b/green_orange/img/b_usrlist.png new file mode 100644 index 000000000..9af372d39 Binary files /dev/null and b/green_orange/img/b_usrlist.png differ diff --git a/green_orange/img/b_view.png b/green_orange/img/b_view.png new file mode 100644 index 000000000..81bbc670b Binary files /dev/null and b/green_orange/img/b_view.png differ diff --git a/green_orange/img/b_views.png b/green_orange/img/b_views.png new file mode 100644 index 000000000..74ae70ccb Binary files /dev/null and b/green_orange/img/b_views.png differ diff --git a/green_orange/img/bd_browse.png b/green_orange/img/bd_browse.png new file mode 100644 index 000000000..6712aec23 Binary files /dev/null and b/green_orange/img/bd_browse.png differ diff --git a/green_orange/img/bd_deltbl.png b/green_orange/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/green_orange/img/bd_deltbl.png differ diff --git a/green_orange/img/bd_drop.png b/green_orange/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/green_orange/img/bd_drop.png differ diff --git a/green_orange/img/bd_empty.png b/green_orange/img/bd_empty.png new file mode 100644 index 000000000..aae1b7038 Binary files /dev/null and b/green_orange/img/bd_empty.png differ diff --git a/green_orange/img/bd_firstpage.png b/green_orange/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/green_orange/img/bd_firstpage.png differ diff --git a/green_orange/img/bd_ftext.png b/green_orange/img/bd_ftext.png new file mode 100644 index 000000000..4a3591061 Binary files /dev/null and b/green_orange/img/bd_ftext.png differ diff --git a/green_orange/img/bd_index.png b/green_orange/img/bd_index.png new file mode 100644 index 000000000..d1d5de931 Binary files /dev/null and b/green_orange/img/bd_index.png differ diff --git a/green_orange/img/bd_insrow.png b/green_orange/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/green_orange/img/bd_insrow.png differ diff --git a/green_orange/img/bd_lastpage.png b/green_orange/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/green_orange/img/bd_lastpage.png differ diff --git a/green_orange/img/bd_nextpage.png b/green_orange/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/green_orange/img/bd_nextpage.png differ diff --git a/green_orange/img/bd_prevpage.png b/green_orange/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/green_orange/img/bd_prevpage.png differ diff --git a/green_orange/img/bd_primary.png b/green_orange/img/bd_primary.png new file mode 100644 index 000000000..79d417a3b Binary files /dev/null and b/green_orange/img/bd_primary.png differ diff --git a/green_orange/img/bd_sbrowse.png b/green_orange/img/bd_sbrowse.png new file mode 100644 index 000000000..6c998b847 Binary files /dev/null and b/green_orange/img/bd_sbrowse.png differ diff --git a/green_orange/img/bd_select.png b/green_orange/img/bd_select.png new file mode 100644 index 000000000..3834f42bf Binary files /dev/null and b/green_orange/img/bd_select.png differ diff --git a/green_orange/img/bd_unique.png b/green_orange/img/bd_unique.png new file mode 100644 index 000000000..84cbdd42a Binary files /dev/null and b/green_orange/img/bd_unique.png differ diff --git a/green_orange/img/dot_black.png b/green_orange/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/green_orange/img/dot_black.png differ diff --git a/green_orange/img/dot_blue.png b/green_orange/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/green_orange/img/dot_blue.png differ diff --git a/green_orange/img/dot_green.png b/green_orange/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/green_orange/img/dot_green.png differ diff --git a/green_orange/img/dot_red.png b/green_orange/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/green_orange/img/dot_red.png differ diff --git a/green_orange/img/dot_violet.png b/green_orange/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/green_orange/img/dot_violet.png differ diff --git a/green_orange/img/dot_yellow.png b/green_orange/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/green_orange/img/dot_yellow.png differ diff --git a/green_orange/img/frm_linevrlt.png b/green_orange/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/green_orange/img/frm_linevrlt.png differ diff --git a/green_orange/img/item.png b/green_orange/img/item.png new file mode 100644 index 000000000..66f896468 Binary files /dev/null and b/green_orange/img/item.png differ diff --git a/green_orange/img/item_ltr.png b/green_orange/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/green_orange/img/item_ltr.png differ diff --git a/green_orange/img/item_rtl.png b/green_orange/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/green_orange/img/item_rtl.png differ diff --git a/green_orange/img/logo_left.png b/green_orange/img/logo_left.png new file mode 100644 index 000000000..b3fb5dc54 Binary files /dev/null and b/green_orange/img/logo_left.png differ diff --git a/green_orange/img/logo_right.png b/green_orange/img/logo_right.png new file mode 100644 index 000000000..97ee54055 Binary files /dev/null and b/green_orange/img/logo_right.png differ diff --git a/green_orange/img/php_sym.png b/green_orange/img/php_sym.png new file mode 100644 index 000000000..9f39f4a0f Binary files /dev/null and b/green_orange/img/php_sym.png differ diff --git a/green_orange/img/pma_logo2.png b/green_orange/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/green_orange/img/pma_logo2.png differ diff --git a/green_orange/img/s_asc.png b/green_orange/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/green_orange/img/s_asc.png differ diff --git a/green_orange/img/s_asci.png b/green_orange/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/green_orange/img/s_asci.png differ diff --git a/green_orange/img/s_attention.png b/green_orange/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/green_orange/img/s_attention.png differ diff --git a/green_orange/img/s_cancel.png b/green_orange/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/green_orange/img/s_cancel.png differ diff --git a/green_orange/img/s_cancel2.png b/green_orange/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/green_orange/img/s_cancel2.png differ diff --git a/green_orange/img/s_db.png b/green_orange/img/s_db.png new file mode 100644 index 000000000..338c68f49 Binary files /dev/null and b/green_orange/img/s_db.png differ diff --git a/green_orange/img/s_desc.png b/green_orange/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/green_orange/img/s_desc.png differ diff --git a/green_orange/img/s_error.png b/green_orange/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/green_orange/img/s_error.png differ diff --git a/green_orange/img/s_error2.png b/green_orange/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/green_orange/img/s_error2.png differ diff --git a/green_orange/img/s_fulltext.png b/green_orange/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/green_orange/img/s_fulltext.png differ diff --git a/green_orange/img/s_host.png b/green_orange/img/s_host.png new file mode 100644 index 000000000..40e2e51ae Binary files /dev/null and b/green_orange/img/s_host.png differ diff --git a/green_orange/img/s_info.png b/green_orange/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/green_orange/img/s_info.png differ diff --git a/green_orange/img/s_lang.png b/green_orange/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/green_orange/img/s_lang.png differ diff --git a/green_orange/img/s_loggoff.png b/green_orange/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/green_orange/img/s_loggoff.png differ diff --git a/green_orange/img/s_notice.png b/green_orange/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/green_orange/img/s_notice.png differ diff --git a/green_orange/img/s_okay.png b/green_orange/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/green_orange/img/s_okay.png differ diff --git a/green_orange/img/s_partialtext.png b/green_orange/img/s_partialtext.png new file mode 100644 index 000000000..ad1e99dce Binary files /dev/null and b/green_orange/img/s_partialtext.png differ diff --git a/green_orange/img/s_passwd.png b/green_orange/img/s_passwd.png new file mode 100644 index 000000000..b1ab12c98 Binary files /dev/null and b/green_orange/img/s_passwd.png differ diff --git a/green_orange/img/s_process.png b/green_orange/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/green_orange/img/s_process.png differ diff --git a/green_orange/img/s_really.png b/green_orange/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/green_orange/img/s_really.png differ diff --git a/green_orange/img/s_reload.png b/green_orange/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/green_orange/img/s_reload.png differ diff --git a/green_orange/img/s_rights.png b/green_orange/img/s_rights.png new file mode 100644 index 000000000..c4294d6fa Binary files /dev/null and b/green_orange/img/s_rights.png differ diff --git a/green_orange/img/s_status.png b/green_orange/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/green_orange/img/s_status.png differ diff --git a/green_orange/img/s_tbl.png b/green_orange/img/s_tbl.png new file mode 100644 index 000000000..7a911973e Binary files /dev/null and b/green_orange/img/s_tbl.png differ diff --git a/green_orange/img/s_theme.png b/green_orange/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/green_orange/img/s_theme.png differ diff --git a/green_orange/img/s_vars.png b/green_orange/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/green_orange/img/s_vars.png differ diff --git a/green_orange/img/s_views.png b/green_orange/img/s_views.png new file mode 100644 index 000000000..4dd756312 Binary files /dev/null and b/green_orange/img/s_views.png differ diff --git a/green_orange/img/s_warn.png b/green_orange/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/green_orange/img/s_warn.png differ diff --git a/green_orange/img/spacer.png b/green_orange/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/green_orange/img/spacer.png differ diff --git a/green_orange/img/tbl_error.png b/green_orange/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/green_orange/img/tbl_error.png differ diff --git a/green_orange/img/tbl_header.png b/green_orange/img/tbl_header.png new file mode 100644 index 000000000..bb0592819 Binary files /dev/null and b/green_orange/img/tbl_header.png differ diff --git a/green_orange/img/tbl_th.png b/green_orange/img/tbl_th.png new file mode 100644 index 000000000..2aa0eb8d0 Binary files /dev/null and b/green_orange/img/tbl_th.png differ diff --git a/green_orange/img/vertical_line.png b/green_orange/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/green_orange/img/vertical_line.png differ diff --git a/green_orange/info.inc.php b/green_orange/info.inc.php new file mode 100644 index 000000000..e1542f490 --- /dev/null +++ b/green_orange/info.inc.php @@ -0,0 +1,11 @@ + diff --git a/green_orange/layout.inc.php b/green_orange/layout.inc.php new file mode 100644 index 000000000..4cae30ba2 --- /dev/null +++ b/green_orange/layout.inc.php @@ -0,0 +1,47 @@ + '#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/green_orange/screen.png b/green_orange/screen.png new file mode 100644 index 000000000..1b00c67a7 Binary files /dev/null and b/green_orange/screen.png differ diff --git a/openphpnuke/css/theme_left.css.php b/openphpnuke/css/theme_left.css.php new file mode 100644 index 000000000..6015b1d60 --- /dev/null +++ b/openphpnuke/css/theme_left.css.php @@ -0,0 +1,72 @@ + +/* No layer effects neccessary */ +div {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.heada {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.parent {font:Verdana,Arial,Helvetica,sans-serif; color:#000000; text-decoration:none;} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font: Verdana,Arial,Helvetica,sans-serif; color:#FFFFFF; text-decoration:none;} +.tblItem:hover {color:#000000; 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: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.heada {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.headaCnt {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.parent {font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000; text-decoration:none; display:block;} +.child {font: Verdana,Arial,Helvetica,sans-serif; 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: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.heada {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.headaCnt {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} + +/* Additional effects for IE4 */ +.parent {font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000; text-decoration:none; display:block;} +.child {font: Verdana,Arial,Helvetica,sans-serif; 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:Verdana,Arial,Helvetica,sans-serif; color:#000000; text-decoration:none; position:absolute; visibility:hidden;} +.child {font: Verdana,Arial,Helvetica,sans-serif; color:#333399; position:absolute; visibility:hidden;} +.item, .tblItem {font: Verdana,Arial,Helvetica,sans-serif; color:#333399; text-decoration:none;} + +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.heada {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.headaCnt {font: Verdana,Arial,Helvetica,sans-serif; color:#000000;} +.parent {font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000; text-decoration:none;} +.child {font: Verdana,Arial,Helvetica,sans-serif; 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 {background-color: #1CC2F8; background-image: url(../themes/openphpnuke/img/framelinksbg.png); background-position: right; background-repeat: repeat-y; font: Verdana,Arial,Helvetica,sans-serif;} +input {font: Verdana,Arial,Helvetica,sans-serif;} +select {font: Verdana,Arial,Helvetica,sans-serif; background:#ffffff; color:#000000;} + +img, input, select, button {vertical-align:middle;} diff --git a/openphpnuke/css/theme_print.css.php b/openphpnuke/css/theme_print.css.php new file mode 100644 index 000000000..8d652c5f3 --- /dev/null +++ b/openphpnuke/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, 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/openphpnuke/css/theme_right.css.php b/openphpnuke/css/theme_right.css.php new file mode 100644 index 000000000..84965c699 --- /dev/null +++ b/openphpnuke/css/theme_right.css.php @@ -0,0 +1,119 @@ +body {font: Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF url(../themes/openphpnuke/img/vertical_line.png) repeat-y;} + +pre, tt {font-size:;} +table {border-collapse:collapse;} +th {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000; border:solid 1px #A5A5A5; height:22px; background:#FCFCFC url(../themes/openphpnuke/img/titellinks.png) repeat-x;} +td {font: Arial,Verdana,Helvetica,sans-serif;} +form {font: Arial,Verdana,Helvetica,sans-serif; padding:0px; margin:0px;} +input {font: Arial,Verdana,Helvetica,sans-serif;} +input.textfield {font: Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF;} +select {font: Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF;} +textarea {font: Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF;} +h1 {font:bold Arial,Verdana,Helvetica,sans-serif;} +h2 {font:bold Arial,Verdana,Helvetica,sans-serif;} +h3 {font:bold Arial,Verdana,Helvetica,sans-serif;} +a:link {font: Arial,Verdana,Helvetica,sans-serif; text-decoration:none; color:#0000FF; background:none;} +a:visited {font: Arial,Verdana,Helvetica,sans-serif; text-decoration:none; color:#0000FF; background:none;} +a:hover {font: Arial,Verdana,Helvetica,sans-serif; text-decoration:underline; color:#FF0000; background:none;} +a.nav:link {font-family:Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.nav:visited {font-family:Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.nav:hover {font-family:Arial,Verdana,Helvetica,sans-serif; color:#FF0000} +a.h1:link {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.h1:active {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.h1:visited {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.h1:hover {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.h2:link {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.h2:active {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.h2:visited {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.h2:hover {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000} +a.drop:link {font-family:Arial,Verdana,Helvetica,sans-serif; color:#ff0000} +a.drop:visited {font-family:Arial,Verdana,Helvetica,sans-serif; color:#ff0000} +a.drop:hover {font-family:Arial,Verdana,Helvetica,sans-serif; color:#ffffff; background:#ff0000; text-decoration:none} +dfn {font-style:normal} +dfn:hover {font-style:normal; cursor:help} +.nav {font-family:Arial,Verdana,Helvetica,sans-serif; color:#000000} +.warning {font:bold Arial,Verdana,Helvetica,sans-serif; color:#FF0000} +.tblcomment {font:normal Arial,Verdana,Helvetica,sans-serif; 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;} +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:transparent;} +.pdflayout {overflow:hidden; clip:inherit; background:#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-size:8pt arial;} + +/* MySQL Parser */ +.syntax {font: ; sans-serif;} +.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:#666666; border:0; height:1px;} + +/* new styles for navigation */ +#topmenu table {border-collapse:collapse; border:solid 1px #A5A5A5; background:#FCFCFC url(../themes/openphpnuke/img/titellinks.png) repeat-x; height:22px;} +.nav {font-family:Arial,Verdana,Helvetica,sans-serif; 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:bold Arial,Verdana,Helvetica,sans-serif; border-top:none; border-right:1px solid #666; border-left:1px solid #999; border-bottom:none; padding: 2px 5px 2px 5px;} +.navNormal {color:#000000; background:none;} +.navActive {font:bold Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FCFCFC url(../themes/openphpnuke/img/titellinks1.png) repeat-x;} +.navDrop {color:#000000; background:#FFFFFF;} +.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:#FF0000; background:none; font-weight:bold; } +.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; margin:0px; + + background:url(../themes/openphpnuke/img/s_error.png) no-repeat 5px 50%; padding:0px 0px 0px 25px; + +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited {font: Arial,Verdana,Helvetica,sans-serif; color:#666666;} +.disabled a:hover {text-decoration: none;} +tr.disabled td, td.disabled {background:#cccccc;} + +#TooltipContainer {position:absolute; z-index:99; width:250px; height:50px; overflow:auto; visibility:hidden; background:#ffffcc; color:#006600; border:1px solid #000000; padding:5px; font: Arial,Verdana,Helvetica,sans-serif;} + +/* tables */ +.tblError {border:1px solid #FF0000; background:#FFFFCC;} +.tblWarn, div.tblWarn {border:1px solid #FF0000; background: #FFFFFF;} +div.tblWarn {padding:5px 5px 5px 5px; margin:0px 0px 5px 0px; width:100%;} +.tblHeaders {border:1px solid #A5A5A5; background:#FCFCFC url(../themes/openphpnuke/img/titellinks.png) repeat-x; height:22px; font-weight:bold; color:#000000;} +.tblFooters {background: ; 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:#FF0000; font-weight:bold; color:#FFFFFF;} +.tblHeadWarn {background:#FFCC00; font-weight:bold; color:#000000;} +/* forbidden, no privilegs */ +.noPrivileges {color:#FF0000; font-weight:bold;} +/* Heading */ +.serverinfo {font:normal Arial,Verdana,Helvetica,sans-serif; white-space:nowrap; vertical-align:middle; padding:0px 0px 10px 0px;} +img, input, select, button {vertical-align:middle;} + +.serverinfo a:link, .serverinfo a:active, .serverinfo a:visited {font:bolder Arial,Verdana,Helvetica,sans-serif;} +.serverinfo a img {vertical-align:middle; margin: 0px 1px 0px 2px;} +.serverinfo div {background:url(../themes/openphpnuke/img/item_ltr.png) no-repeat 50% 50%; width:20px; height:16px;} +#textSQLDUMP {width:95%; height:95%; font:12px "Courier New", Courier, mono;} + diff --git a/openphpnuke/img/arrow_ltr.gif b/openphpnuke/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/openphpnuke/img/arrow_ltr.gif differ diff --git a/openphpnuke/img/arrow_ltr.png b/openphpnuke/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/openphpnuke/img/arrow_ltr.png differ diff --git a/openphpnuke/img/arrow_rtl.gif b/openphpnuke/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/openphpnuke/img/arrow_rtl.gif differ diff --git a/openphpnuke/img/arrow_rtl.png b/openphpnuke/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/openphpnuke/img/arrow_rtl.png differ diff --git a/openphpnuke/img/asc_order.png b/openphpnuke/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/openphpnuke/img/asc_order.png differ diff --git a/openphpnuke/img/b_bookmark.png b/openphpnuke/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/openphpnuke/img/b_bookmark.png differ diff --git a/openphpnuke/img/b_browse.png b/openphpnuke/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/openphpnuke/img/b_browse.png differ diff --git a/openphpnuke/img/b_calendar.png b/openphpnuke/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/openphpnuke/img/b_calendar.png differ diff --git a/openphpnuke/img/b_comment.png b/openphpnuke/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/openphpnuke/img/b_comment.png differ diff --git a/openphpnuke/img/b_dbstatistics.png b/openphpnuke/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/openphpnuke/img/b_dbstatistics.png differ diff --git a/openphpnuke/img/b_deltbl.png b/openphpnuke/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/openphpnuke/img/b_deltbl.png differ diff --git a/openphpnuke/img/b_docs.png b/openphpnuke/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/openphpnuke/img/b_docs.png differ diff --git a/openphpnuke/img/b_docsql.png b/openphpnuke/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/openphpnuke/img/b_docsql.png differ diff --git a/openphpnuke/img/b_drop.png b/openphpnuke/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/openphpnuke/img/b_drop.png differ diff --git a/openphpnuke/img/b_edit.png b/openphpnuke/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/openphpnuke/img/b_edit.png differ diff --git a/openphpnuke/img/b_empty.png b/openphpnuke/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/openphpnuke/img/b_empty.png differ diff --git a/openphpnuke/img/b_engine.png b/openphpnuke/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/openphpnuke/img/b_engine.png differ diff --git a/openphpnuke/img/b_export.png b/openphpnuke/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/openphpnuke/img/b_export.png differ diff --git a/openphpnuke/img/b_firstpage.png b/openphpnuke/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/openphpnuke/img/b_firstpage.png differ diff --git a/openphpnuke/img/b_ftext.png b/openphpnuke/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/openphpnuke/img/b_ftext.png differ diff --git a/openphpnuke/img/b_help.png b/openphpnuke/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/openphpnuke/img/b_help.png differ diff --git a/openphpnuke/img/b_home.png b/openphpnuke/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/openphpnuke/img/b_home.png differ diff --git a/openphpnuke/img/b_import.png b/openphpnuke/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/openphpnuke/img/b_import.png differ diff --git a/openphpnuke/img/b_index.png b/openphpnuke/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/openphpnuke/img/b_index.png differ diff --git a/openphpnuke/img/b_info.png b/openphpnuke/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/openphpnuke/img/b_info.png differ diff --git a/openphpnuke/img/b_insrow.png b/openphpnuke/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/openphpnuke/img/b_insrow.png differ diff --git a/openphpnuke/img/b_lastpage.png b/openphpnuke/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/openphpnuke/img/b_lastpage.png differ diff --git a/openphpnuke/img/b_minus.png b/openphpnuke/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/openphpnuke/img/b_minus.png differ diff --git a/openphpnuke/img/b_newdb.png b/openphpnuke/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/openphpnuke/img/b_newdb.png differ diff --git a/openphpnuke/img/b_newtbl.png b/openphpnuke/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/openphpnuke/img/b_newtbl.png differ diff --git a/openphpnuke/img/b_nextpage.png b/openphpnuke/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/openphpnuke/img/b_nextpage.png differ diff --git a/openphpnuke/img/b_pdfdoc.png b/openphpnuke/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/openphpnuke/img/b_pdfdoc.png differ diff --git a/openphpnuke/img/b_plus.png b/openphpnuke/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/openphpnuke/img/b_plus.png differ diff --git a/openphpnuke/img/b_prevpage.png b/openphpnuke/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/openphpnuke/img/b_prevpage.png differ diff --git a/openphpnuke/img/b_primary.png b/openphpnuke/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/openphpnuke/img/b_primary.png differ diff --git a/openphpnuke/img/b_print.png b/openphpnuke/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/openphpnuke/img/b_print.png differ diff --git a/openphpnuke/img/b_props.png b/openphpnuke/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/openphpnuke/img/b_props.png differ diff --git a/openphpnuke/img/b_relations.png b/openphpnuke/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/openphpnuke/img/b_relations.png differ diff --git a/openphpnuke/img/b_save.png b/openphpnuke/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/openphpnuke/img/b_save.png differ diff --git a/openphpnuke/img/b_sbrowse.png b/openphpnuke/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/openphpnuke/img/b_sbrowse.png differ diff --git a/openphpnuke/img/b_sdb.png b/openphpnuke/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/openphpnuke/img/b_sdb.png differ diff --git a/openphpnuke/img/b_search.png b/openphpnuke/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/openphpnuke/img/b_search.png differ diff --git a/openphpnuke/img/b_selboard.png b/openphpnuke/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/openphpnuke/img/b_selboard.png differ diff --git a/openphpnuke/img/b_select.png b/openphpnuke/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/openphpnuke/img/b_select.png differ diff --git a/openphpnuke/img/b_sql.png b/openphpnuke/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/openphpnuke/img/b_sql.png differ diff --git a/openphpnuke/img/b_sqldoc.png b/openphpnuke/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/openphpnuke/img/b_sqldoc.png differ diff --git a/openphpnuke/img/b_sqlhelp.png b/openphpnuke/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/openphpnuke/img/b_sqlhelp.png differ diff --git a/openphpnuke/img/b_tblanalyse.png b/openphpnuke/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/openphpnuke/img/b_tblanalyse.png differ diff --git a/openphpnuke/img/b_tblexport.png b/openphpnuke/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/openphpnuke/img/b_tblexport.png differ diff --git a/openphpnuke/img/b_tblimport.png b/openphpnuke/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/openphpnuke/img/b_tblimport.png differ diff --git a/openphpnuke/img/b_tblops.png b/openphpnuke/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/openphpnuke/img/b_tblops.png differ diff --git a/openphpnuke/img/b_tbloptimize.png b/openphpnuke/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/openphpnuke/img/b_tbloptimize.png differ diff --git a/openphpnuke/img/b_tipp.png b/openphpnuke/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/openphpnuke/img/b_tipp.png differ diff --git a/openphpnuke/img/b_unique.png b/openphpnuke/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/openphpnuke/img/b_unique.png differ diff --git a/openphpnuke/img/b_usradd.png b/openphpnuke/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/openphpnuke/img/b_usradd.png differ diff --git a/openphpnuke/img/b_usrcheck.png b/openphpnuke/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/openphpnuke/img/b_usrcheck.png differ diff --git a/openphpnuke/img/b_usrdrop.png b/openphpnuke/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/openphpnuke/img/b_usrdrop.png differ diff --git a/openphpnuke/img/b_usredit.png b/openphpnuke/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/openphpnuke/img/b_usredit.png differ diff --git a/openphpnuke/img/b_usrlist.png b/openphpnuke/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/openphpnuke/img/b_usrlist.png differ diff --git a/openphpnuke/img/b_view.png b/openphpnuke/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/openphpnuke/img/b_view.png differ diff --git a/openphpnuke/img/b_views.png b/openphpnuke/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/openphpnuke/img/b_views.png differ diff --git a/openphpnuke/img/bd_browse.png b/openphpnuke/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/openphpnuke/img/bd_browse.png differ diff --git a/openphpnuke/img/bd_deltbl.png b/openphpnuke/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/openphpnuke/img/bd_deltbl.png differ diff --git a/openphpnuke/img/bd_drop.png b/openphpnuke/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/openphpnuke/img/bd_drop.png differ diff --git a/openphpnuke/img/bd_empty.png b/openphpnuke/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/openphpnuke/img/bd_empty.png differ diff --git a/openphpnuke/img/bd_firstpage.png b/openphpnuke/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/openphpnuke/img/bd_firstpage.png differ diff --git a/openphpnuke/img/bd_ftext.png b/openphpnuke/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/openphpnuke/img/bd_ftext.png differ diff --git a/openphpnuke/img/bd_index.png b/openphpnuke/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/openphpnuke/img/bd_index.png differ diff --git a/openphpnuke/img/bd_insrow.png b/openphpnuke/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/openphpnuke/img/bd_insrow.png differ diff --git a/openphpnuke/img/bd_lastpage.png b/openphpnuke/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/openphpnuke/img/bd_lastpage.png differ diff --git a/openphpnuke/img/bd_nextpage.png b/openphpnuke/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/openphpnuke/img/bd_nextpage.png differ diff --git a/openphpnuke/img/bd_prevpage.png b/openphpnuke/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/openphpnuke/img/bd_prevpage.png differ diff --git a/openphpnuke/img/bd_primary.png b/openphpnuke/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/openphpnuke/img/bd_primary.png differ diff --git a/openphpnuke/img/bd_sbrowse.png b/openphpnuke/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/openphpnuke/img/bd_sbrowse.png differ diff --git a/openphpnuke/img/bd_select.png b/openphpnuke/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/openphpnuke/img/bd_select.png differ diff --git a/openphpnuke/img/bd_unique.png b/openphpnuke/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/openphpnuke/img/bd_unique.png differ diff --git a/openphpnuke/img/dot_black.png b/openphpnuke/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/openphpnuke/img/dot_black.png differ diff --git a/openphpnuke/img/dot_blue.png b/openphpnuke/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/openphpnuke/img/dot_blue.png differ diff --git a/openphpnuke/img/dot_green.png b/openphpnuke/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/openphpnuke/img/dot_green.png differ diff --git a/openphpnuke/img/dot_red.png b/openphpnuke/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/openphpnuke/img/dot_red.png differ diff --git a/openphpnuke/img/dot_violet.png b/openphpnuke/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/openphpnuke/img/dot_violet.png differ diff --git a/openphpnuke/img/dot_yellow.png b/openphpnuke/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/openphpnuke/img/dot_yellow.png differ diff --git a/openphpnuke/img/framelinksbg.png b/openphpnuke/img/framelinksbg.png new file mode 100644 index 000000000..fe270c2cf Binary files /dev/null and b/openphpnuke/img/framelinksbg.png differ diff --git a/openphpnuke/img/frm_linevrlt.png b/openphpnuke/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/openphpnuke/img/frm_linevrlt.png differ diff --git a/openphpnuke/img/item.png b/openphpnuke/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/openphpnuke/img/item.png differ diff --git a/openphpnuke/img/item_ltr.png b/openphpnuke/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/openphpnuke/img/item_ltr.png differ diff --git a/openphpnuke/img/item_rtl.png b/openphpnuke/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/openphpnuke/img/item_rtl.png differ diff --git a/openphpnuke/img/logo_left.png b/openphpnuke/img/logo_left.png new file mode 100644 index 000000000..78843b8c0 Binary files /dev/null and b/openphpnuke/img/logo_left.png differ diff --git a/openphpnuke/img/logo_right.png b/openphpnuke/img/logo_right.png new file mode 100644 index 000000000..daf977e1e Binary files /dev/null and b/openphpnuke/img/logo_right.png differ diff --git a/openphpnuke/img/php_sym.png b/openphpnuke/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/openphpnuke/img/php_sym.png differ diff --git a/openphpnuke/img/pma_logo2.png b/openphpnuke/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/openphpnuke/img/pma_logo2.png differ diff --git a/openphpnuke/img/s_asc.png b/openphpnuke/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/openphpnuke/img/s_asc.png differ diff --git a/openphpnuke/img/s_asci.png b/openphpnuke/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/openphpnuke/img/s_asci.png differ diff --git a/openphpnuke/img/s_attention.png b/openphpnuke/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/openphpnuke/img/s_attention.png differ diff --git a/openphpnuke/img/s_cancel.png b/openphpnuke/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/openphpnuke/img/s_cancel.png differ diff --git a/openphpnuke/img/s_cancel2.png b/openphpnuke/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/openphpnuke/img/s_cancel2.png differ diff --git a/openphpnuke/img/s_db.png b/openphpnuke/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/openphpnuke/img/s_db.png differ diff --git a/openphpnuke/img/s_desc.png b/openphpnuke/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/openphpnuke/img/s_desc.png differ diff --git a/openphpnuke/img/s_error.png b/openphpnuke/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/openphpnuke/img/s_error.png differ diff --git a/openphpnuke/img/s_error2.png b/openphpnuke/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/openphpnuke/img/s_error2.png differ diff --git a/openphpnuke/img/s_fulltext.png b/openphpnuke/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/openphpnuke/img/s_fulltext.png differ diff --git a/openphpnuke/img/s_host.png b/openphpnuke/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/openphpnuke/img/s_host.png differ diff --git a/openphpnuke/img/s_info.png b/openphpnuke/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/openphpnuke/img/s_info.png differ diff --git a/openphpnuke/img/s_lang.png b/openphpnuke/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/openphpnuke/img/s_lang.png differ diff --git a/openphpnuke/img/s_loggoff.png b/openphpnuke/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/openphpnuke/img/s_loggoff.png differ diff --git a/openphpnuke/img/s_notice.png b/openphpnuke/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/openphpnuke/img/s_notice.png differ diff --git a/openphpnuke/img/s_okay.png b/openphpnuke/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/openphpnuke/img/s_okay.png differ diff --git a/openphpnuke/img/s_partialtext.png b/openphpnuke/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/openphpnuke/img/s_partialtext.png differ diff --git a/openphpnuke/img/s_passwd.png b/openphpnuke/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/openphpnuke/img/s_passwd.png differ diff --git a/openphpnuke/img/s_process.png b/openphpnuke/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/openphpnuke/img/s_process.png differ diff --git a/openphpnuke/img/s_really.png b/openphpnuke/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/openphpnuke/img/s_really.png differ diff --git a/openphpnuke/img/s_reload.png b/openphpnuke/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/openphpnuke/img/s_reload.png differ diff --git a/openphpnuke/img/s_rights.png b/openphpnuke/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/openphpnuke/img/s_rights.png differ diff --git a/openphpnuke/img/s_status.png b/openphpnuke/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/openphpnuke/img/s_status.png differ diff --git a/openphpnuke/img/s_tbl.png b/openphpnuke/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/openphpnuke/img/s_tbl.png differ diff --git a/openphpnuke/img/s_theme.png b/openphpnuke/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/openphpnuke/img/s_theme.png differ diff --git a/openphpnuke/img/s_vars.png b/openphpnuke/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/openphpnuke/img/s_vars.png differ diff --git a/openphpnuke/img/s_views.png b/openphpnuke/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/openphpnuke/img/s_views.png differ diff --git a/openphpnuke/img/s_warn.png b/openphpnuke/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/openphpnuke/img/s_warn.png differ diff --git a/openphpnuke/img/spacer.png b/openphpnuke/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/openphpnuke/img/spacer.png differ diff --git a/openphpnuke/img/tbl_error.png b/openphpnuke/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/openphpnuke/img/tbl_error.png differ diff --git a/openphpnuke/img/tbl_header.png b/openphpnuke/img/tbl_header.png new file mode 100644 index 000000000..7b2f8caaf Binary files /dev/null and b/openphpnuke/img/tbl_header.png differ diff --git a/openphpnuke/img/tbl_th.png b/openphpnuke/img/tbl_th.png new file mode 100644 index 000000000..2aa0eb8d0 Binary files /dev/null and b/openphpnuke/img/tbl_th.png differ diff --git a/openphpnuke/img/titellinks.png b/openphpnuke/img/titellinks.png new file mode 100644 index 000000000..d2f2c365c Binary files /dev/null and b/openphpnuke/img/titellinks.png differ diff --git a/openphpnuke/img/titellinks1.png b/openphpnuke/img/titellinks1.png new file mode 100644 index 000000000..2580b68f1 Binary files /dev/null and b/openphpnuke/img/titellinks1.png differ diff --git a/openphpnuke/img/vertical_line.png b/openphpnuke/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/openphpnuke/img/vertical_line.png differ diff --git a/openphpnuke/info.inc.php b/openphpnuke/info.inc.php new file mode 100644 index 000000000..6c95a1c2e --- /dev/null +++ b/openphpnuke/info.inc.php @@ -0,0 +1,11 @@ + diff --git a/openphpnuke/installation.txt b/openphpnuke/installation.txt new file mode 100644 index 000000000..97dda272c --- /dev/null +++ b/openphpnuke/installation.txt @@ -0,0 +1,11 @@ +phpmyadmin Verzeichnis öffnen dort ins "themes" verzeichnis das zip entpacken. + +In der config.inc.php im Haubtverzeichnis in Zeile 543 könnt ihr es zum Standart Theme im phpmyadmin machen. + +dort sollte bei euch stehen: +$cfg['ThemeDefault'] = 'orginal'; // set up default theme, if ThemePath not empty + +ändern auf: +$cfg['ThemeDefault'] = 'openphpnuke'; // set up default theme, if ThemePath not empty + +speichern und schon seit ihr Opn Fans :-) \ No newline at end of file diff --git a/openphpnuke/layout.inc.php b/openphpnuke/layout.inc.php new file mode 100644 index 000000000..ddb2cc835 --- /dev/null +++ b/openphpnuke/layout.inc.php @@ -0,0 +1,47 @@ + '#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/openphpnuke/screen.png b/openphpnuke/screen.png new file mode 100644 index 000000000..7c6dab350 Binary files /dev/null and b/openphpnuke/screen.png differ diff --git a/paradice/THEME_LICENSE b/paradice/THEME_LICENSE new file mode 100644 index 000000000..207a79cbd --- /dev/null +++ b/paradice/THEME_LICENSE @@ -0,0 +1,278 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + diff --git a/paradice/authors b/paradice/authors new file mode 100644 index 000000000..0840ea762 --- /dev/null +++ b/paradice/authors @@ -0,0 +1,20 @@ +Icons: +++++++ + +David Vignoni (david@icon-king.com) +ICON KING - www.icon-king.com + +Theme: +++++++ + +The theme is based on the original +theme made by Alexander M. Turek (rabus) +(and/or other members of the phpMyAdmin Team). + +Modification and integration of the original +theme and the nuvola iconset made by David Vignoni +is made by +Andy Scherzinger - www.andy-scherzinger.de + +Further images used as background images are made +by Andy Scherzinger. \ No newline at end of file diff --git a/paradice/css/theme_left.css.php b/paradice/css/theme_left.css.php new file mode 100644 index 000000000..d3b1ca594 --- /dev/null +++ b/paradice/css/theme_left.css.php @@ -0,0 +1,142 @@ + +/******************************************************************************/ +/* general tags */ +body { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + background-color: #3674CF; + color: #ffffff; + margin: 0; + padding: 2px 2px 2px 2px; + background-image: url(../themes/paradice/img/leftBgnd.jpg); + background-position: left top; + background-repeat: repeat-y; +} + +a img { + border: 0; +} + +/* gecko FIX, font size is not correctly assigned to all child elements */ +body * { + font-family: inherit; + font-size: inherit; +} + +form { + margin: 0; + padding: 0; + display: inline; +} + +select { + background-color: #ffffff; + color: #000000; + width: 150px; + font-size: 10px; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + + +/******************************************************************************/ +/* classes */ + +/* leave some space between icons and text */ +.icon { + vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} + +img.lightbulb { + cursor: pointer; +} + + +/******************************************************************************/ +/* specific elements */ + +div#pmalogo, +div#leftframelinks, +div#databaseList { + text-align: center; + border-bottom: 0.05em solid #ffffff; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +div#leftframelinks img { + vertical-align: middle; + padding: 0; + margin: 0; +} + +div#leftframelinks a { + margin: 0.1em; + padding: 0.2em; + border: 0; +} + +div#leftframelinks a:hover { + background-color: #3674CF; + color: #FFFFFF; +} + +/* leftdatabaselist */ +div#left_tableList ul { + list-style-type: none; + list-style-position: outside; + margin: 0; + padding: 0; + font-size: 10px; + background-color: #3674CF; +} + +div#left_tableList ul ul { + font-size: 100%; +} + +div#left_tableList a { + color: #ffffff; + text-decoration: none; +} + +div#left_tableList a:hover { + color: #ffffcc; + text-decoration: none; +} + +div#left_tableList li { + margin: 0; + padding: 0; + white-space: nowrap; +} + + +div#left_tableList li:hover { + background-color: #2563BE; +} + + +div#left_tableList img { + padding: 0; + vertical-align: middle; +} + +div#left_tableList ul ul { + margin-left: 0em; + padding-left: 0.1em; + border-left: 0.1em solid #ffffff; + padding-bottom: 0.1em; + border-bottom: 0.1em solid #ffffff; +} diff --git a/paradice/css/theme_print.css.php b/paradice/css/theme_print.css.php new file mode 100644 index 000000000..8d652c5f3 --- /dev/null +++ b/paradice/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, 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/paradice/css/theme_right.css.php b/paradice/css/theme_right.css.php new file mode 100644 index 000000000..8521c4590 --- /dev/null +++ b/paradice/css/theme_right.css.php @@ -0,0 +1,1094 @@ + +/******************************************************************************/ +/* general tags */ +html { + margin: 0px; + padding: 0px; +} + +body { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #142F56; + background-image: url(../themes/paradice/img/rightBgnd.jpg); + background-repeat: no-repeat; + background-position: right bottom; + background-color: #ffffff; + margin: 5px; + padding: 0px; +} + +/* gecko FIX, font size is not correctly assigned to all child elements */ +body * { + font-family: inherit; + font-size: inherit; +} + +h1 { + font-size: 18px; + font-weight: bold; +} + +h2 { + font-size: 13px; + font-weight: bold; +} + +h3 { + font-size: 12px; + font-weight: bold; +} + +pre, tt, code{ + font-size: 11px; +} + +a:link, +a:visited, +a:active { + font-size: 11px; + text-decoration: none; + color: #1F457E; + +} + +a:hover { + font-size: 11px; + text-decoration: underline; + color: #8897AE; +} + +dfn { + font-style: normal; +} + +dfn:hover { + font-style: normal; + cursor: help; +} + +th { + font-size: 11px; + font-weight: bold; + color: #000000; + background-color: #ff9900; + background-image: url(../themes/paradice/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + height: 18px; +} + +th a:link, +th a:active, +th a:visited { + color: #000000; + text-decoration: underline; +} + +th a:hover { + color: #666666; + text-decoration: none; +} + +a img { + border: 0; +} + +hr { + color: #79A2DF; + background-color: #6666cc; + border: 0; + height: 1px; +} + +form { + font-size: 10px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} + +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: url(../themes/paradice/img/tbl_th.png); + +} + +td{ + font-size: 10px; +} + +select, textarea, input { + font-size: 10px; + border: 1px solid #3674CF; +} + +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} + +input.textfield{ + font-size: 10px; + color: #000000; + background-color: #FFFFFF; +} + +a.h1:link, a.h1:active, a.h1:visited{ + font-size: 18px; + font-weight: bold; + color: #000000; +} + +a.h1:hover{ + font-size: 18px; + font-weight: bold; + color: #666666; +} + +a.h2:link, a.h2:active, a.h2:visited{ + font-size: 13px; + font-weight: bold; + color: #000000; +} + +a.h2:hover{ + font-size: 13px; + font-weight: bold; + color: #666666; +} + +a.drop:link, a.drop:visited, a.drop:active{ + color: #666666; +} + +a.drop:hover{ + color: #ffffff; + background-color: #666666; + text-decoration: none; +} + +fieldset { + margin-top: 1em; + border: #79A2DF solid 1px; + padding: 0.5em; +} + +fieldset fieldset { + margin: 0.8em; +} + +fieldset legend { + color: #79A2DF; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; + size: 11px; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + +table caption, +table th, +table td { + padding: 0.1em 0.5em 0.1em 0.5em; + margin: 0.1em; + vertical-align: top; +} + +img, +input, +select, +button { + vertical-align: middle; +} + + +/******************************************************************************/ +/* classes */ + +fieldset.tblFooters { + margin-top: 0; + margin-bottom: 0.5em; + text-align: right; + float: none; + clear: both; +} + +fieldset .formelement { + float: left; + margin-right: 0.5em; + /* IE */ + white-space: nowrap; +} + +/* revert for Gecko */ +fieldset div[class=formelement] { + white-space: normal; +} + +button.mult_submit { + border: none; + background-color: transparent; +} + +/* odd table rows 1,3,5,7,... */ +table tr.odd th, +table tr.odd { + background-image: none; + background-color: #E5E5E5; + text-align: left; +} + +/* even table rows 2,4,6,8,... */ +table tr.even th, +table tr.even { + background-image: none; + background-color: #D5D5D5; + text-align: left; +} + +/* marked tbale rows */ +table tr.marked th, +table tr.marked { + background-color: #FFCC99; +} + +/* hovered table rows */ +table tr.odd:hover, +table tr.even:hover, +table tr.odd:hover th, +table tr.even:hover th, +table tr.hover th, +table tr.hover { + background-color: #CCFFCC; +} + +table .value { + text-align: right; + white-space: nowrap; +} +/* IE doesnt handles 'pre' right */ +table [class=value] { + white-space: pre; +} + +.value { + font-family: "Courier New", Courier, monospace; +} +.value .attention { + color: red; + font-weight: bold; +} +.value .allfine { + color: green; +} + + +img.lightbulb { + cursor: pointer; +} + +.pdflayout { + overflow: hidden; + clip: inherit; + background-color: #FFFFFF; + display: none; + border: 1px solid #000000; + position: relative; +} + +.pdflayout_table { + background: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 110%; + border: 1px dashed #000000; +} + +.print { + font-size: 8pt; +} + +/* MySQL Parser */ +.syntax { +font-size: 10px;} + +.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 { +} + +/* leave some space between icons and text */ +.icon { + vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} +/* no extra space in table cells */ +td .icon { + margin: 0; +} + +.selectallarrow { + margin-: 0.3em; + margin-: 0.6em; +} + +/* message boxes: warning, error, confirmation */ +.notice { + color: #000000; + background-color: #FFFFDD; +} +h1.notice, +div.notice { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #FFD700; + + background-image: url(../themes/paradice/img/s_notice.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +.notice h1 { + border-bottom: 0.1em solid #FFD700; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.warning { + color: #CC0000; + background-color: #FFFFCC; +} +p.warning, +h1.warning, +div.warning { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #CC0000; + width: 90%; + + + background-image: url(../themes/paradice/img/s_warn.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +.warning h1 { + border-bottom: 0.1em solid #cc0000; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.error { + background-color: #FFFFCC; + color: #ff0000; +} + +h1.error, +div.error { + margin: 0.5em 0 0.5em 0; + border: 0.1em solid #ff0000; + width: 90%; + + background-image: url(../themes/paradice/img/s_error.png); + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.5em; + +} +div.error h1 { + border-bottom: 0.1em solid #ff0000; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +.confirmation { + background-color: #FFFFCC; +} +fieldset.confirmation { + border: 0.1em solid #FF0000; +} +fieldset.confirmation legend { + border-left: 0.1em solid #FF0000; + border-right: 0.1em solid #FF0000; + font-weight: bold; + + background-image: url(../themes/paradice/img/s_error.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +} +/* end messageboxes */ + + +.tblcomment{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: normal; + color: #000099; +} + +.tblHeaders { + font-weight: bold; + color: #ffffff; + background-color: #79A2DF; + background-image: url(../themes/paradice/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + height: 18px; +} + +.tblFooters { + font-weight: normal; + color: #ffffff; + background-color: #79A2DF; + background-image: url(../themes/paradice/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; +} + +.tblHeaders a:link, +.tblHeaders a:active, +.tblHeaders a:visited, +.tblFooters a:link, +.tblFooters a:active, +.tblFooters a:visited { + color: #ffffcc; + text-decoration: underline; +} + +.tblHeaders a:hover, +.tblFooters a:hover { + text-decoration: none; + color: #ffffff; +} + +/* forbidden, no privilegs */ +.noPrivileges { + color: #cc0000; + font-weight: bold; +} + +/* disabled text */ +.disabled, +.disabled a:link, +.disabled a:active, +.disabled a:visited { + color: #666666; +} + +.disabled a:hover { + color: #666666; + text-decoration: none; +} + +tr.disabled td, +td.disabled { + background-color: #cccccc; +} + + +/******************************************************************************/ +/* specific elements */ + +/* topmenu */ +ul#topmenu { + font-weight: bold; + list-style-type: none; + margin: 0; + padding: 0; + background-color: #79A2DF; + background-image: url(../themes/paradice/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + height: 28px; +} + +ul#topmenu li { + float: left; + margin: 0; + padding: 0; + vertical-align: middle; + height: 24px; +} + +#topmenu img { + vertical-align: middle; + margin-right: 0.1em; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + color: #000000; + font-family: Verdana, Arial, Helvetica, sans-serif; + padding: 0; + white-space: nowrap; +} + +/* disabled tabs */ +span.tab { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + font-weight: bold; + color: #FFFFFF; + padding: 4px 8px 8px 8px; + margin: -1px 0px 0px -1px; + background-image: url(../themes/paradice/img/tbl_header_disabled.png); + background-repeat: repeat-x; + background-position: top; +} + +span.tab:hover { + background-image: url(../themes/paradice/img/tbl_header_disabled.png); + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + font-weight: bold; + color: #FFFFFF; + padding: 4px 8px 8px 8px; + margin: -1px 0px 0px -1px; + background-image: url(../themes/paradice/img/tbl_header2.png); + background-repeat: repeat-x; + background-position: top; + text-decoration: none; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: FF0000; +} +a.tabcaution:hover { + color: #FFFFFF; + background-color: #FF0000; +} + + +/* active tab */ +ul#topmenu li a.tabactive { + color: black; + padding: 4px 8px 8px 8px; +} + +#topmenu { + padding: 0px; + padding-top: 4px; +} + +ul#topmenu li { + border-bottom: 0; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + background-color: #E5E5E5; + border: 0px 1px 0px 0px; + border-style: solid; + border-color: #FFFFFF; + background-image: url(../themes/paradice/img/tbl_header2.png); + background-repeat: repeat-x; + background-position: top; + /* overwrite default button look */ + border-radius-topleft: 0px; + border-radius-topright: 0px; + -moz-border-radius-topleft: 0px; + -moz-border-radius-topright: 0px; +} + +ul#topmenu li a.tab { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + font-weight: bold; + color: #FFFFFF; +} + +ul#topmenu li a.tab:hover { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + font-weight: bold; + color: #FFFFFF; +} + +ul#topmenu li:hover { + background-image: url(../themes/paradice/img/tbl_header2.png); + text-decoration: underline; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + font-weight: bold; + color: #FFFFFF; +} + +/* enabled drop/empty tabs */ +ul#topmenu li a.tabcaution { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + font-weight: bold; + color: #FFFFFF; + background-color: #cc0000; + background-image: url(../themes/paradice/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + padding: 4px 8px 8px 8px; + border: 0; + border-right: 1px solid #FFFFFF; + margin-right: 0; + margin: 0; + margin-left: 0px; +} +ul#topmenu li a.tabcaution:hover { + background-image: url(../themes/paradice/img/tbl_error2.png); + padding: 4px 8px 8px 8px; +} + +/* enabled hover/active tabs */ +a.tabactive { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-weight: bold; + color: #000000; + background-image: url(../themes/paradice/img/tbl_headerActive.png); + background-repeat: repeat-x; + background-position: top; + background-color: #ffffff; + padding: 4px 8px 8px 8px; /* top left bottom right - I just can't memorize this ;) */ + border: 0; + border-right: 1px solid #FFFFFF; + border-left: 1px solid #FFFFFF; + margin-left: -3px; + color: #000000; +} + +a.tabactive:hover { + background-image: url(../themes/paradice/img/tbl_header.png); + padding: 4px 8px 8px 8px; /* top left bottom right - I just can't memorize this ;) */ + margin-left: -3px; + color: #FFFFFF; +} + +a.tab:link, a.tab:active,a.tab:hover, a.tab:visited { + padding: 4px 8px 8px 8px; /* top left bottom right - I just can't memorize this ;) */ + border: 0; + border-right: 1px solid #FFFFFF; + margin: 0; + margin-left: 0px; + color: #FFFFFF; +} + +a.tab:hover, +.tabactive { + background-image: url(../themes/paradice/img/tbl_header.png); +} + +/* disabled drop/empty tabs */ +span.tab, span.tabcaution { + cursor: url(../themes/darkblue_orange/img/error.ico), default; +} + +/* end topmenu */ + + +#fieldsetexport #exportoptions { + float: left; +} + + +/* Calendar */ +table.calendar { + width: 100%; +} +table.calendar td { + text-align: center; +} +table.calendar td a { + display: block; +} + +table.calendar td a:hover { + background-color: #CCFFCC; +} + +table.calendar th { + background-color: #D3DCE3; +} + +table.calendar td.selected { + background-color: #FFCC99; +} + +img.calendar { + border: none; +} +form.clock { + text-align: center; +} +/* end Calendar */ + + +/* table stats */ +div#tablestatistics { + border-bottom: 0.1em solid #669999; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +div#tablestatistics table { + float: left; + margin-bottom: 0.5em; + margin-right: 0.5em; +} + +div#tablestatistics table caption { + margin-right: 0.5em; +} +/* END table stats */ + + +/* server privileges */ +#tableuserrights td, +#tablespecificuserrights td, +#tabledatabases td { + vertical-align: middle; +} +/* END server privileges */ + + + +/* Heading */ +#serverinfo { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: normal; + padding: 0px 0px 10px 0px; + margin: 0px; + white-space: nowrap; + vertical-align: middle; +} + +#serverinfo .item { + white-space: nowrap; + font-size: 12px; + font-weight: bolder; + color: #142F56; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.1em; +} + +/* some styles for IDs: */ +#buttonNo { + color: #CC0000; + font-weight: bold; + padding: 0 10px 0 10px; + font-size: 10px; +} + +#buttonYes { + color: #006600; + font-weight: bold; + padding: 0 10px 0 10px; + font-size: 10px; +} + +#buttonGo { + color: #006600; + font-weight: bold; + padding: 0 10px 0 10px; + font-size: 10px; +} + +#listTable { + width: 260px; +} + +#textSqlquery { + width: 450px; +} + +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + +/* user privileges */ +#fieldset_add_user_login div.item { + border-bottom: 1px solid #79A2DF; + padding-bottom: 0.3em; + margin-bottom: 0.3em; +} + +#fieldset_add_user_login label { + float: left; + display: block; + width: 10em; + max-width: 100%; + text-align: right; + padding-right: 0.5em; +} + +#fieldset_add_user_login span.options #select_pred_username, +#fieldset_add_user_login span.options #select_pred_hostname, +#fieldset_add_user_login span.options #select_pred_password { + width: 100%; + max-width: 100%; +} + +#fieldset_add_user_login span.options { + float: left; + display: block; + width: 12em; + max-width: 100%; + padding-right: 0.5em; +} + +#fieldset_add_user_login input { + width: 12em; + clear: right; + max-width: 100%; +} + +#fieldset_add_user_login span.options input { + width: auto; +} + +#fieldset_user_priv div.item { + float: left; + width: 8em; + max-width: 100%; +} + +#fieldset_user_priv div.item div.item { + float: none; +} + +#fieldset_user_priv div.item label { + white-space: nowrap; +} + +#fieldset_user_priv div.item select { + width: 100%; +} + +#fieldset_user_global_rights fieldset { + float: left; +} +/* END user privileges */ + + +/* serverstatus */ +div#serverstatus table caption a.top { + float: right; +} + +div#serverstatus div#serverstatusqueriesdetails table, +div#serverstatus table#serverstatustraffic, +div#serverstatus table#serverstatusconnections { + float: left; +} + +#serverstatussection, +.clearfloat { + clear: both; +} +div#serverstatussection table { + width: 100%; + margin-bottom: 1em; +} +div#serverstatussection table .name { + width: 18em; +} +div#serverstatussection table .value { + width: 6em; +} + +div#serverstatus table tbody td.descr a, +div#serverstatus table .tblFooters a { + white-space: nowrap; +} +div#serverstatus div#statuslinks a:before, +div#serverstatus div#sectionlinks a:before, +div#serverstatus table tbody td.descr a:before, +div#serverstatus table .tblFooters a:before { + content: '['; +} +div#serverstatus div#statuslinks a:after, +div#serverstatus div#sectionlinks a:after, +div#serverstatus table tbody td.descr a:after, +div#serverstatus table .tblFooters a:after { + content: ']'; +} +/* end serverstatus */ + +/* querywindow */ +body#bodyquerywindow { + margin: 0; + padding: 0; + background-image: none; + background-color: #F5F5F5; +} + +div#querywindowcontainer { + margin: 0; + padding: 0; + width: 100%; +} + +div#querywindowcontainer fieldset { + margin-top: 0; +} +/* END querywindow */ + + +/* querybox */ + +div#sqlquerycontainer { + float: left; + width: 69%; + /* height: 15em; */ +} + +div#tablefieldscontainer { + float: right; + width: 29%; + /* height: 15em; */ +} + +div#tablefieldscontainer select { + width: 100%; + /* height: 12em; */ +} + +textarea#sqlquery { + width: 100%; + /* height: 100%; */ +} + +div#queryboxcontainer div#bookmarkoptions { + margin-top: 0.5em; +} +/* end querybox */ + diff --git a/paradice/icon_license.txt b/paradice/icon_license.txt new file mode 100644 index 000000000..b1e3f5a26 --- /dev/null +++ b/paradice/icon_license.txt @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff --git a/paradice/icon_license_addon.txt b/paradice/icon_license_addon.txt new file mode 100644 index 000000000..f943c6246 --- /dev/null +++ b/paradice/icon_license_addon.txt @@ -0,0 +1,60 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +This copyright and license notice covers the images in this directory (+ /img). +Note the license notice contains an add-on. +******************************************************************************* + +TITLE: NUVOLA ICON THEME for KDE 3.x +AUTHOR: David Vignoni | ICON KING +SITE: http://www.icon-king.com +MAILING LIST: http://mail.icon-king.com/mailman/listinfo/nuvola_icon-king.com + +Copyright (c) 2003-2004 David Vignoni. + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation, +version 2.1 of the License. +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. +You should have received a copy of the GNU Lesser General Public +License along with this library (see the the license.txt file); if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +#######**** NOTE THIS ADD-ON ****####### +The GNU Lesser General Public License or LGPL is written for software libraries +in the first place. The LGPL has to be considered valid for this artwork +library too. +Nuvola icon theme for KDE 3.x is a special kind of software library, it is an +artwork library, it's elements can be used in a Graphical User Interface, or +GUI. +Source code, for this library means: + - raster png image* . +The LGPL in some sections obliges you to make the files carry +notices. With images this is in some cases impossible or hardly usefull. +With this library a notice is placed at a prominent place in the directory +containing the elements. You may follow this practice. +The exception in section 6 of the GNU Lesser General Public License covers +the use of elements of this art library in a GUI. +dave [at] icon-king.com + +Date: 15 october 2004 +Version: 1.0 + +DESCRIPTION: + +Icon theme for KDE 3.x. +Icons where designed using Adobe Illustrator, and then exported to PNG format. +Icons shadows and minor corrections were done using Adobe Photoshop. +Kiconedit was used to correct some 16x16 and 22x22 icons. + +LICENSE + +Released under GNU Lesser General Public License (LGPL) +Look at the license.txt file. + +CONTACT + +David Vignoni +e-mail : david [at] icon-king.com +ICQ : 117761009 +http: http://www.icon-king.com diff --git a/paradice/img/arrow_ltr.png b/paradice/img/arrow_ltr.png new file mode 100644 index 000000000..a504d1f6e Binary files /dev/null and b/paradice/img/arrow_ltr.png differ diff --git a/paradice/img/arrow_rtl.png b/paradice/img/arrow_rtl.png new file mode 100644 index 000000000..98a19126d Binary files /dev/null and b/paradice/img/arrow_rtl.png differ diff --git a/paradice/img/asc_order.png b/paradice/img/asc_order.png new file mode 100644 index 000000000..d659df571 Binary files /dev/null and b/paradice/img/asc_order.png differ diff --git a/paradice/img/b_bookmark.png b/paradice/img/b_bookmark.png new file mode 100644 index 000000000..f539b9b9e Binary files /dev/null and b/paradice/img/b_bookmark.png differ diff --git a/paradice/img/b_browse.png b/paradice/img/b_browse.png new file mode 100644 index 000000000..91fc7dc52 Binary files /dev/null and b/paradice/img/b_browse.png differ diff --git a/paradice/img/b_calendar.png b/paradice/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/paradice/img/b_calendar.png differ diff --git a/paradice/img/b_comment.png b/paradice/img/b_comment.png new file mode 100644 index 000000000..a4dbd2f64 Binary files /dev/null and b/paradice/img/b_comment.png differ diff --git a/paradice/img/b_dbstatistics.png b/paradice/img/b_dbstatistics.png new file mode 100644 index 000000000..dc3942af6 Binary files /dev/null and b/paradice/img/b_dbstatistics.png differ diff --git a/paradice/img/b_deltbl.png b/paradice/img/b_deltbl.png new file mode 100644 index 000000000..302a28ebf Binary files /dev/null and b/paradice/img/b_deltbl.png differ diff --git a/paradice/img/b_docs.png b/paradice/img/b_docs.png new file mode 100644 index 000000000..8141cda61 Binary files /dev/null and b/paradice/img/b_docs.png differ diff --git a/paradice/img/b_docsql.png b/paradice/img/b_docsql.png new file mode 100644 index 000000000..558fb93b4 Binary files /dev/null and b/paradice/img/b_docsql.png differ diff --git a/paradice/img/b_drop.png b/paradice/img/b_drop.png new file mode 100644 index 000000000..e54630e14 Binary files /dev/null and b/paradice/img/b_drop.png differ diff --git a/paradice/img/b_edit.png b/paradice/img/b_edit.png new file mode 100644 index 000000000..bdcbd4a7d Binary files /dev/null and b/paradice/img/b_edit.png differ diff --git a/paradice/img/b_empty.png b/paradice/img/b_empty.png new file mode 100644 index 000000000..0ac120093 Binary files /dev/null and b/paradice/img/b_empty.png differ diff --git a/paradice/img/b_engine.png b/paradice/img/b_engine.png new file mode 100644 index 000000000..eb320767d Binary files /dev/null and b/paradice/img/b_engine.png differ diff --git a/paradice/img/b_export.png b/paradice/img/b_export.png new file mode 100644 index 000000000..a4c4ca9e4 Binary files /dev/null and b/paradice/img/b_export.png differ diff --git a/paradice/img/b_firstpage.png b/paradice/img/b_firstpage.png new file mode 100644 index 000000000..d8cd0a1d7 Binary files /dev/null and b/paradice/img/b_firstpage.png differ diff --git a/paradice/img/b_ftext.png b/paradice/img/b_ftext.png new file mode 100644 index 000000000..c9c17a16c Binary files /dev/null and b/paradice/img/b_ftext.png differ diff --git a/paradice/img/b_help.png b/paradice/img/b_help.png new file mode 100644 index 000000000..8141cda61 Binary files /dev/null and b/paradice/img/b_help.png differ diff --git a/paradice/img/b_home.png b/paradice/img/b_home.png new file mode 100644 index 000000000..cec1312af Binary files /dev/null and b/paradice/img/b_home.png differ diff --git a/paradice/img/b_import.png b/paradice/img/b_import.png new file mode 100644 index 000000000..c9d6e69b2 Binary files /dev/null and b/paradice/img/b_import.png differ diff --git a/paradice/img/b_index.png b/paradice/img/b_index.png new file mode 100644 index 000000000..1fc01e1cc Binary files /dev/null and b/paradice/img/b_index.png differ diff --git a/paradice/img/b_info.png b/paradice/img/b_info.png new file mode 100644 index 000000000..d44700fd5 Binary files /dev/null and b/paradice/img/b_info.png differ diff --git a/paradice/img/b_insrow.png b/paradice/img/b_insrow.png new file mode 100644 index 000000000..0a35ac0c9 Binary files /dev/null and b/paradice/img/b_insrow.png differ diff --git a/paradice/img/b_lastpage.png b/paradice/img/b_lastpage.png new file mode 100644 index 000000000..66553f7de Binary files /dev/null and b/paradice/img/b_lastpage.png differ diff --git a/paradice/img/b_minus.png b/paradice/img/b_minus.png new file mode 100644 index 000000000..8ec6a5c50 Binary files /dev/null and b/paradice/img/b_minus.png differ diff --git a/paradice/img/b_newdb.png b/paradice/img/b_newdb.png new file mode 100644 index 000000000..f3caaccb7 Binary files /dev/null and b/paradice/img/b_newdb.png differ diff --git a/paradice/img/b_newtbl.png b/paradice/img/b_newtbl.png new file mode 100644 index 000000000..16cbd1468 Binary files /dev/null and b/paradice/img/b_newtbl.png differ diff --git a/paradice/img/b_nextpage.png b/paradice/img/b_nextpage.png new file mode 100644 index 000000000..d4a10b9c4 Binary files /dev/null and b/paradice/img/b_nextpage.png differ diff --git a/paradice/img/b_pdfdoc.png b/paradice/img/b_pdfdoc.png new file mode 100644 index 000000000..2b5cc0b5b Binary files /dev/null and b/paradice/img/b_pdfdoc.png differ diff --git a/paradice/img/b_plus.png b/paradice/img/b_plus.png new file mode 100644 index 000000000..1fdfcea56 Binary files /dev/null and b/paradice/img/b_plus.png differ diff --git a/paradice/img/b_prevpage.png b/paradice/img/b_prevpage.png new file mode 100644 index 000000000..2adc2d5a8 Binary files /dev/null and b/paradice/img/b_prevpage.png differ diff --git a/paradice/img/b_primary.png b/paradice/img/b_primary.png new file mode 100644 index 000000000..94bf3eab4 Binary files /dev/null and b/paradice/img/b_primary.png differ diff --git a/paradice/img/b_print.png b/paradice/img/b_print.png new file mode 100644 index 000000000..e1084f4fc Binary files /dev/null and b/paradice/img/b_print.png differ diff --git a/paradice/img/b_props.png b/paradice/img/b_props.png new file mode 100644 index 000000000..bffaf8b27 Binary files /dev/null and b/paradice/img/b_props.png differ diff --git a/paradice/img/b_relations.png b/paradice/img/b_relations.png new file mode 100644 index 000000000..890c19337 Binary files /dev/null and b/paradice/img/b_relations.png differ diff --git a/paradice/img/b_save.png b/paradice/img/b_save.png new file mode 100644 index 000000000..4a29dfcbb Binary files /dev/null and b/paradice/img/b_save.png differ diff --git a/paradice/img/b_sbrowse.png b/paradice/img/b_sbrowse.png new file mode 100644 index 000000000..e1821f727 Binary files /dev/null and b/paradice/img/b_sbrowse.png differ diff --git a/paradice/img/b_sdb.png b/paradice/img/b_sdb.png new file mode 100644 index 000000000..2a56705ba Binary files /dev/null and b/paradice/img/b_sdb.png differ diff --git a/paradice/img/b_search.png b/paradice/img/b_search.png new file mode 100644 index 000000000..6c582d91a Binary files /dev/null and b/paradice/img/b_search.png differ diff --git a/paradice/img/b_selboard.png b/paradice/img/b_selboard.png new file mode 100644 index 000000000..8e46d46da Binary files /dev/null and b/paradice/img/b_selboard.png differ diff --git a/paradice/img/b_select.png b/paradice/img/b_select.png new file mode 100644 index 000000000..7aac3377c Binary files /dev/null and b/paradice/img/b_select.png differ diff --git a/paradice/img/b_sql.png b/paradice/img/b_sql.png new file mode 100644 index 000000000..25489ed6e Binary files /dev/null and b/paradice/img/b_sql.png differ diff --git a/paradice/img/b_sqldoc.png b/paradice/img/b_sqldoc.png new file mode 100644 index 000000000..4245cb125 Binary files /dev/null and b/paradice/img/b_sqldoc.png differ diff --git a/paradice/img/b_sqlhelp.png b/paradice/img/b_sqlhelp.png new file mode 100644 index 000000000..4d60ddb10 Binary files /dev/null and b/paradice/img/b_sqlhelp.png differ diff --git a/paradice/img/b_tblanalyse.png b/paradice/img/b_tblanalyse.png new file mode 100644 index 000000000..e29934711 Binary files /dev/null and b/paradice/img/b_tblanalyse.png differ diff --git a/paradice/img/b_tblexport.png b/paradice/img/b_tblexport.png new file mode 100644 index 000000000..90922d182 Binary files /dev/null and b/paradice/img/b_tblexport.png differ diff --git a/paradice/img/b_tblimport.png b/paradice/img/b_tblimport.png new file mode 100644 index 000000000..d95257f30 Binary files /dev/null and b/paradice/img/b_tblimport.png differ diff --git a/paradice/img/b_tblops.png b/paradice/img/b_tblops.png new file mode 100644 index 000000000..f403d6894 Binary files /dev/null and b/paradice/img/b_tblops.png differ diff --git a/paradice/img/b_tbloptimize.png b/paradice/img/b_tbloptimize.png new file mode 100644 index 000000000..d4aeb1bd6 Binary files /dev/null and b/paradice/img/b_tbloptimize.png differ diff --git a/paradice/img/b_tipp.png b/paradice/img/b_tipp.png new file mode 100644 index 000000000..2a37da2e1 Binary files /dev/null and b/paradice/img/b_tipp.png differ diff --git a/paradice/img/b_unique.png b/paradice/img/b_unique.png new file mode 100644 index 000000000..3ba0a3a86 Binary files /dev/null and b/paradice/img/b_unique.png differ diff --git a/paradice/img/b_usradd.png b/paradice/img/b_usradd.png new file mode 100644 index 000000000..d3a5b2099 Binary files /dev/null and b/paradice/img/b_usradd.png differ diff --git a/paradice/img/b_usrcheck.png b/paradice/img/b_usrcheck.png new file mode 100644 index 000000000..b10f9af95 Binary files /dev/null and b/paradice/img/b_usrcheck.png differ diff --git a/paradice/img/b_usrdrop.png b/paradice/img/b_usrdrop.png new file mode 100644 index 000000000..6f9add545 Binary files /dev/null and b/paradice/img/b_usrdrop.png differ diff --git a/paradice/img/b_usredit.png b/paradice/img/b_usredit.png new file mode 100644 index 000000000..1dcd68b84 Binary files /dev/null and b/paradice/img/b_usredit.png differ diff --git a/paradice/img/b_usrlist.png b/paradice/img/b_usrlist.png new file mode 100644 index 000000000..e9ff5bc7a Binary files /dev/null and b/paradice/img/b_usrlist.png differ diff --git a/paradice/img/b_view.png b/paradice/img/b_view.png new file mode 100644 index 000000000..737da12e5 Binary files /dev/null and b/paradice/img/b_view.png differ diff --git a/paradice/img/b_views.png b/paradice/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/paradice/img/b_views.png differ diff --git a/paradice/img/bd_browse.png b/paradice/img/bd_browse.png new file mode 100644 index 000000000..ba54fee93 Binary files /dev/null and b/paradice/img/bd_browse.png differ diff --git a/paradice/img/bd_deltbl.png b/paradice/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/paradice/img/bd_deltbl.png differ diff --git a/paradice/img/bd_drop.png b/paradice/img/bd_drop.png new file mode 100644 index 000000000..ac51fea1c Binary files /dev/null and b/paradice/img/bd_drop.png differ diff --git a/paradice/img/bd_empty.png b/paradice/img/bd_empty.png new file mode 100644 index 000000000..cd7fc873e Binary files /dev/null and b/paradice/img/bd_empty.png differ diff --git a/paradice/img/bd_firstpage.png b/paradice/img/bd_firstpage.png new file mode 100644 index 000000000..a31bb5450 Binary files /dev/null and b/paradice/img/bd_firstpage.png differ diff --git a/paradice/img/bd_ftext.png b/paradice/img/bd_ftext.png new file mode 100644 index 000000000..2b3a477fe Binary files /dev/null and b/paradice/img/bd_ftext.png differ diff --git a/paradice/img/bd_index.png b/paradice/img/bd_index.png new file mode 100644 index 000000000..915278b1f Binary files /dev/null and b/paradice/img/bd_index.png differ diff --git a/paradice/img/bd_insrow.png b/paradice/img/bd_insrow.png new file mode 100644 index 000000000..0b5d89342 Binary files /dev/null and b/paradice/img/bd_insrow.png differ diff --git a/paradice/img/bd_lastpage.png b/paradice/img/bd_lastpage.png new file mode 100644 index 000000000..3f7af8a76 Binary files /dev/null and b/paradice/img/bd_lastpage.png differ diff --git a/paradice/img/bd_nextpage.png b/paradice/img/bd_nextpage.png new file mode 100644 index 000000000..09d64db91 Binary files /dev/null and b/paradice/img/bd_nextpage.png differ diff --git a/paradice/img/bd_prevpage.png b/paradice/img/bd_prevpage.png new file mode 100644 index 000000000..4e6083806 Binary files /dev/null and b/paradice/img/bd_prevpage.png differ diff --git a/paradice/img/bd_primary.png b/paradice/img/bd_primary.png new file mode 100644 index 000000000..f5e23ee76 Binary files /dev/null and b/paradice/img/bd_primary.png differ diff --git a/paradice/img/bd_sbrowse.png b/paradice/img/bd_sbrowse.png new file mode 100644 index 000000000..3a7c4e77f Binary files /dev/null and b/paradice/img/bd_sbrowse.png differ diff --git a/paradice/img/bd_select.png b/paradice/img/bd_select.png new file mode 100644 index 000000000..0e4a16246 Binary files /dev/null and b/paradice/img/bd_select.png differ diff --git a/paradice/img/bd_unique.png b/paradice/img/bd_unique.png new file mode 100644 index 000000000..5fd8b7eb9 Binary files /dev/null and b/paradice/img/bd_unique.png differ diff --git a/paradice/img/dot_black.png b/paradice/img/dot_black.png new file mode 100644 index 000000000..d7d8baddb Binary files /dev/null and b/paradice/img/dot_black.png differ diff --git a/paradice/img/dot_blue.png b/paradice/img/dot_blue.png new file mode 100644 index 000000000..899ee1106 Binary files /dev/null and b/paradice/img/dot_blue.png differ diff --git a/paradice/img/dot_green.png b/paradice/img/dot_green.png new file mode 100644 index 000000000..02819a4b2 Binary files /dev/null and b/paradice/img/dot_green.png differ diff --git a/paradice/img/dot_red.png b/paradice/img/dot_red.png new file mode 100644 index 000000000..87694c506 Binary files /dev/null and b/paradice/img/dot_red.png differ diff --git a/paradice/img/dot_violet.png b/paradice/img/dot_violet.png new file mode 100644 index 000000000..c0caa4f20 Binary files /dev/null and b/paradice/img/dot_violet.png differ diff --git a/paradice/img/dot_yellow.png b/paradice/img/dot_yellow.png new file mode 100644 index 000000000..736125abf Binary files /dev/null and b/paradice/img/dot_yellow.png differ diff --git a/paradice/img/find.png b/paradice/img/find.png new file mode 100644 index 000000000..f9e3cd0e8 Binary files /dev/null and b/paradice/img/find.png differ diff --git a/paradice/img/frm_linevrlt.png b/paradice/img/frm_linevrlt.png new file mode 100644 index 000000000..fb64884e1 Binary files /dev/null and b/paradice/img/frm_linevrlt.png differ diff --git a/paradice/img/item.png b/paradice/img/item.png new file mode 100644 index 000000000..f29ac3ba1 Binary files /dev/null and b/paradice/img/item.png differ diff --git a/paradice/img/item_ltr.png b/paradice/img/item_ltr.png new file mode 100644 index 000000000..39cb0edea Binary files /dev/null and b/paradice/img/item_ltr.png differ diff --git a/paradice/img/item_rtl.png b/paradice/img/item_rtl.png new file mode 100644 index 000000000..73b40ef63 Binary files /dev/null and b/paradice/img/item_rtl.png differ diff --git a/paradice/img/leftBgnd.jpg b/paradice/img/leftBgnd.jpg new file mode 100644 index 000000000..0c4d6ee5d Binary files /dev/null and b/paradice/img/leftBgnd.jpg differ diff --git a/paradice/img/logo_left.png b/paradice/img/logo_left.png new file mode 100644 index 000000000..71489539f Binary files /dev/null and b/paradice/img/logo_left.png differ diff --git a/paradice/img/logo_right.png b/paradice/img/logo_right.png new file mode 100644 index 000000000..6ce38b9f8 Binary files /dev/null and b/paradice/img/logo_right.png differ diff --git a/paradice/img/openterm.png b/paradice/img/openterm.png new file mode 100644 index 000000000..ad019e5ea Binary files /dev/null and b/paradice/img/openterm.png differ diff --git a/paradice/img/php_sym.png b/paradice/img/php_sym.png new file mode 100644 index 000000000..7a7e28549 Binary files /dev/null and b/paradice/img/php_sym.png differ diff --git a/paradice/img/pma_logo2.png b/paradice/img/pma_logo2.png new file mode 100644 index 000000000..ed631cf6d Binary files /dev/null and b/paradice/img/pma_logo2.png differ diff --git a/paradice/img/rightBgnd.jpg b/paradice/img/rightBgnd.jpg new file mode 100644 index 000000000..23c9fed52 Binary files /dev/null and b/paradice/img/rightBgnd.jpg differ diff --git a/paradice/img/s_asc.png b/paradice/img/s_asc.png new file mode 100644 index 000000000..27e5e8231 Binary files /dev/null and b/paradice/img/s_asc.png differ diff --git a/paradice/img/s_asci.png b/paradice/img/s_asci.png new file mode 100644 index 000000000..67d44dd89 Binary files /dev/null and b/paradice/img/s_asci.png differ diff --git a/paradice/img/s_attention.png b/paradice/img/s_attention.png new file mode 100644 index 000000000..6c94163de Binary files /dev/null and b/paradice/img/s_attention.png differ diff --git a/paradice/img/s_cancel.png b/paradice/img/s_cancel.png new file mode 100644 index 000000000..9d6b0d292 Binary files /dev/null and b/paradice/img/s_cancel.png differ diff --git a/paradice/img/s_cancel2.png b/paradice/img/s_cancel2.png new file mode 100644 index 000000000..2cee7d8d3 Binary files /dev/null and b/paradice/img/s_cancel2.png differ diff --git a/paradice/img/s_db.png b/paradice/img/s_db.png new file mode 100644 index 000000000..6af9fce30 Binary files /dev/null and b/paradice/img/s_db.png differ diff --git a/paradice/img/s_desc.png b/paradice/img/s_desc.png new file mode 100644 index 000000000..cbdc064c1 Binary files /dev/null and b/paradice/img/s_desc.png differ diff --git a/paradice/img/s_error.png b/paradice/img/s_error.png new file mode 100644 index 000000000..ddb0f9fd0 Binary files /dev/null and b/paradice/img/s_error.png differ diff --git a/paradice/img/s_error2.png b/paradice/img/s_error2.png new file mode 100644 index 000000000..ddb0f9fd0 Binary files /dev/null and b/paradice/img/s_error2.png differ diff --git a/paradice/img/s_fulltext.png b/paradice/img/s_fulltext.png new file mode 100644 index 000000000..7aec1079a Binary files /dev/null and b/paradice/img/s_fulltext.png differ diff --git a/paradice/img/s_host.png b/paradice/img/s_host.png new file mode 100644 index 000000000..02624881d Binary files /dev/null and b/paradice/img/s_host.png differ diff --git a/paradice/img/s_info.png b/paradice/img/s_info.png new file mode 100644 index 000000000..84a2c1e1f Binary files /dev/null and b/paradice/img/s_info.png differ diff --git a/paradice/img/s_lang.png b/paradice/img/s_lang.png new file mode 100644 index 000000000..e6fc91236 Binary files /dev/null and b/paradice/img/s_lang.png differ diff --git a/paradice/img/s_loggoff.png b/paradice/img/s_loggoff.png new file mode 100644 index 000000000..3d3d9cf66 Binary files /dev/null and b/paradice/img/s_loggoff.png differ diff --git a/paradice/img/s_notice.png b/paradice/img/s_notice.png new file mode 100644 index 000000000..c4a62b8e1 Binary files /dev/null and b/paradice/img/s_notice.png differ diff --git a/paradice/img/s_okay.png b/paradice/img/s_okay.png new file mode 100644 index 000000000..0a9753165 Binary files /dev/null and b/paradice/img/s_okay.png differ diff --git a/paradice/img/s_partialtext.png b/paradice/img/s_partialtext.png new file mode 100644 index 000000000..596b9a464 Binary files /dev/null and b/paradice/img/s_partialtext.png differ diff --git a/paradice/img/s_passwd.png b/paradice/img/s_passwd.png new file mode 100644 index 000000000..395180693 Binary files /dev/null and b/paradice/img/s_passwd.png differ diff --git a/paradice/img/s_process.png b/paradice/img/s_process.png new file mode 100644 index 000000000..d3db12ab8 Binary files /dev/null and b/paradice/img/s_process.png differ diff --git a/paradice/img/s_really.png b/paradice/img/s_really.png new file mode 100644 index 000000000..9676a54a5 Binary files /dev/null and b/paradice/img/s_really.png differ diff --git a/paradice/img/s_reload.png b/paradice/img/s_reload.png new file mode 100644 index 000000000..83ee44d6e Binary files /dev/null and b/paradice/img/s_reload.png differ diff --git a/paradice/img/s_rights.png b/paradice/img/s_rights.png new file mode 100644 index 000000000..0ea6d6fe5 Binary files /dev/null and b/paradice/img/s_rights.png differ diff --git a/paradice/img/s_status.png b/paradice/img/s_status.png new file mode 100644 index 000000000..5ef51ca06 Binary files /dev/null and b/paradice/img/s_status.png differ diff --git a/paradice/img/s_tbl.png b/paradice/img/s_tbl.png new file mode 100644 index 000000000..64641d9f6 Binary files /dev/null and b/paradice/img/s_tbl.png differ diff --git a/paradice/img/s_theme.png b/paradice/img/s_theme.png new file mode 100644 index 000000000..f04024c84 Binary files /dev/null and b/paradice/img/s_theme.png differ diff --git a/paradice/img/s_vars.png b/paradice/img/s_vars.png new file mode 100644 index 000000000..f40f3d311 Binary files /dev/null and b/paradice/img/s_vars.png differ diff --git a/paradice/img/s_views.png b/paradice/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/paradice/img/s_views.png differ diff --git a/paradice/img/s_warn.png b/paradice/img/s_warn.png new file mode 100644 index 000000000..0d8f5fee3 Binary files /dev/null and b/paradice/img/s_warn.png differ diff --git a/paradice/img/spacer.png b/paradice/img/spacer.png new file mode 100644 index 000000000..548301343 Binary files /dev/null and b/paradice/img/spacer.png differ diff --git a/paradice/img/tbl_error.png b/paradice/img/tbl_error.png new file mode 100644 index 000000000..970f552ac Binary files /dev/null and b/paradice/img/tbl_error.png differ diff --git a/paradice/img/tbl_error2.png b/paradice/img/tbl_error2.png new file mode 100644 index 000000000..68f3d8a54 Binary files /dev/null and b/paradice/img/tbl_error2.png differ diff --git a/paradice/img/tbl_header.png b/paradice/img/tbl_header.png new file mode 100644 index 000000000..74ccdf019 Binary files /dev/null and b/paradice/img/tbl_header.png differ diff --git a/paradice/img/tbl_header2.png b/paradice/img/tbl_header2.png new file mode 100644 index 000000000..9ef38c2a8 Binary files /dev/null and b/paradice/img/tbl_header2.png differ diff --git a/paradice/img/tbl_headerActive.png b/paradice/img/tbl_headerActive.png new file mode 100644 index 000000000..8040b11b3 Binary files /dev/null and b/paradice/img/tbl_headerActive.png differ diff --git a/paradice/img/tbl_header_disabled.png b/paradice/img/tbl_header_disabled.png new file mode 100644 index 000000000..783f0f813 Binary files /dev/null and b/paradice/img/tbl_header_disabled.png differ diff --git a/paradice/img/tbl_th.png b/paradice/img/tbl_th.png new file mode 100644 index 000000000..ada0406cc Binary files /dev/null and b/paradice/img/tbl_th.png differ diff --git a/paradice/img/vertical_line.png b/paradice/img/vertical_line.png new file mode 100644 index 000000000..df0154445 Binary files /dev/null and b/paradice/img/vertical_line.png differ diff --git a/paradice/img/view_left_right.png b/paradice/img/view_left_right.png new file mode 100644 index 000000000..ba54fee93 Binary files /dev/null and b/paradice/img/view_left_right.png differ diff --git a/paradice/info.inc.php b/paradice/info.inc.php new file mode 100644 index 000000000..31a864443 --- /dev/null +++ b/paradice/info.inc.php @@ -0,0 +1,6 @@ + diff --git a/paradice/layout.inc.php b/paradice/layout.inc.php new file mode 100644 index 000000000..2d748f961 --- /dev/null +++ b/paradice/layout.inc.php @@ -0,0 +1,47 @@ + '#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/paradice/screen.png b/paradice/screen.png new file mode 100644 index 000000000..327b6d3e5 Binary files /dev/null and b/paradice/screen.png differ diff --git a/xampp/css/theme_left.css.php b/xampp/css/theme_left.css.php new file mode 100644 index 000000000..3ae17a53e --- /dev/null +++ b/xampp/css/theme_left.css.php @@ -0,0 +1,245 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #fb7922; + background-color: #ffffff; + text-decoration: none; +} +/* + 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: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #fb7922; + background-color: #ffffff; + text-decoration: none; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + display: block; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #fb7922; + background-color: #ffffff; + text-decoration: none; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.heada{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.headaCnt{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; +} +.parent{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + text-decoration: none; +} +.child{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 10px; + color: #ffffff; + text-decoration: none; +} +.tblItem:hover{ + color: #fb7922; + background-color: #ffffff; + text-decoration: none; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #fb7922; + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background-color: #ffffff; + color: #000000; + width: 150px; +} +hr{ + color: #ffffff; + background-color: #ffffff; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/xampp/css/theme_print.css.php b/xampp/css/theme_print.css.php new file mode 100644 index 000000000..8d652c5f3 --- /dev/null +++ b/xampp/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, 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/xampp/css/theme_right.css.php b/xampp/css/theme_right.css.php new file mode 100644 index 000000000..53b0e4c3a --- /dev/null +++ b/xampp/css/theme_right.css.php @@ -0,0 +1,558 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + + background-color: #fffbf0; + margin: 5px; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: none; + color: #bb3902; + +} +a:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + text-decoration: underline; + color: #cc0000; +} +th{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #ff9900; + + background-image: url(../themes/xampp/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #000000; + text-decoration: underline; +} + +th a:hover{ + color: #cc0000; + text-decoration: none; +} +.tblcomment{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: normal; + color: #000099; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +form{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} +input.textfield{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + /*background-color: #FFFFFF;*/ +} + +h1{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.nav:link, a.nav:visited, a.nav:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000000; +} +a.nav:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #cc0000; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #ffffff; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #cc0000; +} +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; +} +table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} + +fieldset { + border: #fb7922 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Verdana, Arial, Helvetica, sans-serif; + size: 10px; + color: #fb7922; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; +} +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: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/xampp/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #ffffcc; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #ffffff; +/* + +*/ + background-image: url(../themes/xampp/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 10px;} +.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 {} + +/* tables */ +.tblError { + border: 1px solid #cc0000; + background-color: #ffffcc; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #ffffff; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #ffffff; + background-color: #fb7922; + + background-image: url(../themes/xampp/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #ffffcc; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #ffffff; + background-color: #f8e8a0; + + background-image: url(../themes/xampp/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #ffffff; +} +.tblHeadError { + font-weight: bold; + color: #ffffff; + background-color: #cc0000; + + background-image: url(../themes/xampp/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/xampp/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/xampp/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +div.warnhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/xampp/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +/* Heading for server links*/ + +.serverinfo { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: normal; + padding: 0px 0px 10px 0px; + margin: 0px; + white-space: nowrap; + vertical-align: middle; +} + +.serverinfo a:link, .serverinfo a:active, .serverinfo a:visited { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: bolder; +} +.serverinfo a img{ + vertical-align: middle; + margin: 0px 1px 0px 1px; +} + +.serverinfo div{ + background-image: url(../themes/xampp/img/item_ltr.png); + background-repeat: no-repeat; + background-position: 50% 50%; + width: 20px; + height: 16px; +} + +hr{ + color: #bb3902; background-color: #bb3902; border: 0; height: 1px; +} + +/* navigation */ +.nav{ + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000000; + background-color: #fb7922; + + background-image: url(../themes/xampp/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 22px; +} + +.navSpacer{ + width: 1px; + height: 16px; + background-color: #fffbf0; +} +.navNormal { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + background-color: #fb7922; + + background-image: url(../themes/xampp/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 20px; + padding: 2px 5px 2px 5px; +} +.navDrop { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #fffbf0; + background-color: #cc0000; + + background-image: url(../themes/xampp/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 20px; + padding: 2px 5px 2px 5px; +} +.navActive { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + color: #000000; + /*background-color: #FF9900; + background-image: url(../themes/xampp/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top;*/ + background-color: #fffbf0; + height: 16px; + padding: 2px 5px 2px 5px; +} +.navNormal a:link,.navNormal a:active,.navNormal a:hover,.navNormal a:visited,.navDrop a:link,.navDrop a:active,.navDrop a:visited,.navDrop a:hover { + color: #fffbf0; +} +.navActive a:link,.navActive a:active,.navActive a:visited,.navActive a:hover { + color: #bb3902; +} +img, input, select, button { + vertical-align: middle; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; +} +.disabled a:hover { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #666666; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + + +/* some styles for IDs: */ +#buttonNo{ + color: #CC0000; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #006600; + font-size: 10px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + + diff --git a/xampp/img/arrow_ltr.gif b/xampp/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/xampp/img/arrow_ltr.gif differ diff --git a/xampp/img/arrow_ltr.png b/xampp/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/xampp/img/arrow_ltr.png differ diff --git a/xampp/img/arrow_rtl.gif b/xampp/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/xampp/img/arrow_rtl.gif differ diff --git a/xampp/img/arrow_rtl.png b/xampp/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/xampp/img/arrow_rtl.png differ diff --git a/xampp/img/asc_order.png b/xampp/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/xampp/img/asc_order.png differ diff --git a/xampp/img/b_bookmark.png b/xampp/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/xampp/img/b_bookmark.png differ diff --git a/xampp/img/b_browse.png b/xampp/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/xampp/img/b_browse.png differ diff --git a/xampp/img/b_calendar.png b/xampp/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/xampp/img/b_calendar.png differ diff --git a/xampp/img/b_comment.png b/xampp/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/xampp/img/b_comment.png differ diff --git a/xampp/img/b_dbstatistics.png b/xampp/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/xampp/img/b_dbstatistics.png differ diff --git a/xampp/img/b_deltbl.png b/xampp/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/xampp/img/b_deltbl.png differ diff --git a/xampp/img/b_docs.png b/xampp/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/xampp/img/b_docs.png differ diff --git a/xampp/img/b_docsql.png b/xampp/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/xampp/img/b_docsql.png differ diff --git a/xampp/img/b_drop.png b/xampp/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/xampp/img/b_drop.png differ diff --git a/xampp/img/b_edit.png b/xampp/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/xampp/img/b_edit.png differ diff --git a/xampp/img/b_empty.png b/xampp/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/xampp/img/b_empty.png differ diff --git a/xampp/img/b_engine.png b/xampp/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/xampp/img/b_engine.png differ diff --git a/xampp/img/b_export.png b/xampp/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/xampp/img/b_export.png differ diff --git a/xampp/img/b_firstpage.png b/xampp/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/xampp/img/b_firstpage.png differ diff --git a/xampp/img/b_ftext.png b/xampp/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/xampp/img/b_ftext.png differ diff --git a/xampp/img/b_help.png b/xampp/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/xampp/img/b_help.png differ diff --git a/xampp/img/b_home.png b/xampp/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/xampp/img/b_home.png differ diff --git a/xampp/img/b_import.png b/xampp/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/xampp/img/b_import.png differ diff --git a/xampp/img/b_index.png b/xampp/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/xampp/img/b_index.png differ diff --git a/xampp/img/b_info.png b/xampp/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/xampp/img/b_info.png differ diff --git a/xampp/img/b_insrow.png b/xampp/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/xampp/img/b_insrow.png differ diff --git a/xampp/img/b_lastpage.png b/xampp/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/xampp/img/b_lastpage.png differ diff --git a/xampp/img/b_minus.png b/xampp/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/xampp/img/b_minus.png differ diff --git a/xampp/img/b_newdb.png b/xampp/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/xampp/img/b_newdb.png differ diff --git a/xampp/img/b_newtbl.png b/xampp/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/xampp/img/b_newtbl.png differ diff --git a/xampp/img/b_nextpage.png b/xampp/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/xampp/img/b_nextpage.png differ diff --git a/xampp/img/b_pdfdoc.png b/xampp/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/xampp/img/b_pdfdoc.png differ diff --git a/xampp/img/b_plus.png b/xampp/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/xampp/img/b_plus.png differ diff --git a/xampp/img/b_prevpage.png b/xampp/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/xampp/img/b_prevpage.png differ diff --git a/xampp/img/b_primary.png b/xampp/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/xampp/img/b_primary.png differ diff --git a/xampp/img/b_print.png b/xampp/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/xampp/img/b_print.png differ diff --git a/xampp/img/b_props.png b/xampp/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/xampp/img/b_props.png differ diff --git a/xampp/img/b_relations.png b/xampp/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/xampp/img/b_relations.png differ diff --git a/xampp/img/b_save.png b/xampp/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/xampp/img/b_save.png differ diff --git a/xampp/img/b_sbrowse.png b/xampp/img/b_sbrowse.png new file mode 100644 index 000000000..58f265818 Binary files /dev/null and b/xampp/img/b_sbrowse.png differ diff --git a/xampp/img/b_sdb.png b/xampp/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/xampp/img/b_sdb.png differ diff --git a/xampp/img/b_search.png b/xampp/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/xampp/img/b_search.png differ diff --git a/xampp/img/b_selboard.png b/xampp/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/xampp/img/b_selboard.png differ diff --git a/xampp/img/b_select.png b/xampp/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/xampp/img/b_select.png differ diff --git a/xampp/img/b_sql.png b/xampp/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/xampp/img/b_sql.png differ diff --git a/xampp/img/b_sqldoc.png b/xampp/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/xampp/img/b_sqldoc.png differ diff --git a/xampp/img/b_sqlhelp.png b/xampp/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/xampp/img/b_sqlhelp.png differ diff --git a/xampp/img/b_tblanalyse.png b/xampp/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/xampp/img/b_tblanalyse.png differ diff --git a/xampp/img/b_tblexport.png b/xampp/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/xampp/img/b_tblexport.png differ diff --git a/xampp/img/b_tblimport.png b/xampp/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/xampp/img/b_tblimport.png differ diff --git a/xampp/img/b_tblops.png b/xampp/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/xampp/img/b_tblops.png differ diff --git a/xampp/img/b_tbloptimize.png b/xampp/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/xampp/img/b_tbloptimize.png differ diff --git a/xampp/img/b_tipp.png b/xampp/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/xampp/img/b_tipp.png differ diff --git a/xampp/img/b_unique.png b/xampp/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/xampp/img/b_unique.png differ diff --git a/xampp/img/b_usradd.png b/xampp/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/xampp/img/b_usradd.png differ diff --git a/xampp/img/b_usrcheck.png b/xampp/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/xampp/img/b_usrcheck.png differ diff --git a/xampp/img/b_usrdrop.png b/xampp/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/xampp/img/b_usrdrop.png differ diff --git a/xampp/img/b_usredit.png b/xampp/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/xampp/img/b_usredit.png differ diff --git a/xampp/img/b_usrlist.png b/xampp/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/xampp/img/b_usrlist.png differ diff --git a/xampp/img/b_view.png b/xampp/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/xampp/img/b_view.png differ diff --git a/xampp/img/b_views.png b/xampp/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/xampp/img/b_views.png differ diff --git a/xampp/img/bd_browse.png b/xampp/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/xampp/img/bd_browse.png differ diff --git a/xampp/img/bd_deltbl.png b/xampp/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/xampp/img/bd_deltbl.png differ diff --git a/xampp/img/bd_drop.png b/xampp/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/xampp/img/bd_drop.png differ diff --git a/xampp/img/bd_empty.png b/xampp/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/xampp/img/bd_empty.png differ diff --git a/xampp/img/bd_firstpage.png b/xampp/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/xampp/img/bd_firstpage.png differ diff --git a/xampp/img/bd_ftext.png b/xampp/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/xampp/img/bd_ftext.png differ diff --git a/xampp/img/bd_index.png b/xampp/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/xampp/img/bd_index.png differ diff --git a/xampp/img/bd_insrow.png b/xampp/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/xampp/img/bd_insrow.png differ diff --git a/xampp/img/bd_lastpage.png b/xampp/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/xampp/img/bd_lastpage.png differ diff --git a/xampp/img/bd_nextpage.png b/xampp/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/xampp/img/bd_nextpage.png differ diff --git a/xampp/img/bd_prevpage.png b/xampp/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/xampp/img/bd_prevpage.png differ diff --git a/xampp/img/bd_primary.png b/xampp/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/xampp/img/bd_primary.png differ diff --git a/xampp/img/bd_sbrowse.png b/xampp/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/xampp/img/bd_sbrowse.png differ diff --git a/xampp/img/bd_select.png b/xampp/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/xampp/img/bd_select.png differ diff --git a/xampp/img/bd_unique.png b/xampp/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/xampp/img/bd_unique.png differ diff --git a/xampp/img/dot_black.png b/xampp/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/xampp/img/dot_black.png differ diff --git a/xampp/img/dot_blue.png b/xampp/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/xampp/img/dot_blue.png differ diff --git a/xampp/img/dot_green.png b/xampp/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/xampp/img/dot_green.png differ diff --git a/xampp/img/dot_red.png b/xampp/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/xampp/img/dot_red.png differ diff --git a/xampp/img/dot_violet.png b/xampp/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/xampp/img/dot_violet.png differ diff --git a/xampp/img/dot_yellow.png b/xampp/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/xampp/img/dot_yellow.png differ diff --git a/xampp/img/frm_linevrlt.png b/xampp/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/xampp/img/frm_linevrlt.png differ diff --git a/xampp/img/item.png b/xampp/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/xampp/img/item.png differ diff --git a/xampp/img/item_ltr.png b/xampp/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/xampp/img/item_ltr.png differ diff --git a/xampp/img/item_rtl.png b/xampp/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/xampp/img/item_rtl.png differ diff --git a/xampp/img/logo_left.png b/xampp/img/logo_left.png new file mode 100644 index 000000000..00ce5aa76 Binary files /dev/null and b/xampp/img/logo_left.png differ diff --git a/xampp/img/logo_right.png b/xampp/img/logo_right.png new file mode 100644 index 000000000..7dea574a5 Binary files /dev/null and b/xampp/img/logo_right.png differ diff --git a/xampp/img/php_sym.png b/xampp/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/xampp/img/php_sym.png differ diff --git a/xampp/img/pma_logo2.png b/xampp/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/xampp/img/pma_logo2.png differ diff --git a/xampp/img/s_asc.png b/xampp/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/xampp/img/s_asc.png differ diff --git a/xampp/img/s_asci.png b/xampp/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/xampp/img/s_asci.png differ diff --git a/xampp/img/s_attention.png b/xampp/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/xampp/img/s_attention.png differ diff --git a/xampp/img/s_cancel.png b/xampp/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/xampp/img/s_cancel.png differ diff --git a/xampp/img/s_cancel2.png b/xampp/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/xampp/img/s_cancel2.png differ diff --git a/xampp/img/s_db.png b/xampp/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/xampp/img/s_db.png differ diff --git a/xampp/img/s_desc.png b/xampp/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/xampp/img/s_desc.png differ diff --git a/xampp/img/s_error.png b/xampp/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/xampp/img/s_error.png differ diff --git a/xampp/img/s_error2.png b/xampp/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/xampp/img/s_error2.png differ diff --git a/xampp/img/s_fulltext.png b/xampp/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/xampp/img/s_fulltext.png differ diff --git a/xampp/img/s_host.png b/xampp/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/xampp/img/s_host.png differ diff --git a/xampp/img/s_info.png b/xampp/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/xampp/img/s_info.png differ diff --git a/xampp/img/s_lang.png b/xampp/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/xampp/img/s_lang.png differ diff --git a/xampp/img/s_loggoff.png b/xampp/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/xampp/img/s_loggoff.png differ diff --git a/xampp/img/s_notice.png b/xampp/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/xampp/img/s_notice.png differ diff --git a/xampp/img/s_okay.png b/xampp/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/xampp/img/s_okay.png differ diff --git a/xampp/img/s_partialtext.png b/xampp/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/xampp/img/s_partialtext.png differ diff --git a/xampp/img/s_passwd.png b/xampp/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/xampp/img/s_passwd.png differ diff --git a/xampp/img/s_process.png b/xampp/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/xampp/img/s_process.png differ diff --git a/xampp/img/s_really.png b/xampp/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/xampp/img/s_really.png differ diff --git a/xampp/img/s_reload.png b/xampp/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/xampp/img/s_reload.png differ diff --git a/xampp/img/s_rights.png b/xampp/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/xampp/img/s_rights.png differ diff --git a/xampp/img/s_status.png b/xampp/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/xampp/img/s_status.png differ diff --git a/xampp/img/s_tbl.png b/xampp/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/xampp/img/s_tbl.png differ diff --git a/xampp/img/s_theme.png b/xampp/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/xampp/img/s_theme.png differ diff --git a/xampp/img/s_vars.png b/xampp/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/xampp/img/s_vars.png differ diff --git a/xampp/img/s_views.png b/xampp/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/xampp/img/s_views.png differ diff --git a/xampp/img/s_warn.png b/xampp/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/xampp/img/s_warn.png differ diff --git a/xampp/img/spacer.png b/xampp/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/xampp/img/spacer.png differ diff --git a/xampp/img/tbl_error.png b/xampp/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/xampp/img/tbl_error.png differ diff --git a/xampp/img/tbl_header.png b/xampp/img/tbl_header.png new file mode 100644 index 000000000..56ad9e188 Binary files /dev/null and b/xampp/img/tbl_header.png differ diff --git a/xampp/img/tbl_th.png b/xampp/img/tbl_th.png new file mode 100644 index 000000000..c06d29b78 Binary files /dev/null and b/xampp/img/tbl_th.png differ diff --git a/xampp/img/vertical_line.png b/xampp/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/xampp/img/vertical_line.png differ diff --git a/xampp/info.inc.php b/xampp/info.inc.php new file mode 100644 index 000000000..5a6d7b69e --- /dev/null +++ b/xampp/info.inc.php @@ -0,0 +1,10 @@ + diff --git a/xampp/layout.inc.php b/xampp/layout.inc.php new file mode 100644 index 000000000..6403dafcb --- /dev/null +++ b/xampp/layout.inc.php @@ -0,0 +1,43 @@ + '#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/xampp/screen.png b/xampp/screen.png new file mode 100644 index 000000000..0bcd0a005 Binary files /dev/null and b/xampp/screen.png differ diff --git a/xp_basic/css/theme_left.css.php b/xp_basic/css/theme_left.css.php new file mode 100644 index 000000000..cec891e62 --- /dev/null +++ b/xp_basic/css/theme_left.css.php @@ -0,0 +1,74 @@ + +/* No layer effects neccessary */ +div {font-family: ; font-size: ; color: #FFFFFF} +.heada {font-family: ; font-size: ; color: #FFFFFF} +.parent {font-family: ; color: #FFFFFF; text-decoration: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-family: ; font-size: ; color: #FFFFFF; text-decoration: none} +.tblItem:hover {color: #CECECE; 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: #FFFFFF} +.heada {font-family: ; font-size: ; color: #FFFFFF} +.headaCnt {font-family: ; font-size: ; color: #FFFFFF} +.parent {font-family: ; color: #FFFFFF; text-decoration: none; display: block} +.child {font-family: ; font-size: ; color: #FFFFFF; text-decoration: none; display: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #FFFFFF; text-decoration: none} +.tblItem:hover {color: #CECECE; text-decoration: underline} + +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div {font-family: ; font-size: ; color: #FFFFFF} +.heada {font-family: ; font-size: ; color: #FFFFFF} +.headaCnt {font-family: ; font-size: ; color: #FFFFFF} + +/* Additional effects for IE4 */ +.parent {font-family: ; color: #FFFFFF; text-decoration: none; display: block} +.child {font-family: ; font-size: ; color: #FFFFFF; text-decoration: none; display: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #FFFFFF; text-decoration: none} +.tblItem:hover {color: #CECECE; text-decoration: underline} + +/* Additional effects for NON-IE4 */ +.parent {font-family: ; color: #FFFFFF; text-decoration: none; position: absolute; visibility: hidden} +.child {font-family: ; font-size: ; color: #FFFFFF; position: absolute; visibility: hidden} +.item, .tblItem {font-family: ; font-size: ; color: #FFFFFF; text-decoration: none} + +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div {font-family: ; font-size: ; color: #FFFFFF} +.heada {font-family: ; font-size: ; color: #FFFFFF} +.headaCnt {font-family: ; font-size: ; color: #FFFFFF} +.parent {font-family: ; color: #FFFFFF; text-decoration: none} +.child {font-family: ; font-size: ; color: #ffffff; text-decoration: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #ffffff; text-decoration: none} +.tblItem:hover {color: #CECECE; 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} + +img, input, select, button { + vertical-align: middle; +} diff --git a/xp_basic/css/theme_print.css.php b/xp_basic/css/theme_print.css.php new file mode 100644 index 000000000..ca0c7799b --- /dev/null +++ b/xp_basic/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Tahoma, Verdana, Arial, Helvetica, 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: Tahoma, Verdana, Arial, Helvetica, 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: Tahoma, Verdana, Arial, Helvetica, 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/xp_basic/css/theme_right.css.php b/xp_basic/css/theme_right.css.php new file mode 100644 index 000000000..92a6dc446 --- /dev/null +++ b/xp_basic/css/theme_right.css.php @@ -0,0 +1,312 @@ +/* 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.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} +.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} + + +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; } + +/* topmenu */ +#topmenu { + font-weight: bold; +} + +/* default tab styles */ +.tab, .tabcaution, .tabactive { + margin-right: 0.1em; + margin-left: 0.1em; +} + +/* disabled tabs */ +span.tab { + color: #666666; +} + +/* disabled drop/empty tabs */ +span.tabcaution { + color: #ff6666; +} + +/* enabled drop/empty tabs */ +a.tabcaution { + color: #FF0000; +} +a.tabcaution:hover { + color: #FFFFFF; + background-color: #FF0000; +} + + +/* active tab */ +a.tabactive { + border-bottom: 0.1em solid black; + color: black; +} + +#topmenu { + margin-top: 0.5em; + border-bottom: 0.1em solid black; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +/* default tab styles */ +.tab, .tabcaution { + 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; + background-color: #FEFEFE; +} +.tabactive { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-weight: bold; + height: 16px; + padding: 2px 5px 2px 5px; + color: #000000; + background-color: #EAE6D0; +} + +/* enabled hover/active tabs */ +a.tab:hover, .tabactive { + font-weight: bold; + margin-right: 0; + margin-left: 0; + padding: 0.3em 0.3em 0.1em 0.3em; + height: 16px; + padding: 2px 5px 2px 5px; + color: #FF0000; + background-color: #EAE6D0; +} + +a.tabcaution:hover { + background-color: #ff0000; + background-image: none; +} + +/* disabled drop/empty tabs */ +span.tab, span.tabcaution { + cursor: url(themes/original/img/error.ico), default; +} + +/* end topmenu */ +/* Warning showing div with right border and optional icon */ + +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/original/img/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: #FFFFFF; +} +.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; +} + +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.1em; +} + +img, input, select, button { + vertical-align: middle; +} + +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 12px; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: ; + font-size: ; + color: #666666; +} +.disabled a:hover { + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #000000; + border: 1px solid #000000; + padding: 5px; + font-family: ; + font-size: ; +} + diff --git a/xp_basic/img/arrow_ltr.gif b/xp_basic/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/xp_basic/img/arrow_ltr.gif differ diff --git a/xp_basic/img/arrow_ltr.png b/xp_basic/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/xp_basic/img/arrow_ltr.png differ diff --git a/xp_basic/img/arrow_rtl.gif b/xp_basic/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/xp_basic/img/arrow_rtl.gif differ diff --git a/xp_basic/img/arrow_rtl.png b/xp_basic/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/xp_basic/img/arrow_rtl.png differ diff --git a/xp_basic/img/asc_order.png b/xp_basic/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/xp_basic/img/asc_order.png differ diff --git a/xp_basic/img/b_bookmark.png b/xp_basic/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/xp_basic/img/b_bookmark.png differ diff --git a/xp_basic/img/b_browse.png b/xp_basic/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/xp_basic/img/b_browse.png differ diff --git a/xp_basic/img/b_calendar.png b/xp_basic/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/xp_basic/img/b_calendar.png differ diff --git a/xp_basic/img/b_comment.png b/xp_basic/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/xp_basic/img/b_comment.png differ diff --git a/xp_basic/img/b_dbstatistics.png b/xp_basic/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/xp_basic/img/b_dbstatistics.png differ diff --git a/xp_basic/img/b_deltbl.png b/xp_basic/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/xp_basic/img/b_deltbl.png differ diff --git a/xp_basic/img/b_docs.png b/xp_basic/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/xp_basic/img/b_docs.png differ diff --git a/xp_basic/img/b_docsql.png b/xp_basic/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/xp_basic/img/b_docsql.png differ diff --git a/xp_basic/img/b_drop.png b/xp_basic/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/xp_basic/img/b_drop.png differ diff --git a/xp_basic/img/b_edit.png b/xp_basic/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/xp_basic/img/b_edit.png differ diff --git a/xp_basic/img/b_empty.png b/xp_basic/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/xp_basic/img/b_empty.png differ diff --git a/xp_basic/img/b_engine.png b/xp_basic/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/xp_basic/img/b_engine.png differ diff --git a/xp_basic/img/b_export.png b/xp_basic/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/xp_basic/img/b_export.png differ diff --git a/xp_basic/img/b_firstpage.png b/xp_basic/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/xp_basic/img/b_firstpage.png differ diff --git a/xp_basic/img/b_ftext.png b/xp_basic/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/xp_basic/img/b_ftext.png differ diff --git a/xp_basic/img/b_help.png b/xp_basic/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/xp_basic/img/b_help.png differ diff --git a/xp_basic/img/b_home.png b/xp_basic/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/xp_basic/img/b_home.png differ diff --git a/xp_basic/img/b_import.png b/xp_basic/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/xp_basic/img/b_import.png differ diff --git a/xp_basic/img/b_index.png b/xp_basic/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/xp_basic/img/b_index.png differ diff --git a/xp_basic/img/b_info.png b/xp_basic/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/xp_basic/img/b_info.png differ diff --git a/xp_basic/img/b_insrow.png b/xp_basic/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/xp_basic/img/b_insrow.png differ diff --git a/xp_basic/img/b_lastpage.png b/xp_basic/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/xp_basic/img/b_lastpage.png differ diff --git a/xp_basic/img/b_minus.png b/xp_basic/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/xp_basic/img/b_minus.png differ diff --git a/xp_basic/img/b_newdb.png b/xp_basic/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/xp_basic/img/b_newdb.png differ diff --git a/xp_basic/img/b_newtbl.png b/xp_basic/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/xp_basic/img/b_newtbl.png differ diff --git a/xp_basic/img/b_nextpage.png b/xp_basic/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/xp_basic/img/b_nextpage.png differ diff --git a/xp_basic/img/b_pdfdoc.png b/xp_basic/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/xp_basic/img/b_pdfdoc.png differ diff --git a/xp_basic/img/b_plus.png b/xp_basic/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/xp_basic/img/b_plus.png differ diff --git a/xp_basic/img/b_prevpage.png b/xp_basic/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/xp_basic/img/b_prevpage.png differ diff --git a/xp_basic/img/b_primary.png b/xp_basic/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/xp_basic/img/b_primary.png differ diff --git a/xp_basic/img/b_print.png b/xp_basic/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/xp_basic/img/b_print.png differ diff --git a/xp_basic/img/b_props.png b/xp_basic/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/xp_basic/img/b_props.png differ diff --git a/xp_basic/img/b_relations.png b/xp_basic/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/xp_basic/img/b_relations.png differ diff --git a/xp_basic/img/b_save.png b/xp_basic/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/xp_basic/img/b_save.png differ diff --git a/xp_basic/img/b_sbrowse.png b/xp_basic/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/xp_basic/img/b_sbrowse.png differ diff --git a/xp_basic/img/b_sdb.png b/xp_basic/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/xp_basic/img/b_sdb.png differ diff --git a/xp_basic/img/b_search.png b/xp_basic/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/xp_basic/img/b_search.png differ diff --git a/xp_basic/img/b_selboard.png b/xp_basic/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/xp_basic/img/b_selboard.png differ diff --git a/xp_basic/img/b_select.png b/xp_basic/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/xp_basic/img/b_select.png differ diff --git a/xp_basic/img/b_sql.png b/xp_basic/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/xp_basic/img/b_sql.png differ diff --git a/xp_basic/img/b_sqldoc.png b/xp_basic/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/xp_basic/img/b_sqldoc.png differ diff --git a/xp_basic/img/b_sqlhelp.png b/xp_basic/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/xp_basic/img/b_sqlhelp.png differ diff --git a/xp_basic/img/b_tblanalyse.png b/xp_basic/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/xp_basic/img/b_tblanalyse.png differ diff --git a/xp_basic/img/b_tblexport.png b/xp_basic/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/xp_basic/img/b_tblexport.png differ diff --git a/xp_basic/img/b_tblimport.png b/xp_basic/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/xp_basic/img/b_tblimport.png differ diff --git a/xp_basic/img/b_tblops.png b/xp_basic/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/xp_basic/img/b_tblops.png differ diff --git a/xp_basic/img/b_tbloptimize.png b/xp_basic/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/xp_basic/img/b_tbloptimize.png differ diff --git a/xp_basic/img/b_tipp.png b/xp_basic/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/xp_basic/img/b_tipp.png differ diff --git a/xp_basic/img/b_unique.png b/xp_basic/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/xp_basic/img/b_unique.png differ diff --git a/xp_basic/img/b_usradd.png b/xp_basic/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/xp_basic/img/b_usradd.png differ diff --git a/xp_basic/img/b_usrcheck.png b/xp_basic/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/xp_basic/img/b_usrcheck.png differ diff --git a/xp_basic/img/b_usrdrop.png b/xp_basic/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/xp_basic/img/b_usrdrop.png differ diff --git a/xp_basic/img/b_usredit.png b/xp_basic/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/xp_basic/img/b_usredit.png differ diff --git a/xp_basic/img/b_usrlist.png b/xp_basic/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/xp_basic/img/b_usrlist.png differ diff --git a/xp_basic/img/b_view.png b/xp_basic/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/xp_basic/img/b_view.png differ diff --git a/xp_basic/img/b_views.png b/xp_basic/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/xp_basic/img/b_views.png differ diff --git a/xp_basic/img/bd_browse.png b/xp_basic/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/xp_basic/img/bd_browse.png differ diff --git a/xp_basic/img/bd_deltbl.png b/xp_basic/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/xp_basic/img/bd_deltbl.png differ diff --git a/xp_basic/img/bd_drop.png b/xp_basic/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/xp_basic/img/bd_drop.png differ diff --git a/xp_basic/img/bd_empty.png b/xp_basic/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/xp_basic/img/bd_empty.png differ diff --git a/xp_basic/img/bd_firstpage.png b/xp_basic/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/xp_basic/img/bd_firstpage.png differ diff --git a/xp_basic/img/bd_ftext.png b/xp_basic/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/xp_basic/img/bd_ftext.png differ diff --git a/xp_basic/img/bd_index.png b/xp_basic/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/xp_basic/img/bd_index.png differ diff --git a/xp_basic/img/bd_insrow.png b/xp_basic/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/xp_basic/img/bd_insrow.png differ diff --git a/xp_basic/img/bd_lastpage.png b/xp_basic/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/xp_basic/img/bd_lastpage.png differ diff --git a/xp_basic/img/bd_nextpage.png b/xp_basic/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/xp_basic/img/bd_nextpage.png differ diff --git a/xp_basic/img/bd_prevpage.png b/xp_basic/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/xp_basic/img/bd_prevpage.png differ diff --git a/xp_basic/img/bd_primary.png b/xp_basic/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/xp_basic/img/bd_primary.png differ diff --git a/xp_basic/img/bd_sbrowse.png b/xp_basic/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/xp_basic/img/bd_sbrowse.png differ diff --git a/xp_basic/img/bd_select.png b/xp_basic/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/xp_basic/img/bd_select.png differ diff --git a/xp_basic/img/bd_unique.png b/xp_basic/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/xp_basic/img/bd_unique.png differ diff --git a/xp_basic/img/dot_black.png b/xp_basic/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/xp_basic/img/dot_black.png differ diff --git a/xp_basic/img/dot_blue.png b/xp_basic/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/xp_basic/img/dot_blue.png differ diff --git a/xp_basic/img/dot_green.png b/xp_basic/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/xp_basic/img/dot_green.png differ diff --git a/xp_basic/img/dot_red.png b/xp_basic/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/xp_basic/img/dot_red.png differ diff --git a/xp_basic/img/dot_violet.png b/xp_basic/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/xp_basic/img/dot_violet.png differ diff --git a/xp_basic/img/dot_yellow.png b/xp_basic/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/xp_basic/img/dot_yellow.png differ diff --git a/xp_basic/img/frm_linevrlt.png b/xp_basic/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/xp_basic/img/frm_linevrlt.png differ diff --git a/xp_basic/img/item.png b/xp_basic/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/xp_basic/img/item.png differ diff --git a/xp_basic/img/item_ltr.png b/xp_basic/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/xp_basic/img/item_ltr.png differ diff --git a/xp_basic/img/item_rtl.png b/xp_basic/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/xp_basic/img/item_rtl.png differ diff --git a/xp_basic/img/logo_left.png b/xp_basic/img/logo_left.png new file mode 100644 index 000000000..0d2cd811f Binary files /dev/null and b/xp_basic/img/logo_left.png differ diff --git a/xp_basic/img/logo_right.png b/xp_basic/img/logo_right.png new file mode 100644 index 000000000..44da9f28d Binary files /dev/null and b/xp_basic/img/logo_right.png differ diff --git a/xp_basic/img/php_sym.png b/xp_basic/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/xp_basic/img/php_sym.png differ diff --git a/xp_basic/img/pma_logo2.png b/xp_basic/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/xp_basic/img/pma_logo2.png differ diff --git a/xp_basic/img/s_asc.png b/xp_basic/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/xp_basic/img/s_asc.png differ diff --git a/xp_basic/img/s_asci.png b/xp_basic/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/xp_basic/img/s_asci.png differ diff --git a/xp_basic/img/s_attention.png b/xp_basic/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/xp_basic/img/s_attention.png differ diff --git a/xp_basic/img/s_cancel.png b/xp_basic/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/xp_basic/img/s_cancel.png differ diff --git a/xp_basic/img/s_cancel2.png b/xp_basic/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/xp_basic/img/s_cancel2.png differ diff --git a/xp_basic/img/s_db.png b/xp_basic/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/xp_basic/img/s_db.png differ diff --git a/xp_basic/img/s_desc.png b/xp_basic/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/xp_basic/img/s_desc.png differ diff --git a/xp_basic/img/s_error.png b/xp_basic/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/xp_basic/img/s_error.png differ diff --git a/xp_basic/img/s_error2.png b/xp_basic/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/xp_basic/img/s_error2.png differ diff --git a/xp_basic/img/s_fulltext.png b/xp_basic/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/xp_basic/img/s_fulltext.png differ diff --git a/xp_basic/img/s_host.png b/xp_basic/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/xp_basic/img/s_host.png differ diff --git a/xp_basic/img/s_info.png b/xp_basic/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/xp_basic/img/s_info.png differ diff --git a/xp_basic/img/s_lang.png b/xp_basic/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/xp_basic/img/s_lang.png differ diff --git a/xp_basic/img/s_loggoff.png b/xp_basic/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/xp_basic/img/s_loggoff.png differ diff --git a/xp_basic/img/s_notice.png b/xp_basic/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/xp_basic/img/s_notice.png differ diff --git a/xp_basic/img/s_okay.png b/xp_basic/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/xp_basic/img/s_okay.png differ diff --git a/xp_basic/img/s_partialtext.png b/xp_basic/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/xp_basic/img/s_partialtext.png differ diff --git a/xp_basic/img/s_passwd.png b/xp_basic/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/xp_basic/img/s_passwd.png differ diff --git a/xp_basic/img/s_process.png b/xp_basic/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/xp_basic/img/s_process.png differ diff --git a/xp_basic/img/s_really.png b/xp_basic/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/xp_basic/img/s_really.png differ diff --git a/xp_basic/img/s_reload.png b/xp_basic/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/xp_basic/img/s_reload.png differ diff --git a/xp_basic/img/s_rights.png b/xp_basic/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/xp_basic/img/s_rights.png differ diff --git a/xp_basic/img/s_status.png b/xp_basic/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/xp_basic/img/s_status.png differ diff --git a/xp_basic/img/s_tbl.png b/xp_basic/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/xp_basic/img/s_tbl.png differ diff --git a/xp_basic/img/s_theme.png b/xp_basic/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/xp_basic/img/s_theme.png differ diff --git a/xp_basic/img/s_vars.png b/xp_basic/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/xp_basic/img/s_vars.png differ diff --git a/xp_basic/img/s_views.png b/xp_basic/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/xp_basic/img/s_views.png differ diff --git a/xp_basic/img/s_warn.png b/xp_basic/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/xp_basic/img/s_warn.png differ diff --git a/xp_basic/img/spacer.png b/xp_basic/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/xp_basic/img/spacer.png differ diff --git a/xp_basic/img/tbl_error.png b/xp_basic/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/xp_basic/img/tbl_error.png differ diff --git a/xp_basic/img/tbl_header.png b/xp_basic/img/tbl_header.png new file mode 100644 index 000000000..7b2f8caaf Binary files /dev/null and b/xp_basic/img/tbl_header.png differ diff --git a/xp_basic/img/tbl_th.png b/xp_basic/img/tbl_th.png new file mode 100644 index 000000000..2aa0eb8d0 Binary files /dev/null and b/xp_basic/img/tbl_th.png differ diff --git a/xp_basic/img/vertical_line.png b/xp_basic/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/xp_basic/img/vertical_line.png differ diff --git a/xp_basic/info.inc.php b/xp_basic/info.inc.php new file mode 100644 index 000000000..7cbd43745 --- /dev/null +++ b/xp_basic/info.inc.php @@ -0,0 +1,10 @@ + diff --git a/xp_basic/layout.inc.php b/xp_basic/layout.inc.php new file mode 100644 index 000000000..7b979443a --- /dev/null +++ b/xp_basic/layout.inc.php @@ -0,0 +1,43 @@ + '#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/xp_basic/screen.png b/xp_basic/screen.png new file mode 100644 index 000000000..afb327ff0 Binary files /dev/null and b/xp_basic/screen.png differ diff --git a/xp_blue/css/theme_left.css.php b/xp_blue/css/theme_left.css.php new file mode 100644 index 000000000..31f4b2abe --- /dev/null +++ b/xp_blue/css/theme_left.css.php @@ -0,0 +1,241 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #d6dff7; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffff; + 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: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #d6dff7; + text-decoration: none; + display: block; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #d6dff7; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffff; + text-decoration: underline; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #d6dff7; + text-decoration: none; + display: block; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #d6dff7; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffff; + text-decoration: underline; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #d6dff7; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #d6dff7; + text-decoration: none; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #d6dff7; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #d6dff7; + text-decoration: none; +} +.tblItem:hover{ + color: #ffffff; + text-decoration: underline; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + background-color: #0043cf; + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +select{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + background-color: #ffffff; + color: #7aa1e6; + width: 150px; +} +hr{ + color: #7aa1e6; + background-color: #7aa1e6; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/xp_blue/css/theme_print.css.php b/xp_blue/css/theme_print.css.php new file mode 100644 index 000000000..dc2367bfb --- /dev/null +++ b/xp_blue/css/theme_print.css.php @@ -0,0 +1,42 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} + diff --git a/xp_blue/css/theme_right.css.php b/xp_blue/css/theme_right.css.php new file mode 100644 index 000000000..a905b93ae --- /dev/null +++ b/xp_blue/css/theme_right.css.php @@ -0,0 +1,560 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; + + background-color: #ffffff; + margin: 5px; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + text-decoration: none; + color: #0043cf; + +} +a:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + text-decoration: underline; + color: #ff0000; +} +th{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #ffffff; + background-color: #99bbf5; + + background-image: url(../themes/xp_blue/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #ffffcc; + text-decoration: underline; +} + +th a:hover{ + color: #ffffcc; + text-decoration: none; +} +.tblcomment{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: normal; + color: #000099; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +form{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} +input.textfield{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; + /*background-color: #FFFFFF;*/ +} + +h1{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.nav:link, a.nav:visited, a.nav:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #000000; +} +a.nav:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #cc0000; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #ffffff; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #cc0000; +} +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; +} +table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} + +fieldset { + border: #c2c6d3 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Arial, Helvetica, Verdana, sans-serif; + size: 10px; + color: #c2c6d3; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; +} +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: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/xp_blue/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #ffffcc; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #ffffff; +/* + +*/ + background-image: url(../themes/xp_blue/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 12px;} +.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 {} + + +/* tables */ +.tblError { + border: 1px solid #cc0000; + background-color: #ffffcc; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #ffffff; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #ffffff; + background-color: #0043cf; + + background-image: url(../themes/xp_blue/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 26px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #ffffcc; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #ffffff; + background-color: #0043CF; + + background-image: url(../themes/xp_blue/img/tbl_footer.png); + background-repeat: repeat-x; + background-position: bottom; + + height: 26px; +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #ffffcc; +} +.tblHeadError { + font-weight: bold; + color: #ffffff; + background-color: #cc0000; + + background-image: url(../themes/xp_blue/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 26px; +} +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/xp_blue/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/xp_blue/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 26px; +} +div.warnhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/xp_blue/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +/* Heading for server links*/ + +.serverinfo { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: normal; + padding: 0px 0px 10px 0px; + margin: 0px; + white-space: nowrap; + vertical-align: middle; +} + +.serverinfo a:link, .serverinfo a:active, .serverinfo a:visited { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bolder; +} +.serverinfo a img{ + vertical-align: middle; + margin: 0px 1px 0px 1px; +} + +.serverinfo div{ + background-image: url(../themes/xp_blue/img/item_ltr.png); + background-repeat: no-repeat; + background-position: 50% 50%; + width: 20px; + height: 16px; +} + +hr{ + color: #0043cf; background-color: #0043cf; border: 0; height: 1px; +} + +/* navigation */ +.nav{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #000000; + background-color: #0043cf; + + background-image: url(../themes/xp_blue/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 26px; +} + +.navSpacer{ + width: 1px; + height: 16px; + background-color: #d6dff7; +} +.navNormal { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #000000; + background-color: #0043cf; + + background-image: url(../themes/xp_blue/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 26px; + padding: 2px 5px 2px 5px; +} +.navDrop { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #000000; + background-color: #cc0000; + + background-image: url(../themes/xp_blue/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 26px; + padding: 2px 5px 2px 5px; +} +.navActive { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #ccccff; + background-color: #0043cf; + + background-image: url(../themes/xp_blue/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 26px; + padding: 2px 5px 2px 5px; +} +.navNormal a:link,.navNormal a:active,.navNormal a:hover,.navNormal a:visited,.navDrop a:link,.navDrop a:active,.navDrop a:visited,.navDrop a:hover { + color: #ffffff; +} +.navActive a:link,.navActive a:active,.navActive a:visited,.navActive a:hover { + color: #ccccff; +} +img, input, select, button { + vertical-align: middle; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.disabled a:hover { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + + +/* some styles for IDs: */ +#buttonNo{ + color: #CC0000; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #006600; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #006600; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #000000; + border: 1px solid #000000; + padding: 5px; + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 11px; +} + diff --git a/xp_blue/img/arrow_ltr.gif b/xp_blue/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/xp_blue/img/arrow_ltr.gif differ diff --git a/xp_blue/img/arrow_ltr.png b/xp_blue/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/xp_blue/img/arrow_ltr.png differ diff --git a/xp_blue/img/arrow_rtl.gif b/xp_blue/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/xp_blue/img/arrow_rtl.gif differ diff --git a/xp_blue/img/arrow_rtl.png b/xp_blue/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/xp_blue/img/arrow_rtl.png differ diff --git a/xp_blue/img/asc_order.png b/xp_blue/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/xp_blue/img/asc_order.png differ diff --git a/xp_blue/img/b_bookmark.png b/xp_blue/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/xp_blue/img/b_bookmark.png differ diff --git a/xp_blue/img/b_browse.png b/xp_blue/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/xp_blue/img/b_browse.png differ diff --git a/xp_blue/img/b_calendar.png b/xp_blue/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/xp_blue/img/b_calendar.png differ diff --git a/xp_blue/img/b_comment.png b/xp_blue/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/xp_blue/img/b_comment.png differ diff --git a/xp_blue/img/b_dbstatistics.png b/xp_blue/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/xp_blue/img/b_dbstatistics.png differ diff --git a/xp_blue/img/b_deltbl.png b/xp_blue/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/xp_blue/img/b_deltbl.png differ diff --git a/xp_blue/img/b_docs.png b/xp_blue/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/xp_blue/img/b_docs.png differ diff --git a/xp_blue/img/b_docsql.png b/xp_blue/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/xp_blue/img/b_docsql.png differ diff --git a/xp_blue/img/b_drop.png b/xp_blue/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/xp_blue/img/b_drop.png differ diff --git a/xp_blue/img/b_edit.png b/xp_blue/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/xp_blue/img/b_edit.png differ diff --git a/xp_blue/img/b_empty.png b/xp_blue/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/xp_blue/img/b_empty.png differ diff --git a/xp_blue/img/b_engine.png b/xp_blue/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/xp_blue/img/b_engine.png differ diff --git a/xp_blue/img/b_export.png b/xp_blue/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/xp_blue/img/b_export.png differ diff --git a/xp_blue/img/b_firstpage.png b/xp_blue/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/xp_blue/img/b_firstpage.png differ diff --git a/xp_blue/img/b_ftext.png b/xp_blue/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/xp_blue/img/b_ftext.png differ diff --git a/xp_blue/img/b_help.png b/xp_blue/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/xp_blue/img/b_help.png differ diff --git a/xp_blue/img/b_home.png b/xp_blue/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/xp_blue/img/b_home.png differ diff --git a/xp_blue/img/b_import.png b/xp_blue/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/xp_blue/img/b_import.png differ diff --git a/xp_blue/img/b_index.png b/xp_blue/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/xp_blue/img/b_index.png differ diff --git a/xp_blue/img/b_info.png b/xp_blue/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/xp_blue/img/b_info.png differ diff --git a/xp_blue/img/b_insrow.png b/xp_blue/img/b_insrow.png new file mode 100644 index 000000000..50e034e51 Binary files /dev/null and b/xp_blue/img/b_insrow.png differ diff --git a/xp_blue/img/b_lastpage.png b/xp_blue/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/xp_blue/img/b_lastpage.png differ diff --git a/xp_blue/img/b_minus.png b/xp_blue/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/xp_blue/img/b_minus.png differ diff --git a/xp_blue/img/b_newdb.png b/xp_blue/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/xp_blue/img/b_newdb.png differ diff --git a/xp_blue/img/b_newtbl.png b/xp_blue/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/xp_blue/img/b_newtbl.png differ diff --git a/xp_blue/img/b_nextpage.png b/xp_blue/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/xp_blue/img/b_nextpage.png differ diff --git a/xp_blue/img/b_pdfdoc.png b/xp_blue/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/xp_blue/img/b_pdfdoc.png differ diff --git a/xp_blue/img/b_plus.png b/xp_blue/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/xp_blue/img/b_plus.png differ diff --git a/xp_blue/img/b_prevpage.png b/xp_blue/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/xp_blue/img/b_prevpage.png differ diff --git a/xp_blue/img/b_primary.png b/xp_blue/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/xp_blue/img/b_primary.png differ diff --git a/xp_blue/img/b_print.png b/xp_blue/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/xp_blue/img/b_print.png differ diff --git a/xp_blue/img/b_props.png b/xp_blue/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/xp_blue/img/b_props.png differ diff --git a/xp_blue/img/b_relations.png b/xp_blue/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/xp_blue/img/b_relations.png differ diff --git a/xp_blue/img/b_save.png b/xp_blue/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/xp_blue/img/b_save.png differ diff --git a/xp_blue/img/b_sbrowse.png b/xp_blue/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/xp_blue/img/b_sbrowse.png differ diff --git a/xp_blue/img/b_sdb.png b/xp_blue/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/xp_blue/img/b_sdb.png differ diff --git a/xp_blue/img/b_search.png b/xp_blue/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/xp_blue/img/b_search.png differ diff --git a/xp_blue/img/b_selboard.png b/xp_blue/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/xp_blue/img/b_selboard.png differ diff --git a/xp_blue/img/b_select.png b/xp_blue/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/xp_blue/img/b_select.png differ diff --git a/xp_blue/img/b_sql.png b/xp_blue/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/xp_blue/img/b_sql.png differ diff --git a/xp_blue/img/b_sqldoc.png b/xp_blue/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/xp_blue/img/b_sqldoc.png differ diff --git a/xp_blue/img/b_sqlhelp.png b/xp_blue/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/xp_blue/img/b_sqlhelp.png differ diff --git a/xp_blue/img/b_tblanalyse.png b/xp_blue/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/xp_blue/img/b_tblanalyse.png differ diff --git a/xp_blue/img/b_tblexport.png b/xp_blue/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/xp_blue/img/b_tblexport.png differ diff --git a/xp_blue/img/b_tblimport.png b/xp_blue/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/xp_blue/img/b_tblimport.png differ diff --git a/xp_blue/img/b_tblops.png b/xp_blue/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/xp_blue/img/b_tblops.png differ diff --git a/xp_blue/img/b_tbloptimize.png b/xp_blue/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/xp_blue/img/b_tbloptimize.png differ diff --git a/xp_blue/img/b_tipp.png b/xp_blue/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/xp_blue/img/b_tipp.png differ diff --git a/xp_blue/img/b_unique.png b/xp_blue/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/xp_blue/img/b_unique.png differ diff --git a/xp_blue/img/b_usradd.png b/xp_blue/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/xp_blue/img/b_usradd.png differ diff --git a/xp_blue/img/b_usrcheck.png b/xp_blue/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/xp_blue/img/b_usrcheck.png differ diff --git a/xp_blue/img/b_usrdrop.png b/xp_blue/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/xp_blue/img/b_usrdrop.png differ diff --git a/xp_blue/img/b_usredit.png b/xp_blue/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/xp_blue/img/b_usredit.png differ diff --git a/xp_blue/img/b_usrlist.png b/xp_blue/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/xp_blue/img/b_usrlist.png differ diff --git a/xp_blue/img/b_view.png b/xp_blue/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/xp_blue/img/b_view.png differ diff --git a/xp_blue/img/b_views.png b/xp_blue/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/xp_blue/img/b_views.png differ diff --git a/xp_blue/img/bd_browse.png b/xp_blue/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/xp_blue/img/bd_browse.png differ diff --git a/xp_blue/img/bd_deltbl.png b/xp_blue/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/xp_blue/img/bd_deltbl.png differ diff --git a/xp_blue/img/bd_drop.png b/xp_blue/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/xp_blue/img/bd_drop.png differ diff --git a/xp_blue/img/bd_empty.png b/xp_blue/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/xp_blue/img/bd_empty.png differ diff --git a/xp_blue/img/bd_firstpage.png b/xp_blue/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/xp_blue/img/bd_firstpage.png differ diff --git a/xp_blue/img/bd_ftext.png b/xp_blue/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/xp_blue/img/bd_ftext.png differ diff --git a/xp_blue/img/bd_index.png b/xp_blue/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/xp_blue/img/bd_index.png differ diff --git a/xp_blue/img/bd_insrow.png b/xp_blue/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/xp_blue/img/bd_insrow.png differ diff --git a/xp_blue/img/bd_lastpage.png b/xp_blue/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/xp_blue/img/bd_lastpage.png differ diff --git a/xp_blue/img/bd_nextpage.png b/xp_blue/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/xp_blue/img/bd_nextpage.png differ diff --git a/xp_blue/img/bd_prevpage.png b/xp_blue/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/xp_blue/img/bd_prevpage.png differ diff --git a/xp_blue/img/bd_primary.png b/xp_blue/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/xp_blue/img/bd_primary.png differ diff --git a/xp_blue/img/bd_sbrowse.png b/xp_blue/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/xp_blue/img/bd_sbrowse.png differ diff --git a/xp_blue/img/bd_select.png b/xp_blue/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/xp_blue/img/bd_select.png differ diff --git a/xp_blue/img/bd_unique.png b/xp_blue/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/xp_blue/img/bd_unique.png differ diff --git a/xp_blue/img/dot_black.png b/xp_blue/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/xp_blue/img/dot_black.png differ diff --git a/xp_blue/img/dot_blue.png b/xp_blue/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/xp_blue/img/dot_blue.png differ diff --git a/xp_blue/img/dot_green.png b/xp_blue/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/xp_blue/img/dot_green.png differ diff --git a/xp_blue/img/dot_red.png b/xp_blue/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/xp_blue/img/dot_red.png differ diff --git a/xp_blue/img/dot_violet.png b/xp_blue/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/xp_blue/img/dot_violet.png differ diff --git a/xp_blue/img/dot_yellow.png b/xp_blue/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/xp_blue/img/dot_yellow.png differ diff --git a/xp_blue/img/frm_linevrlt.png b/xp_blue/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/xp_blue/img/frm_linevrlt.png differ diff --git a/xp_blue/img/item.png b/xp_blue/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/xp_blue/img/item.png differ diff --git a/xp_blue/img/item_ltr.png b/xp_blue/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/xp_blue/img/item_ltr.png differ diff --git a/xp_blue/img/item_rtl.png b/xp_blue/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/xp_blue/img/item_rtl.png differ diff --git a/xp_blue/img/logo_left.png b/xp_blue/img/logo_left.png new file mode 100644 index 000000000..c7e02f4a3 Binary files /dev/null and b/xp_blue/img/logo_left.png differ diff --git a/xp_blue/img/logo_right.png b/xp_blue/img/logo_right.png new file mode 100644 index 000000000..7dea574a5 Binary files /dev/null and b/xp_blue/img/logo_right.png differ diff --git a/xp_blue/img/php_sym.png b/xp_blue/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/xp_blue/img/php_sym.png differ diff --git a/xp_blue/img/pma_logo2.png b/xp_blue/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/xp_blue/img/pma_logo2.png differ diff --git a/xp_blue/img/s_asc.png b/xp_blue/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/xp_blue/img/s_asc.png differ diff --git a/xp_blue/img/s_asci.png b/xp_blue/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/xp_blue/img/s_asci.png differ diff --git a/xp_blue/img/s_attention.png b/xp_blue/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/xp_blue/img/s_attention.png differ diff --git a/xp_blue/img/s_cancel.png b/xp_blue/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/xp_blue/img/s_cancel.png differ diff --git a/xp_blue/img/s_cancel2.png b/xp_blue/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/xp_blue/img/s_cancel2.png differ diff --git a/xp_blue/img/s_db.png b/xp_blue/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/xp_blue/img/s_db.png differ diff --git a/xp_blue/img/s_desc.png b/xp_blue/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/xp_blue/img/s_desc.png differ diff --git a/xp_blue/img/s_error.png b/xp_blue/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/xp_blue/img/s_error.png differ diff --git a/xp_blue/img/s_error2.png b/xp_blue/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/xp_blue/img/s_error2.png differ diff --git a/xp_blue/img/s_fulltext.png b/xp_blue/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/xp_blue/img/s_fulltext.png differ diff --git a/xp_blue/img/s_host.png b/xp_blue/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/xp_blue/img/s_host.png differ diff --git a/xp_blue/img/s_info.png b/xp_blue/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/xp_blue/img/s_info.png differ diff --git a/xp_blue/img/s_lang.png b/xp_blue/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/xp_blue/img/s_lang.png differ diff --git a/xp_blue/img/s_loggoff.png b/xp_blue/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/xp_blue/img/s_loggoff.png differ diff --git a/xp_blue/img/s_notice.png b/xp_blue/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/xp_blue/img/s_notice.png differ diff --git a/xp_blue/img/s_okay.png b/xp_blue/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/xp_blue/img/s_okay.png differ diff --git a/xp_blue/img/s_partialtext.png b/xp_blue/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/xp_blue/img/s_partialtext.png differ diff --git a/xp_blue/img/s_passwd.png b/xp_blue/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/xp_blue/img/s_passwd.png differ diff --git a/xp_blue/img/s_process.png b/xp_blue/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/xp_blue/img/s_process.png differ diff --git a/xp_blue/img/s_really.png b/xp_blue/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/xp_blue/img/s_really.png differ diff --git a/xp_blue/img/s_reload.png b/xp_blue/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/xp_blue/img/s_reload.png differ diff --git a/xp_blue/img/s_rights.png b/xp_blue/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/xp_blue/img/s_rights.png differ diff --git a/xp_blue/img/s_status.png b/xp_blue/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/xp_blue/img/s_status.png differ diff --git a/xp_blue/img/s_tbl.png b/xp_blue/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/xp_blue/img/s_tbl.png differ diff --git a/xp_blue/img/s_theme.png b/xp_blue/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/xp_blue/img/s_theme.png differ diff --git a/xp_blue/img/s_vars.png b/xp_blue/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/xp_blue/img/s_vars.png differ diff --git a/xp_blue/img/s_views.png b/xp_blue/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/xp_blue/img/s_views.png differ diff --git a/xp_blue/img/s_warn.png b/xp_blue/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/xp_blue/img/s_warn.png differ diff --git a/xp_blue/img/spacer.png b/xp_blue/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/xp_blue/img/spacer.png differ diff --git a/xp_blue/img/tbl_error.png b/xp_blue/img/tbl_error.png new file mode 100644 index 000000000..d32c736fb Binary files /dev/null and b/xp_blue/img/tbl_error.png differ diff --git a/xp_blue/img/tbl_footer.png b/xp_blue/img/tbl_footer.png new file mode 100644 index 000000000..6d6aa1088 Binary files /dev/null and b/xp_blue/img/tbl_footer.png differ diff --git a/xp_blue/img/tbl_header.png b/xp_blue/img/tbl_header.png new file mode 100644 index 000000000..b7ac233a5 Binary files /dev/null and b/xp_blue/img/tbl_header.png differ diff --git a/xp_blue/img/tbl_th.png b/xp_blue/img/tbl_th.png new file mode 100644 index 000000000..10aa46a67 Binary files /dev/null and b/xp_blue/img/tbl_th.png differ diff --git a/xp_blue/img/vertical_line.png b/xp_blue/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/xp_blue/img/vertical_line.png differ diff --git a/xp_blue/info.inc.php b/xp_blue/info.inc.php new file mode 100644 index 000000000..4de2e90b9 --- /dev/null +++ b/xp_blue/info.inc.php @@ -0,0 +1,10 @@ + diff --git a/xp_blue/layout.inc.php b/xp_blue/layout.inc.php new file mode 100644 index 000000000..88954ad59 --- /dev/null +++ b/xp_blue/layout.inc.php @@ -0,0 +1,43 @@ + '#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/xp_blue/screen.png b/xp_blue/screen.png new file mode 100644 index 000000000..66817a707 Binary files /dev/null and b/xp_blue/screen.png differ diff --git a/xp_dirty/css/theme_left.css.php b/xp_dirty/css/theme_left.css.php new file mode 100644 index 000000000..608711622 --- /dev/null +++ b/xp_dirty/css/theme_left.css.php @@ -0,0 +1,74 @@ + +/* No layer effects neccessary */ +div {font-family: ; font-size: ; color: #FFFFFF} +.heada {font-family: ; font-size: ; color: #FFFFFF} +.parent {font-family: ; color: #FFFFFF; text-decoration: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-family: ; font-size: ; color: #F8F8F1; text-decoration: none} +.tblItem:hover {color: #CECECE; 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: #FFFFFF} +.heada {font-family: ; font-size: ; color: #FFFFFF} +.headaCnt {font-family: ; font-size: ; color: #FFFFFF} +.parent {font-family: ; color: #FFFFFF; text-decoration: none; display: block} +.child {font-family: ; font-size: ; color: #FFFFFF; text-decoration: none; display: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #F8F8F1; text-decoration: none} +.tblItem:hover {color: #CECECE; text-decoration: underline} + +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div {font-family: ; font-size: ; color: #FFFFFF} +.heada {font-family: ; font-size: ; color: #FFFFFF} +.headaCnt {font-family: ; font-size: ; color: #FFFFFF} + +/* Additional effects for IE4 */ +.parent {font-family: ; color: #FFFFFF; text-decoration: none; display: block} +.child {font-family: ; font-size: ; color: #FFFFFF; text-decoration: none; display: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #F8F8F1; text-decoration: none} +.tblItem:hover {color: #CECECE; text-decoration: underline} + +/* Additional effects for NON-IE4 */ +.parent {font-family: ; color: #FFFFFF; text-decoration: none; position: absolute; visibility: hidden} +.child {font-family: ; font-size: ; color: #FFFFFF; position: absolute; visibility: hidden} +.item, .tblItem {font-family: ; font-size: ; color: #FFFFFF; text-decoration: none} + +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div {font-family: ; font-size: ; color: #FFFFFF} +.heada {font-family: ; font-size: ; color: #FFFFFF} +.headaCnt {font-family: ; font-size: ; color: #FFFFFF} +.parent {font-family: ; color: #FFFFFF; text-decoration: none} +.child {font-family: ; font-size: ; color: #ffffff; text-decoration: none} +.item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: ; color: #F8F8F1; text-decoration: none} +.tblItem:hover {color: #CECECE; 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} + +img, input, select, button { + vertical-align: middle; +} \ No newline at end of file diff --git a/xp_dirty/css/theme_print.css.php b/xp_dirty/css/theme_print.css.php new file mode 100644 index 000000000..ca0c7799b --- /dev/null +++ b/xp_dirty/css/theme_print.css.php @@ -0,0 +1,41 @@ +/* For printview */ +body{ + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Tahoma, Verdana, Arial, Helvetica, 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: Tahoma, Verdana, Arial, Helvetica, 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: Tahoma, Verdana, Arial, Helvetica, 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/xp_dirty/css/theme_right.css.php b/xp_dirty/css/theme_right.css.php new file mode 100644 index 000000000..034da228a --- /dev/null +++ b/xp_dirty/css/theme_right.css.php @@ -0,0 +1,338 @@ +/* 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: #666633} +a:visited {font-family: ; font-size: ; text-decoration: none; color: #666633} +a:hover {font-family: ; font-size: ; text-decoration: underline; color: #666633} +a.nav:link {font-family: ; color: #666633} +a.nav:visited {font-family: ; color: #666633} +a.nav:hover {font-family: ; color: #666633} +a.h1:link {font-family: ; font-size: ; font-weight: bold; color: #666633} +a.h1:active {font-family: ; font-size: ; font-weight: bold; color: #666633} +a.h1:visited {font-family: ; font-size: ; font-weight: bold; color: #666633} +a.h1:hover {font-family: ; font-size: ; font-weight: bold; color: #666633} +a.h2:link {font-family: ; font-size: ; font-weight: bold; color: #666633} +a.h2:active {font-family: ; font-size: ; font-weight: bold; color: #666633} +a.h2:visited {font-family: ; font-size: ; font-weight: bold; color: #666633} +a.h2:hover {font-family: ; font-size: ; font-weight: bold; color: #666633} +a.drop:link {font-family: ; color: #cc0000} +a.drop:visited {font-family: ; color: #cc0000;} +a.drop:hover {font-family: ; color: #cc0000; 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 #666666; +} +.navSpacer { + width: 2px; + height: 16px; +} +.navNormal, .navDrop, .navActive { + font-family: ; + font-size: ; + font-weight: bold; + border-top: 1px solid #999999; + border-right: 1px solid #666666; + border-left: 1px solid #999999; + border-bottom: none; + border-radius: 2px; + -moz-border-radius: 2px; + padding: 2px 5px 2px 5px; +} +.navNormal { + color: #000000; + background-color: #FEFEFE; +} +.navActive{ + font-family: ; + font-size: ; + font-weight: bold; + color: #000000; + background-color: #EAE6D0; +} +.navDrop{ + color: #cc0000; + background-color: #E5E5E5; +} +.navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{ + color: #666633; +} + +.navDrop a:link, .navDrop a:active, .navDrop a:visited{ + color: #cc0000; +} +.navDrop a:hover{ + color: #cc0000; +} +.navNormal a:hover, .navActive a:hover{ + color: #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.errorhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/xp_dirty/img/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: #FFFFFF; +} +.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: #F8F8F1; +} +.tblHeaders a:hover, .tblFooters a:hover { color: #F8F8F1; } +.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; +} + +img, input, select, button { + vertical-align: middle; +} + + +.serverinfo a:link, .serverinfo a:active, .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(../themes/xp_dirty/img/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; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: ; + font-size: ; + color: #666666; +} +.disabled a:hover { + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #000000; + border: 1px solid #000000; + padding: 5px; + font-family: ; + font-size: ; +} + + /* disabled text */ + .disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: ; + font-size: ; + color: #666666; + } + .disabled a:hover { + text-decoration: none; + } + tr.disabled td, td.disabled { + background-color: #cccccc; + } + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 1px solid #000000; + padding: 5px; + font-family: ; + font-size: ; + } diff --git a/xp_dirty/img/arrow_ltr.gif b/xp_dirty/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/xp_dirty/img/arrow_ltr.gif differ diff --git a/xp_dirty/img/arrow_ltr.png b/xp_dirty/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/xp_dirty/img/arrow_ltr.png differ diff --git a/xp_dirty/img/arrow_rtl.gif b/xp_dirty/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/xp_dirty/img/arrow_rtl.gif differ diff --git a/xp_dirty/img/arrow_rtl.png b/xp_dirty/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/xp_dirty/img/arrow_rtl.png differ diff --git a/xp_dirty/img/asc_order.png b/xp_dirty/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/xp_dirty/img/asc_order.png differ diff --git a/xp_dirty/img/b_bookmark.png b/xp_dirty/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/xp_dirty/img/b_bookmark.png differ diff --git a/xp_dirty/img/b_browse.png b/xp_dirty/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/xp_dirty/img/b_browse.png differ diff --git a/xp_dirty/img/b_calendar.png b/xp_dirty/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/xp_dirty/img/b_calendar.png differ diff --git a/xp_dirty/img/b_comment.png b/xp_dirty/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/xp_dirty/img/b_comment.png differ diff --git a/xp_dirty/img/b_dbstatistics.png b/xp_dirty/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/xp_dirty/img/b_dbstatistics.png differ diff --git a/xp_dirty/img/b_deltbl.png b/xp_dirty/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/xp_dirty/img/b_deltbl.png differ diff --git a/xp_dirty/img/b_docs.png b/xp_dirty/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/xp_dirty/img/b_docs.png differ diff --git a/xp_dirty/img/b_docsql.png b/xp_dirty/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/xp_dirty/img/b_docsql.png differ diff --git a/xp_dirty/img/b_drop.png b/xp_dirty/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/xp_dirty/img/b_drop.png differ diff --git a/xp_dirty/img/b_edit.png b/xp_dirty/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/xp_dirty/img/b_edit.png differ diff --git a/xp_dirty/img/b_empty.png b/xp_dirty/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/xp_dirty/img/b_empty.png differ diff --git a/xp_dirty/img/b_engine.png b/xp_dirty/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/xp_dirty/img/b_engine.png differ diff --git a/xp_dirty/img/b_export.png b/xp_dirty/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/xp_dirty/img/b_export.png differ diff --git a/xp_dirty/img/b_firstpage.png b/xp_dirty/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/xp_dirty/img/b_firstpage.png differ diff --git a/xp_dirty/img/b_ftext.png b/xp_dirty/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/xp_dirty/img/b_ftext.png differ diff --git a/xp_dirty/img/b_help.png b/xp_dirty/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/xp_dirty/img/b_help.png differ diff --git a/xp_dirty/img/b_home.png b/xp_dirty/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/xp_dirty/img/b_home.png differ diff --git a/xp_dirty/img/b_import.png b/xp_dirty/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/xp_dirty/img/b_import.png differ diff --git a/xp_dirty/img/b_index.png b/xp_dirty/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/xp_dirty/img/b_index.png differ diff --git a/xp_dirty/img/b_info.png b/xp_dirty/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/xp_dirty/img/b_info.png differ diff --git a/xp_dirty/img/b_insrow.png b/xp_dirty/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/xp_dirty/img/b_insrow.png differ diff --git a/xp_dirty/img/b_lastpage.png b/xp_dirty/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/xp_dirty/img/b_lastpage.png differ diff --git a/xp_dirty/img/b_minus.png b/xp_dirty/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/xp_dirty/img/b_minus.png differ diff --git a/xp_dirty/img/b_newdb.png b/xp_dirty/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/xp_dirty/img/b_newdb.png differ diff --git a/xp_dirty/img/b_newtbl.png b/xp_dirty/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/xp_dirty/img/b_newtbl.png differ diff --git a/xp_dirty/img/b_nextpage.png b/xp_dirty/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/xp_dirty/img/b_nextpage.png differ diff --git a/xp_dirty/img/b_pdfdoc.png b/xp_dirty/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/xp_dirty/img/b_pdfdoc.png differ diff --git a/xp_dirty/img/b_plus.png b/xp_dirty/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/xp_dirty/img/b_plus.png differ diff --git a/xp_dirty/img/b_prevpage.png b/xp_dirty/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/xp_dirty/img/b_prevpage.png differ diff --git a/xp_dirty/img/b_primary.png b/xp_dirty/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/xp_dirty/img/b_primary.png differ diff --git a/xp_dirty/img/b_print.png b/xp_dirty/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/xp_dirty/img/b_print.png differ diff --git a/xp_dirty/img/b_props.png b/xp_dirty/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/xp_dirty/img/b_props.png differ diff --git a/xp_dirty/img/b_relations.png b/xp_dirty/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/xp_dirty/img/b_relations.png differ diff --git a/xp_dirty/img/b_save.png b/xp_dirty/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/xp_dirty/img/b_save.png differ diff --git a/xp_dirty/img/b_sbrowse.png b/xp_dirty/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/xp_dirty/img/b_sbrowse.png differ diff --git a/xp_dirty/img/b_sdb.png b/xp_dirty/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/xp_dirty/img/b_sdb.png differ diff --git a/xp_dirty/img/b_search.png b/xp_dirty/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/xp_dirty/img/b_search.png differ diff --git a/xp_dirty/img/b_selboard.png b/xp_dirty/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/xp_dirty/img/b_selboard.png differ diff --git a/xp_dirty/img/b_select.png b/xp_dirty/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/xp_dirty/img/b_select.png differ diff --git a/xp_dirty/img/b_sql.png b/xp_dirty/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/xp_dirty/img/b_sql.png differ diff --git a/xp_dirty/img/b_sqldoc.png b/xp_dirty/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/xp_dirty/img/b_sqldoc.png differ diff --git a/xp_dirty/img/b_sqlhelp.png b/xp_dirty/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/xp_dirty/img/b_sqlhelp.png differ diff --git a/xp_dirty/img/b_tblanalyse.png b/xp_dirty/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/xp_dirty/img/b_tblanalyse.png differ diff --git a/xp_dirty/img/b_tblexport.png b/xp_dirty/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/xp_dirty/img/b_tblexport.png differ diff --git a/xp_dirty/img/b_tblimport.png b/xp_dirty/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/xp_dirty/img/b_tblimport.png differ diff --git a/xp_dirty/img/b_tblops.png b/xp_dirty/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/xp_dirty/img/b_tblops.png differ diff --git a/xp_dirty/img/b_tbloptimize.png b/xp_dirty/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/xp_dirty/img/b_tbloptimize.png differ diff --git a/xp_dirty/img/b_tipp.png b/xp_dirty/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/xp_dirty/img/b_tipp.png differ diff --git a/xp_dirty/img/b_unique.png b/xp_dirty/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/xp_dirty/img/b_unique.png differ diff --git a/xp_dirty/img/b_usradd.png b/xp_dirty/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/xp_dirty/img/b_usradd.png differ diff --git a/xp_dirty/img/b_usrcheck.png b/xp_dirty/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/xp_dirty/img/b_usrcheck.png differ diff --git a/xp_dirty/img/b_usrdrop.png b/xp_dirty/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/xp_dirty/img/b_usrdrop.png differ diff --git a/xp_dirty/img/b_usredit.png b/xp_dirty/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/xp_dirty/img/b_usredit.png differ diff --git a/xp_dirty/img/b_usrlist.png b/xp_dirty/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/xp_dirty/img/b_usrlist.png differ diff --git a/xp_dirty/img/b_view.png b/xp_dirty/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/xp_dirty/img/b_view.png differ diff --git a/xp_dirty/img/b_views.png b/xp_dirty/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/xp_dirty/img/b_views.png differ diff --git a/xp_dirty/img/bd_browse.png b/xp_dirty/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/xp_dirty/img/bd_browse.png differ diff --git a/xp_dirty/img/bd_empty.png b/xp_dirty/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/xp_dirty/img/bd_empty.png differ diff --git a/xp_dirty/img/bd_firstpage.png b/xp_dirty/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/xp_dirty/img/bd_firstpage.png differ diff --git a/xp_dirty/img/bd_ftext.png b/xp_dirty/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/xp_dirty/img/bd_ftext.png differ diff --git a/xp_dirty/img/bd_index.png b/xp_dirty/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/xp_dirty/img/bd_index.png differ diff --git a/xp_dirty/img/bd_lastpage.png b/xp_dirty/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/xp_dirty/img/bd_lastpage.png differ diff --git a/xp_dirty/img/bd_nextpage.png b/xp_dirty/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/xp_dirty/img/bd_nextpage.png differ diff --git a/xp_dirty/img/bd_prevpage.png b/xp_dirty/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/xp_dirty/img/bd_prevpage.png differ diff --git a/xp_dirty/img/bd_primary.png b/xp_dirty/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/xp_dirty/img/bd_primary.png differ diff --git a/xp_dirty/img/bd_sbrowse.png b/xp_dirty/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/xp_dirty/img/bd_sbrowse.png differ diff --git a/xp_dirty/img/bd_select.png b/xp_dirty/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/xp_dirty/img/bd_select.png differ diff --git a/xp_dirty/img/bd_unique.png b/xp_dirty/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/xp_dirty/img/bd_unique.png differ diff --git a/xp_dirty/img/dot_black.png b/xp_dirty/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/xp_dirty/img/dot_black.png differ diff --git a/xp_dirty/img/dot_blue.png b/xp_dirty/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/xp_dirty/img/dot_blue.png differ diff --git a/xp_dirty/img/dot_green.png b/xp_dirty/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/xp_dirty/img/dot_green.png differ diff --git a/xp_dirty/img/dot_red.png b/xp_dirty/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/xp_dirty/img/dot_red.png differ diff --git a/xp_dirty/img/dot_violet.png b/xp_dirty/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/xp_dirty/img/dot_violet.png differ diff --git a/xp_dirty/img/dot_yellow.png b/xp_dirty/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/xp_dirty/img/dot_yellow.png differ diff --git a/xp_dirty/img/frm_linevrlt.png b/xp_dirty/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/xp_dirty/img/frm_linevrlt.png differ diff --git a/xp_dirty/img/item.png b/xp_dirty/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/xp_dirty/img/item.png differ diff --git a/xp_dirty/img/item_ltr.png b/xp_dirty/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/xp_dirty/img/item_ltr.png differ diff --git a/xp_dirty/img/item_rtl.png b/xp_dirty/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/xp_dirty/img/item_rtl.png differ diff --git a/xp_dirty/img/logo_left.png b/xp_dirty/img/logo_left.png new file mode 100644 index 000000000..df8971203 Binary files /dev/null and b/xp_dirty/img/logo_left.png differ diff --git a/xp_dirty/img/logo_right.png b/xp_dirty/img/logo_right.png new file mode 100644 index 000000000..b46967f63 Binary files /dev/null and b/xp_dirty/img/logo_right.png differ diff --git a/xp_dirty/img/php_sym.png b/xp_dirty/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/xp_dirty/img/php_sym.png differ diff --git a/xp_dirty/img/pma_logo2.png b/xp_dirty/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/xp_dirty/img/pma_logo2.png differ diff --git a/xp_dirty/img/s_asc.png b/xp_dirty/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/xp_dirty/img/s_asc.png differ diff --git a/xp_dirty/img/s_asci.png b/xp_dirty/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/xp_dirty/img/s_asci.png differ diff --git a/xp_dirty/img/s_attention.png b/xp_dirty/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/xp_dirty/img/s_attention.png differ diff --git a/xp_dirty/img/s_cancel.png b/xp_dirty/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/xp_dirty/img/s_cancel.png differ diff --git a/xp_dirty/img/s_cancel2.png b/xp_dirty/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/xp_dirty/img/s_cancel2.png differ diff --git a/xp_dirty/img/s_db.png b/xp_dirty/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/xp_dirty/img/s_db.png differ diff --git a/xp_dirty/img/s_desc.png b/xp_dirty/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/xp_dirty/img/s_desc.png differ diff --git a/xp_dirty/img/s_error.png b/xp_dirty/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/xp_dirty/img/s_error.png differ diff --git a/xp_dirty/img/s_error2.png b/xp_dirty/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/xp_dirty/img/s_error2.png differ diff --git a/xp_dirty/img/s_fulltext.png b/xp_dirty/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/xp_dirty/img/s_fulltext.png differ diff --git a/xp_dirty/img/s_host.png b/xp_dirty/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/xp_dirty/img/s_host.png differ diff --git a/xp_dirty/img/s_info.png b/xp_dirty/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/xp_dirty/img/s_info.png differ diff --git a/xp_dirty/img/s_lang.png b/xp_dirty/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/xp_dirty/img/s_lang.png differ diff --git a/xp_dirty/img/s_loggoff.png b/xp_dirty/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/xp_dirty/img/s_loggoff.png differ diff --git a/xp_dirty/img/s_notice.png b/xp_dirty/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/xp_dirty/img/s_notice.png differ diff --git a/xp_dirty/img/s_okay.png b/xp_dirty/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/xp_dirty/img/s_okay.png differ diff --git a/xp_dirty/img/s_partialtext.png b/xp_dirty/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/xp_dirty/img/s_partialtext.png differ diff --git a/xp_dirty/img/s_passwd.png b/xp_dirty/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/xp_dirty/img/s_passwd.png differ diff --git a/xp_dirty/img/s_process.png b/xp_dirty/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/xp_dirty/img/s_process.png differ diff --git a/xp_dirty/img/s_really.png b/xp_dirty/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/xp_dirty/img/s_really.png differ diff --git a/xp_dirty/img/s_reload.png b/xp_dirty/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/xp_dirty/img/s_reload.png differ diff --git a/xp_dirty/img/s_rights.png b/xp_dirty/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/xp_dirty/img/s_rights.png differ diff --git a/xp_dirty/img/s_status.png b/xp_dirty/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/xp_dirty/img/s_status.png differ diff --git a/xp_dirty/img/s_tbl.png b/xp_dirty/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/xp_dirty/img/s_tbl.png differ diff --git a/xp_dirty/img/s_theme.png b/xp_dirty/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/xp_dirty/img/s_theme.png differ diff --git a/xp_dirty/img/s_vars.png b/xp_dirty/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/xp_dirty/img/s_vars.png differ diff --git a/xp_dirty/img/s_views.png b/xp_dirty/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/xp_dirty/img/s_views.png differ diff --git a/xp_dirty/img/s_warn.png b/xp_dirty/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/xp_dirty/img/s_warn.png differ diff --git a/xp_dirty/img/spacer.png b/xp_dirty/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/xp_dirty/img/spacer.png differ diff --git a/xp_dirty/img/tbl_error.png b/xp_dirty/img/tbl_error.png new file mode 100644 index 000000000..8509a7d9c Binary files /dev/null and b/xp_dirty/img/tbl_error.png differ diff --git a/xp_dirty/img/tbl_header.png b/xp_dirty/img/tbl_header.png new file mode 100644 index 000000000..7b2f8caaf Binary files /dev/null and b/xp_dirty/img/tbl_header.png differ diff --git a/xp_dirty/img/tbl_th.png b/xp_dirty/img/tbl_th.png new file mode 100644 index 000000000..2aa0eb8d0 Binary files /dev/null and b/xp_dirty/img/tbl_th.png differ diff --git a/xp_dirty/img/vertical_line.png b/xp_dirty/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/xp_dirty/img/vertical_line.png differ diff --git a/xp_dirty/info.inc.php b/xp_dirty/info.inc.php new file mode 100644 index 000000000..8626197a3 --- /dev/null +++ b/xp_dirty/info.inc.php @@ -0,0 +1,10 @@ + diff --git a/xp_dirty/layout.inc.php b/xp_dirty/layout.inc.php new file mode 100644 index 000000000..2a43b7217 --- /dev/null +++ b/xp_dirty/layout.inc.php @@ -0,0 +1,43 @@ + '#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/xp_dirty/screen.png b/xp_dirty/screen.png new file mode 100644 index 000000000..c607d3192 Binary files /dev/null and b/xp_dirty/screen.png differ diff --git a/xp_green/css/theme_left.css.php b/xp_green/css/theme_left.css.php new file mode 100644 index 000000000..212b50421 --- /dev/null +++ b/xp_green/css/theme_left.css.php @@ -0,0 +1,241 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #333333; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +.tblItem:hover{ + color: #333333; + 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: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #215dc6; + text-decoration: none; + display: block; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #333333; + text-decoration: none; +} +.tblItem:hover{ + color: #000000; + text-decoration: underline; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #333333; + text-decoration: none; + display: block; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #333333; + text-decoration: none; +} +.tblItem:hover{ + color: #000000; + text-decoration: underline; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #333333; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #333333; + text-decoration: none; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #333333; + text-decoration: none; +} +.tblItem:hover{ + color: #000000; + text-decoration: underline; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + background-color: #cbd8ac; + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +select{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + background-color: #cbd8ac; + color: #333333; + width: 150px; +} +hr{ + color: #56662d; + background-color: #cbd8ac; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/xp_green/css/theme_print.css.php b/xp_green/css/theme_print.css.php new file mode 100644 index 000000000..dc2367bfb --- /dev/null +++ b/xp_green/css/theme_print.css.php @@ -0,0 +1,42 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} + diff --git a/xp_green/css/theme_right.css.php b/xp_green/css/theme_right.css.php new file mode 100644 index 000000000..43554cbf9 --- /dev/null +++ b/xp_green/css/theme_right.css.php @@ -0,0 +1,560 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; + + background-color: #ffffff; + margin: 5px; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + text-decoration: none; + color: #56662d; + +} +a:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + text-decoration: underline; + color: #56662d; +} +th{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #000000; + background-color: #99bbf5; + + background-image: url(../themes/xp_green/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #000000; + text-decoration: underline; +} + +th a:hover{ + color: #333333; + text-decoration: none; +} +.tblcomment{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: normal; + color: #000099; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +form{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} +input.textfield{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; + /*background-color: #FFFFFF;*/ +} + +h1{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.nav:link, a.nav:visited, a.nav:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #000000; +} +a.nav:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #cc0000; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #ffffff; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #cc0000; +} +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; +} +table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} + +fieldset { + border: #c2c6d3 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Arial, Helvetica, Verdana, sans-serif; + size: 10px; + color: #c2c6d3; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; +} +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: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/xp_green/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #ffffcc; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #ffffff; +/* + +*/ + background-image: url(../themes/xp_green/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 12px;} +.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 {} + + +/* tables */ +.tblError { + border: 1px solid #ff7700; + background-color: #ffffcc; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #ffffff; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #333333; + background-color: #c2c6d3; + + background-image: url(../themes/xp_green/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #000066; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #333333; + background-color: #c2c6d3; + + background-image: url(../themes/xp_green/img/tbl_footer.png); + background-repeat: repeat-x; + background-position: bottom; + + height: 30px; +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #333333; +} +.tblHeadError { + font-weight: bold; + color: #cc0000; + background-color: #ff7700; + + background-image: url(../themes/xp_green/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; +} +div.errorhead { + font-weight: bold; + color: #cc0000; + text-align: left; + + background-image: url(../themes/xp_green/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/xp_green/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; +} +div.warnhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/xp_green/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +/* Heading for server links*/ + +.serverinfo { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: normal; + padding: 0px 0px 10px 0px; + margin: 0px; + white-space: nowrap; + vertical-align: middle; +} + +.serverinfo a:link, .serverinfo a:active, .serverinfo a:visited { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bolder; +} +.serverinfo a img{ + vertical-align: middle; + margin: 0px 1px 0px 1px; +} + +.serverinfo div{ + background-image: url(../themes/xp_green/img/item_ltr.png); + background-repeat: no-repeat; + background-position: 50% 50%; + width: 20px; + height: 16px; +} + +hr{ + color: #c2c6d3; background-color: #c2c6d3; border: 0; height: 1px; +} + +/* navigation */ +.nav{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #000000; + background-color: #c2c6d3; + + background-image: url(../themes/xp_green/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; +} + +.navSpacer{ + width: 1px; + height: 16px; + background-color: #999999; +} +.navNormal { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #000000; + background-color: #c2c6d3; + + background-image: url(../themes/xp_green/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; + padding: 2px 5px 2px 5px; +} +.navDrop { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #000000; + background-color: #ff7700; + + background-image: url(../themes/xp_green/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; + padding: 2px 5px 2px 5px; +} +.navActive { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #cc0000; + background-color: #ffffff; + + background-image: url(../themes/xp_green/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; + padding: 2px 5px 2px 5px; +} +.navNormal a:link,.navNormal a:active,.navNormal a:hover,.navNormal a:visited,.navDrop a:link,.navDrop a:active,.navDrop a:visited,.navDrop a:hover { + color: #000000; +} +.navActive a:link,.navActive a:active,.navActive a:visited,.navActive a:hover { + color: #cc0000; +} +img, input, select, button { + vertical-align: middle; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.disabled a:hover { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + + +/* some styles for IDs: */ +#buttonNo{ + color: #CC0000; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #006600; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #006600; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #000000; + border: 1px solid #000000; + padding: 5px; + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 11px; +} + diff --git a/xp_green/img/arrow_ltr.gif b/xp_green/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/xp_green/img/arrow_ltr.gif differ diff --git a/xp_green/img/arrow_ltr.png b/xp_green/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/xp_green/img/arrow_ltr.png differ diff --git a/xp_green/img/arrow_rtl.gif b/xp_green/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/xp_green/img/arrow_rtl.gif differ diff --git a/xp_green/img/arrow_rtl.png b/xp_green/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/xp_green/img/arrow_rtl.png differ diff --git a/xp_green/img/asc_order.png b/xp_green/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/xp_green/img/asc_order.png differ diff --git a/xp_green/img/b_bookmark.png b/xp_green/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/xp_green/img/b_bookmark.png differ diff --git a/xp_green/img/b_browse.png b/xp_green/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/xp_green/img/b_browse.png differ diff --git a/xp_green/img/b_calendar.png b/xp_green/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/xp_green/img/b_calendar.png differ diff --git a/xp_green/img/b_comment.png b/xp_green/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/xp_green/img/b_comment.png differ diff --git a/xp_green/img/b_dbstatistics.png b/xp_green/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/xp_green/img/b_dbstatistics.png differ diff --git a/xp_green/img/b_deltbl.png b/xp_green/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/xp_green/img/b_deltbl.png differ diff --git a/xp_green/img/b_docs.png b/xp_green/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/xp_green/img/b_docs.png differ diff --git a/xp_green/img/b_docsql.png b/xp_green/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/xp_green/img/b_docsql.png differ diff --git a/xp_green/img/b_drop.png b/xp_green/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/xp_green/img/b_drop.png differ diff --git a/xp_green/img/b_edit.png b/xp_green/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/xp_green/img/b_edit.png differ diff --git a/xp_green/img/b_empty.png b/xp_green/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/xp_green/img/b_empty.png differ diff --git a/xp_green/img/b_engine.png b/xp_green/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/xp_green/img/b_engine.png differ diff --git a/xp_green/img/b_export.png b/xp_green/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/xp_green/img/b_export.png differ diff --git a/xp_green/img/b_firstpage.png b/xp_green/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/xp_green/img/b_firstpage.png differ diff --git a/xp_green/img/b_ftext.png b/xp_green/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/xp_green/img/b_ftext.png differ diff --git a/xp_green/img/b_help.png b/xp_green/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/xp_green/img/b_help.png differ diff --git a/xp_green/img/b_home.png b/xp_green/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/xp_green/img/b_home.png differ diff --git a/xp_green/img/b_import.png b/xp_green/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/xp_green/img/b_import.png differ diff --git a/xp_green/img/b_index.png b/xp_green/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/xp_green/img/b_index.png differ diff --git a/xp_green/img/b_info.png b/xp_green/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/xp_green/img/b_info.png differ diff --git a/xp_green/img/b_insrow.png b/xp_green/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/xp_green/img/b_insrow.png differ diff --git a/xp_green/img/b_lastpage.png b/xp_green/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/xp_green/img/b_lastpage.png differ diff --git a/xp_green/img/b_minus.png b/xp_green/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/xp_green/img/b_minus.png differ diff --git a/xp_green/img/b_newdb.png b/xp_green/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/xp_green/img/b_newdb.png differ diff --git a/xp_green/img/b_newtbl.png b/xp_green/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/xp_green/img/b_newtbl.png differ diff --git a/xp_green/img/b_nextpage.png b/xp_green/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/xp_green/img/b_nextpage.png differ diff --git a/xp_green/img/b_pdfdoc.png b/xp_green/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/xp_green/img/b_pdfdoc.png differ diff --git a/xp_green/img/b_plus.png b/xp_green/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/xp_green/img/b_plus.png differ diff --git a/xp_green/img/b_prevpage.png b/xp_green/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/xp_green/img/b_prevpage.png differ diff --git a/xp_green/img/b_primary.png b/xp_green/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/xp_green/img/b_primary.png differ diff --git a/xp_green/img/b_print.png b/xp_green/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/xp_green/img/b_print.png differ diff --git a/xp_green/img/b_props.png b/xp_green/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/xp_green/img/b_props.png differ diff --git a/xp_green/img/b_relations.png b/xp_green/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/xp_green/img/b_relations.png differ diff --git a/xp_green/img/b_save.png b/xp_green/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/xp_green/img/b_save.png differ diff --git a/xp_green/img/b_sbrowse.png b/xp_green/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/xp_green/img/b_sbrowse.png differ diff --git a/xp_green/img/b_sdb.png b/xp_green/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/xp_green/img/b_sdb.png differ diff --git a/xp_green/img/b_search.png b/xp_green/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/xp_green/img/b_search.png differ diff --git a/xp_green/img/b_selboard.png b/xp_green/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/xp_green/img/b_selboard.png differ diff --git a/xp_green/img/b_select.png b/xp_green/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/xp_green/img/b_select.png differ diff --git a/xp_green/img/b_sql.png b/xp_green/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/xp_green/img/b_sql.png differ diff --git a/xp_green/img/b_sqldoc.png b/xp_green/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/xp_green/img/b_sqldoc.png differ diff --git a/xp_green/img/b_sqlhelp.png b/xp_green/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/xp_green/img/b_sqlhelp.png differ diff --git a/xp_green/img/b_tblanalyse.png b/xp_green/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/xp_green/img/b_tblanalyse.png differ diff --git a/xp_green/img/b_tblexport.png b/xp_green/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/xp_green/img/b_tblexport.png differ diff --git a/xp_green/img/b_tblimport.png b/xp_green/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/xp_green/img/b_tblimport.png differ diff --git a/xp_green/img/b_tblops.png b/xp_green/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/xp_green/img/b_tblops.png differ diff --git a/xp_green/img/b_tbloptimize.png b/xp_green/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/xp_green/img/b_tbloptimize.png differ diff --git a/xp_green/img/b_tipp.png b/xp_green/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/xp_green/img/b_tipp.png differ diff --git a/xp_green/img/b_unique.png b/xp_green/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/xp_green/img/b_unique.png differ diff --git a/xp_green/img/b_usradd.png b/xp_green/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/xp_green/img/b_usradd.png differ diff --git a/xp_green/img/b_usrcheck.png b/xp_green/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/xp_green/img/b_usrcheck.png differ diff --git a/xp_green/img/b_usrdrop.png b/xp_green/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/xp_green/img/b_usrdrop.png differ diff --git a/xp_green/img/b_usredit.png b/xp_green/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/xp_green/img/b_usredit.png differ diff --git a/xp_green/img/b_usrlist.png b/xp_green/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/xp_green/img/b_usrlist.png differ diff --git a/xp_green/img/b_view.png b/xp_green/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/xp_green/img/b_view.png differ diff --git a/xp_green/img/b_views.png b/xp_green/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/xp_green/img/b_views.png differ diff --git a/xp_green/img/bd_browse.png b/xp_green/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/xp_green/img/bd_browse.png differ diff --git a/xp_green/img/bd_deltbl.png b/xp_green/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/xp_green/img/bd_deltbl.png differ diff --git a/xp_green/img/bd_drop.png b/xp_green/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/xp_green/img/bd_drop.png differ diff --git a/xp_green/img/bd_empty.png b/xp_green/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/xp_green/img/bd_empty.png differ diff --git a/xp_green/img/bd_firstpage.png b/xp_green/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/xp_green/img/bd_firstpage.png differ diff --git a/xp_green/img/bd_ftext.png b/xp_green/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/xp_green/img/bd_ftext.png differ diff --git a/xp_green/img/bd_index.png b/xp_green/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/xp_green/img/bd_index.png differ diff --git a/xp_green/img/bd_insrow.png b/xp_green/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/xp_green/img/bd_insrow.png differ diff --git a/xp_green/img/bd_lastpage.png b/xp_green/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/xp_green/img/bd_lastpage.png differ diff --git a/xp_green/img/bd_nextpage.png b/xp_green/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/xp_green/img/bd_nextpage.png differ diff --git a/xp_green/img/bd_prevpage.png b/xp_green/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/xp_green/img/bd_prevpage.png differ diff --git a/xp_green/img/bd_primary.png b/xp_green/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/xp_green/img/bd_primary.png differ diff --git a/xp_green/img/bd_sbrowse.png b/xp_green/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/xp_green/img/bd_sbrowse.png differ diff --git a/xp_green/img/bd_select.png b/xp_green/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/xp_green/img/bd_select.png differ diff --git a/xp_green/img/bd_unique.png b/xp_green/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/xp_green/img/bd_unique.png differ diff --git a/xp_green/img/dot_black.png b/xp_green/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/xp_green/img/dot_black.png differ diff --git a/xp_green/img/dot_blue.png b/xp_green/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/xp_green/img/dot_blue.png differ diff --git a/xp_green/img/dot_green.png b/xp_green/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/xp_green/img/dot_green.png differ diff --git a/xp_green/img/dot_red.png b/xp_green/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/xp_green/img/dot_red.png differ diff --git a/xp_green/img/dot_violet.png b/xp_green/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/xp_green/img/dot_violet.png differ diff --git a/xp_green/img/dot_yellow.png b/xp_green/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/xp_green/img/dot_yellow.png differ diff --git a/xp_green/img/frm_linevrlt.png b/xp_green/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/xp_green/img/frm_linevrlt.png differ diff --git a/xp_green/img/item.png b/xp_green/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/xp_green/img/item.png differ diff --git a/xp_green/img/item_ltr.png b/xp_green/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/xp_green/img/item_ltr.png differ diff --git a/xp_green/img/item_rtl.png b/xp_green/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/xp_green/img/item_rtl.png differ diff --git a/xp_green/img/logo_left.png b/xp_green/img/logo_left.png new file mode 100644 index 000000000..4ab9bc4e7 Binary files /dev/null and b/xp_green/img/logo_left.png differ diff --git a/xp_green/img/logo_right.png b/xp_green/img/logo_right.png new file mode 100644 index 000000000..7dea574a5 Binary files /dev/null and b/xp_green/img/logo_right.png differ diff --git a/xp_green/img/php_sym.png b/xp_green/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/xp_green/img/php_sym.png differ diff --git a/xp_green/img/pma_logo2.png b/xp_green/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/xp_green/img/pma_logo2.png differ diff --git a/xp_green/img/s_asc.png b/xp_green/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/xp_green/img/s_asc.png differ diff --git a/xp_green/img/s_asci.png b/xp_green/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/xp_green/img/s_asci.png differ diff --git a/xp_green/img/s_attention.png b/xp_green/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/xp_green/img/s_attention.png differ diff --git a/xp_green/img/s_cancel.png b/xp_green/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/xp_green/img/s_cancel.png differ diff --git a/xp_green/img/s_cancel2.png b/xp_green/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/xp_green/img/s_cancel2.png differ diff --git a/xp_green/img/s_db.png b/xp_green/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/xp_green/img/s_db.png differ diff --git a/xp_green/img/s_desc.png b/xp_green/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/xp_green/img/s_desc.png differ diff --git a/xp_green/img/s_error.png b/xp_green/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/xp_green/img/s_error.png differ diff --git a/xp_green/img/s_error2.png b/xp_green/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/xp_green/img/s_error2.png differ diff --git a/xp_green/img/s_fulltext.png b/xp_green/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/xp_green/img/s_fulltext.png differ diff --git a/xp_green/img/s_host.png b/xp_green/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/xp_green/img/s_host.png differ diff --git a/xp_green/img/s_info.png b/xp_green/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/xp_green/img/s_info.png differ diff --git a/xp_green/img/s_lang.png b/xp_green/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/xp_green/img/s_lang.png differ diff --git a/xp_green/img/s_loggoff.png b/xp_green/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/xp_green/img/s_loggoff.png differ diff --git a/xp_green/img/s_notice.png b/xp_green/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/xp_green/img/s_notice.png differ diff --git a/xp_green/img/s_okay.png b/xp_green/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/xp_green/img/s_okay.png differ diff --git a/xp_green/img/s_partialtext.png b/xp_green/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/xp_green/img/s_partialtext.png differ diff --git a/xp_green/img/s_passwd.png b/xp_green/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/xp_green/img/s_passwd.png differ diff --git a/xp_green/img/s_process.png b/xp_green/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/xp_green/img/s_process.png differ diff --git a/xp_green/img/s_really.png b/xp_green/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/xp_green/img/s_really.png differ diff --git a/xp_green/img/s_reload.png b/xp_green/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/xp_green/img/s_reload.png differ diff --git a/xp_green/img/s_rights.png b/xp_green/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/xp_green/img/s_rights.png differ diff --git a/xp_green/img/s_status.png b/xp_green/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/xp_green/img/s_status.png differ diff --git a/xp_green/img/s_tbl.png b/xp_green/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/xp_green/img/s_tbl.png differ diff --git a/xp_green/img/s_theme.png b/xp_green/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/xp_green/img/s_theme.png differ diff --git a/xp_green/img/s_vars.png b/xp_green/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/xp_green/img/s_vars.png differ diff --git a/xp_green/img/s_views.png b/xp_green/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/xp_green/img/s_views.png differ diff --git a/xp_green/img/s_warn.png b/xp_green/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/xp_green/img/s_warn.png differ diff --git a/xp_green/img/spacer.png b/xp_green/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/xp_green/img/spacer.png differ diff --git a/xp_green/img/tbl_error.png b/xp_green/img/tbl_error.png new file mode 100644 index 000000000..24cd3b5f4 Binary files /dev/null and b/xp_green/img/tbl_error.png differ diff --git a/xp_green/img/tbl_footer.png b/xp_green/img/tbl_footer.png new file mode 100644 index 000000000..12f9757db Binary files /dev/null and b/xp_green/img/tbl_footer.png differ diff --git a/xp_green/img/tbl_header.png b/xp_green/img/tbl_header.png new file mode 100644 index 000000000..65e0cb7aa Binary files /dev/null and b/xp_green/img/tbl_header.png differ diff --git a/xp_green/img/tbl_th.png b/xp_green/img/tbl_th.png new file mode 100644 index 000000000..2518e50f1 Binary files /dev/null and b/xp_green/img/tbl_th.png differ diff --git a/xp_green/img/vertical_line.png b/xp_green/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/xp_green/img/vertical_line.png differ diff --git a/xp_green/info.inc.php b/xp_green/info.inc.php new file mode 100644 index 000000000..84550935c --- /dev/null +++ b/xp_green/info.inc.php @@ -0,0 +1,10 @@ + diff --git a/xp_green/layout.inc.php b/xp_green/layout.inc.php new file mode 100644 index 000000000..016b6c05c --- /dev/null +++ b/xp_green/layout.inc.php @@ -0,0 +1,43 @@ + '#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/xp_green/screen.png b/xp_green/screen.png new file mode 100644 index 000000000..862b2e7f8 Binary files /dev/null and b/xp_green/screen.png differ diff --git a/xp_silver/css/theme_left.css.php b/xp_silver/css/theme_left.css.php new file mode 100644 index 000000000..daf6e8780 --- /dev/null +++ b/xp_silver/css/theme_left.css.php @@ -0,0 +1,241 @@ +/************************************************************************************ + * LEFT FRAME + ************************************************************************************/ + + /** + * Add styles for positioned layers + **/ +/* + +*/ +/* No layer effects neccessary */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #333333; + text-decoration: none; +} +.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +.tblItem:hover{ + color: #333333; + 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: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #215dc6; + text-decoration: none; + display: block; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #333333; + text-decoration: none; +} +.tblItem:hover{ + color: #000000; + text-decoration: underline; +} +/* + +*/ +/* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +/* + +*/ +/* Additional effects for IE4 */ +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #333333; + text-decoration: none; + display: block; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; + display: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #333333; + text-decoration: none; +} +.tblItem:hover{ + color: #000000; + text-decoration: underline; +} +/* + + +*/ +/* Additional effects for NON-IE4 */ +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #333333; + text-decoration: none; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + position: absolute; /* don't edit! */ + visibility: hidden; /* don't edit! */ +} +.item, .tblItem{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +/* + +*/ +/* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ +div{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.heada{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.headaCnt{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.parent{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #333333; + text-decoration: none; +} +.child{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +.item, .item:active, .item:hover, .tblItem, .tblItem:active{ + font-size: 12px; + color: #333333; + text-decoration: none; +} +.tblItem:hover{ + color: #000000; + text-decoration: underline; +} +/* + +*/ +/* Always enabled stylesheets (left frame) */ +body{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + background-color: #c2c6d3; + margin: 0px; + padding: 2px 2px 2px 2px; +} +input{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +select{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + background-color: #c2c6d3; + color: #333333; + width: 150px; +} +hr{ + color: #333333; + background-color: #c2c6d3; + border: 0; + height: 1px; +} +img, input, select, button { + vertical-align: middle; +} diff --git a/xp_silver/css/theme_print.css.php b/xp_silver/css/theme_print.css.php new file mode 100644 index 000000000..dc2367bfb --- /dev/null +++ b/xp_silver/css/theme_print.css.php @@ -0,0 +1,42 @@ +/* For printview */ +body{ + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; +} +h1{ + font-family: Verdana, Arial, Helvetica, 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, Helvetica, 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, Helvetica, sans-serif; + font-size: 10px; + color: #000000; + background-color: #ffffff; + border-width: 1px; + border-color: #000000; + border-style: solid; + padding: 2px; +} + diff --git a/xp_silver/css/theme_right.css.php b/xp_silver/css/theme_right.css.php new file mode 100644 index 000000000..b11e99cf9 --- /dev/null +++ b/xp_silver/css/theme_right.css.php @@ -0,0 +1,560 @@ +/************************************************************************************ + * RIGHT FRAME + ************************************************************************************/ +/* Always enabled stylesheets (right frame) */ +body{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; + + background-color: #ffffff; + margin: 5px; +} + +pre, tt, code{ + font-size: 11px; +} +a:link, a:visited, a:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + text-decoration: none; + color: #cc0000; + +} +a:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + text-decoration: underline; + color: #cc0000; +} +th{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #000000; + background-color: #99bbf5; + + background-image: url(../themes/xp_silver/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 18px; +} +th a:link, th a:active, th a:visited{ + color: #000000; + text-decoration: underline; +} + +th a:hover{ + color: #333333; + text-decoration: none; +} +.tblcomment{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: normal; + color: #000099; +} +th.td{ + font-weight: normal; + color: transparent; + background-color: transparent; + background-image: none; + +} +td{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +form{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; +} +select, textarea, input { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; +} +select, textarea{ + color: #000000; + background-color: #FFFFFF; +} +input.textfield{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #000000; + /*background-color: #FFFFFF;*/ +} + +h1{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; +} +h2{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; +} +h3{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; +} +a.nav:link, a.nav:visited, a.nav:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #000000; +} +a.nav:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #cc0000; +} +a.h1:link, a.h1:active, a.h1:visited{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; + color: #000000; +} +a.h1:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 18px; + font-weight: bold; + color: #cc0000; +} +a.h2:link, a.h2:active, a.h2:visited{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; + color: #000000; +} +a.h2:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 13px; + font-weight: bold; + color: #cc0000; +} +a.drop:link, a.drop:visited, a.drop:active{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #cc0000; +} +a.drop:hover{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #ffffff; + background-color: #cc0000; + text-decoration: none; +} +dfn{ + font-style: normal; +} +dfn:hover{ + font-style: normal; + cursor: help; +} +.warning{ + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #cc0000; +} +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; +} +table.tabs { + border-top: none; + border-right: none; + border-left: none; + border-bottom: 1px solid #666; +} + +fieldset { + border: #c2c6d3 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} +legend { + font-family: Arial, Helvetica, Verdana, sans-serif; + size: 10px; + color: #c2c6d3; + font-weight: bold; + background-color: #ffffff; + padding: 2px 2px 2px 2px; +} +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: #ff9900; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 11px; + border: 1px dashed #000000; +} + +/* Warning showing div with right border and optional icon */ + +div.warning { + border: 1px solid #cc0000; +/* + +*/ + background-image: url(../themes/xp_silver/img/s_warn.png); + background-repeat: no-repeat; + background-position: 10px 10px; + padding: 10px 10px 10px 36px; + margin: 0px; +/* + +*/ + width: 90%; +} + +div.error { + width: 100%; + border: 1px solid #cc0000; + background-color: #ffffcc; + padding: 0px; +} + +div.error div.text { + padding: 5px; +} + +div.error div.head { + background-color: #cc0000; + font-weight: bold; + color: #ffffff; +/* + +*/ + background-image: url(../themes/xp_silver/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 30px; +/* + +*/ + margin: 0px; +} +.print{font-family:arial;font-size:8pt;} + +/* MySQL Parser */ +.syntax {font-family: sans-serif; font-size: 12px;} +.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 {} + + +/* tables */ +.tblError { + border: 1px solid #ff7700; + background-color: #ffffcc; +} +.tblWarn, div.tblWarn { + border: 1px solid #cc0000; + background-color: #ffffff; +} +div.tblWarn { + padding: 5px 5px 5px 5px; + margin: 2px 0px 2px 0px; + width: 100%; +} +.tblHeaders{ + font-weight: bold; + color: #333333; + background-color: #c2c6d3; + + background-image: url(../themes/xp_silver/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; +} +.tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ + color: #000066; + text-decoration: underline; +} +.tblFooters{ + font-weight: normal; + color: #333333; + background-color: #c2c6d3; + + background-image: url(../themes/xp_silver/img/tbl_footer.png); + background-repeat: repeat-x; + background-position: bottom; + + height: 30px; +} +.tblHeaders a:hover, tblFooters a:hover{ + text-decoration: none; + color: #333333; +} +.tblHeadError { + font-weight: bold; + color: #cc0000; + background-color: #ff7700; + + background-image: url(../themes/xp_silver/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; +} +div.errorhead { + font-weight: bold; + color: #cc0000; + text-align: left; + + background-image: url(../themes/xp_silver/img/s_error.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +.tblHeadWarn { + background-color: #ffcc00; + font-weight: bold; + color: #000000; + + background-image: url(../themes/xp_silver/img/tbl_th.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; +} +div.warnhead { + font-weight: bold; + color: #ffffff; + text-align: left; + + background-image: url(../themes/xp_silver/img/s_warn.png); + background-repeat: no-repeat; + background-position: 2px 50%; + padding: 2px 2px 2px 20px; + + margin: 0px; +} + +/* forbidden, no privilegs */ +.noPrivileges{ + color: #cc0000; + font-weight: bold; +} + +/* Heading for server links*/ + +.serverinfo { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: normal; + padding: 0px 0px 10px 0px; + margin: 0px; + white-space: nowrap; + vertical-align: middle; +} + +.serverinfo a:link, .serverinfo a:active, .serverinfo a:visited { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bolder; +} +.serverinfo a img{ + vertical-align: middle; + margin: 0px 1px 0px 1px; +} + +.serverinfo div{ + background-image: url(../themes/xp_silver/img/item_ltr.png); + background-repeat: no-repeat; + background-position: 50% 50%; + width: 20px; + height: 16px; +} + +hr{ + color: #c2c6d3; background-color: #c2c6d3; border: 0; height: 1px; +} + +/* navigation */ +.nav{ + font-family: Arial, Helvetica, Verdana, sans-serif; + color: #000000; + background-color: #c2c6d3; + + background-image: url(../themes/xp_silver/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; +} + +.navSpacer{ + width: 1px; + height: 16px; + background-color: #999999; +} +.navNormal { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #000000; + background-color: #c2c6d3; + + background-image: url(../themes/xp_silver/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; + padding: 2px 5px 2px 5px; +} +.navDrop { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #000000; + background-color: #ff7700; + + background-image: url(../themes/xp_silver/img/tbl_error.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; + padding: 2px 5px 2px 5px; +} +.navActive { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + font-weight: bold; + color: #cc0000; + background-color: #ffffff; + + background-image: url(../themes/xp_silver/img/tbl_header.png); + background-repeat: repeat-x; + background-position: top; + + height: 30px; + padding: 2px 5px 2px 5px; +} +.navNormal a:link,.navNormal a:active,.navNormal a:hover,.navNormal a:visited,.navDrop a:link,.navDrop a:active,.navDrop a:visited,.navDrop a:hover { + color: #000000; +} +.navActive a:link,.navActive a:active,.navActive a:visited,.navActive a:hover { + color: #cc0000; +} +img, input, select, button { + vertical-align: middle; +} + +/* disabled text */ +.disabled, .disabled a:link, disabled a:active, .disabled a:visited { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; +} +.disabled a:hover { + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 12px; + color: #333333; + text-decoration: none; +} +td.disabled { + background-color: #cccccc; +} + + +/* some styles for IDs: */ +#buttonNo{ + color: #CC0000; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonYes{ + color: #006600; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} +#buttonGo{ + color: #006600; + font-size: 12px; + font-weight: bold; + padding: 0px 10px 0px 10px; +} + +#listTable{ + width: 260px; +} + +#textSqlquery{ + width: 450px; +} +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 11px; +} + + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 250px; + height: 50px; + overflow: auto; + visibility: hidden; + background-color: #ffffcc; + color: #000000; + border: 1px solid #000000; + padding: 5px; + font-family: Arial, Helvetica, Verdana, sans-serif; + font-size: 11px; +} + diff --git a/xp_silver/img/arrow_ltr.gif b/xp_silver/img/arrow_ltr.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/xp_silver/img/arrow_ltr.gif differ diff --git a/xp_silver/img/arrow_ltr.png b/xp_silver/img/arrow_ltr.png new file mode 100644 index 000000000..8cdb8ca17 Binary files /dev/null and b/xp_silver/img/arrow_ltr.png differ diff --git a/xp_silver/img/arrow_rtl.gif b/xp_silver/img/arrow_rtl.gif new file mode 100644 index 000000000..f4ad5c58f Binary files /dev/null and b/xp_silver/img/arrow_rtl.gif differ diff --git a/xp_silver/img/arrow_rtl.png b/xp_silver/img/arrow_rtl.png new file mode 100644 index 000000000..6b70c4eb7 Binary files /dev/null and b/xp_silver/img/arrow_rtl.png differ diff --git a/xp_silver/img/asc_order.png b/xp_silver/img/asc_order.png new file mode 100644 index 000000000..59cb2cb65 Binary files /dev/null and b/xp_silver/img/asc_order.png differ diff --git a/xp_silver/img/b_bookmark.png b/xp_silver/img/b_bookmark.png new file mode 100644 index 000000000..5fa332089 Binary files /dev/null and b/xp_silver/img/b_bookmark.png differ diff --git a/xp_silver/img/b_browse.png b/xp_silver/img/b_browse.png new file mode 100644 index 000000000..744cfcd68 Binary files /dev/null and b/xp_silver/img/b_browse.png differ diff --git a/xp_silver/img/b_calendar.png b/xp_silver/img/b_calendar.png new file mode 100644 index 000000000..90829a353 Binary files /dev/null and b/xp_silver/img/b_calendar.png differ diff --git a/xp_silver/img/b_comment.png b/xp_silver/img/b_comment.png new file mode 100644 index 000000000..6f6da0c83 Binary files /dev/null and b/xp_silver/img/b_comment.png differ diff --git a/xp_silver/img/b_dbstatistics.png b/xp_silver/img/b_dbstatistics.png new file mode 100644 index 000000000..b04e813b0 Binary files /dev/null and b/xp_silver/img/b_dbstatistics.png differ diff --git a/xp_silver/img/b_deltbl.png b/xp_silver/img/b_deltbl.png new file mode 100644 index 000000000..1c450fad6 Binary files /dev/null and b/xp_silver/img/b_deltbl.png differ diff --git a/xp_silver/img/b_docs.png b/xp_silver/img/b_docs.png new file mode 100644 index 000000000..4654c06fb Binary files /dev/null and b/xp_silver/img/b_docs.png differ diff --git a/xp_silver/img/b_docsql.png b/xp_silver/img/b_docsql.png new file mode 100644 index 000000000..badb78d1c Binary files /dev/null and b/xp_silver/img/b_docsql.png differ diff --git a/xp_silver/img/b_drop.png b/xp_silver/img/b_drop.png new file mode 100644 index 000000000..6fc4d3b20 Binary files /dev/null and b/xp_silver/img/b_drop.png differ diff --git a/xp_silver/img/b_edit.png b/xp_silver/img/b_edit.png new file mode 100644 index 000000000..05711a094 Binary files /dev/null and b/xp_silver/img/b_edit.png differ diff --git a/xp_silver/img/b_empty.png b/xp_silver/img/b_empty.png new file mode 100644 index 000000000..b4c30f951 Binary files /dev/null and b/xp_silver/img/b_empty.png differ diff --git a/xp_silver/img/b_engine.png b/xp_silver/img/b_engine.png new file mode 100644 index 000000000..d47891835 Binary files /dev/null and b/xp_silver/img/b_engine.png differ diff --git a/xp_silver/img/b_export.png b/xp_silver/img/b_export.png new file mode 100644 index 000000000..03c136996 Binary files /dev/null and b/xp_silver/img/b_export.png differ diff --git a/xp_silver/img/b_firstpage.png b/xp_silver/img/b_firstpage.png new file mode 100644 index 000000000..d172f4ec9 Binary files /dev/null and b/xp_silver/img/b_firstpage.png differ diff --git a/xp_silver/img/b_ftext.png b/xp_silver/img/b_ftext.png new file mode 100644 index 000000000..9247c3104 Binary files /dev/null and b/xp_silver/img/b_ftext.png differ diff --git a/xp_silver/img/b_help.png b/xp_silver/img/b_help.png new file mode 100644 index 000000000..82a55ce37 Binary files /dev/null and b/xp_silver/img/b_help.png differ diff --git a/xp_silver/img/b_home.png b/xp_silver/img/b_home.png new file mode 100644 index 000000000..74e711b91 Binary files /dev/null and b/xp_silver/img/b_home.png differ diff --git a/xp_silver/img/b_import.png b/xp_silver/img/b_import.png new file mode 100644 index 000000000..6f8c8611f Binary files /dev/null and b/xp_silver/img/b_import.png differ diff --git a/xp_silver/img/b_index.png b/xp_silver/img/b_index.png new file mode 100644 index 000000000..8f7373cbd Binary files /dev/null and b/xp_silver/img/b_index.png differ diff --git a/xp_silver/img/b_info.png b/xp_silver/img/b_info.png new file mode 100644 index 000000000..09be19382 Binary files /dev/null and b/xp_silver/img/b_info.png differ diff --git a/xp_silver/img/b_insrow.png b/xp_silver/img/b_insrow.png new file mode 100644 index 000000000..3913b4a65 Binary files /dev/null and b/xp_silver/img/b_insrow.png differ diff --git a/xp_silver/img/b_lastpage.png b/xp_silver/img/b_lastpage.png new file mode 100644 index 000000000..c3ca09654 Binary files /dev/null and b/xp_silver/img/b_lastpage.png differ diff --git a/xp_silver/img/b_minus.png b/xp_silver/img/b_minus.png new file mode 100644 index 000000000..bd87ad586 Binary files /dev/null and b/xp_silver/img/b_minus.png differ diff --git a/xp_silver/img/b_newdb.png b/xp_silver/img/b_newdb.png new file mode 100644 index 000000000..6b27550de Binary files /dev/null and b/xp_silver/img/b_newdb.png differ diff --git a/xp_silver/img/b_newtbl.png b/xp_silver/img/b_newtbl.png new file mode 100644 index 000000000..5b163990f Binary files /dev/null and b/xp_silver/img/b_newtbl.png differ diff --git a/xp_silver/img/b_nextpage.png b/xp_silver/img/b_nextpage.png new file mode 100644 index 000000000..57482d359 Binary files /dev/null and b/xp_silver/img/b_nextpage.png differ diff --git a/xp_silver/img/b_pdfdoc.png b/xp_silver/img/b_pdfdoc.png new file mode 100644 index 000000000..281bdf1b6 Binary files /dev/null and b/xp_silver/img/b_pdfdoc.png differ diff --git a/xp_silver/img/b_plus.png b/xp_silver/img/b_plus.png new file mode 100644 index 000000000..84b1d688d Binary files /dev/null and b/xp_silver/img/b_plus.png differ diff --git a/xp_silver/img/b_prevpage.png b/xp_silver/img/b_prevpage.png new file mode 100644 index 000000000..51d47a401 Binary files /dev/null and b/xp_silver/img/b_prevpage.png differ diff --git a/xp_silver/img/b_primary.png b/xp_silver/img/b_primary.png new file mode 100644 index 000000000..7dcef3332 Binary files /dev/null and b/xp_silver/img/b_primary.png differ diff --git a/xp_silver/img/b_print.png b/xp_silver/img/b_print.png new file mode 100644 index 000000000..0f259ebf9 Binary files /dev/null and b/xp_silver/img/b_print.png differ diff --git a/xp_silver/img/b_props.png b/xp_silver/img/b_props.png new file mode 100644 index 000000000..9799eaff2 Binary files /dev/null and b/xp_silver/img/b_props.png differ diff --git a/xp_silver/img/b_relations.png b/xp_silver/img/b_relations.png new file mode 100644 index 000000000..265510c11 Binary files /dev/null and b/xp_silver/img/b_relations.png differ diff --git a/xp_silver/img/b_save.png b/xp_silver/img/b_save.png new file mode 100644 index 000000000..b89b1c0e6 Binary files /dev/null and b/xp_silver/img/b_save.png differ diff --git a/xp_silver/img/b_sbrowse.png b/xp_silver/img/b_sbrowse.png new file mode 100644 index 000000000..4dc16720c Binary files /dev/null and b/xp_silver/img/b_sbrowse.png differ diff --git a/xp_silver/img/b_sdb.png b/xp_silver/img/b_sdb.png new file mode 100644 index 000000000..3d3c3a7ba Binary files /dev/null and b/xp_silver/img/b_sdb.png differ diff --git a/xp_silver/img/b_search.png b/xp_silver/img/b_search.png new file mode 100644 index 000000000..24e1ec626 Binary files /dev/null and b/xp_silver/img/b_search.png differ diff --git a/xp_silver/img/b_selboard.png b/xp_silver/img/b_selboard.png new file mode 100644 index 000000000..3fa6e3dbd Binary files /dev/null and b/xp_silver/img/b_selboard.png differ diff --git a/xp_silver/img/b_select.png b/xp_silver/img/b_select.png new file mode 100644 index 000000000..fcb646a7a Binary files /dev/null and b/xp_silver/img/b_select.png differ diff --git a/xp_silver/img/b_sql.png b/xp_silver/img/b_sql.png new file mode 100644 index 000000000..604e35e6b Binary files /dev/null and b/xp_silver/img/b_sql.png differ diff --git a/xp_silver/img/b_sqldoc.png b/xp_silver/img/b_sqldoc.png new file mode 100644 index 000000000..1d023b491 Binary files /dev/null and b/xp_silver/img/b_sqldoc.png differ diff --git a/xp_silver/img/b_sqlhelp.png b/xp_silver/img/b_sqlhelp.png new file mode 100644 index 000000000..ec85f83d3 Binary files /dev/null and b/xp_silver/img/b_sqlhelp.png differ diff --git a/xp_silver/img/b_tblanalyse.png b/xp_silver/img/b_tblanalyse.png new file mode 100644 index 000000000..789013460 Binary files /dev/null and b/xp_silver/img/b_tblanalyse.png differ diff --git a/xp_silver/img/b_tblexport.png b/xp_silver/img/b_tblexport.png new file mode 100644 index 000000000..ffdfa09b9 Binary files /dev/null and b/xp_silver/img/b_tblexport.png differ diff --git a/xp_silver/img/b_tblimport.png b/xp_silver/img/b_tblimport.png new file mode 100644 index 000000000..eccb7d5ab Binary files /dev/null and b/xp_silver/img/b_tblimport.png differ diff --git a/xp_silver/img/b_tblops.png b/xp_silver/img/b_tblops.png new file mode 100644 index 000000000..a3774e559 Binary files /dev/null and b/xp_silver/img/b_tblops.png differ diff --git a/xp_silver/img/b_tbloptimize.png b/xp_silver/img/b_tbloptimize.png new file mode 100644 index 000000000..9a239e2f7 Binary files /dev/null and b/xp_silver/img/b_tbloptimize.png differ diff --git a/xp_silver/img/b_tipp.png b/xp_silver/img/b_tipp.png new file mode 100644 index 000000000..2faf5abea Binary files /dev/null and b/xp_silver/img/b_tipp.png differ diff --git a/xp_silver/img/b_unique.png b/xp_silver/img/b_unique.png new file mode 100644 index 000000000..b949f4b33 Binary files /dev/null and b/xp_silver/img/b_unique.png differ diff --git a/xp_silver/img/b_usradd.png b/xp_silver/img/b_usradd.png new file mode 100644 index 000000000..fe03e8bd2 Binary files /dev/null and b/xp_silver/img/b_usradd.png differ diff --git a/xp_silver/img/b_usrcheck.png b/xp_silver/img/b_usrcheck.png new file mode 100644 index 000000000..424538bf6 Binary files /dev/null and b/xp_silver/img/b_usrcheck.png differ diff --git a/xp_silver/img/b_usrdrop.png b/xp_silver/img/b_usrdrop.png new file mode 100644 index 000000000..9d1eee5fd Binary files /dev/null and b/xp_silver/img/b_usrdrop.png differ diff --git a/xp_silver/img/b_usredit.png b/xp_silver/img/b_usredit.png new file mode 100644 index 000000000..41c803daf Binary files /dev/null and b/xp_silver/img/b_usredit.png differ diff --git a/xp_silver/img/b_usrlist.png b/xp_silver/img/b_usrlist.png new file mode 100644 index 000000000..85b5df099 Binary files /dev/null and b/xp_silver/img/b_usrlist.png differ diff --git a/xp_silver/img/b_view.png b/xp_silver/img/b_view.png new file mode 100644 index 000000000..c987bbb7d Binary files /dev/null and b/xp_silver/img/b_view.png differ diff --git a/xp_silver/img/b_views.png b/xp_silver/img/b_views.png new file mode 100644 index 000000000..4736603a5 Binary files /dev/null and b/xp_silver/img/b_views.png differ diff --git a/xp_silver/img/bd_browse.png b/xp_silver/img/bd_browse.png new file mode 100644 index 000000000..90e3e780f Binary files /dev/null and b/xp_silver/img/bd_browse.png differ diff --git a/xp_silver/img/bd_deltbl.png b/xp_silver/img/bd_deltbl.png new file mode 100644 index 000000000..77995e452 Binary files /dev/null and b/xp_silver/img/bd_deltbl.png differ diff --git a/xp_silver/img/bd_drop.png b/xp_silver/img/bd_drop.png new file mode 100644 index 000000000..15c70d676 Binary files /dev/null and b/xp_silver/img/bd_drop.png differ diff --git a/xp_silver/img/bd_empty.png b/xp_silver/img/bd_empty.png new file mode 100644 index 000000000..546b7d00a Binary files /dev/null and b/xp_silver/img/bd_empty.png differ diff --git a/xp_silver/img/bd_firstpage.png b/xp_silver/img/bd_firstpage.png new file mode 100644 index 000000000..cd2ae4e61 Binary files /dev/null and b/xp_silver/img/bd_firstpage.png differ diff --git a/xp_silver/img/bd_ftext.png b/xp_silver/img/bd_ftext.png new file mode 100644 index 000000000..0082469c3 Binary files /dev/null and b/xp_silver/img/bd_ftext.png differ diff --git a/xp_silver/img/bd_index.png b/xp_silver/img/bd_index.png new file mode 100644 index 000000000..11101c931 Binary files /dev/null and b/xp_silver/img/bd_index.png differ diff --git a/xp_silver/img/bd_insrow.png b/xp_silver/img/bd_insrow.png new file mode 100644 index 000000000..d3c9b7b0b Binary files /dev/null and b/xp_silver/img/bd_insrow.png differ diff --git a/xp_silver/img/bd_lastpage.png b/xp_silver/img/bd_lastpage.png new file mode 100644 index 000000000..64c191067 Binary files /dev/null and b/xp_silver/img/bd_lastpage.png differ diff --git a/xp_silver/img/bd_nextpage.png b/xp_silver/img/bd_nextpage.png new file mode 100644 index 000000000..528fc6abb Binary files /dev/null and b/xp_silver/img/bd_nextpage.png differ diff --git a/xp_silver/img/bd_prevpage.png b/xp_silver/img/bd_prevpage.png new file mode 100644 index 000000000..d78bed932 Binary files /dev/null and b/xp_silver/img/bd_prevpage.png differ diff --git a/xp_silver/img/bd_primary.png b/xp_silver/img/bd_primary.png new file mode 100644 index 000000000..6b0b51993 Binary files /dev/null and b/xp_silver/img/bd_primary.png differ diff --git a/xp_silver/img/bd_sbrowse.png b/xp_silver/img/bd_sbrowse.png new file mode 100644 index 000000000..b75de1a05 Binary files /dev/null and b/xp_silver/img/bd_sbrowse.png differ diff --git a/xp_silver/img/bd_select.png b/xp_silver/img/bd_select.png new file mode 100644 index 000000000..d15b24a74 Binary files /dev/null and b/xp_silver/img/bd_select.png differ diff --git a/xp_silver/img/bd_unique.png b/xp_silver/img/bd_unique.png new file mode 100644 index 000000000..6c29dd565 Binary files /dev/null and b/xp_silver/img/bd_unique.png differ diff --git a/xp_silver/img/dot_black.png b/xp_silver/img/dot_black.png new file mode 100644 index 000000000..ef44ae5ef Binary files /dev/null and b/xp_silver/img/dot_black.png differ diff --git a/xp_silver/img/dot_blue.png b/xp_silver/img/dot_blue.png new file mode 100644 index 000000000..1577a4668 Binary files /dev/null and b/xp_silver/img/dot_blue.png differ diff --git a/xp_silver/img/dot_green.png b/xp_silver/img/dot_green.png new file mode 100644 index 000000000..69d175636 Binary files /dev/null and b/xp_silver/img/dot_green.png differ diff --git a/xp_silver/img/dot_red.png b/xp_silver/img/dot_red.png new file mode 100644 index 000000000..029fedc92 Binary files /dev/null and b/xp_silver/img/dot_red.png differ diff --git a/xp_silver/img/dot_violet.png b/xp_silver/img/dot_violet.png new file mode 100644 index 000000000..7823fa6ce Binary files /dev/null and b/xp_silver/img/dot_violet.png differ diff --git a/xp_silver/img/dot_yellow.png b/xp_silver/img/dot_yellow.png new file mode 100644 index 000000000..78598fcf0 Binary files /dev/null and b/xp_silver/img/dot_yellow.png differ diff --git a/xp_silver/img/frm_linevrlt.png b/xp_silver/img/frm_linevrlt.png new file mode 100644 index 000000000..5a3cb83a3 Binary files /dev/null and b/xp_silver/img/frm_linevrlt.png differ diff --git a/xp_silver/img/item.png b/xp_silver/img/item.png new file mode 100644 index 000000000..46872bf35 Binary files /dev/null and b/xp_silver/img/item.png differ diff --git a/xp_silver/img/item_ltr.png b/xp_silver/img/item_ltr.png new file mode 100644 index 000000000..35b4945c9 Binary files /dev/null and b/xp_silver/img/item_ltr.png differ diff --git a/xp_silver/img/item_rtl.png b/xp_silver/img/item_rtl.png new file mode 100644 index 000000000..dc6663d34 Binary files /dev/null and b/xp_silver/img/item_rtl.png differ diff --git a/xp_silver/img/logo_left.png b/xp_silver/img/logo_left.png new file mode 100644 index 000000000..d4f5049e5 Binary files /dev/null and b/xp_silver/img/logo_left.png differ diff --git a/xp_silver/img/logo_right.png b/xp_silver/img/logo_right.png new file mode 100644 index 000000000..7dea574a5 Binary files /dev/null and b/xp_silver/img/logo_right.png differ diff --git a/xp_silver/img/php_sym.png b/xp_silver/img/php_sym.png new file mode 100644 index 000000000..d66010f4c Binary files /dev/null and b/xp_silver/img/php_sym.png differ diff --git a/xp_silver/img/pma_logo2.png b/xp_silver/img/pma_logo2.png new file mode 100644 index 000000000..7f80d0965 Binary files /dev/null and b/xp_silver/img/pma_logo2.png differ diff --git a/xp_silver/img/s_asc.png b/xp_silver/img/s_asc.png new file mode 100644 index 000000000..9990376f5 Binary files /dev/null and b/xp_silver/img/s_asc.png differ diff --git a/xp_silver/img/s_asci.png b/xp_silver/img/s_asci.png new file mode 100644 index 000000000..6b7302f75 Binary files /dev/null and b/xp_silver/img/s_asci.png differ diff --git a/xp_silver/img/s_attention.png b/xp_silver/img/s_attention.png new file mode 100644 index 000000000..69131c014 Binary files /dev/null and b/xp_silver/img/s_attention.png differ diff --git a/xp_silver/img/s_cancel.png b/xp_silver/img/s_cancel.png new file mode 100644 index 000000000..a533c34dd Binary files /dev/null and b/xp_silver/img/s_cancel.png differ diff --git a/xp_silver/img/s_cancel2.png b/xp_silver/img/s_cancel2.png new file mode 100644 index 000000000..7911f69c8 Binary files /dev/null and b/xp_silver/img/s_cancel2.png differ diff --git a/xp_silver/img/s_db.png b/xp_silver/img/s_db.png new file mode 100644 index 000000000..7a79edde9 Binary files /dev/null and b/xp_silver/img/s_db.png differ diff --git a/xp_silver/img/s_desc.png b/xp_silver/img/s_desc.png new file mode 100644 index 000000000..a03226d9b Binary files /dev/null and b/xp_silver/img/s_desc.png differ diff --git a/xp_silver/img/s_error.png b/xp_silver/img/s_error.png new file mode 100644 index 000000000..4e5ba1327 Binary files /dev/null and b/xp_silver/img/s_error.png differ diff --git a/xp_silver/img/s_error2.png b/xp_silver/img/s_error2.png new file mode 100644 index 000000000..d9a78a710 Binary files /dev/null and b/xp_silver/img/s_error2.png differ diff --git a/xp_silver/img/s_fulltext.png b/xp_silver/img/s_fulltext.png new file mode 100644 index 000000000..291d22300 Binary files /dev/null and b/xp_silver/img/s_fulltext.png differ diff --git a/xp_silver/img/s_host.png b/xp_silver/img/s_host.png new file mode 100644 index 000000000..afc321def Binary files /dev/null and b/xp_silver/img/s_host.png differ diff --git a/xp_silver/img/s_info.png b/xp_silver/img/s_info.png new file mode 100644 index 000000000..0d3cbb662 Binary files /dev/null and b/xp_silver/img/s_info.png differ diff --git a/xp_silver/img/s_lang.png b/xp_silver/img/s_lang.png new file mode 100644 index 000000000..8b2330cf0 Binary files /dev/null and b/xp_silver/img/s_lang.png differ diff --git a/xp_silver/img/s_loggoff.png b/xp_silver/img/s_loggoff.png new file mode 100644 index 000000000..b4b4dcaff Binary files /dev/null and b/xp_silver/img/s_loggoff.png differ diff --git a/xp_silver/img/s_notice.png b/xp_silver/img/s_notice.png new file mode 100644 index 000000000..f581829e8 Binary files /dev/null and b/xp_silver/img/s_notice.png differ diff --git a/xp_silver/img/s_okay.png b/xp_silver/img/s_okay.png new file mode 100644 index 000000000..99a0d05d5 Binary files /dev/null and b/xp_silver/img/s_okay.png differ diff --git a/xp_silver/img/s_partialtext.png b/xp_silver/img/s_partialtext.png new file mode 100644 index 000000000..2c88fce53 Binary files /dev/null and b/xp_silver/img/s_partialtext.png differ diff --git a/xp_silver/img/s_passwd.png b/xp_silver/img/s_passwd.png new file mode 100644 index 000000000..2494664e0 Binary files /dev/null and b/xp_silver/img/s_passwd.png differ diff --git a/xp_silver/img/s_process.png b/xp_silver/img/s_process.png new file mode 100644 index 000000000..1d1c03596 Binary files /dev/null and b/xp_silver/img/s_process.png differ diff --git a/xp_silver/img/s_really.png b/xp_silver/img/s_really.png new file mode 100644 index 000000000..8c1ca1bd4 Binary files /dev/null and b/xp_silver/img/s_really.png differ diff --git a/xp_silver/img/s_reload.png b/xp_silver/img/s_reload.png new file mode 100644 index 000000000..754361eb8 Binary files /dev/null and b/xp_silver/img/s_reload.png differ diff --git a/xp_silver/img/s_rights.png b/xp_silver/img/s_rights.png new file mode 100644 index 000000000..e1a638301 Binary files /dev/null and b/xp_silver/img/s_rights.png differ diff --git a/xp_silver/img/s_status.png b/xp_silver/img/s_status.png new file mode 100644 index 000000000..1584233b3 Binary files /dev/null and b/xp_silver/img/s_status.png differ diff --git a/xp_silver/img/s_tbl.png b/xp_silver/img/s_tbl.png new file mode 100644 index 000000000..a82123636 Binary files /dev/null and b/xp_silver/img/s_tbl.png differ diff --git a/xp_silver/img/s_theme.png b/xp_silver/img/s_theme.png new file mode 100644 index 000000000..cab68be5a Binary files /dev/null and b/xp_silver/img/s_theme.png differ diff --git a/xp_silver/img/s_vars.png b/xp_silver/img/s_vars.png new file mode 100644 index 000000000..9be38ecb0 Binary files /dev/null and b/xp_silver/img/s_vars.png differ diff --git a/xp_silver/img/s_views.png b/xp_silver/img/s_views.png new file mode 100644 index 000000000..1f2ed03e4 Binary files /dev/null and b/xp_silver/img/s_views.png differ diff --git a/xp_silver/img/s_warn.png b/xp_silver/img/s_warn.png new file mode 100644 index 000000000..80d282408 Binary files /dev/null and b/xp_silver/img/s_warn.png differ diff --git a/xp_silver/img/spacer.png b/xp_silver/img/spacer.png new file mode 100644 index 000000000..bf867a398 Binary files /dev/null and b/xp_silver/img/spacer.png differ diff --git a/xp_silver/img/tbl_error.png b/xp_silver/img/tbl_error.png new file mode 100644 index 000000000..24cd3b5f4 Binary files /dev/null and b/xp_silver/img/tbl_error.png differ diff --git a/xp_silver/img/tbl_footer.png b/xp_silver/img/tbl_footer.png new file mode 100644 index 000000000..9995beb8e Binary files /dev/null and b/xp_silver/img/tbl_footer.png differ diff --git a/xp_silver/img/tbl_header.png b/xp_silver/img/tbl_header.png new file mode 100644 index 000000000..d48ab32ca Binary files /dev/null and b/xp_silver/img/tbl_header.png differ diff --git a/xp_silver/img/tbl_th.png b/xp_silver/img/tbl_th.png new file mode 100644 index 000000000..a54420941 Binary files /dev/null and b/xp_silver/img/tbl_th.png differ diff --git a/xp_silver/img/vertical_line.png b/xp_silver/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/xp_silver/img/vertical_line.png differ diff --git a/xp_silver/info.inc.php b/xp_silver/info.inc.php new file mode 100644 index 000000000..76d7125d7 --- /dev/null +++ b/xp_silver/info.inc.php @@ -0,0 +1,10 @@ + diff --git a/xp_silver/layout.inc.php b/xp_silver/layout.inc.php new file mode 100644 index 000000000..a9324d221 --- /dev/null +++ b/xp_silver/layout.inc.php @@ -0,0 +1,43 @@ + '#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/xp_silver/screen.png b/xp_silver/screen.png new file mode 100644 index 000000000..0a6122424 Binary files /dev/null and b/xp_silver/screen.png differ