diff --git a/aqua/css/theme_left.css.php b/aqua/css/theme_left.css.php
deleted file mode 100644
index 6057f14b4..000000000
--- a/aqua/css/theme_left.css.php
+++ /dev/null
@@ -1,226 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize'); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0 0.2em 0.2em;
-}
-
-a img {
- border: 0;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-ul {
- margin:0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
-}
-
-/* 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;
-}
-
-.navi_dbName {
- font-weight: bold;
- color: ;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo {
- background-color: #D0DCE0;
- padding:.3em;
-}
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- border-bottom: 0.05em solid ;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-ul#databaseList {
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- padding-: 1.5em;
-}
-
-ul#databaseList a {
- display: block;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- background: ;
- color: ;
-}
-
-ul#databaseList a:hover {
- background: ;
- color: ;
-}
-
-ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: 0.05em solid ;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
- background: ;
- width: 100%;
- overflow: hidden;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- color: #FFff00;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background-color: ;
- color: #3E7BB6;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-: 0;
- padding-: 0.1em;
- border-: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: ;
-}
-#serverinfo a:hover {
- background: ;
- color: ;
-}
diff --git a/aqua/css/theme_right.css.php b/aqua/css/theme_right.css.php
deleted file mode 100644
index 70316d85d..000000000
--- a/aqua/css/theme_right.css.php
+++ /dev/null
@@ -1,1161 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize'); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-a:hover {
- text-decoration: underline;
- color: #FF0000;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
- height: em;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background: ;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- background-color: transparent;
-}
-
-/* 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 */
-div.tools {
- border: 1px solid #000000;
- padding: 0.2em;
-}
-
-div.tools,
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- /* avoid a thick line since this should be used under another fieldset */
- border-top: 0;
- text-align: ;
- float: none;
- clear: both;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-
-/* marked table rows */
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: ;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.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 */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-div.success,
-div.notice,
-div.warning,
-div.error {
- margin: 0.3em 0 0 0;
- border: 2px solid;
-
- background-repeat: no-repeat;
-
- background-position: 10px 50%;
- padding: 0.1em 0.1em 0.1em 36px;
-
- background-position: 99% 50%;
- padding: 10px 5% 10px 10px;
-
-
- padding: 0.3em;
-
-}
-
-.success {
- color: #000000;
- background-color: #f0fff0;
-}
-h1.success,
-div.success {
- border-color: #00FF00;
-
- background-image: url(getImgPath(); ?>s_success.png);
-
-}
-.success h1 {
- border-color: #00FF00;
-}
-
-.notice {
- color: #000000;
- background-color: #FFFFDD;
-}
-h1.notice,
-div.notice {
- border-color: #FFD700;
-
- background-image: url(getImgPath(); ?>s_notice.png);
-
-}
-.notice h1 {
- border-color: #FFD700;
-}
-
-.warning {
- color: #CC0000;
- background-color: #FFFFCC;
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #CC0000;
-
- background-image: url(getImgPath(); ?>s_warn.png);
-
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
-.error {
- background-color: #FFFFCC;
- color: #ff0000;
-}
-
-h1.error,
-div.error {
- border-color: #ff0000;
-
- background-image: url(getImgPath(); ?>s_error.png);
-
-}
-div.error h1 {
- border-color: #ff0000;
-}
-
-.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(getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: #000000;
- background-color: #DDDDDD;
- background-image: url(getImgPath(); ?>AquaStringGreyLarge.png);
- background-repeat: repeat-x;
-}
-
-.tblHeaders a:link,
-.tblHeaders a:active,
-.tblHeaders a:visited,
-div.tools a:link,
-div.tools a:visited,
-div.tools a:active,
-.tblFooters a:link,
-.tblFooters a:active,
-.tblFooters a:visited {
- color: #0000FF;
-}
-
-.tblHeaders a:hover,
-div.tools a:hover,
-.tblFooters a:hover {
- color: #FF0000;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #FF0000;
- 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;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img {
- vertical-align: middle;
- margin-: 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(getImgPath(); ?>AquaStringGrey.png); background-repeat: repeat-x;
- background-color: #E5E5E5;
- border: 1pt solid silver;
- border-bottom: 0;
- border-top-left-radius: 0.4em;
- border-top-right-radius: 0.4em;
-}
-
-/* enabled hover/active tabs */
-a.tab:hover,
-a.tabcaution:hover,
-.tabactive,
-.tabactive:hover {
- margin: 0;
- padding: 0.2em 0.4em 0.2em 0.4em;
- text-decoration: none;
- background-color: #E5E5E5;
- background-image: url(getImgPath(); ?>AquaStringGrey.png); background-repeat: repeat-x;
-}
-
-a.tabcaution:hover {
- background-color: #ff0000;
- background-image: none;
-}
-
-a.tab:hover,
-.tabactive {
- font-weight: bold;
- color: #FFFFFF;
- background-color: #8FBDE9;
- background-image: url(getImgPath(); ?>AquaString.png); background-repeat: repeat-x;
-}
-
-/* to be able to cancel the bottom border, use
*/
-ul#topmenu li.active {
- border-bottom: 1pt solid ;
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-a.warning,
-span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info,
-li#li_server_version{
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs,
-li#li_pma_wiki {
- list-style-image: url(getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_maintenance {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-code.sql {
- display: block;
- padding: 0.3em;
- margin-top: 0;
- margin-bottom: 0;
- border: solid 1px;
- border-top: 0;
- border-bottom: 0;
- max-height: 10em;
- overflow: auto;
- background: ;
-}
diff --git a/aqua/img/AquaString.png b/aqua/img/AquaString.png
deleted file mode 100644
index b2ec9ebe0..000000000
Binary files a/aqua/img/AquaString.png and /dev/null differ
diff --git a/aqua/img/AquaStringGrey.png b/aqua/img/AquaStringGrey.png
deleted file mode 100644
index 45cd7cde2..000000000
Binary files a/aqua/img/AquaStringGrey.png and /dev/null differ
diff --git a/aqua/img/AquaStringGreyLarge.png b/aqua/img/AquaStringGreyLarge.png
deleted file mode 100644
index 468140a8b..000000000
Binary files a/aqua/img/AquaStringGreyLarge.png and /dev/null differ
diff --git a/aqua/img/arrow_ltr.png b/aqua/img/arrow_ltr.png
deleted file mode 100644
index 8cdb8ca17..000000000
Binary files a/aqua/img/arrow_ltr.png and /dev/null differ
diff --git a/aqua/img/arrow_rtl.png b/aqua/img/arrow_rtl.png
deleted file mode 100644
index 6b70c4eb7..000000000
Binary files a/aqua/img/arrow_rtl.png and /dev/null differ
diff --git a/aqua/img/asc_order.png b/aqua/img/asc_order.png
deleted file mode 100644
index 87767b11c..000000000
Binary files a/aqua/img/asc_order.png and /dev/null differ
diff --git a/aqua/img/b_bookmark.png b/aqua/img/b_bookmark.png
deleted file mode 100644
index b13d48616..000000000
Binary files a/aqua/img/b_bookmark.png and /dev/null differ
diff --git a/aqua/img/b_browse.png b/aqua/img/b_browse.png
deleted file mode 100644
index 633aa8838..000000000
Binary files a/aqua/img/b_browse.png and /dev/null differ
diff --git a/aqua/img/b_calendar.png b/aqua/img/b_calendar.png
deleted file mode 100644
index 042ae23a2..000000000
Binary files a/aqua/img/b_calendar.png and /dev/null differ
diff --git a/aqua/img/b_comment.png b/aqua/img/b_comment.png
deleted file mode 100644
index 0de324978..000000000
Binary files a/aqua/img/b_comment.png and /dev/null differ
diff --git a/aqua/img/b_dbstatistics.png b/aqua/img/b_dbstatistics.png
deleted file mode 100644
index ef023ae06..000000000
Binary files a/aqua/img/b_dbstatistics.png and /dev/null differ
diff --git a/aqua/img/b_deltbl.png b/aqua/img/b_deltbl.png
deleted file mode 100644
index 5892ae181..000000000
Binary files a/aqua/img/b_deltbl.png and /dev/null differ
diff --git a/aqua/img/b_docs.png b/aqua/img/b_docs.png
deleted file mode 100644
index d97f2912b..000000000
Binary files a/aqua/img/b_docs.png and /dev/null differ
diff --git a/aqua/img/b_docsql.png b/aqua/img/b_docsql.png
deleted file mode 100644
index 60b5803fd..000000000
Binary files a/aqua/img/b_docsql.png and /dev/null differ
diff --git a/aqua/img/b_drop.png b/aqua/img/b_drop.png
deleted file mode 100644
index 5892ae181..000000000
Binary files a/aqua/img/b_drop.png and /dev/null differ
diff --git a/aqua/img/b_edit.png b/aqua/img/b_edit.png
deleted file mode 100644
index bf56c5d7a..000000000
Binary files a/aqua/img/b_edit.png and /dev/null differ
diff --git a/aqua/img/b_empty.png b/aqua/img/b_empty.png
deleted file mode 100644
index 88640f16c..000000000
Binary files a/aqua/img/b_empty.png and /dev/null differ
diff --git a/aqua/img/b_engine.png b/aqua/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/aqua/img/b_engine.png and /dev/null differ
diff --git a/aqua/img/b_export.png b/aqua/img/b_export.png
deleted file mode 100644
index 25eccf80d..000000000
Binary files a/aqua/img/b_export.png and /dev/null differ
diff --git a/aqua/img/b_firstpage.png b/aqua/img/b_firstpage.png
deleted file mode 100644
index 7dcbdb202..000000000
Binary files a/aqua/img/b_firstpage.png and /dev/null differ
diff --git a/aqua/img/b_ftext.png b/aqua/img/b_ftext.png
deleted file mode 100644
index 0aeac17fd..000000000
Binary files a/aqua/img/b_ftext.png and /dev/null differ
diff --git a/aqua/img/b_help.png b/aqua/img/b_help.png
deleted file mode 100644
index ee3db7b55..000000000
Binary files a/aqua/img/b_help.png and /dev/null differ
diff --git a/aqua/img/b_home.png b/aqua/img/b_home.png
deleted file mode 100644
index 03c476ce3..000000000
Binary files a/aqua/img/b_home.png and /dev/null differ
diff --git a/aqua/img/b_import.png b/aqua/img/b_import.png
deleted file mode 100644
index 8670c056b..000000000
Binary files a/aqua/img/b_import.png and /dev/null differ
diff --git a/aqua/img/b_index.png b/aqua/img/b_index.png
deleted file mode 100644
index 667006b3c..000000000
Binary files a/aqua/img/b_index.png and /dev/null differ
diff --git a/aqua/img/b_info.png b/aqua/img/b_info.png
deleted file mode 100644
index c90abb1f6..000000000
Binary files a/aqua/img/b_info.png and /dev/null differ
diff --git a/aqua/img/b_insrow.png b/aqua/img/b_insrow.png
deleted file mode 100644
index 95c39644f..000000000
Binary files a/aqua/img/b_insrow.png and /dev/null differ
diff --git a/aqua/img/b_lastpage.png b/aqua/img/b_lastpage.png
deleted file mode 100644
index 16d7b7711..000000000
Binary files a/aqua/img/b_lastpage.png and /dev/null differ
diff --git a/aqua/img/b_minus.png b/aqua/img/b_minus.png
deleted file mode 100644
index bbb9fd79d..000000000
Binary files a/aqua/img/b_minus.png and /dev/null differ
diff --git a/aqua/img/b_newdb.png b/aqua/img/b_newdb.png
deleted file mode 100644
index 2a536bb52..000000000
Binary files a/aqua/img/b_newdb.png and /dev/null differ
diff --git a/aqua/img/b_newtbl.png b/aqua/img/b_newtbl.png
deleted file mode 100644
index d107a1415..000000000
Binary files a/aqua/img/b_newtbl.png and /dev/null differ
diff --git a/aqua/img/b_nextpage.png b/aqua/img/b_nextpage.png
deleted file mode 100644
index 23fc8a946..000000000
Binary files a/aqua/img/b_nextpage.png and /dev/null differ
diff --git a/aqua/img/b_pdfdoc.png b/aqua/img/b_pdfdoc.png
deleted file mode 100644
index 4e5c37b98..000000000
Binary files a/aqua/img/b_pdfdoc.png and /dev/null differ
diff --git a/aqua/img/b_plus.png b/aqua/img/b_plus.png
deleted file mode 100644
index 7695fa263..000000000
Binary files a/aqua/img/b_plus.png and /dev/null differ
diff --git a/aqua/img/b_prevpage.png b/aqua/img/b_prevpage.png
deleted file mode 100644
index 2ecf776c6..000000000
Binary files a/aqua/img/b_prevpage.png and /dev/null differ
diff --git a/aqua/img/b_primary.png b/aqua/img/b_primary.png
deleted file mode 100644
index 0f180e4f1..000000000
Binary files a/aqua/img/b_primary.png and /dev/null differ
diff --git a/aqua/img/b_print.png b/aqua/img/b_print.png
deleted file mode 100644
index f673ceee5..000000000
Binary files a/aqua/img/b_print.png and /dev/null differ
diff --git a/aqua/img/b_props.png b/aqua/img/b_props.png
deleted file mode 100644
index b88ebe92d..000000000
Binary files a/aqua/img/b_props.png and /dev/null differ
diff --git a/aqua/img/b_propsFW.png b/aqua/img/b_propsFW.png
deleted file mode 100644
index 8ddefefd1..000000000
Binary files a/aqua/img/b_propsFW.png and /dev/null differ
diff --git a/aqua/img/b_relations.png b/aqua/img/b_relations.png
deleted file mode 100644
index 26b6bcfeb..000000000
Binary files a/aqua/img/b_relations.png and /dev/null differ
diff --git a/aqua/img/b_save.png b/aqua/img/b_save.png
deleted file mode 100644
index bd8748e26..000000000
Binary files a/aqua/img/b_save.png and /dev/null differ
diff --git a/aqua/img/b_sbrowse.png b/aqua/img/b_sbrowse.png
deleted file mode 100644
index ffdb1ac63..000000000
Binary files a/aqua/img/b_sbrowse.png and /dev/null differ
diff --git a/aqua/img/b_sdb.png b/aqua/img/b_sdb.png
deleted file mode 100644
index a80369ec3..000000000
Binary files a/aqua/img/b_sdb.png and /dev/null differ
diff --git a/aqua/img/b_search.png b/aqua/img/b_search.png
deleted file mode 100644
index c169b09d4..000000000
Binary files a/aqua/img/b_search.png and /dev/null differ
diff --git a/aqua/img/b_selboard.png b/aqua/img/b_selboard.png
deleted file mode 100644
index ee40735b5..000000000
Binary files a/aqua/img/b_selboard.png and /dev/null differ
diff --git a/aqua/img/b_select.png b/aqua/img/b_select.png
deleted file mode 100644
index c169b09d4..000000000
Binary files a/aqua/img/b_select.png and /dev/null differ
diff --git a/aqua/img/b_sql.png b/aqua/img/b_sql.png
deleted file mode 100644
index b78728c99..000000000
Binary files a/aqua/img/b_sql.png and /dev/null differ
diff --git a/aqua/img/b_sqldoc.png b/aqua/img/b_sqldoc.png
deleted file mode 100644
index 638b8fc53..000000000
Binary files a/aqua/img/b_sqldoc.png and /dev/null differ
diff --git a/aqua/img/b_sqlhelp.png b/aqua/img/b_sqlhelp.png
deleted file mode 100644
index 33d92ac6a..000000000
Binary files a/aqua/img/b_sqlhelp.png and /dev/null differ
diff --git a/aqua/img/b_tblanalyse.png b/aqua/img/b_tblanalyse.png
deleted file mode 100644
index 01bda36c2..000000000
Binary files a/aqua/img/b_tblanalyse.png and /dev/null differ
diff --git a/aqua/img/b_tblexport.png b/aqua/img/b_tblexport.png
deleted file mode 100644
index c6ed6470e..000000000
Binary files a/aqua/img/b_tblexport.png and /dev/null differ
diff --git a/aqua/img/b_tblimport.png b/aqua/img/b_tblimport.png
deleted file mode 100644
index a726bcdb5..000000000
Binary files a/aqua/img/b_tblimport.png and /dev/null differ
diff --git a/aqua/img/b_tblops.png b/aqua/img/b_tblops.png
deleted file mode 100644
index 50c5bc596..000000000
Binary files a/aqua/img/b_tblops.png and /dev/null differ
diff --git a/aqua/img/b_tbloptimize.png b/aqua/img/b_tbloptimize.png
deleted file mode 100644
index adb01cd78..000000000
Binary files a/aqua/img/b_tbloptimize.png and /dev/null differ
diff --git a/aqua/img/b_tipp.png b/aqua/img/b_tipp.png
deleted file mode 100644
index dbf8913bc..000000000
Binary files a/aqua/img/b_tipp.png and /dev/null differ
diff --git a/aqua/img/b_unique.png b/aqua/img/b_unique.png
deleted file mode 100644
index 250a46819..000000000
Binary files a/aqua/img/b_unique.png and /dev/null differ
diff --git a/aqua/img/b_usradd.png b/aqua/img/b_usradd.png
deleted file mode 100644
index 7deb80925..000000000
Binary files a/aqua/img/b_usradd.png and /dev/null differ
diff --git a/aqua/img/b_usrcheck.png b/aqua/img/b_usrcheck.png
deleted file mode 100644
index be640e812..000000000
Binary files a/aqua/img/b_usrcheck.png and /dev/null differ
diff --git a/aqua/img/b_usrdrop.png b/aqua/img/b_usrdrop.png
deleted file mode 100644
index fed165380..000000000
Binary files a/aqua/img/b_usrdrop.png and /dev/null differ
diff --git a/aqua/img/b_usredit.png b/aqua/img/b_usredit.png
deleted file mode 100644
index 0052bc3ad..000000000
Binary files a/aqua/img/b_usredit.png and /dev/null differ
diff --git a/aqua/img/b_usrlist.png b/aqua/img/b_usrlist.png
deleted file mode 100644
index 9ca562eef..000000000
Binary files a/aqua/img/b_usrlist.png and /dev/null differ
diff --git a/aqua/img/b_view.png b/aqua/img/b_view.png
deleted file mode 100644
index c257a6eed..000000000
Binary files a/aqua/img/b_view.png and /dev/null differ
diff --git a/aqua/img/b_views.png b/aqua/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/aqua/img/b_views.png and /dev/null differ
diff --git a/aqua/img/bd_browse.png b/aqua/img/bd_browse.png
deleted file mode 100644
index afe17f172..000000000
Binary files a/aqua/img/bd_browse.png and /dev/null differ
diff --git a/aqua/img/bd_deltbl.png b/aqua/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/aqua/img/bd_deltbl.png and /dev/null differ
diff --git a/aqua/img/bd_drop.png b/aqua/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/aqua/img/bd_drop.png and /dev/null differ
diff --git a/aqua/img/bd_empty.png b/aqua/img/bd_empty.png
deleted file mode 100644
index 84675484d..000000000
Binary files a/aqua/img/bd_empty.png and /dev/null differ
diff --git a/aqua/img/bd_firstpage.png b/aqua/img/bd_firstpage.png
deleted file mode 100644
index 46d446986..000000000
Binary files a/aqua/img/bd_firstpage.png and /dev/null differ
diff --git a/aqua/img/bd_ftext.png b/aqua/img/bd_ftext.png
deleted file mode 100644
index e29f40392..000000000
Binary files a/aqua/img/bd_ftext.png and /dev/null differ
diff --git a/aqua/img/bd_index.png b/aqua/img/bd_index.png
deleted file mode 100644
index c498e29f6..000000000
Binary files a/aqua/img/bd_index.png and /dev/null differ
diff --git a/aqua/img/bd_insrow.png b/aqua/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/aqua/img/bd_insrow.png and /dev/null differ
diff --git a/aqua/img/bd_lastpage.png b/aqua/img/bd_lastpage.png
deleted file mode 100644
index b98f5d47b..000000000
Binary files a/aqua/img/bd_lastpage.png and /dev/null differ
diff --git a/aqua/img/bd_nextpage.png b/aqua/img/bd_nextpage.png
deleted file mode 100644
index a042a49b8..000000000
Binary files a/aqua/img/bd_nextpage.png and /dev/null differ
diff --git a/aqua/img/bd_prevpage.png b/aqua/img/bd_prevpage.png
deleted file mode 100644
index 843ea4fb9..000000000
Binary files a/aqua/img/bd_prevpage.png and /dev/null differ
diff --git a/aqua/img/bd_primary.png b/aqua/img/bd_primary.png
deleted file mode 100644
index 4dcf9ce98..000000000
Binary files a/aqua/img/bd_primary.png and /dev/null differ
diff --git a/aqua/img/bd_sbrowse.png b/aqua/img/bd_sbrowse.png
deleted file mode 100644
index a49bef2fa..000000000
Binary files a/aqua/img/bd_sbrowse.png and /dev/null differ
diff --git a/aqua/img/bd_select.png b/aqua/img/bd_select.png
deleted file mode 100644
index 4dad46cf4..000000000
Binary files a/aqua/img/bd_select.png and /dev/null differ
diff --git a/aqua/img/bd_unique.png b/aqua/img/bd_unique.png
deleted file mode 100644
index 683f40240..000000000
Binary files a/aqua/img/bd_unique.png and /dev/null differ
diff --git a/aqua/img/bg_aquaGrad.png b/aqua/img/bg_aquaGrad.png
deleted file mode 100644
index 43430f706..000000000
Binary files a/aqua/img/bg_aquaGrad.png and /dev/null differ
diff --git a/aqua/img/bg_main.png b/aqua/img/bg_main.png
deleted file mode 100644
index 5d500a0a8..000000000
Binary files a/aqua/img/bg_main.png and /dev/null differ
diff --git a/aqua/img/bg_tblHeaders.png b/aqua/img/bg_tblHeaders.png
deleted file mode 100644
index 6e8f0b175..000000000
Binary files a/aqua/img/bg_tblHeaders.png and /dev/null differ
diff --git a/aqua/img/error.ico b/aqua/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/aqua/img/error.ico and /dev/null differ
diff --git a/aqua/img/item.png b/aqua/img/item.png
deleted file mode 100644
index 4c4e13f30..000000000
Binary files a/aqua/img/item.png and /dev/null differ
diff --git a/aqua/img/item_ltr.png b/aqua/img/item_ltr.png
deleted file mode 100644
index 13b86d4d3..000000000
Binary files a/aqua/img/item_ltr.png and /dev/null differ
diff --git a/aqua/img/item_rtl.png b/aqua/img/item_rtl.png
deleted file mode 100644
index 47ebbd981..000000000
Binary files a/aqua/img/item_rtl.png and /dev/null differ
diff --git a/aqua/img/logo_left.png b/aqua/img/logo_left.png
deleted file mode 100644
index 932b65d23..000000000
Binary files a/aqua/img/logo_left.png and /dev/null differ
diff --git a/aqua/img/logo_right.png b/aqua/img/logo_right.png
deleted file mode 100644
index 5bf6f85ce..000000000
Binary files a/aqua/img/logo_right.png and /dev/null differ
diff --git a/aqua/img/php_sym.png b/aqua/img/php_sym.png
deleted file mode 100644
index 7aa23358f..000000000
Binary files a/aqua/img/php_sym.png and /dev/null differ
diff --git a/aqua/img/pma_logo2.png b/aqua/img/pma_logo2.png
deleted file mode 100644
index d38069d56..000000000
Binary files a/aqua/img/pma_logo2.png and /dev/null differ
diff --git a/aqua/img/s_asc.png b/aqua/img/s_asc.png
deleted file mode 100644
index 298b78c2e..000000000
Binary files a/aqua/img/s_asc.png and /dev/null differ
diff --git a/aqua/img/s_asci.png b/aqua/img/s_asci.png
deleted file mode 100644
index 1b95e7c0d..000000000
Binary files a/aqua/img/s_asci.png and /dev/null differ
diff --git a/aqua/img/s_attention.png b/aqua/img/s_attention.png
deleted file mode 100644
index 17e857082..000000000
Binary files a/aqua/img/s_attention.png and /dev/null differ
diff --git a/aqua/img/s_cancel.png b/aqua/img/s_cancel.png
deleted file mode 100644
index e57cae235..000000000
Binary files a/aqua/img/s_cancel.png and /dev/null differ
diff --git a/aqua/img/s_cancel2.png b/aqua/img/s_cancel2.png
deleted file mode 100644
index 1842fcdc1..000000000
Binary files a/aqua/img/s_cancel2.png and /dev/null differ
diff --git a/aqua/img/s_db.png b/aqua/img/s_db.png
deleted file mode 100644
index de8eb13ec..000000000
Binary files a/aqua/img/s_db.png and /dev/null differ
diff --git a/aqua/img/s_desc.png b/aqua/img/s_desc.png
deleted file mode 100644
index 0a42e54d7..000000000
Binary files a/aqua/img/s_desc.png and /dev/null differ
diff --git a/aqua/img/s_error.png b/aqua/img/s_error.png
deleted file mode 100644
index 2dba9a804..000000000
Binary files a/aqua/img/s_error.png and /dev/null differ
diff --git a/aqua/img/s_error2.png b/aqua/img/s_error2.png
deleted file mode 100644
index 65adbf348..000000000
Binary files a/aqua/img/s_error2.png and /dev/null differ
diff --git a/aqua/img/s_fulltext.png b/aqua/img/s_fulltext.png
deleted file mode 100644
index ee2ef2986..000000000
Binary files a/aqua/img/s_fulltext.png and /dev/null differ
diff --git a/aqua/img/s_host.png b/aqua/img/s_host.png
deleted file mode 100644
index 32e91a113..000000000
Binary files a/aqua/img/s_host.png and /dev/null differ
diff --git a/aqua/img/s_info.png b/aqua/img/s_info.png
deleted file mode 100644
index 01d2236ed..000000000
Binary files a/aqua/img/s_info.png and /dev/null differ
diff --git a/aqua/img/s_lang.png b/aqua/img/s_lang.png
deleted file mode 100644
index 14296637a..000000000
Binary files a/aqua/img/s_lang.png and /dev/null differ
diff --git a/aqua/img/s_loggoff.png b/aqua/img/s_loggoff.png
deleted file mode 100644
index 4af15e315..000000000
Binary files a/aqua/img/s_loggoff.png and /dev/null differ
diff --git a/aqua/img/s_notice.png b/aqua/img/s_notice.png
deleted file mode 100644
index dbf8913bc..000000000
Binary files a/aqua/img/s_notice.png and /dev/null differ
diff --git a/aqua/img/s_okay.png b/aqua/img/s_okay.png
deleted file mode 100644
index 9c5a7e019..000000000
Binary files a/aqua/img/s_okay.png and /dev/null differ
diff --git a/aqua/img/s_partialtext.png b/aqua/img/s_partialtext.png
deleted file mode 100644
index 08d7edd84..000000000
Binary files a/aqua/img/s_partialtext.png and /dev/null differ
diff --git a/aqua/img/s_passwd.png b/aqua/img/s_passwd.png
deleted file mode 100644
index d3f444c31..000000000
Binary files a/aqua/img/s_passwd.png and /dev/null differ
diff --git a/aqua/img/s_process.png b/aqua/img/s_process.png
deleted file mode 100644
index 3372154b8..000000000
Binary files a/aqua/img/s_process.png and /dev/null differ
diff --git a/aqua/img/s_really.png b/aqua/img/s_really.png
deleted file mode 100644
index 2ed1f6082..000000000
Binary files a/aqua/img/s_really.png and /dev/null differ
diff --git a/aqua/img/s_reload.png b/aqua/img/s_reload.png
deleted file mode 100644
index 932ad3743..000000000
Binary files a/aqua/img/s_reload.png and /dev/null differ
diff --git a/aqua/img/s_rights.png b/aqua/img/s_rights.png
deleted file mode 100644
index 6f98aa8d6..000000000
Binary files a/aqua/img/s_rights.png and /dev/null differ
diff --git a/aqua/img/s_status.png b/aqua/img/s_status.png
deleted file mode 100644
index 3934ca983..000000000
Binary files a/aqua/img/s_status.png and /dev/null differ
diff --git a/aqua/img/s_success.png b/aqua/img/s_success.png
deleted file mode 100644
index 2f86f0ae6..000000000
Binary files a/aqua/img/s_success.png and /dev/null differ
diff --git a/aqua/img/s_tbl.png b/aqua/img/s_tbl.png
deleted file mode 100644
index 5f1b8bfa0..000000000
Binary files a/aqua/img/s_tbl.png and /dev/null differ
diff --git a/aqua/img/s_theme.png b/aqua/img/s_theme.png
deleted file mode 100644
index 05efab447..000000000
Binary files a/aqua/img/s_theme.png and /dev/null differ
diff --git a/aqua/img/s_vars.png b/aqua/img/s_vars.png
deleted file mode 100644
index 01dca032b..000000000
Binary files a/aqua/img/s_vars.png and /dev/null differ
diff --git a/aqua/img/s_views.png b/aqua/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/aqua/img/s_views.png and /dev/null differ
diff --git a/aqua/img/s_warn.png b/aqua/img/s_warn.png
deleted file mode 100644
index dbf8913bc..000000000
Binary files a/aqua/img/s_warn.png and /dev/null differ
diff --git a/aqua/img/spacer.png b/aqua/img/spacer.png
deleted file mode 100644
index fd823d621..000000000
Binary files a/aqua/img/spacer.png and /dev/null differ
diff --git a/aqua/img/stripedBground.gif b/aqua/img/stripedBground.gif
deleted file mode 100644
index e77bc1d50..000000000
Binary files a/aqua/img/stripedBground.gif and /dev/null differ
diff --git a/aqua/img/stripedBground.png b/aqua/img/stripedBground.png
deleted file mode 100644
index de7f54e7e..000000000
Binary files a/aqua/img/stripedBground.png and /dev/null differ
diff --git a/aqua/img/vertical_line.png b/aqua/img/vertical_line.png
deleted file mode 100644
index a184833ca..000000000
Binary files a/aqua/img/vertical_line.png and /dev/null differ
diff --git a/aqua/info.inc.php b/aqua/info.inc.php
deleted file mode 100644
index fb64edeb3..000000000
--- a/aqua/info.inc.php
+++ /dev/null
@@ -1,17 +0,0 @@
-
diff --git a/aqua/layout.inc.php b/aqua/layout.inc.php
deleted file mode 100644
index 28e8467d3..000000000
--- a/aqua/layout.inc.php
+++ /dev/null
@@ -1,112 +0,0 @@
-getImgPath() . 'bg_aquaGrad.png)';
-
-// color of the pointer in navi frame
-$GLOBALS['cfg']['NaviPointerColor'] = 'Navy';
-
-/**
- * main frame
- */
-// foreground (text) color for the main frame
-$GLOBALS['cfg']['MainColor'] = '#000000';
-
-// background for the main frame
-//$GLOBALS['cfg']['MainBackground'] = '#3E7BB6 right repeat url(' . $_SESSION['PMA_Theme']->getImgPath() . 'bg_main.png)';
-$GLOBALS['cfg']['MainBackground'] = 'white';
-
-// color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#DAEAFF';
-
-// color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#B5D5FF';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = '';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-/**
- * font size as a valid css font size value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontSize'] = '';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#cacaca repeat-x url(' . $_SESSION['PMA_Theme']->getImgPath() . 'bg_tblHeaders.png)';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000000';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#e9e9e9';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#FAFAFA';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 550;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 310;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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
deleted file mode 100644
index 95c70bc28..000000000
Binary files a/aqua/screen.png and /dev/null differ
diff --git a/aqua_brushed/css/theme_left.css.php b/aqua_brushed/css/theme_left.css.php
deleted file mode 100644
index a9a1c36c5..000000000
--- a/aqua_brushed/css/theme_left.css.php
+++ /dev/null
@@ -1,226 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize'); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0 0.2em 0.2em;
-}
-
-a img {
- border: 0;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-ul {
- margin:0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
-}
-
-/* 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;
-}
-
-.navi_dbName {
- font-weight: bold;
- color: ;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo {
- background-color: #D0DCE0;
- padding:.3em;
-}
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- border-bottom: 0.05em solid ;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-ul#databaseList {
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- padding-: 1.5em;
-}
-
-ul#databaseList a {
- display: block;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- background: ;
- color: ;
-}
-
-ul#databaseList a:hover {
- background: ;
- color: ;
-}
-
-ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: 0.05em solid ;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
- background: ;
- width: 100%;
- overflow: hidden;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- color: #FFff00;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background-color: ;
- color: #3E7BB6;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-: 0;
- padding-: 0.1em;
- border-: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: ;
-}
-#serverinfo a:hover {
- background: ;
- color: ;
-}
diff --git a/aqua_brushed/css/theme_right.css.php b/aqua_brushed/css/theme_right.css.php
deleted file mode 100644
index bdb107c90..000000000
--- a/aqua_brushed/css/theme_right.css.php
+++ /dev/null
@@ -1,1176 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize'); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-a:hover {
- text-decoration: underline;
- color: #FF0000;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: #000000;
- background-color: #B5BDC7;
- background-image: url(getImgPath(); ?>tbl_th.png);
- background-repeat: repeat-x;
- background-position: top;
-}
-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: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
- height: em;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background: ;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- background-color: transparent;
-}
-
-/* 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 */
-div.tools {
- border: 1px solid #000000;
- padding: 0.2em;
-}
-
-div.tools,
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- /* avoid a thick line since this should be used under another fieldset */
- border-top: 0;
- text-align: ;
- float: none;
- clear: both;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-
-/* marked table rows */
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: ;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.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 */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-div.success,
-div.notice,
-div.warning,
-div.error {
- margin: 0.3em 0 0 0;
- border: 2px solid;
-
- background-repeat: no-repeat;
-
- background-position: 10px 50%;
- padding: 0.1em 0.1em 0.1em 36px;
-
- background-position: 99% 50%;
- padding: 10px 5% 10px 10px;
-
-
- padding: 0.3em;
-
-}
-
-.success {
- color: #000000;
- background-color: #f0fff0;
-}
-h1.success,
-div.success {
- border-color: #00FF00;
-
- background-image: url(getImgPath(); ?>s_success.png);
-
-}
-.success h1 {
- border-color: #00FF00;
-}
-
-.notice {
- color: #000000;
- background-color: #FFFFDD;
-}
-h1.notice,
-div.notice {
- border-color: #FFD700;
-
- background-image: url(getImgPath(); ?>s_notice.png);
-
-}
-.notice h1 {
- border-color: #FFD700;
-}
-
-.warning {
- color: #CC0000;
- background-color: #FFFFCC;
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #CC0000;
-
- background-image: url(getImgPath(); ?>s_warn.png);
-
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
-.error {
- background-color: #FFFFCC;
- color: #ff0000;
-}
-
-h1.error,
-div.error {
- border-color: #ff0000;
-
- background-image: url(getImgPath(); ?>s_error.png);
-
-}
-div.error h1 {
- border-color: #ff0000;
-}
-
-.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(getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
-}
-
-.tblHeaders a:link,
-.tblHeaders a:active,
-.tblHeaders a:visited,
-div.tools a:link,
-div.tools a:visited,
-div.tools a:active,
-.tblFooters a:link,
-.tblFooters a:active,
-.tblFooters a:visited {
- color: #0000FF;
-}
-
-.tblHeaders a:hover,
-div.tools a:hover,
-.tblFooters a:hover {
- color: #FF0000;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #FF0000;
- 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;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img {
- vertical-align: middle;
- margin-: 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-color: #E5E5E5;
- border: 1pt solid silver;
- border-bottom: 0;
- border-top-left-radius: 0.4em;
- border-top-right-radius: 0.4em;
- background-color: #B5BDC7;
- background-image: url(getImgPath(); ?>tbl_header.png);
- background-repeat: repeat-x;
- background-position: top;
-}
-
-/* enabled hover/active tabs */
-a.tab:hover,
-a.tabcaution:hover,
-.tabactive,
-.tabactive:hover {
- margin: 0;
- padding: 0.2em 0.4em 0.2em 0.4em;
- text-decoration: none;
- background-color: #DDDDDD;
- background-image: url(getImgPath(); ?>tbl_th.png);
- background-repeat: repeat-x;
- background-position: top;
-}
-
-a.tabcaution:hover {
- background-color: #ff0000;
- background-image: none;
-}
-
-a.tab:hover,
-.tabactive {
- font-weight: bold;
- color: #FFFFFF;
- background-color: #8FBDE9;
-}
-
-/* to be able to cancel the bottom border, use */
-ul#topmenu li.active {
- border-bottom: 1pt solid ;
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-a.warning,
-span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info,
-li#li_server_version{
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs,
-li#li_pma_wiki {
- list-style-image: url(getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_maintenance {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-code.sql {
- display: block;
- padding: 0.3em;
- margin-top: 0;
- margin-bottom: 0;
- border: solid 1px;
- border-top: 0;
- border-bottom: 0;
- max-height: 10em;
- overflow: auto;
- background: ;
-}
diff --git a/aqua_brushed/img/Button_BG.png b/aqua_brushed/img/Button_BG.png
deleted file mode 100644
index d2c5ba499..000000000
Binary files a/aqua_brushed/img/Button_BG.png and /dev/null differ
diff --git a/aqua_brushed/img/Button_BG_Left.png b/aqua_brushed/img/Button_BG_Left.png
deleted file mode 100644
index 5398df7fd..000000000
Binary files a/aqua_brushed/img/Button_BG_Left.png and /dev/null differ
diff --git a/aqua_brushed/img/Button_BG_Right.png b/aqua_brushed/img/Button_BG_Right.png
deleted file mode 100644
index cfbcfd4fd..000000000
Binary files a/aqua_brushed/img/Button_BG_Right.png and /dev/null differ
diff --git a/aqua_brushed/img/RightBg.png b/aqua_brushed/img/RightBg.png
deleted file mode 100644
index 3188b4cc0..000000000
Binary files a/aqua_brushed/img/RightBg.png and /dev/null differ
diff --git a/aqua_brushed/img/arrow_ltr.png b/aqua_brushed/img/arrow_ltr.png
deleted file mode 100644
index 8cdb8ca17..000000000
Binary files a/aqua_brushed/img/arrow_ltr.png and /dev/null differ
diff --git a/aqua_brushed/img/arrow_rtl.png b/aqua_brushed/img/arrow_rtl.png
deleted file mode 100644
index 6b70c4eb7..000000000
Binary files a/aqua_brushed/img/arrow_rtl.png and /dev/null differ
diff --git a/aqua_brushed/img/asc_order.png b/aqua_brushed/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/aqua_brushed/img/asc_order.png and /dev/null differ
diff --git a/aqua_brushed/img/b_bookmark.png b/aqua_brushed/img/b_bookmark.png
deleted file mode 100644
index 7c507d64c..000000000
Binary files a/aqua_brushed/img/b_bookmark.png and /dev/null differ
diff --git a/aqua_brushed/img/b_browse.png b/aqua_brushed/img/b_browse.png
deleted file mode 100644
index 6b3010689..000000000
Binary files a/aqua_brushed/img/b_browse.png and /dev/null differ
diff --git a/aqua_brushed/img/b_calendar.png b/aqua_brushed/img/b_calendar.png
deleted file mode 100644
index d080a3446..000000000
Binary files a/aqua_brushed/img/b_calendar.png and /dev/null differ
diff --git a/aqua_brushed/img/b_comment.png b/aqua_brushed/img/b_comment.png
deleted file mode 100644
index fa45731fe..000000000
Binary files a/aqua_brushed/img/b_comment.png and /dev/null differ
diff --git a/aqua_brushed/img/b_dbstatistics.png b/aqua_brushed/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/aqua_brushed/img/b_dbstatistics.png and /dev/null differ
diff --git a/aqua_brushed/img/b_deltbl.png b/aqua_brushed/img/b_deltbl.png
deleted file mode 100644
index 6311c9250..000000000
Binary files a/aqua_brushed/img/b_deltbl.png and /dev/null differ
diff --git a/aqua_brushed/img/b_docs.png b/aqua_brushed/img/b_docs.png
deleted file mode 100644
index 52b8ef657..000000000
Binary files a/aqua_brushed/img/b_docs.png and /dev/null differ
diff --git a/aqua_brushed/img/b_docsql.png b/aqua_brushed/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/aqua_brushed/img/b_docsql.png and /dev/null differ
diff --git a/aqua_brushed/img/b_drop.png b/aqua_brushed/img/b_drop.png
deleted file mode 100644
index e61d9d38b..000000000
Binary files a/aqua_brushed/img/b_drop.png and /dev/null differ
diff --git a/aqua_brushed/img/b_edit.png b/aqua_brushed/img/b_edit.png
deleted file mode 100644
index 83725e5e6..000000000
Binary files a/aqua_brushed/img/b_edit.png and /dev/null differ
diff --git a/aqua_brushed/img/b_empty.png b/aqua_brushed/img/b_empty.png
deleted file mode 100644
index 1ea6e7fab..000000000
Binary files a/aqua_brushed/img/b_empty.png and /dev/null differ
diff --git a/aqua_brushed/img/b_engine.png b/aqua_brushed/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/aqua_brushed/img/b_engine.png and /dev/null differ
diff --git a/aqua_brushed/img/b_export.png b/aqua_brushed/img/b_export.png
deleted file mode 100644
index faf230ed6..000000000
Binary files a/aqua_brushed/img/b_export.png and /dev/null differ
diff --git a/aqua_brushed/img/b_firstpage.png b/aqua_brushed/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/aqua_brushed/img/b_firstpage.png and /dev/null differ
diff --git a/aqua_brushed/img/b_ftext.png b/aqua_brushed/img/b_ftext.png
deleted file mode 100644
index 4e9024954..000000000
Binary files a/aqua_brushed/img/b_ftext.png and /dev/null differ
diff --git a/aqua_brushed/img/b_help.png b/aqua_brushed/img/b_help.png
deleted file mode 100644
index 272f9b13f..000000000
Binary files a/aqua_brushed/img/b_help.png and /dev/null differ
diff --git a/aqua_brushed/img/b_home.png b/aqua_brushed/img/b_home.png
deleted file mode 100644
index f3aee735c..000000000
Binary files a/aqua_brushed/img/b_home.png and /dev/null differ
diff --git a/aqua_brushed/img/b_import.png b/aqua_brushed/img/b_import.png
deleted file mode 100644
index c41e03cc1..000000000
Binary files a/aqua_brushed/img/b_import.png and /dev/null differ
diff --git a/aqua_brushed/img/b_index.png b/aqua_brushed/img/b_index.png
deleted file mode 100644
index 9a5fc5498..000000000
Binary files a/aqua_brushed/img/b_index.png and /dev/null differ
diff --git a/aqua_brushed/img/b_info.png b/aqua_brushed/img/b_info.png
deleted file mode 100644
index 78e1035ae..000000000
Binary files a/aqua_brushed/img/b_info.png and /dev/null differ
diff --git a/aqua_brushed/img/b_insrow.png b/aqua_brushed/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/aqua_brushed/img/b_insrow.png and /dev/null differ
diff --git a/aqua_brushed/img/b_lastpage.png b/aqua_brushed/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/aqua_brushed/img/b_lastpage.png and /dev/null differ
diff --git a/aqua_brushed/img/b_minus.png b/aqua_brushed/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/aqua_brushed/img/b_minus.png and /dev/null differ
diff --git a/aqua_brushed/img/b_newdb.png b/aqua_brushed/img/b_newdb.png
deleted file mode 100644
index c18394d02..000000000
Binary files a/aqua_brushed/img/b_newdb.png and /dev/null differ
diff --git a/aqua_brushed/img/b_newtbl.png b/aqua_brushed/img/b_newtbl.png
deleted file mode 100644
index 96f169158..000000000
Binary files a/aqua_brushed/img/b_newtbl.png and /dev/null differ
diff --git a/aqua_brushed/img/b_nextpage.png b/aqua_brushed/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/aqua_brushed/img/b_nextpage.png and /dev/null differ
diff --git a/aqua_brushed/img/b_pdfdoc.png b/aqua_brushed/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/aqua_brushed/img/b_pdfdoc.png and /dev/null differ
diff --git a/aqua_brushed/img/b_plus.png b/aqua_brushed/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/aqua_brushed/img/b_plus.png and /dev/null differ
diff --git a/aqua_brushed/img/b_prevpage.png b/aqua_brushed/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/aqua_brushed/img/b_prevpage.png and /dev/null differ
diff --git a/aqua_brushed/img/b_primary.png b/aqua_brushed/img/b_primary.png
deleted file mode 100644
index 806c7d031..000000000
Binary files a/aqua_brushed/img/b_primary.png and /dev/null differ
diff --git a/aqua_brushed/img/b_print.png b/aqua_brushed/img/b_print.png
deleted file mode 100644
index 615a87d60..000000000
Binary files a/aqua_brushed/img/b_print.png and /dev/null differ
diff --git a/aqua_brushed/img/b_props.png b/aqua_brushed/img/b_props.png
deleted file mode 100644
index 4f82b2318..000000000
Binary files a/aqua_brushed/img/b_props.png and /dev/null differ
diff --git a/aqua_brushed/img/b_relations.png b/aqua_brushed/img/b_relations.png
deleted file mode 100644
index 0c18205ea..000000000
Binary files a/aqua_brushed/img/b_relations.png and /dev/null differ
diff --git a/aqua_brushed/img/b_save.png b/aqua_brushed/img/b_save.png
deleted file mode 100644
index c1cc15d55..000000000
Binary files a/aqua_brushed/img/b_save.png and /dev/null differ
diff --git a/aqua_brushed/img/b_sbrowse.png b/aqua_brushed/img/b_sbrowse.png
deleted file mode 100644
index 50509f95f..000000000
Binary files a/aqua_brushed/img/b_sbrowse.png and /dev/null differ
diff --git a/aqua_brushed/img/b_sdb.png b/aqua_brushed/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/aqua_brushed/img/b_sdb.png and /dev/null differ
diff --git a/aqua_brushed/img/b_search.png b/aqua_brushed/img/b_search.png
deleted file mode 100644
index cf219ffd1..000000000
Binary files a/aqua_brushed/img/b_search.png and /dev/null differ
diff --git a/aqua_brushed/img/b_selboard.png b/aqua_brushed/img/b_selboard.png
deleted file mode 100644
index 0e0c513f4..000000000
Binary files a/aqua_brushed/img/b_selboard.png and /dev/null differ
diff --git a/aqua_brushed/img/b_select.png b/aqua_brushed/img/b_select.png
deleted file mode 100644
index b24bd2e51..000000000
Binary files a/aqua_brushed/img/b_select.png and /dev/null differ
diff --git a/aqua_brushed/img/b_sql.png b/aqua_brushed/img/b_sql.png
deleted file mode 100644
index 6e517646d..000000000
Binary files a/aqua_brushed/img/b_sql.png and /dev/null differ
diff --git a/aqua_brushed/img/b_sqldoc.png b/aqua_brushed/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/aqua_brushed/img/b_sqldoc.png and /dev/null differ
diff --git a/aqua_brushed/img/b_sqlhelp.png b/aqua_brushed/img/b_sqlhelp.png
deleted file mode 100644
index 1d01df3dc..000000000
Binary files a/aqua_brushed/img/b_sqlhelp.png and /dev/null differ
diff --git a/aqua_brushed/img/b_tblanalyse.png b/aqua_brushed/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/aqua_brushed/img/b_tblanalyse.png and /dev/null differ
diff --git a/aqua_brushed/img/b_tblexport.png b/aqua_brushed/img/b_tblexport.png
deleted file mode 100644
index 2bf6259c2..000000000
Binary files a/aqua_brushed/img/b_tblexport.png and /dev/null differ
diff --git a/aqua_brushed/img/b_tblimport.png b/aqua_brushed/img/b_tblimport.png
deleted file mode 100644
index 304f75dda..000000000
Binary files a/aqua_brushed/img/b_tblimport.png and /dev/null differ
diff --git a/aqua_brushed/img/b_tblops.png b/aqua_brushed/img/b_tblops.png
deleted file mode 100644
index 31af015bf..000000000
Binary files a/aqua_brushed/img/b_tblops.png and /dev/null differ
diff --git a/aqua_brushed/img/b_tbloptimize.png b/aqua_brushed/img/b_tbloptimize.png
deleted file mode 100644
index 6bcb19f37..000000000
Binary files a/aqua_brushed/img/b_tbloptimize.png and /dev/null differ
diff --git a/aqua_brushed/img/b_tipp.png b/aqua_brushed/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/aqua_brushed/img/b_tipp.png and /dev/null differ
diff --git a/aqua_brushed/img/b_unique.png b/aqua_brushed/img/b_unique.png
deleted file mode 100644
index ce566e9f6..000000000
Binary files a/aqua_brushed/img/b_unique.png and /dev/null differ
diff --git a/aqua_brushed/img/b_usradd.png b/aqua_brushed/img/b_usradd.png
deleted file mode 100644
index 3055a1cec..000000000
Binary files a/aqua_brushed/img/b_usradd.png and /dev/null differ
diff --git a/aqua_brushed/img/b_usrcheck.png b/aqua_brushed/img/b_usrcheck.png
deleted file mode 100644
index e1487a7cd..000000000
Binary files a/aqua_brushed/img/b_usrcheck.png and /dev/null differ
diff --git a/aqua_brushed/img/b_usrdrop.png b/aqua_brushed/img/b_usrdrop.png
deleted file mode 100644
index 441b0126e..000000000
Binary files a/aqua_brushed/img/b_usrdrop.png and /dev/null differ
diff --git a/aqua_brushed/img/b_usredit.png b/aqua_brushed/img/b_usredit.png
deleted file mode 100644
index ba9904257..000000000
Binary files a/aqua_brushed/img/b_usredit.png and /dev/null differ
diff --git a/aqua_brushed/img/b_usrlist.png b/aqua_brushed/img/b_usrlist.png
deleted file mode 100644
index 182994ddd..000000000
Binary files a/aqua_brushed/img/b_usrlist.png and /dev/null differ
diff --git a/aqua_brushed/img/b_view.png b/aqua_brushed/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/aqua_brushed/img/b_view.png and /dev/null differ
diff --git a/aqua_brushed/img/b_views.png b/aqua_brushed/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/aqua_brushed/img/b_views.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_browse.png b/aqua_brushed/img/bd_browse.png
deleted file mode 100644
index 156f2dbf5..000000000
Binary files a/aqua_brushed/img/bd_browse.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_deltbl.png b/aqua_brushed/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/aqua_brushed/img/bd_deltbl.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_drop.png b/aqua_brushed/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/aqua_brushed/img/bd_drop.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_empty.png b/aqua_brushed/img/bd_empty.png
deleted file mode 100644
index 9a149dba3..000000000
Binary files a/aqua_brushed/img/bd_empty.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_firstpage.png b/aqua_brushed/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/aqua_brushed/img/bd_firstpage.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_ftext.png b/aqua_brushed/img/bd_ftext.png
deleted file mode 100644
index 018ebc872..000000000
Binary files a/aqua_brushed/img/bd_ftext.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_index.png b/aqua_brushed/img/bd_index.png
deleted file mode 100644
index 660138200..000000000
Binary files a/aqua_brushed/img/bd_index.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_insrow.png b/aqua_brushed/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/aqua_brushed/img/bd_insrow.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_lastpage.png b/aqua_brushed/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/aqua_brushed/img/bd_lastpage.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_nextpage.png b/aqua_brushed/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/aqua_brushed/img/bd_nextpage.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_prevpage.png b/aqua_brushed/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/aqua_brushed/img/bd_prevpage.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_primary.png b/aqua_brushed/img/bd_primary.png
deleted file mode 100644
index e984c8f5e..000000000
Binary files a/aqua_brushed/img/bd_primary.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_sbrowse.png b/aqua_brushed/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/aqua_brushed/img/bd_sbrowse.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_select.png b/aqua_brushed/img/bd_select.png
deleted file mode 100644
index 4a8ad7aa8..000000000
Binary files a/aqua_brushed/img/bd_select.png and /dev/null differ
diff --git a/aqua_brushed/img/bd_unique.png b/aqua_brushed/img/bd_unique.png
deleted file mode 100644
index 0166c6e80..000000000
Binary files a/aqua_brushed/img/bd_unique.png and /dev/null differ
diff --git a/aqua_brushed/img/error.ico b/aqua_brushed/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/aqua_brushed/img/error.ico and /dev/null differ
diff --git a/aqua_brushed/img/item.png b/aqua_brushed/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/aqua_brushed/img/item.png and /dev/null differ
diff --git a/aqua_brushed/img/item_ltr.png b/aqua_brushed/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/aqua_brushed/img/item_ltr.png and /dev/null differ
diff --git a/aqua_brushed/img/item_rtl.png b/aqua_brushed/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/aqua_brushed/img/item_rtl.png and /dev/null differ
diff --git a/aqua_brushed/img/logo_left.png b/aqua_brushed/img/logo_left.png
deleted file mode 100644
index c00cfaf02..000000000
Binary files a/aqua_brushed/img/logo_left.png and /dev/null differ
diff --git a/aqua_brushed/img/logo_right.png b/aqua_brushed/img/logo_right.png
deleted file mode 100644
index c9eb424c7..000000000
Binary files a/aqua_brushed/img/logo_right.png and /dev/null differ
diff --git a/aqua_brushed/img/php_sym.png b/aqua_brushed/img/php_sym.png
deleted file mode 100644
index e3a5e1aac..000000000
Binary files a/aqua_brushed/img/php_sym.png and /dev/null differ
diff --git a/aqua_brushed/img/pma_logo2.png b/aqua_brushed/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/aqua_brushed/img/pma_logo2.png and /dev/null differ
diff --git a/aqua_brushed/img/s_asc.png b/aqua_brushed/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/aqua_brushed/img/s_asc.png and /dev/null differ
diff --git a/aqua_brushed/img/s_asci.png b/aqua_brushed/img/s_asci.png
deleted file mode 100644
index a67c3bf5f..000000000
Binary files a/aqua_brushed/img/s_asci.png and /dev/null differ
diff --git a/aqua_brushed/img/s_attention.png b/aqua_brushed/img/s_attention.png
deleted file mode 100644
index 5625386a8..000000000
Binary files a/aqua_brushed/img/s_attention.png and /dev/null differ
diff --git a/aqua_brushed/img/s_cancel.png b/aqua_brushed/img/s_cancel.png
deleted file mode 100644
index e37bcd202..000000000
Binary files a/aqua_brushed/img/s_cancel.png and /dev/null differ
diff --git a/aqua_brushed/img/s_cancel2.png b/aqua_brushed/img/s_cancel2.png
deleted file mode 100644
index 5a5f94755..000000000
Binary files a/aqua_brushed/img/s_cancel2.png and /dev/null differ
diff --git a/aqua_brushed/img/s_db.png b/aqua_brushed/img/s_db.png
deleted file mode 100644
index fcbcd810c..000000000
Binary files a/aqua_brushed/img/s_db.png and /dev/null differ
diff --git a/aqua_brushed/img/s_desc.png b/aqua_brushed/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/aqua_brushed/img/s_desc.png and /dev/null differ
diff --git a/aqua_brushed/img/s_error.png b/aqua_brushed/img/s_error.png
deleted file mode 100644
index 59c81d0ae..000000000
Binary files a/aqua_brushed/img/s_error.png and /dev/null differ
diff --git a/aqua_brushed/img/s_error2.png b/aqua_brushed/img/s_error2.png
deleted file mode 100644
index 63d09d900..000000000
Binary files a/aqua_brushed/img/s_error2.png and /dev/null differ
diff --git a/aqua_brushed/img/s_fulltext.png b/aqua_brushed/img/s_fulltext.png
deleted file mode 100644
index 26b9780fc..000000000
Binary files a/aqua_brushed/img/s_fulltext.png and /dev/null differ
diff --git a/aqua_brushed/img/s_host.png b/aqua_brushed/img/s_host.png
deleted file mode 100644
index 9289a311a..000000000
Binary files a/aqua_brushed/img/s_host.png and /dev/null differ
diff --git a/aqua_brushed/img/s_info.png b/aqua_brushed/img/s_info.png
deleted file mode 100644
index 78e1035ae..000000000
Binary files a/aqua_brushed/img/s_info.png and /dev/null differ
diff --git a/aqua_brushed/img/s_lang.png b/aqua_brushed/img/s_lang.png
deleted file mode 100644
index a4d586f88..000000000
Binary files a/aqua_brushed/img/s_lang.png and /dev/null differ
diff --git a/aqua_brushed/img/s_loggoff.png b/aqua_brushed/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/aqua_brushed/img/s_loggoff.png and /dev/null differ
diff --git a/aqua_brushed/img/s_notice.png b/aqua_brushed/img/s_notice.png
deleted file mode 100644
index dbf8913bc..000000000
Binary files a/aqua_brushed/img/s_notice.png and /dev/null differ
diff --git a/aqua_brushed/img/s_okay.png b/aqua_brushed/img/s_okay.png
deleted file mode 100644
index c3a793474..000000000
Binary files a/aqua_brushed/img/s_okay.png and /dev/null differ
diff --git a/aqua_brushed/img/s_partialtext.png b/aqua_brushed/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/aqua_brushed/img/s_partialtext.png and /dev/null differ
diff --git a/aqua_brushed/img/s_passwd.png b/aqua_brushed/img/s_passwd.png
deleted file mode 100644
index 6e1395355..000000000
Binary files a/aqua_brushed/img/s_passwd.png and /dev/null differ
diff --git a/aqua_brushed/img/s_process.png b/aqua_brushed/img/s_process.png
deleted file mode 100644
index 450292ee2..000000000
Binary files a/aqua_brushed/img/s_process.png and /dev/null differ
diff --git a/aqua_brushed/img/s_really.png b/aqua_brushed/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/aqua_brushed/img/s_really.png and /dev/null differ
diff --git a/aqua_brushed/img/s_reload.png b/aqua_brushed/img/s_reload.png
deleted file mode 100644
index 503523be0..000000000
Binary files a/aqua_brushed/img/s_reload.png and /dev/null differ
diff --git a/aqua_brushed/img/s_rights.png b/aqua_brushed/img/s_rights.png
deleted file mode 100644
index bf412caab..000000000
Binary files a/aqua_brushed/img/s_rights.png and /dev/null differ
diff --git a/aqua_brushed/img/s_status.png b/aqua_brushed/img/s_status.png
deleted file mode 100644
index 01531846c..000000000
Binary files a/aqua_brushed/img/s_status.png and /dev/null differ
diff --git a/aqua_brushed/img/s_success.png b/aqua_brushed/img/s_success.png
deleted file mode 100644
index 2f86f0ae6..000000000
Binary files a/aqua_brushed/img/s_success.png and /dev/null differ
diff --git a/aqua_brushed/img/s_tbl.png b/aqua_brushed/img/s_tbl.png
deleted file mode 100644
index 4f82eff42..000000000
Binary files a/aqua_brushed/img/s_tbl.png and /dev/null differ
diff --git a/aqua_brushed/img/s_theme.png b/aqua_brushed/img/s_theme.png
deleted file mode 100644
index 1433fe60b..000000000
Binary files a/aqua_brushed/img/s_theme.png and /dev/null differ
diff --git a/aqua_brushed/img/s_vars.png b/aqua_brushed/img/s_vars.png
deleted file mode 100644
index d9bde5578..000000000
Binary files a/aqua_brushed/img/s_vars.png and /dev/null differ
diff --git a/aqua_brushed/img/s_views.png b/aqua_brushed/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/aqua_brushed/img/s_views.png and /dev/null differ
diff --git a/aqua_brushed/img/s_warn.png b/aqua_brushed/img/s_warn.png
deleted file mode 100644
index 0f9d67097..000000000
Binary files a/aqua_brushed/img/s_warn.png and /dev/null differ
diff --git a/aqua_brushed/img/spacer.png b/aqua_brushed/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/aqua_brushed/img/spacer.png and /dev/null differ
diff --git a/aqua_brushed/img/tbl_error.png b/aqua_brushed/img/tbl_error.png
deleted file mode 100644
index 962ee0509..000000000
Binary files a/aqua_brushed/img/tbl_error.png and /dev/null differ
diff --git a/aqua_brushed/img/tbl_header.png b/aqua_brushed/img/tbl_header.png
deleted file mode 100644
index 53269114c..000000000
Binary files a/aqua_brushed/img/tbl_header.png and /dev/null differ
diff --git a/aqua_brushed/img/tbl_th.png b/aqua_brushed/img/tbl_th.png
deleted file mode 100644
index b927f19fb..000000000
Binary files a/aqua_brushed/img/tbl_th.png and /dev/null differ
diff --git a/aqua_brushed/img/td_BG.png b/aqua_brushed/img/td_BG.png
deleted file mode 100644
index a558ab9a8..000000000
Binary files a/aqua_brushed/img/td_BG.png and /dev/null differ
diff --git a/aqua_brushed/img/window-new.png b/aqua_brushed/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/aqua_brushed/img/window-new.png and /dev/null differ
diff --git a/aqua_brushed/info.inc.php b/aqua_brushed/info.inc.php
deleted file mode 100644
index 3a5a8b620..000000000
--- a/aqua_brushed/info.inc.php
+++ /dev/null
@@ -1,18 +0,0 @@
-
- *
- * @version $Id$
- * @package phpMyAdmin-theme
- * @subpackage Aqua_Brushed
- */
-
-/**
- *
- */
-$theme_name = 'Aqua Brushed';
-$theme_full_version = '2.8';
-?>
diff --git a/aqua_brushed/layout.inc.php b/aqua_brushed/layout.inc.php
deleted file mode 100644
index afc73c1fb..000000000
--- a/aqua_brushed/layout.inc.php
+++ /dev/null
@@ -1,111 +0,0 @@
-getImgPath() . 'RightBg.png)';
-
-// color of the pointer in navi frame
-$GLOBALS['cfg']['NaviPointerColor'] = '#9999CC';
-
-/**
- * main frame
- */
-// foreground (text) color for the main frame
-$GLOBALS['cfg']['MainColor'] = '#000000';
-
-// background for the main frame
-$GLOBALS['cfg']['MainBackground'] = '#ffffff fixed url(' . $_SESSION['PMA_Theme']->getImgPath() . 'RightBg.png)';
-
-// color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#BDC5CC';
-
-// color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#CCCCCC';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = '';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-/**
- * font size as a valid css font size value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontSize'] = '8pt';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#B5BDC7 repeat-x top url(' . $_SESSION['PMA_Theme']->getImgPath() . 'tbl_header.png)';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000000';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#EFEFEF';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#E5E5E5';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 550;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 310;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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
deleted file mode 100644
index 388ff3f13..000000000
Binary files a/aqua_brushed/screen.png and /dev/null differ
diff --git a/arctic_ocean/css/theme_left.css.php b/arctic_ocean/css/theme_left.css.php
deleted file mode 100644
index 98853f7a1..000000000
--- a/arctic_ocean/css/theme_left.css.php
+++ /dev/null
@@ -1,267 +0,0 @@
-getImgPath();
-
- // 2007-08-24 (mkkeck)
- // Get font-sizes
- $pma_fsize = $GLOBALS['PMA_Config']->get('fontsize');
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- if (!empty($pma_fsize)) {
- $pma_fsize = ($pma_fsize * 0.01);
- } else {
- $pma_fsize = 1;
- }
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- }
- if (!isset($usr_fsize)) {
- $usr_fsize = 11;
- }
- if ( isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix']) ) {
- $funit = strtolower($GLOBALS['cfg']['FontSizePrefix']);
- }
- if (!isset($funit) || ($funit!='px' && $funit != 'pt')) {
- $funit = 'px';
- }
- $fsize = ($usr_fsize - 2);
- if ($pma_fsize) {
- $fsize = number_format( (intval($usr_fsize) * $pma_fsize), 0 );
- }
-
-?>
-/******************************************************************************/
-/* general tags */
-html, td, body {
-
- font-family: ;
-
- font-size: ;
-}
-body {
- background: ;
- background-image: url('wbg_left.jpg');
- background-repeat: repeat-y;
- background-position: 0px 0px;
- color: ;
-
- font-family: ;
-
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 15px;
- padding-right: 10px;
-}
-p, h1, h2, h3, form {
- margin: 0px;
- padding: 0px;
-}
-
-a img { border: none; }
-form { display: inline; }
-select { width: 100%; }
-select optgroup, select option { font-style: normal; }
-button { display: inline; }
-
-/******************************************************************************/
-/* classes */
-
-/* leave some space between icons and text */
-.icon {
- margin-left: 1px;
- margin-right: 1px;
- vertical-align: middle;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- border-bottom: 1px solid ;
- margin-bottom: 1px;
- padding-bottom: 1px;
-}
-div#pmalogo, div#leftframelinks { text-align: center; }
-div#databaseList { text-align: left; }
-
-div#leftframelinks .icon {
- margin: 0;
- padding: 0;
-}
-
-div#leftframelinks a img.icon {
- border: 1px none ;
- margin: 0;
- padding: 2px;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- font-size: 95%;
- margin: 0;
- padding: 0;
-}
-
-/* leftdatabaselist */
-div#left_tableList ul {
- background: ;
- font-size: 95%;
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-div#left_tableList ul li.marked, div#left_tableList ul li.marked a,
-div#left_tableList ul li.marked ul li.marked, div#left_tableList ul li.marked ul li.marked a {
- background: ;
- color: ;
-}
-div#left_tableList ul li.marked ul, div#left_tableList ul li.marked ul li, div#left_tableList ul li.marked ul a {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover{
- background: ;
- color: ;
-}
-div#left_tableList ul li:hover, div#left_tableList ul li:hover a, div#left_tableList ul li a:hover,
-div#left_tableList ul li:hover ul li:hover, div#left_tableList ul li:hover ul li:hover a, div#left_tableList ul li ul li a:hover {
- background: ;
- color: ;
-}
-
-div#left_tableList ul li.marked a:hover, div#left_tableList ul li.marked ul li.marked a:hover {
- background: ;
- color: ;
-}
-
-div#left_tableList ul li:hover ul, div#left_tableList ul li:hover ul li,div#left_tableList ul li:hover ul a {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- background: ;
- border-bottom: 1px none ;
- border-left: 1px none ;
- color: ;
- margin-left: 0;
- padding-left: 15px;
- padding-bottom: 1px;
-}
-
-ul#databaseList, ul#databaseList ul {
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#databaseList li {
- border-bottom: 1px solid #585880;
- font-weight: bold;
- list-style: none;
- margin: 2px 0px 2px 0px;
- padding: 0px 0px 2px 0px;
- white-space: nowrap;
-}
-ul#databaseList li ul li {
- border-bottom: none;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#databaseList {
- background-color: ;
- color: #585880;
-}
-ul#databaseList a:link, ul#databaseList a:active, ul#databaseList a:visited {
- background-color: ;
- background-image: url('b_sdb.png');
- background-position: ;
- background-repeat: no-repeat;
- color: ;
- font-weight: normal;
- padding-: 12px;
- text-decoration: none;
-}
-
-ul#databaseList a:hover,
-ul#databaseList > li:hover > a, ul#databaseList > ul li:hover > a {
- background-color: ;
- color: ;
-}
-
-ul#databaseList a:hover { text-decoration: underline; }
-
-
diff --git a/arctic_ocean/css/theme_print.css.php b/arctic_ocean/css/theme_print.css.php
deleted file mode 100644
index 1c070aa21..000000000
--- a/arctic_ocean/css/theme_print.css.php
+++ /dev/null
@@ -1,110 +0,0 @@
-get('fontsize');
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- $pma_fsize = @($pma_fsize / 100);
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- $fsize = ceil($usr_fsize * $pma_fsize)
- . ( (isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix'])) ? $GLOBALS['cfg']['FontSizePrefix'] : 'pt' );
- } else
- $fsize = $GLOBALS['PMA_Config']->get('fontsize');
-?>
-html {
- font-size: ;
-}
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-
- font-family: ;
-
- font-size: ;
-}
-
-
-a:link, a:visited, a:active {
- color: #696ab5;
- font-weight: bold;
- text-decoration: none;
-}
-a:hover {
- color: #585880;
- text-decoration: none;
-}
-
-h1, h2, h3 { font-weight: bold; }
-h1 { font-size: 130%; }
-h2 { font-size: 120%; }
-h3 { font-size: 110%; }
-
-img { border: none; }
-
-table, th, td {
- border-width: 1px;
- border-color: #000000;
- border-style: solid;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-th, td { padding: 2px; }
-th {
- background-color: #e5e5e5;
- color: #585880;
- font-weight: bold;
-}
-table tr.odd th, table tr.odd td,
-table tr.even th, table tr.even td, .even {
- text-align: ;
-}
-table tr.hover th, table tr.odd:hover th, table tr.even:hover th {
- background: ;
- color: ;
-}
-table tr.hover td, table tr.odd:hover td, table tr.even:hover td {
- color: #000000;
- background-color: ;
-}
-table td table {
- margin: 0px;
- padding: 0px;
- width: auto;
-}
-table td table, table td table td, table td table th {
- border: 1px none #999999;
-}
-table td table td, table td table th {
- font-size: 95%;
- white-space: nowrap;
-}
-
-#serverinfo {
- background-color: #ffffff;
- font-weight: bold;
- padding: 5px 5px 5px 5px;
- margin-top: 0px;
- white-space: nowrap;
- vertical-align: middle;
- border-bottom: 1px solid #585880;
- height: 16px;
-}
-#serverinfo .item { white-space: nowrap; }
-#serverinfo img { margin: 0px 1px 0px 1px; }
-#serverinfo .separator img {
- width: 9px;
- height: 11px;
- margin: 0px 2px 0px 2px;
- vertical-align: middle;
-}
-
-#selflink { display: none; }
diff --git a/arctic_ocean/css/theme_right.css.php b/arctic_ocean/css/theme_right.css.php
deleted file mode 100644
index ea2f27344..000000000
--- a/arctic_ocean/css/theme_right.css.php
+++ /dev/null
@@ -1,1084 +0,0 @@
-getImgPath();
-
- // 2007-08-24 (mkkeck)
- // Get font-sizes
- $pma_fsize = $GLOBALS['PMA_Config']->get('fontsize');
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- if (!empty($pma_fsize)) {
- $pma_fsize = ($pma_fsize * 0.01);
- } else {
- $pma_fsize = 1;
- }
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- }
- if (!isset($usr_fsize)) {
- $usr_fsize = 11;
- }
- if ( isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix']) ) {
- $funit = strtolower($GLOBALS['cfg']['FontSizePrefix']);
- }
- if (!isset($funit) || ($funit!='px' && $funit != 'pt')) {
- $funit = 'pt';
- }
- $fsize = $usr_fsize;
- if ($pma_fsize) {
- $fsize = number_format( (intval($usr_fsize) * $pma_fsize), 0 );
- }
-
- // mkkeck: 2007-05-10
- // Get the file name for the css-style
- // TODO:
- // replace on /libraries/header_meta_style.inc.php
- // echo '';
- // with the folow lines
- // echo '';
-
- // default file
- $tmp_css_type = 'browse';
- if (isset($_REQUEST['type'])) {
- if (stristr($_REQUEST['type'], 'main')) {
- // main window
- $tmp_css_type = 'main';
- } else if (stristr($_REQUEST['type'], 'querywin')) {
- // query window
- $tmp_css_type = 'popup';
- } else if (stristr($_REQUEST['type'], 'inline')) {
- // inline popup
- $tmp_css_type = 'inline';
- }
- }
- if (isset($GLOBALS['cfg']['LightTabs']) && $GLOBALS['cfg']['LightTabs']) {
- $tmp_css_type = '';
- }
-
- // Check Fonts
- $font_family = 'sans-serif';
- $font_fixed = 'mono-space';
- if (isset($GLOBALS['cfg']['FontFamily']) && !empty($GLOBALS['cfg']['FontFamily'])) {
- $font_family = $GLOBALS['cfg']['FontFamily'];
- $font_fixed = $GLOBALS['cfg']['FontFamily'];
- }
- if (isset($GLOBALS['cfg']['FontFamilyFixed']) && !empty($GLOBALS['cfg']['FontFamilyFixed'])) {
- $font_fixed = $GLOBALS['cfg']['FontFamilyFixed'];
- }
-
-?>
-/* BASICS */
-html, body, td, th {
- font-family: ;
- font-size: ;
-}
-body {
- background: ;
-
- background-attachment: fixed;
- background-image: url('wbg_right.jpg');
- background-position: 100% 100%;
- background-repeat: no-repeat;
-
- color: ;
-
- margin: 55px 5px 5px 5px;
-
- margin: 25px 5px 5px 5px;
-
- margin: 0px 0px 0px 0px;
-
- margin: 5px 5px 5px 5px;
-
- padding: 0px 0px 0px 0px;
-}
-button, img, input, select { vertical-align: middle; }
-textarea, tt, pre, code { font-family: ; }
-
-a:link, a:visited, a:active {
- color: #696ab5;
- font-weight: bold;
- text-decoration: none;
-}
-a:hover {
- color: #585880;
- text-decoration: none;
-}
-a img { border: none; }
-button { display: inline; }
-h1, h2, h3 { font-weight: bold; }
-h1 { font-size: ; }
-h2 { font-size: ; }
-h3 { font-size: ; }
-
-img.icon {
- margin-left: ;
- margin-right: ;
-}
-img.lightbulb { cursor: pointer; }
-dfn, dfn:hover { font-style: normal; }
-dfn:hover { cursor: url('b_info.png'), default; }
-hr {
- color: #585880;
- background: #585880;
- border: 1px none #585880;
- height: 1px;
- margin-bottom: ;
- margin-top: ;
-}
-
-/* TABLES */
-table caption, table th, table td {
- padding: ;
- vertical-align: top;
-}
-table tr.odd th, table tr.odd td, .odd {
- background: ;
-}
-table tr.even th, table tr.even td, .even {
- background: ;
-}
-table tr.odd th, table tr.odd td,
-table tr.even th, table tr.even td, .even {
- text-align: ;
-}
-table tr.marked th, table tr.marked td, .marked {
- background: ;
- color: ;
-}
-.odd:hover, .even:hover, .hover {
- background: ;
- color: ;
-}
-table tr.hover th, table tr.hover td, table tr.odd:hover th, table tr.even:hover th, table tr.odd:hover td, table tr.even:hover td {
- background: ;
- color: ;
-}
-tr.condition th, tr.condition td, td.condition, th.condition {
- border: 1px solid ;
-}
-table [class=value] {
- white-space: normal;
-}
-td img.icon, th img.icon { margin: 0px 0px 0px 0px; }
-.odd .value, .even .value, .marked .value {
- text-align: ;
-}
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-table caption.tblHeaders, th.tblHeaders { background-image: url('tbg_th0.png'); }
-thead th { background-image: url('tbg_th1.png'); }
-
-/* end TABLES */
-
-/* FORMS */
-form {
- display: inline;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-fieldset {
- background: transparent;
- border: 1px solid #585880;
- margin-top: ;
- padding: ;
-
-}
-fieldset fieldset {
- background: transparent;
- margin: ;
-}
-fieldset legend, fieldset fieldset legend {
- background-position: left top;
- background-repeat: repeat-x;
- border: 1px solid #585880;
- color: ;
- margin-bottom: ;
- padding: ;
-}
-fieldset legend {
- background-color: ;
- background-image: url('tbg_th0.png');
- color: ;
-}
-fieldset fieldset legend {
- background-color: ;
- background-image: url('tbg_th1.png');
- color: ;
-}
-fieldset legend a:link, fieldset legend a:active, fieldset legend a:visited {
- color: #585880;
-}
-fieldset.tblFooters {
- background-color: ;
- background-image: url('tbg_th3.png');
- background-position: left bottom;
- background-repeat: repeat-x;
- border-bottom: 1px solid #585880;
- border-left: 1px solid #585880;
- border-right: 1px solid #585880;
- border-top: none;
- clear: both;
- color: ;
- float: none;
- margin-top: 0px;
- margin-bottom: ;
- text-align: center;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 15px;
- /* IE */
- white-space: nowrap;
-}
-fieldset div[class=formelement] {
- white-space: normal;
-}
-fieldset#exportoptions {
- white-space: nowrap;
- width: 25%;
-}
-button.mult_submit {
- background-color: transparent;
- border: none;
-}
-
-
-.value {
- font-family: ;
- white-space: normal;
-}
-.value .attention { color: #990000; }
-.value .allfine { color: #006600; }
-
-
-
-/* PDF */
-.pdflayout {
- background-color: #ffffff;
- border: 1px solid #585880;
- clip: inherit;
- display: none;
- overflow: hidden;
- position: relative;
-}
-.pdflayout_table {
- background: ;
- border: 1px dashed #585880;
- clip: inherit;
- color: #000000;
- cursor: move;
- display: inline;
- font-size: ;
- overflow: hidden;
- position: absolute;
- visibility: inherit;
- z-index: 2;
-}
-/* end PDF */
-
-/* PARSER */
-.syntax {
- font-size: ;
-}
-.syntax_comment {
- padding-left: 5px;
- padding-right: 5px;
-}
-.syntax_alpha_columnType, .syntax_alpha_columnAttrib, .syntax_alpha_functionName, .syntax_alpha_reservedWord {
- text-transform: uppercase;
-}
-.syntax_alpha_reservedWord {
- font-weight: bold;
-}
-.syntax_quote {
- white-space: pre;
-}
-/* end PARSER */
-
-
-
-.selectallarrow {
- margin-: 0.3em;
- margin-: 0.6em;
-}
-
-/* MESSAGE BOXES: warning, error, confirmation */
-div.error, div.notice, div.warning, h1.error, h1.notice, h1.warning, p.error, p.notice, p.warning {
- margin: 5px 0px 5px 0px;
-
- background-repeat: no-repeat;
-
- background-position: 5px 5px;
- padding: 5px 5px 5px 25px;
-
- background-position: 99% 5px;
- padding: 5px 25px 5px 5px;
-
-
- padding: 5px 5px 5px 5px;
-
- text-align: ;
-}
-div.notice, h1.notice {
-
- background-image: url('s_notice.png');
-
- border: 1px solid #ffd700;
-}
-.notice {
- background-color: #ffffdd;
- color: #000000;
-}
-.notice h1 {
- border-bottom: 1px solid #ffd700;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
- text-align: ;
-}
-div.warning, h1.warning, p.warning {
-
- background-image: url('s_warn.png');
-
- border: 1px solid #990000;
- text-align: ;
-}
-.warning {
- background-color: #fff0f0;
- color: #990000;
-}
-.warning h1 {
- border-bottom: 1px solid #990000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
-}
-div.error, h1.error {
-
- background-image: url('s_error.png');
-
- border: 1px solid #990000;
-}
-.error h1 {
- border-bottom: 1px solid #990000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
-}
-.error {
- background-color: #fff0f0;
- color: #990000;
-}
-fieldset.confirmation {
- border: 1px solid #990000;
-}
-fieldset.confirmation legend {
- background-color: #990000;
- border: 1px solid #990000;
- color: #ffffff;
- font-weight: bold;
-
- background-image: url('s_really.png');
- background-repeat: no-repeat;
-
- background-position: 1px 50%;
- padding: 2px 2px 2px 25px;
-
- background-position: 97% 50%;
- padding: 2px 25px 2px 2px;
-
-
-}
-.confirmation {
- background-color: #fff0f0;
-}
-.confirmation hr {
- background: #990000;
- border: 1px none #990000;
- color: #990000;
- height: 1px;
- margin-bottom: 5px;
- margin-top: 5px;
-}
-/* end MESSAGE BOXES */
-
-
-.tblcomment {
- color: #000099;
- font-size: ;
- font-weight: normal;
-}
-
-.tblHeaders, th, caption {
- background: ;
- color: ;
- font-weight: bold;
-}
-
-.tblFooters {
- background: ;
- color: ;
- font-weight: normal;
-}
-
-.tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited,
-.tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {
- color: #696ab5;
-}
-
-.tblHeaders a:hover, .tblFooters a:hover {
- color: #585880;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #990000;
- 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;
- color: #666666;
-}
-
-/**
- * login form
- */
-body.loginform h1, body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- margin: 0px auto;
- text-align: ;
- width: 30em;
-}
-
-form.login label {
- float: ;
- font-weight: bolder;
- width: 10em;
-}
-
-/* -- Top-Navi -- */
-#serverinfo {
- background-color: ;
- border-bottom: 1px solid #585880;
- font-weight: bold;
- height: 16px;
- margin-top: 0px;
- padding: 5px 5px 5px 5px;
- white-space: nowrap;
- vertical-align: middle;
-}
-#serverinfo .item { white-space: nowrap; }
-#serverinfo img { margin: 0px 1px 0px 1px; }
-ul#topmenu { list-style-type: none; }
-ul#topmenu li { vertical-align: middle; }
-#topmenu img {
- margin-: 2px;
- vertical-align: middle;
-}
-.tab, .tabcaution, .tabactive {
- display: block;
- margin: 0px 0px 0px 0px;
- padding: 4px 2px 4px 2px;
- white-space: nowrap;
-}
-span.tab, span.tabcaution { color: #666666; }
-a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited { color: #990000; }
-a.tabcaution:hover {
- color: #ffffff;
- background-color: #990000;
-}
-
-a.tabactive:link, a.tabactive:active, a.tabactive:visited { color: #585880; }
-
-#serverinfo, #topmenucontainer {
-
- position: absolute;
-
- position: fixed;
- width: 100%;
-
-}
-#serverinfo {
-
- left: 0px;
- top: expression(eval(document.documentElement.scrollTop));
- width: 100%;
-
- top: 0px;
- left: 0px;
-
-}
-#serverinfo .separator img {
- width: 9px;
- height: 11px;
- margin: 0px 0px ;
- vertical-align: middle;
-}
-#topmenucontainer {
- background-color: ;
- background-image: url('tbg_nav0.png');
- background-repeat: repeat-x;
- background-position: center bottom;
- border-top: solid #ffffff;
- border-right: none;
- border-bottom: 5px solid #ffffff;
- border-left: none;
- color: #000000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- white-space: nowrap;
-
- left: 0px;
- top: expression(eval(document.documentElement.scrollTop));
- width: expression(eval(document.documentElement.clientWidth));
-
- top: ;
- left: 0px;
-
-}
-#topmenu {
- border: none;
- float: ;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#topmenu li {
- background-color: #333333;
- background-image: url('tbg_nav1.png');
- background-repeat: repeat-x;
- background-position: center top;
- border-bottom: none;
- margin: 0px 0px 0px 0px;
- padding-right: 1px;
-}
-.tab, .tabcaution, .tabactive {
- background-color: ;
- background-repeat: repeat-x;
- background-position: center top;
- border: none;
-}
-.tab, .tabactive, .tabcaution, a.tab:hover, a.tabactive:hover, a.tabcaution:hover {
- margin: 0px 0px 0px 0px;
- padding: 4px 2px 4px 2px;
- text-decoration: none;
-}
-.tab, a.tab:link, a.tab:active, a.tab:visited {
- color: #000000;
- background-color: ;
- background-image: url('tbg_nav0.png');
-}
-a.tab:hover {
- color: #000000;
- background-color: #666666;
- background-image: url('tbg_nav4.png');
-}
-.tabcaution, a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited {
- color: #990000;
- background-color: ;
- background-image: url('tbg_nav0.png');
-}
-a.tabcaution:hover {
- color: #990000;
- background-color: #cc9999;
- background-image: url('tbg_nav3.png');
-}
-a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover {
- color: #000000;
- background-color: ;
- background-image: url('tbg_nav2.png');
-}
-span.tab, span.tabcaution { cursor: url('s_error.png'), default; }
-span.tab img, span.tabcaution img {
-
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-
- -moz-opacity: 0.5;
-
- opacity: 0.5;
-}
-
-
-div.tablepagenav, div.tablepagenav table tr td {
- font-size: ;
- text-align: center;
-}
-div.tablepagenav {
- border-bottom: 1px solid #585880;
- border-top: 1px solid #585880;
- margin-bottom: ;
- margin-top: ;
-}
-div.tablepagenav form {
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-div.tablepagenav table tr td { vertical-align: middle; }
-div.tablepagenav table tr td input, div.tablepagenav table tr td input.textfield {
- font-size: ;
- text-align: center;
-}
-div.tablepagenav table tr td input.textfield { width: 25px; }
-div.tablepagenav table tr td select {
- font-size: ;
-}
-
-/* -- Top-Navi -- */
-
-
-/* CALENDAR */
-table.calendar { width: 100%; }
-table.calendar td {
- background-color: ;
- color: ;
- text-align: center;
-}
-table.calendar td a { display: block; }
-table.calendar td a:hover {
- background-color: ;
- color: ;
-}
-table.calendar th {
- background-color: ;
- color: ;
-}
-table.calendar td.selected {
- background-color: ;
- color: ;
-}
-img.calendar { border: none; }
-#clock_data, form.clock { text-align: center; }
-#clock_data input, form.clock input {
- text-align: center;
- width: 50px;
-}
-/* end CALENDAR */
-
-
-/* table stats */
-div#tablestatistics {
- border-bottom: 1px solid #669999;
- margin-bottom: 5px;
- padding-bottom: 5px;
-}
-div#tablestatistics table {
- float: ;
- margin-bottom: 5px;
- margin-: 5px;
-}
-div#tablestatistics table caption { margin-: 5px; }
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td, #tablespecificuserrights td, #tabledatabases td { vertical-align: middle; }
-/* END server privileges */
-
-
-
-#span_table_comment {
- font-weight: normal;
- font-style: italic;
- white-space: nowrap;
-}
-
-#TooltipContainer {
- font-size: ;
- color: #ffffff;
- background-color: #9eb1cc;
- position: absolute;
- z-index: 99;
- width: ;
- height: auto;
- overflow: auto;
- visibility: hidden;
- border: 1px solid #333333;
- padding: ;
-
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
-
- -moz-opacity: 0.95;
-
- opacity: 0.95;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: 30px 2px 2px 2px;
- padding: 0;
- background-image: none;
- background-color: transparent;
-}
-
-div#querywindowcontainer {
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-div#querywindowcontainer fieldset {
- margin-top: 0;
-}
-/* END querywindow */
-
-
-/* querybox */
-
-div#sqlquerycontainer {
- float: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: none;
- background-position: bottom;
- background-repeat: no-repeat;
- border-bottom: none;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url('item_.png');
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 3px;
- padding-left: 5px;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database { list-style-image: url('b_newdb.png'); }
-li#li_select_lang { list-style-image: url('s_lang.png'); }
-li#li_select_mysql_collation { list-style-image: url('s_asci.png'); }
-li#li_select_mysql_charset { list-style-image: url('s_asci.png'); }
-li#li_select_theme { list-style-image: url('s_theme.png'); }
-li#li_server_info { list-style-image: url('s_host.png'); }
-li#li_user_info { list-style-image: url('b_dbusr.png'); }
-li#li_mysql_status { list-style-image: url('s_status.png'); }
-li#li_mysql_variables { list-style-image: url('s_vars.png'); }
-li#li_mysql_processes { list-style-image: url('s_process.png'); }
-li#li_mysql_collations { list-style-image: url('s_asci.png'); }
-li#li_mysql_engines { list-style-image: url('b_engine.png'); }
-li#li_mysql_binlogs { list-style-image: url('s_tbl.png'); }
-li#li_mysql_databases { list-style-image: url('s_db.png'); }
-li#li_export { list-style-image: url('b_export.png'); }
-li#li_import { list-style-image: url('b_import.png'); }
-li#li_change_password { list-style-image: url('s_passwd.png'); }
-li#li_log_out { list-style-image: url('s_loggoff.png'); }
-li#li_pma_docs { list-style-image: url('b_docs.png'); }
-li#li_phpinfo { list-style-image: url('php_sym.png'); }
-li#li_pma_homepage { list-style-image: url('b_home.png'); }
-li#li_mysql_privilegs { list-style-image: url('s_rights.png'); }
-li#li_switch_dbstats { list-style-image: url('b_dbstatistics.png'); }
-li#li_flush_privileges { list-style-image: url('s_reload.png'); }
-li#li_mysql_proto { list-style-image: url('b_dbsock.png'); }
-li#li_mysql_client_version { list-style-image: url('b_dbclient.png'); }
-li#li_select_fontsize { list-style-image: url('b_fontsize.png'); }
-li#li_used_php_extension { list-style-image: url('b_dbphpext.png'); }
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: em 0.5em 0 0.5em;
- text-align: center;
-}
-#body_browse_foreigners form {
- left: 0px;
- background-color: ;
- margin: 0 0 0 0;
- padding: 0 0 0 0;
-
- position: absolute;
- top: expression(eval(document.documentElement.scrollTop));
-
- position: fixed;
- top: 0px;
-
- width: 100%;
-}
-#body_browse_foreigners, #body_browse_foreigners th, #body_browse_foreigners td {
- font-size: ;
- text-align: ;
-}
-#body_browse_foreigners tfoot th {
- background-color: ;
- background-image: url('tbg_th3.png');
- background-position: left bottom;
-}
-#body_browse_foreigners .formelement {
- float: none; clear: both;
-}
-#body_browse_foreigners fieldset { text-align: center; padding: 0.1em 0.1em 0.1em 0.1em; margin: 0.1em 0.1em 0.1em 0.1em; }
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em none silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order, #div_table_rename, #div_table_copy, #div_table_options {
- clear: both;
- float: none;
- min-width: 48%;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-#buttonGo, #buttonNo, #buttonYes, #submit, #cancel { font-weight: bold; }
-#buttonGo { color: #585880; }
-#buttonNo, #cancel { color: #aa0000; }
-#buttonYes, #submit { color: #006600; }
-#listTable { width: 260px;}
-#textSqlquery { width: 450px; }
-#textSQLDUMP {
- background-color: transparent;
- border: 1px solid #585880;
- color: #333333;
-
- font-family: ;
-
- font-size: 110%;
- width: 99%;
- height: 99%;
-}
\ No newline at end of file
diff --git a/arctic_ocean/img/arrow_ltr.gif b/arctic_ocean/img/arrow_ltr.gif
deleted file mode 100644
index a8f2200ad..000000000
Binary files a/arctic_ocean/img/arrow_ltr.gif and /dev/null differ
diff --git a/arctic_ocean/img/arrow_ltr.png b/arctic_ocean/img/arrow_ltr.png
deleted file mode 100644
index abb38087d..000000000
Binary files a/arctic_ocean/img/arrow_ltr.png and /dev/null differ
diff --git a/arctic_ocean/img/arrow_rtl.gif b/arctic_ocean/img/arrow_rtl.gif
deleted file mode 100644
index 410b678a0..000000000
Binary files a/arctic_ocean/img/arrow_rtl.gif and /dev/null differ
diff --git a/arctic_ocean/img/arrow_rtl.png b/arctic_ocean/img/arrow_rtl.png
deleted file mode 100644
index 016cb2805..000000000
Binary files a/arctic_ocean/img/arrow_rtl.png and /dev/null differ
diff --git a/arctic_ocean/img/b_bookmark.png b/arctic_ocean/img/b_bookmark.png
deleted file mode 100644
index f69230031..000000000
Binary files a/arctic_ocean/img/b_bookmark.png and /dev/null differ
diff --git a/arctic_ocean/img/b_browse.png b/arctic_ocean/img/b_browse.png
deleted file mode 100644
index fc1d87337..000000000
Binary files a/arctic_ocean/img/b_browse.png and /dev/null differ
diff --git a/arctic_ocean/img/b_calendar.png b/arctic_ocean/img/b_calendar.png
deleted file mode 100644
index a91715af2..000000000
Binary files a/arctic_ocean/img/b_calendar.png and /dev/null differ
diff --git a/arctic_ocean/img/b_comment.png b/arctic_ocean/img/b_comment.png
deleted file mode 100644
index 488c13d87..000000000
Binary files a/arctic_ocean/img/b_comment.png and /dev/null differ
diff --git a/arctic_ocean/img/b_dbclient.png b/arctic_ocean/img/b_dbclient.png
deleted file mode 100644
index f261e77dc..000000000
Binary files a/arctic_ocean/img/b_dbclient.png and /dev/null differ
diff --git a/arctic_ocean/img/b_dbphpext.png b/arctic_ocean/img/b_dbphpext.png
deleted file mode 100644
index 317890c86..000000000
Binary files a/arctic_ocean/img/b_dbphpext.png and /dev/null differ
diff --git a/arctic_ocean/img/b_dbsock.png b/arctic_ocean/img/b_dbsock.png
deleted file mode 100644
index 302bbdc0c..000000000
Binary files a/arctic_ocean/img/b_dbsock.png and /dev/null differ
diff --git a/arctic_ocean/img/b_dbstatistics.png b/arctic_ocean/img/b_dbstatistics.png
deleted file mode 100644
index 08bf46c6d..000000000
Binary files a/arctic_ocean/img/b_dbstatistics.png and /dev/null differ
diff --git a/arctic_ocean/img/b_dbusr.png b/arctic_ocean/img/b_dbusr.png
deleted file mode 100644
index a9852e8cd..000000000
Binary files a/arctic_ocean/img/b_dbusr.png and /dev/null differ
diff --git a/arctic_ocean/img/b_deltbl.png b/arctic_ocean/img/b_deltbl.png
deleted file mode 100644
index 7a0ec3420..000000000
Binary files a/arctic_ocean/img/b_deltbl.png and /dev/null differ
diff --git a/arctic_ocean/img/b_docs.png b/arctic_ocean/img/b_docs.png
deleted file mode 100644
index 3b775554b..000000000
Binary files a/arctic_ocean/img/b_docs.png and /dev/null differ
diff --git a/arctic_ocean/img/b_docsql.png b/arctic_ocean/img/b_docsql.png
deleted file mode 100644
index 6f3627210..000000000
Binary files a/arctic_ocean/img/b_docsql.png and /dev/null differ
diff --git a/arctic_ocean/img/b_drop.png b/arctic_ocean/img/b_drop.png
deleted file mode 100644
index 7a0ec3420..000000000
Binary files a/arctic_ocean/img/b_drop.png and /dev/null differ
diff --git a/arctic_ocean/img/b_edit.png b/arctic_ocean/img/b_edit.png
deleted file mode 100644
index 9117b4ece..000000000
Binary files a/arctic_ocean/img/b_edit.png and /dev/null differ
diff --git a/arctic_ocean/img/b_empty.png b/arctic_ocean/img/b_empty.png
deleted file mode 100644
index 933f7f886..000000000
Binary files a/arctic_ocean/img/b_empty.png and /dev/null differ
diff --git a/arctic_ocean/img/b_engine.png b/arctic_ocean/img/b_engine.png
deleted file mode 100644
index 46f3c5ab7..000000000
Binary files a/arctic_ocean/img/b_engine.png and /dev/null differ
diff --git a/arctic_ocean/img/b_export.png b/arctic_ocean/img/b_export.png
deleted file mode 100644
index 0b59c8e74..000000000
Binary files a/arctic_ocean/img/b_export.png and /dev/null differ
diff --git a/arctic_ocean/img/b_firstpage.png b/arctic_ocean/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/arctic_ocean/img/b_firstpage.png and /dev/null differ
diff --git a/arctic_ocean/img/b_fontsize.png b/arctic_ocean/img/b_fontsize.png
deleted file mode 100644
index a07631319..000000000
Binary files a/arctic_ocean/img/b_fontsize.png and /dev/null differ
diff --git a/arctic_ocean/img/b_ftext.png b/arctic_ocean/img/b_ftext.png
deleted file mode 100644
index b28d578ac..000000000
Binary files a/arctic_ocean/img/b_ftext.png and /dev/null differ
diff --git a/arctic_ocean/img/b_help.png b/arctic_ocean/img/b_help.png
deleted file mode 100644
index a4f2f4f09..000000000
Binary files a/arctic_ocean/img/b_help.png and /dev/null differ
diff --git a/arctic_ocean/img/b_home.png b/arctic_ocean/img/b_home.png
deleted file mode 100644
index 30e9ff484..000000000
Binary files a/arctic_ocean/img/b_home.png and /dev/null differ
diff --git a/arctic_ocean/img/b_import.png b/arctic_ocean/img/b_import.png
deleted file mode 100644
index 7266b1a96..000000000
Binary files a/arctic_ocean/img/b_import.png and /dev/null differ
diff --git a/arctic_ocean/img/b_index.png b/arctic_ocean/img/b_index.png
deleted file mode 100644
index 654ccf5d7..000000000
Binary files a/arctic_ocean/img/b_index.png and /dev/null differ
diff --git a/arctic_ocean/img/b_info.png b/arctic_ocean/img/b_info.png
deleted file mode 100644
index 391e16799..000000000
Binary files a/arctic_ocean/img/b_info.png and /dev/null differ
diff --git a/arctic_ocean/img/b_insrow.png b/arctic_ocean/img/b_insrow.png
deleted file mode 100644
index 251dd6b2d..000000000
Binary files a/arctic_ocean/img/b_insrow.png and /dev/null differ
diff --git a/arctic_ocean/img/b_lastpage.png b/arctic_ocean/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/arctic_ocean/img/b_lastpage.png and /dev/null differ
diff --git a/arctic_ocean/img/b_minus.png b/arctic_ocean/img/b_minus.png
deleted file mode 100644
index 36500bb08..000000000
Binary files a/arctic_ocean/img/b_minus.png and /dev/null differ
diff --git a/arctic_ocean/img/b_newdb.png b/arctic_ocean/img/b_newdb.png
deleted file mode 100644
index 407746327..000000000
Binary files a/arctic_ocean/img/b_newdb.png and /dev/null differ
diff --git a/arctic_ocean/img/b_newtbl.png b/arctic_ocean/img/b_newtbl.png
deleted file mode 100644
index f798f4276..000000000
Binary files a/arctic_ocean/img/b_newtbl.png and /dev/null differ
diff --git a/arctic_ocean/img/b_nextpage.png b/arctic_ocean/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/arctic_ocean/img/b_nextpage.png and /dev/null differ
diff --git a/arctic_ocean/img/b_pdfdoc.png b/arctic_ocean/img/b_pdfdoc.png
deleted file mode 100644
index 18ff17bf1..000000000
Binary files a/arctic_ocean/img/b_pdfdoc.png and /dev/null differ
diff --git a/arctic_ocean/img/b_plus.png b/arctic_ocean/img/b_plus.png
deleted file mode 100644
index 477710f2f..000000000
Binary files a/arctic_ocean/img/b_plus.png and /dev/null differ
diff --git a/arctic_ocean/img/b_prevpage.png b/arctic_ocean/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/arctic_ocean/img/b_prevpage.png and /dev/null differ
diff --git a/arctic_ocean/img/b_primary.png b/arctic_ocean/img/b_primary.png
deleted file mode 100644
index fa04bff18..000000000
Binary files a/arctic_ocean/img/b_primary.png and /dev/null differ
diff --git a/arctic_ocean/img/b_print.png b/arctic_ocean/img/b_print.png
deleted file mode 100644
index 3e640e8f2..000000000
Binary files a/arctic_ocean/img/b_print.png and /dev/null differ
diff --git a/arctic_ocean/img/b_props.png b/arctic_ocean/img/b_props.png
deleted file mode 100644
index 37c270cd2..000000000
Binary files a/arctic_ocean/img/b_props.png and /dev/null differ
diff --git a/arctic_ocean/img/b_relations.png b/arctic_ocean/img/b_relations.png
deleted file mode 100644
index c4d7aaa77..000000000
Binary files a/arctic_ocean/img/b_relations.png and /dev/null differ
diff --git a/arctic_ocean/img/b_save.png b/arctic_ocean/img/b_save.png
deleted file mode 100644
index 89b337627..000000000
Binary files a/arctic_ocean/img/b_save.png and /dev/null differ
diff --git a/arctic_ocean/img/b_sbrowse.png b/arctic_ocean/img/b_sbrowse.png
deleted file mode 100644
index 56dd0d86b..000000000
Binary files a/arctic_ocean/img/b_sbrowse.png and /dev/null differ
diff --git a/arctic_ocean/img/b_sdb.png b/arctic_ocean/img/b_sdb.png
deleted file mode 100644
index c346ed39d..000000000
Binary files a/arctic_ocean/img/b_sdb.png and /dev/null differ
diff --git a/arctic_ocean/img/b_search.png b/arctic_ocean/img/b_search.png
deleted file mode 100644
index ab5d86c7d..000000000
Binary files a/arctic_ocean/img/b_search.png and /dev/null differ
diff --git a/arctic_ocean/img/b_selboard.png b/arctic_ocean/img/b_selboard.png
deleted file mode 100644
index 5132091b1..000000000
Binary files a/arctic_ocean/img/b_selboard.png and /dev/null differ
diff --git a/arctic_ocean/img/b_select.png b/arctic_ocean/img/b_select.png
deleted file mode 100644
index 3028370b9..000000000
Binary files a/arctic_ocean/img/b_select.png and /dev/null differ
diff --git a/arctic_ocean/img/b_sql.png b/arctic_ocean/img/b_sql.png
deleted file mode 100644
index 87c298cd3..000000000
Binary files a/arctic_ocean/img/b_sql.png and /dev/null differ
diff --git a/arctic_ocean/img/b_sqldoc.png b/arctic_ocean/img/b_sqldoc.png
deleted file mode 100644
index 6f3627210..000000000
Binary files a/arctic_ocean/img/b_sqldoc.png and /dev/null differ
diff --git a/arctic_ocean/img/b_sqlhelp.png b/arctic_ocean/img/b_sqlhelp.png
deleted file mode 100644
index be02b6d29..000000000
Binary files a/arctic_ocean/img/b_sqlhelp.png and /dev/null differ
diff --git a/arctic_ocean/img/b_tblanalyse.png b/arctic_ocean/img/b_tblanalyse.png
deleted file mode 100644
index 822b689dd..000000000
Binary files a/arctic_ocean/img/b_tblanalyse.png and /dev/null differ
diff --git a/arctic_ocean/img/b_tblexport.png b/arctic_ocean/img/b_tblexport.png
deleted file mode 100644
index c1173a59e..000000000
Binary files a/arctic_ocean/img/b_tblexport.png and /dev/null differ
diff --git a/arctic_ocean/img/b_tblimport.png b/arctic_ocean/img/b_tblimport.png
deleted file mode 100644
index 218b63f24..000000000
Binary files a/arctic_ocean/img/b_tblimport.png and /dev/null differ
diff --git a/arctic_ocean/img/b_tblops.png b/arctic_ocean/img/b_tblops.png
deleted file mode 100644
index 7632874df..000000000
Binary files a/arctic_ocean/img/b_tblops.png and /dev/null differ
diff --git a/arctic_ocean/img/b_tbloptimize.png b/arctic_ocean/img/b_tbloptimize.png
deleted file mode 100644
index 20dd8e161..000000000
Binary files a/arctic_ocean/img/b_tbloptimize.png and /dev/null differ
diff --git a/arctic_ocean/img/b_terminal.png b/arctic_ocean/img/b_terminal.png
deleted file mode 100644
index 0948b6b94..000000000
Binary files a/arctic_ocean/img/b_terminal.png and /dev/null differ
diff --git a/arctic_ocean/img/b_tipp.png b/arctic_ocean/img/b_tipp.png
deleted file mode 100644
index 04034bdee..000000000
Binary files a/arctic_ocean/img/b_tipp.png and /dev/null differ
diff --git a/arctic_ocean/img/b_unique.png b/arctic_ocean/img/b_unique.png
deleted file mode 100644
index 310f1cff7..000000000
Binary files a/arctic_ocean/img/b_unique.png and /dev/null differ
diff --git a/arctic_ocean/img/b_usradd.png b/arctic_ocean/img/b_usradd.png
deleted file mode 100644
index aad768617..000000000
Binary files a/arctic_ocean/img/b_usradd.png and /dev/null differ
diff --git a/arctic_ocean/img/b_usrcheck.png b/arctic_ocean/img/b_usrcheck.png
deleted file mode 100644
index 3123ba689..000000000
Binary files a/arctic_ocean/img/b_usrcheck.png and /dev/null differ
diff --git a/arctic_ocean/img/b_usrdrop.png b/arctic_ocean/img/b_usrdrop.png
deleted file mode 100644
index b26f06ef2..000000000
Binary files a/arctic_ocean/img/b_usrdrop.png and /dev/null differ
diff --git a/arctic_ocean/img/b_usredit.png b/arctic_ocean/img/b_usredit.png
deleted file mode 100644
index 55a7ff277..000000000
Binary files a/arctic_ocean/img/b_usredit.png and /dev/null differ
diff --git a/arctic_ocean/img/b_usrlist.png b/arctic_ocean/img/b_usrlist.png
deleted file mode 100644
index 84324305d..000000000
Binary files a/arctic_ocean/img/b_usrlist.png and /dev/null differ
diff --git a/arctic_ocean/img/b_view.png b/arctic_ocean/img/b_view.png
deleted file mode 100644
index 07bcdadf9..000000000
Binary files a/arctic_ocean/img/b_view.png and /dev/null differ
diff --git a/arctic_ocean/img/b_views.png b/arctic_ocean/img/b_views.png
deleted file mode 100644
index bbb2cd2e5..000000000
Binary files a/arctic_ocean/img/b_views.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_browse.png b/arctic_ocean/img/bd_browse.png
deleted file mode 100644
index c9a641c73..000000000
Binary files a/arctic_ocean/img/bd_browse.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_deltbl.png b/arctic_ocean/img/bd_deltbl.png
deleted file mode 100644
index f94d8d536..000000000
Binary files a/arctic_ocean/img/bd_deltbl.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_drop.png b/arctic_ocean/img/bd_drop.png
deleted file mode 100644
index f94d8d536..000000000
Binary files a/arctic_ocean/img/bd_drop.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_empty.png b/arctic_ocean/img/bd_empty.png
deleted file mode 100644
index 0e4923bf6..000000000
Binary files a/arctic_ocean/img/bd_empty.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_firstpage.png b/arctic_ocean/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/arctic_ocean/img/bd_firstpage.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_ftext.png b/arctic_ocean/img/bd_ftext.png
deleted file mode 100644
index be98f0391..000000000
Binary files a/arctic_ocean/img/bd_ftext.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_index.png b/arctic_ocean/img/bd_index.png
deleted file mode 100644
index 9a41d0b86..000000000
Binary files a/arctic_ocean/img/bd_index.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_insrow.png b/arctic_ocean/img/bd_insrow.png
deleted file mode 100644
index e045dbc0b..000000000
Binary files a/arctic_ocean/img/bd_insrow.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_lastpage.png b/arctic_ocean/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/arctic_ocean/img/bd_lastpage.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_nextpage.png b/arctic_ocean/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/arctic_ocean/img/bd_nextpage.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_prevpage.png b/arctic_ocean/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/arctic_ocean/img/bd_prevpage.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_primary.png b/arctic_ocean/img/bd_primary.png
deleted file mode 100644
index 12cd9ed49..000000000
Binary files a/arctic_ocean/img/bd_primary.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_sbrowse.png b/arctic_ocean/img/bd_sbrowse.png
deleted file mode 100644
index e2ef8c3f0..000000000
Binary files a/arctic_ocean/img/bd_sbrowse.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_select.png b/arctic_ocean/img/bd_select.png
deleted file mode 100644
index e901873c5..000000000
Binary files a/arctic_ocean/img/bd_select.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_unique.png b/arctic_ocean/img/bd_unique.png
deleted file mode 100644
index b7cb1d2da..000000000
Binary files a/arctic_ocean/img/bd_unique.png and /dev/null differ
diff --git a/arctic_ocean/img/bd_views.png b/arctic_ocean/img/bd_views.png
deleted file mode 100644
index 21af78405..000000000
Binary files a/arctic_ocean/img/bd_views.png and /dev/null differ
diff --git a/arctic_ocean/img/dot_black.png b/arctic_ocean/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/arctic_ocean/img/dot_black.png and /dev/null differ
diff --git a/arctic_ocean/img/dot_blue.png b/arctic_ocean/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/arctic_ocean/img/dot_blue.png and /dev/null differ
diff --git a/arctic_ocean/img/dot_green.png b/arctic_ocean/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/arctic_ocean/img/dot_green.png and /dev/null differ
diff --git a/arctic_ocean/img/dot_red.png b/arctic_ocean/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/arctic_ocean/img/dot_red.png and /dev/null differ
diff --git a/arctic_ocean/img/dot_violet.png b/arctic_ocean/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/arctic_ocean/img/dot_violet.png and /dev/null differ
diff --git a/arctic_ocean/img/dot_yellow.png b/arctic_ocean/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/arctic_ocean/img/dot_yellow.png and /dev/null differ
diff --git a/arctic_ocean/img/item.png b/arctic_ocean/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/arctic_ocean/img/item.png and /dev/null differ
diff --git a/arctic_ocean/img/item_ltr.png b/arctic_ocean/img/item_ltr.png
deleted file mode 100644
index f545e9493..000000000
Binary files a/arctic_ocean/img/item_ltr.png and /dev/null differ
diff --git a/arctic_ocean/img/item_rtl.png b/arctic_ocean/img/item_rtl.png
deleted file mode 100644
index 0752346ff..000000000
Binary files a/arctic_ocean/img/item_rtl.png and /dev/null differ
diff --git a/arctic_ocean/img/logo_left.png b/arctic_ocean/img/logo_left.png
deleted file mode 100644
index fa056ea6f..000000000
Binary files a/arctic_ocean/img/logo_left.png and /dev/null differ
diff --git a/arctic_ocean/img/logo_right.png b/arctic_ocean/img/logo_right.png
deleted file mode 100644
index 6b53a25a4..000000000
Binary files a/arctic_ocean/img/logo_right.png and /dev/null differ
diff --git a/arctic_ocean/img/php_sym.png b/arctic_ocean/img/php_sym.png
deleted file mode 100644
index 30fc331b2..000000000
Binary files a/arctic_ocean/img/php_sym.png and /dev/null differ
diff --git a/arctic_ocean/img/pma_logo2.png b/arctic_ocean/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/arctic_ocean/img/pma_logo2.png and /dev/null differ
diff --git a/arctic_ocean/img/s_asc.png b/arctic_ocean/img/s_asc.png
deleted file mode 100644
index 412bb8a10..000000000
Binary files a/arctic_ocean/img/s_asc.png and /dev/null differ
diff --git a/arctic_ocean/img/s_asci.png b/arctic_ocean/img/s_asci.png
deleted file mode 100644
index 4cd52a360..000000000
Binary files a/arctic_ocean/img/s_asci.png and /dev/null differ
diff --git a/arctic_ocean/img/s_attention.png b/arctic_ocean/img/s_attention.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/arctic_ocean/img/s_attention.png and /dev/null differ
diff --git a/arctic_ocean/img/s_cancel.png b/arctic_ocean/img/s_cancel.png
deleted file mode 100644
index 922e00631..000000000
Binary files a/arctic_ocean/img/s_cancel.png and /dev/null differ
diff --git a/arctic_ocean/img/s_db.png b/arctic_ocean/img/s_db.png
deleted file mode 100644
index a4c05b52a..000000000
Binary files a/arctic_ocean/img/s_db.png and /dev/null differ
diff --git a/arctic_ocean/img/s_desc.png b/arctic_ocean/img/s_desc.png
deleted file mode 100644
index 99f8e4860..000000000
Binary files a/arctic_ocean/img/s_desc.png and /dev/null differ
diff --git a/arctic_ocean/img/s_error.png b/arctic_ocean/img/s_error.png
deleted file mode 100644
index ea8f52a8d..000000000
Binary files a/arctic_ocean/img/s_error.png and /dev/null differ
diff --git a/arctic_ocean/img/s_error2.png b/arctic_ocean/img/s_error2.png
deleted file mode 100644
index 7d7bd446c..000000000
Binary files a/arctic_ocean/img/s_error2.png and /dev/null differ
diff --git a/arctic_ocean/img/s_fulltext.png b/arctic_ocean/img/s_fulltext.png
deleted file mode 100644
index c17671200..000000000
Binary files a/arctic_ocean/img/s_fulltext.png and /dev/null differ
diff --git a/arctic_ocean/img/s_host.png b/arctic_ocean/img/s_host.png
deleted file mode 100644
index c06282d77..000000000
Binary files a/arctic_ocean/img/s_host.png and /dev/null differ
diff --git a/arctic_ocean/img/s_info.png b/arctic_ocean/img/s_info.png
deleted file mode 100644
index 8fcb0db26..000000000
Binary files a/arctic_ocean/img/s_info.png and /dev/null differ
diff --git a/arctic_ocean/img/s_lang.png b/arctic_ocean/img/s_lang.png
deleted file mode 100644
index 3e28de515..000000000
Binary files a/arctic_ocean/img/s_lang.png and /dev/null differ
diff --git a/arctic_ocean/img/s_loggoff.png b/arctic_ocean/img/s_loggoff.png
deleted file mode 100644
index f4b18305a..000000000
Binary files a/arctic_ocean/img/s_loggoff.png and /dev/null differ
diff --git a/arctic_ocean/img/s_notice.png b/arctic_ocean/img/s_notice.png
deleted file mode 100644
index 8fcb0db26..000000000
Binary files a/arctic_ocean/img/s_notice.png and /dev/null differ
diff --git a/arctic_ocean/img/s_okay.png b/arctic_ocean/img/s_okay.png
deleted file mode 100644
index d472fc3ea..000000000
Binary files a/arctic_ocean/img/s_okay.png and /dev/null differ
diff --git a/arctic_ocean/img/s_partialtext.png b/arctic_ocean/img/s_partialtext.png
deleted file mode 100644
index 25e795486..000000000
Binary files a/arctic_ocean/img/s_partialtext.png and /dev/null differ
diff --git a/arctic_ocean/img/s_passwd.png b/arctic_ocean/img/s_passwd.png
deleted file mode 100644
index 611553cd8..000000000
Binary files a/arctic_ocean/img/s_passwd.png and /dev/null differ
diff --git a/arctic_ocean/img/s_process.png b/arctic_ocean/img/s_process.png
deleted file mode 100644
index 10d283e38..000000000
Binary files a/arctic_ocean/img/s_process.png and /dev/null differ
diff --git a/arctic_ocean/img/s_really.png b/arctic_ocean/img/s_really.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/arctic_ocean/img/s_really.png and /dev/null differ
diff --git a/arctic_ocean/img/s_reload.png b/arctic_ocean/img/s_reload.png
deleted file mode 100644
index dd8b1c4d3..000000000
Binary files a/arctic_ocean/img/s_reload.png and /dev/null differ
diff --git a/arctic_ocean/img/s_rights.png b/arctic_ocean/img/s_rights.png
deleted file mode 100644
index 528df5440..000000000
Binary files a/arctic_ocean/img/s_rights.png and /dev/null differ
diff --git a/arctic_ocean/img/s_status.png b/arctic_ocean/img/s_status.png
deleted file mode 100644
index 8db027aad..000000000
Binary files a/arctic_ocean/img/s_status.png and /dev/null differ
diff --git a/arctic_ocean/img/s_tbl.png b/arctic_ocean/img/s_tbl.png
deleted file mode 100644
index 08f67a22a..000000000
Binary files a/arctic_ocean/img/s_tbl.png and /dev/null differ
diff --git a/arctic_ocean/img/s_theme.png b/arctic_ocean/img/s_theme.png
deleted file mode 100644
index 0024117e5..000000000
Binary files a/arctic_ocean/img/s_theme.png and /dev/null differ
diff --git a/arctic_ocean/img/s_vars.png b/arctic_ocean/img/s_vars.png
deleted file mode 100644
index 5d885b91d..000000000
Binary files a/arctic_ocean/img/s_vars.png and /dev/null differ
diff --git a/arctic_ocean/img/s_views.png b/arctic_ocean/img/s_views.png
deleted file mode 100644
index c8d892f1b..000000000
Binary files a/arctic_ocean/img/s_views.png and /dev/null differ
diff --git a/arctic_ocean/img/s_warn.png b/arctic_ocean/img/s_warn.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/arctic_ocean/img/s_warn.png and /dev/null differ
diff --git a/arctic_ocean/img/sd_views.png b/arctic_ocean/img/sd_views.png
deleted file mode 100644
index 612ab663a..000000000
Binary files a/arctic_ocean/img/sd_views.png and /dev/null differ
diff --git a/arctic_ocean/img/spacer.png b/arctic_ocean/img/spacer.png
deleted file mode 100644
index 548301343..000000000
Binary files a/arctic_ocean/img/spacer.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_nav0.png b/arctic_ocean/img/tbg_nav0.png
deleted file mode 100644
index 30934c836..000000000
Binary files a/arctic_ocean/img/tbg_nav0.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_nav1.png b/arctic_ocean/img/tbg_nav1.png
deleted file mode 100644
index bb88aa6ed..000000000
Binary files a/arctic_ocean/img/tbg_nav1.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_nav2.png b/arctic_ocean/img/tbg_nav2.png
deleted file mode 100644
index 1c0d026c8..000000000
Binary files a/arctic_ocean/img/tbg_nav2.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_nav3.png b/arctic_ocean/img/tbg_nav3.png
deleted file mode 100644
index ea8e78199..000000000
Binary files a/arctic_ocean/img/tbg_nav3.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_nav4.png b/arctic_ocean/img/tbg_nav4.png
deleted file mode 100644
index c9246e832..000000000
Binary files a/arctic_ocean/img/tbg_nav4.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_th0.png b/arctic_ocean/img/tbg_th0.png
deleted file mode 100644
index d206bf4b6..000000000
Binary files a/arctic_ocean/img/tbg_th0.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_th1.png b/arctic_ocean/img/tbg_th1.png
deleted file mode 100644
index 6c3a51414..000000000
Binary files a/arctic_ocean/img/tbg_th1.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_th2.png b/arctic_ocean/img/tbg_th2.png
deleted file mode 100644
index b79fa867d..000000000
Binary files a/arctic_ocean/img/tbg_th2.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_th2a.png b/arctic_ocean/img/tbg_th2a.png
deleted file mode 100644
index 8affe2064..000000000
Binary files a/arctic_ocean/img/tbg_th2a.png and /dev/null differ
diff --git a/arctic_ocean/img/tbg_th3.png b/arctic_ocean/img/tbg_th3.png
deleted file mode 100644
index 8bee5f576..000000000
Binary files a/arctic_ocean/img/tbg_th3.png and /dev/null differ
diff --git a/arctic_ocean/img/vertical_line.png b/arctic_ocean/img/vertical_line.png
deleted file mode 100644
index df0154445..000000000
Binary files a/arctic_ocean/img/vertical_line.png and /dev/null differ
diff --git a/arctic_ocean/img/wbg_left.jpg b/arctic_ocean/img/wbg_left.jpg
deleted file mode 100644
index 0e20113f1..000000000
Binary files a/arctic_ocean/img/wbg_left.jpg and /dev/null differ
diff --git a/arctic_ocean/img/wbg_right.jpg b/arctic_ocean/img/wbg_right.jpg
deleted file mode 100644
index 0b9dd8f98..000000000
Binary files a/arctic_ocean/img/wbg_right.jpg and /dev/null differ
diff --git a/arctic_ocean/img/window-new.png b/arctic_ocean/img/window-new.png
deleted file mode 100644
index 52ef4c5e5..000000000
Binary files a/arctic_ocean/img/window-new.png and /dev/null differ
diff --git a/arctic_ocean/img/wysiwyg.png b/arctic_ocean/img/wysiwyg.png
deleted file mode 100644
index 95c7ba6a9..000000000
Binary files a/arctic_ocean/img/wysiwyg.png and /dev/null differ
diff --git a/arctic_ocean/info.inc.php b/arctic_ocean/info.inc.php
deleted file mode 100644
index 426c229a5..000000000
--- a/arctic_ocean/info.inc.php
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/arctic_ocean/layout.inc.php b/arctic_ocean/layout.inc.php
deleted file mode 100644
index a726dc30b..000000000
--- a/arctic_ocean/layout.inc.php
+++ /dev/null
@@ -1,119 +0,0 @@
- '#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' => ''
-);
-
-/**
- * for current version
- */
-// NAVI FRAME
-$GLOBALS['cfg']['LeftPointerEnable'] = false;
-$GLOBALS['cfg']['NaviWidth'] = 170; // width
-$GLOBALS['cfg']['NaviColor'] = '#000000'; // foreground (text) color
-$GLOBALS['cfg']['NaviBackground'] = '#d9e4f4'; // background
-$GLOBALS['cfg']['NaviPointerColor'] = '#000000'; // foreground (text) color of the pointer
-$GLOBALS['cfg']['NaviPointerBackground'] = '#b4cae9'; // background of the pointer
-
-// MAIN FRAME
-$GLOBALS['cfg']['MainColor'] = '#333333'; // foreground (text) color for the main frame
-$GLOBALS['cfg']['MainBackground'] = '#ffffff'; // background for the main frame
-// for a solid vertical line, uncomment this:
-//$GLOBALS['cfg']['MainBackground'] = '#ffffff url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y';
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; // foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#b4cae9'; // background of the pointer in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000'; // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#e9c7b4'; // background of the marker (visually marks row by clicking on it) in browse mode
-
-// FONTS
-// the font family as a valid css font family value,
-// if not set the browser default will be used
-// (depending on browser, DTD and system settings)
-$GLOBALS['cfg']['FontFamily'] = 'Tahoma, Arial, Helvetica, sans-serif';
-$GLOBALS['cfg']['FontFamilyFixed'] = '\'Courier New\', Courier, monospace'; // fixed width font family, used in textarea
-$GLOBALS['cfg']['FontSize'] = '11'; // default width of the font
-$GLOBALS['cfg']['FontSizePrefix'] = 'px'; // pt (Points) | px (Pixel), default is 'pt'
-
-// TABLES
-$GLOBALS['cfg']['Border'] = 0; // border
-$GLOBALS['cfg']['ThBackground'] = '#e5e5e5'; // table header and footer color
-$GLOBALS['cfg']['ThColor'] = '#000000'; // table header and footer background
-$GLOBALS['cfg']['BgOne'] = '#e6f0ff'; // table data row background
-$GLOBALS['cfg']['BgTwo'] = '#dbe7f9'; // table data row background, alternate
-
-// QUERY WINDOW
-$GLOBALS['cfg']['QueryWindowWidth'] = 550; // width of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 310; // height of Query window
-
-// SQL PARSER SETTINGS
-// Syntax colouring data
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#808000',
- 'comment_mysql' => '#999999',
- 'comment_ansi' => '#999999',
- 'comment_c' => '#999999',
- 'digit' => '#999999',
- 'digit_hex' => 'teal',
- 'digit_integer' => 'teal',
- 'digit_float' => 'aqua',
- 'punct' => 'fuchsia',
- 'alpha' => '#cc0000',
- 'alpha_columnType' => '#ff9900',
- 'alpha_columnAttrib' => '#0000ff',
- 'alpha_reservedWord' => '#990099',
- 'alpha_functionName' => '#FF0000',
- 'alpha_identifier' => '#000000',
- 'alpha_charset' => '#6495ed',
- 'alpha_variable' => '#800000',
- 'quote' => '#008000',
- 'quote_double' => '',
- 'quote_single' => '',
- 'quote_backtick' => ''
-);
-?>
diff --git a/arctic_ocean/license-gpl.txt b/arctic_ocean/license-gpl.txt
deleted file mode 100644
index 207a79cbd..000000000
--- a/arctic_ocean/license-gpl.txt
+++ /dev/null
@@ -1,278 +0,0 @@
- 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
deleted file mode 100644
index ae149a8c0..000000000
--- a/arctic_ocean/license.txt
+++ /dev/null
@@ -1,67 +0,0 @@
---------------------------------------------------------------------------------
-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) 2007 Michael Keck.
-
-The icons b_dbsock.png and db_client.png are from the nuvola icons
-and made by David Vignoni
-http://www.icon-king.com
-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-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
deleted file mode 100644
index 2a8959430..000000000
--- a/arctic_ocean/readme.txt
+++ /dev/null
@@ -1,95 +0,0 @@
-
- README FILE FOR THE ARTIC-OCEAN THEME USED WITH PHPMAYADMIN
-----------------------------------------------------------------------
-
-CHANGE LOG:
-
- - 2008-03-03:
- > fixed bug #1901687 (undefined variable 'type')
-
- - 2007-05-11:
- > fixed bugs #1688536
- - fixed: resizing on each reload the width of left frame
- - fixed: centered table columns in print view
- - fixed: hover colors and background colors in print view
- > changes
- - hover colors and backcolors in print css
- - id #selflink is hidden in print css
- - font-sizes in print css are same as in right css
- - inline tables (for comment column) in print view
- without frames and smaller font
-
- - 2007-05-10:
- > Supporting phpMyAdmin Version 2.9.x and higher
- > New Icons for some list elements
- > Some specials for main.php and querywindow.php
- (please see source of theme_right.css.php)
- > Static nav-panel and static server-info
- > reversed server-info / nav-panel
-
- - 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.9.x or higher
- - full CSS2 compatible browser
- I've tested with
- - Firefox 2.0.0.3
- - Microsoft(R) InternetExplorer 6.0 (some bad png's)
- - Microsoft(R) InternetExplorer 7.0
- - Your browser should support Javascript
- and png-images.
-
-----------------------------------------------------------------------
-
-3. INFORMATION ABOUT THE ARCTIC-OCEAN THEME:
-----------------------------------------------------------------------
- a) ICONS:
- Database Icon-Set made 2005-2007 by Michael Keck.
- Updated 2007-05-10 by Michael Keck
-
- The icons b_dbsock.png and db_client.png are from the nuvola icons
- and made by David Vignoni
- http://www.icon-king.com
- http://mail.icon-king.com/mailman/listinfo/nuvola_icon-king.com
- Copyright (c) 2003-2004 David Vignoni.
-
- 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
deleted file mode 100644
index b3038d526..000000000
Binary files a/arctic_ocean/screen.png and /dev/null differ
diff --git a/cactica_blues/css/theme_left.css.php b/cactica_blues/css/theme_left.css.php
deleted file mode 100644
index f457747dc..000000000
--- a/cactica_blues/css/theme_left.css.php
+++ /dev/null
@@ -1,251 +0,0 @@
-
-/************************************************************************************
- * 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
deleted file mode 100644
index 0b0c60087..000000000
--- a/cactica_blues/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* 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
deleted file mode 100644
index be68e9523..000000000
--- a/cactica_blues/css/theme_right.css.php
+++ /dev/null
@@ -1,557 +0,0 @@
-
-
-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/asc_order.png b/cactica_blues/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/cactica_blues/img/asc_order.png and /dev/null differ
diff --git a/cactica_blues/img/b_bookmark.png b/cactica_blues/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/cactica_blues/img/b_bookmark.png and /dev/null differ
diff --git a/cactica_blues/img/b_browse.png b/cactica_blues/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/cactica_blues/img/b_browse.png and /dev/null differ
diff --git a/cactica_blues/img/b_calendar.png b/cactica_blues/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/cactica_blues/img/b_calendar.png and /dev/null differ
diff --git a/cactica_blues/img/b_comment.png b/cactica_blues/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/cactica_blues/img/b_comment.png and /dev/null differ
diff --git a/cactica_blues/img/b_dbstatistics.png b/cactica_blues/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/cactica_blues/img/b_dbstatistics.png and /dev/null differ
diff --git a/cactica_blues/img/b_deltbl.png b/cactica_blues/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/cactica_blues/img/b_deltbl.png and /dev/null differ
diff --git a/cactica_blues/img/b_docs.png b/cactica_blues/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/cactica_blues/img/b_docs.png and /dev/null differ
diff --git a/cactica_blues/img/b_docsql.png b/cactica_blues/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/cactica_blues/img/b_docsql.png and /dev/null differ
diff --git a/cactica_blues/img/b_drop.png b/cactica_blues/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/cactica_blues/img/b_drop.png and /dev/null differ
diff --git a/cactica_blues/img/b_edit.png b/cactica_blues/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/cactica_blues/img/b_edit.png and /dev/null differ
diff --git a/cactica_blues/img/b_empty.png b/cactica_blues/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/cactica_blues/img/b_empty.png and /dev/null differ
diff --git a/cactica_blues/img/b_engine.png b/cactica_blues/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/cactica_blues/img/b_engine.png and /dev/null differ
diff --git a/cactica_blues/img/b_export.png b/cactica_blues/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/cactica_blues/img/b_export.png and /dev/null differ
diff --git a/cactica_blues/img/b_firstpage.png b/cactica_blues/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/cactica_blues/img/b_firstpage.png and /dev/null differ
diff --git a/cactica_blues/img/b_ftext.png b/cactica_blues/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/cactica_blues/img/b_ftext.png and /dev/null differ
diff --git a/cactica_blues/img/b_help.png b/cactica_blues/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/cactica_blues/img/b_help.png and /dev/null differ
diff --git a/cactica_blues/img/b_home.png b/cactica_blues/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/cactica_blues/img/b_home.png and /dev/null differ
diff --git a/cactica_blues/img/b_import.png b/cactica_blues/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/cactica_blues/img/b_import.png and /dev/null differ
diff --git a/cactica_blues/img/b_index.png b/cactica_blues/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/cactica_blues/img/b_index.png and /dev/null differ
diff --git a/cactica_blues/img/b_info.png b/cactica_blues/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/cactica_blues/img/b_info.png and /dev/null differ
diff --git a/cactica_blues/img/b_insrow.png b/cactica_blues/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/cactica_blues/img/b_insrow.png and /dev/null differ
diff --git a/cactica_blues/img/b_lastpage.png b/cactica_blues/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/cactica_blues/img/b_lastpage.png and /dev/null differ
diff --git a/cactica_blues/img/b_minus.png b/cactica_blues/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/cactica_blues/img/b_minus.png and /dev/null differ
diff --git a/cactica_blues/img/b_newdb.png b/cactica_blues/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/cactica_blues/img/b_newdb.png and /dev/null differ
diff --git a/cactica_blues/img/b_newtbl.png b/cactica_blues/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/cactica_blues/img/b_newtbl.png and /dev/null differ
diff --git a/cactica_blues/img/b_nextpage.png b/cactica_blues/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/cactica_blues/img/b_nextpage.png and /dev/null differ
diff --git a/cactica_blues/img/b_pdfdoc.png b/cactica_blues/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/cactica_blues/img/b_pdfdoc.png and /dev/null differ
diff --git a/cactica_blues/img/b_plus.png b/cactica_blues/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/cactica_blues/img/b_plus.png and /dev/null differ
diff --git a/cactica_blues/img/b_prevpage.png b/cactica_blues/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/cactica_blues/img/b_prevpage.png and /dev/null differ
diff --git a/cactica_blues/img/b_primary.png b/cactica_blues/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/cactica_blues/img/b_primary.png and /dev/null differ
diff --git a/cactica_blues/img/b_print.png b/cactica_blues/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/cactica_blues/img/b_print.png and /dev/null differ
diff --git a/cactica_blues/img/b_props.png b/cactica_blues/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/cactica_blues/img/b_props.png and /dev/null differ
diff --git a/cactica_blues/img/b_relations.png b/cactica_blues/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/cactica_blues/img/b_relations.png and /dev/null differ
diff --git a/cactica_blues/img/b_save.png b/cactica_blues/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/cactica_blues/img/b_save.png and /dev/null differ
diff --git a/cactica_blues/img/b_sbrowse.png b/cactica_blues/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/cactica_blues/img/b_sbrowse.png and /dev/null differ
diff --git a/cactica_blues/img/b_sdb.png b/cactica_blues/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/cactica_blues/img/b_sdb.png and /dev/null differ
diff --git a/cactica_blues/img/b_search.png b/cactica_blues/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/cactica_blues/img/b_search.png and /dev/null differ
diff --git a/cactica_blues/img/b_selboard.png b/cactica_blues/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/cactica_blues/img/b_selboard.png and /dev/null differ
diff --git a/cactica_blues/img/b_select.png b/cactica_blues/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/cactica_blues/img/b_select.png and /dev/null differ
diff --git a/cactica_blues/img/b_sql.png b/cactica_blues/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/cactica_blues/img/b_sql.png and /dev/null differ
diff --git a/cactica_blues/img/b_sqldoc.png b/cactica_blues/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/cactica_blues/img/b_sqldoc.png and /dev/null differ
diff --git a/cactica_blues/img/b_sqlhelp.png b/cactica_blues/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/cactica_blues/img/b_sqlhelp.png and /dev/null differ
diff --git a/cactica_blues/img/b_tblanalyse.png b/cactica_blues/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/cactica_blues/img/b_tblanalyse.png and /dev/null differ
diff --git a/cactica_blues/img/b_tblexport.png b/cactica_blues/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/cactica_blues/img/b_tblexport.png and /dev/null differ
diff --git a/cactica_blues/img/b_tblimport.png b/cactica_blues/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/cactica_blues/img/b_tblimport.png and /dev/null differ
diff --git a/cactica_blues/img/b_tblops.png b/cactica_blues/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/cactica_blues/img/b_tblops.png and /dev/null differ
diff --git a/cactica_blues/img/b_tbloptimize.png b/cactica_blues/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/cactica_blues/img/b_tbloptimize.png and /dev/null differ
diff --git a/cactica_blues/img/b_tipp.png b/cactica_blues/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/cactica_blues/img/b_tipp.png and /dev/null differ
diff --git a/cactica_blues/img/b_unique.png b/cactica_blues/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/cactica_blues/img/b_unique.png and /dev/null differ
diff --git a/cactica_blues/img/b_usradd.png b/cactica_blues/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/cactica_blues/img/b_usradd.png and /dev/null differ
diff --git a/cactica_blues/img/b_usrcheck.png b/cactica_blues/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/cactica_blues/img/b_usrcheck.png and /dev/null differ
diff --git a/cactica_blues/img/b_usrdrop.png b/cactica_blues/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/cactica_blues/img/b_usrdrop.png and /dev/null differ
diff --git a/cactica_blues/img/b_usredit.png b/cactica_blues/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/cactica_blues/img/b_usredit.png and /dev/null differ
diff --git a/cactica_blues/img/b_usrlist.png b/cactica_blues/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/cactica_blues/img/b_usrlist.png and /dev/null differ
diff --git a/cactica_blues/img/b_view.png b/cactica_blues/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/cactica_blues/img/b_view.png and /dev/null differ
diff --git a/cactica_blues/img/b_views.png b/cactica_blues/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/cactica_blues/img/b_views.png and /dev/null differ
diff --git a/cactica_blues/img/bd_browse.png b/cactica_blues/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/cactica_blues/img/bd_browse.png and /dev/null differ
diff --git a/cactica_blues/img/bd_deltbl.png b/cactica_blues/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/cactica_blues/img/bd_deltbl.png and /dev/null differ
diff --git a/cactica_blues/img/bd_drop.png b/cactica_blues/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/cactica_blues/img/bd_drop.png and /dev/null differ
diff --git a/cactica_blues/img/bd_empty.png b/cactica_blues/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/cactica_blues/img/bd_empty.png and /dev/null differ
diff --git a/cactica_blues/img/bd_firstpage.png b/cactica_blues/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/cactica_blues/img/bd_firstpage.png and /dev/null differ
diff --git a/cactica_blues/img/bd_ftext.png b/cactica_blues/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/cactica_blues/img/bd_ftext.png and /dev/null differ
diff --git a/cactica_blues/img/bd_index.png b/cactica_blues/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/cactica_blues/img/bd_index.png and /dev/null differ
diff --git a/cactica_blues/img/bd_insrow.png b/cactica_blues/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/cactica_blues/img/bd_insrow.png and /dev/null differ
diff --git a/cactica_blues/img/bd_lastpage.png b/cactica_blues/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/cactica_blues/img/bd_lastpage.png and /dev/null differ
diff --git a/cactica_blues/img/bd_nextpage.png b/cactica_blues/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/cactica_blues/img/bd_nextpage.png and /dev/null differ
diff --git a/cactica_blues/img/bd_prevpage.png b/cactica_blues/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/cactica_blues/img/bd_prevpage.png and /dev/null differ
diff --git a/cactica_blues/img/bd_primary.png b/cactica_blues/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/cactica_blues/img/bd_primary.png and /dev/null differ
diff --git a/cactica_blues/img/bd_sbrowse.png b/cactica_blues/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/cactica_blues/img/bd_sbrowse.png and /dev/null differ
diff --git a/cactica_blues/img/bd_select.png b/cactica_blues/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/cactica_blues/img/bd_select.png and /dev/null differ
diff --git a/cactica_blues/img/bd_unique.png b/cactica_blues/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/cactica_blues/img/bd_unique.png and /dev/null differ
diff --git a/cactica_blues/img/item.png b/cactica_blues/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/cactica_blues/img/item.png and /dev/null differ
diff --git a/cactica_blues/img/item_ltr.png b/cactica_blues/img/item_ltr.png
deleted file mode 100644
index 53b4cfc4f..000000000
Binary files a/cactica_blues/img/item_ltr.png and /dev/null differ
diff --git a/cactica_blues/img/item_rtl.png b/cactica_blues/img/item_rtl.png
deleted file mode 100644
index 654db7948..000000000
Binary files a/cactica_blues/img/item_rtl.png and /dev/null differ
diff --git a/cactica_blues/img/logo_left.png b/cactica_blues/img/logo_left.png
deleted file mode 100644
index 932b65d23..000000000
Binary files a/cactica_blues/img/logo_left.png and /dev/null differ
diff --git a/cactica_blues/img/logo_right.png b/cactica_blues/img/logo_right.png
deleted file mode 100644
index 7dea574a5..000000000
Binary files a/cactica_blues/img/logo_right.png and /dev/null differ
diff --git a/cactica_blues/img/php_sym.png b/cactica_blues/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/cactica_blues/img/php_sym.png and /dev/null differ
diff --git a/cactica_blues/img/pma_logo2.png b/cactica_blues/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/cactica_blues/img/pma_logo2.png and /dev/null differ
diff --git a/cactica_blues/img/s_asc.png b/cactica_blues/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/cactica_blues/img/s_asc.png and /dev/null differ
diff --git a/cactica_blues/img/s_asci.png b/cactica_blues/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/cactica_blues/img/s_asci.png and /dev/null differ
diff --git a/cactica_blues/img/s_attention.png b/cactica_blues/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/cactica_blues/img/s_attention.png and /dev/null differ
diff --git a/cactica_blues/img/s_cancel.png b/cactica_blues/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/cactica_blues/img/s_cancel.png and /dev/null differ
diff --git a/cactica_blues/img/s_cancel2.png b/cactica_blues/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/cactica_blues/img/s_cancel2.png and /dev/null differ
diff --git a/cactica_blues/img/s_db.png b/cactica_blues/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/cactica_blues/img/s_db.png and /dev/null differ
diff --git a/cactica_blues/img/s_desc.png b/cactica_blues/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/cactica_blues/img/s_desc.png and /dev/null differ
diff --git a/cactica_blues/img/s_error.png b/cactica_blues/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/cactica_blues/img/s_error.png and /dev/null differ
diff --git a/cactica_blues/img/s_error2.png b/cactica_blues/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/cactica_blues/img/s_error2.png and /dev/null differ
diff --git a/cactica_blues/img/s_fulltext.png b/cactica_blues/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/cactica_blues/img/s_fulltext.png and /dev/null differ
diff --git a/cactica_blues/img/s_host.png b/cactica_blues/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/cactica_blues/img/s_host.png and /dev/null differ
diff --git a/cactica_blues/img/s_info.png b/cactica_blues/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/cactica_blues/img/s_info.png and /dev/null differ
diff --git a/cactica_blues/img/s_lang.png b/cactica_blues/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/cactica_blues/img/s_lang.png and /dev/null differ
diff --git a/cactica_blues/img/s_loggoff.png b/cactica_blues/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/cactica_blues/img/s_loggoff.png and /dev/null differ
diff --git a/cactica_blues/img/s_notice.png b/cactica_blues/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/cactica_blues/img/s_notice.png and /dev/null differ
diff --git a/cactica_blues/img/s_okay.png b/cactica_blues/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/cactica_blues/img/s_okay.png and /dev/null differ
diff --git a/cactica_blues/img/s_partialtext.png b/cactica_blues/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/cactica_blues/img/s_partialtext.png and /dev/null differ
diff --git a/cactica_blues/img/s_passwd.png b/cactica_blues/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/cactica_blues/img/s_passwd.png and /dev/null differ
diff --git a/cactica_blues/img/s_process.png b/cactica_blues/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/cactica_blues/img/s_process.png and /dev/null differ
diff --git a/cactica_blues/img/s_really.png b/cactica_blues/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/cactica_blues/img/s_really.png and /dev/null differ
diff --git a/cactica_blues/img/s_reload.png b/cactica_blues/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/cactica_blues/img/s_reload.png and /dev/null differ
diff --git a/cactica_blues/img/s_rights.png b/cactica_blues/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/cactica_blues/img/s_rights.png and /dev/null differ
diff --git a/cactica_blues/img/s_status.png b/cactica_blues/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/cactica_blues/img/s_status.png and /dev/null differ
diff --git a/cactica_blues/img/s_tbl.png b/cactica_blues/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/cactica_blues/img/s_tbl.png and /dev/null differ
diff --git a/cactica_blues/img/s_theme.png b/cactica_blues/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/cactica_blues/img/s_theme.png and /dev/null differ
diff --git a/cactica_blues/img/s_vars.png b/cactica_blues/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/cactica_blues/img/s_vars.png and /dev/null differ
diff --git a/cactica_blues/img/s_views.png b/cactica_blues/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/cactica_blues/img/s_views.png and /dev/null differ
diff --git a/cactica_blues/img/s_warn.png b/cactica_blues/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/cactica_blues/img/s_warn.png and /dev/null differ
diff --git a/cactica_blues/img/spacer.png b/cactica_blues/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/cactica_blues/img/spacer.png and /dev/null differ
diff --git a/cactica_blues/img/tbl_error.png b/cactica_blues/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/cactica_blues/img/tbl_error.png and /dev/null differ
diff --git a/cactica_blues/img/tbl_header.png b/cactica_blues/img/tbl_header.png
deleted file mode 100644
index 3718df7b8..000000000
Binary files a/cactica_blues/img/tbl_header.png and /dev/null differ
diff --git a/cactica_blues/img/tbl_th.png b/cactica_blues/img/tbl_th.png
deleted file mode 100644
index 9a9129ece..000000000
Binary files a/cactica_blues/img/tbl_th.png and /dev/null differ
diff --git a/cactica_blues/img/vertical_line.png b/cactica_blues/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/cactica_blues/img/vertical_line.png and /dev/null differ
diff --git a/cactica_blues/info.inc.php b/cactica_blues/info.inc.php
deleted file mode 100644
index d171a4d9f..000000000
--- a/cactica_blues/info.inc.php
+++ /dev/null
@@ -1,23 +0,0 @@
-
diff --git a/cactica_blues/layout.inc.php b/cactica_blues/layout.inc.php
deleted file mode 100644
index 58199bd6e..000000000
--- a/cactica_blues/layout.inc.php
+++ /dev/null
@@ -1,53 +0,0 @@
- '#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
deleted file mode 100644
index de2dc0049..000000000
Binary files a/cactica_blues/screen.png and /dev/null differ
diff --git a/clearview3/css/theme_left.css.php b/clearview3/css/theme_left.css.php
deleted file mode 100644
index 0b8a65aa6..000000000
--- a/clearview3/css/theme_left.css.php
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-body#body_leftFrame{padding:10px;margin:0;background: url(getImgPath(); ?>frame_fone.png) repeat-y right;color:;font-family:;font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>;}
-input,
-select,
-textarea{font-size:1em;}
-a img{border:none}
-a:link,
-a:visited{color:#483D8B}
-a:hover{color:#A0522D}
-hr{color:#ccc;background:#ccc;border:none;height:1px}
-/* classes
-********************************************************************** */
-div#pmalogo{text-align:center;border-bottom:1px solid #ccc;padding-bottom:0.5em}
-div#leftframelinks{text-align:center;padding:0.5em 0;border-bottom:1px solid #ccc}
-div#leftframelinks a:hover{background:none}
-div#leftframelinks a img.icon{padding:0.2em 0.3em;border:none}
-ul#databaseList{font-size:95%;border:none;padding:0.5em 0 0;margin:0;list-style:none}
-ul#databaseList li{background:url(getImgPath(); ?>s_db.png) no-repeat 0 0.2em;padding:0.2em 0 0.2em 17px}
-div#databaseList form{padding-top:0.5em;font-size:85%}
-ul#databaseList a{text-decoration:none}
-div#left_tableList ul{background:none;font-size:0.9em;padding:0;margin:0;list-style:none}
-div#left_tableList ul li{padding-bottom:1px}
-/* marked items */
-div#left_tableList{font-size:95%}
-div#left_tableList a.item{font-weight:bold}
-div#left_tableList ul li a{text-decoration:none}
-div#left_tableList li{white-space:nowrap}
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked{font-weight:bold;background:none;text-decoration:none;color:#333}
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover{background:none}
\ No newline at end of file
diff --git a/clearview3/css/theme_print.css.php b/clearview3/css/theme_print.css.php
deleted file mode 100644
index 913fab25e..000000000
--- a/clearview3/css/theme_print.css.php
+++ /dev/null
@@ -1,39 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/clearview3/css/theme_right.css.php b/clearview3/css/theme_right.css.php
deleted file mode 100644
index a89c4e0c3..000000000
--- a/clearview3/css/theme_right.css.php
+++ /dev/null
@@ -1,192 +0,0 @@
-
-/******************************************************************************/
-/* general elements
-********************************************************************** */
-html{font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>}
-body,
-body#bodyquerywindow{padding:10px;margin:0;background:;color:;font-family:;font-size:95%;line-height:130%}
-a img{border:none}
-a:link,
-a:visited{text-decoration:none;color:#483D8B}
-a:hover{color:#A0522D}
-h1{font-size:1.5em;font-weight:normal}
-h2{font-size:1.2em}
-dfn{font-style:normal}
-dfn:hover{font-style:normal;cursor:help}
-hr{color:#ccc;background:#ccc;border:none;height:1px}
-table{font-size:100%;border-collapse:collapse}
-table caption,
-table th,
-table td{vertical-align:top;padding:3px}
-table th{text-align:left}
-table thead th{text-align:center;vertical-align:bottom;border-bottom:2px solid #ccc;font-weight:bold}
-fieldset{background:#fff;padding:1em;border:1px solid #ccc;margin:1em 0.5em 0 0.5em}
-fieldset legend{background:#fff;padding-bottom:1px;color:#888}
-label{cursor:pointer}
-ul li{line-height:140%}
-form{display:inline}
-input,
-select,
-textarea{font-size:small}
-.icon{margin-left:0.3em;margin-right:2px;vertical-align:middle}
-/* classes
-********************************************************************** */
-.tblFooters{text-align:right;background:#eee url(getImgPath(); ?>footer_gradient.png) repeat-x;padding:0.5em 1em;margin:0 0.5em 1em;border:none}
-div.formelementrow{margin-bottom:0.5em}
-.table_comment{color:#888}
-div.success,
-div.notice,
-div.warning,
-div.error{padding:0.5em;margin:0.5em 0}
-div.success{background:#D2FFD2}
-div.notice{background:#FFE0C1}
-div.warning{background:#FFBE7D}
-div.error{background:#FF9595}
-code.sql{display:block;border:1px solid #ccc;padding:0.5em}
-div.tools{text-align:right;background:#eee url(getImgPath(); ?>footer_gradient.png) repeat-x scroll 0%;padding:0.5em}
-/* tables */
-table tr.odd th,
-table tr.odd{/*background:#fff*/}
-table tr.even th,
-table tr.even{background:}
-table tr.marked th,
-table tr.marked{color:#333;background:#ffe09d}
-table tr.odd:hover,
-table tr.even:hover{background:#fff}
-.odd:hover,
-.even:hover,
-.hover{background:#eee}
-table.data tr.odd:hover,
-table.data tr.even:hover,
-table.data tr.odd:hover th,
-table.data tr.even:hover th,
-table.data tr.hover th,
-table.data tr.hover td{color:#333;background:#eee}
-table tr.disabled,
-table tr.disabled a,
-table tr.disabled:hover{text-decoration:none;color:#aaa}
-th.name{text-align:right}
-td.value{text-align:left}
-.clearfloat{clear:both}
-.syntax{font-family:"Courier New",Courier,monospace}
-#selflink{margin-top:2em;padding-top:1em;border-top:0.1em solid silver;clear:both;display:block;margin-bottom:1em;text-align:right;width:100%}
-div.warning{border:1px solid #ffe09d;background:#FFFFCC;margin:1em 0.5em;padding:0.5em}
-div.notice{background:#FFFFCC;margin:1em 0.5em;padding:0.5em;font-size:0.9em}
-div.error{background:#ffe5e9;margin:1em 0.5em;padding:0.5em 0.5em 1em}
-label.desc{float:left;width:30em}
-fieldset .formelement {float:left;line-height:2.4em;margin-right:0.5em;white-space:nowrap}
-/* specific elements
-********************************************************************** */
-/* first page */
-#main_pane_left{float:left;width:60%}
-#main_pane_right{float:left;width:35%}
-#rainbowform{display:inline}
-div#sqlquerycontainer{float:left;width:69%}
-div#tablefieldscontainer{float:right;width:29%}
-div#tablefieldscontainer select{width:100%;margin-bottom:5px}
-textarea#sqlquery{width:100%}
-#TooltipContainer{position:absolute;z-index:99;width:20em;height:auto;overflow:visible;visibility:hidden;color:#333;border:0.1em solid #333;padding:0.5em;background:#ffffcc}
-/* header - breadcrumbs */
-#serverinfo{padding:2em 0 1em;font-size:90%}
-#serverinfo .item{text-decoration:none;white-space:nowrap}
-#serverinfo .icon{margin:0}
-#serverinfo .separator{margin:0 0.5em}
-/* topmenu */
-#topmenucontainer{padding:1em 0 0;margin-bottom:1em;border:none;border-bottom:1px solid #ccc}
-ul#topmenu{list-style-type:none;margin:0 0 0 16px;padding:0}
-ul#topmenu li{float:left;padding:0;margin:0;display:block;margin-left:-8px;font-weight:normal;border:none}
-ul#topmenu li .tab,
-ul#topmenu li .tabactive,
-ul#topmenu li .tabcaution{padding:0 17px 0 0;margin:0;background:url(getImgPath(); ?>topmenu_tab_r.png) no-repeat 100% 0;text-decoration:none;display:block;line-height:2.1;float:left;border:none}
-ul#topmenu li .tab .icon,
-ul#topmenu li .tabactive .icon,
-ul#topmenu li .tabcaution .icon{line-height:2.1;padding:0.4em 0 0.3em 7px;margin:0 3px 0 0;float:left;background:url(getImgPath(); ?>topmenu_tab_l.png) no-repeat 0 0}
-ul#topmenu li span.tab{color:#aaa}
-ul#topmenu li .tabactive{font-weight:bold;z-index:10;position:relative;background:url(getImgPath(); ?>topmenu_tab_r.png) no-repeat 100% -38px}
-ul#topmenu li .tabactive .icon{background:url(getImgPath(); ?>topmenu_tab_l.png) no-repeat 0 -38px}
-ul#topmenu li a.tabcaution{color:red}
-ul#topmenu li a.tabcaution:hover{color:red}
-/* Calendar */
-table.calendar td.selected{background:#FFC751}
-table.calendar td a{text-decoration:none}
-table.calendar td a:hover{background:#eee}
-/* table stats */
-div#tablestatistics{margin-top:3em;color:#888;border-bottom:none}
-div#tablestatistics th{text-align:left}
-#serverstatustraffic,
-#serverstatusqueriesdetails1{float:left;width:33%}
-#serverstatusconnections,
-#serverstatusqueriesdetails51{float:left;width:33%}
-#sectionlinks a{padding:0 0.3em}
-#serverstatussection{clear:both}
-/* server privileges */
-#tableuserrights th{vertical-align:bottom}
-#fieldset_user_global_rights fieldset{float:left}
-#fieldset_add_user{padding:0.5em;background:#eee url(getImgPath(); ?>footer_gradient.png) repeat-x;border:none;border-top:1px solid #ccc}
-#fieldset_add_user a{font-weight:bold;text-decoration:none}
-/* user privileges */
-#fieldset_add_user_login div.item{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}
-#maincontainer{border-bottom:none;/*background:url(getImgPath(); ?>logo_right.png) no-repeat right bottom;*/padding-bottom:5em}
-/* iconic view for ul items */
-li#li_create_database{list-style-image:url(getImgPath(); ?>b_newdb.png);padding:1em 3px 0.5em}
-li#li_select_lang{list-style-image:url(getImgPath(); ?>s_lang.png);padding:0 3px;margin-top:2em}
-li#li_select_mysql_collation,
-li#li_select_mysql_charset{list-style-image:url(getImgPath(); ?>s_asci.png);padding:0 3px;margin:3px 0}
-li#li_select_mysql_collation{padding-bottom:1em}
-li#li_select_theme{list-style-image:url(getImgPath(); ?>s_theme.png);padding:0 3px;margin:3px 0}
-li#li_server_info{list-style-image:url(getImgPath(); ?>s_host.png);padding-left:3px;}
-li#li_server_version{padding-left:3px;list-style:none}
-li#li_mysql_proto,
-li#li_user_info{list-style:none;list-style-image:none;padding:0 3px}
-li#li_mysql_status{list-style-image:url(getImgPath(); ?>s_status.png);padding:0 3px;margin:3px 0}
-li#li_mysql_variables{list-style-image:url(getImgPath(); ?>s_vars.png);padding:0 3px;margin:3px 0}
-li#li_mysql_processes{list-style-image:url(getImgPath(); ?>s_process.png);padding:0 3px;margin:3px 0}
-li#li_mysql_collations{list-style-image:url(getImgPath(); ?>s_asci.png);padding:0 3px;margin:3px 0}
-li#li_mysql_engines{list-style-image:url(getImgPath(); ?>b_engine.png);padding:0 3px;margin:3px 0}
-li#li_mysql_binlogs{list-style-image:url(getImgPath(); ?>s_tbl.png);padding:0 3px;margin:3px 0}
-li#li_mysql_databases{list-style-image:url(getImgPath(); ?>s_db.png);padding:0 3px;margin:3px 0;font-weight:bold}
-li#li_export{list-style-image:url(getImgPath(); ?>b_export.png);padding:0 3px;margin:3px 0}
-li#li_import{list-style-image:url(getImgPath(); ?>b_import.png);padding:0 3px;margin:3px 0}
-li#li_change_password{list-style-image:url(getImgPath(); ?>s_passwd.png);padding:0 3px;margin:3px 0}
-li#li_log_out{list-style-image:url(getImgPath(); ?>s_loggoff.png);padding:0 3px;margin:1em 0 3px}
-li#li_pma_docs{list-style-image:url(getImgPath(); ?>b_docs.png);padding:0 3px;margin:2em 0 0}
-li#li_pma_wiki{list-style:none;padding:0 3px}
-li#li_phpinfo{list-style-image:url(getImgPath(); ?>php_sym.png);padding:0 3px;margin:3px 0}
-li#li_pma_homepage{list-style-image:url(getImgPath(); ?>b_home.png);padding:0 3px;margin:3px 0}
-li#li_pma_homepage + li{list-style:none;padding:0 3px}
-li#li_mysql_privilegs{list-style-image:url(getImgPath(); ?>s_rights.png);padding:0 3px;margin:3px 0 1em}
-li#li_switch_dbstats{list-style-image:url(getImgPath(); ?>b_dbstatistics.png);padding:0 3px;margin:3px 0}
-li#li_flush_privileges{list-style-image:url(getImgPath(); ?>s_reload.png);padding:0 3px;margin:1em 0 3px}
-li#li_pma_version,
-li#li_web_server_software,
-li#li_mysql_client_version,
-li#li_used_php_extension,
-li#li_select_fontsize,
-li#li_custom_color{list-style:none;list-style-image:none;padding-left:3px}
-li#li_select_fontsize{list-style:none;list-style-image:none;padding-left:3px;padding-top:0.5em}
\ No newline at end of file
diff --git a/clearview3/img/arrow_ltr.png b/clearview3/img/arrow_ltr.png
deleted file mode 100644
index 8349abec0..000000000
Binary files a/clearview3/img/arrow_ltr.png and /dev/null differ
diff --git a/clearview3/img/arrow_rtl.png b/clearview3/img/arrow_rtl.png
deleted file mode 100644
index 34f94b235..000000000
Binary files a/clearview3/img/arrow_rtl.png and /dev/null differ
diff --git a/clearview3/img/asc_order.png b/clearview3/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/clearview3/img/asc_order.png and /dev/null differ
diff --git a/clearview3/img/b_bookmark.png b/clearview3/img/b_bookmark.png
deleted file mode 100644
index 0cb726c61..000000000
Binary files a/clearview3/img/b_bookmark.png and /dev/null differ
diff --git a/clearview3/img/b_browse.png b/clearview3/img/b_browse.png
deleted file mode 100644
index c2679f73a..000000000
Binary files a/clearview3/img/b_browse.png and /dev/null differ
diff --git a/clearview3/img/b_calendar.png b/clearview3/img/b_calendar.png
deleted file mode 100644
index a250e8eac..000000000
Binary files a/clearview3/img/b_calendar.png and /dev/null differ
diff --git a/clearview3/img/b_comment.png b/clearview3/img/b_comment.png
deleted file mode 100644
index 08916af92..000000000
Binary files a/clearview3/img/b_comment.png and /dev/null differ
diff --git a/clearview3/img/b_dbstatistics.png b/clearview3/img/b_dbstatistics.png
deleted file mode 100644
index b269d57dc..000000000
Binary files a/clearview3/img/b_dbstatistics.png and /dev/null differ
diff --git a/clearview3/img/b_deltbl.png b/clearview3/img/b_deltbl.png
deleted file mode 100644
index fea64e3c3..000000000
Binary files a/clearview3/img/b_deltbl.png and /dev/null differ
diff --git a/clearview3/img/b_docs.png b/clearview3/img/b_docs.png
deleted file mode 100644
index 71e2d26dc..000000000
Binary files a/clearview3/img/b_docs.png and /dev/null differ
diff --git a/clearview3/img/b_docsql.png b/clearview3/img/b_docsql.png
deleted file mode 100644
index c642b638e..000000000
Binary files a/clearview3/img/b_docsql.png and /dev/null differ
diff --git a/clearview3/img/b_drop.png b/clearview3/img/b_drop.png
deleted file mode 100644
index 3a80c4f8c..000000000
Binary files a/clearview3/img/b_drop.png and /dev/null differ
diff --git a/clearview3/img/b_edit.png b/clearview3/img/b_edit.png
deleted file mode 100644
index d864ead13..000000000
Binary files a/clearview3/img/b_edit.png and /dev/null differ
diff --git a/clearview3/img/b_empty.png b/clearview3/img/b_empty.png
deleted file mode 100644
index 005c7b19f..000000000
Binary files a/clearview3/img/b_empty.png and /dev/null differ
diff --git a/clearview3/img/b_engine.png b/clearview3/img/b_engine.png
deleted file mode 100644
index cc1bfd353..000000000
Binary files a/clearview3/img/b_engine.png and /dev/null differ
diff --git a/clearview3/img/b_export.png b/clearview3/img/b_export.png
deleted file mode 100644
index b92e2152a..000000000
Binary files a/clearview3/img/b_export.png and /dev/null differ
diff --git a/clearview3/img/b_firstpage.png b/clearview3/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/clearview3/img/b_firstpage.png and /dev/null differ
diff --git a/clearview3/img/b_ftext.png b/clearview3/img/b_ftext.png
deleted file mode 100644
index 95ee2324b..000000000
Binary files a/clearview3/img/b_ftext.png and /dev/null differ
diff --git a/clearview3/img/b_help.png b/clearview3/img/b_help.png
deleted file mode 100644
index ea84616a9..000000000
Binary files a/clearview3/img/b_help.png and /dev/null differ
diff --git a/clearview3/img/b_home.png b/clearview3/img/b_home.png
deleted file mode 100644
index ae3dd934b..000000000
Binary files a/clearview3/img/b_home.png and /dev/null differ
diff --git a/clearview3/img/b_import.png b/clearview3/img/b_import.png
deleted file mode 100644
index b75998cdf..000000000
Binary files a/clearview3/img/b_import.png and /dev/null differ
diff --git a/clearview3/img/b_index.png b/clearview3/img/b_index.png
deleted file mode 100644
index 7d9dfa30e..000000000
Binary files a/clearview3/img/b_index.png and /dev/null differ
diff --git a/clearview3/img/b_info.png b/clearview3/img/b_info.png
deleted file mode 100644
index 05daf1648..000000000
Binary files a/clearview3/img/b_info.png and /dev/null differ
diff --git a/clearview3/img/b_insrow.png b/clearview3/img/b_insrow.png
deleted file mode 100644
index 8070df68a..000000000
Binary files a/clearview3/img/b_insrow.png and /dev/null differ
diff --git a/clearview3/img/b_lastpage.png b/clearview3/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/clearview3/img/b_lastpage.png and /dev/null differ
diff --git a/clearview3/img/b_minus.png b/clearview3/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/clearview3/img/b_minus.png and /dev/null differ
diff --git a/clearview3/img/b_newdb.png b/clearview3/img/b_newdb.png
deleted file mode 100644
index 718280f03..000000000
Binary files a/clearview3/img/b_newdb.png and /dev/null differ
diff --git a/clearview3/img/b_newtbl.png b/clearview3/img/b_newtbl.png
deleted file mode 100644
index d380468df..000000000
Binary files a/clearview3/img/b_newtbl.png and /dev/null differ
diff --git a/clearview3/img/b_nextpage.png b/clearview3/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/clearview3/img/b_nextpage.png and /dev/null differ
diff --git a/clearview3/img/b_pdfdoc.png b/clearview3/img/b_pdfdoc.png
deleted file mode 100644
index e1de2adfd..000000000
Binary files a/clearview3/img/b_pdfdoc.png and /dev/null differ
diff --git a/clearview3/img/b_plus.png b/clearview3/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/clearview3/img/b_plus.png and /dev/null differ
diff --git a/clearview3/img/b_prevpage.png b/clearview3/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/clearview3/img/b_prevpage.png and /dev/null differ
diff --git a/clearview3/img/b_primary.png b/clearview3/img/b_primary.png
deleted file mode 100644
index 6db3650d2..000000000
Binary files a/clearview3/img/b_primary.png and /dev/null differ
diff --git a/clearview3/img/b_print.png b/clearview3/img/b_print.png
deleted file mode 100644
index 67f661dac..000000000
Binary files a/clearview3/img/b_print.png and /dev/null differ
diff --git a/clearview3/img/b_props.png b/clearview3/img/b_props.png
deleted file mode 100644
index 737762079..000000000
Binary files a/clearview3/img/b_props.png and /dev/null differ
diff --git a/clearview3/img/b_relations.png b/clearview3/img/b_relations.png
deleted file mode 100644
index 0b4f350e6..000000000
Binary files a/clearview3/img/b_relations.png and /dev/null differ
diff --git a/clearview3/img/b_save.png b/clearview3/img/b_save.png
deleted file mode 100644
index baab9872d..000000000
Binary files a/clearview3/img/b_save.png and /dev/null differ
diff --git a/clearview3/img/b_sbrowse.png b/clearview3/img/b_sbrowse.png
deleted file mode 100644
index 943d8e3fd..000000000
Binary files a/clearview3/img/b_sbrowse.png and /dev/null differ
diff --git a/clearview3/img/b_sdb.png b/clearview3/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/clearview3/img/b_sdb.png and /dev/null differ
diff --git a/clearview3/img/b_search.png b/clearview3/img/b_search.png
deleted file mode 100644
index 6e203e900..000000000
Binary files a/clearview3/img/b_search.png and /dev/null differ
diff --git a/clearview3/img/b_selboard.png b/clearview3/img/b_selboard.png
deleted file mode 100644
index 8b2a8120b..000000000
Binary files a/clearview3/img/b_selboard.png and /dev/null differ
diff --git a/clearview3/img/b_select.png b/clearview3/img/b_select.png
deleted file mode 100644
index 4c47f24aa..000000000
Binary files a/clearview3/img/b_select.png and /dev/null differ
diff --git a/clearview3/img/b_sql.png b/clearview3/img/b_sql.png
deleted file mode 100644
index 8b2a8120b..000000000
Binary files a/clearview3/img/b_sql.png and /dev/null differ
diff --git a/clearview3/img/b_sqldoc.png b/clearview3/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/clearview3/img/b_sqldoc.png and /dev/null differ
diff --git a/clearview3/img/b_sqlhelp.png b/clearview3/img/b_sqlhelp.png
deleted file mode 100644
index c642b638e..000000000
Binary files a/clearview3/img/b_sqlhelp.png and /dev/null differ
diff --git a/clearview3/img/b_tblanalyse.png b/clearview3/img/b_tblanalyse.png
deleted file mode 100644
index 437546190..000000000
Binary files a/clearview3/img/b_tblanalyse.png and /dev/null differ
diff --git a/clearview3/img/b_tblexport.png b/clearview3/img/b_tblexport.png
deleted file mode 100644
index b71dbe3d2..000000000
Binary files a/clearview3/img/b_tblexport.png and /dev/null differ
diff --git a/clearview3/img/b_tblimport.png b/clearview3/img/b_tblimport.png
deleted file mode 100644
index 16fb08f17..000000000
Binary files a/clearview3/img/b_tblimport.png and /dev/null differ
diff --git a/clearview3/img/b_tblops.png b/clearview3/img/b_tblops.png
deleted file mode 100644
index 36275af6c..000000000
Binary files a/clearview3/img/b_tblops.png and /dev/null differ
diff --git a/clearview3/img/b_tbloptimize.png b/clearview3/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/clearview3/img/b_tbloptimize.png and /dev/null differ
diff --git a/clearview3/img/b_tipp.png b/clearview3/img/b_tipp.png
deleted file mode 100644
index dfc061e7e..000000000
Binary files a/clearview3/img/b_tipp.png and /dev/null differ
diff --git a/clearview3/img/b_unique.png b/clearview3/img/b_unique.png
deleted file mode 100644
index ebbcef759..000000000
Binary files a/clearview3/img/b_unique.png and /dev/null differ
diff --git a/clearview3/img/b_usradd.png b/clearview3/img/b_usradd.png
deleted file mode 100644
index ca0b86fa0..000000000
Binary files a/clearview3/img/b_usradd.png and /dev/null differ
diff --git a/clearview3/img/b_usrcheck.png b/clearview3/img/b_usrcheck.png
deleted file mode 100644
index b02c11b7b..000000000
Binary files a/clearview3/img/b_usrcheck.png and /dev/null differ
diff --git a/clearview3/img/b_usrdrop.png b/clearview3/img/b_usrdrop.png
deleted file mode 100644
index 9dc402516..000000000
Binary files a/clearview3/img/b_usrdrop.png and /dev/null differ
diff --git a/clearview3/img/b_usredit.png b/clearview3/img/b_usredit.png
deleted file mode 100644
index 68fb66418..000000000
Binary files a/clearview3/img/b_usredit.png and /dev/null differ
diff --git a/clearview3/img/b_usrlist.png b/clearview3/img/b_usrlist.png
deleted file mode 100644
index 5e705f2cf..000000000
Binary files a/clearview3/img/b_usrlist.png and /dev/null differ
diff --git a/clearview3/img/b_view.png b/clearview3/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/clearview3/img/b_view.png and /dev/null differ
diff --git a/clearview3/img/b_views.png b/clearview3/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/clearview3/img/b_views.png and /dev/null differ
diff --git a/clearview3/img/bd_browse.png b/clearview3/img/bd_browse.png
deleted file mode 100644
index bf763bcf5..000000000
Binary files a/clearview3/img/bd_browse.png and /dev/null differ
diff --git a/clearview3/img/bd_deltbl.png b/clearview3/img/bd_deltbl.png
deleted file mode 100644
index 5ff9eb5f8..000000000
Binary files a/clearview3/img/bd_deltbl.png and /dev/null differ
diff --git a/clearview3/img/bd_drop.png b/clearview3/img/bd_drop.png
deleted file mode 100644
index 0d3442f38..000000000
Binary files a/clearview3/img/bd_drop.png and /dev/null differ
diff --git a/clearview3/img/bd_empty.png b/clearview3/img/bd_empty.png
deleted file mode 100644
index f5c33cdd6..000000000
Binary files a/clearview3/img/bd_empty.png and /dev/null differ
diff --git a/clearview3/img/bd_firstpage.png b/clearview3/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/clearview3/img/bd_firstpage.png and /dev/null differ
diff --git a/clearview3/img/bd_ftext.png b/clearview3/img/bd_ftext.png
deleted file mode 100644
index 2e49ced5f..000000000
Binary files a/clearview3/img/bd_ftext.png and /dev/null differ
diff --git a/clearview3/img/bd_index.png b/clearview3/img/bd_index.png
deleted file mode 100644
index 57fa49d22..000000000
Binary files a/clearview3/img/bd_index.png and /dev/null differ
diff --git a/clearview3/img/bd_insrow.png b/clearview3/img/bd_insrow.png
deleted file mode 100644
index 6b60209c8..000000000
Binary files a/clearview3/img/bd_insrow.png and /dev/null differ
diff --git a/clearview3/img/bd_lastpage.png b/clearview3/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/clearview3/img/bd_lastpage.png and /dev/null differ
diff --git a/clearview3/img/bd_nextpage.png b/clearview3/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/clearview3/img/bd_nextpage.png and /dev/null differ
diff --git a/clearview3/img/bd_prevpage.png b/clearview3/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/clearview3/img/bd_prevpage.png and /dev/null differ
diff --git a/clearview3/img/bd_primary.png b/clearview3/img/bd_primary.png
deleted file mode 100644
index 19c324b60..000000000
Binary files a/clearview3/img/bd_primary.png and /dev/null differ
diff --git a/clearview3/img/bd_sbrowse.png b/clearview3/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/clearview3/img/bd_sbrowse.png and /dev/null differ
diff --git a/clearview3/img/bd_select.png b/clearview3/img/bd_select.png
deleted file mode 100644
index 583d77f1e..000000000
Binary files a/clearview3/img/bd_select.png and /dev/null differ
diff --git a/clearview3/img/bd_unique.png b/clearview3/img/bd_unique.png
deleted file mode 100644
index bf42df917..000000000
Binary files a/clearview3/img/bd_unique.png and /dev/null differ
diff --git a/clearview3/img/error.ico b/clearview3/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/clearview3/img/error.ico and /dev/null differ
diff --git a/clearview3/img/footer_gradient.png b/clearview3/img/footer_gradient.png
deleted file mode 100644
index 6d2aaa5f9..000000000
Binary files a/clearview3/img/footer_gradient.png and /dev/null differ
diff --git a/clearview3/img/frame_fone.jpg b/clearview3/img/frame_fone.jpg
deleted file mode 100644
index 38bf0eca8..000000000
Binary files a/clearview3/img/frame_fone.jpg and /dev/null differ
diff --git a/clearview3/img/frame_fone.png b/clearview3/img/frame_fone.png
deleted file mode 100644
index 08b6e2a96..000000000
Binary files a/clearview3/img/frame_fone.png and /dev/null differ
diff --git a/clearview3/img/item.png b/clearview3/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/clearview3/img/item.png and /dev/null differ
diff --git a/clearview3/img/item_ltr.png b/clearview3/img/item_ltr.png
deleted file mode 100644
index 4004d1ca1..000000000
Binary files a/clearview3/img/item_ltr.png and /dev/null differ
diff --git a/clearview3/img/item_rtl.png b/clearview3/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/clearview3/img/item_rtl.png and /dev/null differ
diff --git a/clearview3/img/logo_left.png b/clearview3/img/logo_left.png
deleted file mode 100644
index 025dcb2ec..000000000
Binary files a/clearview3/img/logo_left.png and /dev/null differ
diff --git a/clearview3/img/logo_right.png b/clearview3/img/logo_right.png
deleted file mode 100644
index f21b05bda..000000000
Binary files a/clearview3/img/logo_right.png and /dev/null differ
diff --git a/clearview3/img/php_sym.png b/clearview3/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/clearview3/img/php_sym.png and /dev/null differ
diff --git a/clearview3/img/pma_logo2.png b/clearview3/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/clearview3/img/pma_logo2.png and /dev/null differ
diff --git a/clearview3/img/s_asc.png b/clearview3/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/clearview3/img/s_asc.png and /dev/null differ
diff --git a/clearview3/img/s_asci.png b/clearview3/img/s_asci.png
deleted file mode 100644
index 4577ac6d0..000000000
Binary files a/clearview3/img/s_asci.png and /dev/null differ
diff --git a/clearview3/img/s_attention.png b/clearview3/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/clearview3/img/s_attention.png and /dev/null differ
diff --git a/clearview3/img/s_cancel.png b/clearview3/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/clearview3/img/s_cancel.png and /dev/null differ
diff --git a/clearview3/img/s_cancel2.png b/clearview3/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/clearview3/img/s_cancel2.png and /dev/null differ
diff --git a/clearview3/img/s_db.png b/clearview3/img/s_db.png
deleted file mode 100644
index 0822a10b8..000000000
Binary files a/clearview3/img/s_db.png and /dev/null differ
diff --git a/clearview3/img/s_desc.png b/clearview3/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/clearview3/img/s_desc.png and /dev/null differ
diff --git a/clearview3/img/s_error.png b/clearview3/img/s_error.png
deleted file mode 100644
index 2e1aa9acd..000000000
Binary files a/clearview3/img/s_error.png and /dev/null differ
diff --git a/clearview3/img/s_error2.png b/clearview3/img/s_error2.png
deleted file mode 100644
index 93e377299..000000000
Binary files a/clearview3/img/s_error2.png and /dev/null differ
diff --git a/clearview3/img/s_fulltext.png b/clearview3/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/clearview3/img/s_fulltext.png and /dev/null differ
diff --git a/clearview3/img/s_host.png b/clearview3/img/s_host.png
deleted file mode 100644
index 06b992eaf..000000000
Binary files a/clearview3/img/s_host.png and /dev/null differ
diff --git a/clearview3/img/s_info.png b/clearview3/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/clearview3/img/s_info.png and /dev/null differ
diff --git a/clearview3/img/s_lang.png b/clearview3/img/s_lang.png
deleted file mode 100644
index d1fbfe6fd..000000000
Binary files a/clearview3/img/s_lang.png and /dev/null differ
diff --git a/clearview3/img/s_loggoff.png b/clearview3/img/s_loggoff.png
deleted file mode 100644
index 972a5a33c..000000000
Binary files a/clearview3/img/s_loggoff.png and /dev/null differ
diff --git a/clearview3/img/s_notice.png b/clearview3/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/clearview3/img/s_notice.png and /dev/null differ
diff --git a/clearview3/img/s_okay.png b/clearview3/img/s_okay.png
deleted file mode 100644
index 043574de0..000000000
Binary files a/clearview3/img/s_okay.png and /dev/null differ
diff --git a/clearview3/img/s_partialtext.png b/clearview3/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/clearview3/img/s_partialtext.png and /dev/null differ
diff --git a/clearview3/img/s_passwd.png b/clearview3/img/s_passwd.png
deleted file mode 100644
index 4331d5831..000000000
Binary files a/clearview3/img/s_passwd.png and /dev/null differ
diff --git a/clearview3/img/s_process.png b/clearview3/img/s_process.png
deleted file mode 100644
index d352ec72b..000000000
Binary files a/clearview3/img/s_process.png and /dev/null differ
diff --git a/clearview3/img/s_really.png b/clearview3/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/clearview3/img/s_really.png and /dev/null differ
diff --git a/clearview3/img/s_reload.png b/clearview3/img/s_reload.png
deleted file mode 100644
index fcaa56b19..000000000
Binary files a/clearview3/img/s_reload.png and /dev/null differ
diff --git a/clearview3/img/s_rights.png b/clearview3/img/s_rights.png
deleted file mode 100644
index 5933d4741..000000000
Binary files a/clearview3/img/s_rights.png and /dev/null differ
diff --git a/clearview3/img/s_status.png b/clearview3/img/s_status.png
deleted file mode 100644
index 230574a0a..000000000
Binary files a/clearview3/img/s_status.png and /dev/null differ
diff --git a/clearview3/img/s_tbl.png b/clearview3/img/s_tbl.png
deleted file mode 100644
index a9506db85..000000000
Binary files a/clearview3/img/s_tbl.png and /dev/null differ
diff --git a/clearview3/img/s_theme.png b/clearview3/img/s_theme.png
deleted file mode 100644
index 6d99e9f65..000000000
Binary files a/clearview3/img/s_theme.png and /dev/null differ
diff --git a/clearview3/img/s_vars.png b/clearview3/img/s_vars.png
deleted file mode 100644
index c1e64dab8..000000000
Binary files a/clearview3/img/s_vars.png and /dev/null differ
diff --git a/clearview3/img/s_views.png b/clearview3/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/clearview3/img/s_views.png and /dev/null differ
diff --git a/clearview3/img/s_warn.png b/clearview3/img/s_warn.png
deleted file mode 100644
index 594974961..000000000
Binary files a/clearview3/img/s_warn.png and /dev/null differ
diff --git a/clearview3/img/spacer.png b/clearview3/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/clearview3/img/spacer.png and /dev/null differ
diff --git a/clearview3/img/topmenu_tab_l.png b/clearview3/img/topmenu_tab_l.png
deleted file mode 100644
index d05025b9a..000000000
Binary files a/clearview3/img/topmenu_tab_l.png and /dev/null differ
diff --git a/clearview3/img/topmenu_tab_r.png b/clearview3/img/topmenu_tab_r.png
deleted file mode 100644
index f03b660ea..000000000
Binary files a/clearview3/img/topmenu_tab_r.png and /dev/null differ
diff --git a/clearview3/img/vertical_line.png b/clearview3/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/clearview3/img/vertical_line.png and /dev/null differ
diff --git a/clearview3/img/window-new.png b/clearview3/img/window-new.png
deleted file mode 100644
index 62166862c..000000000
Binary files a/clearview3/img/window-new.png and /dev/null differ
diff --git a/clearview3/img_32bit/arrow_ltr.png b/clearview3/img_32bit/arrow_ltr.png
deleted file mode 100644
index 8349abec0..000000000
Binary files a/clearview3/img_32bit/arrow_ltr.png and /dev/null differ
diff --git a/clearview3/img_32bit/arrow_rtl.png b/clearview3/img_32bit/arrow_rtl.png
deleted file mode 100644
index 34f94b235..000000000
Binary files a/clearview3/img_32bit/arrow_rtl.png and /dev/null differ
diff --git a/clearview3/img_32bit/asc_order.png b/clearview3/img_32bit/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/clearview3/img_32bit/asc_order.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_bookmark.png b/clearview3/img_32bit/b_bookmark.png
deleted file mode 100644
index 3a1441c9a..000000000
Binary files a/clearview3/img_32bit/b_bookmark.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_browse.png b/clearview3/img_32bit/b_browse.png
deleted file mode 100644
index 61f73acc6..000000000
Binary files a/clearview3/img_32bit/b_browse.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_comment.png b/clearview3/img_32bit/b_comment.png
deleted file mode 100644
index 244e6ca04..000000000
Binary files a/clearview3/img_32bit/b_comment.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_docs.png b/clearview3/img_32bit/b_docs.png
deleted file mode 100644
index f4f138367..000000000
Binary files a/clearview3/img_32bit/b_docs.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_docsql.png b/clearview3/img_32bit/b_docsql.png
deleted file mode 100644
index c35c61496..000000000
Binary files a/clearview3/img_32bit/b_docsql.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_drop.png b/clearview3/img_32bit/b_drop.png
deleted file mode 100644
index 1514d51a3..000000000
Binary files a/clearview3/img_32bit/b_drop.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_edit.png b/clearview3/img_32bit/b_edit.png
deleted file mode 100644
index 0bfecd50e..000000000
Binary files a/clearview3/img_32bit/b_edit.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_empty.png b/clearview3/img_32bit/b_empty.png
deleted file mode 100644
index 497381bbc..000000000
Binary files a/clearview3/img_32bit/b_empty.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_export.png b/clearview3/img_32bit/b_export.png
deleted file mode 100644
index 61a8556c4..000000000
Binary files a/clearview3/img_32bit/b_export.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_firstpage.png b/clearview3/img_32bit/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/clearview3/img_32bit/b_firstpage.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_ftext.png b/clearview3/img_32bit/b_ftext.png
deleted file mode 100644
index 8d96580f0..000000000
Binary files a/clearview3/img_32bit/b_ftext.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_help.png b/clearview3/img_32bit/b_help.png
deleted file mode 100644
index 20116c63c..000000000
Binary files a/clearview3/img_32bit/b_help.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_import.png b/clearview3/img_32bit/b_import.png
deleted file mode 100644
index 88517832b..000000000
Binary files a/clearview3/img_32bit/b_import.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_info.png b/clearview3/img_32bit/b_info.png
deleted file mode 100644
index e2fa617fc..000000000
Binary files a/clearview3/img_32bit/b_info.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_insrow.png b/clearview3/img_32bit/b_insrow.png
deleted file mode 100644
index ff5925efd..000000000
Binary files a/clearview3/img_32bit/b_insrow.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_lastpage.png b/clearview3/img_32bit/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/clearview3/img_32bit/b_lastpage.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_minus.png b/clearview3/img_32bit/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/clearview3/img_32bit/b_minus.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_newtbl.png b/clearview3/img_32bit/b_newtbl.png
deleted file mode 100644
index 2a3e5c4df..000000000
Binary files a/clearview3/img_32bit/b_newtbl.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_nextpage.png b/clearview3/img_32bit/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/clearview3/img_32bit/b_nextpage.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_plus.png b/clearview3/img_32bit/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/clearview3/img_32bit/b_plus.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_prevpage.png b/clearview3/img_32bit/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/clearview3/img_32bit/b_prevpage.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_primary.png b/clearview3/img_32bit/b_primary.png
deleted file mode 100644
index 34e23e24e..000000000
Binary files a/clearview3/img_32bit/b_primary.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_props.png b/clearview3/img_32bit/b_props.png
deleted file mode 100644
index dc2e9d5f5..000000000
Binary files a/clearview3/img_32bit/b_props.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_relations.png b/clearview3/img_32bit/b_relations.png
deleted file mode 100644
index 28b8505c0..000000000
Binary files a/clearview3/img_32bit/b_relations.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_sbrowse.png b/clearview3/img_32bit/b_sbrowse.png
deleted file mode 100644
index 943d8e3fd..000000000
Binary files a/clearview3/img_32bit/b_sbrowse.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_sdb.png b/clearview3/img_32bit/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/clearview3/img_32bit/b_sdb.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_search.png b/clearview3/img_32bit/b_search.png
deleted file mode 100644
index 908612e39..000000000
Binary files a/clearview3/img_32bit/b_search.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_selboard.png b/clearview3/img_32bit/b_selboard.png
deleted file mode 100644
index b397bb026..000000000
Binary files a/clearview3/img_32bit/b_selboard.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_select.png b/clearview3/img_32bit/b_select.png
deleted file mode 100644
index 49e342fc7..000000000
Binary files a/clearview3/img_32bit/b_select.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_sql.png b/clearview3/img_32bit/b_sql.png
deleted file mode 100644
index b397bb026..000000000
Binary files a/clearview3/img_32bit/b_sql.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_sqldoc.png b/clearview3/img_32bit/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/clearview3/img_32bit/b_sqldoc.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_sqlhelp.png b/clearview3/img_32bit/b_sqlhelp.png
deleted file mode 100644
index c35c61496..000000000
Binary files a/clearview3/img_32bit/b_sqlhelp.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_tblanalyse.png b/clearview3/img_32bit/b_tblanalyse.png
deleted file mode 100644
index ed6785a6a..000000000
Binary files a/clearview3/img_32bit/b_tblanalyse.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_tblexport.png b/clearview3/img_32bit/b_tblexport.png
deleted file mode 100644
index 0528dfa24..000000000
Binary files a/clearview3/img_32bit/b_tblexport.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_tblimport.png b/clearview3/img_32bit/b_tblimport.png
deleted file mode 100644
index 546a0cd7c..000000000
Binary files a/clearview3/img_32bit/b_tblimport.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_tblops.png b/clearview3/img_32bit/b_tblops.png
deleted file mode 100644
index 565a9330e..000000000
Binary files a/clearview3/img_32bit/b_tblops.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_tbloptimize.png b/clearview3/img_32bit/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/clearview3/img_32bit/b_tbloptimize.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_unique.png b/clearview3/img_32bit/b_unique.png
deleted file mode 100644
index a88500edf..000000000
Binary files a/clearview3/img_32bit/b_unique.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_usrcheck.png b/clearview3/img_32bit/b_usrcheck.png
deleted file mode 100644
index 30383c2de..000000000
Binary files a/clearview3/img_32bit/b_usrcheck.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_view.png b/clearview3/img_32bit/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/clearview3/img_32bit/b_view.png and /dev/null differ
diff --git a/clearview3/img_32bit/b_views.png b/clearview3/img_32bit/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/clearview3/img_32bit/b_views.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_browse.png b/clearview3/img_32bit/bd_browse.png
deleted file mode 100644
index 7449553d4..000000000
Binary files a/clearview3/img_32bit/bd_browse.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_deltbl.png b/clearview3/img_32bit/bd_deltbl.png
deleted file mode 100644
index 5244410aa..000000000
Binary files a/clearview3/img_32bit/bd_deltbl.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_drop.png b/clearview3/img_32bit/bd_drop.png
deleted file mode 100644
index aa065647e..000000000
Binary files a/clearview3/img_32bit/bd_drop.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_empty.png b/clearview3/img_32bit/bd_empty.png
deleted file mode 100644
index 30c3a1eec..000000000
Binary files a/clearview3/img_32bit/bd_empty.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_firstpage.png b/clearview3/img_32bit/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/clearview3/img_32bit/bd_firstpage.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_ftext.png b/clearview3/img_32bit/bd_ftext.png
deleted file mode 100644
index 6ece538c1..000000000
Binary files a/clearview3/img_32bit/bd_ftext.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_index.png b/clearview3/img_32bit/bd_index.png
deleted file mode 100644
index d363b266b..000000000
Binary files a/clearview3/img_32bit/bd_index.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_insrow.png b/clearview3/img_32bit/bd_insrow.png
deleted file mode 100644
index 340b02631..000000000
Binary files a/clearview3/img_32bit/bd_insrow.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_lastpage.png b/clearview3/img_32bit/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/clearview3/img_32bit/bd_lastpage.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_nextpage.png b/clearview3/img_32bit/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/clearview3/img_32bit/bd_nextpage.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_prevpage.png b/clearview3/img_32bit/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/clearview3/img_32bit/bd_prevpage.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_primary.png b/clearview3/img_32bit/bd_primary.png
deleted file mode 100644
index 80cd1b0dc..000000000
Binary files a/clearview3/img_32bit/bd_primary.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_sbrowse.png b/clearview3/img_32bit/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/clearview3/img_32bit/bd_sbrowse.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_select.png b/clearview3/img_32bit/bd_select.png
deleted file mode 100644
index 072ecf8fd..000000000
Binary files a/clearview3/img_32bit/bd_select.png and /dev/null differ
diff --git a/clearview3/img_32bit/bd_unique.png b/clearview3/img_32bit/bd_unique.png
deleted file mode 100644
index ff9613afe..000000000
Binary files a/clearview3/img_32bit/bd_unique.png and /dev/null differ
diff --git a/clearview3/img_32bit/error.ico b/clearview3/img_32bit/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/clearview3/img_32bit/error.ico and /dev/null differ
diff --git a/clearview3/img_32bit/footer_gradient.png b/clearview3/img_32bit/footer_gradient.png
deleted file mode 100644
index 6d2aaa5f9..000000000
Binary files a/clearview3/img_32bit/footer_gradient.png and /dev/null differ
diff --git a/clearview3/img_32bit/frame_fone.jpg b/clearview3/img_32bit/frame_fone.jpg
deleted file mode 100644
index 38bf0eca8..000000000
Binary files a/clearview3/img_32bit/frame_fone.jpg and /dev/null differ
diff --git a/clearview3/img_32bit/frame_fone.png b/clearview3/img_32bit/frame_fone.png
deleted file mode 100644
index 08b6e2a96..000000000
Binary files a/clearview3/img_32bit/frame_fone.png and /dev/null differ
diff --git a/clearview3/img_32bit/item.png b/clearview3/img_32bit/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/clearview3/img_32bit/item.png and /dev/null differ
diff --git a/clearview3/img_32bit/item_ltr.png b/clearview3/img_32bit/item_ltr.png
deleted file mode 100644
index 4004d1ca1..000000000
Binary files a/clearview3/img_32bit/item_ltr.png and /dev/null differ
diff --git a/clearview3/img_32bit/item_rtl.png b/clearview3/img_32bit/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/clearview3/img_32bit/item_rtl.png and /dev/null differ
diff --git a/clearview3/img_32bit/logo_left.png b/clearview3/img_32bit/logo_left.png
deleted file mode 100644
index 025dcb2ec..000000000
Binary files a/clearview3/img_32bit/logo_left.png and /dev/null differ
diff --git a/clearview3/img_32bit/logo_right.png b/clearview3/img_32bit/logo_right.png
deleted file mode 100644
index f21b05bda..000000000
Binary files a/clearview3/img_32bit/logo_right.png and /dev/null differ
diff --git a/clearview3/img_32bit/php_sym.png b/clearview3/img_32bit/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/clearview3/img_32bit/php_sym.png and /dev/null differ
diff --git a/clearview3/img_32bit/pma_logo2.png b/clearview3/img_32bit/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/clearview3/img_32bit/pma_logo2.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_asc.png b/clearview3/img_32bit/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/clearview3/img_32bit/s_asc.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_asci.png b/clearview3/img_32bit/s_asci.png
deleted file mode 100644
index b7960db9d..000000000
Binary files a/clearview3/img_32bit/s_asci.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_attention.png b/clearview3/img_32bit/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/clearview3/img_32bit/s_attention.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_cancel.png b/clearview3/img_32bit/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/clearview3/img_32bit/s_cancel.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_cancel2.png b/clearview3/img_32bit/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/clearview3/img_32bit/s_cancel2.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_desc.png b/clearview3/img_32bit/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/clearview3/img_32bit/s_desc.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_error.png b/clearview3/img_32bit/s_error.png
deleted file mode 100644
index c149c2bc0..000000000
Binary files a/clearview3/img_32bit/s_error.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_error2.png b/clearview3/img_32bit/s_error2.png
deleted file mode 100644
index 4703f08ef..000000000
Binary files a/clearview3/img_32bit/s_error2.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_fulltext.png b/clearview3/img_32bit/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/clearview3/img_32bit/s_fulltext.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_host.png b/clearview3/img_32bit/s_host.png
deleted file mode 100644
index 720a237c7..000000000
Binary files a/clearview3/img_32bit/s_host.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_info.png b/clearview3/img_32bit/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/clearview3/img_32bit/s_info.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_loggoff.png b/clearview3/img_32bit/s_loggoff.png
deleted file mode 100644
index 41676a0a5..000000000
Binary files a/clearview3/img_32bit/s_loggoff.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_notice.png b/clearview3/img_32bit/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/clearview3/img_32bit/s_notice.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_okay.png b/clearview3/img_32bit/s_okay.png
deleted file mode 100644
index a9925a06a..000000000
Binary files a/clearview3/img_32bit/s_okay.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_partialtext.png b/clearview3/img_32bit/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/clearview3/img_32bit/s_partialtext.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_passwd.png b/clearview3/img_32bit/s_passwd.png
deleted file mode 100644
index 4ec1a9281..000000000
Binary files a/clearview3/img_32bit/s_passwd.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_really.png b/clearview3/img_32bit/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/clearview3/img_32bit/s_really.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_reload.png b/clearview3/img_32bit/s_reload.png
deleted file mode 100644
index 0de26566d..000000000
Binary files a/clearview3/img_32bit/s_reload.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_rights.png b/clearview3/img_32bit/s_rights.png
deleted file mode 100644
index b3454e15f..000000000
Binary files a/clearview3/img_32bit/s_rights.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_status.png b/clearview3/img_32bit/s_status.png
deleted file mode 100644
index 12cd1aef9..000000000
Binary files a/clearview3/img_32bit/s_status.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_tbl.png b/clearview3/img_32bit/s_tbl.png
deleted file mode 100644
index abcd93689..000000000
Binary files a/clearview3/img_32bit/s_tbl.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_vars.png b/clearview3/img_32bit/s_vars.png
deleted file mode 100644
index acc30b853..000000000
Binary files a/clearview3/img_32bit/s_vars.png and /dev/null differ
diff --git a/clearview3/img_32bit/s_views.png b/clearview3/img_32bit/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/clearview3/img_32bit/s_views.png and /dev/null differ
diff --git a/clearview3/img_32bit/spacer.png b/clearview3/img_32bit/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/clearview3/img_32bit/spacer.png and /dev/null differ
diff --git a/clearview3/img_32bit/topmenu_tab_l.png b/clearview3/img_32bit/topmenu_tab_l.png
deleted file mode 100644
index d05025b9a..000000000
Binary files a/clearview3/img_32bit/topmenu_tab_l.png and /dev/null differ
diff --git a/clearview3/img_32bit/topmenu_tab_r.png b/clearview3/img_32bit/topmenu_tab_r.png
deleted file mode 100644
index f03b660ea..000000000
Binary files a/clearview3/img_32bit/topmenu_tab_r.png and /dev/null differ
diff --git a/clearview3/img_32bit/vertical_line.png b/clearview3/img_32bit/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/clearview3/img_32bit/vertical_line.png and /dev/null differ
diff --git a/clearview3/img_32bit/window-new.png b/clearview3/img_32bit/window-new.png
deleted file mode 100644
index 647592f2e..000000000
Binary files a/clearview3/img_32bit/window-new.png and /dev/null differ
diff --git a/clearview3/info.inc.php b/clearview3/info.inc.php
deleted file mode 100644
index 28c6f9cd0..000000000
--- a/clearview3/info.inc.php
+++ /dev/null
@@ -1,16 +0,0 @@
-
diff --git a/clearview3/layout.inc.php b/clearview3/layout.inc.php
deleted file mode 100644
index 0b02bb68c..000000000
--- a/clearview3/layout.inc.php
+++ /dev/null
@@ -1,119 +0,0 @@
-getImgPath() . 'vertical_line.png) repeat-y';
-
-// zebra background (uncomment second line if you want zebra tables)
-//$GLOBALS['cfg']['zebra'] = '#f5f5f5';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = '"Lucida Grande", Arial, sans-serif';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#D3DCE3';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000000';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 400;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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/clearview3/screen.png b/clearview3/screen.png
deleted file mode 100644
index 4c0c39a70..000000000
Binary files a/clearview3/screen.png and /dev/null differ
diff --git a/crimson_gray/css/theme_left.css.php b/crimson_gray/css/theme_left.css.php
deleted file mode 100644
index e125bb037..000000000
--- a/crimson_gray/css/theme_left.css.php
+++ /dev/null
@@ -1,227 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0.2em 0.2em 0.2em;
-}
-
-a img {
- border: 0;
-}
-
-/*
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-*/
-
-ul {
- margin:0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
-}
-
-/* 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;
-}
-
-.navi_dbName {
- font-weight: bold;
- color: ;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo {
-
- background-color: ;
- padding:.3em;
-}
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-ul#databaseList {
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- padding-: 1.5em;
-}
-
-ul#databaseList a {
- display: block;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- background: ;
- color: ;
-}
-
-ul#databaseList a:hover {
- background: ;
- color: ;
-}
-
-ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: 0.05em solid ;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
- background: ;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-: 0;
- padding-: 0.1em;
- border-: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: ;
-}
-#serverinfo a:hover {
- background: ;
- color: ;
-}
diff --git a/crimson_gray/css/theme_print.css.php b/crimson_gray/css/theme_print.css.php
deleted file mode 100644
index d552152bd..000000000
--- a/crimson_gray/css/theme_print.css.php
+++ /dev/null
@@ -1,39 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/crimson_gray/css/theme_right.css.php b/crimson_gray/css/theme_right.css.php
deleted file mode 100644
index b1e4b1929..000000000
--- a/crimson_gray/css/theme_right.css.php
+++ /dev/null
@@ -1,1194 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : (
- isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '84%'));?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #AA0000
-}
-
-a:hover {
- text-decoration: underline;
- color: #CC0000;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
- height: em;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background: ;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- font-weight: bold;
- color: #444444;
- background-color:
-}
-
-/* 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 */
-div.tools {
- border: 1px solid #000000;
- padding: 0.2em;
-}
-
-div.tools,
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- /* avoid a thick line since this should be used under another fieldset */
- border-top: 0;
- text-align: ;
- float: none;
- clear: both;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-
-/* marked table rows */
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.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 */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-div.success,
-div.notice,
-div.warning,
-div.error {
- margin: 0.3em 0 0 0;
- border: 2px solid;
-
- background-repeat: no-repeat;
-
- background-position: 10px 50%;
- padding: 0.1em 0.1em 0.1em 36px;
-
- background-position: 99% 50%;
- padding: 10px 5% 10px 10px;
-
-
- padding: 0.3em;
-
-}
-
-.success {
- color: #000000;
- background-color: #f0fff0;
-}
-h1.success,
-div.success {
- border-color: #00FF00;
-
- background-image: url(getImgPath(); ?>s_success.png);
-
-}
-.success h1 {
- border-color: #00FF00;
-}
-
-.notice {
- color: #000000;
- background-color: #FFFFDD;
-}
-h1.notice,
-div.notice {
- border-color: #FFD700;
-
- background-image: url(getImgPath(); ?>s_notice.png);
-
-}
-.notice h1 {
- border-bottom: 0.1em solid #FFD700;
-}
-
-.warning {
- color: #202020;
- background-color: #FFFFCC;
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #CC0000;
-
- background-image: url(getImgPath(); ?>s_warn.png);
-
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
-.error {
- background-color: #FFFFCC;
- color: #ff0000;
-}
-
-h1.error,
-div.error {
- border-color: #ff0000;
-
- background-image: url(getImgPath(); ?>s_error.png);
-
-}
-div.error h1 {
- border-bottom: 0.1em solid #ff0000;
-}
-
-.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(getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
-}
-
-.tblHeaders a:link,
-.tblHeaders a:active,
-.tblHeaders a:visited,
-div.tools a:link,
-div.tools a:visited,
-div.tools a:active,
-.tblFooters a:link,
-.tblFooters a:active,
-.tblFooters a:visited {
- color: #AA0000;
-}
-
-.tblHeaders a:hover,
-div.tools a:hover,
-.tblFooters a:hover {
- color: #AA0000;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #FF0000;
- 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;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 20em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- font-weight: bolder;
- clear: ;
- margin: 1px 0 2px 0;
-}
-
-form.login input {
- float: ;
- clear: ;
-}
-
-.login .textfield, .loginform select {
- width: 98%;
-}
-
-#input_go, #buttonGo, #queryboxfooter input, input[type=submit] {
- min-width: 75px;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img {
- vertical-align: middle;
- margin-: 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 black;
-}
-
-/* default tab styles */
-.tab, .tabcaution, .tabactive {
- background-color: ;
- border: 1pt solid ;
- border-bottom: 0;
- border-top-left-radius: 0.4em;
- border-top-right-radius: 0.4em;
-}
-
-/* enabled hover/active tabs */
-a.tab:hover,
-a.tabcaution:hover,
-.tabactive,
-.tabactive:hover {
- margin: 0;
- padding: 0.2em 0.4em 0.2em 0.4em;
- text-decoration: none;
-}
-
-a.tab:hover,
-.tabactive {
- background-color: ;
-}
-
-/* to be able to cancel the bottom border, use */
-ul#topmenu li.active {
- border-bottom: 1pt solid ;
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-a.warning,
-span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info,
-li#li_server_version{
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs,
-li#li_pma_wiki {
- list-style-image: url(getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_maintenance {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-code.sql {
- display: block;
- padding: 0.3em;
- margin-top: 0;
- margin-bottom: 0;
- border: solid 1px;
- border-top: 0;
- border-bottom: 0;
- max-height: 10em;
- overflow: auto;
- background: ;
-}
-
-#main_pane_left {
- width: 60%;
- float: ;
- padding-top: 1em;
-}
-
-#main_pane_right {
- margin-: 60%;
- padding-top: 1em;
- padding-: 1em;
-}
-
-.group {
- border-: 1px solid ;
- margin-bottom: 1em;
-}
-
-.group h2 {
- background-color: ;
- color: #404040;
- padding: 0.1em 0.3em;
- margin-top: 0;
-}
-
-#li_select_server {
- padding-bottom: 0.3em;
- border-bottom: 0.3em solid ;
- margin-bottom: 0.3em;
-}
diff --git a/crimson_gray/img/arrow_ltr.png b/crimson_gray/img/arrow_ltr.png
deleted file mode 100644
index 8cdb8ca17..000000000
Binary files a/crimson_gray/img/arrow_ltr.png and /dev/null differ
diff --git a/crimson_gray/img/arrow_rtl.png b/crimson_gray/img/arrow_rtl.png
deleted file mode 100644
index 6b70c4eb7..000000000
Binary files a/crimson_gray/img/arrow_rtl.png and /dev/null differ
diff --git a/crimson_gray/img/asc_order.png b/crimson_gray/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/crimson_gray/img/asc_order.png and /dev/null differ
diff --git a/crimson_gray/img/b_bookmark.png b/crimson_gray/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/crimson_gray/img/b_bookmark.png and /dev/null differ
diff --git a/crimson_gray/img/b_browse.png b/crimson_gray/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/crimson_gray/img/b_browse.png and /dev/null differ
diff --git a/crimson_gray/img/b_calendar.png b/crimson_gray/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/crimson_gray/img/b_calendar.png and /dev/null differ
diff --git a/crimson_gray/img/b_comment.png b/crimson_gray/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/crimson_gray/img/b_comment.png and /dev/null differ
diff --git a/crimson_gray/img/b_dbstatistics.png b/crimson_gray/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/crimson_gray/img/b_dbstatistics.png and /dev/null differ
diff --git a/crimson_gray/img/b_deltbl.png b/crimson_gray/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/crimson_gray/img/b_deltbl.png and /dev/null differ
diff --git a/crimson_gray/img/b_docs.png b/crimson_gray/img/b_docs.png
deleted file mode 100644
index 0f756936a..000000000
Binary files a/crimson_gray/img/b_docs.png and /dev/null differ
diff --git a/crimson_gray/img/b_docsql.png b/crimson_gray/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/crimson_gray/img/b_docsql.png and /dev/null differ
diff --git a/crimson_gray/img/b_drop.png b/crimson_gray/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/crimson_gray/img/b_drop.png and /dev/null differ
diff --git a/crimson_gray/img/b_edit.png b/crimson_gray/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/crimson_gray/img/b_edit.png and /dev/null differ
diff --git a/crimson_gray/img/b_empty.png b/crimson_gray/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/crimson_gray/img/b_empty.png and /dev/null differ
diff --git a/crimson_gray/img/b_engine.png b/crimson_gray/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/crimson_gray/img/b_engine.png and /dev/null differ
diff --git a/crimson_gray/img/b_export.png b/crimson_gray/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/crimson_gray/img/b_export.png and /dev/null differ
diff --git a/crimson_gray/img/b_firstpage.png b/crimson_gray/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/crimson_gray/img/b_firstpage.png and /dev/null differ
diff --git a/crimson_gray/img/b_ftext.png b/crimson_gray/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/crimson_gray/img/b_ftext.png and /dev/null differ
diff --git a/crimson_gray/img/b_help.png b/crimson_gray/img/b_help.png
deleted file mode 100644
index 2fb0ba27d..000000000
Binary files a/crimson_gray/img/b_help.png and /dev/null differ
diff --git a/crimson_gray/img/b_home.png b/crimson_gray/img/b_home.png
deleted file mode 100644
index cf29a6f0b..000000000
Binary files a/crimson_gray/img/b_home.png and /dev/null differ
diff --git a/crimson_gray/img/b_import.png b/crimson_gray/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/crimson_gray/img/b_import.png and /dev/null differ
diff --git a/crimson_gray/img/b_index.png b/crimson_gray/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/crimson_gray/img/b_index.png and /dev/null differ
diff --git a/crimson_gray/img/b_info.png b/crimson_gray/img/b_info.png
deleted file mode 100644
index 9c4301919..000000000
Binary files a/crimson_gray/img/b_info.png and /dev/null differ
diff --git a/crimson_gray/img/b_insrow.png b/crimson_gray/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/crimson_gray/img/b_insrow.png and /dev/null differ
diff --git a/crimson_gray/img/b_lastpage.png b/crimson_gray/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/crimson_gray/img/b_lastpage.png and /dev/null differ
diff --git a/crimson_gray/img/b_minus.png b/crimson_gray/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/crimson_gray/img/b_minus.png and /dev/null differ
diff --git a/crimson_gray/img/b_newdb.png b/crimson_gray/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/crimson_gray/img/b_newdb.png and /dev/null differ
diff --git a/crimson_gray/img/b_newtbl.png b/crimson_gray/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/crimson_gray/img/b_newtbl.png and /dev/null differ
diff --git a/crimson_gray/img/b_nextpage.png b/crimson_gray/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/crimson_gray/img/b_nextpage.png and /dev/null differ
diff --git a/crimson_gray/img/b_pdfdoc.png b/crimson_gray/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/crimson_gray/img/b_pdfdoc.png and /dev/null differ
diff --git a/crimson_gray/img/b_plus.png b/crimson_gray/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/crimson_gray/img/b_plus.png and /dev/null differ
diff --git a/crimson_gray/img/b_prevpage.png b/crimson_gray/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/crimson_gray/img/b_prevpage.png and /dev/null differ
diff --git a/crimson_gray/img/b_primary.png b/crimson_gray/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/crimson_gray/img/b_primary.png and /dev/null differ
diff --git a/crimson_gray/img/b_print.png b/crimson_gray/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/crimson_gray/img/b_print.png and /dev/null differ
diff --git a/crimson_gray/img/b_props.png b/crimson_gray/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/crimson_gray/img/b_props.png and /dev/null differ
diff --git a/crimson_gray/img/b_relations.png b/crimson_gray/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/crimson_gray/img/b_relations.png and /dev/null differ
diff --git a/crimson_gray/img/b_save.png b/crimson_gray/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/crimson_gray/img/b_save.png and /dev/null differ
diff --git a/crimson_gray/img/b_sbrowse.png b/crimson_gray/img/b_sbrowse.png
deleted file mode 100644
index 3f444f59e..000000000
Binary files a/crimson_gray/img/b_sbrowse.png and /dev/null differ
diff --git a/crimson_gray/img/b_sdb.png b/crimson_gray/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/crimson_gray/img/b_sdb.png and /dev/null differ
diff --git a/crimson_gray/img/b_search.png b/crimson_gray/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/crimson_gray/img/b_search.png and /dev/null differ
diff --git a/crimson_gray/img/b_selboard.png b/crimson_gray/img/b_selboard.png
deleted file mode 100644
index 7a740ad76..000000000
Binary files a/crimson_gray/img/b_selboard.png and /dev/null differ
diff --git a/crimson_gray/img/b_select.png b/crimson_gray/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/crimson_gray/img/b_select.png and /dev/null differ
diff --git a/crimson_gray/img/b_sql.png b/crimson_gray/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/crimson_gray/img/b_sql.png and /dev/null differ
diff --git a/crimson_gray/img/b_sqldoc.png b/crimson_gray/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/crimson_gray/img/b_sqldoc.png and /dev/null differ
diff --git a/crimson_gray/img/b_sqlhelp.png b/crimson_gray/img/b_sqlhelp.png
deleted file mode 100644
index f78b863cb..000000000
Binary files a/crimson_gray/img/b_sqlhelp.png and /dev/null differ
diff --git a/crimson_gray/img/b_tblanalyse.png b/crimson_gray/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/crimson_gray/img/b_tblanalyse.png and /dev/null differ
diff --git a/crimson_gray/img/b_tblexport.png b/crimson_gray/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/crimson_gray/img/b_tblexport.png and /dev/null differ
diff --git a/crimson_gray/img/b_tblimport.png b/crimson_gray/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/crimson_gray/img/b_tblimport.png and /dev/null differ
diff --git a/crimson_gray/img/b_tblops.png b/crimson_gray/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/crimson_gray/img/b_tblops.png and /dev/null differ
diff --git a/crimson_gray/img/b_tbloptimize.png b/crimson_gray/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/crimson_gray/img/b_tbloptimize.png and /dev/null differ
diff --git a/crimson_gray/img/b_tipp.png b/crimson_gray/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/crimson_gray/img/b_tipp.png and /dev/null differ
diff --git a/crimson_gray/img/b_unique.png b/crimson_gray/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/crimson_gray/img/b_unique.png and /dev/null differ
diff --git a/crimson_gray/img/b_usradd.png b/crimson_gray/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/crimson_gray/img/b_usradd.png and /dev/null differ
diff --git a/crimson_gray/img/b_usrcheck.png b/crimson_gray/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/crimson_gray/img/b_usrcheck.png and /dev/null differ
diff --git a/crimson_gray/img/b_usrdrop.png b/crimson_gray/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/crimson_gray/img/b_usrdrop.png and /dev/null differ
diff --git a/crimson_gray/img/b_usredit.png b/crimson_gray/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/crimson_gray/img/b_usredit.png and /dev/null differ
diff --git a/crimson_gray/img/b_usrlist.png b/crimson_gray/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/crimson_gray/img/b_usrlist.png and /dev/null differ
diff --git a/crimson_gray/img/b_view.png b/crimson_gray/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/crimson_gray/img/b_view.png and /dev/null differ
diff --git a/crimson_gray/img/b_views.png b/crimson_gray/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/crimson_gray/img/b_views.png and /dev/null differ
diff --git a/crimson_gray/img/bd_browse.png b/crimson_gray/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/crimson_gray/img/bd_browse.png and /dev/null differ
diff --git a/crimson_gray/img/bd_deltbl.png b/crimson_gray/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/crimson_gray/img/bd_deltbl.png and /dev/null differ
diff --git a/crimson_gray/img/bd_drop.png b/crimson_gray/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/crimson_gray/img/bd_drop.png and /dev/null differ
diff --git a/crimson_gray/img/bd_empty.png b/crimson_gray/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/crimson_gray/img/bd_empty.png and /dev/null differ
diff --git a/crimson_gray/img/bd_firstpage.png b/crimson_gray/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/crimson_gray/img/bd_firstpage.png and /dev/null differ
diff --git a/crimson_gray/img/bd_ftext.png b/crimson_gray/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/crimson_gray/img/bd_ftext.png and /dev/null differ
diff --git a/crimson_gray/img/bd_index.png b/crimson_gray/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/crimson_gray/img/bd_index.png and /dev/null differ
diff --git a/crimson_gray/img/bd_insrow.png b/crimson_gray/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/crimson_gray/img/bd_insrow.png and /dev/null differ
diff --git a/crimson_gray/img/bd_lastpage.png b/crimson_gray/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/crimson_gray/img/bd_lastpage.png and /dev/null differ
diff --git a/crimson_gray/img/bd_nextpage.png b/crimson_gray/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/crimson_gray/img/bd_nextpage.png and /dev/null differ
diff --git a/crimson_gray/img/bd_prevpage.png b/crimson_gray/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/crimson_gray/img/bd_prevpage.png and /dev/null differ
diff --git a/crimson_gray/img/bd_primary.png b/crimson_gray/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/crimson_gray/img/bd_primary.png and /dev/null differ
diff --git a/crimson_gray/img/bd_sbrowse.png b/crimson_gray/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/crimson_gray/img/bd_sbrowse.png and /dev/null differ
diff --git a/crimson_gray/img/bd_select.png b/crimson_gray/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/crimson_gray/img/bd_select.png and /dev/null differ
diff --git a/crimson_gray/img/bd_unique.png b/crimson_gray/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/crimson_gray/img/bd_unique.png and /dev/null differ
diff --git a/crimson_gray/img/error.ico b/crimson_gray/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/crimson_gray/img/error.ico and /dev/null differ
diff --git a/crimson_gray/img/item.png b/crimson_gray/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/crimson_gray/img/item.png and /dev/null differ
diff --git a/crimson_gray/img/item_ltr.png b/crimson_gray/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/crimson_gray/img/item_ltr.png and /dev/null differ
diff --git a/crimson_gray/img/item_rtl.png b/crimson_gray/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/crimson_gray/img/item_rtl.png and /dev/null differ
diff --git a/crimson_gray/img/logo_left.png b/crimson_gray/img/logo_left.png
deleted file mode 100644
index 26acf2e3b..000000000
Binary files a/crimson_gray/img/logo_left.png and /dev/null differ
diff --git a/crimson_gray/img/logo_right.png b/crimson_gray/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/crimson_gray/img/logo_right.png and /dev/null differ
diff --git a/crimson_gray/img/php_sym.png b/crimson_gray/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/crimson_gray/img/php_sym.png and /dev/null differ
diff --git a/crimson_gray/img/pma_logo2.png b/crimson_gray/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/crimson_gray/img/pma_logo2.png and /dev/null differ
diff --git a/crimson_gray/img/s_asc.png b/crimson_gray/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/crimson_gray/img/s_asc.png and /dev/null differ
diff --git a/crimson_gray/img/s_asci.png b/crimson_gray/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/crimson_gray/img/s_asci.png and /dev/null differ
diff --git a/crimson_gray/img/s_attention.png b/crimson_gray/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/crimson_gray/img/s_attention.png and /dev/null differ
diff --git a/crimson_gray/img/s_cancel.png b/crimson_gray/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/crimson_gray/img/s_cancel.png and /dev/null differ
diff --git a/crimson_gray/img/s_cancel2.png b/crimson_gray/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/crimson_gray/img/s_cancel2.png and /dev/null differ
diff --git a/crimson_gray/img/s_db.png b/crimson_gray/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/crimson_gray/img/s_db.png and /dev/null differ
diff --git a/crimson_gray/img/s_desc.png b/crimson_gray/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/crimson_gray/img/s_desc.png and /dev/null differ
diff --git a/crimson_gray/img/s_error.png b/crimson_gray/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/crimson_gray/img/s_error.png and /dev/null differ
diff --git a/crimson_gray/img/s_error2.png b/crimson_gray/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/crimson_gray/img/s_error2.png and /dev/null differ
diff --git a/crimson_gray/img/s_fulltext.png b/crimson_gray/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/crimson_gray/img/s_fulltext.png and /dev/null differ
diff --git a/crimson_gray/img/s_host.png b/crimson_gray/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/crimson_gray/img/s_host.png and /dev/null differ
diff --git a/crimson_gray/img/s_info.png b/crimson_gray/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/crimson_gray/img/s_info.png and /dev/null differ
diff --git a/crimson_gray/img/s_lang.png b/crimson_gray/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/crimson_gray/img/s_lang.png and /dev/null differ
diff --git a/crimson_gray/img/s_loggoff.png b/crimson_gray/img/s_loggoff.png
deleted file mode 100644
index 210387d21..000000000
Binary files a/crimson_gray/img/s_loggoff.png and /dev/null differ
diff --git a/crimson_gray/img/s_notice.png b/crimson_gray/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/crimson_gray/img/s_notice.png and /dev/null differ
diff --git a/crimson_gray/img/s_okay.png b/crimson_gray/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/crimson_gray/img/s_okay.png and /dev/null differ
diff --git a/crimson_gray/img/s_partialtext.png b/crimson_gray/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/crimson_gray/img/s_partialtext.png and /dev/null differ
diff --git a/crimson_gray/img/s_passwd.png b/crimson_gray/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/crimson_gray/img/s_passwd.png and /dev/null differ
diff --git a/crimson_gray/img/s_process.png b/crimson_gray/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/crimson_gray/img/s_process.png and /dev/null differ
diff --git a/crimson_gray/img/s_really.png b/crimson_gray/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/crimson_gray/img/s_really.png and /dev/null differ
diff --git a/crimson_gray/img/s_reload.png b/crimson_gray/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/crimson_gray/img/s_reload.png and /dev/null differ
diff --git a/crimson_gray/img/s_rights.png b/crimson_gray/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/crimson_gray/img/s_rights.png and /dev/null differ
diff --git a/crimson_gray/img/s_status.png b/crimson_gray/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/crimson_gray/img/s_status.png and /dev/null differ
diff --git a/crimson_gray/img/s_tbl.png b/crimson_gray/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/crimson_gray/img/s_tbl.png and /dev/null differ
diff --git a/crimson_gray/img/s_theme.png b/crimson_gray/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/crimson_gray/img/s_theme.png and /dev/null differ
diff --git a/crimson_gray/img/s_vars.png b/crimson_gray/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/crimson_gray/img/s_vars.png and /dev/null differ
diff --git a/crimson_gray/img/s_views.png b/crimson_gray/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/crimson_gray/img/s_views.png and /dev/null differ
diff --git a/crimson_gray/img/s_warn.png b/crimson_gray/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/crimson_gray/img/s_warn.png and /dev/null differ
diff --git a/crimson_gray/img/spacer.png b/crimson_gray/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/crimson_gray/img/spacer.png and /dev/null differ
diff --git a/crimson_gray/img/vertical_line.png b/crimson_gray/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/crimson_gray/img/vertical_line.png and /dev/null differ
diff --git a/crimson_gray/img/window-new.png b/crimson_gray/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/crimson_gray/img/window-new.png and /dev/null differ
diff --git a/crimson_gray/info.inc.php b/crimson_gray/info.inc.php
deleted file mode 100644
index d4ee1afcd..000000000
--- a/crimson_gray/info.inc.php
+++ /dev/null
@@ -1,17 +0,0 @@
-
diff --git a/crimson_gray/layout.inc.php b/crimson_gray/layout.inc.php
deleted file mode 100644
index 559b26e22..000000000
--- a/crimson_gray/layout.inc.php
+++ /dev/null
@@ -1,116 +0,0 @@
-getImgPath() . 'vertical_line.png) repeat-y';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#F99E9E';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = 'Verdana';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#8B8F94';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#404040';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 400;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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/crimson_gray/screen.png b/crimson_gray/screen.png
deleted file mode 100644
index 44744587c..000000000
Binary files a/crimson_gray/screen.png and /dev/null differ
diff --git a/dark_lime/css/theme_left.css.php b/dark_lime/css/theme_left.css.php
deleted file mode 100644
index 595579e27..000000000
--- a/dark_lime/css/theme_left.css.php
+++ /dev/null
@@ -1,167 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0.2em 0.2em 0.2em;
-}
-a {
- color: #ffffff;
-}
-
-a img {
- border: 0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select {
- width: 100%;
-}
-
-/* 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;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- border-bottom: 0.05em solid ;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: 0px solid ;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(..//original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-/* leftdatabaselist */
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
- background: ;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-left: 0;
- padding-left: 0.1em;
- border-left: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
diff --git a/dark_lime/css/theme_print.css.php b/dark_lime/css/theme_print.css.php
deleted file mode 100644
index 5b4d4214e..000000000
--- a/dark_lime/css/theme_print.css.php
+++ /dev/null
@@ -1,39 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/dark_lime/css/theme_right.css.php b/dark_lime/css/theme_right.css.php
deleted file mode 100644
index 9bf08ac51..000000000
--- a/dark_lime/css/theme_right.css.php
+++ /dev/null
@@ -1,1108 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #FFFFFF;
-}
-
-a:hover {
- text-decoration: none;
- color: #FFCC00;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
- height: 8em;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background: ;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- background-color: transparent;
-}
-
-/* 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 { vertical-align: middle; }
-
-input,
-select,
-button {
- border: 1px solid #5e5e5e;
- background-color: #000000;
- color: #ffffff;
-}
-
-
-/******************************************************************************/
-/* classes */
-
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- text-align: ;
- float: none;
- clear: both;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-/* marked tbale rows */
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.syntax_comment {
- padding-left: 4pt;
- padding-right: 4pt;
-}
-
-.syntax_digit {
- color: #038CF4;
-}
-
-.syntax_digit_hex {
-}
-
-.syntax_digit_integer {
-}
-
-.syntax_digit_float {
-}
-
-.syntax_punct {
- color: #F403E5;
-}
-
-.syntax_alpha {
- color: #ff0000;
-}
-
-.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;
- color: #03F40A;
-}
-
-.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(../getImgPath(); ?>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;
-
- background-image: url(../getImgPath(); ?>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(../getImgPath(); ?>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(../getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
-
-}
-
-.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;
-}
-
-/* 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;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img {
- vertical-align: middle;
- margin-: 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 black;
-}
-
-/* default tab styles */
-.tab, .tabcaution, .tabactive {
- background-color: ;
- border: 1pt solid ;
- border-bottom: 0;
- border-top-left-radius: 0.4em;
- border-top-right-radius: 0.4em;
-}
-
-/* enabled hover/active tabs */
-a.tab:hover,
-a.tabcaution:hover,
-.tabactive,
-.tabactive:hover {
- margin: 0;
- padding: 0.2em 0.4em 0.2em 0.4em;
- text-decoration: none;
-}
-
-a.tab:hover,
-.tabactive {
- background-color: ;
-background-color: #99cc00;
-
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-span.tabcaution {
- cursor: url(../getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: url(../getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
- border-bottom: 1px solid silver;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(../getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(../getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(../getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(../getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(../getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info{
- list-style-image: url(../getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(../getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(../getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(../getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(../getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(../getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(../getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(../getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(../getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(../getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(../getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(../getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(../getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs {
- list-style-image: url(../getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(../getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(../getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(../getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(../getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(../getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
diff --git a/dark_lime/gpl.txt b/dark_lime/gpl.txt
deleted file mode 100644
index 7a8e8abfd..000000000
--- a/dark_lime/gpl.txt
+++ /dev/null
@@ -1,340 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. 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 program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) year name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- , 1 April 1989
- Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
diff --git a/dark_lime/gpl_de.txt b/dark_lime/gpl_de.txt
deleted file mode 100644
index 736e642e6..000000000
--- a/dark_lime/gpl_de.txt
+++ /dev/null
@@ -1,180 +0,0 @@
-Deutsche Übersetzung der
-GNU General Public License
-
-Ursprünglich erstellt im Auftrag der S.u.S.E. GmbH – http://www.suse.de
-von Katja Lachmann Übersetzungen,
-überarbeitet von Peter Gerwinski, G-N-U GmbH – http://www.g-n-u.de
-(31. Oktober 1996, 4. Juni 2000)
-
-
-Diese Übersetzung wird mit der Absicht angeboten, das Verständnis der GNU General Public License (GNU GPL) zu erleichtern. Es handelt sich jedoch nicht um eine offizielle oder im rechtlichen Sinne anerkannte Übersetzung.
-
-Die Free Software Foundation (FSF) ist nicht der Herausgeber dieser Übersetzung, und sie hat diese Übersetzung auch nicht als rechtskräftigen Ersatz für die Original-GNU-GPL anerkannt. Da die Übersetzung nicht sorgfältig von Anwälten überprüft wurde, können die Übersetzer nicht garantieren, daß die Übersetzung die rechtlichen Aussagen der GNU GPL exakt wiedergibt. Wenn Sie sichergehen wollen, daß von Ihnen geplante Aktivitäten im Sinne der GNU GPL gestattet sind, halten Sie sich bitte an die englischsprachige Originalversion.
-
-Die Übersetzer und die Free Software Foundation möchten Sie darum bitten, diese Übersetzung nicht als offizielle Lizenzbedingungen für von Ihnen geschriebene Programme zu verwenden. Bitte benutzen Sie hierfür stattdessen die von der Free Software Foundation herausgegebene englischsprachige Originalversion.
-
-
-This is a translation of the GNU General Public License into German. This translation is distributed in the hope that it will facilitate understanding, but it is not an official or legally approved translation.
-
-The Free Software Foundation is not the publisher of this translation and has not approved it as a legal substitute for the authentic GNU General Public License. The translation has not been reviewed carefully by lawyers, and therefore the translator cannot be sure that it exactly represents the legal meaning of the GNU General Public License. If you wish to be sure whether your planned activities are permitted by the GNU General Public License, please refer to the authentic English version.
-
-The translators and the Free Software Foundation strongly urge you not to use this translation as the official distribution terms for your programs; instead, please use the authentic English version published by the Free Software Foundation.
-
-
-
-
-GNU General Public License
-
-Deutsche Übersetzung der Version 2, Juni 1991
-
-Copyright © 1989, 1991 Free Software Foundation, Inc.
-51 Franklin St, Fifth Floor, Boston, MA 02110, USA
-
-Es ist jedermann gestattet, diese Lizenzurkunde zu vervielfältigen und unveränderte Kopien zu verbreiten; Änderungen sind jedoch nicht erlaubt.
-
-Diese Übersetzung ist kein rechtskräftiger Ersatz für die englischsprachige Originalversion!
-Vorwort
-
-Die meisten Softwarelizenzen sind daraufhin entworfen worden, Ihnen die Freiheit zu nehmen, die Software weiterzugeben und zu verändern. Im Gegensatz dazu soll Ihnen die GNU General Public License, die Allgemeine Öffentliche GNU-Lizenz, ebendiese Freiheit garantieren. Sie soll sicherstellen, daß die Software für alle Benutzer frei ist. Diese Lizenz gilt für den Großteil der von der Free Software Foundation herausgegebenen Software und für alle anderen Programme, deren Autoren ihr Datenwerk dieser Lizenz unterstellt haben. Auch Sie können diese Möglichkeit der Lizenzierung für Ihre Programme anwenden. (Ein anderer Teil der Software der Free Software Foundation unterliegt stattdessen der GNU Library General Public License, der Allgemeinen Öffentlichen GNU-Lizenz für Bibliotheken.) [Mittlerweile wurde die GNU Library Public License von der GNU Lesser Public License abgelöst – Anmerkung des Übersetzers.]
-
-Die Bezeichnung „freie“ Software bezieht sich auf Freiheit, nicht auf den Preis. Unsere Lizenzen sollen Ihnen die Freiheit garantieren, Kopien freier Software zu verbreiten (und etwas für diesen Service zu berechnen, wenn Sie möchten), die Möglichkeit, die Software im Quelltext zu erhalten oder den Quelltext auf Wunsch zu bekommen. Die Lizenzen sollen garantieren, daß Sie die Software ändern oder Teile davon in neuen freien Programmen verwenden dürfen – und daß Sie wissen, daß Sie dies alles tun dürfen.
-
-Um Ihre Rechte zu schützen, müssen wir Einschränkungen machen, die es jedem verbieten, Ihnen diese Rechte zu verweigern oder Sie aufzufordern, auf diese Rechte zu verzichten. Aus diesen Einschränkungen folgen bestimmte Verantwortlichkeiten für Sie, wenn Sie Kopien der Software verbreiten oder sie verändern.
-
-Beispielsweise müssen Sie den Empfängern alle Rechte gewähren, die Sie selbst haben, wenn Sie – kostenlos oder gegen Bezahlung – Kopien eines solchen Programms verbreiten. Sie müssen sicherstellen, daß auch die Empfänger den Quelltext erhalten bzw. erhalten können. Und Sie müssen ihnen diese Bedingungen zeigen, damit sie ihre Rechte kennen.
-
-Wir schützen Ihre Rechte in zwei Schritten: (1) Wir stellen die Software unter ein Urheberrecht (Copyright), und (2) wir bieten Ihnen diese Lizenz an, die Ihnen das Recht gibt, die Software zu vervielfältigen, zu verbreiten und/oder zu verändern.
-
-Um die Autoren und uns zu schützen, wollen wir darüberhinaus sicherstellen, daß jeder erfährt, daß für diese freie Software keinerlei Garantie besteht. Wenn die Software von jemand anderem modifiziert und weitergegeben wird, möchten wir, daß die Empfänger wissen, daß sie nicht das Original erhalten haben, damit irgendwelche von anderen verursachte Probleme nicht den Ruf des ursprünglichen Autors schädigen.
-
-Schließlich und endlich ist jedes freie Programm permanent durch Software-Patente bedroht. Wir möchten die Gefahr ausschließen, daß Distributoren eines freien Programms individuell Patente lizensieren – mit dem Ergebnis, daß das Programm proprietär würde. Um dies zu verhindern, haben wir klargestellt, daß jedes Patent entweder für freie Benutzung durch jedermann lizenziert werden muß oder überhaupt nicht lizenziert werden darf.
-
-Es folgen die genauen Bedingungen für die Vervielfältigung, Verbreitung und Bearbeitung:
-Allgemeine Öffentliche GNU-Lizenz
-Bedingungen für die Vervielfältigung,
-Verbreitung und Bearbeitung
-
-§0. Diese Lizenz gilt für jedes Programm und jedes andere Datenwerk, in dem ein entsprechender Vermerk des Copyright-Inhabers darauf hinweist, daß das Datenwerk unter den Bestimmungen dieser General Public License verbreitet werden darf. Im folgenden wird jedes derartige Programm oder Datenwerk als „das Programm“ bezeichnet; die Formulierung „auf dem Programm basierendes Datenwerk“ bezeichnet das Programm sowie jegliche Bearbeitung des Programms im urheberrechtlichen Sinne, also ein Datenwerk, welches das Programm, auch auszugsweise, sei es unverändert oder verändert und/oder in eine andere Sprache übersetzt, enthält. (Im folgenden wird die Übersetzung ohne Einschränkung als „Bearbeitung“ eingestuft.) Jeder Lizenznehmer wird im folgenden als „Sie“ angesprochen.
-
-Andere Handlungen als Vervielfältigung, Verbreitung und Bearbeitung werden von dieser Lizenz nicht berührt; sie fallen nicht in ihren Anwendungsbereich. Der Vorgang der Ausführung des Programms wird nicht eingeschränkt, und die Ausgaben des Programms unterliegen dieser Lizenz nur, wenn der Inhalt ein auf dem Programm basierendes Datenwerk darstellt (unabhängig davon, daß die Ausgabe durch die Ausführung des Programmes erfolgte). Ob dies zutrifft, hängt von den Funktionen des Programms ab.
-
-§1. Sie dürfen auf beliebigen Medien unveränderte Kopien des Quelltextes des Programms, wie sie ihn erhalten haben, anfertigen und verbreiten. Voraussetzung hierfür ist, daß Sie mit jeder Kopie einen entsprechenden Copyright-Vermerk sowie einen Haftungsausschluß veröffentlichen, alle Vermerke, die sich auf diese Lizenz und das Fehlen einer Garantie beziehen, unverändert lassen und desweiteren allen anderen Empfängern des Programms zusammen mit dem Programm eine Kopie dieser Lizenz zukommen lassen.
-
-Sie dürfen für den eigentlichen Kopiervorgang eine Gebühr verlangen. Wenn Sie es wünschen, dürfen Sie auch gegen Entgelt eine Garantie für das Programm anbieten.
-
-§2. Sie dürfen Ihre Kopie(n) des Programms oder eines Teils davon verändern, wodurch ein auf dem Programm basierendes Datenwerk entsteht; Sie dürfen derartige Bearbeitungen unter den Bestimmungen von Paragraph 1 vervielfältigen und verbreiten, vorausgesetzt, daß zusätzlich alle im folgenden genannten Bedingungen erfüllt werden:
-
- 1.
-
- Sie müssen die veränderten Dateien mit einem auffälligen Vermerk versehen, der auf die von Ihnen vorgenommene Modifizierung und das Datum jeder Änderung hinweist.
- 2.
-
- Sie müssen dafür sorgen, daß jede von Ihnen verbreitete oder veröffentlichte Arbeit, die ganz oder teilweise von dem Programm oder Teilen davon abgeleitet ist, Dritten gegenüber als Ganzes unter den Bedingungen dieser Lizenz ohne Lizenzgebühren zur Verfügung gestellt wird.
- 3.
-
- Wenn das veränderte Programm normalerweise bei der Ausführung interaktiv Kommandos einliest, müssen Sie dafür sorgen, daß es, wenn es auf dem üblichsten Wege für solche interaktive Nutzung gestartet wird, eine Meldung ausgibt oder ausdruckt, die einen geeigneten Copyright-Vermerk enthält sowie einen Hinweis, daß es keine Gewährleistung gibt (oder anderenfalls, daß Sie Garantie leisten), und daß die Benutzer das Programm unter diesen Bedingungen weiter verbreiten dürfen. Auch muß der Benutzer darauf hingewiesen werden, wie er eine Kopie dieser Lizenz ansehen kann. (Ausnahme: Wenn das Programm selbst interaktiv arbeitet, aber normalerweise keine derartige Meldung ausgibt, muß Ihr auf dem Programm basierendes Datenwerk auch keine solche Meldung ausgeben).
-
-Diese Anforderungen gelten für das bearbeitete Datenwerk als Ganzes. Wenn identifizierbare Teile des Datenwerkes nicht von dem Programm abgeleitet sind und vernünftigerweise als unabhängige und eigenständige Datenwerke für sich selbst zu betrachten sind, dann gelten diese Lizenz und ihre Bedingungen nicht für die betroffenen Teile, wenn Sie diese als eigenständige Datenwerke weitergeben. Wenn Sie jedoch dieselben Abschnitte als Teil eines Ganzen weitergeben, das ein auf dem Programm basierendes Datenwerk darstellt, dann muß die Weitergabe des Ganzen nach den Bedingungen dieser Lizenz erfolgen, deren Bedingungen für weitere Lizenznehmer somit auf das gesamte Ganze ausgedehnt werden – und somit auf jeden einzelnen Teil, unabhängig vom jeweiligen Autor.
-
-Somit ist es nicht die Absicht dieses Abschnittes, Rechte für Datenwerke in Anspruch zu nehmen oder Ihnen die Rechte für Datenwerke streitig zu machen, die komplett von Ihnen geschrieben wurden; vielmehr ist es die Absicht, die Rechte zur Kontrolle der Verbreitung von Datenwerken, die auf dem Programm basieren oder unter seiner auszugsweisen Verwendung zusammengestellt worden sind, auszuüben.
-
-Ferner bringt auch das einfache Zusammenlegen eines anderen Datenwerkes, das nicht auf dem Programm basiert, mit dem Programm oder einem auf dem Programm basierenden Datenwerk auf ein- und demselben Speicher- oder Vertriebsmedium dieses andere Datenwerk nicht in den Anwendungsbereich dieser Lizenz.
-
-§3. Sie dürfen das Programm (oder ein darauf basierendes Datenwerk gemäß Paragraph 2) als Objectcode oder in ausführbarer Form unter den Bedingungen der Paragraphen 1 und 2 kopieren und weitergeben – vorausgesetzt, daß Sie außerdem eine der folgenden Leistungen erbringen:
-
- 1.
-
- Liefern Sie das Programm zusammen mit dem vollständigen zugehörigen maschinenlesbaren Quelltext auf einem für den Datenaustausch üblichen Medium aus, wobei die Verteilung unter den Bedingungen der Paragraphen 1 und 2 erfolgen muß. Oder:
- 2.
-
- Liefern Sie das Programm zusammen mit einem mindestens drei Jahre lang gültigen schriftlichen Angebot aus, jedem Dritten eine vollständige maschinenlesbare Kopie des Quelltextes zur Verfügung zu stellen – zu nicht höheren Kosten als denen, die durch den physikalischen Kopiervorgang anfallen –, wobei der Quelltext unter den Bedingungen der Paragraphen 1 und 2 auf einem für den Datenaustausch üblichen Medium weitergegeben wird. Oder:
- 3.
-
- Liefern Sie das Programm zusammen mit dem schriftlichen Angebot der Zurverfügungstellung des Quelltextes aus, das Sie selbst erhalten haben. (Diese Alternative ist nur für nicht-kommerzielle Verbreitung zulässig und nur, wenn Sie das Programm als Objectcode oder in ausführbarer Form mit einem entsprechenden Angebot gemäß Absatz b erhalten haben.)
-
-Unter dem Quelltext eines Datenwerkes wird diejenige Form des Datenwerkes verstanden, die für Bearbeitungen vorzugsweise verwendet wird. Für ein ausführbares Programm bedeutet „der komplette Quelltext“: Der Quelltext aller im Programm enthaltenen Module einschließlich aller zugehörigen Modulschnittstellen-Definitionsdateien sowie der zur Compilation und Installation verwendeten Skripte. Als besondere Ausnahme jedoch braucht der verteilte Quelltext nichts von dem zu enthalten, was üblicherweise (entweder als Quelltext oder in binärer Form) zusammen mit den Hauptkomponenten des Betriebssystems (Kernel, Compiler usw.) geliefert wird, unter dem das Programm läuft – es sei denn, diese Komponente selbst gehört zum ausführbaren Programm.
-
-Wenn die Verbreitung eines ausführbaren Programms oder von Objectcode dadurch erfolgt, daß der Kopierzugriff auf eine dafür vorgesehene Stelle gewährt wird, so gilt die Gewährung eines gleichwertigen Zugriffs auf den Quelltext als Verbreitung des Quelltextes, auch wenn Dritte nicht dazu gezwungen sind, den Quelltext zusammen mit dem Objectcode zu kopieren.
-
-§4. Sie dürfen das Programm nicht vervielfältigen, verändern, weiter lizenzieren oder verbreiten, sofern es nicht durch diese Lizenz ausdrücklich gestattet ist. Jeder anderweitige Versuch der Vervielfältigung, Modifizierung, Weiterlizenzierung und Verbreitung ist nichtig und beendet automatisch Ihre Rechte unter dieser Lizenz. Jedoch werden die Lizenzen Dritter, die von Ihnen Kopien oder Rechte unter dieser Lizenz erhalten haben, nicht beendet, solange diese die Lizenz voll anerkennen und befolgen.
-
-§5. Sie sind nicht verpflichtet, diese Lizenz anzunehmen, da Sie sie nicht unterzeichnet haben. Jedoch gibt Ihnen nichts anderes die Erlaubnis, das Programm oder von ihm abgeleitete Datenwerke zu verändern oder zu verbreiten. Diese Handlungen sind gesetzlich verboten, wenn Sie diese Lizenz nicht anerkennen. Indem Sie das Programm (oder ein darauf basierendes Datenwerk) verändern oder verbreiten, erklären Sie Ihr Einverständnis mit dieser Lizenz und mit allen ihren Bedingungen bezüglich der Vervielfältigung, Verbreitung und Veränderung des Programms oder eines darauf basierenden Datenwerks.
-
-§6. Jedesmal, wenn Sie das Programm (oder ein auf dem Programm basierendes Datenwerk) weitergeben, erhält der Empfänger automatisch vom ursprünglichen Lizenzgeber die Lizenz, das Programm entsprechend den hier festgelegten Bestimmungen zu vervielfältigen, zu verbreiten und zu verändern. Sie dürfen keine weiteren Einschränkungen der Durchsetzung der hierin zugestandenen Rechte des Empfängers vornehmen. Sie sind nicht dafür verantwortlich, die Einhaltung dieser Lizenz durch Dritte durchzusetzen.
-
-§7. Sollten Ihnen infolge eines Gerichtsurteils, des Vorwurfs einer Patentverletzung oder aus einem anderen Grunde (nicht auf Patentfragen begrenzt) Bedingungen (durch Gerichtsbeschluß, Vergleich oder anderweitig) auferlegt werden, die den Bedingungen dieser Lizenz widersprechen, so befreien Sie diese Umstände nicht von den Bestimmungen dieser Lizenz. Wenn es Ihnen nicht möglich ist, das Programm unter gleichzeitiger Beachtung der Bedingungen in dieser Lizenz und Ihrer anderweitigen Verpflichtungen zu verbreiten, dann dürfen Sie als Folge das Programm überhaupt nicht verbreiten. Wenn zum Beispiel ein Patent nicht die gebührenfreie Weiterverbreitung des Programms durch diejenigen erlaubt, die das Programm direkt oder indirekt von Ihnen erhalten haben, dann besteht der einzige Weg, sowohl das Patentrecht als auch diese Lizenz zu befolgen, darin, ganz auf die Verbreitung des Programms zu verzichten.
-
-Sollte sich ein Teil dieses Paragraphen als ungültig oder unter bestimmten Umständen nicht durchsetzbar erweisen, so soll dieser Paragraph seinem Sinne nach angewandt werden; im übrigen soll dieser Paragraph als Ganzes gelten.
-
-Zweck dieses Paragraphen ist nicht, Sie dazu zu bringen, irgendwelche Patente oder andere Eigentumsansprüche zu verletzen oder die Gültigkeit solcher Ansprüche zu bestreiten; dieser Paragraph hat einzig den Zweck, die Integrität des Verbreitungssystems der freien Software zu schützen, das durch die Praxis öffentlicher Lizenzen verwirklicht wird. Viele Leute haben großzügige Beiträge zu dem großen Angebot der mit diesem System verbreiteten Software im Vertrauen auf die konsistente Anwendung dieses Systems geleistet; es liegt am Autor/Geber, zu entscheiden, ob er die Software mittels irgendeines anderen Systems verbreiten will; ein Lizenznehmer hat auf diese Entscheidung keinen Einfluß.
-
-Dieser Paragraph ist dazu gedacht, deutlich klarzustellen, was als Konsequenz aus dem Rest dieser Lizenz betrachtet wird.
-
-§8. Wenn die Verbreitung und/oder die Benutzung des Programms in bestimmten Staaten entweder durch Patente oder durch urheberrechtlich geschützte Schnittstellen eingeschränkt ist, kann der Urheberrechtsinhaber, der das Programm unter diese Lizenz gestellt hat, eine explizite geographische Begrenzung der Verbreitung angeben, in der diese Staaten ausgeschlossen werden, so daß die Verbreitung nur innerhalb und zwischen den Staaten erlaubt ist, die nicht ausgeschlossen sind. In einem solchen Fall beinhaltet diese Lizenz die Beschränkung, als wäre sie in diesem Text niedergeschrieben.
-
-§9. Die Free Software Foundation kann von Zeit zu Zeit überarbeitete und/oder neue Versionen der General Public License veröffentlichen. Solche neuen Versionen werden vom Grundprinzip her der gegenwärtigen entsprechen, können aber im Detail abweichen, um neuen Problemen und Anforderungen gerecht zu werden.
-
-Jede Version dieser Lizenz hat eine eindeutige Versionsnummer. Wenn in einem Programm angegeben wird, daß es dieser Lizenz in einer bestimmten Versionsnummer oder „jeder späteren Version“ (“any later versionâ€) unterliegt, so haben Sie die Wahl, entweder den Bestimmungen der genannten Version zu folgen oder denen jeder beliebigen späteren Version, die von der Free Software Foundation veröffentlicht wurde. Wenn das Programm keine Versionsnummer angibt, können Sie eine beliebige Version wählen, die je von der Free Software Foundation veröffentlicht wurde.
-
-§10. Wenn Sie den Wunsch haben, Teile des Programms in anderen freien Programmen zu verwenden, deren Bedingungen für die Verbreitung anders sind, schreiben Sie an den Autor, um ihn um die Erlaubnis zu bitten. Für Software, die unter dem Copyright der Free Software Foundation steht, schreiben Sie an die Free Software Foundation; wir machen zu diesem Zweck gelegentlich Ausnahmen. Unsere Entscheidung wird von den beiden Zielen geleitet werden, zum einen den freien Status aller von unserer freien Software abgeleiteten Datenwerke zu erhalten und zum anderen das gemeinschaftliche Nutzen und Wiederverwenden von Software im allgemeinen zu fördern.
-Keine Gewährleistung
-
-§11. Da das Programm ohne jegliche Kosten lizenziert wird, besteht keinerlei Gewährleistung für das Programm, soweit dies gesetzlich zulässig ist. Sofern nicht anderweitig schriftlich bestätigt, stellen die Copyright-Inhaber und/oder Dritte das Programm so zur Verfügung, „wie es ist“, ohne irgendeine Gewährleistung, weder ausdrücklich noch implizit, einschließlich – aber nicht begrenzt auf – Marktreife oder Verwendbarkeit für einen bestimmten Zweck. Das volle Risiko bezüglich Qualität und Leistungsfähigkeit des Programms liegt bei Ihnen. Sollte sich das Programm als fehlerhaft herausstellen, liegen die Kosten für notwendigen Service, Reparatur oder Korrektur bei Ihnen.
-
-§12. In keinem Fall, außer wenn durch geltendes Recht gefordert oder schriftlich zugesichert, ist irgendein Copyright-Inhaber oder irgendein Dritter, der das Programm wie oben erlaubt modifiziert oder verbreitet hat, Ihnen gegenüber für irgendwelche Schäden haftbar, einschließlich jeglicher allgemeiner oder spezieller Schäden, Schäden durch Seiteneffekte (Nebenwirkungen) oder Folgeschäden, die aus der Benutzung des Programms oder der Unbenutzbarkeit des Programms folgen (einschließlich – aber nicht beschränkt auf – Datenverluste, fehlerhafte Verarbeitung von Daten, Verluste, die von Ihnen oder anderen getragen werden müssen, oder dem Unvermögen des Programms, mit irgendeinem anderen Programm zusammenzuarbeiten), selbst wenn ein Copyright-Inhaber oder Dritter über die Möglichkeit solcher Schäden unterrichtet worden war.
-Ende der Bedingungen
-Anhang: Wie Sie diese Bedingungen auf Ihre eigenen,
-neuen Programme anwenden können
-
-Wenn Sie ein neues Programm entwickeln und wollen, daß es vom größtmöglichen Nutzen für die Allgemeinheit ist, dann erreichen Sie das am besten, indem Sie es zu freier Software machen, die jeder unter diesen Bestimmungen weiterverbreiten und verändern kann.
-
-Um dies zu erreichen, fügen Sie die folgenden Vermerke zu Ihrem Programm hinzu. Am sichersten ist es, sie an den Anfang einer jeden Quelldatei zu stellen, um den Gewährleistungsausschluß möglichst deutlich darzustellen; zumindest aber sollte jede Datei eine Copyright-Zeile besitzen sowie einen kurzen Hinweis darauf, wo die vollständigen Vermerke zu finden sind.
-
- [eine Zeile mit dem Programmnamen und einer kurzen Beschreibung]
- Copyright (C) [Jahr] [Name des Autors]
-
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
-
- This program 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
-
-Auf Deutsch:
-
- [eine Zeile mit dem Programmnamen und einer kurzen Beschreibung]
- Copyright (C) [Jahr] [Name des Autors]
-
- Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 2 der Lizenz oder (nach Ihrer Option) jeder späteren Version.
-
- Die Veröffentlichung dieses Programms erfolgt in der Hoffnung, daß es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU General Public License.
-
- Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Programm erhalten haben. Falls nicht, schreiben Sie an die Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA.
-
-Fügen Sie auch einen kurzen Hinweis hinzu, wie Sie elektronisch und per Brief erreichbar sind.
-
-Wenn Ihr Programm interaktiv ist, sorgen Sie dafür, daß es nach dem Start einen kurzen Vermerk ausgibt:
-
- version 69, Copyright (C) [Jahr] [Name des Autors]
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
-
-Auf Deutsch:
-
- Version 69, Copyright (C) [Jahr] [Name des Autors] Für Gnomovision besteht KEINERLEI GARANTIE; geben Sie `show w' für Details ein. Gnonovision ist freie Software, die Sie unter bestimmten Bedingungen weitergeben dürfen; geben Sie `show c' für Details ein.
-
-Die hypothetischen Kommandos `show w' und `show c' sollten die entsprechenden Teile der GNU-GPL anzeigen. Natürlich können die von Ihnen verwendeten Kommandos anders heißen als `show w' und `show c'; es könnten auch Mausklicks oder Menüpunkte sein – was immer am besten in Ihr Programm paßt.
-
-Soweit vorhanden, sollten Sie auch Ihren Arbeitgeber (wenn Sie als Programmierer arbeiten) oder Ihre Schule einen Copyright-Verzicht für das Programm unterschreiben lassen. Hier ein Beispiel. Die Namen müssen Sie natürlich ändern.
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- [Unterschrift von Ty Coon], 1 April 1989
- Ty Coon, President of Vice
-
-Auf Deutsch:
-
- Die Yoyodyne GmbH erhebt keinen urheberrechtlichen Anspruch auf das von James Hacker geschriebene Programm ,Gnomovision` (einem Schrittmacher für Compiler).
-
- [Unterschrift von Ty Coon], 1. April 1989
- Ty Coon, Vizepräsident
-
-Diese General Public License gestattet nicht die Einbindung des Programms in proprietäre Programme. Ist Ihr Programm eine Funktionsbibliothek, so kann es sinnvoller sein, das Binden proprietärer Programme mit dieser Bibliothek zu gestatten. Wenn Sie dies tun wollen, sollten Sie die GNU Library General Public License anstelle dieser Lizenz verwenden.
diff --git a/dark_lime/img/arrow_ltr.png b/dark_lime/img/arrow_ltr.png
deleted file mode 100644
index 96bdbe3f9..000000000
Binary files a/dark_lime/img/arrow_ltr.png and /dev/null differ
diff --git a/dark_lime/img/arrow_rtl.png b/dark_lime/img/arrow_rtl.png
deleted file mode 100644
index 1eb1dbea7..000000000
Binary files a/dark_lime/img/arrow_rtl.png and /dev/null differ
diff --git a/dark_lime/img/asc_order.png b/dark_lime/img/asc_order.png
deleted file mode 100644
index 63abbfed9..000000000
Binary files a/dark_lime/img/asc_order.png and /dev/null differ
diff --git a/dark_lime/img/b_bookmark.png b/dark_lime/img/b_bookmark.png
deleted file mode 100644
index c27a342fc..000000000
Binary files a/dark_lime/img/b_bookmark.png and /dev/null differ
diff --git a/dark_lime/img/b_browse.png b/dark_lime/img/b_browse.png
deleted file mode 100644
index e7dcdf887..000000000
Binary files a/dark_lime/img/b_browse.png and /dev/null differ
diff --git a/dark_lime/img/b_calendar.png b/dark_lime/img/b_calendar.png
deleted file mode 100644
index 97826b463..000000000
Binary files a/dark_lime/img/b_calendar.png and /dev/null differ
diff --git a/dark_lime/img/b_comment.png b/dark_lime/img/b_comment.png
deleted file mode 100644
index 250f7fdb0..000000000
Binary files a/dark_lime/img/b_comment.png and /dev/null differ
diff --git a/dark_lime/img/b_dbstatistics.png b/dark_lime/img/b_dbstatistics.png
deleted file mode 100644
index fa556419a..000000000
Binary files a/dark_lime/img/b_dbstatistics.png and /dev/null differ
diff --git a/dark_lime/img/b_deltbl.png b/dark_lime/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/dark_lime/img/b_deltbl.png and /dev/null differ
diff --git a/dark_lime/img/b_docs.png b/dark_lime/img/b_docs.png
deleted file mode 100644
index 6bdc711ef..000000000
Binary files a/dark_lime/img/b_docs.png and /dev/null differ
diff --git a/dark_lime/img/b_docsql.png b/dark_lime/img/b_docsql.png
deleted file mode 100644
index 70260e5c8..000000000
Binary files a/dark_lime/img/b_docsql.png and /dev/null differ
diff --git a/dark_lime/img/b_drop.png b/dark_lime/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/dark_lime/img/b_drop.png and /dev/null differ
diff --git a/dark_lime/img/b_edit.png b/dark_lime/img/b_edit.png
deleted file mode 100644
index 1958e420a..000000000
Binary files a/dark_lime/img/b_edit.png and /dev/null differ
diff --git a/dark_lime/img/b_empty.png b/dark_lime/img/b_empty.png
deleted file mode 100644
index f28c3238c..000000000
Binary files a/dark_lime/img/b_empty.png and /dev/null differ
diff --git a/dark_lime/img/b_engine.png b/dark_lime/img/b_engine.png
deleted file mode 100644
index 355e1a647..000000000
Binary files a/dark_lime/img/b_engine.png and /dev/null differ
diff --git a/dark_lime/img/b_export.png b/dark_lime/img/b_export.png
deleted file mode 100644
index 1fd6311ee..000000000
Binary files a/dark_lime/img/b_export.png and /dev/null differ
diff --git a/dark_lime/img/b_firstpage.png b/dark_lime/img/b_firstpage.png
deleted file mode 100644
index 66ac8e07b..000000000
Binary files a/dark_lime/img/b_firstpage.png and /dev/null differ
diff --git a/dark_lime/img/b_ftext.png b/dark_lime/img/b_ftext.png
deleted file mode 100644
index d985a5322..000000000
Binary files a/dark_lime/img/b_ftext.png and /dev/null differ
diff --git a/dark_lime/img/b_help.png b/dark_lime/img/b_help.png
deleted file mode 100644
index 0e7d4bf6f..000000000
Binary files a/dark_lime/img/b_help.png and /dev/null differ
diff --git a/dark_lime/img/b_home.png b/dark_lime/img/b_home.png
deleted file mode 100644
index 14cae7a11..000000000
Binary files a/dark_lime/img/b_home.png and /dev/null differ
diff --git a/dark_lime/img/b_import.png b/dark_lime/img/b_import.png
deleted file mode 100644
index ea5795813..000000000
Binary files a/dark_lime/img/b_import.png and /dev/null differ
diff --git a/dark_lime/img/b_index.png b/dark_lime/img/b_index.png
deleted file mode 100644
index 7bc340342..000000000
Binary files a/dark_lime/img/b_index.png and /dev/null differ
diff --git a/dark_lime/img/b_info.png b/dark_lime/img/b_info.png
deleted file mode 100644
index 0696c053c..000000000
Binary files a/dark_lime/img/b_info.png and /dev/null differ
diff --git a/dark_lime/img/b_insrow.png b/dark_lime/img/b_insrow.png
deleted file mode 100644
index a07f8ad7f..000000000
Binary files a/dark_lime/img/b_insrow.png and /dev/null differ
diff --git a/dark_lime/img/b_lastpage.png b/dark_lime/img/b_lastpage.png
deleted file mode 100644
index 3a3c34034..000000000
Binary files a/dark_lime/img/b_lastpage.png and /dev/null differ
diff --git a/dark_lime/img/b_minus.png b/dark_lime/img/b_minus.png
deleted file mode 100644
index a599e0138..000000000
Binary files a/dark_lime/img/b_minus.png and /dev/null differ
diff --git a/dark_lime/img/b_newdb.png b/dark_lime/img/b_newdb.png
deleted file mode 100644
index ea4e06df3..000000000
Binary files a/dark_lime/img/b_newdb.png and /dev/null differ
diff --git a/dark_lime/img/b_newtbl.png b/dark_lime/img/b_newtbl.png
deleted file mode 100644
index 2576005c1..000000000
Binary files a/dark_lime/img/b_newtbl.png and /dev/null differ
diff --git a/dark_lime/img/b_nextpage.png b/dark_lime/img/b_nextpage.png
deleted file mode 100644
index 20aee009a..000000000
Binary files a/dark_lime/img/b_nextpage.png and /dev/null differ
diff --git a/dark_lime/img/b_pdfdoc.png b/dark_lime/img/b_pdfdoc.png
deleted file mode 100644
index 58b02afa3..000000000
Binary files a/dark_lime/img/b_pdfdoc.png and /dev/null differ
diff --git a/dark_lime/img/b_plus.png b/dark_lime/img/b_plus.png
deleted file mode 100644
index 012e85f4b..000000000
Binary files a/dark_lime/img/b_plus.png and /dev/null differ
diff --git a/dark_lime/img/b_prevpage.png b/dark_lime/img/b_prevpage.png
deleted file mode 100644
index 98f5144a1..000000000
Binary files a/dark_lime/img/b_prevpage.png and /dev/null differ
diff --git a/dark_lime/img/b_primary.png b/dark_lime/img/b_primary.png
deleted file mode 100644
index 12149ee4d..000000000
Binary files a/dark_lime/img/b_primary.png and /dev/null differ
diff --git a/dark_lime/img/b_print.png b/dark_lime/img/b_print.png
deleted file mode 100644
index 2182ba300..000000000
Binary files a/dark_lime/img/b_print.png and /dev/null differ
diff --git a/dark_lime/img/b_props.png b/dark_lime/img/b_props.png
deleted file mode 100644
index 664ed797d..000000000
Binary files a/dark_lime/img/b_props.png and /dev/null differ
diff --git a/dark_lime/img/b_propsFW.png b/dark_lime/img/b_propsFW.png
deleted file mode 100644
index 8ddefefd1..000000000
Binary files a/dark_lime/img/b_propsFW.png and /dev/null differ
diff --git a/dark_lime/img/b_relations.png b/dark_lime/img/b_relations.png
deleted file mode 100644
index 24f3bc09a..000000000
Binary files a/dark_lime/img/b_relations.png and /dev/null differ
diff --git a/dark_lime/img/b_save.png b/dark_lime/img/b_save.png
deleted file mode 100644
index 071ee695d..000000000
Binary files a/dark_lime/img/b_save.png and /dev/null differ
diff --git a/dark_lime/img/b_sbrowse.png b/dark_lime/img/b_sbrowse.png
deleted file mode 100644
index 88446afe7..000000000
Binary files a/dark_lime/img/b_sbrowse.png and /dev/null differ
diff --git a/dark_lime/img/b_sdb.png b/dark_lime/img/b_sdb.png
deleted file mode 100644
index 2a1678446..000000000
Binary files a/dark_lime/img/b_sdb.png and /dev/null differ
diff --git a/dark_lime/img/b_search.png b/dark_lime/img/b_search.png
deleted file mode 100644
index 9170a48ab..000000000
Binary files a/dark_lime/img/b_search.png and /dev/null differ
diff --git a/dark_lime/img/b_selboard.png b/dark_lime/img/b_selboard.png
deleted file mode 100644
index 743a923cf..000000000
Binary files a/dark_lime/img/b_selboard.png and /dev/null differ
diff --git a/dark_lime/img/b_select.png b/dark_lime/img/b_select.png
deleted file mode 100644
index 1019fe821..000000000
Binary files a/dark_lime/img/b_select.png and /dev/null differ
diff --git a/dark_lime/img/b_sql.png b/dark_lime/img/b_sql.png
deleted file mode 100644
index 158e96c25..000000000
Binary files a/dark_lime/img/b_sql.png and /dev/null differ
diff --git a/dark_lime/img/b_sqldoc.png b/dark_lime/img/b_sqldoc.png
deleted file mode 100644
index 0f3565ee0..000000000
Binary files a/dark_lime/img/b_sqldoc.png and /dev/null differ
diff --git a/dark_lime/img/b_sqlhelp.png b/dark_lime/img/b_sqlhelp.png
deleted file mode 100644
index 42388a26e..000000000
Binary files a/dark_lime/img/b_sqlhelp.png and /dev/null differ
diff --git a/dark_lime/img/b_tblanalyse.png b/dark_lime/img/b_tblanalyse.png
deleted file mode 100644
index 4a29f5dee..000000000
Binary files a/dark_lime/img/b_tblanalyse.png and /dev/null differ
diff --git a/dark_lime/img/b_tblexport.png b/dark_lime/img/b_tblexport.png
deleted file mode 100644
index 39f0e18d6..000000000
Binary files a/dark_lime/img/b_tblexport.png and /dev/null differ
diff --git a/dark_lime/img/b_tblimport.png b/dark_lime/img/b_tblimport.png
deleted file mode 100644
index bd848d0c4..000000000
Binary files a/dark_lime/img/b_tblimport.png and /dev/null differ
diff --git a/dark_lime/img/b_tblops.png b/dark_lime/img/b_tblops.png
deleted file mode 100644
index 3b77ce31d..000000000
Binary files a/dark_lime/img/b_tblops.png and /dev/null differ
diff --git a/dark_lime/img/b_tbloptimize.png b/dark_lime/img/b_tbloptimize.png
deleted file mode 100644
index 478349748..000000000
Binary files a/dark_lime/img/b_tbloptimize.png and /dev/null differ
diff --git a/dark_lime/img/b_tipp.png b/dark_lime/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/dark_lime/img/b_tipp.png and /dev/null differ
diff --git a/dark_lime/img/b_unique.png b/dark_lime/img/b_unique.png
deleted file mode 100644
index 340fbbc22..000000000
Binary files a/dark_lime/img/b_unique.png and /dev/null differ
diff --git a/dark_lime/img/b_usradd.png b/dark_lime/img/b_usradd.png
deleted file mode 100644
index 5ddcb4a22..000000000
Binary files a/dark_lime/img/b_usradd.png and /dev/null differ
diff --git a/dark_lime/img/b_usrcheck.png b/dark_lime/img/b_usrcheck.png
deleted file mode 100644
index 87fc7aa18..000000000
Binary files a/dark_lime/img/b_usrcheck.png and /dev/null differ
diff --git a/dark_lime/img/b_usrdrop.png b/dark_lime/img/b_usrdrop.png
deleted file mode 100644
index cf72ef333..000000000
Binary files a/dark_lime/img/b_usrdrop.png and /dev/null differ
diff --git a/dark_lime/img/b_usredit.png b/dark_lime/img/b_usredit.png
deleted file mode 100644
index 61b371dfb..000000000
Binary files a/dark_lime/img/b_usredit.png and /dev/null differ
diff --git a/dark_lime/img/b_usrlist.png b/dark_lime/img/b_usrlist.png
deleted file mode 100644
index ec7977880..000000000
Binary files a/dark_lime/img/b_usrlist.png and /dev/null differ
diff --git a/dark_lime/img/b_view.png b/dark_lime/img/b_view.png
deleted file mode 100644
index e719c92eb..000000000
Binary files a/dark_lime/img/b_view.png and /dev/null differ
diff --git a/dark_lime/img/b_views.png b/dark_lime/img/b_views.png
deleted file mode 100644
index 7a0fd2447..000000000
Binary files a/dark_lime/img/b_views.png and /dev/null differ
diff --git a/dark_lime/img/bd_browse.png b/dark_lime/img/bd_browse.png
deleted file mode 100644
index b7e76e6c4..000000000
Binary files a/dark_lime/img/bd_browse.png and /dev/null differ
diff --git a/dark_lime/img/bd_deltbl.png b/dark_lime/img/bd_deltbl.png
deleted file mode 100644
index 9e5b32f87..000000000
Binary files a/dark_lime/img/bd_deltbl.png and /dev/null differ
diff --git a/dark_lime/img/bd_drop.png b/dark_lime/img/bd_drop.png
deleted file mode 100644
index 8ec5b0fc1..000000000
Binary files a/dark_lime/img/bd_drop.png and /dev/null differ
diff --git a/dark_lime/img/bd_empty.png b/dark_lime/img/bd_empty.png
deleted file mode 100644
index 848ee7268..000000000
Binary files a/dark_lime/img/bd_empty.png and /dev/null differ
diff --git a/dark_lime/img/bd_firstpage.png b/dark_lime/img/bd_firstpage.png
deleted file mode 100644
index 24b81670d..000000000
Binary files a/dark_lime/img/bd_firstpage.png and /dev/null differ
diff --git a/dark_lime/img/bd_ftext.png b/dark_lime/img/bd_ftext.png
deleted file mode 100644
index 9c701c953..000000000
Binary files a/dark_lime/img/bd_ftext.png and /dev/null differ
diff --git a/dark_lime/img/bd_index.png b/dark_lime/img/bd_index.png
deleted file mode 100644
index 333afcc06..000000000
Binary files a/dark_lime/img/bd_index.png and /dev/null differ
diff --git a/dark_lime/img/bd_insrow.png b/dark_lime/img/bd_insrow.png
deleted file mode 100644
index dd842d8c7..000000000
Binary files a/dark_lime/img/bd_insrow.png and /dev/null differ
diff --git a/dark_lime/img/bd_lastpage.png b/dark_lime/img/bd_lastpage.png
deleted file mode 100644
index 489ca86fd..000000000
Binary files a/dark_lime/img/bd_lastpage.png and /dev/null differ
diff --git a/dark_lime/img/bd_nextpage.png b/dark_lime/img/bd_nextpage.png
deleted file mode 100644
index 61cb73096..000000000
Binary files a/dark_lime/img/bd_nextpage.png and /dev/null differ
diff --git a/dark_lime/img/bd_prevpage.png b/dark_lime/img/bd_prevpage.png
deleted file mode 100644
index dc8508334..000000000
Binary files a/dark_lime/img/bd_prevpage.png and /dev/null differ
diff --git a/dark_lime/img/bd_primary.png b/dark_lime/img/bd_primary.png
deleted file mode 100644
index ca1ccc674..000000000
Binary files a/dark_lime/img/bd_primary.png and /dev/null differ
diff --git a/dark_lime/img/bd_sbrowse.png b/dark_lime/img/bd_sbrowse.png
deleted file mode 100644
index f5eda2c7a..000000000
Binary files a/dark_lime/img/bd_sbrowse.png and /dev/null differ
diff --git a/dark_lime/img/bd_select.png b/dark_lime/img/bd_select.png
deleted file mode 100644
index 145d7a0b1..000000000
Binary files a/dark_lime/img/bd_select.png and /dev/null differ
diff --git a/dark_lime/img/bd_unique.png b/dark_lime/img/bd_unique.png
deleted file mode 100644
index 8c53101a4..000000000
Binary files a/dark_lime/img/bd_unique.png and /dev/null differ
diff --git a/dark_lime/img/error.ico b/dark_lime/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/dark_lime/img/error.ico and /dev/null differ
diff --git a/dark_lime/img/item.png b/dark_lime/img/item.png
deleted file mode 100644
index c845645df..000000000
Binary files a/dark_lime/img/item.png and /dev/null differ
diff --git a/dark_lime/img/item_ltr.png b/dark_lime/img/item_ltr.png
deleted file mode 100644
index c5e464f04..000000000
Binary files a/dark_lime/img/item_ltr.png and /dev/null differ
diff --git a/dark_lime/img/item_rtl.png b/dark_lime/img/item_rtl.png
deleted file mode 100644
index b0039d7bd..000000000
Binary files a/dark_lime/img/item_rtl.png and /dev/null differ
diff --git a/dark_lime/img/logo_left.png b/dark_lime/img/logo_left.png
deleted file mode 100644
index ea2537aff..000000000
Binary files a/dark_lime/img/logo_left.png and /dev/null differ
diff --git a/dark_lime/img/logo_right.png b/dark_lime/img/logo_right.png
deleted file mode 100644
index ea2537aff..000000000
Binary files a/dark_lime/img/logo_right.png and /dev/null differ
diff --git a/dark_lime/img/php_sym.png b/dark_lime/img/php_sym.png
deleted file mode 100644
index d513ef2f4..000000000
Binary files a/dark_lime/img/php_sym.png and /dev/null differ
diff --git a/dark_lime/img/pma_logo2.png b/dark_lime/img/pma_logo2.png
deleted file mode 100644
index ea2537aff..000000000
Binary files a/dark_lime/img/pma_logo2.png and /dev/null differ
diff --git a/dark_lime/img/s_asc.png b/dark_lime/img/s_asc.png
deleted file mode 100644
index 6502c0fa6..000000000
Binary files a/dark_lime/img/s_asc.png and /dev/null differ
diff --git a/dark_lime/img/s_asci.png b/dark_lime/img/s_asci.png
deleted file mode 100644
index 63671f664..000000000
Binary files a/dark_lime/img/s_asci.png and /dev/null differ
diff --git a/dark_lime/img/s_attention.png b/dark_lime/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/dark_lime/img/s_attention.png and /dev/null differ
diff --git a/dark_lime/img/s_cancel.png b/dark_lime/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/dark_lime/img/s_cancel.png and /dev/null differ
diff --git a/dark_lime/img/s_cancel2.png b/dark_lime/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/dark_lime/img/s_cancel2.png and /dev/null differ
diff --git a/dark_lime/img/s_db.png b/dark_lime/img/s_db.png
deleted file mode 100644
index 771530d15..000000000
Binary files a/dark_lime/img/s_db.png and /dev/null differ
diff --git a/dark_lime/img/s_desc.png b/dark_lime/img/s_desc.png
deleted file mode 100644
index 1caf4267d..000000000
Binary files a/dark_lime/img/s_desc.png and /dev/null differ
diff --git a/dark_lime/img/s_error.png b/dark_lime/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/dark_lime/img/s_error.png and /dev/null differ
diff --git a/dark_lime/img/s_error2.png b/dark_lime/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/dark_lime/img/s_error2.png and /dev/null differ
diff --git a/dark_lime/img/s_fulltext.png b/dark_lime/img/s_fulltext.png
deleted file mode 100644
index 6f1282bb3..000000000
Binary files a/dark_lime/img/s_fulltext.png and /dev/null differ
diff --git a/dark_lime/img/s_host.png b/dark_lime/img/s_host.png
deleted file mode 100644
index 868d178c5..000000000
Binary files a/dark_lime/img/s_host.png and /dev/null differ
diff --git a/dark_lime/img/s_info.png b/dark_lime/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/dark_lime/img/s_info.png and /dev/null differ
diff --git a/dark_lime/img/s_lang.png b/dark_lime/img/s_lang.png
deleted file mode 100644
index 3e6b370dd..000000000
Binary files a/dark_lime/img/s_lang.png and /dev/null differ
diff --git a/dark_lime/img/s_loggoff.png b/dark_lime/img/s_loggoff.png
deleted file mode 100644
index 0606f4999..000000000
Binary files a/dark_lime/img/s_loggoff.png and /dev/null differ
diff --git a/dark_lime/img/s_notice.png b/dark_lime/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/dark_lime/img/s_notice.png and /dev/null differ
diff --git a/dark_lime/img/s_okay.png b/dark_lime/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/dark_lime/img/s_okay.png and /dev/null differ
diff --git a/dark_lime/img/s_partialtext.png b/dark_lime/img/s_partialtext.png
deleted file mode 100644
index 103210008..000000000
Binary files a/dark_lime/img/s_partialtext.png and /dev/null differ
diff --git a/dark_lime/img/s_passwd.png b/dark_lime/img/s_passwd.png
deleted file mode 100644
index d84db6ce7..000000000
Binary files a/dark_lime/img/s_passwd.png and /dev/null differ
diff --git a/dark_lime/img/s_process.png b/dark_lime/img/s_process.png
deleted file mode 100644
index c2896db1e..000000000
Binary files a/dark_lime/img/s_process.png and /dev/null differ
diff --git a/dark_lime/img/s_really.png b/dark_lime/img/s_really.png
deleted file mode 100644
index 20aed61b8..000000000
Binary files a/dark_lime/img/s_really.png and /dev/null differ
diff --git a/dark_lime/img/s_reload.png b/dark_lime/img/s_reload.png
deleted file mode 100644
index c62ef4f27..000000000
Binary files a/dark_lime/img/s_reload.png and /dev/null differ
diff --git a/dark_lime/img/s_rights.png b/dark_lime/img/s_rights.png
deleted file mode 100644
index 81a216486..000000000
Binary files a/dark_lime/img/s_rights.png and /dev/null differ
diff --git a/dark_lime/img/s_status.png b/dark_lime/img/s_status.png
deleted file mode 100644
index 2381424a0..000000000
Binary files a/dark_lime/img/s_status.png and /dev/null differ
diff --git a/dark_lime/img/s_tbl.png b/dark_lime/img/s_tbl.png
deleted file mode 100644
index e34d669bc..000000000
Binary files a/dark_lime/img/s_tbl.png and /dev/null differ
diff --git a/dark_lime/img/s_theme.png b/dark_lime/img/s_theme.png
deleted file mode 100644
index 286425b2d..000000000
Binary files a/dark_lime/img/s_theme.png and /dev/null differ
diff --git a/dark_lime/img/s_vars.png b/dark_lime/img/s_vars.png
deleted file mode 100644
index f89827390..000000000
Binary files a/dark_lime/img/s_vars.png and /dev/null differ
diff --git a/dark_lime/img/s_views.png b/dark_lime/img/s_views.png
deleted file mode 100644
index 705f787f4..000000000
Binary files a/dark_lime/img/s_views.png and /dev/null differ
diff --git a/dark_lime/img/s_warn.png b/dark_lime/img/s_warn.png
deleted file mode 100644
index 84e761fa4..000000000
Binary files a/dark_lime/img/s_warn.png and /dev/null differ
diff --git a/dark_lime/img/spacer.png b/dark_lime/img/spacer.png
deleted file mode 100644
index bac07c8a8..000000000
Binary files a/dark_lime/img/spacer.png and /dev/null differ
diff --git a/dark_lime/img/vertical_line.png b/dark_lime/img/vertical_line.png
deleted file mode 100644
index 1edfca742..000000000
Binary files a/dark_lime/img/vertical_line.png and /dev/null differ
diff --git a/dark_lime/img/window-new.png b/dark_lime/img/window-new.png
deleted file mode 100644
index f7fd466b1..000000000
Binary files a/dark_lime/img/window-new.png and /dev/null differ
diff --git a/dark_lime/info.inc.php b/dark_lime/info.inc.php
deleted file mode 100644
index c69937d4e..000000000
--- a/dark_lime/info.inc.php
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/dark_lime/layout.inc.php b/dark_lime/layout.inc.php
deleted file mode 100644
index 6dfbf2b26..000000000
--- a/dark_lime/layout.inc.php
+++ /dev/null
@@ -1,115 +0,0 @@
-getImgPath() . 'vertical_line.png) repeat-y';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#ffffff';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#99cc00';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC00';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = '';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#99cc00';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#ffffff';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#595959';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#797979';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 640;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 480;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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/dark_lime/screen.png b/dark_lime/screen.png
deleted file mode 100644
index 36c72420d..000000000
Binary files a/dark_lime/screen.png and /dev/null differ
diff --git a/darkblue_gray/css/theme_left.css.php b/darkblue_gray/css/theme_left.css.php
deleted file mode 100644
index 0a4f3ab1c..000000000
--- a/darkblue_gray/css/theme_left.css.php
+++ /dev/null
@@ -1,251 +0,0 @@
-
-/************************************************************************************
- * 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
deleted file mode 100644
index b8d372d98..000000000
--- a/darkblue_gray/css/theme_print.css.php
+++ /dev/null
@@ -1,52 +0,0 @@
-
-/* 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
deleted file mode 100644
index 41cb87c32..000000000
--- a/darkblue_gray/css/theme_right.css.php
+++ /dev/null
@@ -1,572 +0,0 @@
-
-
-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/asc_order.png b/darkblue_gray/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/darkblue_gray/img/asc_order.png and /dev/null differ
diff --git a/darkblue_gray/img/b_bookmark.png b/darkblue_gray/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/darkblue_gray/img/b_bookmark.png and /dev/null differ
diff --git a/darkblue_gray/img/b_browse.png b/darkblue_gray/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/darkblue_gray/img/b_browse.png and /dev/null differ
diff --git a/darkblue_gray/img/b_calendar.png b/darkblue_gray/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/darkblue_gray/img/b_calendar.png and /dev/null differ
diff --git a/darkblue_gray/img/b_comment.png b/darkblue_gray/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/darkblue_gray/img/b_comment.png and /dev/null differ
diff --git a/darkblue_gray/img/b_dbstatistics.png b/darkblue_gray/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/darkblue_gray/img/b_dbstatistics.png and /dev/null differ
diff --git a/darkblue_gray/img/b_deltbl.png b/darkblue_gray/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/darkblue_gray/img/b_deltbl.png and /dev/null differ
diff --git a/darkblue_gray/img/b_docs.png b/darkblue_gray/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/darkblue_gray/img/b_docs.png and /dev/null differ
diff --git a/darkblue_gray/img/b_docsql.png b/darkblue_gray/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/darkblue_gray/img/b_docsql.png and /dev/null differ
diff --git a/darkblue_gray/img/b_drop.png b/darkblue_gray/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/darkblue_gray/img/b_drop.png and /dev/null differ
diff --git a/darkblue_gray/img/b_edit.png b/darkblue_gray/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/darkblue_gray/img/b_edit.png and /dev/null differ
diff --git a/darkblue_gray/img/b_empty.png b/darkblue_gray/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/darkblue_gray/img/b_empty.png and /dev/null differ
diff --git a/darkblue_gray/img/b_engine.png b/darkblue_gray/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/darkblue_gray/img/b_engine.png and /dev/null differ
diff --git a/darkblue_gray/img/b_export.png b/darkblue_gray/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/darkblue_gray/img/b_export.png and /dev/null differ
diff --git a/darkblue_gray/img/b_firstpage.png b/darkblue_gray/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/darkblue_gray/img/b_firstpage.png and /dev/null differ
diff --git a/darkblue_gray/img/b_ftext.png b/darkblue_gray/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/darkblue_gray/img/b_ftext.png and /dev/null differ
diff --git a/darkblue_gray/img/b_help.png b/darkblue_gray/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/darkblue_gray/img/b_help.png and /dev/null differ
diff --git a/darkblue_gray/img/b_home.png b/darkblue_gray/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/darkblue_gray/img/b_home.png and /dev/null differ
diff --git a/darkblue_gray/img/b_import.png b/darkblue_gray/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/darkblue_gray/img/b_import.png and /dev/null differ
diff --git a/darkblue_gray/img/b_index.png b/darkblue_gray/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/darkblue_gray/img/b_index.png and /dev/null differ
diff --git a/darkblue_gray/img/b_info.png b/darkblue_gray/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/darkblue_gray/img/b_info.png and /dev/null differ
diff --git a/darkblue_gray/img/b_insrow.png b/darkblue_gray/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/darkblue_gray/img/b_insrow.png and /dev/null differ
diff --git a/darkblue_gray/img/b_lastpage.png b/darkblue_gray/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/darkblue_gray/img/b_lastpage.png and /dev/null differ
diff --git a/darkblue_gray/img/b_minus.png b/darkblue_gray/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/darkblue_gray/img/b_minus.png and /dev/null differ
diff --git a/darkblue_gray/img/b_newdb.png b/darkblue_gray/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/darkblue_gray/img/b_newdb.png and /dev/null differ
diff --git a/darkblue_gray/img/b_newtbl.png b/darkblue_gray/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/darkblue_gray/img/b_newtbl.png and /dev/null differ
diff --git a/darkblue_gray/img/b_nextpage.png b/darkblue_gray/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/darkblue_gray/img/b_nextpage.png and /dev/null differ
diff --git a/darkblue_gray/img/b_pdfdoc.png b/darkblue_gray/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/darkblue_gray/img/b_pdfdoc.png and /dev/null differ
diff --git a/darkblue_gray/img/b_plus.png b/darkblue_gray/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/darkblue_gray/img/b_plus.png and /dev/null differ
diff --git a/darkblue_gray/img/b_prevpage.png b/darkblue_gray/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/darkblue_gray/img/b_prevpage.png and /dev/null differ
diff --git a/darkblue_gray/img/b_primary.png b/darkblue_gray/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/darkblue_gray/img/b_primary.png and /dev/null differ
diff --git a/darkblue_gray/img/b_print.png b/darkblue_gray/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/darkblue_gray/img/b_print.png and /dev/null differ
diff --git a/darkblue_gray/img/b_props.png b/darkblue_gray/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/darkblue_gray/img/b_props.png and /dev/null differ
diff --git a/darkblue_gray/img/b_relations.png b/darkblue_gray/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/darkblue_gray/img/b_relations.png and /dev/null differ
diff --git a/darkblue_gray/img/b_save.png b/darkblue_gray/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/darkblue_gray/img/b_save.png and /dev/null differ
diff --git a/darkblue_gray/img/b_sbrowse.png b/darkblue_gray/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/darkblue_gray/img/b_sbrowse.png and /dev/null differ
diff --git a/darkblue_gray/img/b_sdb.png b/darkblue_gray/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/darkblue_gray/img/b_sdb.png and /dev/null differ
diff --git a/darkblue_gray/img/b_search.png b/darkblue_gray/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/darkblue_gray/img/b_search.png and /dev/null differ
diff --git a/darkblue_gray/img/b_selboard.png b/darkblue_gray/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/darkblue_gray/img/b_selboard.png and /dev/null differ
diff --git a/darkblue_gray/img/b_select.png b/darkblue_gray/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/darkblue_gray/img/b_select.png and /dev/null differ
diff --git a/darkblue_gray/img/b_sql.png b/darkblue_gray/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/darkblue_gray/img/b_sql.png and /dev/null differ
diff --git a/darkblue_gray/img/b_sqldoc.png b/darkblue_gray/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/darkblue_gray/img/b_sqldoc.png and /dev/null differ
diff --git a/darkblue_gray/img/b_sqlhelp.png b/darkblue_gray/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/darkblue_gray/img/b_sqlhelp.png and /dev/null differ
diff --git a/darkblue_gray/img/b_tblanalyse.png b/darkblue_gray/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/darkblue_gray/img/b_tblanalyse.png and /dev/null differ
diff --git a/darkblue_gray/img/b_tblexport.png b/darkblue_gray/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/darkblue_gray/img/b_tblexport.png and /dev/null differ
diff --git a/darkblue_gray/img/b_tblimport.png b/darkblue_gray/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/darkblue_gray/img/b_tblimport.png and /dev/null differ
diff --git a/darkblue_gray/img/b_tblops.png b/darkblue_gray/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/darkblue_gray/img/b_tblops.png and /dev/null differ
diff --git a/darkblue_gray/img/b_tbloptimize.png b/darkblue_gray/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/darkblue_gray/img/b_tbloptimize.png and /dev/null differ
diff --git a/darkblue_gray/img/b_tipp.png b/darkblue_gray/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/darkblue_gray/img/b_tipp.png and /dev/null differ
diff --git a/darkblue_gray/img/b_unique.png b/darkblue_gray/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/darkblue_gray/img/b_unique.png and /dev/null differ
diff --git a/darkblue_gray/img/b_usradd.png b/darkblue_gray/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/darkblue_gray/img/b_usradd.png and /dev/null differ
diff --git a/darkblue_gray/img/b_usrcheck.png b/darkblue_gray/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/darkblue_gray/img/b_usrcheck.png and /dev/null differ
diff --git a/darkblue_gray/img/b_usrdrop.png b/darkblue_gray/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/darkblue_gray/img/b_usrdrop.png and /dev/null differ
diff --git a/darkblue_gray/img/b_usredit.png b/darkblue_gray/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/darkblue_gray/img/b_usredit.png and /dev/null differ
diff --git a/darkblue_gray/img/b_usrlist.png b/darkblue_gray/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/darkblue_gray/img/b_usrlist.png and /dev/null differ
diff --git a/darkblue_gray/img/b_view.png b/darkblue_gray/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/darkblue_gray/img/b_view.png and /dev/null differ
diff --git a/darkblue_gray/img/b_views.png b/darkblue_gray/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/darkblue_gray/img/b_views.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_browse.png b/darkblue_gray/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/darkblue_gray/img/bd_browse.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_deltbl.png b/darkblue_gray/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/darkblue_gray/img/bd_deltbl.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_drop.png b/darkblue_gray/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/darkblue_gray/img/bd_drop.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_empty.png b/darkblue_gray/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/darkblue_gray/img/bd_empty.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_firstpage.png b/darkblue_gray/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/darkblue_gray/img/bd_firstpage.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_ftext.png b/darkblue_gray/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/darkblue_gray/img/bd_ftext.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_index.png b/darkblue_gray/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/darkblue_gray/img/bd_index.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_insrow.png b/darkblue_gray/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/darkblue_gray/img/bd_insrow.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_lastpage.png b/darkblue_gray/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/darkblue_gray/img/bd_lastpage.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_nextpage.png b/darkblue_gray/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/darkblue_gray/img/bd_nextpage.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_prevpage.png b/darkblue_gray/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/darkblue_gray/img/bd_prevpage.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_primary.png b/darkblue_gray/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/darkblue_gray/img/bd_primary.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_sbrowse.png b/darkblue_gray/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/darkblue_gray/img/bd_sbrowse.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_select.png b/darkblue_gray/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/darkblue_gray/img/bd_select.png and /dev/null differ
diff --git a/darkblue_gray/img/bd_unique.png b/darkblue_gray/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/darkblue_gray/img/bd_unique.png and /dev/null differ
diff --git a/darkblue_gray/img/item.png b/darkblue_gray/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/darkblue_gray/img/item.png and /dev/null differ
diff --git a/darkblue_gray/img/item_ltr.png b/darkblue_gray/img/item_ltr.png
deleted file mode 100644
index 53b4cfc4f..000000000
Binary files a/darkblue_gray/img/item_ltr.png and /dev/null differ
diff --git a/darkblue_gray/img/item_rtl.png b/darkblue_gray/img/item_rtl.png
deleted file mode 100644
index 654db7948..000000000
Binary files a/darkblue_gray/img/item_rtl.png and /dev/null differ
diff --git a/darkblue_gray/img/logo_left.png b/darkblue_gray/img/logo_left.png
deleted file mode 100644
index b0bc267ea..000000000
Binary files a/darkblue_gray/img/logo_left.png and /dev/null differ
diff --git a/darkblue_gray/img/logo_right.png b/darkblue_gray/img/logo_right.png
deleted file mode 100644
index 7dea574a5..000000000
Binary files a/darkblue_gray/img/logo_right.png and /dev/null differ
diff --git a/darkblue_gray/img/php_sym.png b/darkblue_gray/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/darkblue_gray/img/php_sym.png and /dev/null differ
diff --git a/darkblue_gray/img/pma_logo2.png b/darkblue_gray/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/darkblue_gray/img/pma_logo2.png and /dev/null differ
diff --git a/darkblue_gray/img/s_asc.png b/darkblue_gray/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/darkblue_gray/img/s_asc.png and /dev/null differ
diff --git a/darkblue_gray/img/s_asci.png b/darkblue_gray/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/darkblue_gray/img/s_asci.png and /dev/null differ
diff --git a/darkblue_gray/img/s_attention.png b/darkblue_gray/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/darkblue_gray/img/s_attention.png and /dev/null differ
diff --git a/darkblue_gray/img/s_cancel.png b/darkblue_gray/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/darkblue_gray/img/s_cancel.png and /dev/null differ
diff --git a/darkblue_gray/img/s_cancel2.png b/darkblue_gray/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/darkblue_gray/img/s_cancel2.png and /dev/null differ
diff --git a/darkblue_gray/img/s_db.png b/darkblue_gray/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/darkblue_gray/img/s_db.png and /dev/null differ
diff --git a/darkblue_gray/img/s_desc.png b/darkblue_gray/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/darkblue_gray/img/s_desc.png and /dev/null differ
diff --git a/darkblue_gray/img/s_error.png b/darkblue_gray/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/darkblue_gray/img/s_error.png and /dev/null differ
diff --git a/darkblue_gray/img/s_error2.png b/darkblue_gray/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/darkblue_gray/img/s_error2.png and /dev/null differ
diff --git a/darkblue_gray/img/s_fulltext.png b/darkblue_gray/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/darkblue_gray/img/s_fulltext.png and /dev/null differ
diff --git a/darkblue_gray/img/s_host.png b/darkblue_gray/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/darkblue_gray/img/s_host.png and /dev/null differ
diff --git a/darkblue_gray/img/s_info.png b/darkblue_gray/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/darkblue_gray/img/s_info.png and /dev/null differ
diff --git a/darkblue_gray/img/s_lang.png b/darkblue_gray/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/darkblue_gray/img/s_lang.png and /dev/null differ
diff --git a/darkblue_gray/img/s_loggoff.png b/darkblue_gray/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/darkblue_gray/img/s_loggoff.png and /dev/null differ
diff --git a/darkblue_gray/img/s_notice.png b/darkblue_gray/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/darkblue_gray/img/s_notice.png and /dev/null differ
diff --git a/darkblue_gray/img/s_okay.png b/darkblue_gray/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/darkblue_gray/img/s_okay.png and /dev/null differ
diff --git a/darkblue_gray/img/s_partialtext.png b/darkblue_gray/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/darkblue_gray/img/s_partialtext.png and /dev/null differ
diff --git a/darkblue_gray/img/s_passwd.png b/darkblue_gray/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/darkblue_gray/img/s_passwd.png and /dev/null differ
diff --git a/darkblue_gray/img/s_process.png b/darkblue_gray/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/darkblue_gray/img/s_process.png and /dev/null differ
diff --git a/darkblue_gray/img/s_really.png b/darkblue_gray/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/darkblue_gray/img/s_really.png and /dev/null differ
diff --git a/darkblue_gray/img/s_reload.png b/darkblue_gray/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/darkblue_gray/img/s_reload.png and /dev/null differ
diff --git a/darkblue_gray/img/s_rights.png b/darkblue_gray/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/darkblue_gray/img/s_rights.png and /dev/null differ
diff --git a/darkblue_gray/img/s_status.png b/darkblue_gray/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/darkblue_gray/img/s_status.png and /dev/null differ
diff --git a/darkblue_gray/img/s_tbl.png b/darkblue_gray/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/darkblue_gray/img/s_tbl.png and /dev/null differ
diff --git a/darkblue_gray/img/s_theme.png b/darkblue_gray/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/darkblue_gray/img/s_theme.png and /dev/null differ
diff --git a/darkblue_gray/img/s_vars.png b/darkblue_gray/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/darkblue_gray/img/s_vars.png and /dev/null differ
diff --git a/darkblue_gray/img/s_views.png b/darkblue_gray/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/darkblue_gray/img/s_views.png and /dev/null differ
diff --git a/darkblue_gray/img/s_warn.png b/darkblue_gray/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/darkblue_gray/img/s_warn.png and /dev/null differ
diff --git a/darkblue_gray/img/spacer.png b/darkblue_gray/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/darkblue_gray/img/spacer.png and /dev/null differ
diff --git a/darkblue_gray/img/tbl_error.png b/darkblue_gray/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/darkblue_gray/img/tbl_error.png and /dev/null differ
diff --git a/darkblue_gray/img/tbl_header.png b/darkblue_gray/img/tbl_header.png
deleted file mode 100644
index 6e7f70312..000000000
Binary files a/darkblue_gray/img/tbl_header.png and /dev/null differ
diff --git a/darkblue_gray/img/tbl_th.png b/darkblue_gray/img/tbl_th.png
deleted file mode 100644
index 9d9cbd7a7..000000000
Binary files a/darkblue_gray/img/tbl_th.png and /dev/null differ
diff --git a/darkblue_gray/img/vertical_line.png b/darkblue_gray/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/darkblue_gray/img/vertical_line.png and /dev/null differ
diff --git a/darkblue_gray/info.inc.php b/darkblue_gray/info.inc.php
deleted file mode 100644
index 570de679d..000000000
--- a/darkblue_gray/info.inc.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/darkblue_gray/layout.inc.php b/darkblue_gray/layout.inc.php
deleted file mode 100644
index 92eea472c..000000000
--- a/darkblue_gray/layout.inc.php
+++ /dev/null
@@ -1,53 +0,0 @@
- '#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
deleted file mode 100644
index e7b48c264..000000000
Binary files a/darkblue_gray/screen.png and /dev/null differ
diff --git a/emphasis/css/theme_left.css.php b/emphasis/css/theme_left.css.php
deleted file mode 100644
index d2d75b34b..000000000
--- a/emphasis/css/theme_left.css.php
+++ /dev/null
@@ -1,280 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
-}
-
-input,
-select,
-textarea {
- font-size: 1em;
- border-radius: 0.3em;
-}
-
-body {
-
- font-family: ;
-
- background: url('getImgPath(); ?>background.png') 0% 0% repeat-x;
- color: ;
- margin: 0;
- padding: 0.2em 0.2em 0.2em 0.2em;
-}
-
-a img {
- border: 0;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-a:hover {
- text-decoration: none;
-}
-
-ul {
- margin: 0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
-}
-
-/* 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;
-}
-
-.navi_dbName {
- font-weight: bold;
- color: ;
- font-size: 11pt;
- margin-left: 10px;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo {
- padding: .3em;
-}
-
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-ul#databaseList {
- margin-bottom: 0.5em;
- margin-left; 5px;
- padding-bottom: 0.5em;
- padding-left: 1.5em;
-}
-
-ul#databaseList li {
- list-style-image: url(getImgPath(); ?>b_db.png);
-}
-
-
-ul#databaseList a {
- display: block;
-}
-
-div#databaseList form select,
-div#navidbpageselector form select {
- background-color: ;
- border: 1px solid #909090;
- color: ;
- margin-top: 5px;
- padding-left: 5px;
- font-size: 0.9em;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- color: #909090;
-}
-
-div#navidbpageselector a:hover,
-ul#databaseList a:hover {
- background: ;
- color: ;
-}
-
-ul#databaseList a:hover {
- color: ;
-}
-
-ul#databaseList ul {
-}
-
-ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border-width: 0px;
-}
-
-div#leftframelinks a:hover img {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(getImgPath(); ?>s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- color: #909090;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- color: ;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-left: 5px;
- padding-left: 0.1em;
- border-left: 1px solid #909090;
- padding-bottom: 1px;
- border-bottom: 1px solid #909090;
- font-size: 100%;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: ;
-}
-#serverinfo a:hover {
- background: ;
- color: ;
-}
-
-#NavFilter {
- display: none;
-}
-
-#clear_fast_filter {
- background: white;
- color: black;
- cursor: pointer;
- padding: 0;
- margin: 3px 5px 0 -23px;
- position: relative;
- float: right;
- font-weight: bold;
-}
-
-#clear_fast_filter:hover {
- color: #903050;
-}
-
-#fast_filter {
- width: 100%;
- padding: 2px 0px;
- margin: 0;
- border: 0;
-}
-
-#newtable li a{
-}
diff --git a/emphasis/css/theme_right.css.php b/emphasis/css/theme_right.css.php
deleted file mode 100644
index 9590d6695..000000000
--- a/emphasis/css/theme_right.css.php
+++ /dev/null
@@ -1,1912 +0,0 @@
-
-/*****************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : (
- isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>;
-}
-
-body {
-
- font-family: ;
-
- background: url('getImgPath(); ?>background.png') 0% 0% repeat-x;
- color: ;
- margin: 0.5em;
- padding: 0;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-
-textarea {
- overflow: visible;
- height: em;
-}
-
-select,
-option,
-input,
-textarea {
- font-size: 1em;
- border: 1px solid ;
- border-radius: 0.3em;
- -moz-border-radius: 0.3em;
- color: #082E58;
- background-color: #FFF;
-}
-
-img,
-input,
-select,
-button {
- vertical-align: middle;
-}
-
-label {
- color: #FFF;
-}
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #909090;
- cursor: pointer;
-}
-
-a:hover {
- text-decoration: none;
- color: #FFFFFF;
-}
-
-a img {
- border: 0;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-fieldset {
- margin-top: 1em;
- border: 1px solid ;
- padding: 0.5em;
- background: #183E68;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- font-weight: bold;
- color: #FFFFFF;
-}
-
-/* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */
-button {
- display: inline;
-}
-
-table {
- border-collapse: collapse;
- margin: 2px;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-table.data a {
- color: ;
-}
-
-table caption,
-table th,
-table td {
- padding: 0.1em 0.5em 0.1em 0.5em;
- margin: 0.1em 0;
- vertical-align: top;
- border: 1px solid ;
-}
-
-table.data thead a:hover {
- color: #FFF;
-}
-
-table.data tbody a:hover {
- color: #000;
-}
-
-table#tableprocesslist,
-table#tablestructure,
-table#tablespecificuserrights {
- margin-top: 10px;
-}
-
-table.formlayout {
- color: #FFF;
-}
-
-/******************************************************************************/
-/* classes */
-div.tools {
- border: 1px solid #000000;
- padding: 0.2em;
-}
-
-div.tools,
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- /* avoid a thick line since this should be used under another fieldset */
- border: 1px solid ;
- text-align: ;
- float: none;
- clear: both;
- background-color: ;
- color: #082E58;
-}
-
-fieldset.tblFooters input,
-th.tblFooters input {
- border: 1px solid #082E58;
-}
-
-fieldset .formelement {
- float: ;
- 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;
- color: #909090;
- cursor: pointer;
-}
-
-button.mult_submit:hover {
- color: #FFF;
-}
-
-/* odd items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
- color: #082e58;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
- color: #082e58;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-.odd label,
-.odd a,
-.even label,
-.even a {
- color: #082E58;
-}
-
-.odd a:hover,
-.even a:hover {
- color: #486E98;
-}
-
-
-
-/* marked table rows */
-td.marked,
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover,
-.structure_actions_dropdown {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 95%;
-}
-
-.syntax a {
- text-decoration: none;
- border-bottom: px dotted black;
-}
-
-.syntax_comment {
- padding-left: 4pt;
- padding-right: 4pt;
-}
-
-.syntax_alpha_columnType,
-.syntax_alpha_columnAttrib,
-.syntax_alpha_functionName {
- text-transform: uppercase;
-}
-
-.syntax_alpha_reservedWord {
- text-transform: uppercase;
- font-weight: bold;
-}
-
-.syntax_quote {
- white-space: pre;
-}
-
-/* leave some space between icons and text */
-.icon, img.footnotemarker {
- vertical-align: middle;
- margin-right: 0.3em;
- margin-left: 0.3em;
-}
-
-img.footnotemarker {
- display: none;
-}
-
-/* no extra space in table cells */
-td .icon {
- margin: 0;
-}
-
-.selectallarrow {
- margin-: 0.3em;
- margin-: 0.6em;
-}
-
-/* message boxes: warning, error, confirmation */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-div.success,
-div.notice,
-div.warning,
-div.error,
-div.footnotes {
- margin: 0.3em 0 0 0;
- border: 2px solid;
-
- background-repeat: no-repeat;
-
- background-position: 10px 50%;
- padding: 0.1em 0.1em 0.1em 36px;
-
- background-position: 99% 50%;
- padding: 10px 5% 10px 10px;
-
-
- padding: 0.3em;
-
-}
-
-div.notice a:hover {
- color: #082E58;
-}
-
-.success {
- color: #000000;
- background-color: #f0fff0;
-}
-h1.success,
-div.success {
- border-color: #409064;
-
- background-image: url(getImgPath(); ?>s_success.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;
-
-
-}
-.success h1 {
- border-color: #00FF00;
-}
-
-.notice, .footnotes {
- color: #000000;
- background-color: #FFFFDD;
-}
-h1.notice,
-div.notice,
-div.footnotes {
- border-color: #FFD700;
-
- background-image: url(getImgPath(); ?>s_notice.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;
-
-
-}
-.notice h1 {
- border-color: #FFD700;
-}
-
-.warning {
- color: #903050;
- background-color: #FFE0F0;
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #903050;
-
- background-image: url(getImgPath(); ?>s_warn.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;
-
-
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
-.error {
- background-color: /#903050;
- color: #FFE0F0;
-}
-
-h1.error,
-div.error {
- border-color: #904064;
-
- background-image: url(getImgPath(); ?>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;
-
-
-}
-div.error h1 {
- border-color: #904064;
-}
-
-.confirmation {
- background-color: #FFFFCC;
-}
-fieldset.confirmation {
- border: 0.1em solid #904064;
-}
-fieldset.confirmation legend {
- border-left: 0.1em solid #904064;
- border-right: 0.1em solid #904064;
- font-weight: bold;
-
- background-image: url(getImgPath(); ?>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 */
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
-}
-
-.tblHeaders a:link,
-.tblHeaders a:active,
-.tblHeaders a:visited,
-div.tools a:link,
-div.tools a:visited,
-div.tools a:active,
-.tblFooters a:link,
-.tblFooters a:active,
-.tblFooters a:visited {
- color: #082E58;
-}
-
-.tblHeaders a:hover,
-div.tools a:hover,
-.tblFooters a:hover {
- color: #903050;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #903050;
- 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;
-}
-
-.nowrap {
- white-space: nowrap;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-.commented_column {
- border-bottom: 1px dashed black;
-}
-
-.column_attribute {
- font-size: 70%;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-ul#topmenu,
-ul.tabs {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu2 {
- font-weight: bold;
- list-style-type: none;
- padding: 0;
- margin: 0.25em 0 0;
- height: 2em;
- clear: both;
-}
-
-ul#topmenu li,
-ul#topmenu2 li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img,
-#topmenu2 img {
- vertical-align: middle;
- margin-right: 0.1em;
-}
-
-/* default tab styles */
-ul#topmenu a,
-ul#topmenu span {
- display: block;
- margin: 2px 2px 0;
- padding: 2px;
- white-space: nowrap;
- color: #204670;
-}
-
-ul#topmenu ul a {
- margin: 2px;
- padding-bottom: 2px;
-}
-
-ul#topmenu .submenu {
- position: relative;
- display: none;
-}
-ul#topmenu .shown {
- display: block;
-}
-
-ul#topmenu ul {
- margin: 0;
- padding: 0;
- position: absolute;
- right: 0;
- list-style-type: none;
- display: none;
-}
-
-ul#topmenu li:hover ul,
-ul#topmenu .submenuhover ul {
- display: block;
-}
-
-ul#topmenu ul li {
- width: 100%;
-}
-
-ul#topmenu2 a {
- display: block;
- margin: 0.1em;
- padding: 0.2em;
- white-space: nowrap;
- border-width: 1pt 1pt 0 1pt;
- -moz-border-radius: 0.4em;
- border-radius: 0.4em;*/
-}
-
-/* disabled tabs */
-ul#topmenu span.tab {
- color: #666666;
-}
-
-/* disabled drop/empty tabs */
-ul#topmenu span.tabcaution {
- color: #ff6666;
-}
-
-/* enabled drop/empty tabs */
-ul#topmenu a.tabcaution {
- color: #903050;
-}
-ul#topmenu a.tabcaution:hover {
- color: #FFFFFF;
- background-color: #904064;
-}
-
-fieldset.caution li {
- list-style-type: none;
-}
-
-fieldset.caution a {
- color: #903050;
-}
-fieldset.caution a:hover {
- color: #ffffff;
- background-color: #903050;
-}
-
-
-/* active tab */
-ul#topmenu a.tabactive,
-ul#topmenu2 a.tabactive {
- color: #905070;
-}
-
-ul#topmenu a {
- color: #909090;
-}
-
-ul#topmenu a:hover,
-ul#topmenu2 a:hover {
- color: #FFF;
-}
-
-ul#topmenu ul {
- background: #183e68;
-}
-
-#topmenu {
- margin-top: 0.5em;
- padding: 0.1em 0.3em 0.1em 0.3em;
-}
-
-/* default tab styles */
-ul#topmenu a,
-ul#topmenu span {
- background-color: ;
- border-width: 1pt 1pt 0 1pt;
- -moz-border-radius: 0.4em 0.4em 0 0;
- border-radius: 0.4em 0.4em 0 0;
-}
-
-ul#topmenu ul a {
- border: 1px solid #082E58;
- -moz-border-radius: 0.4em;
- border-radius: 0.4em;
-}
-
-/* enabled hover/active tabs */
-ul#topmenu a.tab:hover {
- color: #FFFFFF;
-}
-
-ul#topmenu .tabactive {
- color: #903050;
-}
-
-/*vkk*/
-ul#topmenu2 a {
- background-color: ;
- border-width: 1pt 1pt 0 1pt;
- -moz-border-radius: 0.4em;
- border-radius: 0.4em;
-}
-
-ul#topmenu2 a.tabactive {
- color: #905070;
- -moz-border-radius: 0.3em;
- border-radius: 0.3em;
- text-decoration: none;
-}
-
-ul#topmenu2 a.tab:hover,
-ul#topmenu2 a.tabactive:hover {
- color: #FFF;
-}
-
-/* disabled drop/empty tabs */
-ul#topmenu span.tab,
-a.warning,
-ul#topmenu span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-left: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-left: 0.5em;
-}
-/* END table stats */
-
-/* server privileges */
-table#tableuserrights {
- margin-top: 10px;
-}
-
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-
-#tabledatabases thead tr th a {
- color: #204670;
-}
-
-#tabledatabases thead a:hover {
- color: #FFFFFF;
-}
-
-#tabledatabases tbody a {
- color: #000000;
-}
-
-/* END server privileges */
-
-/* Heading */
-#serverinfo {
- font-weight: bold;
- margin-bottom: 0.5em;
-}
-
-#serverinfo .item {
- white-space: nowrap;
- color: #909090;
-}
-
-#serverinfo .item:hover {
- color: #FFFFFF;
-}
-
-#span_table_comment {
- font-weight: normal;
- font-style: italic;
- white-space: nowrap;
-}
-
-#serverinfo img {
- margin: 0 0.1em 0 0.2em;
-}
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#fieldset_add_user_login div.item {
- padding-bottom: 0.3em;
- margin-bottom: 0.3em;
-}
-
-#fieldset_add_user_login label {
- float: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-right: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-
-/* END user privileges */
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
- margin-bottom: 5px;
-}
-
-#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: ;
-}
-
-div#querywindowcontainer {
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-div#querywindowcontainer fieldset {
- margin-top: 0;
-}
-/* END querywindow */
-
-/* querybox */
-
-div#sqlquerycontainer {
- float: ;
-}
-
-div#tablefieldscontainer {
- float: ;
- width: 29%;
-}
-
-div#tablefieldscontainer select {
- width: 100%;
-}
-
-textarea#sqlquery {
- width: 100%;
-}
-textarea#sql_query_edit{
- height: 7em;
- width: 95%;
- display: block;
-}
-
-div#queryboxcontainer div#bookmarkoptions {
- margin-top: 0.5em;
-}
-
-/* end querybox */
-
-/* main page */
-#maincontainer {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
- padding: 8px 2px;
-}
-
-#maincontainer h2 {
- color: #204670;
-}
-
-#maincontainer a {
- color: #909090;
-}
-
-#maincontainer a:hover {
- color: #FFFFFF;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-
-/* END main page */
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info,
-li#li_server_version{
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-li#li_mysql_privilegs,
-li#li_user_info{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs,
-li#li_pma_wiki {
- list-style-image: url(getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(getImgPath(); ?>b_home.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-
-li#li_user_preferences {
- list-style-image: url(getImgPath(); ?>b_tblops.png);
-}
-
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- padding-top: 5px;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#selflink a{
- color: #909090;
-}
-
-#selflink a:hover {
- color: #FFFFFF;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity,
-#div_mysql_charset_collations table,
-#qbe_div_table_list,
-#qbe_div_sql_query {
- float: ;
-}
-
-#div_table_order,
-#div_table_rename,
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_removal,
-#div_table_maintenance {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-label.desc sup {
- position: absolute;
-}
-
-code.sql,
-div.sqlvalidate {
- display: block;
- padding: 0.3em;
- margin-top: 0;
- margin-bottom: 0;
- border-width: 0;
- max-height: 10em;
- overflow: auto;
- background: ;
-}
-
-#main_pane_left {
- width: 50%;
- float: ;
-}
-
-#main_pane_right {
- margin-left: 50%;
- margin-right: 1px;
- margin-bottom: 4px;
- padding: 0;
- padding-left: 1em;
-}
-
-.group {
- border-left: 1px solid ;
- border-top: 1px solid ;
- border-top-left-radius: 0.4em;
- -moz-border-radius-topleft: 0.4em;
- margin: 0 0 10px 0;
-}
-
-.group h2 {
- background-color: ;
- padding: 0.1em 0.3em;
- margin-top: 0;
-}
-
-.group-cnt {
- padding: 0 0 0 0.5em;
- display: inline-block;
- width: 98%;
-}
-
-textarea#partitiondefinition {
- height: 3em;
-}
-
-/* for elements that should be revealed only via js */
-.hide {
- display: none;
-}
-
-#li_select_server {
- list-style-image: url(getImgPath(); ?>s_host.png);
- padding-bottom: 0.3em;
- border-bottom: 0.3em solid ;
- margin-bottom: 0.3em;
-}
-
-#list_server {
- list-style-image: none;
-}
-
-/**
- * Progress bar styles
- */
-div.upload_progress_bar_outer {
- border: 1px solid black;
- width: 202px;
-}
-
-div.upload_progress_bar_inner {
- background-color: ;
- width: 0px;
- height: 12px;
- margin: 1px;
-}
-
-table#serverconnection_src_remote,
-table#serverconnection_trg_remote,
-table#serverconnection_src_local,
-table#serverconnection_trg_local {
- float: left;
-}
-/**
- * Validation error message styles
- */
-.invalid_value {
- background: #F00;
-}
-
-/**
- * Ajax notification styling
- */
-.ajax_notification {
- top: 0px; /** The notification needs to be shown on the top of the page */
- position: fixed;
- margin-top: 0;
- margin-right: auto;
- margin-bottom: 0;
- margin-left: auto;
- padding: 3px 5px; /** Keep a little space on the sides of the text */
- min-width: 70px;
- max-width: 350px; /** This value might have to be changed */
- background-color: #FFFFDD;
- border: 1px solid #FFD700;
- color: #000;
- z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
- text-align: center;
- display: block;
- left: 0;
- right: 0;
- background-image: url(getImgPath(); ?>ajax_clock_small.gif);
- background-repeat: no-repeat;
- background-position: 2%;
-}
-
-#loading_parent {
-/** Need this parent to properly center the notification division */
- position: relative;
- width: 100%;
-}
-
-/**
-* Export and Import styles
-*/
-
-.exportoptions h3,
-.importoptions h3 {
- border-bottom: 1px #999999 solid;
- font-size: 110%;
-}
-
-.exportoptions ul,
-.importoptions ul,
-.format_specific_options ul {
- list-style-type: none;
- margin-bottom: 15px;
-}
-
-.exportoptions li,
-.importoptions li {
- margin: 7px;
-}
-
-.exportoptions label,
-.importoptions label,
-.exportoptions p,
-.importoptions p {
- margin: 5px;
- float: none;
-}
-
-#csv_options label.desc,
-#ldi_options label.desc,
-#latex_options label.desc,
-#output label.desc{
- float: left;
- width: 15em;
-}
-
-.exportoptions,
-.importoptions {
- margin: 20px 30px 30px 10px
-}
-
-.exportoptions #buttonGo,
-.importoptions #buttonGo {
- padding: 5px 30px;
- -moz-border-radius: 11px;
- -webkit-border-radius: 11px;
- border-radius: 11px;
- background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
- background: -moz-linear-gradient(top, #ffffff, #cccccc);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
- border: 1px solid #444444;
- cursor: pointer;
-}
-
-.format_specific_options h3 {
- margin: 10px 0px 0px 10px;
- border: 0px;
-}
-
-.format_specific_options {
- border: 1px solid #999999;
- margin: 7px 0px;
- padding: 3px;
-}
-
-p.desc {
- margin: 5px;
-}
-
-/**
- * Export styles only
- */
-
-select#db_select,
-select#table_select {
- width: 400px;
-}
-
-.export_sub_options {
- margin: 20px 0px 0px 30px;
-}
-
-.export_sub_options h4 {
- border-bottom: 1px #999999 solid;
-}
-
-.export_sub_options li.subgroup {
- display: inline-block;
- margin-top: 0;
-}
-
-.export_sub_options li {
- margin-bottom: 0;
-}
-
-#quick_or_custom,
-#output_quick_export {
- display: none;
-}
-
-/**
- * Import styles only
- */
-
-.importoptions #import_notification {
- margin: 10px 0px;
- font-style: italic;
-}
-
-input#input_import_file {
- margin: 5px;
-}
-
-.formelementrow {
- margin: 5px 0px 5px 0px;
-}
-
-/**
- * ENUM/SET editor styles
- */
-p.enum_notice {
- margin: 5px 2px;
- font-size: 80%;
-}
-
-#enum_editor {
- display: none;
- position: fixed;
- _position: absolute; /* hack for IE */
- z-index: 101;
- overflow-y: auto;
- overflow-x: hidden;
-}
-
-#enum_editor_no_js {
- margin: auto auto;
-}
-
-#enum_editor,
-#enum_editor_no_js {
- background: #D0DCE0;
- padding: 15px;
-}
-
-#popup_background {
- display: none;
- position: fixed;
- _position: absolute; /* hack for IE6 */
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background: #000;
- z-index: 100;
- verflow: hidden;
-}
-
-a.close_enum_editor {
- float: right;
-}
-
-#enum_editor #values,
-#enum_editor_no_js #values {
- margin: 15px 0px;
- width: 100%;
-}
-
-#enum_editor #values input,
-#enum_editor_no_js #values input {
- margin: 5px 0px;
- float: top;
- width: 100%;
-}
-
-#enum_editor_output {
- margin-top: 50px;
-}
-
-/**
- * Table structure styles
- */
-.structure_actions_dropdown {
- position: absolute;
- padding: 3px;
- display: none;
- z-index: 100;
-}
-
-.structure_actions_dropdown a {
- display: block;
-}
-
-td.more_opts {
- display: none;
- white-space: nowrap;
-}
-
-iframe.IE_hack {
- z-index: 1;
- position: absolute;
- display: none;
- border: 0;
- filter: alpha(opacity=0);
-}
-
-/* config forms */
-.config-form ul.tabs {
- margin: 1.1em 0.2em 0;
- padding: 0 0 0.3em 0;
- list-style: none;
- font-weight: bold;
-}
-
-.config-form ul.tabs li {
- float: ;
-}
-
-.config-form ul.tabs li a {
- display: block;
- margin: 0.1em 0.2em 0;
- padding: 0.1em 0.4em;
- white-space: nowrap;
- text-decoration: none;
- border: 1px solid ;
- border-bottom: none;
- background-color: ;
- -moz-border-radius: 0.4em 0.4em 0 0;
- border-radius: 0.4em 0.4em 0 0;
-}
-
-.config-form ul.tabs li a:hover,
-.config-form ul.tabs li a.active {
- color: #905070;
-}
-
-.config-form ul.tabs li a:hover {
- color: #FFF;
-}
-
-.config-form fieldset {
- margin-top: 0;
- padding: 0;
- clear: both;
-}
-
-.config-form legend {
- display: none;
-}
-
-.config-form fieldset p {
- margin: 0;
- padding: 0.5em;
-}
-
-.config-form fieldset .errors {
-/* form error list */
- margin: 0 -2px 1em -2px;
- padding: 0.5em 1.5em;
- background: #FBEAD9;
- border: 0 #C83838 solid;
- border-width: 1px 0;
- list-style: none;
- font-family: sans-serif;
- font-size: small;
-}
-
-.config-form fieldset .inline_errors {
-/* field error list */
- margin: 0.3em 0.3em 0.3em 0;
- padding: 0;
- list-style: none;
- color: #9A0000;
- font-size: small;
-}
-
-.config-form fieldset th {
- padding: 0.3em 0.3em 0.3em 0.5em;
- text-align: left;
- vertical-align: top;
- width: 40%;
- background: transparent;
-}
-
-.config-form fieldset .doc,
-.config-form fieldset .disabled-notice {
- margin-left: 1em;
-}
-
-.config-form fieldset .disabled-notice {
- font-size: 80%;
- text-transform: uppercase;
- color: #E00;
- cursor: help;
-}
-
-.config-form fieldset td {
- padding-top: 0.3em;
- padding-bottom: 0.3em;
- vertical-align: top;
-}
-
-.config-form fieldset th small {
- display: block;
- font-weight: normal;
- font-family: sans-serif;
- font-size: x-small;
- color: #909090;
-}
-
-.config-form fieldset th,
-.config-form fieldset td {
- border-top: 1px solid;
-}
-
-fieldset .group-header th {
- background: ;
-}
-
-fieldset .group-header + tr th {
- padding-top: 0.6em;
-}
-
-fieldset .group-field-1 th,
-fieldset .group-header-2 th {
- padding-left: 1.5em;
-}
-
-fieldset .group-field-2 th,
-fieldset .group-header-3 th {
- padding-left: 3em;
-}
-
-fieldset .group-field-3 th {
- padding-left: 4.5em;
-}
-
-fieldset .disabled-field th,
-fieldset .disabled-field th small,
-fieldset .disabled-field td {
- color: #666;
- background-color: #ddd;
-}
-
-.config-form .lastrow {
- border-top: 1px #000 solid;
-}
-
-.config-form .lastrow {
- background: ;;
- padding: 0.5em;
- text-align: center;
-}
-
-.config-form .lastrow input {
- font-weight: bold;
-}
-
-/* form elements */
-
-.config-form span.checkbox {
- padding: 2px;
- display: inline-block;
-}
-
-.config-form span.checkbox.custom {
- padding: 1px;
-}
-
-.config-form .field-error {
- border-color: #A11 !important;
-}
-
-.config-form input[type="text"],
-.config-form select,
-.config-form textarea {
- border: 1px #A7A6AA solid;
- height: auto;
-}
-
-.config-form input[type="text"]:focus,
-.config-form select:focus,
-.config-form textarea:focus {
- border: 1px #6676FF solid;
- background: #F7FBFF;
-}
-
-.config-form .field-comment-mark {
- font-family: serif;
- color: #007;
- cursor: help;
- padding: 0 0.2em;
- font-weight: bold;
- font-style: italic;
-}
-
-.config-form .field-comment-warning {
- color: #A00;
-}
-
-/* error list */
-.config-form dd {
- margin-left: 0.5em;
-}
-
-.config-form dd:before {
- content: "\25B8 ";
-}
-
-.click-hide-message {
- cursor: pointer;
-}
-
-.prefsmanage_opts {
- margin-left: 2em;
-}
-
-#prefs_autoload {
- margin-bottom: 0.5em;
-}
-
-#togglequerybox {
- font-weight: bold;
- color: #909090;
- cursor: pointer;
-}
-
-#togglequerybox:hover,
-div.formelement
- {
- color: #FFF;
-}
-
-#initials_table {
- color: #082E58;
-}
diff --git a/emphasis/img/arrow_ltr.png b/emphasis/img/arrow_ltr.png
deleted file mode 100644
index 5818d57f5..000000000
Binary files a/emphasis/img/arrow_ltr.png and /dev/null differ
diff --git a/emphasis/img/arrow_rtl.png b/emphasis/img/arrow_rtl.png
deleted file mode 100644
index 23bf6e0de..000000000
Binary files a/emphasis/img/arrow_rtl.png and /dev/null differ
diff --git a/emphasis/img/asc_order.png b/emphasis/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/emphasis/img/asc_order.png and /dev/null differ
diff --git a/emphasis/img/b_bookmark.png b/emphasis/img/b_bookmark.png
deleted file mode 100644
index 91183555f..000000000
Binary files a/emphasis/img/b_bookmark.png and /dev/null differ
diff --git a/emphasis/img/b_browse.png b/emphasis/img/b_browse.png
deleted file mode 100644
index 1172c9963..000000000
Binary files a/emphasis/img/b_browse.png and /dev/null differ
diff --git a/emphasis/img/b_calendar.png b/emphasis/img/b_calendar.png
deleted file mode 100644
index 222bf4e0e..000000000
Binary files a/emphasis/img/b_calendar.png and /dev/null differ
diff --git a/emphasis/img/b_chart.png b/emphasis/img/b_chart.png
deleted file mode 100644
index 388ec3006..000000000
Binary files a/emphasis/img/b_chart.png and /dev/null differ
diff --git a/emphasis/img/b_comment.png b/emphasis/img/b_comment.png
deleted file mode 100644
index 952af4dba..000000000
Binary files a/emphasis/img/b_comment.png and /dev/null differ
diff --git a/emphasis/img/b_db.png b/emphasis/img/b_db.png
deleted file mode 100644
index 76e8bbcdd..000000000
Binary files a/emphasis/img/b_db.png and /dev/null differ
diff --git a/emphasis/img/b_dbstatistics.png b/emphasis/img/b_dbstatistics.png
deleted file mode 100644
index 65fcb9412..000000000
Binary files a/emphasis/img/b_dbstatistics.png and /dev/null differ
diff --git a/emphasis/img/b_deltbl.png b/emphasis/img/b_deltbl.png
deleted file mode 100644
index c23a64957..000000000
Binary files a/emphasis/img/b_deltbl.png and /dev/null differ
diff --git a/emphasis/img/b_docs.png b/emphasis/img/b_docs.png
deleted file mode 100644
index 45b9c757f..000000000
Binary files a/emphasis/img/b_docs.png and /dev/null differ
diff --git a/emphasis/img/b_drop.png b/emphasis/img/b_drop.png
deleted file mode 100644
index 045b80897..000000000
Binary files a/emphasis/img/b_drop.png and /dev/null differ
diff --git a/emphasis/img/b_edit.png b/emphasis/img/b_edit.png
deleted file mode 100644
index 2ed5013dd..000000000
Binary files a/emphasis/img/b_edit.png and /dev/null differ
diff --git a/emphasis/img/b_empty.png b/emphasis/img/b_empty.png
deleted file mode 100644
index d16a78251..000000000
Binary files a/emphasis/img/b_empty.png and /dev/null differ
diff --git a/emphasis/img/b_engine.png b/emphasis/img/b_engine.png
deleted file mode 100644
index 0afaaa51e..000000000
Binary files a/emphasis/img/b_engine.png and /dev/null differ
diff --git a/emphasis/img/b_export.png b/emphasis/img/b_export.png
deleted file mode 100644
index 712451b09..000000000
Binary files a/emphasis/img/b_export.png and /dev/null differ
diff --git a/emphasis/img/b_firstpage.png b/emphasis/img/b_firstpage.png
deleted file mode 100644
index c2cd246e5..000000000
Binary files a/emphasis/img/b_firstpage.png and /dev/null differ
diff --git a/emphasis/img/b_ftext.png b/emphasis/img/b_ftext.png
deleted file mode 100644
index 2dfa103c3..000000000
Binary files a/emphasis/img/b_ftext.png and /dev/null differ
diff --git a/emphasis/img/b_help.png b/emphasis/img/b_help.png
deleted file mode 100644
index 955cdebcb..000000000
Binary files a/emphasis/img/b_help.png and /dev/null differ
diff --git a/emphasis/img/b_home.png b/emphasis/img/b_home.png
deleted file mode 100644
index fe092df85..000000000
Binary files a/emphasis/img/b_home.png and /dev/null differ
diff --git a/emphasis/img/b_import.png b/emphasis/img/b_import.png
deleted file mode 100644
index 761add8f7..000000000
Binary files a/emphasis/img/b_import.png and /dev/null differ
diff --git a/emphasis/img/b_index.png b/emphasis/img/b_index.png
deleted file mode 100644
index 9e3c2750b..000000000
Binary files a/emphasis/img/b_index.png and /dev/null differ
diff --git a/emphasis/img/b_inline_edit.png b/emphasis/img/b_inline_edit.png
deleted file mode 100644
index a9d8264a7..000000000
Binary files a/emphasis/img/b_inline_edit.png and /dev/null differ
diff --git a/emphasis/img/b_lastpage.png b/emphasis/img/b_lastpage.png
deleted file mode 100644
index c17f09728..000000000
Binary files a/emphasis/img/b_lastpage.png and /dev/null differ
diff --git a/emphasis/img/b_minus.png b/emphasis/img/b_minus.png
deleted file mode 100644
index 3e48f4637..000000000
Binary files a/emphasis/img/b_minus.png and /dev/null differ
diff --git a/emphasis/img/b_more.png b/emphasis/img/b_more.png
deleted file mode 100644
index 7252ce0fc..000000000
Binary files a/emphasis/img/b_more.png and /dev/null differ
diff --git a/emphasis/img/b_newdb.png b/emphasis/img/b_newdb.png
deleted file mode 100644
index 43142e48c..000000000
Binary files a/emphasis/img/b_newdb.png and /dev/null differ
diff --git a/emphasis/img/b_nextpage.png b/emphasis/img/b_nextpage.png
deleted file mode 100644
index 43db9b6c0..000000000
Binary files a/emphasis/img/b_nextpage.png and /dev/null differ
diff --git a/emphasis/img/b_pdfdoc.png b/emphasis/img/b_pdfdoc.png
deleted file mode 100644
index 3fccce1d3..000000000
Binary files a/emphasis/img/b_pdfdoc.png and /dev/null differ
diff --git a/emphasis/img/b_plus.png b/emphasis/img/b_plus.png
deleted file mode 100644
index 270fbd797..000000000
Binary files a/emphasis/img/b_plus.png and /dev/null differ
diff --git a/emphasis/img/b_prevpage.png b/emphasis/img/b_prevpage.png
deleted file mode 100644
index 2e6bd7875..000000000
Binary files a/emphasis/img/b_prevpage.png and /dev/null differ
diff --git a/emphasis/img/b_primary.png b/emphasis/img/b_primary.png
deleted file mode 100644
index 79f8c038c..000000000
Binary files a/emphasis/img/b_primary.png and /dev/null differ
diff --git a/emphasis/img/b_print.png b/emphasis/img/b_print.png
deleted file mode 100644
index 2dcf76350..000000000
Binary files a/emphasis/img/b_print.png and /dev/null differ
diff --git a/emphasis/img/b_props.png b/emphasis/img/b_props.png
deleted file mode 100644
index 3ead3eda3..000000000
Binary files a/emphasis/img/b_props.png and /dev/null differ
diff --git a/emphasis/img/b_save.png b/emphasis/img/b_save.png
deleted file mode 100644
index d037899be..000000000
Binary files a/emphasis/img/b_save.png and /dev/null differ
diff --git a/emphasis/img/b_sbrowse.png b/emphasis/img/b_sbrowse.png
deleted file mode 100644
index 8551a69f4..000000000
Binary files a/emphasis/img/b_sbrowse.png and /dev/null differ
diff --git a/emphasis/img/b_search.png b/emphasis/img/b_search.png
deleted file mode 100644
index f3c8cc41a..000000000
Binary files a/emphasis/img/b_search.png and /dev/null differ
diff --git a/emphasis/img/b_selboard.png b/emphasis/img/b_selboard.png
deleted file mode 100644
index 329775736..000000000
Binary files a/emphasis/img/b_selboard.png and /dev/null differ
diff --git a/emphasis/img/b_select.png b/emphasis/img/b_select.png
deleted file mode 100644
index d2785b8bb..000000000
Binary files a/emphasis/img/b_select.png and /dev/null differ
diff --git a/emphasis/img/b_snewtbl.png b/emphasis/img/b_snewtbl.png
deleted file mode 100644
index 1bd42b977..000000000
Binary files a/emphasis/img/b_snewtbl.png and /dev/null differ
diff --git a/emphasis/img/b_sql.png b/emphasis/img/b_sql.png
deleted file mode 100644
index de26f9fcb..000000000
Binary files a/emphasis/img/b_sql.png and /dev/null differ
diff --git a/emphasis/img/b_sqlhelp.png b/emphasis/img/b_sqlhelp.png
deleted file mode 100644
index a1c1d7e23..000000000
Binary files a/emphasis/img/b_sqlhelp.png and /dev/null differ
diff --git a/emphasis/img/b_tblexport.png b/emphasis/img/b_tblexport.png
deleted file mode 100644
index 99c9ea015..000000000
Binary files a/emphasis/img/b_tblexport.png and /dev/null differ
diff --git a/emphasis/img/b_tblimport.png b/emphasis/img/b_tblimport.png
deleted file mode 100644
index ae32cc89b..000000000
Binary files a/emphasis/img/b_tblimport.png and /dev/null differ
diff --git a/emphasis/img/b_tblops.png b/emphasis/img/b_tblops.png
deleted file mode 100644
index 0d7df4b7d..000000000
Binary files a/emphasis/img/b_tblops.png and /dev/null differ
diff --git a/emphasis/img/b_tipp.png b/emphasis/img/b_tipp.png
deleted file mode 100644
index 10942f3ff..000000000
Binary files a/emphasis/img/b_tipp.png and /dev/null differ
diff --git a/emphasis/img/b_unique.png b/emphasis/img/b_unique.png
deleted file mode 100644
index 90a0494a9..000000000
Binary files a/emphasis/img/b_unique.png and /dev/null differ
diff --git a/emphasis/img/b_usradd.png b/emphasis/img/b_usradd.png
deleted file mode 100644
index d3f924086..000000000
Binary files a/emphasis/img/b_usradd.png and /dev/null differ
diff --git a/emphasis/img/b_usrcheck.png b/emphasis/img/b_usrcheck.png
deleted file mode 100644
index eb73bb6e9..000000000
Binary files a/emphasis/img/b_usrcheck.png and /dev/null differ
diff --git a/emphasis/img/b_usrdrop.png b/emphasis/img/b_usrdrop.png
deleted file mode 100644
index e7c447371..000000000
Binary files a/emphasis/img/b_usrdrop.png and /dev/null differ
diff --git a/emphasis/img/b_usredit.png b/emphasis/img/b_usredit.png
deleted file mode 100644
index 8ecb07388..000000000
Binary files a/emphasis/img/b_usredit.png and /dev/null differ
diff --git a/emphasis/img/b_usrlist.png b/emphasis/img/b_usrlist.png
deleted file mode 100644
index cd2700ae9..000000000
Binary files a/emphasis/img/b_usrlist.png and /dev/null differ
diff --git a/emphasis/img/background.png b/emphasis/img/background.png
deleted file mode 100644
index 9d96dc2a7..000000000
Binary files a/emphasis/img/background.png and /dev/null differ
diff --git a/emphasis/img/error.ico b/emphasis/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/emphasis/img/error.ico and /dev/null differ
diff --git a/emphasis/img/item_ltr.png b/emphasis/img/item_ltr.png
deleted file mode 100644
index 7737ba036..000000000
Binary files a/emphasis/img/item_ltr.png and /dev/null differ
diff --git a/emphasis/img/item_rtl.png b/emphasis/img/item_rtl.png
deleted file mode 100644
index 1e52932d2..000000000
Binary files a/emphasis/img/item_rtl.png and /dev/null differ
diff --git a/emphasis/img/logo_left.png b/emphasis/img/logo_left.png
deleted file mode 100644
index 554891a1d..000000000
Binary files a/emphasis/img/logo_left.png and /dev/null differ
diff --git a/emphasis/img/logo_right.png b/emphasis/img/logo_right.png
deleted file mode 100644
index 113119788..000000000
Binary files a/emphasis/img/logo_right.png and /dev/null differ
diff --git a/emphasis/img/more.png b/emphasis/img/more.png
deleted file mode 100644
index 9d6c6194b..000000000
Binary files a/emphasis/img/more.png and /dev/null differ
diff --git a/emphasis/img/s_asc.png b/emphasis/img/s_asc.png
deleted file mode 100644
index 2589862ee..000000000
Binary files a/emphasis/img/s_asc.png and /dev/null differ
diff --git a/emphasis/img/s_asci.png b/emphasis/img/s_asci.png
deleted file mode 100644
index cccfc7f30..000000000
Binary files a/emphasis/img/s_asci.png and /dev/null differ
diff --git a/emphasis/img/s_attention.png b/emphasis/img/s_attention.png
deleted file mode 100644
index 774d2856e..000000000
Binary files a/emphasis/img/s_attention.png and /dev/null differ
diff --git a/emphasis/img/s_cancel.png b/emphasis/img/s_cancel.png
deleted file mode 100644
index 6ffe4cde2..000000000
Binary files a/emphasis/img/s_cancel.png and /dev/null differ
diff --git a/emphasis/img/s_cancel2.png b/emphasis/img/s_cancel2.png
deleted file mode 100644
index dfa103b14..000000000
Binary files a/emphasis/img/s_cancel2.png and /dev/null differ
diff --git a/emphasis/img/s_db.png b/emphasis/img/s_db.png
deleted file mode 100644
index 31343d5ea..000000000
Binary files a/emphasis/img/s_db.png and /dev/null differ
diff --git a/emphasis/img/s_desc.png b/emphasis/img/s_desc.png
deleted file mode 100644
index 6d87b5044..000000000
Binary files a/emphasis/img/s_desc.png and /dev/null differ
diff --git a/emphasis/img/s_error.png b/emphasis/img/s_error.png
deleted file mode 100644
index 799a4342c..000000000
Binary files a/emphasis/img/s_error.png and /dev/null differ
diff --git a/emphasis/img/s_error2.png b/emphasis/img/s_error2.png
deleted file mode 100644
index a276ef1c9..000000000
Binary files a/emphasis/img/s_error2.png and /dev/null differ
diff --git a/emphasis/img/s_host.png b/emphasis/img/s_host.png
deleted file mode 100644
index 26e08da8e..000000000
Binary files a/emphasis/img/s_host.png and /dev/null differ
diff --git a/emphasis/img/s_info.png b/emphasis/img/s_info.png
deleted file mode 100644
index 56d82d8b0..000000000
Binary files a/emphasis/img/s_info.png and /dev/null differ
diff --git a/emphasis/img/s_lang.png b/emphasis/img/s_lang.png
deleted file mode 100644
index 1443e0d09..000000000
Binary files a/emphasis/img/s_lang.png and /dev/null differ
diff --git a/emphasis/img/s_notice.png b/emphasis/img/s_notice.png
deleted file mode 100644
index 047018a2c..000000000
Binary files a/emphasis/img/s_notice.png and /dev/null differ
diff --git a/emphasis/img/s_okay.png b/emphasis/img/s_okay.png
deleted file mode 100644
index a39f61099..000000000
Binary files a/emphasis/img/s_okay.png and /dev/null differ
diff --git a/emphasis/img/s_process.png b/emphasis/img/s_process.png
deleted file mode 100644
index d787c56cd..000000000
Binary files a/emphasis/img/s_process.png and /dev/null differ
diff --git a/emphasis/img/s_really.png b/emphasis/img/s_really.png
deleted file mode 100644
index 43b31a3ec..000000000
Binary files a/emphasis/img/s_really.png and /dev/null differ
diff --git a/emphasis/img/s_reload.png b/emphasis/img/s_reload.png
deleted file mode 100644
index 3ae9550e2..000000000
Binary files a/emphasis/img/s_reload.png and /dev/null differ
diff --git a/emphasis/img/s_rights.png b/emphasis/img/s_rights.png
deleted file mode 100644
index 3dba87fbe..000000000
Binary files a/emphasis/img/s_rights.png and /dev/null differ
diff --git a/emphasis/img/s_status.png b/emphasis/img/s_status.png
deleted file mode 100644
index f4045306f..000000000
Binary files a/emphasis/img/s_status.png and /dev/null differ
diff --git a/emphasis/img/s_success.png b/emphasis/img/s_success.png
deleted file mode 100644
index d2e612107..000000000
Binary files a/emphasis/img/s_success.png and /dev/null differ
diff --git a/emphasis/img/s_tbl.png b/emphasis/img/s_tbl.png
deleted file mode 100644
index d4eeab256..000000000
Binary files a/emphasis/img/s_tbl.png and /dev/null differ
diff --git a/emphasis/img/s_theme.png b/emphasis/img/s_theme.png
deleted file mode 100644
index ba3904a86..000000000
Binary files a/emphasis/img/s_theme.png and /dev/null differ
diff --git a/emphasis/img/s_vars.png b/emphasis/img/s_vars.png
deleted file mode 100644
index 3f6354651..000000000
Binary files a/emphasis/img/s_vars.png and /dev/null differ
diff --git a/emphasis/img/s_warn.png b/emphasis/img/s_warn.png
deleted file mode 100644
index d22d2eb5b..000000000
Binary files a/emphasis/img/s_warn.png and /dev/null differ
diff --git a/emphasis/img/vertical_line.png b/emphasis/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/emphasis/img/vertical_line.png and /dev/null differ
diff --git a/emphasis/img/window-new.png b/emphasis/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/emphasis/img/window-new.png and /dev/null differ
diff --git a/emphasis/info.inc.php b/emphasis/info.inc.php
deleted file mode 100644
index 8eac9a4e6..000000000
--- a/emphasis/info.inc.php
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/emphasis/jquery/jquery-ui-1.8.custom.css b/emphasis/jquery/jquery-ui-1.8.custom.css
deleted file mode 100644
index b3180a5fb..000000000
--- a/emphasis/jquery/jquery-ui-1.8.custom.css
+++ /dev/null
@@ -1,477 +0,0 @@
-/*
-* jQuery UI CSS Framework
-* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
-* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
-*/
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled { cursor: default !important; }
-
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
-
-
-/*
-* jQuery UI CSS Framework
-* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
-* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
-* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
-*/
-
-
-/* Component containers
-----------------------------------*/
-.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
-.ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
-.ui-widget-content { border: 1px solid #aaaaaa; background-color: #082E58; color: #FFF; }
-.ui-widget-content a { color: #909090; }
-.ui-widget-content a:hover { color: #FFFFFF; }
-.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
-.ui-widget-header a { color: #222222; }
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
-.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background-color: #082E58; color: #212121; }
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
-.ui-widget :active { outline: none; }
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
-.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
-.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
-.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
-.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
-.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
-.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
-.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
-.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
-.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
-
-/* positioning */
-.ui-icon-carat-1-n { background-position: 0 0; }
-.ui-icon-carat-1-ne { background-position: -16px 0; }
-.ui-icon-carat-1-e { background-position: -32px 0; }
-.ui-icon-carat-1-se { background-position: -48px 0; }
-.ui-icon-carat-1-s { background-position: -64px 0; }
-.ui-icon-carat-1-sw { background-position: -80px 0; }
-.ui-icon-carat-1-w { background-position: -96px 0; }
-.ui-icon-carat-1-nw { background-position: -112px 0; }
-.ui-icon-carat-2-n-s { background-position: -128px 0; }
-.ui-icon-carat-2-e-w { background-position: -144px 0; }
-.ui-icon-triangle-1-n { background-position: 0 -16px; }
-.ui-icon-triangle-1-ne { background-position: -16px -16px; }
-.ui-icon-triangle-1-e { background-position: -32px -16px; }
-.ui-icon-triangle-1-se { background-position: -48px -16px; }
-.ui-icon-triangle-1-s { background-position: -64px -16px; }
-.ui-icon-triangle-1-sw { background-position: -80px -16px; }
-.ui-icon-triangle-1-w { background-position: -96px -16px; }
-.ui-icon-triangle-1-nw { background-position: -112px -16px; }
-.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
-.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
-.ui-icon-arrow-1-n { background-position: 0 -32px; }
-.ui-icon-arrow-1-ne { background-position: -16px -32px; }
-.ui-icon-arrow-1-e { background-position: -32px -32px; }
-.ui-icon-arrow-1-se { background-position: -48px -32px; }
-.ui-icon-arrow-1-s { background-position: -64px -32px; }
-.ui-icon-arrow-1-sw { background-position: -80px -32px; }
-.ui-icon-arrow-1-w { background-position: -96px -32px; }
-.ui-icon-arrow-1-nw { background-position: -112px -32px; }
-.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
-.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
-.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
-.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
-.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
-.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
-.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
-.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
-.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
-.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
-.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
-.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
-.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
-.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
-.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
-.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
-.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
-.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
-.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
-.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
-.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
-.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
-.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
-.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
-.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
-.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
-.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
-.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
-.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
-.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
-.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
-.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
-.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
-.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
-.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
-.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
-.ui-icon-arrow-4 { background-position: 0 -80px; }
-.ui-icon-arrow-4-diag { background-position: -16px -80px; }
-.ui-icon-extlink { background-position: -32px -80px; }
-.ui-icon-newwin { background-position: -48px -80px; }
-.ui-icon-refresh { background-position: -64px -80px; }
-.ui-icon-shuffle { background-position: -80px -80px; }
-.ui-icon-transfer-e-w { background-position: -96px -80px; }
-.ui-icon-transferthick-e-w { background-position: -112px -80px; }
-.ui-icon-folder-collapsed { background-position: 0 -96px; }
-.ui-icon-folder-open { background-position: -16px -96px; }
-.ui-icon-document { background-position: -32px -96px; }
-.ui-icon-document-b { background-position: -48px -96px; }
-.ui-icon-note { background-position: -64px -96px; }
-.ui-icon-mail-closed { background-position: -80px -96px; }
-.ui-icon-mail-open { background-position: -96px -96px; }
-.ui-icon-suitcase { background-position: -112px -96px; }
-.ui-icon-comment { background-position: -128px -96px; }
-.ui-icon-person { background-position: -144px -96px; }
-.ui-icon-print { background-position: -160px -96px; }
-.ui-icon-trash { background-position: -176px -96px; }
-.ui-icon-locked { background-position: -192px -96px; }
-.ui-icon-unlocked { background-position: -208px -96px; }
-.ui-icon-bookmark { background-position: -224px -96px; }
-.ui-icon-tag { background-position: -240px -96px; }
-.ui-icon-home { background-position: 0 -112px; }
-.ui-icon-flag { background-position: -16px -112px; }
-.ui-icon-calendar { background-position: -32px -112px; }
-.ui-icon-cart { background-position: -48px -112px; }
-.ui-icon-pencil { background-position: -64px -112px; }
-.ui-icon-clock { background-position: -80px -112px; }
-.ui-icon-disk { background-position: -96px -112px; }
-.ui-icon-calculator { background-position: -112px -112px; }
-.ui-icon-zoomin { background-position: -128px -112px; }
-.ui-icon-zoomout { background-position: -144px -112px; }
-.ui-icon-search { background-position: -160px -112px; }
-.ui-icon-wrench { background-position: -176px -112px; }
-.ui-icon-gear { background-position: -192px -112px; }
-.ui-icon-heart { background-position: -208px -112px; }
-.ui-icon-star { background-position: -224px -112px; }
-.ui-icon-link { background-position: -240px -112px; }
-.ui-icon-cancel { background-position: 0 -128px; }
-.ui-icon-plus { background-position: -16px -128px; }
-.ui-icon-plusthick { background-position: -32px -128px; }
-.ui-icon-minus { background-position: -48px -128px; }
-.ui-icon-minusthick { background-position: -64px -128px; }
-.ui-icon-close { background-position: -80px -128px; }
-.ui-icon-closethick { background-position: -96px -128px; }
-.ui-icon-key { background-position: -112px -128px; }
-.ui-icon-lightbulb { background-position: -128px -128px; }
-.ui-icon-scissors { background-position: -144px -128px; }
-.ui-icon-clipboard { background-position: -160px -128px; }
-.ui-icon-copy { background-position: -176px -128px; }
-.ui-icon-contact { background-position: -192px -128px; }
-.ui-icon-image { background-position: -208px -128px; }
-.ui-icon-video { background-position: -224px -128px; }
-.ui-icon-script { background-position: -240px -128px; }
-.ui-icon-alert { background-position: 0 -144px; }
-.ui-icon-info { background-position: -16px -144px; }
-.ui-icon-notice { background-position: -32px -144px; }
-.ui-icon-help { background-position: -48px -144px; }
-.ui-icon-check { background-position: -64px -144px; }
-.ui-icon-bullet { background-position: -80px -144px; }
-.ui-icon-radio-off { background-position: -96px -144px; }
-.ui-icon-radio-on { background-position: -112px -144px; }
-.ui-icon-pin-w { background-position: -128px -144px; }
-.ui-icon-pin-s { background-position: -144px -144px; }
-.ui-icon-play { background-position: 0 -160px; }
-.ui-icon-pause { background-position: -16px -160px; }
-.ui-icon-seek-next { background-position: -32px -160px; }
-.ui-icon-seek-prev { background-position: -48px -160px; }
-.ui-icon-seek-end { background-position: -64px -160px; }
-.ui-icon-seek-start { background-position: -80px -160px; }
-/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
-.ui-icon-seek-first { background-position: -80px -160px; }
-.ui-icon-stop { background-position: -96px -160px; }
-.ui-icon-eject { background-position: -112px -160px; }
-.ui-icon-volume-off { background-position: -128px -160px; }
-.ui-icon-volume-on { background-position: -144px -160px; }
-.ui-icon-power { background-position: 0 -176px; }
-.ui-icon-signal-diag { background-position: -16px -176px; }
-.ui-icon-signal { background-position: -32px -176px; }
-.ui-icon-battery-0 { background-position: -48px -176px; }
-.ui-icon-battery-1 { background-position: -64px -176px; }
-.ui-icon-battery-2 { background-position: -80px -176px; }
-.ui-icon-battery-3 { background-position: -96px -176px; }
-.ui-icon-circle-plus { background-position: 0 -192px; }
-.ui-icon-circle-minus { background-position: -16px -192px; }
-.ui-icon-circle-close { background-position: -32px -192px; }
-.ui-icon-circle-triangle-e { background-position: -48px -192px; }
-.ui-icon-circle-triangle-s { background-position: -64px -192px; }
-.ui-icon-circle-triangle-w { background-position: -80px -192px; }
-.ui-icon-circle-triangle-n { background-position: -96px -192px; }
-.ui-icon-circle-arrow-e { background-position: -112px -192px; }
-.ui-icon-circle-arrow-s { background-position: -128px -192px; }
-.ui-icon-circle-arrow-w { background-position: -144px -192px; }
-.ui-icon-circle-arrow-n { background-position: -160px -192px; }
-.ui-icon-circle-zoomin { background-position: -176px -192px; }
-.ui-icon-circle-zoomout { background-position: -192px -192px; }
-.ui-icon-circle-check { background-position: -208px -192px; }
-.ui-icon-circlesmall-plus { background-position: 0 -208px; }
-.ui-icon-circlesmall-minus { background-position: -16px -208px; }
-.ui-icon-circlesmall-close { background-position: -32px -208px; }
-.ui-icon-squaresmall-plus { background-position: -48px -208px; }
-.ui-icon-squaresmall-minus { background-position: -64px -208px; }
-.ui-icon-squaresmall-close { background-position: -80px -208px; }
-.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
-.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
-.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
-.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
-.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
-.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
-.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
-
-/* Overlays */
-.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
-.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
-----------------------------------*/
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
-----------------------------------*/
-.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
-.ui-accordion .ui-accordion-li-fix { display: inline; }
-.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
-.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
-.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
-.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
-.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
-.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
-----------------------------------*/
-.ui-autocomplete { position: absolute; cursor: default; }
-.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
-
-/* workarounds */
-* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
-
-/* Menu
-----------------------------------*/
-.ui-menu {
- list-style:none;
- padding: 2px;
- margin: 0;
- display:block;
-}
-.ui-menu .ui-menu {
- margin-top: -3px;
-}
-.ui-menu .ui-menu-item {
- margin:0;
- padding: 0;
- width: 100%;
-}
-.ui-menu .ui-menu-item a {
- text-decoration:none;
- display:block;
- padding:.2em .4em;
- line-height:1.5;
- zoom:1;
-}
-.ui-menu .ui-menu-item a.ui-state-hover,
-.ui-menu .ui-menu-item a.ui-state-active {
- margin: -1px;
-}
-/* Button
-----------------------------------*/
-
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
-.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
-button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
-.ui-button-icons-only { width: 3.4em; }
-button.ui-button-icons-only { width: 3.7em; }
-
-/*button text element */
-.ui-button .ui-button-text { display: block; line-height: 1.4; }
-.ui-button-text-only .ui-button-text { padding: .4em 1em; }
-.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
-.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
-.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
-/* no icon support for input elements, provide padding by default */
-input.ui-button { padding: .4em 1em; }
-
-/*button icon element(s) */
-.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
-.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
-.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
-.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-
-/*button sets*/
-.ui-buttonset { margin-right: 7px; }
-.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
-
-/* workarounds */
-button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
-
-/* Dialog
-----------------------------------*/
-.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
-.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
-.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
-.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
-.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
-.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background-color: #082E58; overflow: auto; zoom: 1; }
-.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
-.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
-/* Slider
-----------------------------------*/
-.ui-slider { position: relative; text-align: left; }
-.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
-.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
-
-.ui-slider-horizontal { height: .8em; }
-.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
-.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
-.ui-slider-horizontal .ui-slider-range-min { left: 0; }
-.ui-slider-horizontal .ui-slider-range-max { right: 0; }
-
-.ui-slider-vertical { width: .8em; height: 100px; }
-.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
-.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
-.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
-.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
-----------------------------------*/
-.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
-.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
-.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
-.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
-.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
-.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
-.ui-tabs .ui-tabs-hide { display: none !important; }
-/* Datepicker
-----------------------------------*/
-.ui-datepicker { width: 17em; padding: .2em .2em 0; }
-.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
-.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
-.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
-.ui-datepicker .ui-datepicker-prev { left:2px; }
-.ui-datepicker .ui-datepicker-next { right:2px; }
-.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
-.ui-datepicker .ui-datepicker-next-hover { right:1px; }
-.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
-.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
-.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
-.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
-.ui-datepicker select.ui-datepicker-month,
-.ui-datepicker select.ui-datepicker-year { width: 49%;}
-.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
-.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
-.ui-datepicker td { border: 0; padding: 1px; }
-.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
-.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
-.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
-.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
-
-/* with multiple calendars */
-.ui-datepicker.ui-datepicker-multi { width:auto; }
-.ui-datepicker-multi .ui-datepicker-group { float:left; }
-.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
-.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
-.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
-.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
-.ui-datepicker-row-break { clear:both; width:100%; }
-
-/* RTL support */
-.ui-datepicker-rtl { direction: rtl; }
-.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-
-/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
-.ui-datepicker-cover {
- display: none; /*sorry for IE5*/
- display/**/: block; /*sorry for IE5*/
- position: absolute; /*must have*/
- z-index: -1; /*must have*/
- filter: mask(); /*must have*/
- top: -4px; /*must have*/
- left: -4px; /*must have*/
- width: 200px; /*must have*/
- height: 200px; /*must have*/
-}/* Progressbar
-----------------------------------*/
-.ui-progressbar { height:2em; text-align: left; }
-.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file
diff --git a/emphasis/layout.inc.php b/emphasis/layout.inc.php
deleted file mode 100644
index 642025b7d..000000000
--- a/emphasis/layout.inc.php
+++ /dev/null
@@ -1,113 +0,0 @@
- '#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' => ''
-);
-?>
\ No newline at end of file
diff --git a/emphasis/license.txt b/emphasis/license.txt
deleted file mode 100644
index 207a79cbd..000000000
--- a/emphasis/license.txt
+++ /dev/null
@@ -1,278 +0,0 @@
- 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/emphasis/screen.png b/emphasis/screen.png
deleted file mode 100644
index 84a10cd2b..000000000
Binary files a/emphasis/screen.png and /dev/null differ
diff --git a/garvblue/css/theme_left.css.php b/garvblue/css/theme_left.css.php
deleted file mode 100644
index 3c49f29ec..000000000
--- a/garvblue/css/theme_left.css.php
+++ /dev/null
@@ -1,93 +0,0 @@
-
-.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
deleted file mode 100644
index 0535d2cb7..000000000
--- a/garvblue/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* 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
deleted file mode 100644
index 53827672a..000000000
--- a/garvblue/css/theme_right.css.php
+++ /dev/null
@@ -1,400 +0,0 @@
-
-
-#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/asc_order.png b/garvblue/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/garvblue/img/asc_order.png and /dev/null differ
diff --git a/garvblue/img/b_bookmark.png b/garvblue/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/garvblue/img/b_bookmark.png and /dev/null differ
diff --git a/garvblue/img/b_browse.png b/garvblue/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/garvblue/img/b_browse.png and /dev/null differ
diff --git a/garvblue/img/b_calendar.png b/garvblue/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/garvblue/img/b_calendar.png and /dev/null differ
diff --git a/garvblue/img/b_comment.png b/garvblue/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/garvblue/img/b_comment.png and /dev/null differ
diff --git a/garvblue/img/b_dbstatistics.png b/garvblue/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/garvblue/img/b_dbstatistics.png and /dev/null differ
diff --git a/garvblue/img/b_deltbl.png b/garvblue/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/garvblue/img/b_deltbl.png and /dev/null differ
diff --git a/garvblue/img/b_docs.png b/garvblue/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/garvblue/img/b_docs.png and /dev/null differ
diff --git a/garvblue/img/b_docsql.png b/garvblue/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/garvblue/img/b_docsql.png and /dev/null differ
diff --git a/garvblue/img/b_drop.png b/garvblue/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/garvblue/img/b_drop.png and /dev/null differ
diff --git a/garvblue/img/b_edit.png b/garvblue/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/garvblue/img/b_edit.png and /dev/null differ
diff --git a/garvblue/img/b_empty.png b/garvblue/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/garvblue/img/b_empty.png and /dev/null differ
diff --git a/garvblue/img/b_engine.png b/garvblue/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/garvblue/img/b_engine.png and /dev/null differ
diff --git a/garvblue/img/b_export.png b/garvblue/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/garvblue/img/b_export.png and /dev/null differ
diff --git a/garvblue/img/b_firstpage.png b/garvblue/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/garvblue/img/b_firstpage.png and /dev/null differ
diff --git a/garvblue/img/b_ftext.png b/garvblue/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/garvblue/img/b_ftext.png and /dev/null differ
diff --git a/garvblue/img/b_help.png b/garvblue/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/garvblue/img/b_help.png and /dev/null differ
diff --git a/garvblue/img/b_home.png b/garvblue/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/garvblue/img/b_home.png and /dev/null differ
diff --git a/garvblue/img/b_import.png b/garvblue/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/garvblue/img/b_import.png and /dev/null differ
diff --git a/garvblue/img/b_index.png b/garvblue/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/garvblue/img/b_index.png and /dev/null differ
diff --git a/garvblue/img/b_info.png b/garvblue/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/garvblue/img/b_info.png and /dev/null differ
diff --git a/garvblue/img/b_insrow.png b/garvblue/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/garvblue/img/b_insrow.png and /dev/null differ
diff --git a/garvblue/img/b_lastpage.png b/garvblue/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/garvblue/img/b_lastpage.png and /dev/null differ
diff --git a/garvblue/img/b_minus.png b/garvblue/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/garvblue/img/b_minus.png and /dev/null differ
diff --git a/garvblue/img/b_newdb.png b/garvblue/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/garvblue/img/b_newdb.png and /dev/null differ
diff --git a/garvblue/img/b_newtbl.png b/garvblue/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/garvblue/img/b_newtbl.png and /dev/null differ
diff --git a/garvblue/img/b_nextpage.png b/garvblue/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/garvblue/img/b_nextpage.png and /dev/null differ
diff --git a/garvblue/img/b_pdfdoc.png b/garvblue/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/garvblue/img/b_pdfdoc.png and /dev/null differ
diff --git a/garvblue/img/b_plus.png b/garvblue/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/garvblue/img/b_plus.png and /dev/null differ
diff --git a/garvblue/img/b_prevpage.png b/garvblue/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/garvblue/img/b_prevpage.png and /dev/null differ
diff --git a/garvblue/img/b_primary.png b/garvblue/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/garvblue/img/b_primary.png and /dev/null differ
diff --git a/garvblue/img/b_print.png b/garvblue/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/garvblue/img/b_print.png and /dev/null differ
diff --git a/garvblue/img/b_props.png b/garvblue/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/garvblue/img/b_props.png and /dev/null differ
diff --git a/garvblue/img/b_relations.png b/garvblue/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/garvblue/img/b_relations.png and /dev/null differ
diff --git a/garvblue/img/b_save.png b/garvblue/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/garvblue/img/b_save.png and /dev/null differ
diff --git a/garvblue/img/b_sbrowse.png b/garvblue/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/garvblue/img/b_sbrowse.png and /dev/null differ
diff --git a/garvblue/img/b_sdb.png b/garvblue/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/garvblue/img/b_sdb.png and /dev/null differ
diff --git a/garvblue/img/b_search.png b/garvblue/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/garvblue/img/b_search.png and /dev/null differ
diff --git a/garvblue/img/b_selboard.png b/garvblue/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/garvblue/img/b_selboard.png and /dev/null differ
diff --git a/garvblue/img/b_select.png b/garvblue/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/garvblue/img/b_select.png and /dev/null differ
diff --git a/garvblue/img/b_sql.png b/garvblue/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/garvblue/img/b_sql.png and /dev/null differ
diff --git a/garvblue/img/b_sqldoc.png b/garvblue/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/garvblue/img/b_sqldoc.png and /dev/null differ
diff --git a/garvblue/img/b_sqlhelp.png b/garvblue/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/garvblue/img/b_sqlhelp.png and /dev/null differ
diff --git a/garvblue/img/b_tblanalyse.png b/garvblue/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/garvblue/img/b_tblanalyse.png and /dev/null differ
diff --git a/garvblue/img/b_tblexport.png b/garvblue/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/garvblue/img/b_tblexport.png and /dev/null differ
diff --git a/garvblue/img/b_tblimport.png b/garvblue/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/garvblue/img/b_tblimport.png and /dev/null differ
diff --git a/garvblue/img/b_tblops.png b/garvblue/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/garvblue/img/b_tblops.png and /dev/null differ
diff --git a/garvblue/img/b_tbloptimize.png b/garvblue/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/garvblue/img/b_tbloptimize.png and /dev/null differ
diff --git a/garvblue/img/b_tipp.png b/garvblue/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/garvblue/img/b_tipp.png and /dev/null differ
diff --git a/garvblue/img/b_unique.png b/garvblue/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/garvblue/img/b_unique.png and /dev/null differ
diff --git a/garvblue/img/b_usradd.png b/garvblue/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/garvblue/img/b_usradd.png and /dev/null differ
diff --git a/garvblue/img/b_usrcheck.png b/garvblue/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/garvblue/img/b_usrcheck.png and /dev/null differ
diff --git a/garvblue/img/b_usrdrop.png b/garvblue/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/garvblue/img/b_usrdrop.png and /dev/null differ
diff --git a/garvblue/img/b_usredit.png b/garvblue/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/garvblue/img/b_usredit.png and /dev/null differ
diff --git a/garvblue/img/b_usrlist.png b/garvblue/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/garvblue/img/b_usrlist.png and /dev/null differ
diff --git a/garvblue/img/b_view.png b/garvblue/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/garvblue/img/b_view.png and /dev/null differ
diff --git a/garvblue/img/b_views.png b/garvblue/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/garvblue/img/b_views.png and /dev/null differ
diff --git a/garvblue/img/background.gif b/garvblue/img/background.gif
deleted file mode 100644
index 242b7e07d..000000000
Binary files a/garvblue/img/background.gif and /dev/null differ
diff --git a/garvblue/img/background2.gif b/garvblue/img/background2.gif
deleted file mode 100644
index 8eeb09fa4..000000000
Binary files a/garvblue/img/background2.gif and /dev/null differ
diff --git a/garvblue/img/background3.gif b/garvblue/img/background3.gif
deleted file mode 100644
index b52343aea..000000000
Binary files a/garvblue/img/background3.gif and /dev/null differ
diff --git a/garvblue/img/background4.gif b/garvblue/img/background4.gif
deleted file mode 100644
index 78049693e..000000000
Binary files a/garvblue/img/background4.gif and /dev/null differ
diff --git a/garvblue/img/background5.gif b/garvblue/img/background5.gif
deleted file mode 100644
index 346feb3a1..000000000
Binary files a/garvblue/img/background5.gif and /dev/null differ
diff --git a/garvblue/img/bd_browse.png b/garvblue/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/garvblue/img/bd_browse.png and /dev/null differ
diff --git a/garvblue/img/bd_deltbl.png b/garvblue/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/garvblue/img/bd_deltbl.png and /dev/null differ
diff --git a/garvblue/img/bd_drop.png b/garvblue/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/garvblue/img/bd_drop.png and /dev/null differ
diff --git a/garvblue/img/bd_empty.png b/garvblue/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/garvblue/img/bd_empty.png and /dev/null differ
diff --git a/garvblue/img/bd_firstpage.png b/garvblue/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/garvblue/img/bd_firstpage.png and /dev/null differ
diff --git a/garvblue/img/bd_ftext.png b/garvblue/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/garvblue/img/bd_ftext.png and /dev/null differ
diff --git a/garvblue/img/bd_index.png b/garvblue/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/garvblue/img/bd_index.png and /dev/null differ
diff --git a/garvblue/img/bd_insrow.png b/garvblue/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/garvblue/img/bd_insrow.png and /dev/null differ
diff --git a/garvblue/img/bd_lastpage.png b/garvblue/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/garvblue/img/bd_lastpage.png and /dev/null differ
diff --git a/garvblue/img/bd_nextpage.png b/garvblue/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/garvblue/img/bd_nextpage.png and /dev/null differ
diff --git a/garvblue/img/bd_prevpage.png b/garvblue/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/garvblue/img/bd_prevpage.png and /dev/null differ
diff --git a/garvblue/img/bd_primary.png b/garvblue/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/garvblue/img/bd_primary.png and /dev/null differ
diff --git a/garvblue/img/bd_sbrowse.png b/garvblue/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/garvblue/img/bd_sbrowse.png and /dev/null differ
diff --git a/garvblue/img/bd_select.png b/garvblue/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/garvblue/img/bd_select.png and /dev/null differ
diff --git a/garvblue/img/bd_unique.png b/garvblue/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/garvblue/img/bd_unique.png and /dev/null differ
diff --git a/garvblue/img/item.png b/garvblue/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/garvblue/img/item.png and /dev/null differ
diff --git a/garvblue/img/item_ltr.png b/garvblue/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/garvblue/img/item_ltr.png and /dev/null differ
diff --git a/garvblue/img/item_rtl.png b/garvblue/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/garvblue/img/item_rtl.png and /dev/null differ
diff --git a/garvblue/img/logo_left.png b/garvblue/img/logo_left.png
deleted file mode 100644
index f50f87ddd..000000000
Binary files a/garvblue/img/logo_left.png and /dev/null differ
diff --git a/garvblue/img/logo_right.png b/garvblue/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/garvblue/img/logo_right.png and /dev/null differ
diff --git a/garvblue/img/php_sym.png b/garvblue/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/garvblue/img/php_sym.png and /dev/null differ
diff --git a/garvblue/img/pma_logo2.png b/garvblue/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/garvblue/img/pma_logo2.png and /dev/null differ
diff --git a/garvblue/img/s_asc.png b/garvblue/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/garvblue/img/s_asc.png and /dev/null differ
diff --git a/garvblue/img/s_asci.png b/garvblue/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/garvblue/img/s_asci.png and /dev/null differ
diff --git a/garvblue/img/s_attention.png b/garvblue/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/garvblue/img/s_attention.png and /dev/null differ
diff --git a/garvblue/img/s_cancel.png b/garvblue/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/garvblue/img/s_cancel.png and /dev/null differ
diff --git a/garvblue/img/s_cancel2.png b/garvblue/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/garvblue/img/s_cancel2.png and /dev/null differ
diff --git a/garvblue/img/s_db.png b/garvblue/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/garvblue/img/s_db.png and /dev/null differ
diff --git a/garvblue/img/s_desc.png b/garvblue/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/garvblue/img/s_desc.png and /dev/null differ
diff --git a/garvblue/img/s_error.png b/garvblue/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/garvblue/img/s_error.png and /dev/null differ
diff --git a/garvblue/img/s_error2.png b/garvblue/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/garvblue/img/s_error2.png and /dev/null differ
diff --git a/garvblue/img/s_fulltext.png b/garvblue/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/garvblue/img/s_fulltext.png and /dev/null differ
diff --git a/garvblue/img/s_host.png b/garvblue/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/garvblue/img/s_host.png and /dev/null differ
diff --git a/garvblue/img/s_info.png b/garvblue/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/garvblue/img/s_info.png and /dev/null differ
diff --git a/garvblue/img/s_lang.png b/garvblue/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/garvblue/img/s_lang.png and /dev/null differ
diff --git a/garvblue/img/s_loggoff.png b/garvblue/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/garvblue/img/s_loggoff.png and /dev/null differ
diff --git a/garvblue/img/s_notice.png b/garvblue/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/garvblue/img/s_notice.png and /dev/null differ
diff --git a/garvblue/img/s_okay.png b/garvblue/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/garvblue/img/s_okay.png and /dev/null differ
diff --git a/garvblue/img/s_partialtext.png b/garvblue/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/garvblue/img/s_partialtext.png and /dev/null differ
diff --git a/garvblue/img/s_passwd.png b/garvblue/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/garvblue/img/s_passwd.png and /dev/null differ
diff --git a/garvblue/img/s_process.png b/garvblue/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/garvblue/img/s_process.png and /dev/null differ
diff --git a/garvblue/img/s_really.png b/garvblue/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/garvblue/img/s_really.png and /dev/null differ
diff --git a/garvblue/img/s_reload.png b/garvblue/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/garvblue/img/s_reload.png and /dev/null differ
diff --git a/garvblue/img/s_rights.png b/garvblue/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/garvblue/img/s_rights.png and /dev/null differ
diff --git a/garvblue/img/s_status.png b/garvblue/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/garvblue/img/s_status.png and /dev/null differ
diff --git a/garvblue/img/s_tbl.png b/garvblue/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/garvblue/img/s_tbl.png and /dev/null differ
diff --git a/garvblue/img/s_theme.png b/garvblue/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/garvblue/img/s_theme.png and /dev/null differ
diff --git a/garvblue/img/s_vars.png b/garvblue/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/garvblue/img/s_vars.png and /dev/null differ
diff --git a/garvblue/img/s_views.png b/garvblue/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/garvblue/img/s_views.png and /dev/null differ
diff --git a/garvblue/img/s_warn.png b/garvblue/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/garvblue/img/s_warn.png and /dev/null differ
diff --git a/garvblue/img/spacer.png b/garvblue/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/garvblue/img/spacer.png and /dev/null differ
diff --git a/garvblue/img/tbl_error.png b/garvblue/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/garvblue/img/tbl_error.png and /dev/null differ
diff --git a/garvblue/img/tbl_header.png b/garvblue/img/tbl_header.png
deleted file mode 100644
index 7b2f8caaf..000000000
Binary files a/garvblue/img/tbl_header.png and /dev/null differ
diff --git a/garvblue/img/tbl_th.png b/garvblue/img/tbl_th.png
deleted file mode 100644
index 2aa0eb8d0..000000000
Binary files a/garvblue/img/tbl_th.png and /dev/null differ
diff --git a/garvblue/img/vertical_line.png b/garvblue/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/garvblue/img/vertical_line.png and /dev/null differ
diff --git a/garvblue/info.inc.php b/garvblue/info.inc.php
deleted file mode 100644
index b0a877101..000000000
--- a/garvblue/info.inc.php
+++ /dev/null
@@ -1,21 +0,0 @@
-
diff --git a/garvblue/layout.inc.php b/garvblue/layout.inc.php
deleted file mode 100644
index 0f48e18ae..000000000
--- a/garvblue/layout.inc.php
+++ /dev/null
@@ -1,54 +0,0 @@
- '#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
deleted file mode 100644
index 1acf58d68..000000000
Binary files a/garvblue/screen.png and /dev/null differ
diff --git a/graphite/README b/graphite/README
deleted file mode 100644
index 18d9e19ad..000000000
--- a/graphite/README
+++ /dev/null
@@ -1,11 +0,0 @@
-Graphite theme for phpMyAdmin
-=============================
-
-CSS based on Original theme and heavy modified.
-
-Images taken or based on Tango icon set (Public Domain).
-
-The theme is released under terms of GNU GPL version 2.
-
---
- Michal ÄŒihaÅ™ | http://cihar.com | http://blog.cihar.com
diff --git a/graphite/css/theme_left.css.php b/graphite/css/theme_left.css.php
deleted file mode 100644
index 3b6a9325f..000000000
--- a/graphite/css/theme_left.css.php
+++ /dev/null
@@ -1,229 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
- height: 100%;
- border-right: 1px solid black;
-}
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0.2em 0.2em 0.2em;
-}
-
-a img {
- border: 0;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-ul {
- margin:0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
-}
-
-/******************************************************************************/
-/* classes */
-
-/* leave some space between icons and text */
-.icon {
- vertical-align: middle;
- margin-right: 0.3em;
- margin-left: 0.3em;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo {
-
- background-color: ;
- padding:.3em;
-}
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-ul#databaseList {
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- padding-: 1.5em;
- font-style: italic;
-}
-
-ul#databaseList a {
- display: block;
- font-style: normal;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- background: ;
- color: ;
-}
-
-ul#databaseList ul {
- padding-left: 1em;
- padding-right: 0;
-}
-
-
-ul#databaseList a:hover, ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: none;
-}
-
-div#leftframelinks a:hover img {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
- background: ;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked,
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-: 0;
- padding-: 0.1em;
- border-: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: ;
-}
-#serverinfo a:hover {
- background: ;
- color: ;
-}
-
-#NavFilter {
- display: none;
-}
-
-#clear_fast_filter {
- background: white;
- color: black;
- cursor: pointer;
- padding: 0;
- margin: 3px 5px 0 -23px;
- position: relative;
- float: right;
-}
-
-#fast_filter {
- width: 100%;
- padding:2px 0px;
- margin:0;
- border:0;
-}
diff --git a/graphite/css/theme_print.css.php b/graphite/css/theme_print.css.php
deleted file mode 100644
index 49a0d2363..000000000
--- a/graphite/css/theme_print.css.php
+++ /dev/null
@@ -1,38 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
deleted file mode 100644
index b08d8d09d..000000000
--- a/graphite/css/theme_right.css.php
+++ /dev/null
@@ -1,1645 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize'); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a, a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #008;
- cursor: pointer;
-}
-
-a:hover {
- text-decoration: underline;
- color: #008;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-thead th a {
- color: !important;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
- height: em;
-}
-
-fieldset {
- clear: both;
- margin-top: 1em;
- border: solid 2px;
- padding: 0.5em;
- background: ;
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- font-weight: bold;
- color: #444444;
- background-color: ;
-}
-
-/* buttons in some browsers (eg. Konqueror) are block elements,
- this breaks design */
-button {
- display: inline;
-}
-
-table {
- border-collapse:collapse;
- margin: 0.2em;
-}
-
-table caption {
- padding: 0.1em 0.5em 0.1em 0.5em;
-}
-
-th,
-td {
- padding: 0.1em 0.5em 0.1em 0.5em;
- margin: 0.1em;
- vertical-align: top;
- border: 1px solid black;
-}
-
-table.navigation td, #actions_panel table td {
- border: none;
-}
-
-img,
-input,
-select,
-button {
- vertical-align: middle;
-}
-
-
-/******************************************************************************/
-/* classes */
-div.tools,
-fieldset.tblFooters {
- margin: 0 1em 1em 1em;
- border: 2px solid #000;
- border-top: none;
- width: auto;
- padding: 0.2em;
- float: ;
- clear: both;
- -moz-border-radius: 0 0 0.5em 0.5em;
- border-radius: 0 0 0.5em 0.5em;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-tr.odd th,
-tr.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-tr.even th,
-tr.even {
- background: ;
-}
-tr.even th, tr.odd th, fieldset th {
- color: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-tr.odd,
-tr.even {
- text-align: ;
-}
-
-
-/* marked table rows */
-tr.marked th,
-tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.structure_actions_dropdown {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-tr.even:hover th,
-tr.odd:hover th,
-tr:hover {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-table .tbl_size {
- white-space: nowrap;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.syntax a {
- text-decoration: none;
- border-bottom:1px dotted black;
-}
-
-.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, img.footnotemarker {
- vertical-align: middle;
- margin-right: 0.3em;
- margin-left: 0.3em;
-}
-
-img.footnotemarker {
- display: none;
-}
-
-/* no extra space in table cells */
-td .icon {
- margin: 0;
-}
-
-.selectallarrow {
- margin-: 0.3em;
- margin-: 0.6em;
-}
-
-/* message boxes: warning, error, confirmation */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-div.success,
-div.notice,
-div.warning,
-div.error,
-div.footnotes {
- clear: both;
- margin: 0.3em 0 0 0;
- border: 2px solid;
- padding: 0.5em;
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
-
- background-repeat: no-repeat;
-
- background-position: 10px 50%;
- padding-left: 36px;
-
- background-position: 99% 50%;
- padding-right: 36px;
-
-
-}
-
-.success {
- color: #000000;
- background-color: #f0fff0;
-}
-h1.success,
-div.success {
- border-color: #00FF00;
-
- background-image: url(getImgPath(); ?>s_success.png);
-
-}
-.success h1 {
- border-color: #00FF00;
-}
-
-.notice, .footnotes {
- color: #000000;
- background-color: #FFFFDD;
-}
-h1.notice,
-div.notice,
-div.footnotes {
- border-color: #FFD700;
-
- background-image: url(getImgPath(); ?>s_notice.png);
-
-}
-.notice h1 {
- border-color: #FFD700;
-}
-
-.warning {
- color: #CC0000;
- background-color: #FFFFCC;
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #CC0000;
-
- background-image: url(getImgPath(); ?>s_warn.png);
-
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
-.error {
- background-color: #FFFFCC;
- color: #ff0000;
-}
-
-h1.error,
-div.error {
- border-color: #ff0000;
-
- background-image: url(getImgPath(); ?>s_error.png);
-
-}
-div.error h1 {
- border-color: #ff0000;
-}
-
-.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(getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-.tblHeaders a {
- color: !important;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
-}
-.tblFooters a {
- color: ;
-}
-div.tools a {
- display: inline-block;
- color: ;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #FF0000;
- 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;
-}
-
-.nowrap {
- white-space: nowrap;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-.commented_column {
- border-bottom: 1px dashed black;
-}
-
-.column_attribute {
- font-size: 70%;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-#topmenu, #topmenu2, #topmenu .submenu ul {
- list-style: none;
- padding: 0;
- margin: 0.5em 0 0.5em 0;
- border-top: 1px solid #000;
- border-bottom: 1px solid #000;
- background: #ccc;
- white-space: nowrap;
-}
-#topmenu li, #topmenu2 li {
- display: inline-block;
- margin: 0;
- padding: 0;
-}
-#topmenu li a, #topmenu2 li a {
- display: inline-block;
- margin: 0;
- padding: 0.2em;
- min-height: 16px; /* To match icons */
-}
-#topmenu li a:hover, #topmenu2 li a:hover {
- background: #ddd;
- text-decoration: none;
-}
-#topmenu a.warning {
- background: #ccc;
- color: #666;
-}
-a.tabactive {
- font-weight: bolder;
- background: #aaa;
-}
-#topmenu .submenu {
- position: relative;
- display: none;
-}
-#topmenu .shown {
- display: inline-block;
-}
-#topmenu .submenu ul {
- margin: 0;
- padding: 0;
- position: absolute;
- : 0;
- list-style-type: none;
- display: none;
- border: 1px #666 solid;
-}
-
-#topmenu li:hover ul, #topmenu .submenuhover ul {
- display: block;
-}
-
-/* end topmenu */
-
-/* table stats */
-div#tablestatistics {
- border-bottom: 0.1em solid #669999;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-div#tablestatistics table {
- float: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- width: 29%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer select {
- width: 100%;
- /* height: 12em; */
-}
-
-textarea#sqlquery {
- width: 100%;
- /* height: 100%; */
-}
-textarea#sql_query_edit{
- height:7em;
- width: 95%;
- display:block;
-}
-div#queryboxcontainer div#bookmarkoptions {
- margin-top: 0.5em;
-}
-/* end querybox */
-
-/* main page */
-.pmagroup {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-type: disc;
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin: 0.2em 0em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-
-li#li_user_preferences {
- list-style-image: url(getImgPath(); ?>b_tblops.png);
-}
-
-li#li_custom_color {
- list-style-image: url(getImgPath(); ?>b_color.png);
-}
-
-li#li_select_fontsize {
- list-style-image: url(getImgPath(); ?>b_font.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order,
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_removal,
-#div_table_maintenance {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-label.desc sup {
- position: absolute;
-}
-
-code.sql, div.sqlvalidate {
- margin: 0.3em 0 0 0;
- border: 2px solid;
- padding: 0.5em;
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
- display: block;
- margin-top: 0.2em;
- margin-bottom: 0;
- max-height: 10em;
- overflow: auto;
- background: ;
-}
-
-#main_pane_left {
- width: 50%;
- float: ;
- padding-top: 1em;
-}
-
-#main_pane_right {
- margin-: 50%;
- padding-top: 1em;
- padding-: 1em;
-}
-
-.group {
- border: 2px solid #000;
- margin-bottom: 1em;
- padding: 0 0 0.5em 0;
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
-}
-
-.group h2 {
- background: ;
- color: ;
- padding: 0.1em 0.3em;
- margin-top: 0;
- border-bottom: 1px solid #000;
-}
-
-.group-cnt {
- padding: 0 0 0 0.5em;
- display: inline-block;
- width: 98%;
-}
-
-/* for elements that should be revealed only via js */
-.hide {
- display: none;
-}
-
-#li_select_server {
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-#list_server {
- list-style-image: none;
-}
-
-/**
- * Progress bar styles
- */
-div.upload_progress_bar_outer
-{
- border: 1px solid black;
- width: 202px;
-}
-
-div.upload_progress_bar_inner
-{
- background-color: ;
- width: 0px;
- height: 12px;
- margin: 1px;
-}
-
-table#serverconnection_src_remote,
-table#serverconnection_trg_remote,
-table#serverconnection_src_local,
-table#serverconnection_trg_local {
- float:left;
-}
-/**
- * Validation error message styles
- */
-.invalid_value
-{background:#F00;}
-
-/**
- * Ajax notification styling
- */
- .ajax_notification {
- top: 0px; /** The notification needs to be shown on the top of the page */
- position: fixed;
- margin-top: 0;
- margin-right: auto;
- margin-bottom: 0;
- margin-left: auto;
- padding: 3px 5px; /** Keep a little space on the sides of the text */
- min-width: 70px;
- max-width: 350px; /** This value might have to be changed */
- background-color: #FFD700;
- z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
- text-align: center;
- display: block;
- left: 0;
- right: 0;
- background-image: url(getImgPath(); ?>ajax_clock_small.gif);
- background-repeat: no-repeat;
- background-position: 2%;
- }
-
- #loading_parent {
- /** Need this parent to properly center the notification division */
- position: relative;
- width: 100%;
- }
-/**
- * Export and Import styles
- */
-
-.exportoptions h3, .importoptions h3 {
- border-bottom: 1px #999999 solid;
- font-size: 110%;
-}
-
-.exportoptions ul, .importoptions ul, .format_specific_options ul {
- list-style-type: none;
- margin-bottom: 15px;
-}
-
-.exportoptions li, .importoptions li {
- margin: 7px;
-}
-.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
- margin: 5px;
- float: none;
-}
-
-#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
- float: left;
- width: 15em;
-}
-
-.exportoptions, .importoptions {
- margin: 20px 30px 30px 10px
-}
-
-.exportoptions #buttonGo, .importoptions #buttonGo {
- padding: 5px 30px;
- -moz-border-radius: 11px;
- -webkit-border-radius: 11px;
- border-radius: 11px;
- background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
- background: -moz-linear-gradient(top, #ffffff, #cccccc);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
- border: 1px solid #444444;
- cursor: pointer;
-}
-
-.format_specific_options h3 {
- margin: 10px 0px 0px 10px;
- border: 0px;
-}
-
-.format_specific_options {
- border: 1px solid #999999;
- margin: 7px 0px;
- padding: 3px;
-}
-
-p.desc {
- margin: 5px;
-}
-
-/**
- * Export styles only
- */
-select#db_select, select#table_select {
- width: 400px;
-}
-
-.export_sub_options {
- margin: 20px 0px 0px 30px;
-}
-
-.export_sub_options h4 {
- border-bottom: 1px #999999 solid;
-}
-
-.export_sub_options li.subgroup {
- display: inline-block;
- margin-top: 0;
-}
-
-.export_sub_options li {
- margin-bottom: 0;
-}
-
-#quick_or_custom, #output_quick_export {
- display: none;
-}
-/**
- * Import styles only
- */
-
-.importoptions #import_notification {
- margin: 10px 0px;
- font-style: italic;
-}
-
-input#input_import_file {
- margin: 5px;
-}
-
-.formelementrow {
- margin: 5px 0px 5px 0px;
-}
-
-/**
- * ENUM/SET editor styles
- */
-p.enum_notice {
- margin: 5px 2px;
- font-size: 80%;
-}
-
-#enum_editor {
- display: none;
- position: fixed;
- _position: absolute; /* hack for IE */
- z-index: 101;
- overflow-y: auto;
- overflow-x: hidden;
-}
-
-#enum_editor_no_js {
- margin: auto auto;
-}
-
-#enum_editor, #enum_editor_no_js {
- background: #D0DCE0;
- padding: 15px;
-}
-
-#popup_background {
- display: none;
- position: fixed;
- _position: absolute; /* hack for IE6 */
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background: #000;
- z-index: 100;
- overflow: hidden;
-}
-
-a.close_enum_editor {
- float: right;
-}
-
-#enum_editor #values, #enum_editor_no_js #values {
- margin: 15px 0px;
- width: 100%;
-}
-
-#enum_editor #values input, #enum_editor_no_js #values input {
- margin: 5px 0px;
- float: top;
- width: 100%;
-}
-
-#enum_editor_output {
- margin-top: 50px;
-}
-
-/**
- * Table structure styles
- */
-.structure_actions_dropdown {
- position: absolute;
- padding: 0;
- display: none;
- z-index: 100;
- border-collapse:collapse;
- border: 1px solid #000;
- padding: 0.2em;
-}
-
-.structure_actions_dropdown a {
- display: block;
-}
-
-.structure_actions_dropdown div {
- margin: 0;
- padding: 0;
-}
-
-td.more_opts {
- display: none;
- white-space: nowrap;
-}
-
-iframe.IE_hack {
- z-index: 1;
- position: absolute;
- display: none;
- border: 0;
- filter: alpha(opacity=0);
-}
-
-/* config forms */
-ul.tabs {
- margin: 1.1em 0.2em 0;
- padding: 0 0 0.3em 0;
- list-style: none;
- font-weight: bold;
-}
-
-ul.tabs li {
- float: ;
-}
-
-ul.tabs a {
- display: block;
- margin: 0.1em 0.2em 0;
- padding: 0.1em 0.4em;
- white-space: nowrap;
- text-decoration: none;
- border: 1px solid ;
- border-bottom: none;
-}
-
-ul.tabs a:hover,
-ul.tabs a:active,
-ul.tabs a.active {
- margin: 0;
- padding: 0.1em 0.6em 0.2em;
-}
-
-ul.tabs a.active {
- background-color: ;
-}
-
-.config-form fieldset {
- margin-top: 0;
- padding: 0;
- clear: both;
- /*border-color: ;*/
-}
-
-.config-form legend {
- display: none;
-}
-
-.config-form fieldset p {
- margin: 0;
- padding: 0.5em;
- background: ;
-}
-
-.config-form fieldset .errors { /* form error list */
- margin: 0 -2px 1em -2px;
- padding: 0.5em 1.5em;
- background: #FBEAD9;
- border: 0 #C83838 solid;
- border-width: 1px 0;
- list-style: none;
- font-family: sans-serif;
- font-size: small;
-}
-
-.config-form fieldset .inline_errors { /* field error list */
- margin: 0.3em 0.3em 0.3em 0;
- padding: 0;
- list-style: none;
- color: #9A0000;
- font-size: small;
-}
-
-.config-form fieldset th {
- padding: 0.3em 0.3em 0.3em 0.5em;
- text-align: left;
- vertical-align: top;
- width: 40%;
- background: transparent;
-}
-
-.config-form fieldset .doc, .config-form fieldset .disabled-notice {
- margin-left: 1em;
-}
-
-.config-form fieldset .disabled-notice {
- font-size: 80%;
- text-transform: uppercase;
- color: #E00;
- cursor: help;
-}
-
-.config-form fieldset td {
- padding-top: 0.3em;
- padding-bottom: 0.3em;
- vertical-align: top;
-}
-
-.config-form fieldset th small {
- display: block;
- font-weight: normal;
- font-family: sans-serif;
- font-size: x-small;
- color: #444;
-}
-
-.config-form fieldset th, .config-form fieldset td {
- border-top: 1px solid;
-}
-
-fieldset .group-header th {
- background: ;
-}
-
-fieldset .group-header + tr th {
- padding-top: 0.6em;
-}
-
-fieldset .group-field-1 th, fieldset .group-header-2 th {
- padding-left: 1.5em;
-}
-
-fieldset .group-field-2 th, fieldset .group-header-3 th {
- padding-left: 3em;
-}
-
-fieldset .group-field-3 th {
- padding-left: 4.5em;
-}
-
-fieldset .disabled-field th,
-fieldset .disabled-field th small,
-fieldset .disabled-field td {
- color: #666;
- background-color: #ddd;
-}
-
-.config-form .lastrow {
- border-top: 1px #000 solid;
-}
-
-.config-form .lastrow {
- background: ;;
- padding: 0.5em;
- text-align: center;
-}
-
-.config-form .lastrow input {
- font-weight: bold;
-}
-
-/* form elements */
-
-.config-form span.checkbox {
- padding: 2px;
- display: inline-block;
-}
-
-.config-form .custom { /* customized field */
- background: #FFC;
-}
-
-.config-form span.checkbox.custom {
- padding: 1px;
- border: 1px #EDEC90 solid;
- background: #FFC;
-}
-
-.config-form .field-error {
- border-color: #A11 !important;
-}
-
-.config-form input[type="text"],
-.config-form select,
-.config-form textarea {
- border: 1px #A7A6AA solid;
- height: auto;
-}
-
-.config-form input[type="text"]:focus,
-.config-form select:focus,
-.config-form textarea:focus {
- border: 1px #6676FF solid;
- background: #F7FBFF;
-}
-
-.config-form .field-comment-mark {
- font-family: serif;
- color: #007;
- cursor: help;
- padding: 0 0.2em;
- font-weight: bold;
- font-style: italic;
-}
-
-.config-form .field-comment-warning {
- color: #A00;
-}
-
-/* error list */
-.config-form dd {
- margin-left: 0.5em;
-}
-
-.config-form dd:before {
- content: "\25B8 ";
-}
-
-.click-hide-message {
- cursor: pointer;
-}
-
-.prefsmanage_opts {
- margin-: 2em;
-}
-
-#prefs_autoload {
- margin-bottom: 0.5em;
-}
-
-#togglequerybox {
- clear: both;
- display: block;
- margin: 0 1em 1em 1em;
- border: 2px solid #000;
- width: auto;
- padding: 0.2em;
- clear: both;
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
- color: ;
- background: ;
-
- background-image: url(getImgPath(); ?>b_sql.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;
-
-
-}
diff --git a/graphite/img/ajax_clock_small.gif b/graphite/img/ajax_clock_small.gif
deleted file mode 100644
index 5b33f7e54..000000000
Binary files a/graphite/img/ajax_clock_small.gif and /dev/null differ
diff --git a/graphite/img/arrow_ltr.png b/graphite/img/arrow_ltr.png
deleted file mode 100644
index 5039f87f3..000000000
Binary files a/graphite/img/arrow_ltr.png and /dev/null differ
diff --git a/graphite/img/arrow_rtl.png b/graphite/img/arrow_rtl.png
deleted file mode 100644
index fc541e86d..000000000
Binary files a/graphite/img/arrow_rtl.png and /dev/null differ
diff --git a/graphite/img/b_bookmark.png b/graphite/img/b_bookmark.png
deleted file mode 100644
index 2087ec11f..000000000
Binary files a/graphite/img/b_bookmark.png and /dev/null differ
diff --git a/graphite/img/b_browse.png b/graphite/img/b_browse.png
deleted file mode 100644
index 1f6eab91c..000000000
Binary files a/graphite/img/b_browse.png and /dev/null differ
diff --git a/graphite/img/b_calendar.png b/graphite/img/b_calendar.png
deleted file mode 100644
index d6b2d010e..000000000
Binary files a/graphite/img/b_calendar.png and /dev/null differ
diff --git a/graphite/img/b_chart.png b/graphite/img/b_chart.png
deleted file mode 100644
index bec07acfb..000000000
Binary files a/graphite/img/b_chart.png and /dev/null differ
diff --git a/graphite/img/b_color.png b/graphite/img/b_color.png
deleted file mode 100644
index 177ec32ca..000000000
Binary files a/graphite/img/b_color.png and /dev/null differ
diff --git a/graphite/img/b_comment.png b/graphite/img/b_comment.png
deleted file mode 100644
index 0b86ca42c..000000000
Binary files a/graphite/img/b_comment.png and /dev/null differ
diff --git a/graphite/img/b_dbstatistics.png b/graphite/img/b_dbstatistics.png
deleted file mode 100644
index 81f4ce4d0..000000000
Binary files a/graphite/img/b_dbstatistics.png and /dev/null differ
diff --git a/graphite/img/b_deltbl.png b/graphite/img/b_deltbl.png
deleted file mode 100644
index a7f2fe78b..000000000
Binary files a/graphite/img/b_deltbl.png and /dev/null differ
diff --git a/graphite/img/b_docs.png b/graphite/img/b_docs.png
deleted file mode 100644
index 310ee7172..000000000
Binary files a/graphite/img/b_docs.png and /dev/null differ
diff --git a/graphite/img/b_drop.png b/graphite/img/b_drop.png
deleted file mode 100644
index 1e036ca98..000000000
Binary files a/graphite/img/b_drop.png and /dev/null differ
diff --git a/graphite/img/b_edit.png b/graphite/img/b_edit.png
deleted file mode 100644
index c7406faa0..000000000
Binary files a/graphite/img/b_edit.png and /dev/null differ
diff --git a/graphite/img/b_empty.png b/graphite/img/b_empty.png
deleted file mode 100644
index acafb35cf..000000000
Binary files a/graphite/img/b_empty.png and /dev/null differ
diff --git a/graphite/img/b_engine.png b/graphite/img/b_engine.png
deleted file mode 100644
index cf9112bbf..000000000
Binary files a/graphite/img/b_engine.png and /dev/null differ
diff --git a/graphite/img/b_export.png b/graphite/img/b_export.png
deleted file mode 100644
index e3407753f..000000000
Binary files a/graphite/img/b_export.png and /dev/null differ
diff --git a/graphite/img/b_font.png b/graphite/img/b_font.png
deleted file mode 100644
index 6cce5e77e..000000000
Binary files a/graphite/img/b_font.png and /dev/null differ
diff --git a/graphite/img/b_ftext.png b/graphite/img/b_ftext.png
deleted file mode 100644
index 464ee374c..000000000
Binary files a/graphite/img/b_ftext.png and /dev/null differ
diff --git a/graphite/img/b_help.png b/graphite/img/b_help.png
deleted file mode 100644
index 310ee7172..000000000
Binary files a/graphite/img/b_help.png and /dev/null differ
diff --git a/graphite/img/b_home.png b/graphite/img/b_home.png
deleted file mode 100644
index ccd18bad7..000000000
Binary files a/graphite/img/b_home.png and /dev/null differ
diff --git a/graphite/img/b_import.png b/graphite/img/b_import.png
deleted file mode 100644
index d1f13f5ca..000000000
Binary files a/graphite/img/b_import.png and /dev/null differ
diff --git a/graphite/img/b_index.png b/graphite/img/b_index.png
deleted file mode 100644
index e0b12fb04..000000000
Binary files a/graphite/img/b_index.png and /dev/null differ
diff --git a/graphite/img/b_info.png b/graphite/img/b_info.png
deleted file mode 100644
index ed319d0a5..000000000
Binary files a/graphite/img/b_info.png and /dev/null differ
diff --git a/graphite/img/b_inline_edit.png b/graphite/img/b_inline_edit.png
deleted file mode 100644
index 011444650..000000000
Binary files a/graphite/img/b_inline_edit.png and /dev/null differ
diff --git a/graphite/img/b_insrow.png b/graphite/img/b_insrow.png
deleted file mode 100644
index 7c479daaa..000000000
Binary files a/graphite/img/b_insrow.png and /dev/null differ
diff --git a/graphite/img/b_minus.png b/graphite/img/b_minus.png
deleted file mode 100644
index 5b0ab53e7..000000000
Binary files a/graphite/img/b_minus.png and /dev/null differ
diff --git a/graphite/img/b_more.png b/graphite/img/b_more.png
deleted file mode 100644
index 5862f2fdc..000000000
Binary files a/graphite/img/b_more.png and /dev/null differ
diff --git a/graphite/img/b_newdb.png b/graphite/img/b_newdb.png
deleted file mode 100644
index 0ce054bc8..000000000
Binary files a/graphite/img/b_newdb.png and /dev/null differ
diff --git a/graphite/img/b_newtbl.png b/graphite/img/b_newtbl.png
deleted file mode 100644
index 0ce054bc8..000000000
Binary files a/graphite/img/b_newtbl.png and /dev/null differ
diff --git a/graphite/img/b_plus.png b/graphite/img/b_plus.png
deleted file mode 100644
index ae00894e5..000000000
Binary files a/graphite/img/b_plus.png and /dev/null differ
diff --git a/graphite/img/b_primary.png b/graphite/img/b_primary.png
deleted file mode 100644
index 1df021fd7..000000000
Binary files a/graphite/img/b_primary.png and /dev/null differ
diff --git a/graphite/img/b_print.png b/graphite/img/b_print.png
deleted file mode 100644
index 126a3a2af..000000000
Binary files a/graphite/img/b_print.png and /dev/null differ
diff --git a/graphite/img/b_props.png b/graphite/img/b_props.png
deleted file mode 100644
index 369ac3b5b..000000000
Binary files a/graphite/img/b_props.png and /dev/null differ
diff --git a/graphite/img/b_relations.png b/graphite/img/b_relations.png
deleted file mode 100644
index 9463ad6b7..000000000
Binary files a/graphite/img/b_relations.png and /dev/null differ
diff --git a/graphite/img/b_sbrowse.png b/graphite/img/b_sbrowse.png
deleted file mode 100644
index 7869e4a20..000000000
Binary files a/graphite/img/b_sbrowse.png and /dev/null differ
diff --git a/graphite/img/b_search.png b/graphite/img/b_search.png
deleted file mode 100644
index 26a066173..000000000
Binary files a/graphite/img/b_search.png and /dev/null differ
diff --git a/graphite/img/b_selboard.png b/graphite/img/b_selboard.png
deleted file mode 100644
index a697d6c94..000000000
Binary files a/graphite/img/b_selboard.png and /dev/null differ
diff --git a/graphite/img/b_select.png b/graphite/img/b_select.png
deleted file mode 100644
index f8ba64656..000000000
Binary files a/graphite/img/b_select.png and /dev/null differ
diff --git a/graphite/img/b_snewtbl.png b/graphite/img/b_snewtbl.png
deleted file mode 100644
index 1b179779e..000000000
Binary files a/graphite/img/b_snewtbl.png and /dev/null differ
diff --git a/graphite/img/b_sql.png b/graphite/img/b_sql.png
deleted file mode 100644
index a697d6c94..000000000
Binary files a/graphite/img/b_sql.png and /dev/null differ
diff --git a/graphite/img/b_sqlhelp.png b/graphite/img/b_sqlhelp.png
deleted file mode 100644
index 41ea53aaf..000000000
Binary files a/graphite/img/b_sqlhelp.png and /dev/null differ
diff --git a/graphite/img/b_tblanalyse.png b/graphite/img/b_tblanalyse.png
deleted file mode 100644
index 41607f748..000000000
Binary files a/graphite/img/b_tblanalyse.png and /dev/null differ
diff --git a/graphite/img/b_tblexport.png b/graphite/img/b_tblexport.png
deleted file mode 100644
index e3407753f..000000000
Binary files a/graphite/img/b_tblexport.png and /dev/null differ
diff --git a/graphite/img/b_tblimport.png b/graphite/img/b_tblimport.png
deleted file mode 100644
index d1f13f5ca..000000000
Binary files a/graphite/img/b_tblimport.png and /dev/null differ
diff --git a/graphite/img/b_tblops.png b/graphite/img/b_tblops.png
deleted file mode 100644
index c828f8210..000000000
Binary files a/graphite/img/b_tblops.png and /dev/null differ
diff --git a/graphite/img/b_tbloptimize.png b/graphite/img/b_tbloptimize.png
deleted file mode 100644
index 1c3795b6b..000000000
Binary files a/graphite/img/b_tbloptimize.png and /dev/null differ
diff --git a/graphite/img/b_tipp.png b/graphite/img/b_tipp.png
deleted file mode 100644
index 314377376..000000000
Binary files a/graphite/img/b_tipp.png and /dev/null differ
diff --git a/graphite/img/b_unique.png b/graphite/img/b_unique.png
deleted file mode 100644
index ffd07f76e..000000000
Binary files a/graphite/img/b_unique.png and /dev/null differ
diff --git a/graphite/img/b_usradd.png b/graphite/img/b_usradd.png
deleted file mode 100644
index 21fc43cf3..000000000
Binary files a/graphite/img/b_usradd.png and /dev/null differ
diff --git a/graphite/img/b_usrcheck.png b/graphite/img/b_usrcheck.png
deleted file mode 100644
index bcd204b70..000000000
Binary files a/graphite/img/b_usrcheck.png and /dev/null differ
diff --git a/graphite/img/b_usrdrop.png b/graphite/img/b_usrdrop.png
deleted file mode 100644
index a7f2fe78b..000000000
Binary files a/graphite/img/b_usrdrop.png and /dev/null differ
diff --git a/graphite/img/b_usredit.png b/graphite/img/b_usredit.png
deleted file mode 100644
index 0b86ca42c..000000000
Binary files a/graphite/img/b_usredit.png and /dev/null differ
diff --git a/graphite/img/b_usrlist.png b/graphite/img/b_usrlist.png
deleted file mode 100644
index bcd204b70..000000000
Binary files a/graphite/img/b_usrlist.png and /dev/null differ
diff --git a/graphite/img/b_view.png b/graphite/img/b_view.png
deleted file mode 100644
index 602a21a0a..000000000
Binary files a/graphite/img/b_view.png and /dev/null differ
diff --git a/graphite/img/b_views.png b/graphite/img/b_views.png
deleted file mode 100644
index 602a21a0a..000000000
Binary files a/graphite/img/b_views.png and /dev/null differ
diff --git a/graphite/img/bd_browse.png b/graphite/img/bd_browse.png
deleted file mode 100644
index 89cbf5432..000000000
Binary files a/graphite/img/bd_browse.png and /dev/null differ
diff --git a/graphite/img/bd_deltbl.png b/graphite/img/bd_deltbl.png
deleted file mode 100644
index 895e23ea8..000000000
Binary files a/graphite/img/bd_deltbl.png and /dev/null differ
diff --git a/graphite/img/bd_drop.png b/graphite/img/bd_drop.png
deleted file mode 100644
index 895e23ea8..000000000
Binary files a/graphite/img/bd_drop.png and /dev/null differ
diff --git a/graphite/img/bd_empty.png b/graphite/img/bd_empty.png
deleted file mode 100644
index 6ff524793..000000000
Binary files a/graphite/img/bd_empty.png and /dev/null differ
diff --git a/graphite/img/bd_ftext.png b/graphite/img/bd_ftext.png
deleted file mode 100644
index 2428732de..000000000
Binary files a/graphite/img/bd_ftext.png and /dev/null differ
diff --git a/graphite/img/bd_index.png b/graphite/img/bd_index.png
deleted file mode 100644
index cfc3b4108..000000000
Binary files a/graphite/img/bd_index.png and /dev/null differ
diff --git a/graphite/img/bd_insrow.png b/graphite/img/bd_insrow.png
deleted file mode 100644
index 0ebbc75c6..000000000
Binary files a/graphite/img/bd_insrow.png and /dev/null differ
diff --git a/graphite/img/bd_primary.png b/graphite/img/bd_primary.png
deleted file mode 100644
index a5c2eea52..000000000
Binary files a/graphite/img/bd_primary.png and /dev/null differ
diff --git a/graphite/img/bd_sbrowse.png b/graphite/img/bd_sbrowse.png
deleted file mode 100644
index 02d0761fd..000000000
Binary files a/graphite/img/bd_sbrowse.png and /dev/null differ
diff --git a/graphite/img/bd_select.png b/graphite/img/bd_select.png
deleted file mode 100644
index 57e0c3c5d..000000000
Binary files a/graphite/img/bd_select.png and /dev/null differ
diff --git a/graphite/img/bd_unique.png b/graphite/img/bd_unique.png
deleted file mode 100644
index d51054821..000000000
Binary files a/graphite/img/bd_unique.png and /dev/null differ
diff --git a/graphite/img/docs_menu_bg.png b/graphite/img/docs_menu_bg.png
deleted file mode 100644
index 05f0c97c7..000000000
Binary files a/graphite/img/docs_menu_bg.png and /dev/null differ
diff --git a/graphite/img/eye.png b/graphite/img/eye.png
deleted file mode 100644
index cc5135eb6..000000000
Binary files a/graphite/img/eye.png and /dev/null differ
diff --git a/graphite/img/eye_grey.png b/graphite/img/eye_grey.png
deleted file mode 100644
index bb9b3bedf..000000000
Binary files a/graphite/img/eye_grey.png and /dev/null differ
diff --git a/graphite/img/item_ltr.png b/graphite/img/item_ltr.png
deleted file mode 100644
index 2339de4d5..000000000
Binary files a/graphite/img/item_ltr.png and /dev/null differ
diff --git a/graphite/img/item_rtl.png b/graphite/img/item_rtl.png
deleted file mode 100644
index 74626023b..000000000
Binary files a/graphite/img/item_rtl.png and /dev/null differ
diff --git a/graphite/img/logo_left.png b/graphite/img/logo_left.png
deleted file mode 100644
index 16347abf1..000000000
Binary files a/graphite/img/logo_left.png and /dev/null differ
diff --git a/graphite/img/logo_right.png b/graphite/img/logo_right.png
deleted file mode 100644
index 01feb108a..000000000
Binary files a/graphite/img/logo_right.png and /dev/null differ
diff --git a/graphite/img/make-bd.sh b/graphite/img/make-bd.sh
deleted file mode 100755
index 5a0e4ba4c..000000000
--- a/graphite/img/make-bd.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-for f in bd* ; do
- orig=b_${f##bd_}
- if [ -f $f ] ; then
- convert $orig -modulate 90,90 -colorspace Gray $f
- fi
-done
-convert eye.png -colorspace Gray eye_grey.png
diff --git a/graphite/img/make-small.sh b/graphite/img/make-small.sh
deleted file mode 100755
index 7b657bba7..000000000
--- a/graphite/img/make-small.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-convert b_newtbl.png -scale 10x10 b_snewtbl.png
-convert b_views.png -scale 10x10 s_views.png
-convert b_browse.png -scale 10x10 b_sbrowse.png
-
diff --git a/graphite/img/more.png b/graphite/img/more.png
deleted file mode 100644
index 69a95148c..000000000
Binary files a/graphite/img/more.png and /dev/null differ
diff --git a/graphite/img/new_data.jpg b/graphite/img/new_data.jpg
deleted file mode 100644
index 08d30d34a..000000000
Binary files a/graphite/img/new_data.jpg and /dev/null differ
diff --git a/graphite/img/new_data_hovered.jpg b/graphite/img/new_data_hovered.jpg
deleted file mode 100644
index c385872ad..000000000
Binary files a/graphite/img/new_data_hovered.jpg and /dev/null differ
diff --git a/graphite/img/new_data_selected.jpg b/graphite/img/new_data_selected.jpg
deleted file mode 100644
index caabf6767..000000000
Binary files a/graphite/img/new_data_selected.jpg and /dev/null differ
diff --git a/graphite/img/new_data_selected_hovered.jpg b/graphite/img/new_data_selected_hovered.jpg
deleted file mode 100644
index a34ba2194..000000000
Binary files a/graphite/img/new_data_selected_hovered.jpg and /dev/null differ
diff --git a/graphite/img/new_struct.jpg b/graphite/img/new_struct.jpg
deleted file mode 100644
index 283a5e969..000000000
Binary files a/graphite/img/new_struct.jpg and /dev/null differ
diff --git a/graphite/img/new_struct_hovered.jpg b/graphite/img/new_struct_hovered.jpg
deleted file mode 100644
index 7a7c70442..000000000
Binary files a/graphite/img/new_struct_hovered.jpg and /dev/null differ
diff --git a/graphite/img/new_struct_selected.jpg b/graphite/img/new_struct_selected.jpg
deleted file mode 100644
index 16b2b8cb3..000000000
Binary files a/graphite/img/new_struct_selected.jpg and /dev/null differ
diff --git a/graphite/img/new_struct_selected_hovered.jpg b/graphite/img/new_struct_selected_hovered.jpg
deleted file mode 100644
index 77a53715d..000000000
Binary files a/graphite/img/new_struct_selected_hovered.jpg and /dev/null differ
diff --git a/graphite/img/s_asc.png b/graphite/img/s_asc.png
deleted file mode 100644
index e97ca6548..000000000
Binary files a/graphite/img/s_asc.png and /dev/null differ
diff --git a/graphite/img/s_asci.png b/graphite/img/s_asci.png
deleted file mode 100644
index 2347d7e6d..000000000
Binary files a/graphite/img/s_asci.png and /dev/null differ
diff --git a/graphite/img/s_cancel.png b/graphite/img/s_cancel.png
deleted file mode 100644
index 3cebaf0ea..000000000
Binary files a/graphite/img/s_cancel.png and /dev/null differ
diff --git a/graphite/img/s_db.png b/graphite/img/s_db.png
deleted file mode 100644
index c2df22f49..000000000
Binary files a/graphite/img/s_db.png and /dev/null differ
diff --git a/graphite/img/s_desc.png b/graphite/img/s_desc.png
deleted file mode 100644
index 957d844fd..000000000
Binary files a/graphite/img/s_desc.png and /dev/null differ
diff --git a/graphite/img/s_error.png b/graphite/img/s_error.png
deleted file mode 100644
index 3cebaf0ea..000000000
Binary files a/graphite/img/s_error.png and /dev/null differ
diff --git a/graphite/img/s_error2.png b/graphite/img/s_error2.png
deleted file mode 100644
index 1c625d9b0..000000000
Binary files a/graphite/img/s_error2.png and /dev/null differ
diff --git a/graphite/img/s_fulltext.png b/graphite/img/s_fulltext.png
deleted file mode 100644
index 39c72b788..000000000
Binary files a/graphite/img/s_fulltext.png and /dev/null differ
diff --git a/graphite/img/s_host.png b/graphite/img/s_host.png
deleted file mode 100644
index e82ec321b..000000000
Binary files a/graphite/img/s_host.png and /dev/null differ
diff --git a/graphite/img/s_lang.png b/graphite/img/s_lang.png
deleted file mode 100644
index ebb3fff29..000000000
Binary files a/graphite/img/s_lang.png and /dev/null differ
diff --git a/graphite/img/s_loggoff.png b/graphite/img/s_loggoff.png
deleted file mode 100644
index 0aaf1f374..000000000
Binary files a/graphite/img/s_loggoff.png and /dev/null differ
diff --git a/graphite/img/s_notice.png b/graphite/img/s_notice.png
deleted file mode 100644
index 2c6db5961..000000000
Binary files a/graphite/img/s_notice.png and /dev/null differ
diff --git a/graphite/img/s_partialtext.png b/graphite/img/s_partialtext.png
deleted file mode 100644
index bd99372d9..000000000
Binary files a/graphite/img/s_partialtext.png and /dev/null differ
diff --git a/graphite/img/s_passwd.png b/graphite/img/s_passwd.png
deleted file mode 100644
index 4e81f653b..000000000
Binary files a/graphite/img/s_passwd.png and /dev/null differ
diff --git a/graphite/img/s_process.png b/graphite/img/s_process.png
deleted file mode 100644
index cbc44c957..000000000
Binary files a/graphite/img/s_process.png and /dev/null differ
diff --git a/graphite/img/s_really.png b/graphite/img/s_really.png
deleted file mode 100644
index 645edabc1..000000000
Binary files a/graphite/img/s_really.png and /dev/null differ
diff --git a/graphite/img/s_reload.png b/graphite/img/s_reload.png
deleted file mode 100644
index f09dac61d..000000000
Binary files a/graphite/img/s_reload.png and /dev/null differ
diff --git a/graphite/img/s_replication.png b/graphite/img/s_replication.png
deleted file mode 100644
index 97130e1de..000000000
Binary files a/graphite/img/s_replication.png and /dev/null differ
diff --git a/graphite/img/s_rights.png b/graphite/img/s_rights.png
deleted file mode 100644
index bcd204b70..000000000
Binary files a/graphite/img/s_rights.png and /dev/null differ
diff --git a/graphite/img/s_status.png b/graphite/img/s_status.png
deleted file mode 100644
index 8734e777a..000000000
Binary files a/graphite/img/s_status.png and /dev/null differ
diff --git a/graphite/img/s_success.png b/graphite/img/s_success.png
deleted file mode 100644
index fbb39836b..000000000
Binary files a/graphite/img/s_success.png and /dev/null differ
diff --git a/graphite/img/s_sync.png b/graphite/img/s_sync.png
deleted file mode 100644
index b9a31d6b4..000000000
Binary files a/graphite/img/s_sync.png and /dev/null differ
diff --git a/graphite/img/s_tbl.png b/graphite/img/s_tbl.png
deleted file mode 100644
index b6774f941..000000000
Binary files a/graphite/img/s_tbl.png and /dev/null differ
diff --git a/graphite/img/s_theme.png b/graphite/img/s_theme.png
deleted file mode 100644
index fbea772ca..000000000
Binary files a/graphite/img/s_theme.png and /dev/null differ
diff --git a/graphite/img/s_vars.png b/graphite/img/s_vars.png
deleted file mode 100644
index 4c523a809..000000000
Binary files a/graphite/img/s_vars.png and /dev/null differ
diff --git a/graphite/img/s_views.png b/graphite/img/s_views.png
deleted file mode 100644
index 611587a13..000000000
Binary files a/graphite/img/s_views.png and /dev/null differ
diff --git a/graphite/img/s_warn.png b/graphite/img/s_warn.png
deleted file mode 100644
index ab0c35313..000000000
Binary files a/graphite/img/s_warn.png and /dev/null differ
diff --git a/graphite/img/spacer.png b/graphite/img/spacer.png
deleted file mode 100644
index 6f4c4ca5d..000000000
Binary files a/graphite/img/spacer.png and /dev/null differ
diff --git a/graphite/img/vertical_line.png b/graphite/img/vertical_line.png
deleted file mode 100644
index 4cc392f66..000000000
Binary files a/graphite/img/vertical_line.png and /dev/null differ
diff --git a/graphite/img/window-new.png b/graphite/img/window-new.png
deleted file mode 100644
index 0c352db51..000000000
Binary files a/graphite/img/window-new.png and /dev/null differ
diff --git a/graphite/info.inc.php b/graphite/info.inc.php
deleted file mode 100644
index 3a55b0bf3..000000000
--- a/graphite/info.inc.php
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/graphite/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/graphite/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
deleted file mode 100644
index e425e6e46..000000000
Binary files a/graphite/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/graphite/jquery/images/ui-bg_flat_75_ffffff_40x100.png
deleted file mode 100644
index 72d475736..000000000
Binary files a/graphite/jquery/images/ui-bg_flat_75_ffffff_40x100.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/graphite/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
deleted file mode 100644
index ad3d6346e..000000000
Binary files a/graphite/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/graphite/jquery/images/ui-bg_glass_65_ffffff_1x400.png
deleted file mode 100644
index 8569c1bc9..000000000
Binary files a/graphite/jquery/images/ui-bg_glass_65_ffffff_1x400.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-bg_glass_75_dadada_1x400.png b/graphite/jquery/images/ui-bg_glass_75_dadada_1x400.png
deleted file mode 100644
index 5a46b47cb..000000000
Binary files a/graphite/jquery/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/graphite/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
deleted file mode 100644
index 86c2baa65..000000000
Binary files a/graphite/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/graphite/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
deleted file mode 100644
index 4443fdc1a..000000000
Binary files a/graphite/jquery/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/graphite/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
deleted file mode 100644
index 3cd467e18..000000000
Binary files a/graphite/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-icons_222222_256x240.png b/graphite/jquery/images/ui-icons_222222_256x240.png
deleted file mode 100644
index 8bc06cbf0..000000000
Binary files a/graphite/jquery/images/ui-icons_222222_256x240.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-icons_2e83ff_256x240.png b/graphite/jquery/images/ui-icons_2e83ff_256x240.png
deleted file mode 100644
index 7a3c7790d..000000000
Binary files a/graphite/jquery/images/ui-icons_2e83ff_256x240.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-icons_454545_256x240.png b/graphite/jquery/images/ui-icons_454545_256x240.png
deleted file mode 100644
index cfd1eaffa..000000000
Binary files a/graphite/jquery/images/ui-icons_454545_256x240.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-icons_888888_256x240.png b/graphite/jquery/images/ui-icons_888888_256x240.png
deleted file mode 100644
index 35f175092..000000000
Binary files a/graphite/jquery/images/ui-icons_888888_256x240.png and /dev/null differ
diff --git a/graphite/jquery/images/ui-icons_cd0a0a_256x240.png b/graphite/jquery/images/ui-icons_cd0a0a_256x240.png
deleted file mode 100644
index a239d6ca6..000000000
Binary files a/graphite/jquery/images/ui-icons_cd0a0a_256x240.png and /dev/null differ
diff --git a/graphite/layout.inc.php b/graphite/layout.inc.php
deleted file mode 100644
index b759da335..000000000
--- a/graphite/layout.inc.php
+++ /dev/null
@@ -1,113 +0,0 @@
-getImgPath() . 'vertical_line.png) repeat-y';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#eff';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FC9';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = 'sans-serif';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#555';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#fff';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 400;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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/graphite/screen.png b/graphite/screen.png
deleted file mode 100644
index 2db5f1f28..000000000
Binary files a/graphite/screen.png and /dev/null differ
diff --git a/graphivore/css/theme_left.css.php b/graphivore/css/theme_left.css.php
deleted file mode 100644
index 6abdcb96a..000000000
--- a/graphivore/css/theme_left.css.php
+++ /dev/null
@@ -1,251 +0,0 @@
-
-/************************************************************************************
- * LEFT FRAME
- ************************************************************************************/
-
- /**
- * Add styles for positioned layers
- **/
-/*
-
-*/
-/* No layer effects neccessary */
-div{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
-}
-.heada{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
-}
-.parent{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- color: #fffaef;
- text-decoration: none;
-}
-.item, .tblItem, .item:active, .item:hover, .tblItem, .tblItem:active{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
- text-decoration: none;
-}
-.tblItem:hover{
- color: #b36448;
- 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: 11px;
- color: #fffaef;
-}
-.heada{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
-}
-.headaCnt{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
-}
-.parent{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- color: #fffaef;
- text-decoration: none;
- display: block;
-}
-.child{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
- text-decoration: none;
- display: none;
-}
-.item, .item:active, .item:hover, .tblItem, .tblItem:active{
- font-size: 11px;
- color: #fffaef;
- text-decoration: none;
-}
-.tblItem:hover{
- color: #b36448;
- 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: 11px;
- color: #000000;
-}
-.heada{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
-}
-.headaCnt{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
-}
-/*
-
-*/
-/* Additional effects for IE4 */
-.parent{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- color: #fffaef;
- text-decoration: none;
- display: block;
-}
-.child{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
- text-decoration: none;
- display: none;
-}
-.item, .item:active, .item:hover, .tblItem, .tblItem:active{
- font-size: 11px;
- color: #fffaef;
- text-decoration: none;
-}
-.tblItem:hover{
- color: #b36448;
- text-decoration: none;
-}
-/*
-
-
-*/
-/* Additional effects for NON-IE4 */
-.parent{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- color: #fffaef;
- text-decoration: none;
- position: absolute; /* don't edit! */
- visibility: hidden; /* don't edit! */
-}
-.child{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
- position: absolute; /* don't edit! */
- visibility: hidden; /* don't edit! */
-}
-.item, .tblItem{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
- 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: 11px;
- color: #fffaef;
-}
-.heada{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
-}
-.headaCnt{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
-}
-.parent{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- color: #fffaef;
- text-decoration: none;
-}
-.child{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #fffaef;
- text-decoration: none;
-}
-.item, .item:active, .item:hover, .tblItem, .tblItem:active{
- font-size: 11px;
- color: #fffaef;
- text-decoration: none;
-}
-.tblItem:hover{
- color: #b36448;
- text-decoration: none;
-}
-/*
-
-*/
-/* Always enabled stylesheets (left frame) */
-body{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- background-image: url(themes/graphivore/img/bgmenu.gif);
- margin: 0px;
- padding: 2px 2px 2px 2px;
-}
-input{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
-}
-select{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- background-color: #fffaef;
- color: #000000;
- width: 150px;
-}
-hr{
- color: #fffaef;
- background-color: #fffaef;
- border: 0;
- height: 1px;
-}
-img, input, select, button {
- vertical-align: middle;
-}
diff --git a/graphivore/css/theme_print.css.php b/graphivore/css/theme_print.css.php
deleted file mode 100644
index 5a1cc7c7b..000000000
--- a/graphivore/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* For printview */
-body{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- color: #000000;
- background-color: #ffe7b3;
-}
-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/graphivore/css/theme_right.css.php b/graphivore/css/theme_right.css.php
deleted file mode 100644
index a026eebbb..000000000
--- a/graphivore/css/theme_right.css.php
+++ /dev/null
@@ -1,593 +0,0 @@
-
-
-body{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- color: #000000;
-
- background-color: #FFE7B3;
- margin: 5px;
- scrollbar-face-color: #AB9C72;
- scrollbar-shadow-color: #FFE7B3;
- scrollbar-highlight-color: #FFE7B3;
- scrollbar-3dlight-color: #FFE7B3;
- scrollbar-darkshadow-color: #FFE7B3;
- scrollbar-track-color: #FFE7B3;
- scrollbar-arrow-color: #FFE7B3;
-}
-
-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: #AB9C72;
-
-}
-a:hover{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- text-decoration: none;
- color: #b36448;
-}
-th{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: bold;
- color: #FFF3DB;
- background-color: #ff9900;
-
- background-image: url(themes/graphivore/img/tbl_th.png);
- background-repeat: repeat-x;
- background-position: top;
-
- height: 18px;
-}
-th a:link, th a:active, th a:visited{
- color: #FFFAEF;
- text-decoration: none;
-}
-
-th a:hover{
- color: #B36448;
- text-decoration: none;
-}
-.tblcomment{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- color: #64583c;
-}
-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: #8A7A52;
- background-color: #FFFAEF;
-}
-input.textfield{
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- color: #8A7A52;
- background-color: #FFFAEF;
- border-color: #AB9C72;
- border-width: 1px;
- border-style: solid;
-}
-
-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: #fffaef;
- 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: #fffaef;
- padding: 2px 2px 2px 2px;
-}
-button.mult_submit {
- border: none;
- background-color: transparent;
-}
-
-.pdflayout {
- overflow: hidden;
- clip: inherit;
- background-color: #fffaef;
- 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/graphivore/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: #fff3db;
- padding: 0px;
-}
-
-div.error div.text {
- padding: 5px;
-}
-
-div.error div.head {
- background-color: #cc0000;
- font-weight: bold;
- color: #fffaef;
-/*
-
-*/
- background-image: url(themes/graphivore/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: #fff3db;
-}
-.tblWarn, div.tblWarn {
- border: 1px solid #cc0000;
- background-color: #fffaef;
-}
-div.tblWarn {
- padding: 5px 5px 5px 5px;
- margin: 2px 0px 2px 0px;
- width: 100%;
-}
-.tblHeaders{
- font-weight: bold;
- color: #fff3db;
- background-color: #286860;
-
- background-image: url(themes/graphivore/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: #fff3db;
- text-decoration: underline;
-}
-.tblFooters{
- font-weight: normal;
- color: #fff3db;
- background-color: #286860;
-
- background-image: url(themes/graphivore/img/tbl_header.png);
- background-repeat: repeat-x;
- background-position: top;
-
-}
-.tblHeaders a:hover, tblFooters a:hover{
- text-decoration: none;
- color: #fff3db;
-}
-.tblHeadError {
- font-weight: bold;
- color: #fff3db;
- background-color: #cc0000;
-
- background-image: url(themes/graphivore/img/tbl_error.png);
- background-repeat: repeat-x;
- background-position: top;
-
- height: 18px;
-}
-div.errorhead {
- font-weight: bold;
- color: #fff3db;
- text-align: left;
-
- background-image: url(themes/graphivore/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/graphivore/img/tbl_th.png);
- background-repeat: repeat-x;
- background-position: top;
-
- height: 18px;
-}
-div.warnhead {
- font-weight: bold;
- color: #fff3db;
- text-align: left;
-
- background-image: url(themes/graphivore/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: #AB9C72; background-color: #FFE7B3; 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: #F3E3D6;
-}
-a.tabcaution:hover {
- color: #fff3db;
- background-color: #FF0000;
-}
-a.tab {
- color: #fff3db;
-}
-
-
-/* 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/graphivore/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-image: url(themes/graphivore/img/tbl_th2.png); background-repeat: repeat-x;
- background-position: top;
- 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-image: url(themes/graphivore/img/tbl_th2.png); background-repeat: repeat-x;
- background-position: top;
- background-color: #ffaa44;
- height: 16px;
- padding: 2px 5px 2px 5px;
- color: #fff3db;
-}
-
-a.tabcaution:hover {
- background-color: #ff0000;
- background-image: url(themes/graphivore/img/tbl_error2.png); background-repeat: repeat-x;
-}
-
-/* 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: #AB9C72;
- font-size: 10px;
- font-weight: bold;
- padding: 0px 10px 0px 10px;
-}
-#buttonGo{
- color: #AB9C72;
- 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: #fff3db;
- color: #006600;
- border: 1px solid #006600;
- padding: 5px;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
-}
diff --git a/graphivore/img/arrow_ltr.png b/graphivore/img/arrow_ltr.png
deleted file mode 100644
index 8cdb8ca17..000000000
Binary files a/graphivore/img/arrow_ltr.png and /dev/null differ
diff --git a/graphivore/img/arrow_rtl.png b/graphivore/img/arrow_rtl.png
deleted file mode 100644
index 6b70c4eb7..000000000
Binary files a/graphivore/img/arrow_rtl.png and /dev/null differ
diff --git a/graphivore/img/asc_order.png b/graphivore/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/graphivore/img/asc_order.png and /dev/null differ
diff --git a/graphivore/img/b_bookmark.png b/graphivore/img/b_bookmark.png
deleted file mode 100644
index 33d4bfb28..000000000
Binary files a/graphivore/img/b_bookmark.png and /dev/null differ
diff --git a/graphivore/img/b_browse.png b/graphivore/img/b_browse.png
deleted file mode 100644
index 45caedfa3..000000000
Binary files a/graphivore/img/b_browse.png and /dev/null differ
diff --git a/graphivore/img/b_calendar.png b/graphivore/img/b_calendar.png
deleted file mode 100644
index ab65d2002..000000000
Binary files a/graphivore/img/b_calendar.png and /dev/null differ
diff --git a/graphivore/img/b_comment.png b/graphivore/img/b_comment.png
deleted file mode 100644
index 1b182ef2b..000000000
Binary files a/graphivore/img/b_comment.png and /dev/null differ
diff --git a/graphivore/img/b_dbstatistics.png b/graphivore/img/b_dbstatistics.png
deleted file mode 100644
index 8592e3394..000000000
Binary files a/graphivore/img/b_dbstatistics.png and /dev/null differ
diff --git a/graphivore/img/b_deltbl.png b/graphivore/img/b_deltbl.png
deleted file mode 100644
index 0ea529d35..000000000
Binary files a/graphivore/img/b_deltbl.png and /dev/null differ
diff --git a/graphivore/img/b_docs.png b/graphivore/img/b_docs.png
deleted file mode 100644
index 006a22190..000000000
Binary files a/graphivore/img/b_docs.png and /dev/null differ
diff --git a/graphivore/img/b_docsql.png b/graphivore/img/b_docsql.png
deleted file mode 100644
index b9aefc06e..000000000
Binary files a/graphivore/img/b_docsql.png and /dev/null differ
diff --git a/graphivore/img/b_drop.png b/graphivore/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/graphivore/img/b_drop.png and /dev/null differ
diff --git a/graphivore/img/b_edit.png b/graphivore/img/b_edit.png
deleted file mode 100644
index 8eeac60d0..000000000
Binary files a/graphivore/img/b_edit.png and /dev/null differ
diff --git a/graphivore/img/b_empty.png b/graphivore/img/b_empty.png
deleted file mode 100644
index 4c510d13f..000000000
Binary files a/graphivore/img/b_empty.png and /dev/null differ
diff --git a/graphivore/img/b_engine.png b/graphivore/img/b_engine.png
deleted file mode 100644
index db9c99e23..000000000
Binary files a/graphivore/img/b_engine.png and /dev/null differ
diff --git a/graphivore/img/b_export.png b/graphivore/img/b_export.png
deleted file mode 100644
index 0c5a1c320..000000000
Binary files a/graphivore/img/b_export.png and /dev/null differ
diff --git a/graphivore/img/b_firstpage.png b/graphivore/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/graphivore/img/b_firstpage.png and /dev/null differ
diff --git a/graphivore/img/b_ftext.png b/graphivore/img/b_ftext.png
deleted file mode 100644
index 559bd0306..000000000
Binary files a/graphivore/img/b_ftext.png and /dev/null differ
diff --git a/graphivore/img/b_help.png b/graphivore/img/b_help.png
deleted file mode 100644
index 7ea5089fd..000000000
Binary files a/graphivore/img/b_help.png and /dev/null differ
diff --git a/graphivore/img/b_home.png b/graphivore/img/b_home.png
deleted file mode 100644
index 665684470..000000000
Binary files a/graphivore/img/b_home.png and /dev/null differ
diff --git a/graphivore/img/b_import.png b/graphivore/img/b_import.png
deleted file mode 100644
index 3cd06ecac..000000000
Binary files a/graphivore/img/b_import.png and /dev/null differ
diff --git a/graphivore/img/b_index.png b/graphivore/img/b_index.png
deleted file mode 100644
index 4cfecda1f..000000000
Binary files a/graphivore/img/b_index.png and /dev/null differ
diff --git a/graphivore/img/b_info.png b/graphivore/img/b_info.png
deleted file mode 100644
index 932ddb996..000000000
Binary files a/graphivore/img/b_info.png and /dev/null differ
diff --git a/graphivore/img/b_insrow.png b/graphivore/img/b_insrow.png
deleted file mode 100644
index 503f7d1fd..000000000
Binary files a/graphivore/img/b_insrow.png and /dev/null differ
diff --git a/graphivore/img/b_lastpage.png b/graphivore/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/graphivore/img/b_lastpage.png and /dev/null differ
diff --git a/graphivore/img/b_minus.png b/graphivore/img/b_minus.png
deleted file mode 100644
index 1b005a17d..000000000
Binary files a/graphivore/img/b_minus.png and /dev/null differ
diff --git a/graphivore/img/b_newdb.png b/graphivore/img/b_newdb.png
deleted file mode 100644
index d87fe30a6..000000000
Binary files a/graphivore/img/b_newdb.png and /dev/null differ
diff --git a/graphivore/img/b_newtbl.png b/graphivore/img/b_newtbl.png
deleted file mode 100644
index 3cb368149..000000000
Binary files a/graphivore/img/b_newtbl.png and /dev/null differ
diff --git a/graphivore/img/b_nextpage.png b/graphivore/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/graphivore/img/b_nextpage.png and /dev/null differ
diff --git a/graphivore/img/b_pdfdoc.png b/graphivore/img/b_pdfdoc.png
deleted file mode 100644
index c489d16e8..000000000
Binary files a/graphivore/img/b_pdfdoc.png and /dev/null differ
diff --git a/graphivore/img/b_plus.png b/graphivore/img/b_plus.png
deleted file mode 100644
index 9b9e36a74..000000000
Binary files a/graphivore/img/b_plus.png and /dev/null differ
diff --git a/graphivore/img/b_prevpage.png b/graphivore/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/graphivore/img/b_prevpage.png and /dev/null differ
diff --git a/graphivore/img/b_primary.png b/graphivore/img/b_primary.png
deleted file mode 100644
index 3ef9881ba..000000000
Binary files a/graphivore/img/b_primary.png and /dev/null differ
diff --git a/graphivore/img/b_print.png b/graphivore/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/graphivore/img/b_print.png and /dev/null differ
diff --git a/graphivore/img/b_props.png b/graphivore/img/b_props.png
deleted file mode 100644
index e6d271d42..000000000
Binary files a/graphivore/img/b_props.png and /dev/null differ
diff --git a/graphivore/img/b_relations.png b/graphivore/img/b_relations.png
deleted file mode 100644
index 3fc6a9ce4..000000000
Binary files a/graphivore/img/b_relations.png and /dev/null differ
diff --git a/graphivore/img/b_save.png b/graphivore/img/b_save.png
deleted file mode 100644
index efccf4d39..000000000
Binary files a/graphivore/img/b_save.png and /dev/null differ
diff --git a/graphivore/img/b_sbrowse.png b/graphivore/img/b_sbrowse.png
deleted file mode 100644
index 9d0fcf66f..000000000
Binary files a/graphivore/img/b_sbrowse.png and /dev/null differ
diff --git a/graphivore/img/b_sdb.png b/graphivore/img/b_sdb.png
deleted file mode 100644
index b746f340d..000000000
Binary files a/graphivore/img/b_sdb.png and /dev/null differ
diff --git a/graphivore/img/b_search.png b/graphivore/img/b_search.png
deleted file mode 100644
index 21acf76b0..000000000
Binary files a/graphivore/img/b_search.png and /dev/null differ
diff --git a/graphivore/img/b_selboard.png b/graphivore/img/b_selboard.png
deleted file mode 100644
index a4252f6ad..000000000
Binary files a/graphivore/img/b_selboard.png and /dev/null differ
diff --git a/graphivore/img/b_select.png b/graphivore/img/b_select.png
deleted file mode 100644
index 0868c4115..000000000
Binary files a/graphivore/img/b_select.png and /dev/null differ
diff --git a/graphivore/img/b_sql.png b/graphivore/img/b_sql.png
deleted file mode 100644
index 700812dd9..000000000
Binary files a/graphivore/img/b_sql.png and /dev/null differ
diff --git a/graphivore/img/b_sqldoc.png b/graphivore/img/b_sqldoc.png
deleted file mode 100644
index c134b8763..000000000
Binary files a/graphivore/img/b_sqldoc.png and /dev/null differ
diff --git a/graphivore/img/b_sqlhelp.png b/graphivore/img/b_sqlhelp.png
deleted file mode 100644
index 48a948856..000000000
Binary files a/graphivore/img/b_sqlhelp.png and /dev/null differ
diff --git a/graphivore/img/b_tblanalyse.png b/graphivore/img/b_tblanalyse.png
deleted file mode 100644
index fdbed1af5..000000000
Binary files a/graphivore/img/b_tblanalyse.png and /dev/null differ
diff --git a/graphivore/img/b_tblexport.png b/graphivore/img/b_tblexport.png
deleted file mode 100644
index 174ccfa18..000000000
Binary files a/graphivore/img/b_tblexport.png and /dev/null differ
diff --git a/graphivore/img/b_tblimport.png b/graphivore/img/b_tblimport.png
deleted file mode 100644
index 5fdc11091..000000000
Binary files a/graphivore/img/b_tblimport.png and /dev/null differ
diff --git a/graphivore/img/b_tblops.png b/graphivore/img/b_tblops.png
deleted file mode 100644
index 85c58cb6b..000000000
Binary files a/graphivore/img/b_tblops.png and /dev/null differ
diff --git a/graphivore/img/b_tbloptimize.png b/graphivore/img/b_tbloptimize.png
deleted file mode 100644
index d80ced837..000000000
Binary files a/graphivore/img/b_tbloptimize.png and /dev/null differ
diff --git a/graphivore/img/b_tipp.png b/graphivore/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/graphivore/img/b_tipp.png and /dev/null differ
diff --git a/graphivore/img/b_unique.png b/graphivore/img/b_unique.png
deleted file mode 100644
index f21220d15..000000000
Binary files a/graphivore/img/b_unique.png and /dev/null differ
diff --git a/graphivore/img/b_usradd.png b/graphivore/img/b_usradd.png
deleted file mode 100644
index b080c382d..000000000
Binary files a/graphivore/img/b_usradd.png and /dev/null differ
diff --git a/graphivore/img/b_usrcheck.png b/graphivore/img/b_usrcheck.png
deleted file mode 100644
index c4d3f468b..000000000
Binary files a/graphivore/img/b_usrcheck.png and /dev/null differ
diff --git a/graphivore/img/b_usrdrop.png b/graphivore/img/b_usrdrop.png
deleted file mode 100644
index 4a1597558..000000000
Binary files a/graphivore/img/b_usrdrop.png and /dev/null differ
diff --git a/graphivore/img/b_usredit.png b/graphivore/img/b_usredit.png
deleted file mode 100644
index 58a10a422..000000000
Binary files a/graphivore/img/b_usredit.png and /dev/null differ
diff --git a/graphivore/img/b_usrlist.png b/graphivore/img/b_usrlist.png
deleted file mode 100644
index 9e7466503..000000000
Binary files a/graphivore/img/b_usrlist.png and /dev/null differ
diff --git a/graphivore/img/b_view.png b/graphivore/img/b_view.png
deleted file mode 100644
index 7cc20c40a..000000000
Binary files a/graphivore/img/b_view.png and /dev/null differ
diff --git a/graphivore/img/b_views.png b/graphivore/img/b_views.png
deleted file mode 100644
index b17f6cd6f..000000000
Binary files a/graphivore/img/b_views.png and /dev/null differ
diff --git a/graphivore/img/bd_browse.png b/graphivore/img/bd_browse.png
deleted file mode 100644
index 7e18801c9..000000000
Binary files a/graphivore/img/bd_browse.png and /dev/null differ
diff --git a/graphivore/img/bd_deltbl.png b/graphivore/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/graphivore/img/bd_deltbl.png and /dev/null differ
diff --git a/graphivore/img/bd_drop.png b/graphivore/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/graphivore/img/bd_drop.png and /dev/null differ
diff --git a/graphivore/img/bd_empty.png b/graphivore/img/bd_empty.png
deleted file mode 100644
index 721df6775..000000000
Binary files a/graphivore/img/bd_empty.png and /dev/null differ
diff --git a/graphivore/img/bd_firstpage.png b/graphivore/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/graphivore/img/bd_firstpage.png and /dev/null differ
diff --git a/graphivore/img/bd_ftext.png b/graphivore/img/bd_ftext.png
deleted file mode 100644
index 6565a9cc0..000000000
Binary files a/graphivore/img/bd_ftext.png and /dev/null differ
diff --git a/graphivore/img/bd_index.png b/graphivore/img/bd_index.png
deleted file mode 100644
index a08990d92..000000000
Binary files a/graphivore/img/bd_index.png and /dev/null differ
diff --git a/graphivore/img/bd_insrow.png b/graphivore/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/graphivore/img/bd_insrow.png and /dev/null differ
diff --git a/graphivore/img/bd_lastpage.png b/graphivore/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/graphivore/img/bd_lastpage.png and /dev/null differ
diff --git a/graphivore/img/bd_nextpage.png b/graphivore/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/graphivore/img/bd_nextpage.png and /dev/null differ
diff --git a/graphivore/img/bd_prevpage.png b/graphivore/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/graphivore/img/bd_prevpage.png and /dev/null differ
diff --git a/graphivore/img/bd_primary.png b/graphivore/img/bd_primary.png
deleted file mode 100644
index f02fb2430..000000000
Binary files a/graphivore/img/bd_primary.png and /dev/null differ
diff --git a/graphivore/img/bd_sbrowse.png b/graphivore/img/bd_sbrowse.png
deleted file mode 100644
index 3b57e9a0d..000000000
Binary files a/graphivore/img/bd_sbrowse.png and /dev/null differ
diff --git a/graphivore/img/bd_select.png b/graphivore/img/bd_select.png
deleted file mode 100644
index 1160ef2bc..000000000
Binary files a/graphivore/img/bd_select.png and /dev/null differ
diff --git a/graphivore/img/bd_unique.png b/graphivore/img/bd_unique.png
deleted file mode 100644
index c7790f565..000000000
Binary files a/graphivore/img/bd_unique.png and /dev/null differ
diff --git a/graphivore/img/bgmenu.gif b/graphivore/img/bgmenu.gif
deleted file mode 100644
index afe9c44b4..000000000
Binary files a/graphivore/img/bgmenu.gif and /dev/null differ
diff --git a/graphivore/img/dot_black.png b/graphivore/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/graphivore/img/dot_black.png and /dev/null differ
diff --git a/graphivore/img/dot_blue.png b/graphivore/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/graphivore/img/dot_blue.png and /dev/null differ
diff --git a/graphivore/img/dot_green.png b/graphivore/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/graphivore/img/dot_green.png and /dev/null differ
diff --git a/graphivore/img/dot_red.png b/graphivore/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/graphivore/img/dot_red.png and /dev/null differ
diff --git a/graphivore/img/dot_violet.png b/graphivore/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/graphivore/img/dot_violet.png and /dev/null differ
diff --git a/graphivore/img/dot_yellow.png b/graphivore/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/graphivore/img/dot_yellow.png and /dev/null differ
diff --git a/graphivore/img/error.ico b/graphivore/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/graphivore/img/error.ico and /dev/null differ
diff --git a/graphivore/img/frm_linevrlt.png b/graphivore/img/frm_linevrlt.png
deleted file mode 100644
index 5a3cb83a3..000000000
Binary files a/graphivore/img/frm_linevrlt.png and /dev/null differ
diff --git a/graphivore/img/item.png b/graphivore/img/item.png
deleted file mode 100644
index c0c08b39c..000000000
Binary files a/graphivore/img/item.png and /dev/null differ
diff --git a/graphivore/img/item_ltr.png b/graphivore/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/graphivore/img/item_ltr.png and /dev/null differ
diff --git a/graphivore/img/item_rtl.png b/graphivore/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/graphivore/img/item_rtl.png and /dev/null differ
diff --git a/graphivore/img/logo_left.png b/graphivore/img/logo_left.png
deleted file mode 100644
index ce707134b..000000000
Binary files a/graphivore/img/logo_left.png and /dev/null differ
diff --git a/graphivore/img/logo_right.png b/graphivore/img/logo_right.png
deleted file mode 100644
index 79f1e4456..000000000
Binary files a/graphivore/img/logo_right.png and /dev/null differ
diff --git a/graphivore/img/php_sym.png b/graphivore/img/php_sym.png
deleted file mode 100644
index 8a50f347f..000000000
Binary files a/graphivore/img/php_sym.png and /dev/null differ
diff --git a/graphivore/img/pma_logo2.png b/graphivore/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/graphivore/img/pma_logo2.png and /dev/null differ
diff --git a/graphivore/img/s_asc.png b/graphivore/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/graphivore/img/s_asc.png and /dev/null differ
diff --git a/graphivore/img/s_asci.png b/graphivore/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/graphivore/img/s_asci.png and /dev/null differ
diff --git a/graphivore/img/s_attention.png b/graphivore/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/graphivore/img/s_attention.png and /dev/null differ
diff --git a/graphivore/img/s_cancel.png b/graphivore/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/graphivore/img/s_cancel.png and /dev/null differ
diff --git a/graphivore/img/s_cancel2.png b/graphivore/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/graphivore/img/s_cancel2.png and /dev/null differ
diff --git a/graphivore/img/s_db.png b/graphivore/img/s_db.png
deleted file mode 100644
index 99cacbd34..000000000
Binary files a/graphivore/img/s_db.png and /dev/null differ
diff --git a/graphivore/img/s_desc.png b/graphivore/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/graphivore/img/s_desc.png and /dev/null differ
diff --git a/graphivore/img/s_error.png b/graphivore/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/graphivore/img/s_error.png and /dev/null differ
diff --git a/graphivore/img/s_error2.png b/graphivore/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/graphivore/img/s_error2.png and /dev/null differ
diff --git a/graphivore/img/s_fulltext.png b/graphivore/img/s_fulltext.png
deleted file mode 100644
index c6aa224b3..000000000
Binary files a/graphivore/img/s_fulltext.png and /dev/null differ
diff --git a/graphivore/img/s_host.png b/graphivore/img/s_host.png
deleted file mode 100644
index 46bed8f99..000000000
Binary files a/graphivore/img/s_host.png and /dev/null differ
diff --git a/graphivore/img/s_info.png b/graphivore/img/s_info.png
deleted file mode 100644
index 84b2ed1d0..000000000
Binary files a/graphivore/img/s_info.png and /dev/null differ
diff --git a/graphivore/img/s_lang.png b/graphivore/img/s_lang.png
deleted file mode 100644
index a1fc522ea..000000000
Binary files a/graphivore/img/s_lang.png and /dev/null differ
diff --git a/graphivore/img/s_loggoff.png b/graphivore/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/graphivore/img/s_loggoff.png and /dev/null differ
diff --git a/graphivore/img/s_notice.png b/graphivore/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/graphivore/img/s_notice.png and /dev/null differ
diff --git a/graphivore/img/s_okay.png b/graphivore/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/graphivore/img/s_okay.png and /dev/null differ
diff --git a/graphivore/img/s_partialtext.png b/graphivore/img/s_partialtext.png
deleted file mode 100644
index 07c9c4d87..000000000
Binary files a/graphivore/img/s_partialtext.png and /dev/null differ
diff --git a/graphivore/img/s_passwd.png b/graphivore/img/s_passwd.png
deleted file mode 100644
index 0d04de983..000000000
Binary files a/graphivore/img/s_passwd.png and /dev/null differ
diff --git a/graphivore/img/s_process.png b/graphivore/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/graphivore/img/s_process.png and /dev/null differ
diff --git a/graphivore/img/s_really.png b/graphivore/img/s_really.png
deleted file mode 100644
index f84d228b4..000000000
Binary files a/graphivore/img/s_really.png and /dev/null differ
diff --git a/graphivore/img/s_reload.png b/graphivore/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/graphivore/img/s_reload.png and /dev/null differ
diff --git a/graphivore/img/s_rights.png b/graphivore/img/s_rights.png
deleted file mode 100644
index e9e4051e5..000000000
Binary files a/graphivore/img/s_rights.png and /dev/null differ
diff --git a/graphivore/img/s_status.png b/graphivore/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/graphivore/img/s_status.png and /dev/null differ
diff --git a/graphivore/img/s_tbl.png b/graphivore/img/s_tbl.png
deleted file mode 100644
index 3f18e779d..000000000
Binary files a/graphivore/img/s_tbl.png and /dev/null differ
diff --git a/graphivore/img/s_theme.png b/graphivore/img/s_theme.png
deleted file mode 100644
index 1fc818c81..000000000
Binary files a/graphivore/img/s_theme.png and /dev/null differ
diff --git a/graphivore/img/s_vars.png b/graphivore/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/graphivore/img/s_vars.png and /dev/null differ
diff --git a/graphivore/img/s_views.png b/graphivore/img/s_views.png
deleted file mode 100644
index 3b3e38fc5..000000000
Binary files a/graphivore/img/s_views.png and /dev/null differ
diff --git a/graphivore/img/s_warn.png b/graphivore/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/graphivore/img/s_warn.png and /dev/null differ
diff --git a/graphivore/img/spacer.png b/graphivore/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/graphivore/img/spacer.png and /dev/null differ
diff --git a/graphivore/img/tbl_error.png b/graphivore/img/tbl_error.png
deleted file mode 100644
index 4c85f6a36..000000000
Binary files a/graphivore/img/tbl_error.png and /dev/null differ
diff --git a/graphivore/img/tbl_error2.png b/graphivore/img/tbl_error2.png
deleted file mode 100644
index 6de90b8c2..000000000
Binary files a/graphivore/img/tbl_error2.png and /dev/null differ
diff --git a/graphivore/img/tbl_header.png b/graphivore/img/tbl_header.png
deleted file mode 100644
index c39dbb0af..000000000
Binary files a/graphivore/img/tbl_header.png and /dev/null differ
diff --git a/graphivore/img/tbl_th.png b/graphivore/img/tbl_th.png
deleted file mode 100644
index b1038b659..000000000
Binary files a/graphivore/img/tbl_th.png and /dev/null differ
diff --git a/graphivore/img/tbl_th2.png b/graphivore/img/tbl_th2.png
deleted file mode 100644
index 15ebba54a..000000000
Binary files a/graphivore/img/tbl_th2.png and /dev/null differ
diff --git a/graphivore/img/vertical_line.png b/graphivore/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/graphivore/img/vertical_line.png and /dev/null differ
diff --git a/graphivore/img/window-new.png b/graphivore/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/graphivore/img/window-new.png and /dev/null differ
diff --git a/graphivore/info.inc.php b/graphivore/info.inc.php
deleted file mode 100644
index 8bff994bd..000000000
--- a/graphivore/info.inc.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/graphivore/layout.inc.php b/graphivore/layout.inc.php
deleted file mode 100644
index 51d3ad2b4..000000000
--- a/graphivore/layout.inc.php
+++ /dev/null
@@ -1,57 +0,0 @@
- '#808000',
- 'comment_mysql' => '',
- 'comment_ansi' => '',
- 'comment_c' => '',
- 'digit' => '',
- 'digit_hex' => 'teal',
- 'digit_integer' => 'teal',
- 'digit_float' => 'aqua',
- 'punct' => '#B36448',
- '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/graphivore/screen.png b/graphivore/screen.png
deleted file mode 100644
index 043d1ac20..000000000
Binary files a/graphivore/screen.png and /dev/null differ
diff --git a/green_orange/css/theme_left.css.php b/green_orange/css/theme_left.css.php
deleted file mode 100644
index 0484bc729..000000000
--- a/green_orange/css/theme_left.css.php
+++ /dev/null
@@ -1,251 +0,0 @@
-
-/************************************************************************************
- * 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
deleted file mode 100644
index 1efa24176..000000000
--- a/green_orange/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* 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
deleted file mode 100644
index d7e3cf20c..000000000
--- a/green_orange/css/theme_right.css.php
+++ /dev/null
@@ -1,579 +0,0 @@
-
-
-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/asc_order.png b/green_orange/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/green_orange/img/asc_order.png and /dev/null differ
diff --git a/green_orange/img/b_bookmark.png b/green_orange/img/b_bookmark.png
deleted file mode 100644
index 74b3bd114..000000000
Binary files a/green_orange/img/b_bookmark.png and /dev/null differ
diff --git a/green_orange/img/b_browse.png b/green_orange/img/b_browse.png
deleted file mode 100644
index 464745ac4..000000000
Binary files a/green_orange/img/b_browse.png and /dev/null differ
diff --git a/green_orange/img/b_calendar.png b/green_orange/img/b_calendar.png
deleted file mode 100644
index fb66596e9..000000000
Binary files a/green_orange/img/b_calendar.png and /dev/null differ
diff --git a/green_orange/img/b_comment.png b/green_orange/img/b_comment.png
deleted file mode 100644
index 5f16c0912..000000000
Binary files a/green_orange/img/b_comment.png and /dev/null differ
diff --git a/green_orange/img/b_dbstatistics.png b/green_orange/img/b_dbstatistics.png
deleted file mode 100644
index a1406a543..000000000
Binary files a/green_orange/img/b_dbstatistics.png and /dev/null differ
diff --git a/green_orange/img/b_deltbl.png b/green_orange/img/b_deltbl.png
deleted file mode 100644
index c9d3a0b0d..000000000
Binary files a/green_orange/img/b_deltbl.png and /dev/null differ
diff --git a/green_orange/img/b_docs.png b/green_orange/img/b_docs.png
deleted file mode 100644
index e40c49bb4..000000000
Binary files a/green_orange/img/b_docs.png and /dev/null differ
diff --git a/green_orange/img/b_docsql.png b/green_orange/img/b_docsql.png
deleted file mode 100644
index aadd15181..000000000
Binary files a/green_orange/img/b_docsql.png and /dev/null differ
diff --git a/green_orange/img/b_drop.png b/green_orange/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/green_orange/img/b_drop.png and /dev/null differ
diff --git a/green_orange/img/b_edit.png b/green_orange/img/b_edit.png
deleted file mode 100644
index 82e8d61c3..000000000
Binary files a/green_orange/img/b_edit.png and /dev/null differ
diff --git a/green_orange/img/b_empty.png b/green_orange/img/b_empty.png
deleted file mode 100644
index bc0242134..000000000
Binary files a/green_orange/img/b_empty.png and /dev/null differ
diff --git a/green_orange/img/b_engine.png b/green_orange/img/b_engine.png
deleted file mode 100644
index 35f337d21..000000000
Binary files a/green_orange/img/b_engine.png and /dev/null differ
diff --git a/green_orange/img/b_export.png b/green_orange/img/b_export.png
deleted file mode 100644
index ba5739b71..000000000
Binary files a/green_orange/img/b_export.png and /dev/null differ
diff --git a/green_orange/img/b_firstpage.png b/green_orange/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/green_orange/img/b_firstpage.png and /dev/null differ
diff --git a/green_orange/img/b_ftext.png b/green_orange/img/b_ftext.png
deleted file mode 100644
index 726bd304c..000000000
Binary files a/green_orange/img/b_ftext.png and /dev/null differ
diff --git a/green_orange/img/b_help.png b/green_orange/img/b_help.png
deleted file mode 100644
index 96ae0312a..000000000
Binary files a/green_orange/img/b_help.png and /dev/null differ
diff --git a/green_orange/img/b_home.png b/green_orange/img/b_home.png
deleted file mode 100644
index cbf9b12f5..000000000
Binary files a/green_orange/img/b_home.png and /dev/null differ
diff --git a/green_orange/img/b_import.png b/green_orange/img/b_import.png
deleted file mode 100644
index aa187e834..000000000
Binary files a/green_orange/img/b_import.png and /dev/null differ
diff --git a/green_orange/img/b_index.png b/green_orange/img/b_index.png
deleted file mode 100644
index d952f8346..000000000
Binary files a/green_orange/img/b_index.png and /dev/null differ
diff --git a/green_orange/img/b_info.png b/green_orange/img/b_info.png
deleted file mode 100644
index 9710974e1..000000000
Binary files a/green_orange/img/b_info.png and /dev/null differ
diff --git a/green_orange/img/b_insrow.png b/green_orange/img/b_insrow.png
deleted file mode 100644
index 5b16f1266..000000000
Binary files a/green_orange/img/b_insrow.png and /dev/null differ
diff --git a/green_orange/img/b_lastpage.png b/green_orange/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/green_orange/img/b_lastpage.png and /dev/null differ
diff --git a/green_orange/img/b_minus.png b/green_orange/img/b_minus.png
deleted file mode 100644
index b0146f98e..000000000
Binary files a/green_orange/img/b_minus.png and /dev/null differ
diff --git a/green_orange/img/b_newdb.png b/green_orange/img/b_newdb.png
deleted file mode 100644
index d65b508bb..000000000
Binary files a/green_orange/img/b_newdb.png and /dev/null differ
diff --git a/green_orange/img/b_newtbl.png b/green_orange/img/b_newtbl.png
deleted file mode 100644
index 6a1932e66..000000000
Binary files a/green_orange/img/b_newtbl.png and /dev/null differ
diff --git a/green_orange/img/b_nextpage.png b/green_orange/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/green_orange/img/b_nextpage.png and /dev/null differ
diff --git a/green_orange/img/b_pdfdoc.png b/green_orange/img/b_pdfdoc.png
deleted file mode 100644
index 1a10bee81..000000000
Binary files a/green_orange/img/b_pdfdoc.png and /dev/null differ
diff --git a/green_orange/img/b_plus.png b/green_orange/img/b_plus.png
deleted file mode 100644
index b0ae092b9..000000000
Binary files a/green_orange/img/b_plus.png and /dev/null differ
diff --git a/green_orange/img/b_prevpage.png b/green_orange/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/green_orange/img/b_prevpage.png and /dev/null differ
diff --git a/green_orange/img/b_primary.png b/green_orange/img/b_primary.png
deleted file mode 100644
index 83e3aeee3..000000000
Binary files a/green_orange/img/b_primary.png and /dev/null differ
diff --git a/green_orange/img/b_print.png b/green_orange/img/b_print.png
deleted file mode 100644
index 0c9fd4323..000000000
Binary files a/green_orange/img/b_print.png and /dev/null differ
diff --git a/green_orange/img/b_props.png b/green_orange/img/b_props.png
deleted file mode 100644
index 5863da8fd..000000000
Binary files a/green_orange/img/b_props.png and /dev/null differ
diff --git a/green_orange/img/b_relations.png b/green_orange/img/b_relations.png
deleted file mode 100644
index 47854414a..000000000
Binary files a/green_orange/img/b_relations.png and /dev/null differ
diff --git a/green_orange/img/b_save.png b/green_orange/img/b_save.png
deleted file mode 100644
index 25420522d..000000000
Binary files a/green_orange/img/b_save.png and /dev/null differ
diff --git a/green_orange/img/b_sbrowse.png b/green_orange/img/b_sbrowse.png
deleted file mode 100644
index bbc4e38c4..000000000
Binary files a/green_orange/img/b_sbrowse.png and /dev/null differ
diff --git a/green_orange/img/b_sdb.png b/green_orange/img/b_sdb.png
deleted file mode 100644
index f40b79b72..000000000
Binary files a/green_orange/img/b_sdb.png and /dev/null differ
diff --git a/green_orange/img/b_search.png b/green_orange/img/b_search.png
deleted file mode 100644
index 082c81dd2..000000000
Binary files a/green_orange/img/b_search.png and /dev/null differ
diff --git a/green_orange/img/b_selboard.png b/green_orange/img/b_selboard.png
deleted file mode 100644
index e750fc588..000000000
Binary files a/green_orange/img/b_selboard.png and /dev/null differ
diff --git a/green_orange/img/b_select.png b/green_orange/img/b_select.png
deleted file mode 100644
index fde977f5d..000000000
Binary files a/green_orange/img/b_select.png and /dev/null differ
diff --git a/green_orange/img/b_sql.png b/green_orange/img/b_sql.png
deleted file mode 100644
index affbaf8f1..000000000
Binary files a/green_orange/img/b_sql.png and /dev/null differ
diff --git a/green_orange/img/b_sqldoc.png b/green_orange/img/b_sqldoc.png
deleted file mode 100644
index 4bde4a201..000000000
Binary files a/green_orange/img/b_sqldoc.png and /dev/null differ
diff --git a/green_orange/img/b_sqlhelp.png b/green_orange/img/b_sqlhelp.png
deleted file mode 100644
index 2e8891569..000000000
Binary files a/green_orange/img/b_sqlhelp.png and /dev/null differ
diff --git a/green_orange/img/b_tblanalyse.png b/green_orange/img/b_tblanalyse.png
deleted file mode 100644
index 0d5291110..000000000
Binary files a/green_orange/img/b_tblanalyse.png and /dev/null differ
diff --git a/green_orange/img/b_tblexport.png b/green_orange/img/b_tblexport.png
deleted file mode 100644
index cc2fe1011..000000000
Binary files a/green_orange/img/b_tblexport.png and /dev/null differ
diff --git a/green_orange/img/b_tblimport.png b/green_orange/img/b_tblimport.png
deleted file mode 100644
index 72e9eccb3..000000000
Binary files a/green_orange/img/b_tblimport.png and /dev/null differ
diff --git a/green_orange/img/b_tblops.png b/green_orange/img/b_tblops.png
deleted file mode 100644
index 98dfe4ff8..000000000
Binary files a/green_orange/img/b_tblops.png and /dev/null differ
diff --git a/green_orange/img/b_tbloptimize.png b/green_orange/img/b_tbloptimize.png
deleted file mode 100644
index 53b06840c..000000000
Binary files a/green_orange/img/b_tbloptimize.png and /dev/null differ
diff --git a/green_orange/img/b_tipp.png b/green_orange/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/green_orange/img/b_tipp.png and /dev/null differ
diff --git a/green_orange/img/b_unique.png b/green_orange/img/b_unique.png
deleted file mode 100644
index ea5b5b8cd..000000000
Binary files a/green_orange/img/b_unique.png and /dev/null differ
diff --git a/green_orange/img/b_usradd.png b/green_orange/img/b_usradd.png
deleted file mode 100644
index b14138e1b..000000000
Binary files a/green_orange/img/b_usradd.png and /dev/null differ
diff --git a/green_orange/img/b_usrcheck.png b/green_orange/img/b_usrcheck.png
deleted file mode 100644
index d957446aa..000000000
Binary files a/green_orange/img/b_usrcheck.png and /dev/null differ
diff --git a/green_orange/img/b_usrdrop.png b/green_orange/img/b_usrdrop.png
deleted file mode 100644
index b08f03f56..000000000
Binary files a/green_orange/img/b_usrdrop.png and /dev/null differ
diff --git a/green_orange/img/b_usredit.png b/green_orange/img/b_usredit.png
deleted file mode 100644
index 490259a3a..000000000
Binary files a/green_orange/img/b_usredit.png and /dev/null differ
diff --git a/green_orange/img/b_usrlist.png b/green_orange/img/b_usrlist.png
deleted file mode 100644
index 9af372d39..000000000
Binary files a/green_orange/img/b_usrlist.png and /dev/null differ
diff --git a/green_orange/img/b_view.png b/green_orange/img/b_view.png
deleted file mode 100644
index 81bbc670b..000000000
Binary files a/green_orange/img/b_view.png and /dev/null differ
diff --git a/green_orange/img/b_views.png b/green_orange/img/b_views.png
deleted file mode 100644
index 74ae70ccb..000000000
Binary files a/green_orange/img/b_views.png and /dev/null differ
diff --git a/green_orange/img/bd_browse.png b/green_orange/img/bd_browse.png
deleted file mode 100644
index 6712aec23..000000000
Binary files a/green_orange/img/bd_browse.png and /dev/null differ
diff --git a/green_orange/img/bd_deltbl.png b/green_orange/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/green_orange/img/bd_deltbl.png and /dev/null differ
diff --git a/green_orange/img/bd_drop.png b/green_orange/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/green_orange/img/bd_drop.png and /dev/null differ
diff --git a/green_orange/img/bd_empty.png b/green_orange/img/bd_empty.png
deleted file mode 100644
index aae1b7038..000000000
Binary files a/green_orange/img/bd_empty.png and /dev/null differ
diff --git a/green_orange/img/bd_firstpage.png b/green_orange/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/green_orange/img/bd_firstpage.png and /dev/null differ
diff --git a/green_orange/img/bd_ftext.png b/green_orange/img/bd_ftext.png
deleted file mode 100644
index 4a3591061..000000000
Binary files a/green_orange/img/bd_ftext.png and /dev/null differ
diff --git a/green_orange/img/bd_index.png b/green_orange/img/bd_index.png
deleted file mode 100644
index d1d5de931..000000000
Binary files a/green_orange/img/bd_index.png and /dev/null differ
diff --git a/green_orange/img/bd_insrow.png b/green_orange/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/green_orange/img/bd_insrow.png and /dev/null differ
diff --git a/green_orange/img/bd_lastpage.png b/green_orange/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/green_orange/img/bd_lastpage.png and /dev/null differ
diff --git a/green_orange/img/bd_nextpage.png b/green_orange/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/green_orange/img/bd_nextpage.png and /dev/null differ
diff --git a/green_orange/img/bd_prevpage.png b/green_orange/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/green_orange/img/bd_prevpage.png and /dev/null differ
diff --git a/green_orange/img/bd_primary.png b/green_orange/img/bd_primary.png
deleted file mode 100644
index 79d417a3b..000000000
Binary files a/green_orange/img/bd_primary.png and /dev/null differ
diff --git a/green_orange/img/bd_sbrowse.png b/green_orange/img/bd_sbrowse.png
deleted file mode 100644
index 6c998b847..000000000
Binary files a/green_orange/img/bd_sbrowse.png and /dev/null differ
diff --git a/green_orange/img/bd_select.png b/green_orange/img/bd_select.png
deleted file mode 100644
index 3834f42bf..000000000
Binary files a/green_orange/img/bd_select.png and /dev/null differ
diff --git a/green_orange/img/bd_unique.png b/green_orange/img/bd_unique.png
deleted file mode 100644
index 84cbdd42a..000000000
Binary files a/green_orange/img/bd_unique.png and /dev/null differ
diff --git a/green_orange/img/item.png b/green_orange/img/item.png
deleted file mode 100644
index 66f896468..000000000
Binary files a/green_orange/img/item.png and /dev/null differ
diff --git a/green_orange/img/item_ltr.png b/green_orange/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/green_orange/img/item_ltr.png and /dev/null differ
diff --git a/green_orange/img/item_rtl.png b/green_orange/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/green_orange/img/item_rtl.png and /dev/null differ
diff --git a/green_orange/img/logo_left.png b/green_orange/img/logo_left.png
deleted file mode 100644
index b3fb5dc54..000000000
Binary files a/green_orange/img/logo_left.png and /dev/null differ
diff --git a/green_orange/img/logo_right.png b/green_orange/img/logo_right.png
deleted file mode 100644
index 97ee54055..000000000
Binary files a/green_orange/img/logo_right.png and /dev/null differ
diff --git a/green_orange/img/php_sym.png b/green_orange/img/php_sym.png
deleted file mode 100644
index 9f39f4a0f..000000000
Binary files a/green_orange/img/php_sym.png and /dev/null differ
diff --git a/green_orange/img/pma_logo2.png b/green_orange/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/green_orange/img/pma_logo2.png and /dev/null differ
diff --git a/green_orange/img/s_asc.png b/green_orange/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/green_orange/img/s_asc.png and /dev/null differ
diff --git a/green_orange/img/s_asci.png b/green_orange/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/green_orange/img/s_asci.png and /dev/null differ
diff --git a/green_orange/img/s_attention.png b/green_orange/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/green_orange/img/s_attention.png and /dev/null differ
diff --git a/green_orange/img/s_cancel.png b/green_orange/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/green_orange/img/s_cancel.png and /dev/null differ
diff --git a/green_orange/img/s_cancel2.png b/green_orange/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/green_orange/img/s_cancel2.png and /dev/null differ
diff --git a/green_orange/img/s_db.png b/green_orange/img/s_db.png
deleted file mode 100644
index 338c68f49..000000000
Binary files a/green_orange/img/s_db.png and /dev/null differ
diff --git a/green_orange/img/s_desc.png b/green_orange/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/green_orange/img/s_desc.png and /dev/null differ
diff --git a/green_orange/img/s_error.png b/green_orange/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/green_orange/img/s_error.png and /dev/null differ
diff --git a/green_orange/img/s_error2.png b/green_orange/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/green_orange/img/s_error2.png and /dev/null differ
diff --git a/green_orange/img/s_fulltext.png b/green_orange/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/green_orange/img/s_fulltext.png and /dev/null differ
diff --git a/green_orange/img/s_host.png b/green_orange/img/s_host.png
deleted file mode 100644
index 40e2e51ae..000000000
Binary files a/green_orange/img/s_host.png and /dev/null differ
diff --git a/green_orange/img/s_info.png b/green_orange/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/green_orange/img/s_info.png and /dev/null differ
diff --git a/green_orange/img/s_lang.png b/green_orange/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/green_orange/img/s_lang.png and /dev/null differ
diff --git a/green_orange/img/s_loggoff.png b/green_orange/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/green_orange/img/s_loggoff.png and /dev/null differ
diff --git a/green_orange/img/s_notice.png b/green_orange/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/green_orange/img/s_notice.png and /dev/null differ
diff --git a/green_orange/img/s_okay.png b/green_orange/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/green_orange/img/s_okay.png and /dev/null differ
diff --git a/green_orange/img/s_partialtext.png b/green_orange/img/s_partialtext.png
deleted file mode 100644
index ad1e99dce..000000000
Binary files a/green_orange/img/s_partialtext.png and /dev/null differ
diff --git a/green_orange/img/s_passwd.png b/green_orange/img/s_passwd.png
deleted file mode 100644
index b1ab12c98..000000000
Binary files a/green_orange/img/s_passwd.png and /dev/null differ
diff --git a/green_orange/img/s_process.png b/green_orange/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/green_orange/img/s_process.png and /dev/null differ
diff --git a/green_orange/img/s_really.png b/green_orange/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/green_orange/img/s_really.png and /dev/null differ
diff --git a/green_orange/img/s_reload.png b/green_orange/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/green_orange/img/s_reload.png and /dev/null differ
diff --git a/green_orange/img/s_rights.png b/green_orange/img/s_rights.png
deleted file mode 100644
index c4294d6fa..000000000
Binary files a/green_orange/img/s_rights.png and /dev/null differ
diff --git a/green_orange/img/s_status.png b/green_orange/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/green_orange/img/s_status.png and /dev/null differ
diff --git a/green_orange/img/s_tbl.png b/green_orange/img/s_tbl.png
deleted file mode 100644
index 7a911973e..000000000
Binary files a/green_orange/img/s_tbl.png and /dev/null differ
diff --git a/green_orange/img/s_theme.png b/green_orange/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/green_orange/img/s_theme.png and /dev/null differ
diff --git a/green_orange/img/s_vars.png b/green_orange/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/green_orange/img/s_vars.png and /dev/null differ
diff --git a/green_orange/img/s_views.png b/green_orange/img/s_views.png
deleted file mode 100644
index 4dd756312..000000000
Binary files a/green_orange/img/s_views.png and /dev/null differ
diff --git a/green_orange/img/s_warn.png b/green_orange/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/green_orange/img/s_warn.png and /dev/null differ
diff --git a/green_orange/img/spacer.png b/green_orange/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/green_orange/img/spacer.png and /dev/null differ
diff --git a/green_orange/img/tbl_error.png b/green_orange/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/green_orange/img/tbl_error.png and /dev/null differ
diff --git a/green_orange/img/tbl_header.png b/green_orange/img/tbl_header.png
deleted file mode 100644
index bb0592819..000000000
Binary files a/green_orange/img/tbl_header.png and /dev/null differ
diff --git a/green_orange/img/tbl_th.png b/green_orange/img/tbl_th.png
deleted file mode 100644
index 2aa0eb8d0..000000000
Binary files a/green_orange/img/tbl_th.png and /dev/null differ
diff --git a/green_orange/img/vertical_line.png b/green_orange/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/green_orange/img/vertical_line.png and /dev/null differ
diff --git a/green_orange/info.inc.php b/green_orange/info.inc.php
deleted file mode 100644
index 754cdfbb2..000000000
--- a/green_orange/info.inc.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/green_orange/layout.inc.php b/green_orange/layout.inc.php
deleted file mode 100644
index b927ded6b..000000000
--- a/green_orange/layout.inc.php
+++ /dev/null
@@ -1,57 +0,0 @@
- '#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
deleted file mode 100644
index 1f675920f..000000000
Binary files a/green_orange/screen.png and /dev/null differ
diff --git a/grid/css/theme_left.css.php b/grid/css/theme_left.css.php
deleted file mode 100644
index 052387f64..000000000
--- a/grid/css/theme_left.css.php
+++ /dev/null
@@ -1,308 +0,0 @@
-get('fontsize')) {
- echo $GLOBALS['PMA_Config']->get('fontsize');
- } elseif (!empty($_COOKIE['pma_fontsize'])) {
- echo $_COOKIE['pma_fontsize'];
- } else echo '82%';
- echo
- _E,
-
- 'input', _K,
- 'select', _K,
- 'textarea',
- _S, 'font-size:', _2, '1em',
- _E;
-
-}
-
-if (version_compare(PMA_VERSION, '2.9', 'lt') && !empty($GLOBALS['cfg']['FontSize'])) {
- echo
- 'html',
- _S, 'font-size:', _2, $GLOBALS['cfg']['FontSize'],
- _E;
-
-}
-
-echo
-'body', _S;
-if (!empty($GLOBALS['cfg']['FontFamily'])) {
- echo 'font-family:', _2, $GLOBALS['cfg']['FontFamily'],
- _M;
-}
-
-echo
- 'background:', _2, $GLOBALS['cfg']['NaviBGC'],
-_M, 'color:', _3, $GLOBALS['cfg']['NaviColor'],
-_E,
-
-'hr',
-_S, 'border:', _3, 0,
-_M, 'color:', _3, $GLOBALS['cfg']['NaviColor'],
-_M, 'background:', _2, $GLOBALS['cfg']['NaviColor'],
-_M, 'height:', _3, '1px', //mimic border 1px solid
-_M, 'margin-top:', _2, '.5em',
-_E,
-
-
-// Links:
-'a',
-_S, 'text-decoration:', _1, 'none',
-_M, 'padding:', _2, '0 2px 1px 2px', //top l? bot r?
-_M, 'color:', _3, $GLOBALS['cfg']['NaviLinkColor'],
-_E,
-
-'a:hover',
- _S, 'text-decoration:', _1, 'underline';
-if ($GLOBALS['cfg']['LeftPointerEnable']) {
- echo
- _M, 'background:', _2, $GLOBALS['cfg']['NaviPointerBGC'],
- _M, 'color:', _3, $GLOBALS['cfg']['NaviPointerColor']; //doesn'work on dbname
-}
-echo
-_E,
-
-'a:active',
-_S, 'background:', _2, $GLOBALS['cfg']['NaviActiveBGC'],
-_E,
-
-'a:focus',
-_S, 'text-decoration:', _1, 'none',
-_E,
-
-'a img',
-_S, 'border:', _3, 0, //avoid thick link border
-_E,
-// end Links
-
-'form',
-_S, 'display:', _2, 'inline',
-_E,
-
-'select',
-_S, 'margin-top:', _2, '2px',
-_E;
-
-echo version_compare(PMA_VERSION, '2.11', 'lt')
-?
-'select'
-:
-'#navidbpageselector' . // here only concat!
-_S . 'padding-', $left, ':' . _2 . '2px' .
-_M . 'text-align:' . _2 . 'center' .
-_E .
-
-'select#select_server' . _K .
-'select#lightm_db';
-
-echo
-_S, 'width:', _3, '100%',
-_E,
-
-'option', // for db paging
-_S, 'padding-', $left, ':', _2, '5px',
-_E,
-
-// buttons in some browsers (e.g., Konqueror) are block elements, this breaks design:
-'button',
-_S, 'display:', _2, 'inline',
-_E,
-
-
-// classes
-
-'ul#databaseList', _K,
-'#databaseList ul',
-_S, 'list-style-type:', _1, 'none', // Gecko
-_E;
-
-if (!$GLOBALS['cfg']['LeftMarkerEnable']) {
- echo
- 'ul#databaseList li.selected a',
- _S, 'background:', _2, $GLOBALS['cfg']['NaviMarkedBGC'],
- _M, 'color:', _3, $GLOBALS['cfg']['NaviMarkedColor'],
- _E;
-}
-
-echo
-'#databaseList li',
-_S, 'padding-', $left, ':', _2, '4px',
-_M, 'background:', _2, $GLOBALS['cfg']['NaviDblBGC'],
-_E,
-
-// 2.11+ :
-'.navi_dbName',
-_S, 'font-weight:', _2, 'bold';
-if (!empty($GLOBALS['cfg']['NaviDbNameColor'])) {
- echo _M, 'color:', _3, $GLOBALS['cfg']['NaviDbNameColor'];
-}
-if (!empty($GLOBALS['cfg']['NaviDbNameBGC'])) {
- echo _M, 'background:', _2, $GLOBALS['cfg']['NaviDbNameBGC'];
-}
-echo
-_E,
-
-'.navi_dbName:hover',
-_S, 'text-decoration:', _1, 'underline',
-_E,
-
-
-// specific elements
-'#pmalogo', _K,
-'#leftframelinks',
-_S, 'text-align:', _2, 'center',
-_E,
-
-'#pmalogo',
-_S, 'background-color:', _1, $GLOBALS['cfg']['NaviLogoBGC'],
-_E,
-
-'#leftframelinks', _K,
-'#navidbpageselector',
-_S, 'padding-bottom:', _2, '3px',
-_E,
-
-'#leftframelinks',
-_S, 'padding-top:', _2, '3px',
-_E;
-
-
-// serverlist
-
-if ($GLOBALS['cfg']['LeftDisplayServers']) {
- echo
- '#serverinfo',
- _S, 'margin:', _3, '2px',
- _E;
-
- if ($GLOBALS['cfg']['DisplayServersList']) {
- echo
- '#list_server',
- _S, 'list-style-type:', _1, 'decimal',
- _M, 'padding-', $left, ':', _2, '1.8em', // .2 if "inside"
- _E;
- }
-}
-
-echo
-'.icon a', _K,
-'div#databaseList',
-_S, 'padding:', _2, '3px',
-_E,
-
-// left_tableList
-'#left_tableList',
-_S, 'margin:', _3, '0 2px',
-_M, 'padding:', _2, '0 2px',
-_M, 'background:', _2, $GLOBALS['cfg']['Navi2ndBGC'],
-_E,
-
-'#left_tableList li',
-_S, 'padding-bottom:', _2, '1px', //for "__" spacing
-_M, 'white-space:', _2, 'nowrap';
-
-if ('IE' != PMA_USR_BROWSER_AGENT) {
- echo
- _M, 'margin:', _3, '1px 0 0 0';
-}
-echo
-_E;
-
-if ($GLOBALS['cfg']['LeftMarkerEnable']) { // orig:NaviMarkedColor???
-// marked items
- if (!$GLOBALS['cfg']['LeftFrameLight']) {
- echo
- '#left_tableList > ul li.marked > a', _K; //4 overiding Link(Color)
- }
- echo
- '#left_tableList > ul li.marked',
- _S, 'background:', _2, $GLOBALS['cfg']['NaviMarkedBGC'],
- _M, 'color:', _3, $GLOBALS['cfg']['NaviMarkedColor'],
- _E;
-}
-
-echo
-'#imgpmalogo', _K,
-'.icon', _K,
-'#left_tableList img',
-_S, 'vertical-align:', _2, 'middle', //make a:hover covering the whole img
-_E,
-
-'#left_tableList ul',
-_S, 'list-style-type:', _1, 'none',
-_M, 'background:', _2, $GLOBALS['cfg']['Navi2ndBGC'], //for marking selected db&table only
-_E,
-
-'#left_tableList ul ul',
-_S, 'padding-', $left, ':', _2, '2px',
-_M, 'border-', $left, ':', _2, '1px solid ', $GLOBALS['cfg']['NaviColor'],
-_M, 'border-bottom:', _2, '1px solid ', $GLOBALS['cfg']['NaviColor'],
-_M, 'background:', _2, $GLOBALS['cfg']['NaviTblBGC'],
-_E;
-
diff --git a/grid/css/theme_right.css.php b/grid/css/theme_right.css.php
deleted file mode 100644
index 9bee7eff1..000000000
--- a/grid/css/theme_right.css.php
+++ /dev/null
@@ -1,1395 +0,0 @@
-getImgPath()
-: $_SESSION['PMA_Theme']->getImgPath()
-);
-define('_listImgUrl', 'list-style-image:' . _1 . 'url("' . _imgPath ); //.....xxx.png")
-
-// colors of several borders:
-define('_red', '#e00');
-define('_silver', '#eee');
-
-echo _NL, '/* ', _MainGridVersion, ' */', _NL;
-
-if (version_compare(PMA_VERSION,'3.0','ge')) {
- echo
- 'html',
- _S, 'font-size:', _2;
- if (null !== $GLOBALS['PMA_Config']->get('fontsize')) {
- echo $GLOBALS['PMA_Config']->get('fontsize');
- } elseif (!empty($_COOKIE['pma_fontsize'])) {
- echo $_COOKIE['pma_fontsize'];
- } else echo '82%';
- echo
- _E,
-
- 'input', _K,
- 'select', _K,
- 'textarea',
- _S, 'font-size:', _2, '1em',
- _E;
-
-} else {
-/* @deprecated */
- echo '
-.nowrap {
- white-space: nowrap;
-}';
-}
-
-/*
-div.nowrap
-{
-*/
-
-echo
-'*',
-_S, 'margin:', _3, 0,
-_M, 'padding:', _2, 0,
-_E,
-
-'body',
-_S, 'margin:', _3, '4px',
-_M, 'color:', _3, $GLOBALS['cfg']['MainColor'],
-_M, 'background:', _2, $GLOBALS['cfg']['MainBGC'];
-if ('MOZILLA' != PMA_USR_BROWSER_AGENT ) {
- // oldstyle:
- echo ' url("', _imgPath, 'vertical_line.png") repeat-y';
- // http://www.w3.org/TR/CSS21/syndata.html (double) quotes around url ok
- // (just incase someone has spaces in his path)
-}
-
-if (!empty($GLOBALS['cfg']['FontFamily'])) {
- echo
- _M, 'font-family:', _2, $GLOBALS['cfg']['FontFamily'];
-}
-echo _E; //end body
-
-if (!empty($GLOBALS['cfg']['FontFamilyFixed'])) {
- echo
- 'textarea', _K,
- 'tt', _K,
- 'pre',
- _S, 'font-family:', _2, $GLOBALS['cfg']['FontFamilyFixed'],
- _E;
-}
-
-echo
-'input',
-_S, 'padding:', _2, '0 2px',
-_M, 'margin-bottom:', _2, '1px', //if sql window is narrow
-_E,
-
-'h1',
-_S, 'font-size:', _2, '140%', // on main only
-_M, 'padding:', _2, '0 22px',
-//_M, 'border:', _3, '1px solid red',
-_E,
-
-'h2',
-_S, 'font-size:', _2, '120%',
-_E,
-
-'a', // top/bot left/right
-_S, 'padding:', _2, '0 2px',
-_E,
-
-// Links:
-'a',
-_S, 'text-decoration:', _1, 'none',
-_M, 'color:', _3, $GLOBALS['cfg']['MainLinkColor'],
-_M, 'padding:', _2, '0 2px 1px 2px', //top l? bot r?
-
-_E,
-
-'a:hover',
-_S, 'text-decoration:', _1, 'underline',
-_M, 'color:', _3, $GLOBALS['cfg']['MainLinkHoverColor'],
-_M, 'background:', _2, $GLOBALS['cfg']['MainLinkHoverBGC'],
-_E,
-
-'a:active',
-_S, 'background:', _2, $GLOBALS['cfg']['MainActiveBGC'],
-_E,
-
-'a:focus',
-_S, 'background:', _2, $GLOBALS['cfg']['BrowsePointerBGC'],
-_E,
-
-
-'dfn',
-_S, 'font-style:', _2, 'normal',
-_E,
-
-'dfn:hover',
-_S, 'font-style:', _2, 'normal',
-_M, 'cursor:', _3, 'help',
-_E,
-
-'th',
-_S, 'font-weight:', _2, 'bold',
-_M, 'color:', _3, $GLOBALS['cfg']['ThColor'],
-_M, 'background:', _2, $GLOBALS['cfg']['ThBGC'],
-_E,
-
-'a img',
-_S, 'border:', _3, 0,
-_E,
-
-'hr',
-_S, 'color:', _3, $GLOBALS['cfg']['MainColor'],
-_M, 'background:', _2, $GLOBALS['cfg']['MainColor'], //sic!
-_M, 'border:', _3, 0,
-_M, 'height:', _3, '1px',
-_E,
-
-'form',
-_S, 'margin:', _3, '1px',
-_M, 'display:', _2, 'inline',
-_E,
-
-'textarea',
-_S, 'overflow:', _2, 'visible',
-_M, 'height:', _3, ceil($GLOBALS['cfg']['TextareaRows']*1.2), 'em',
-//thx Mario Rohkrämer (ligh1l) Gag_H
-_E,
-
-'fieldset',
-_S, 'margin-top:', _2, '.7em', //for sql window
-_M, 'padding:', _2, '5px',
-_M, 'background:', _2, $GLOBALS['cfg']['FieldsetBGC'],
-_M, 'border:', _3, '1px solid ', $GLOBALS['cfg']['BorderColor'],
-_E,
-
-'fieldset fieldset',
-_S, 'margin:', _3, '.8em',
-_E,
-
-'fieldset legend',
-_S, 'padding:', _2, '1px 3px'; //.1 .3
-if ($GLOBALS['cfg']['LegendBorder']) {
- echo
- _M, 'border:', _3, '1px solid ', $GLOBALS['cfg']['BorderColor'],
- _M, 'border-bottom:', _2, 0;
-}
-echo
-_M, 'background:', _2, $GLOBALS['cfg']['LegendBGC'],
-_M, 'color:', _3, $GLOBALS['cfg']['LegendColor'],
-_M, 'margin-top:', _2, '3px',
-_M, 'font-weight:', _2, 'bold',
-_E,
-
-// buttons in some browsers (eg. Konqueror) are block elements, this breaks design:'
-
-'button',
-_S, 'display:', _2, 'inline',
-_E,
-
-'table',
-_S, 'margin:', _3, '3px 1px 1px 1px',
-_M, 'border-collapse:', _1, 'collapse',
-_E,
-
-'table caption', _K,
-'th', _K,
-'td',
-_S, 'padding:', _2, '0 2px';
-//margin default
-if ($GLOBALS['cfg']['Border']) {
- echo _M, 'border:', _3, $GLOBALS['cfg']['Border'], ' solid ', $GLOBALS['cfg']['MainGridColor'];
-}
-echo
-_E,
-
-'td',
-_S, 'vertical-align:', _2, 'top',
-_E,
-
-'th',
-_S, 'vertical-align:', _2, 'bottom',
-_E,
-
-'input', _K,
-'select', _K,
-'button', _K, //??
-'img',
-_S, 'vertical-align:', _2, 'middle',
-_E,
-
-
-// classes
-
-'div.tools',
-_S, 'border:', _3, '1px solid ', $GLOBALS['cfg']['BorderColor'],
-_M, 'padding:', _2, '2px',
-_E,
-
-'div.tools', _K,
-'fieldset.tblFooters',
-_S, 'border-top:', _2, 0,
-_M, 'margin-top:', _2, 0,
-_M, 'margin-bottom:', _2, '5px',
-_M, 'text-align:', _2, $right,
-_M, 'background:', _2, $GLOBALS['cfg']['FieldsetFooterBGC'],
-_M, 'float:', _3, 'none',
-_M, 'clear:', _3, 'both',
-_E,
-
-'fieldset .formelement',
-_S, 'margin-', $right, ':', _2, '5px',
-_M, 'white-space:', _2, 'nowrap', //IE
-_E,
-// revert for Gecko
-'fieldset div[class=formelement]',
-_S, 'white-space:', _2, 'normal',
-_E,
-
-'button.mult_submit',
-_S, 'border:', _3, 0,
-//_M, 'border-bottom:', _3, '1px solid blue',
-_M, 'margin:', _3, '0 2px',
-_M, 'background:', _2, 'transparent',
-_E,
-
-'button.mult_submit:hover',
-_S, 'background:', _2, $GLOBALS['cfg']['MainLinkHoverBGC'], //not IE6
-_M, 'cursor:', _3, 'pointer',
-//IE4 _M, 'cursor:',_3, 'hand',
-_E,
-
-// odd items 1,3,5,7,...
-'table tr.odd th', _K,
-'.odd',
-_S, 'background:', _2, $GLOBALS['cfg']['BgOne'],
-_E,
-
-// even items 2,4,6,8,...
-'table tr.even th', _K,
-'.even',
-_S, 'background:', _2, $GLOBALS['cfg']['BgTwo'],
-_E,
-
-// odd table rows 1,3,5,7,...
-'table tr.odd th', _K,
-'table tr.odd', _K,
-'table tr.even th', _K,
-'table tr.even',
-_S, 'text-align:', _2, $left,
-_E;
-
-if ($GLOBALS['cfg']['BrowseMarkerEnable']) {
-// marked table rows
- echo
- 'table tr.marked th', _K,
- 'table tr.marked',
- _S, 'background:', _2, $GLOBALS['cfg']['BrowseMarkerBGC'],
- _M, 'color:', _3, $GLOBALS['cfg']['BrowseMarkerColor'],
-_E;
-}
-
-if ($GLOBALS['cfg']['BrowsePointerEnable']) {
-// hovered items
- echo
- '.odd:hover', _K,
- '.even:hover', _K,
- '.hover',
- _S, 'background:', _2, $GLOBALS['cfg']['BrowsePointerBGC'],
- _M, 'color:', _3, $GLOBALS['cfg']['BrowsePointerColor'],
- _E,
-
-// hovered table rows
- 'table tr.odd:hover th', _K,
- 'table tr.even:hover th', _K,
- 'table tr.hover th',
- _S, 'background:', _2, $GLOBALS['cfg']['BrowsePointerBGC'],
- _M, 'color:', _3, $GLOBALS['cfg']['BrowsePointerColor'],
- _E;
-} // endif BrowsePointerEnabled
-
-echo
-// marks table rows/cells if the db field is in a where condition
-'tr.condition th', _K,
-'tr.condition td', _K,
-'td.condition', _K,
-'th.condition',
-_S, 'border:', _3, '1px solid ', $GLOBALS['cfg']['BrowseMarkerBGC'],
-_E,
-
-'table .value',
-_S, 'text-align:', _2, $right,
-_M, 'white-space:', _2, 'normal',
-_E,
-
-// IE(?) doesn't handle 'pre' right:
-'table [class=value]',
-_S, 'white-space:', _2, 'normal',
-_E;
-
-if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) {
- echo
- '.value',
- _S, 'font-family:', _2, $GLOBALS['cfg']['FontFamilyFixed'],
- _E;
-}
-
-echo
-'.value .attention',
-_S, 'color:', _3, _red,
-_M, 'font-weight:', _2, 'bold',
-_E,
-
-'.value .allfine',
-_S, 'color:', _3, 'green',
-_E,
-
-'img.lightbulb',
-_S, 'cursor:', _3, 'pointer',
-_E,
-
-'.pdflayout',
-_S, 'overflow:', _2, 'hidden',
-_M, 'clip:', _3, 'inherit',
-_M, 'background:', _2, '#fff',
-_M, 'display:', _2, 'none',
-_M, 'border:', _3, '1px solid #000',
-_M, 'position:', _2, 'relative',
-_E,
-
-'.pdflayout_table',
-_S, 'background:', _2, '#D3DCE3',
-_M, 'color:', _3, '#000',
-_M, 'overflow:', _2, 'hidden',
-_M, 'clip:', _3, 'inherit',
-_M, 'z-index:', _2, '2',
-_M, 'display:', _2, 'inline',
-_M, 'visibility:', _2, 'inherit',
-_M, 'cursor:', _3, 'move',
-_M, 'position:', _2, 'absolute',
-_M, 'font-size:', _2, '80%',
-_M, 'border:', _3, '1px dashed #000',
-_E,
-
-// MySQL Parser:
-'.syntax',
-_S, 'font-size:', _2, '80%',
-_M, 'line-height:', _2, 1.3, // "line-spacing"
-_E,
-
-'.syntax_comment',
-_S, 'padding-left:', _2, '4pt',
-_M, 'padding-right:', _2, '4pt',
-_E,
-
-'.syntax_alpha_columnType', _K,
-'.syntax_alpha_columnAttrib', _K,
-'.syntax_alpha_functionName', _K,
-'.syntax_alpha_reservedWord',
-_S, 'text-transform:', _2, 'uppercase',
-_E,
-
-'.syntax_alpha_reservedWord',
-_S, 'font-weight:', _2, 'bold',
-_E,
-
-'.syntax_quote',
-_S, 'white-space:', _2, 'pre',
-_E,
-
-
-//leave some space between icons and text
-'.icon',
-_S, 'vertical-align:', _2, 'middle',
-_M, 'margin:', _3, '0 3px',
-_E,
-
-'.selectallarrow',
-_S, 'margin-', $right, ':', _2, '3px',
-_M, 'margin-', $left, ':', _2, '.6em',
-_E,
-
-
-// message boxes: warning, error, confirmation
-'.warning',
-_S, 'color:', _3, '#c00',
-_M, 'background:', _2, '#ffc',
-_E,
-
-'.error',
-_S, 'background:', _2, '#ffc',
-_M, 'color:', _3, '#f00',
-_E;
-
-echo version_compare(PMA_VERSION, '3', 'lt') //r10741
-?
-'.notice' .
-_S . 'color:' . _3 . '#000' .
-_M . 'background:' . _2 . '#ffd' .
-_E .
-
-'h1.notice' . _K .
-'div.notice' .
-_S . 'margin:' . _3 . '5px 0' .
-_M . 'border:' . _3 . '1px solid #FFD700'
-:
-'.notice h1' . _K .
-'.success h1' . _K .
-'.warning h1' . _K .
-'div.error h1' .
-_S . 'border-bottom:' . _2 . '2px solid' . //??
-_M . 'font-weight:' . _2 . 'bold' .
-_M . 'text-align:' . _2 . $left .
-_M . 'margin:' . _3 . '0 0 2px 0' .
-_E .
-
-'div.success' . _K .
-'div.notice' . _K .
-'div.warning' . _K .
-'div.error' .
-_S . 'margin:' . _3 . '2px 0 0 0' .
-_M . 'border:' . _3 . '1px solid';
-if ($GLOBALS['cfg']['ErrorIconic']) {
- if (version_compare(PMA_VERSION, '3', 'lt')) {
- echo _M, 'background-image:', _1, 'url("', _imgPath, 's_notice.png")';
- }
- echo _M, 'background-repeat:', _1, 'no-repeat';
- if ($GLOBALS['text_dir'] === 'ltr') {
- echo
- _M, 'background-position:', _1, '1em 50%',
- _M, 'padding:', _2, '4px 1em 4px 36px';
- } else {
- echo
- _M, 'background-position:', _1, '99% 50%',
- _M, 'padding:', _2, '4px 5% 4px 1em';
- }
-} else {
- echo
- 'padding:', _2, '5px';
-}
-
-echo
-_E;
-
-if (version_compare(PMA_VERSION,'3', 'lt')) { //r10741
- echo
- '.notice h1',
- _S, 'border-bottom:', _2, '1px solid #FFD700',
- _M, 'font-weight:', _2, 'bold',
- _M, 'text-align:', _2, $left,
- _M, 'margin:', _3, '0 0 2px 0',
- _E,
-
- 'p.warning', _K,
- 'h1.warning', _K,
- 'div.warning',
-
- _S, 'margin:', _2, '3px 0 0 0',
- _M, 'border:', _2, '1px solid #c00';
-
- if ($GLOBALS['cfg']['ErrorIconic']) {
- echo
- _M, 'background-image:', _1, 'url("', _imgPath, 's_warn.png")',
- _M, 'background-repeat:', _1, 'no-repeat';
- if ($GLOBALS['text_dir'] === 'ltr') {
- echo
- _M, 'background-position:', _1, '1em 50%',
- _M, 'padding:', _2, '4px 1em 4px 36px';
- } else {
- echo
- _M, 'background-position:', _1, '99% 50%',
- _M, 'padding:', _2, '4px 5% 4px 1em';
- }
- } else {
- echo _M, 'padding:', _2, '4px';
- }
-
- echo
- _E,
-
- '.warning h1',
- _S, 'border-bottom:', _2, '1px solid #c00',
- _M, 'font-weight:', _2, 'bold',
- _M, 'text-align:', _2, $left,
- _M, 'margin:', _2, '0 0 2px 0',
- _E,
-
- '.error',
- _S, 'background:', _2, '#ffc',
- _M, 'color:', _3, '#f00',
- _E,
-
- 'h1.error', _K,
- 'div.error',
- _S, 'margin:', _3, '5px 0',
- _M, 'border:', _3, '1px solid #f00';
-
- if ($GLOBALS['cfg']['ErrorIconic']) {
- echo
- _M, 'background-image:', _1, 'url("', _imgPath, 's_error.png")',
- _M, 'background-repeat:', _1, 'no-repeat';
- if ($GLOBALS['text_dir'] === 'ltr') {
- echo
- _M, 'background-position:', _1, '1em 50%',
- _M, 'padding:', _2, '5px 1em 5px 36px';
- } else {
- echo
- _M, 'background-position:', _1, '99% 50%',
- _M, 'padding:', _2, '5px 5% 5px 1em';
- }
- } else {
- echo
- _M, 'padding:', _2, '5px';
- }
-
- echo
- _E,
-
- 'div.error h1',
- _S, 'border-bottom:', _2, '1px solid #f00',
- _M, 'font-weight:', _2, 'bold',
- _M, 'text-align:', _2, $left,
- _M, 'margin:', _3, '0 0 2px 0',
- _E;
-
-} else {
-
- echo
- '.success',
- _S, 'color:', _3, '#000',
- _M, 'background:', _2, '#f0fff0',
- _E,
-
- 'h1.success', _K,
- 'div.success',
- _S, 'border-color:', _2, $GLOBALS['cfg']['SuccessBorderColor'];
- if ($GLOBALS['cfg']['ErrorIconic']) {
- echo _M, 'background-image:', _1, 'url("', _imgPath, 's_success.png")';
- }
- echo
- _E,
-
- '.success h1',
- _S, 'border-color:', _2, '#0d0',
- _E,
-
- '.notice',
- _S, 'color:', _3, '#000',
- _M, 'background:', _2, '#ffd',
- _E,
-
- 'h1.notice', _K,
- 'div.notice',
- _S, 'border-color:', _2, '#FFD700';
- if ($GLOBALS['cfg']['ErrorIconic']) {
- echo _M, 'background-image:', _1, 'url("', _imgPath, 's_notice.png")';
- }
- echo
- _E,
-
- '.notice h1',
- _S, 'border-color:', _2, '#FFD700',
- _E,
-
- 'p.warning', _K,
- 'h1.warning', _K,
- 'div.warning',
- _S, 'border-color:', _2, '#ffd700';
- if ($GLOBALS['cfg']['ErrorIconic']) {
- echo _M, 'background-image:', _1, 'url("', _imgPath, 's_warn.png")';
- }
- echo
- _E,
-
- '.warning h1',
- _S, 'border-color:', _2, '#c00',
- _E,
-
- 'h1.error', _K,
- 'div.error',
- _S, 'border-color:', _2, '#f00';
- if ($GLOBALS['cfg']['ErrorIconic']) {
- echo _M, 'background-image:', _1, 'url("', _imgPath, 's_error.png")';
- }
- echo
- _E,
-
- 'div.error h1',
- _S, 'border-color:', _2, '#f00',
- _E;
-}//r10741
-
-echo
-'.confirmation',
-_S, 'background:', _2, '#ffc',
-_E,
-
-'fieldset.confirmation',
-_S, 'border:', _3, '1px solid #f00',
-_E,
-
-'fieldset.confirmation legend',
-_S, 'border-left:', _2, '1px solid #f00',
-_M, 'border-right:', _2, '1px solid #f00',
-_M, 'font-weight:', _2, 'bold';
-if ($GLOBALS['cfg']['ErrorIconic']) {
- echo
- _M, 'background-image:', _1, 'url("', _imgPath, 's_really.png")',
- _M, 'background-repeat:', _1, 'no-repeat';
- if ($GLOBALS['text_dir'] === 'ltr') {
- echo
- _M, 'background-position:', _1, '5px 50%',
- _M, 'padding:', _2, '2px 2px 2px 25px';
- } else {
- echo
- _M, 'background-position:', _1, '97% 50%',
- _M, 'padding:', _2, '2px 25px 2px 2px';
- }
-}
-
-echo
- _E, // end messageboxes
-
-'.tblcomment',
-_S, 'font-size:', _2, '90%',
-_M, 'font-weight:', _2, 'normal',
-_M, 'color:', _3, '#009',
-_E,
-
-'.tblHeaders',
-_S, 'font-weight:', _2, 'bold',
-_M, 'color:', _3, $GLOBALS['cfg']['ThColor'],
-_M, 'background:', _2, $GLOBALS['cfg']['ThBGC'],
-_E,
-
-'div.tools', _K,
-'.tblFooters',
-_S, 'font-weight:', _2, 'normal',
-_M, 'color:', _3, $GLOBALS['cfg']['ThColor'],
-_M, 'background:', _2, $GLOBALS['cfg']['ThBGC'],
-_E,
-
-'div.tools a:link', _K,
-'div.tools a:active', _K,
-'div.tools a:visited', _K,
-'.tblHeaders a:link', _K,
-'.tblHeaders a:active', _K,
-'.tblHeaders a:visited', _K,
-'.tblFooters a:link', _K,
-'.tblFooters a:active', _K,
-'.tblFooters a:visited',
-_S, 'color:', _3, '#00f',
-_E,
-
-'div.tools a:hover', _K,
-'.tblHeaders a:hover', _K,
-'.tblFooters a:hover',
-_S, 'color:', _3, '#f00',
-_E,
-
-'.noPrivileges',
-_S, 'color:', _3, '#f00',
-_M, 'font-weight:', _2, 'bold',
-_E,
-
-'.disabled', _K,
-'.disabled a:link', _K,
-'.disabled a:active', _K,
-'.disabled a:visited',
-_S, 'color:', _3, '#666',
-_E,
-
-'.disabled a:hover',
-_S, 'color:', _3, '#666',
-_M, 'text-decoration:', _1, 'none',
-_E,
-
-'tr.disabled td', _K,
-'td.disabled',
-_S, 'background:', _2, '#ccc',
-_E,
-
-'body.loginform h1', _K,
-'body.loginform a.logo',
-_S, 'display:', _2, 'block',
-_M, 'text-align:', _2, 'center',
-_E,
-
-'body.loginform',
-_S, 'text-align:', _2, 'center',
-_E,
-
-'body.loginform div.container',
-_S, 'text-align:', _2, $left,
-_M, 'width:', _3, '30em',
-_M, 'margin:', _3, '0 auto',
-_E,
-
-'form.login label',
-_S, 'width:', _3, '10em',
-_M, 'font-weight:', _2, 'bolder',
-_E,
-
-// specific elements
-'ul#topmenu',
-_S, 'font-weight:', _2, 'bold',
-_M, 'list-style-type:', _2, 'none',
-_E,
-
-'ul#topmenu li',
-_S, 'list-style-type:', _2, 'none',
-_M, 'vertical-align:', _2, 'middle',
-_E,
-
-'ul#topmenu li.active',
-_S, 'border-bottom:', _2, '2px solid ', $GLOBALS['cfg']['MainBGC'],
-_E,
-
-
-'#topmenu img',
-_S, 'vertical-align:', _2, 'middle',
-_M, 'margin-', $right, ':', _2, '1px',
-_E,
-
-'.tab', _K,
-'.tabcaution', _K,
-'.tabactive',
-_S, 'display:', _2, 'block',
-_M, 'margin:', _3, '2px 2px 0 2px',
-_M, 'padding:', _2, '2px 2px 0 2px',
-_M, 'white-space:', _2, 'nowrap',
-_E,
-
-'span.tab',
-_S, 'color:', _3, '#666',
-_E,
-
-'span.tabcaution',
-_S, 'color:', _3, '#f66',
-_E,
-
-'a.tabcaution',
-_S, 'color:', _3, '#f00',
-_E,
-
-'a.tabcaution:hover',
-_S, 'color:', _3, '#fff',
-_M, 'background:', _2, '#f00',
-_E;
-
-if ($GLOBALS['cfg']['LightTabs']) {
- echo
- 'a.tabactive',
- _S, 'color:', _3, $GLOBALS['cfg']['MainColor'];
-} else {
- echo
- '#topmenu',
- _S, 'margin-top:', _2, '5px',
- _M, 'padding:', _2, '1px 3px',
- _E,
-
- 'ul#topmenu li',
- _S, 'border-bottom:', _2, '2px solid ', $GLOBALS['cfg']['TabUnderlineColor'],
- _E,
-
- '.tab', _K,
- '.tabcaution', _K,
- '.tabactive',
- _S, 'background:', _2, $GLOBALS['cfg']['TabBGC'];
- if ('SAFARI' == PMA_USR_BROWSER_AGENT) {
- echo
- _M, '-webkit-border-radius-topleft:', _1, '5px',
-/**
-iPhone:
- Mibbit (Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/4A93 Safari/419.3)
-**/
- _M, '-webkit-border-radius-topright:', _1, '5px';
- } elseif ('MOZILLA' == PMA_USR_BROWSER_AGENT) {
- // FF,SeaMonkey..
- echo
- _M, '-moz-border-radius-topleft:', _1, '5px',
- _M, '-moz-border-radius-topright:', _1, '5px';
- } else {
- echo
- _M, 'border-top:', _3, '1px solid ', _2, $GLOBALS['cfg']['TabBorderColor'],
- _M, 'border-left:', _3, '1px solid ', _2, $GLOBALS['cfg']['TabBorderColor'],
- _M, 'border-right:', _3, '1px solid ', _2, $GLOBALS['cfg']['TabBorderColor'];
- }
- // MSIE 6: http://blogs.msdn.com/ie/archive/2005/06/23/431980.aspx
- echo
- _E,
-
- 'a.tab:hover', _K,
- 'a.tabcaution:hover', _K,
- '.tabactive', _K,
- '.tabactive:hover',
- _S, 'margin:', _3, ('MOZILLA' == PMA_USR_BROWSER_AGENT) ? 0 : '0 1px' ,
- _M, 'padding:', _2, '2px 4px',
- _M, 'text-decoration:', _1, 'none',
- _E,
-
- 'a.tab:hover',
- _S, 'background:', _2, $GLOBALS['cfg']['TabHoverBGC'],
- _M, 'color:', _3, $GLOBALS['cfg']['TabHoverColor'],
- _E,
-
- 'a.tabactive',
- _S, 'background:', _2, $GLOBALS['cfg']['TabActiveBGC'],
- _M, 'color:', _3, $GLOBALS['cfg']['TabActiveColor'],
- _E;
-
- if ('OPERA' != PMA_USR_BROWSER_AGENT ) {
- echo
- 'span.tab', _K,
- 'a.warning', _K,
- 'span.tabcaution',
- _S, 'cursor:', _3, 'url("', _imgPath, 'error.ico"), auto',
- _E;
- }
-} // end topmenu
-
-echo
-'table.calendar',
-_S, 'width:', _3, '100%',
-_E,
-
-'table.calendar td',
-_S, 'text-align:', _2, 'center',
-_E,
-
-'table.calendar td a',
-_S, 'display:', _2, 'block',
-_E,
-
-'table.calendar td a:hover',
-_S, 'background:', _2, '#cfc',
-_E,
-
-'table.calendar th',
-_S, 'background:', _2, '#D3DCE3',
-_E,
-
-'table.calendar td.selected',
-_S, 'background:', _2, '#fc9',
-_E,
-
-'img.calendar',
-_S, 'border:', _3, 'none',
-_E,
-
-'form.clock',
-_S, 'text-align:', _2, 'center',
-_E,
-
-'div#tablestatistics',
-_S, 'border-bottom:', _2, '1px solid #699',
-_M, 'margin-bottom:', _2, '5px',
-_M, 'padding-bottom:', _2, '5px',
-_E,
-
-'div#tablestatistics table',
-_S, 'margin-bottom:', _2, '5px',
-_M, 'margin-', $right, ':', _2, '5px',
-_E,
-
-'div#tablestatistics table caption',
-_S, 'margin-', $right, ':', _2, '5px',
-_E,
-//END server privileges
-
-'#tableuserrights td', _K,
-'#tablespecificuserrights td', _K,
-'#tabledatabases td',
-_S, 'vertical-align:', _2, 'middle',
-_E,
-
-// Heading
-'#serverinfo',
-_S, 'font-weight:', _2, 'bold',
-_M, 'margin-bottom:', _2, '5px',
-_E,
-
-'#serverinfo .item',
-_S, 'white-space:', _2, 'nowrap',
-_E,
-
-'#span_table_comment',
-_S, 'font-weight:', _2, 'normal',
-_M, 'font-style:', _2, 'italic',
-_M, 'white-space:', _2, 'nowrap',
-_E,
-
-'#serverinfo img',
-_S, 'margin:', _3, '0 1px 0 2px',
-_E,
-
-'#textSQLDUMP',
-_S, 'width:', _3, '95%',
-_M, 'height:', _3, '95%',
-_M, 'font-family:', _2, '"Courier New", Courier, mono',
-_M, 'font-size:', _2, '110%',
-_E,
-
-'#TooltipContainer',
-_S, 'position:', _2, 'absolute',
-_M, 'z-index:', _2, '99',
-_M, 'width:', _3, '20em',
-_M, 'height:', _3, 'auto',
-_M, 'overflow:', _2, 'visible',
-_M, 'visibility:', _2, 'hidden',
-_M, 'background:', _2, '#ffc',
-_M, 'color:', _3, '#060',
-_M, 'border:', _3, '1px solid #000',
-_M, 'padding:', _2, '5px',
-_E,
-
-// user privileges
-'#fieldset_add_user_login div.item',
-_S, 'border-bottom:', _2, '1px solid ', _silver,
-_M, 'padding-bottom:', _2, '3px',
-_M, 'margin-bottom:', _2, '3px',
-_E,
-
-'#fieldset_add_user_login label',
-_S, 'display:', _2, 'block',
-_M, 'width:', _3, '10em',
-_M, 'max-width:', _2, '100%',
-_M, 'text-align:', _2, $right,
-_M, 'padding-', $right, ':', _2, '5px',
-_E,
-
-'#fieldset_add_user_login span.options #select_pred_username', _K,
-'#fieldset_add_user_login span.options #select_pred_hostname', _K,
-'#fieldset_add_user_login span.options #select_pred_password',
-_S, 'width:', _3, '100%',
-_M, 'max-width:', _2, '100%',
-_E,
-
-'#fieldset_add_user_login span.options',
-_S, 'display:', _2, 'block',
-_M, 'width:', _3, '12em',
-_M, 'max-width:', _2, '100%',
-_M, 'padding-', $right, ':', _2, '5px',
-_E,
-
-'#fieldset_add_user_login input',
-_S, 'width:', _3, '12em',
-_M, 'clear:', _2, $right,
-_M, 'max-width:', _2, '100%',
-_E,
-
-'#fieldset_add_user_login span.options input',
-_S, 'width:', _3, 'auto',
-_E,
-
-'#fieldset_user_priv div.item',
-_S, 'width:', _3, '9em',
-_M, 'max-width:', _2, '100%',
-_E,
-
-'#fieldset_user_priv div.item div.item',
-_S, 'float:', _3, 'none',
-_E,
-
-'#fieldset_user_priv div.item label',
-_S, 'white-space:', _2, 'nowrap',
-_E,
-
-'#fieldset_user_priv div.item select',
-_S, 'width:', _3, '100%',
-_E,
-
-// END user privileges
-
-
-// serverstatus
-'div#serverstatus table caption a.top',
-_S, 'float:', _3, $right,
-_E,
-
-'#serverstatussection', _K,
-'.clearfloat',
-_S, 'clear:', _3, 'both',
-_E,
-
-'div#serverstatussection table',
-_S, 'width:', _3, '100%',
-_M, 'margin-bottom:', _2, '1em',
-_E,
-
-'div#serverstatussection table .name',
-_S, 'width:', _3, '18em',
-_E,
-
-'div#serverstatussection table .value',
-_S, 'width:', _3, '6em',
-_E,
-
-'div#serverstatus table tbody td.descr a', _K,
-'div#serverstatus table .tblFooters a',
-_S, 'white-space:', _2, 'nowrap',
-_E,
-
-'div#serverstatus div#statuslinks a:before', _K,
-'div#serverstatus div#sectionlinks a:before', _K,
-'div#serverstatus table tbody td.descr a:before', _K,
-'div#serverstatus table .tblFooters a:before',
-_S, 'content:', _2, "'['",
-_E,
-
-'div#serverstatus div#statuslinks a:after', _K,
-'div#serverstatus div#sectionlinks a:after', _K,
-'div#serverstatus table tbody td.descr a:after', _K,
-'div#serverstatus table .tblFooters a:after',
-_S, 'content:', _2, "']'",
-_E,
-// end serverstatus
-
-'body#bodyquerywindow',
-_S, 'background:', _2, $GLOBALS['cfg']['MainBGC'],
-_E,
-
-'div#querywindowcontainer',
-_S, 'width:', _3, '100%',
-_E,
-
-'div#querywindowcontainer fieldset',
-_S, 'margin-top:', _2, 0,
-_E,
-
-//END querywindow
-
-// querybox
-'div#sqlquerycontainer',
-_S, 'width:', _3, '69%',
-_E,
-
-'div#tablefieldscontainer',
-_S, 'float:', _3, $right,
-_M, 'width:', _3, '29%',
-_E,
-
-'div#tablefieldscontainer select',
-_S, 'width:', _3, '100%',
-_E,
-
-'textarea#sqlquery',
-_S, 'width:', _3, '100%',
-_E,
-
-'div#queryboxcontainer div#bookmarkoptions',
-_S, 'margin-top:', _2, '2px',
-_E,
-// end querybox
-
-
-// main page
-'#maincontainer',
-_S, 'background-image:', _1, 'url("', _imgPath, 'logo_right.png")',
-_M, 'background-position:', _1, $right, ' bottom',
-_M, 'background-repeat:', _1, 'no-repeat',
-_E,
-
-'#mysqlmaininformation', _K,
-'#pmamaininformation',
-_S, 'width:', _3, '49%',
-_E,
-
-'#maincontainer ul',
-_S, 'list-style-image:', _1, 'url("', _imgPath, 'item_', $GLOBALS['text_dir'], '.png")',
-_M, 'vertical-align:', _2, 'middle',
-_E,
-
-'#maincontainer li',
-_S, 'margin:', _2, '3px 22px',
-_M, 'padding:', _2, '0 3px',
-_E;
-// END main page
-
-if ($GLOBALS['cfg']['MainPageIconic']) {
- // iconic view for ul items
- echo
- 'li#li_create_database',
- _S, _listImgUrl,'b_newdb.png")',
- _E,
-
- 'li#li_select_lang',
- _S, _listImgUrl,'s_lang.png")',
- _E,
-
- 'li#li_select_mysql_collation', _K,
- 'li#li_select_mysql_charset',
- _S, _listImgUrl,'s_asci.png")',
- _E,
-
- 'li#li_select_theme',
- _S, _listImgUrl,'s_theme.png")',
- _E,
-
- 'li#li_server_info',_K,
- 'li#li_server_version',
- _S, _listImgUrl,'s_host.png")',
- _E,
-
- 'li#li_mysql_status',
- _S, _listImgUrl,'s_status.png")',
- _E,
-
- 'li#li_mysql_variables',
- _S, _listImgUrl,'s_vars.png")',
- _E,
-
- 'li#li_mysql_processes',
- _S, _listImgUrl,'s_process.png")',
- _E,
-
- 'li#li_mysql_collations',
- _S, _listImgUrl,'s_asci.png")',
- _E,
-
- 'li#li_mysql_engines',
- _S, _listImgUrl,'b_engine.png")',
- _E,
-
- 'li#li_mysql_binlogs',
- _S, _listImgUrl,'s_tbl.png")',
- _E,
-
- 'li#li_mysql_databases',
- _S, _listImgUrl,'s_db.png")',
- _E,
-
- 'li#li_export',
- _S, _listImgUrl,'b_export.png")',
- _E,
-
- 'li#li_import',
- _S, _listImgUrl,'b_import.png")',
- _E,
-
- 'li#li_change_password',
- _S, _listImgUrl,'s_passwd.png")',
- _E,
-
- 'li#li_log_out',
- _S, _listImgUrl,'s_loggoff.png")',
- _E,
-
- 'li#li_pma_docs', _K,
- 'li#li_pma_wiki',
- _S, _listImgUrl,'b_docs.png")',
- _E,
-
- 'li#li_phpinfo',
- _S, _listImgUrl,'php_sym.png")',
- _E,
-
- 'li#li_pma_homepage',
- _S, _listImgUrl,'b_home.png")',
- _E,
-
- 'li#li_mysql_privilegs',
- _S, _listImgUrl,'s_rights.png")',
- _E,
-
- 'li#li_switch_dbstats',
- _S, _listImgUrl,'b_dbstatistics.png")',
- _E,
-
- 'li#li_flush_privileges',
- _S, _listImgUrl,'s_reload.png")',
- _E,
-
- 'li#li_user_info',
- _S, _listImgUrl, 's_rights.png")',
- _E;
-} //END iconic view for ul items
-
-echo
-'#body_browse_foreigners',
-_S, 'background:', _2, $GLOBALS['cfg']['MainBGC'], //2do??
-_M, 'margin:', _3, '5px 5px 0 5px',
-_E,
-
-'#bodyquerywindow',
-_S, 'background:', _2, $GLOBALS['cfg']['MainBGC'], //2do??
-_E,
-
-'#bodythemes',
-_S, 'width:', _3, '50em',
-_M, 'margin:', _3, 'auto',
-_M, 'text-align:', _2, 'center',
-_E,
-
-'#bodythemes img',
-_S, 'border:', _3, '1px solid #000',
-_E,
-
-'#bodythemes a:hover img',
-_S, 'border:', _3, '1px solid ', _red,
-_E,
-
-'#selflink',
-_S, 'clear:', _3, 'both', //No floating elements allowed on either side
-_M, 'margin:', _3, '2px',
-_M, 'padding:', _2, '2px',
-_M, 'background:', _2, $GLOBALS['cfg']['FieldsetFooterBGC'],
-_M, 'text-align:', _2, $right,
-_E,
-
-'#div_table_options',
-_S, 'clear:', _3, 'both',
-_E,
-
-'#div_partition_maintenance', _K,
-'#div_table_options', _K,
-'#div_table_order', _K,
-'#div_table_rename', _K,
-'#div_table_copy',
-_S, 'min-width:', _2, '48%',
-_E,
-
-'#div_partition_maintenance', _K,
-'#div_table_options', _K,
-'#div_table_order', _K,
-'#div_table_rename', _K,
-'#div_table_copy', _K,
-'fieldset .formelement', _K,
-'form.login label', _K,
-'ul#topmenu li', _K,
-'div#tablestatistics table', _K,
-'#fieldset_add_user_login label', _K,
-'#fieldset_add_user_login span.options', _K,
-'#fieldset_user_priv div.item', _K,
-'#fieldset_user_global_rights fieldset', _K,
-'div#serverstatus div#serverstatusqueriesdetails table', _K,
-'div#serverstatus table#serverstatustraffic', _K,
-'div#serverstatus table#serverstatusconnections', _K,
-'div#sqlquerycontainer', _K,
-'#mysqlmaininformation', _K,
-'#pmamaininformation', _K,
-'#fieldset_select_fields', _K,
-'#div_table_options', _K,
-'#table_innodb_bufferpool_usage', _K, //table_innodb_bufferpool_activity', _K,
-'#div_mysql_charset_collations table', _K,
-'#qbe_div_table_list', _K,
-'#qbe_div_sql_query', _K,
-'label.desc',
-_S, 'float:', _3, $left,
-_E,
-
-'label.desc',
-_S, 'width:', _3, '30em',
-_E,
-
-'#querywindowcontainer',
-_S, 'background:', _2, $GLOBALS['cfg']['queryWindowContainerBGC'],
-_E;
-
-if (version_compare(PMA_VERSION, '3.0', 'ge')) {
- echo 'code.sql',
- _S, 'font-size:', _2, '110%',
- _M, 'display:', _2, 'block',
- _M, 'padding:', _2, '3px',
- _M, 'border:', _3, '1px solid ', $GLOBALS['cfg']['BorderColor'],
- _M, 'border-top:', _2, 0,
- _M, 'border-bottom:', _2, 0,
- _M, 'max-height:', _2, '10em',
- _M, 'overflow:', _2, 'auto',
- _M, 'background:', _2, $GLOBALS['cfg']['BgOne'],
- _E,
-
- '#main_pane_left',
- _S, 'width:', _3, '60%',
- _M, 'float:', _3, 'left',
- _M, 'padding-top:', _2, '6px',
- _E,
-
- '#main_pane_right',
- _S, 'margin-left:', _2, '60%',
- _M, 'padding-top:', _2, '6px',
- _M, 'padding-left:', _2, '6px',
- _E,
-
- '.group',
- _S, 'border:', _3, '1px solid ', $GLOBALS['cfg']['BorderColor'], //#999
- _M, 'margin-bottom:', _2, '6px',
- _M, 'background:', _2, $GLOBALS['cfg']['MainGroup'], //'#f6f6f6',
- _E,
-
- '.group h2',
- _S, 'background:', _2, $GLOBALS['cfg']['MainGroupHeader'], //#ddd
- _M, 'padding:', _2, '2px 4px',
- _M, 'margin:', _3, '0',
- _E,
-
- '.group ul',
- _S, 'padding:', _2, '.5em',
- _E;
-
-/**
- if (! $GLOBALS['cfg']['LeftDisplayServers']) {
- echo
- '#li_select_server',
- _S, 'padding-bottom:', _2, '6px', //no effect!
- _M, 'border-bottom:', _2, '2px solid ', $GLOBALS['cfg']['MainGroupHeader'], //#ddd
- _M, 'margin-bottom:', _2, '4px',
- _E;
- }
-**/
-} // end pma3
diff --git a/grid/info.inc.php b/grid/info.inc.php
deleted file mode 100644
index 0a3c6ec57..000000000
--- a/grid/info.inc.php
+++ /dev/null
@@ -1,34 +0,0 @@
-
\ No newline at end of file
diff --git a/grid/layout.inc.php b/grid/layout.inc.php
deleted file mode 100644
index 65577be92..000000000
--- a/grid/layout.inc.php
+++ /dev/null
@@ -1,411 +0,0 @@
- SQL history
-$GLOBALS['cfg']['queryWindowContainerBGC'] = '#e7e7e7';
-
-// NOTE: notice and warning colors are defined in theme_right.css.php
-
-/**
- * fonts
- */
-
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = 'sans-serif';
-
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-
-/**
- * font size as a valid css font size value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- * pma >2.8 uses font size stored in cookie
- */
-
-// backward compatibility :
-if (version_compare(PMA_VERSION, '2.9', 'lt')) {
- $GLOBALS['cfg']['LeftWidth'] = $GLOBALS['cfg']['NaviWidth'];
- $GLOBALS['cfg']['FontSize'] = '82% /*2.8*/';
-}
-
-/**
- * tables
- */
-
-// border strenght ( e.g. .05em(min!)|1px|3pt| 0 but NOT 1)
-$GLOBALS['cfg']['Border'] = '1px';
-
-// table header,footer and "OK box" color
-$GLOBALS['cfg']['ThBGC'] = '#c8c8c8';
-
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000';
-
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#f7f7f7';// >=f8 = white on some displays
-
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#fff';
-
-// table outer border color
-$GLOBALS['cfg']['TblBorderColor'] = 'blue'; // no effect?
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 300;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#808000',
- 'comment_mysql' => '',
- 'comment_ansi' => '',
- 'comment_c' => '',
- 'digit' => '',
- 'digit_hex' => 'teal',
- 'digit_integer' => 'teal',
- 'digit_float' => 'aqua',
- 'punct' => 'fuchsia',
- 'alpha' => '',
- 'alpha_columnType' => '#F90',
- 'alpha_columnAttrib'=> '#00f',
- 'alpha_reservedWord'=> '#909',
- 'alpha_functionName'=> '#f00',
- 'alpha_identifier' => '#000',
- 'alpha_charset' => '#6495ed',
- 'alpha_variable' => '#800000',
- 'quote' => '#008000',
- 'quote_double' => '',
- 'quote_single' => '',
- 'quote_backtick' => '#0a0'
-);
-
-// ~~~~~~~ alternate COLOR/FONT SETS choosable in config.inc.php ~~~~~~~~~~~
-// (default settings from above are simply overridden)
-if (!empty($GLOBALS['cfg']['customGrid']))
-{
- if ('old' == $GLOBALS['cfg']['customGrid'])
- {
- $GLOBALS['cfg']['NaviBGC'] = '#efefef';
- $GLOBALS['cfg']['MainBGC'] = '#ddd';
- $GLOBALS['cfg']['BrowseMarkerBGC']= '#ee9';
- $GLOBALS['cfg']['TblBorderColor'] = '#ddddde';
- $GLOBALS['cfg']['LegendColor'] = '#090';
- $GLOBALS['cfg']['LegendBGC'] = '#fff';
- }
- elseif ('originalColors' == $GLOBALS['cfg']['customGrid'])
- //not fully tested yet !
- {
- $GLOBALS['cfg']['NaviBGC'] = '#D0DCE0';
- $GLOBALS['cfg']['NaviLogoBGC'] = $GLOBALS['cfg']['NaviBGC'];
- $GLOBALS['cfg']['NaviPointerColor'] = '#000';
- $GLOBALS['cfg']['NaviPointerBGC'] = '#99C';
- $GLOBALS['cfg']['NaviLightMarkedColor'] = '#000';
- $GLOBALS['cfg']['NaviLightMarkedBGC']= '#fc9';
- $GLOBALS['cfg']['MainColor'] = '#000';
- $GLOBALS['cfg']['MainBGC'] = '#F5F5F5';//'MainBGC'
- $GLOBALS['cfg']['BrowsePointerColor'] = '#000';
- $GLOBALS['cfg']['BrowsePointerBGC'] = '#CFC';
- $GLOBALS['cfg']['BrowseMarkerColor'] = '#000';
- $GLOBALS['cfg']['BrowseMarkerBGC'] = '#FC9';
- $GLOBALS['cfg']['FontFamily'] = 'sans-serif';
- $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
- $GLOBALS['cfg']['MainGridColor'] = '#F5F5F6';
- $GLOBALS['cfg']['ThBGC'] = '#D3DCE3';
- $GLOBALS['cfg']['ThColor'] = '#000';
- $GLOBALS['cfg']['BgOne'] = '#E5E5E5';
- $GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
- $GLOBALS['cfg']['QueryWindowWidth'] = 600;
- $GLOBALS['cfg']['QueryWindowHeight'] = 400;
- $GLOBALS['cfg']['LegendBorder'] = 0;
- $GLOBALS['cfg']['LegendColor'] = '#000';
-// $GLOBALS['cfg']['LegendBGC'] = '#fff';//??
- }
- elseif ('tan' == $GLOBALS['cfg']['customGrid'])
- {
- $GLOBALS['cfg']['FontFamily'] = 'verdana,sans-serif';
- $GLOBALS['cfg']['NaviBGC'] = '#edb';//dfc7a0
- $GLOBALS['cfg']['Navi2ndBGC'] = '#fff';
- $GLOBALS['cfg']['NaviDblBGC'] = '#fff6ee';
- //white looks ugly, '#e7e7e7'like IE6 scrollbar Am.:gray Br.:grey
- $GLOBALS['cfg']['NaviLogoBGC'] = $GLOBALS['cfg']['NaviBGC'];
- $GLOBALS['cfg']['NaviLinkColor'] = '#00a';
- $GLOBALS['cfg']['NaviPointerColor'] = '#00f';
- $GLOBALS['cfg']['NaviPointerBGC'] = '#fff';
- $GLOBALS['cfg']['NaviLightMarkedBGC'] = '#ff9';
- $GLOBALS['cfg']['NaviMarkedColor'] = '#000';
- $GLOBALS['cfg']['NaviMarkedBGC'] = '#cb9';
- $GLOBALS['cfg']['NaviFontPercentage'] = '100%';
-
- $GLOBALS['cfg']['NaviDbNameColor'] = '#faa';
- $GLOBALS['cfg']['NaviDbLinkBGC'] = '#eee'; // ?
- $GLOBALS['cfg']['NaviActiveBGC'] = '#9df'; // 0
- $GLOBALS['cfg']['NaviTblBGC'] = '#fed';
-
- $GLOBALS['cfg']['MainBGC'] = '#edb'; //~tan
- $GLOBALS['cfg']['MainGridColor'] = '#eeddbc';
- $GLOBALS['cfg']['MainLinkHoverColor'] = '#00c';
- $GLOBALS['cfg']['MainLinkHoverBGC'] = '#fff';
-// $GLOBALS['cfg']['LegendColor'] = '#fff';
-// $GLOBALS['cfg']['LegendBGC'] = '#985';
-
- $GLOBALS['cfg']['BrowsePointerColor'] = '#000';
- $GLOBALS['cfg']['BrowsePointerBGC'] = '#f4f2f0'; //'#cfc';
- $GLOBALS['cfg']['BrowseMarkerColor'] = '#000';
- $GLOBALS['cfg']['BrowseMarkerBGC'] = '#ffb';
-
- $GLOBALS['cfg']['ThBGC'] = '#dca'; // ff9 too yellowish
- $GLOBALS['cfg']['ThColor'] = '#000';
- $GLOBALS['cfg']['BgOne'] = '#fcfaf8'; // #fffaf5 a bit too reddish
- $GLOBALS['cfg']['BgTwo'] = '#fff';
- }
- elseif ('dark' == $GLOBALS['cfg']['customGrid'])
- { //like darkblue...
- $GLOBALS['cfg']['LegendBorder'] = true;
- $GLOBALS['cfg']['LegendColor'] = '#b50';
- $GLOBALS['cfg']['LegendBGC'] = '#fff';
- $GLOBALS['cfg']['NaviColor'] = '#eee';
- $GLOBALS['cfg']['NaviBGC'] = '#669';
-
- $GLOBALS['cfg']['Navi2ndBGC'] = '#88c';
- $GLOBALS['cfg']['NaviDblBGC'] = '#77a';
-
- $GLOBALS['cfg']['NaviLinkColor'] = '#eef';
- $GLOBALS['cfg']['NaviLightMarkedBGC'] = '#99f';
- $GLOBALS['cfg']['NaviLightMarkedColor'] = '#ee0';
- $GLOBALS['cfg']['NaviMarkedColor'] = '#ff0';
- $GLOBALS['cfg']['NaviMarkedBGC'] = '#558';
- $GLOBALS['cfg']['NaviPointerColor'] = '#000';
- $GLOBALS['cfg']['NaviPointerBGC'] = '#fff';
- $GLOBALS['cfg']['NaviDbLinkBGC'] = '#77a';
- $GLOBALS['cfg']['NaviActiveBGC'] = '#ff5'; // 0
- $GLOBALS['cfg']['NaviTblBGC'] = '#77a';
- $GLOBALS['cfg']['NaviDbNameColor'] = '#000'; #66f';
- $GLOBALS['cfg']['NaviDbNameBGC'] = 0 ; // '#fff'; // effect?
- }
- elseif ('work' == $GLOBALS['cfg']['customGrid']) //funny colors ;)
- {
- $GLOBALS['cfg']['NaviBGC'] = '#d6d6d6';//Server & Database
- $GLOBALS['cfg']['NaviLogoBGC'] = $GLOBALS['cfg']['NaviBGC'];
- $GLOBALS['cfg']['Navi2ndBGC'] = '#e6e6e6';
- $GLOBALS['cfg']['NaviTblBGC'] = '#eee'; //#dfe';
- $GLOBALS['cfg']['NaviDblBGC'] = '#ddd';
-
- $GLOBALS['cfg']['NaviLightMarkedBGC'] = '#ffa';
- $GLOBALS['cfg']['NaviLightMarkedColor'] = '#000';
- $GLOBALS['cfg']['NaviMarkedBGC'] = '#999';
- $GLOBALS['cfg']['NaviMarkedColor'] = '#ff6';
-
- $GLOBALS['cfg']['NaviDbNameColor'] = '#bbf';
- $GLOBALS['cfg']['NaviDbNameBGC'] = $GLOBALS['cfg']['NaviLightMarkedBGC']; //'#ddd';
-//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- $GLOBALS['cfg']['FieldsetBGC'] = '#f6f6f6';
- $GLOBALS['cfg']['FieldsetFooterBGC'] = '#d6d6d6';
-
- $GLOBALS['cfg']['BorderColor'] = '#bbb';
- $GLOBALS['cfg']['LegendBorder'] = 1;
- $GLOBALS['cfg']['LegendColor'] = '#000';
- $GLOBALS['cfg']['LegendBGC'] = '#f3f3f3';
- $GLOBALS['cfg']['MainLinkColor'] = '#00d';
- $GLOBALS['cfg']['MainLinkHoverColor'] = '#000';
- }
- elseif ('test' == $GLOBALS['cfg']['customGrid'])
- {
- //070812 navi pager test
- $GLOBALS['cfg']['LegendBorder'] = true;
- $GLOBALS['cfg']['LegendColor'] = '#b50';
- $GLOBALS['cfg']['LegendBGC'] = '#fff';
-
- $GLOBALS['cfg']['NaviColor'] = '#eee';
- $GLOBALS['cfg']['NaviBGC'] = '#669';
-
- $GLOBALS['cfg']['Navi2ndBGC'] = '#88c';
- $GLOBALS['cfg']['NaviDblBGC'] = '#77a';
-
- $GLOBALS['cfg']['NaviLinkColor'] = '#eef';
- $GLOBALS['cfg']['NaviLightMarkedBGC'] = '#99f';
- $GLOBALS['cfg']['NaviLightMarkedColor'] = '#ee0';
- $GLOBALS['cfg']['NaviMarkedColor'] = '#ff0';
- $GLOBALS['cfg']['NaviMarkedBGC'] = '#558';
- $GLOBALS['cfg']['NaviPointerColor'] = '#000';
- $GLOBALS['cfg']['NaviPointerBGC'] = '#fff';
- $GLOBALS['cfg']['NaviDbLinkBGC'] = '#77a';
- $GLOBALS['cfg']['NaviActiveBGC'] = '#99f';
- $GLOBALS['cfg']['NaviTblBGC'] = '#77a';
- $GLOBALS['cfg']['NaviDbNameColor'] = 0; #bbf';
- $GLOBALS['cfg']['NaviDbNameBGC'] = 0;
- $GLOBALS['cfg']['TabBorderColor'] = '#bbb';
- $GLOBALS['cfg']['TabUnderlineColor'] = '#777';
- }
-}
-?>
\ No newline at end of file
diff --git a/grid/screen.png b/grid/screen.png
deleted file mode 100644
index 50b5ee3c5..000000000
Binary files a/grid/screen.png and /dev/null differ
diff --git a/hillside/css/theme_left.css.php b/hillside/css/theme_left.css.php
deleted file mode 100644
index 84028de19..000000000
--- a/hillside/css/theme_left.css.php
+++ /dev/null
@@ -1,226 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0.2em 0.2em 0.2em;
-}
-
-a img {
- border: 0;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-ul {
- margin:0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
-}
-
-/* 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;
-}
-
-.navi_dbName {
- font-weight: bold;
- color: ;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-#body_leftFrame {
- background-image: url(/hillside/img/island_light.png);
-}
-
-div#pmalogo {
-
- padding:.3em;
-}
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-ul#databaseList {
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- padding-: 1.5em;
-}
-
-ul#databaseList a {
- display: block;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- background-image:url(/hillside/img/transparent.png);
- color: ;
-}
-
-ul#databaseList a:hover {
- background-image:url(/hillside/img/transparent60.png);
- color: ;
-}
-
-ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: 0.05em solid ;
-}
-
-div#leftframelinks a:hover {
- background-image:url(/hillside/img/transparent.png);
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
- background-image:url(/hillside/img/transparent.png);
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover {
- background-image:url(/hillside/img/transparent60.png);
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-: 0;
- padding-: 0.1em;
- border-: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: ;
-}
-#serverinfo a:hover {
- background: ;
- color: ;
-}
diff --git a/hillside/css/theme_print.css.php b/hillside/css/theme_print.css.php
deleted file mode 100644
index b39f5cf80..000000000
--- a/hillside/css/theme_print.css.php
+++ /dev/null
@@ -1,39 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/hillside/css/theme_right.css.php b/hillside/css/theme_right.css.php
deleted file mode 100644
index 95e6f96e8..000000000
--- a/hillside/css/theme_right.css.php
+++ /dev/null
@@ -1,1180 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #ffffff;
-}
-
-a:hover {
- text-decoration: underline;
- color: #000000;
- background-image:url(getImgPath(); ?>transparent.png);
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
- height: em;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background-image:url(getImgPath(); ?>transparent.png);
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- font-weight: bold;
- color: #ffffff;
- background-color: ;
-}
-
-/* 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 */
-div.tools {
- border: 1px solid #000000;
- padding: 0.2em;
-}
-
-div.tools,
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- /* avoid a thick line since this should be used under another fieldset */
- border-top: 0;
- text-align: ;
- float: none;
- clear: both;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background-image:url(getImgPath(); ?>transparent.png);
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background-image:url(getImgPath(); ?>transparent60.png);
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-
-/* marked table rows */
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.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 */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-div.success,
-div.notice,
-div.warning,
-div.error {
- margin: 0.3em 0 0 0;
- border: 2px solid;
-
- background-repeat: no-repeat;
-
- background-position: 10px 50%;
- padding: 0.1em 0.1em 0.1em 36px;
-
- background-position: 99% 50%;
- padding: 10px 5% 10px 10px;
-
-
- padding: 0.3em;
-
-}
-
-.success {
- color: #000000;
- background-color: #f0fff0;
-}
-h1.success,
-div.success {
- border-color: #00FF00;
-
- background-image: url(getImgPath(); ?>s_success.png);
-
-}
-.success h1 {
- border-color: #00FF00;
-}
-
-.notice {
- color: #000000;
- background-color: #FFFFDD;
-}
-h1.notice,
-div.notice {
- border-color: #FFD700;
-
- background-image: url(getImgPath(); ?>s_notice.png);
-
-}
-.notice h1 {
- border-color: #FFD700;
-}
-
-.warning {
- color: #CC0000;
- background-image: url(getImgPath(); ?>transparentdark.png);
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #CC0000;
-
- background-image: url(getImgPath(); ?>s_warn.png);
-
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
-.error {
- background-color: #FFFFCC;
- color: #ff0000;
-}
-
-h1.error,
-div.error {
- border-color: #ff0000;
-
- background-image: url(getImgPath(); ?>s_error.png);
-
-}
-div.error h1 {
- border-color: #ff0000;
-}
-
-.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(getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: ;
- background-image:url(getImgPath(); ?>transparent60.png);
-}
-
-.tblHeaders a:link,
-.tblHeaders a:active,
-.tblHeaders a:visited,
-div.tools a:link,
-div.tools a:visited,
-div.tools a:active,
-.tblFooters a:link,
-.tblFooters a:active,
-.tblFooters a:visited {
- color: #0000FF;
-}
-
-.tblHeaders a:hover,
-div.tools a:hover,
-.tblFooters a:hover {
- color: #FF0000;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #FF0000;
- 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;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img {
- vertical-align: middle;
- margin-: 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 black;
-}
-
-/* default tab styles */
-.tab, .tabcaution, .tabactive {
- background-image:url(getImgPath(); ?>transparent.png);
- border: 1pt solid ;
- border-bottom: 0;
- border-top-left-radius: 0.4em;
- border-top-right-radius: 0.4em;
-}
-
-/* enabled hover/active tabs */
-a.tab:hover,
-a.tabcaution:hover,
-.tabactive,
-.tabactive:hover {
- background-image:url(getImgPath(); ?>transparent60.png);
- margin: 0;
- padding: 0.2em 0.4em 0.2em 0.4em;
- text-decoration: none;
-}
-
-a.tab:hover,
-.tabactive {
- background-color: ;
-}
-
-/* to be able to cancel the bottom border, use */
-ul#topmenu li.active {
- border-bottom: 1pt solid ;
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-a.warning,
-span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: url(getImgPath(); ?>island_light.png);
-}
-
-div#querywindowcontainer {
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-div#querywindowcontainer fieldset {
- margin-top: 0;
-}
-/* END querywindow */
-
-
-/* querybox */
-
-div#sqlquerycontainer {
- float: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info,
-li#li_server_version{
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs,
-li#li_pma_wiki {
- list-style-image: url(getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_maintenance {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-code.sql {
- display: block;
- padding: 0.3em;
- margin-top: 0;
- margin-bottom: 0;
- border: solid 1px;
- border-top: 0;
- border-bottom: 0;
- max-height: 10em;
- overflow: auto;
- background-image:url(getImgPath(); ?>transparent60.png);
-}
-
-#main_pane_left {
- width: 60%;
- float: ;
- padding-top: 1em;
-}
-
-#main_pane_right {
- margin-: 60%;
- padding-top: 1em;
- padding-: 1em;
-}
-
-.group {
- background-image:url(getImgPath(); ?>transparent.png);
- margin-bottom: 1em;
-}
-
-.group h2 {
- background-image:url(getImgPath(); ?>transparent60.png);
- padding: 0.1em 0.3em;
- margin-top: 0;
-}
-
-#li_select_server {
- padding-bottom: 0.3em;
- border-bottom: 0.3em solid ;
- margin-bottom: 0.3em;
-}
diff --git a/hillside/img/arrow_ltr.gif b/hillside/img/arrow_ltr.gif
deleted file mode 100644
index 93054efba..000000000
Binary files a/hillside/img/arrow_ltr.gif and /dev/null differ
diff --git a/hillside/img/arrow_ltr.png b/hillside/img/arrow_ltr.png
deleted file mode 100644
index 106ff51f5..000000000
Binary files a/hillside/img/arrow_ltr.png and /dev/null differ
diff --git a/hillside/img/arrow_rtl.gif b/hillside/img/arrow_rtl.gif
deleted file mode 100644
index 64ac41154..000000000
Binary files a/hillside/img/arrow_rtl.gif and /dev/null differ
diff --git a/hillside/img/arrow_rtl.png b/hillside/img/arrow_rtl.png
deleted file mode 100644
index e39f8aed3..000000000
Binary files a/hillside/img/arrow_rtl.png and /dev/null differ
diff --git a/hillside/img/asc_order.png b/hillside/img/asc_order.png
deleted file mode 100644
index 7382c671f..000000000
Binary files a/hillside/img/asc_order.png and /dev/null differ
diff --git a/hillside/img/b_calendar.png b/hillside/img/b_calendar.png
deleted file mode 100644
index a4cc7fd80..000000000
Binary files a/hillside/img/b_calendar.png and /dev/null differ
diff --git a/hillside/img/b_dbstatistics.png b/hillside/img/b_dbstatistics.png
deleted file mode 100644
index b3b01a1f3..000000000
Binary files a/hillside/img/b_dbstatistics.png and /dev/null differ
diff --git a/hillside/img/b_deltbl.png b/hillside/img/b_deltbl.png
deleted file mode 100644
index b85916d92..000000000
Binary files a/hillside/img/b_deltbl.png and /dev/null differ
diff --git a/hillside/img/b_docsql.png b/hillside/img/b_docsql.png
deleted file mode 100644
index bddba1f98..000000000
Binary files a/hillside/img/b_docsql.png and /dev/null differ
diff --git a/hillside/img/b_drop.png b/hillside/img/b_drop.png
deleted file mode 100644
index 219c96609..000000000
Binary files a/hillside/img/b_drop.png and /dev/null differ
diff --git a/hillside/img/b_edit.png b/hillside/img/b_edit.png
deleted file mode 100644
index 92ddc9477..000000000
Binary files a/hillside/img/b_edit.png and /dev/null differ
diff --git a/hillside/img/b_empty.png b/hillside/img/b_empty.png
deleted file mode 100644
index 2afd69377..000000000
Binary files a/hillside/img/b_empty.png and /dev/null differ
diff --git a/hillside/img/b_engine.png b/hillside/img/b_engine.png
deleted file mode 100644
index 7c0ab2b4c..000000000
Binary files a/hillside/img/b_engine.png and /dev/null differ
diff --git a/hillside/img/b_export.png b/hillside/img/b_export.png
deleted file mode 100644
index 04dd7fd3b..000000000
Binary files a/hillside/img/b_export.png and /dev/null differ
diff --git a/hillside/img/b_firstpage.png b/hillside/img/b_firstpage.png
deleted file mode 100644
index b03eaf8b5..000000000
Binary files a/hillside/img/b_firstpage.png and /dev/null differ
diff --git a/hillside/img/b_ftext.png b/hillside/img/b_ftext.png
deleted file mode 100644
index bfcb0249a..000000000
Binary files a/hillside/img/b_ftext.png and /dev/null differ
diff --git a/hillside/img/b_help.png b/hillside/img/b_help.png
deleted file mode 100644
index fe2780680..000000000
Binary files a/hillside/img/b_help.png and /dev/null differ
diff --git a/hillside/img/b_home.png b/hillside/img/b_home.png
deleted file mode 100644
index a38147a40..000000000
Binary files a/hillside/img/b_home.png and /dev/null differ
diff --git a/hillside/img/b_import.png b/hillside/img/b_import.png
deleted file mode 100644
index be62faaaa..000000000
Binary files a/hillside/img/b_import.png and /dev/null differ
diff --git a/hillside/img/b_index.png b/hillside/img/b_index.png
deleted file mode 100644
index 612612b5e..000000000
Binary files a/hillside/img/b_index.png and /dev/null differ
diff --git a/hillside/img/b_info.png b/hillside/img/b_info.png
deleted file mode 100644
index 9e177a02a..000000000
Binary files a/hillside/img/b_info.png and /dev/null differ
diff --git a/hillside/img/b_insrow.png b/hillside/img/b_insrow.png
deleted file mode 100644
index 4b828fadb..000000000
Binary files a/hillside/img/b_insrow.png and /dev/null differ
diff --git a/hillside/img/b_lastpage.png b/hillside/img/b_lastpage.png
deleted file mode 100644
index 8ec894784..000000000
Binary files a/hillside/img/b_lastpage.png and /dev/null differ
diff --git a/hillside/img/b_minus.png b/hillside/img/b_minus.png
deleted file mode 100644
index 76b45cf05..000000000
Binary files a/hillside/img/b_minus.png and /dev/null differ
diff --git a/hillside/img/b_newdb.png b/hillside/img/b_newdb.png
deleted file mode 100644
index 802bd6cde..000000000
Binary files a/hillside/img/b_newdb.png and /dev/null differ
diff --git a/hillside/img/b_newtbl.png b/hillside/img/b_newtbl.png
deleted file mode 100644
index 2a3e5c4df..000000000
Binary files a/hillside/img/b_newtbl.png and /dev/null differ
diff --git a/hillside/img/b_pdfdoc.png b/hillside/img/b_pdfdoc.png
deleted file mode 100644
index 8f8095e46..000000000
Binary files a/hillside/img/b_pdfdoc.png and /dev/null differ
diff --git a/hillside/img/b_plus.png b/hillside/img/b_plus.png
deleted file mode 100644
index 72299f033..000000000
Binary files a/hillside/img/b_plus.png and /dev/null differ
diff --git a/hillside/img/b_primary.png b/hillside/img/b_primary.png
deleted file mode 100644
index 34e23e24e..000000000
Binary files a/hillside/img/b_primary.png and /dev/null differ
diff --git a/hillside/img/b_print.png b/hillside/img/b_print.png
deleted file mode 100644
index 25956167d..000000000
Binary files a/hillside/img/b_print.png and /dev/null differ
diff --git a/hillside/img/b_props.png b/hillside/img/b_props.png
deleted file mode 100644
index 807b862cf..000000000
Binary files a/hillside/img/b_props.png and /dev/null differ
diff --git a/hillside/img/b_relations.png b/hillside/img/b_relations.png
deleted file mode 100644
index 28b8505c0..000000000
Binary files a/hillside/img/b_relations.png and /dev/null differ
diff --git a/hillside/img/b_save.png b/hillside/img/b_save.png
deleted file mode 100644
index c353e05af..000000000
Binary files a/hillside/img/b_save.png and /dev/null differ
diff --git a/hillside/img/b_sbrowse.png b/hillside/img/b_sbrowse.png
deleted file mode 100644
index 71e716490..000000000
Binary files a/hillside/img/b_sbrowse.png and /dev/null differ
diff --git a/hillside/img/b_sdb.png b/hillside/img/b_sdb.png
deleted file mode 100644
index 5fdde7d77..000000000
Binary files a/hillside/img/b_sdb.png and /dev/null differ
diff --git a/hillside/img/b_selboard.png b/hillside/img/b_selboard.png
deleted file mode 100644
index c30cf5989..000000000
Binary files a/hillside/img/b_selboard.png and /dev/null differ
diff --git a/hillside/img/b_select.png b/hillside/img/b_select.png
deleted file mode 100644
index f6b74cc40..000000000
Binary files a/hillside/img/b_select.png and /dev/null differ
diff --git a/hillside/img/b_sql.png b/hillside/img/b_sql.png
deleted file mode 100644
index 0c76bd129..000000000
Binary files a/hillside/img/b_sql.png and /dev/null differ
diff --git a/hillside/img/b_sqldoc.png b/hillside/img/b_sqldoc.png
deleted file mode 100644
index 693709cbc..000000000
Binary files a/hillside/img/b_sqldoc.png and /dev/null differ
diff --git a/hillside/img/b_sqlhelp.png b/hillside/img/b_sqlhelp.png
deleted file mode 100644
index 779ad58ef..000000000
Binary files a/hillside/img/b_sqlhelp.png and /dev/null differ
diff --git a/hillside/img/b_tblanalyse.png b/hillside/img/b_tblanalyse.png
deleted file mode 100644
index decac8a62..000000000
Binary files a/hillside/img/b_tblanalyse.png and /dev/null differ
diff --git a/hillside/img/b_tblexport.png b/hillside/img/b_tblexport.png
deleted file mode 100644
index 04dd7fd3b..000000000
Binary files a/hillside/img/b_tblexport.png and /dev/null differ
diff --git a/hillside/img/b_tblimport.png b/hillside/img/b_tblimport.png
deleted file mode 100644
index be62faaaa..000000000
Binary files a/hillside/img/b_tblimport.png and /dev/null differ
diff --git a/hillside/img/b_tbloptimize.png b/hillside/img/b_tbloptimize.png
deleted file mode 100644
index cfc2702ac..000000000
Binary files a/hillside/img/b_tbloptimize.png and /dev/null differ
diff --git a/hillside/img/b_tipp.png b/hillside/img/b_tipp.png
deleted file mode 100644
index d22fde8ba..000000000
Binary files a/hillside/img/b_tipp.png and /dev/null differ
diff --git a/hillside/img/b_unique.png b/hillside/img/b_unique.png
deleted file mode 100644
index b88c85789..000000000
Binary files a/hillside/img/b_unique.png and /dev/null differ
diff --git a/hillside/img/b_usradd.png b/hillside/img/b_usradd.png
deleted file mode 100644
index deae99bcf..000000000
Binary files a/hillside/img/b_usradd.png and /dev/null differ
diff --git a/hillside/img/b_usrdrop.png b/hillside/img/b_usrdrop.png
deleted file mode 100644
index acbb5630e..000000000
Binary files a/hillside/img/b_usrdrop.png and /dev/null differ
diff --git a/hillside/img/b_usredit.png b/hillside/img/b_usredit.png
deleted file mode 100644
index c1974cda7..000000000
Binary files a/hillside/img/b_usredit.png and /dev/null differ
diff --git a/hillside/img/b_usrlist.png b/hillside/img/b_usrlist.png
deleted file mode 100644
index 7fb4e1f1e..000000000
Binary files a/hillside/img/b_usrlist.png and /dev/null differ
diff --git a/hillside/img/b_view.png b/hillside/img/b_view.png
deleted file mode 100644
index f6b74cc40..000000000
Binary files a/hillside/img/b_view.png and /dev/null differ
diff --git a/hillside/img/b_views.png b/hillside/img/b_views.png
deleted file mode 100644
index aeaa88953..000000000
Binary files a/hillside/img/b_views.png and /dev/null differ
diff --git a/hillside/img/bd_browse.png b/hillside/img/bd_browse.png
deleted file mode 100644
index c6cf4c587..000000000
Binary files a/hillside/img/bd_browse.png and /dev/null differ
diff --git a/hillside/img/bd_deltbl.png b/hillside/img/bd_deltbl.png
deleted file mode 100644
index 3717521e5..000000000
Binary files a/hillside/img/bd_deltbl.png and /dev/null differ
diff --git a/hillside/img/bd_drop.png b/hillside/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/hillside/img/bd_drop.png and /dev/null differ
diff --git a/hillside/img/bd_empty.png b/hillside/img/bd_empty.png
deleted file mode 100644
index 30f53eb83..000000000
Binary files a/hillside/img/bd_empty.png and /dev/null differ
diff --git a/hillside/img/bd_firstpage.png b/hillside/img/bd_firstpage.png
deleted file mode 100644
index f109b1bd2..000000000
Binary files a/hillside/img/bd_firstpage.png and /dev/null differ
diff --git a/hillside/img/bd_ftext.png b/hillside/img/bd_ftext.png
deleted file mode 100644
index 280fd442b..000000000
Binary files a/hillside/img/bd_ftext.png and /dev/null differ
diff --git a/hillside/img/bd_index.png b/hillside/img/bd_index.png
deleted file mode 100644
index 6723745ed..000000000
Binary files a/hillside/img/bd_index.png and /dev/null differ
diff --git a/hillside/img/bd_insrow.png b/hillside/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/hillside/img/bd_insrow.png and /dev/null differ
diff --git a/hillside/img/bd_lastpage.png b/hillside/img/bd_lastpage.png
deleted file mode 100644
index a377b52c3..000000000
Binary files a/hillside/img/bd_lastpage.png and /dev/null differ
diff --git a/hillside/img/bd_nextpage.png b/hillside/img/bd_nextpage.png
deleted file mode 100644
index bc4419c7e..000000000
Binary files a/hillside/img/bd_nextpage.png and /dev/null differ
diff --git a/hillside/img/bd_prevpage.png b/hillside/img/bd_prevpage.png
deleted file mode 100644
index f7d417209..000000000
Binary files a/hillside/img/bd_prevpage.png and /dev/null differ
diff --git a/hillside/img/bd_primary.png b/hillside/img/bd_primary.png
deleted file mode 100644
index f7410fb13..000000000
Binary files a/hillside/img/bd_primary.png and /dev/null differ
diff --git a/hillside/img/bd_sbrowse.png b/hillside/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/hillside/img/bd_sbrowse.png and /dev/null differ
diff --git a/hillside/img/bd_select.png b/hillside/img/bd_select.png
deleted file mode 100644
index 3c7528dfb..000000000
Binary files a/hillside/img/bd_select.png and /dev/null differ
diff --git a/hillside/img/bd_unique.png b/hillside/img/bd_unique.png
deleted file mode 100644
index 4333a63fa..000000000
Binary files a/hillside/img/bd_unique.png and /dev/null differ
diff --git a/hillside/img/dot_black.png b/hillside/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/hillside/img/dot_black.png and /dev/null differ
diff --git a/hillside/img/dot_blue.png b/hillside/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/hillside/img/dot_blue.png and /dev/null differ
diff --git a/hillside/img/dot_green.png b/hillside/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/hillside/img/dot_green.png and /dev/null differ
diff --git a/hillside/img/dot_red.png b/hillside/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/hillside/img/dot_red.png and /dev/null differ
diff --git a/hillside/img/dot_violet.png b/hillside/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/hillside/img/dot_violet.png and /dev/null differ
diff --git a/hillside/img/dot_yellow.png b/hillside/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/hillside/img/dot_yellow.png and /dev/null differ
diff --git a/hillside/img/error.ico b/hillside/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/hillside/img/error.ico and /dev/null differ
diff --git a/hillside/img/frm_linevrlt.png b/hillside/img/frm_linevrlt.png
deleted file mode 100644
index 5a3cb83a3..000000000
Binary files a/hillside/img/frm_linevrlt.png and /dev/null differ
diff --git a/hillside/img/island_light.png b/hillside/img/island_light.png
deleted file mode 100644
index 697b78da0..000000000
Binary files a/hillside/img/island_light.png and /dev/null differ
diff --git a/hillside/img/item.png b/hillside/img/item.png
deleted file mode 100644
index bc4faa709..000000000
Binary files a/hillside/img/item.png and /dev/null differ
diff --git a/hillside/img/item_ltr.png b/hillside/img/item_ltr.png
deleted file mode 100644
index 4c8b5c6aa..000000000
Binary files a/hillside/img/item_ltr.png and /dev/null differ
diff --git a/hillside/img/item_rtl.png b/hillside/img/item_rtl.png
deleted file mode 100644
index 274114401..000000000
Binary files a/hillside/img/item_rtl.png and /dev/null differ
diff --git a/hillside/img/logo_background.png b/hillside/img/logo_background.png
deleted file mode 100644
index a5d612cc8..000000000
Binary files a/hillside/img/logo_background.png and /dev/null differ
diff --git a/hillside/img/logo_left.png b/hillside/img/logo_left.png
deleted file mode 100644
index 6d9dcccae..000000000
Binary files a/hillside/img/logo_left.png and /dev/null differ
diff --git a/hillside/img/logo_right.png b/hillside/img/logo_right.png
deleted file mode 100644
index 9df915b98..000000000
Binary files a/hillside/img/logo_right.png and /dev/null differ
diff --git a/hillside/img/php_sym.png b/hillside/img/php_sym.png
deleted file mode 100644
index 7868a2594..000000000
Binary files a/hillside/img/php_sym.png and /dev/null differ
diff --git a/hillside/img/phpmyadmin.gif b/hillside/img/phpmyadmin.gif
deleted file mode 100644
index adb220adf..000000000
Binary files a/hillside/img/phpmyadmin.gif and /dev/null differ
diff --git a/hillside/img/pma_logo2.png b/hillside/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/hillside/img/pma_logo2.png and /dev/null differ
diff --git a/hillside/img/s_asc.png b/hillside/img/s_asc.png
deleted file mode 100644
index db58cbdfb..000000000
Binary files a/hillside/img/s_asc.png and /dev/null differ
diff --git a/hillside/img/s_asci.png b/hillside/img/s_asci.png
deleted file mode 100644
index 813f712f7..000000000
Binary files a/hillside/img/s_asci.png and /dev/null differ
diff --git a/hillside/img/s_attention.png b/hillside/img/s_attention.png
deleted file mode 100644
index c37bd062e..000000000
Binary files a/hillside/img/s_attention.png and /dev/null differ
diff --git a/hillside/img/s_cancel.png b/hillside/img/s_cancel.png
deleted file mode 100644
index 7ecdd8217..000000000
Binary files a/hillside/img/s_cancel.png and /dev/null differ
diff --git a/hillside/img/s_cancel2.png b/hillside/img/s_cancel2.png
deleted file mode 100644
index 5a8081496..000000000
Binary files a/hillside/img/s_cancel2.png and /dev/null differ
diff --git a/hillside/img/s_db.png b/hillside/img/s_db.png
deleted file mode 100644
index 3d09261a2..000000000
Binary files a/hillside/img/s_db.png and /dev/null differ
diff --git a/hillside/img/s_error.png b/hillside/img/s_error.png
deleted file mode 100644
index 2ecf71d96..000000000
Binary files a/hillside/img/s_error.png and /dev/null differ
diff --git a/hillside/img/s_error2.png b/hillside/img/s_error2.png
deleted file mode 100644
index a064d8b67..000000000
Binary files a/hillside/img/s_error2.png and /dev/null differ
diff --git a/hillside/img/s_fulltext.png b/hillside/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/hillside/img/s_fulltext.png and /dev/null differ
diff --git a/hillside/img/s_host.png b/hillside/img/s_host.png
deleted file mode 100644
index 720a237c7..000000000
Binary files a/hillside/img/s_host.png and /dev/null differ
diff --git a/hillside/img/s_lang.png b/hillside/img/s_lang.png
deleted file mode 100644
index 39433cf78..000000000
Binary files a/hillside/img/s_lang.png and /dev/null differ
diff --git a/hillside/img/s_loggoff.png b/hillside/img/s_loggoff.png
deleted file mode 100644
index 6383910a5..000000000
Binary files a/hillside/img/s_loggoff.png and /dev/null differ
diff --git a/hillside/img/s_notice.png b/hillside/img/s_notice.png
deleted file mode 100644
index c37bd062e..000000000
Binary files a/hillside/img/s_notice.png and /dev/null differ
diff --git a/hillside/img/s_okay.png b/hillside/img/s_okay.png
deleted file mode 100644
index c1cbfbe9d..000000000
Binary files a/hillside/img/s_okay.png and /dev/null differ
diff --git a/hillside/img/s_partialtext.png b/hillside/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/hillside/img/s_partialtext.png and /dev/null differ
diff --git a/hillside/img/s_passwd.png b/hillside/img/s_passwd.png
deleted file mode 100644
index 116aa5b7f..000000000
Binary files a/hillside/img/s_passwd.png and /dev/null differ
diff --git a/hillside/img/s_process.png b/hillside/img/s_process.png
deleted file mode 100644
index 67de2c6cc..000000000
Binary files a/hillside/img/s_process.png and /dev/null differ
diff --git a/hillside/img/s_really.png b/hillside/img/s_really.png
deleted file mode 100644
index da0f70151..000000000
Binary files a/hillside/img/s_really.png and /dev/null differ
diff --git a/hillside/img/s_reload.png b/hillside/img/s_reload.png
deleted file mode 100644
index ab92010c2..000000000
Binary files a/hillside/img/s_reload.png and /dev/null differ
diff --git a/hillside/img/s_rights.png b/hillside/img/s_rights.png
deleted file mode 100644
index 257f111ca..000000000
Binary files a/hillside/img/s_rights.png and /dev/null differ
diff --git a/hillside/img/s_status.png b/hillside/img/s_status.png
deleted file mode 100644
index 01e933a61..000000000
Binary files a/hillside/img/s_status.png and /dev/null differ
diff --git a/hillside/img/s_success.png b/hillside/img/s_success.png
deleted file mode 100644
index 2f86f0ae6..000000000
Binary files a/hillside/img/s_success.png and /dev/null differ
diff --git a/hillside/img/s_tbl.png b/hillside/img/s_tbl.png
deleted file mode 100644
index abcd93689..000000000
Binary files a/hillside/img/s_tbl.png and /dev/null differ
diff --git a/hillside/img/s_theme.png b/hillside/img/s_theme.png
deleted file mode 100644
index ec0bd8366..000000000
Binary files a/hillside/img/s_theme.png and /dev/null differ
diff --git a/hillside/img/s_vars.png b/hillside/img/s_vars.png
deleted file mode 100644
index 8e83281c5..000000000
Binary files a/hillside/img/s_vars.png and /dev/null differ
diff --git a/hillside/img/s_views.png b/hillside/img/s_views.png
deleted file mode 100644
index 1574b6aa0..000000000
Binary files a/hillside/img/s_views.png and /dev/null differ
diff --git a/hillside/img/s_warn.png b/hillside/img/s_warn.png
deleted file mode 100644
index 628cf2dae..000000000
Binary files a/hillside/img/s_warn.png and /dev/null differ
diff --git a/hillside/img/silkline_light.png b/hillside/img/silkline_light.png
deleted file mode 100644
index 623d64eec..000000000
Binary files a/hillside/img/silkline_light.png and /dev/null differ
diff --git a/hillside/img/spacer.png b/hillside/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/hillside/img/spacer.png and /dev/null differ
diff --git a/hillside/img/tbl_error.png b/hillside/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/hillside/img/tbl_error.png and /dev/null differ
diff --git a/hillside/img/tbl_header.png b/hillside/img/tbl_header.png
deleted file mode 100644
index 7b2f8caaf..000000000
Binary files a/hillside/img/tbl_header.png and /dev/null differ
diff --git a/hillside/img/tbl_th.png b/hillside/img/tbl_th.png
deleted file mode 100644
index 2aa0eb8d0..000000000
Binary files a/hillside/img/tbl_th.png and /dev/null differ
diff --git a/hillside/img/transparent.png b/hillside/img/transparent.png
deleted file mode 100644
index a6b8515d9..000000000
Binary files a/hillside/img/transparent.png and /dev/null differ
diff --git a/hillside/img/transparent60.png b/hillside/img/transparent60.png
deleted file mode 100644
index 8747457a9..000000000
Binary files a/hillside/img/transparent60.png and /dev/null differ
diff --git a/hillside/img/transparentdark.png b/hillside/img/transparentdark.png
deleted file mode 100644
index b2af304b2..000000000
Binary files a/hillside/img/transparentdark.png and /dev/null differ
diff --git a/hillside/img/vertical_line.png b/hillside/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/hillside/img/vertical_line.png and /dev/null differ
diff --git a/hillside/img/window-new.png b/hillside/img/window-new.png
deleted file mode 100644
index 2e945076c..000000000
Binary files a/hillside/img/window-new.png and /dev/null differ
diff --git a/hillside/info.inc.php b/hillside/info.inc.php
deleted file mode 100644
index e4e319495..000000000
--- a/hillside/info.inc.php
+++ /dev/null
@@ -1,16 +0,0 @@
-
diff --git a/hillside/layout.inc.php b/hillside/layout.inc.php
deleted file mode 100644
index 4121b0f12..000000000
--- a/hillside/layout.inc.php
+++ /dev/null
@@ -1,117 +0,0 @@
-getImgPath() . 'island_light.png) top left repeat-x';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = '"Tahoma", "Lucida Grande", Verdana, sans-serif';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#D3DCE3';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000000';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 400;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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/hillside/screen.png b/hillside/screen.png
deleted file mode 100644
index 8dee1892d..000000000
Binary files a/hillside/screen.png and /dev/null differ
diff --git a/openphpnuke/css/theme_left.css.php b/openphpnuke/css/theme_left.css.php
deleted file mode 100644
index fa4493022..000000000
--- a/openphpnuke/css/theme_left.css.php
+++ /dev/null
@@ -1,81 +0,0 @@
-
-/* 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
deleted file mode 100644
index b25da1d39..000000000
--- a/openphpnuke/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* 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
deleted file mode 100644
index 1d4885d11..000000000
--- a/openphpnuke/css/theme_right.css.php
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-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/asc_order.png b/openphpnuke/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/openphpnuke/img/asc_order.png and /dev/null differ
diff --git a/openphpnuke/img/b_bookmark.png b/openphpnuke/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/openphpnuke/img/b_bookmark.png and /dev/null differ
diff --git a/openphpnuke/img/b_browse.png b/openphpnuke/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/openphpnuke/img/b_browse.png and /dev/null differ
diff --git a/openphpnuke/img/b_calendar.png b/openphpnuke/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/openphpnuke/img/b_calendar.png and /dev/null differ
diff --git a/openphpnuke/img/b_comment.png b/openphpnuke/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/openphpnuke/img/b_comment.png and /dev/null differ
diff --git a/openphpnuke/img/b_dbstatistics.png b/openphpnuke/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/openphpnuke/img/b_dbstatistics.png and /dev/null differ
diff --git a/openphpnuke/img/b_deltbl.png b/openphpnuke/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/openphpnuke/img/b_deltbl.png and /dev/null differ
diff --git a/openphpnuke/img/b_docs.png b/openphpnuke/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/openphpnuke/img/b_docs.png and /dev/null differ
diff --git a/openphpnuke/img/b_docsql.png b/openphpnuke/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/openphpnuke/img/b_docsql.png and /dev/null differ
diff --git a/openphpnuke/img/b_drop.png b/openphpnuke/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/openphpnuke/img/b_drop.png and /dev/null differ
diff --git a/openphpnuke/img/b_edit.png b/openphpnuke/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/openphpnuke/img/b_edit.png and /dev/null differ
diff --git a/openphpnuke/img/b_empty.png b/openphpnuke/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/openphpnuke/img/b_empty.png and /dev/null differ
diff --git a/openphpnuke/img/b_engine.png b/openphpnuke/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/openphpnuke/img/b_engine.png and /dev/null differ
diff --git a/openphpnuke/img/b_export.png b/openphpnuke/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/openphpnuke/img/b_export.png and /dev/null differ
diff --git a/openphpnuke/img/b_firstpage.png b/openphpnuke/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/openphpnuke/img/b_firstpage.png and /dev/null differ
diff --git a/openphpnuke/img/b_ftext.png b/openphpnuke/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/openphpnuke/img/b_ftext.png and /dev/null differ
diff --git a/openphpnuke/img/b_help.png b/openphpnuke/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/openphpnuke/img/b_help.png and /dev/null differ
diff --git a/openphpnuke/img/b_home.png b/openphpnuke/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/openphpnuke/img/b_home.png and /dev/null differ
diff --git a/openphpnuke/img/b_import.png b/openphpnuke/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/openphpnuke/img/b_import.png and /dev/null differ
diff --git a/openphpnuke/img/b_index.png b/openphpnuke/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/openphpnuke/img/b_index.png and /dev/null differ
diff --git a/openphpnuke/img/b_info.png b/openphpnuke/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/openphpnuke/img/b_info.png and /dev/null differ
diff --git a/openphpnuke/img/b_insrow.png b/openphpnuke/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/openphpnuke/img/b_insrow.png and /dev/null differ
diff --git a/openphpnuke/img/b_lastpage.png b/openphpnuke/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/openphpnuke/img/b_lastpage.png and /dev/null differ
diff --git a/openphpnuke/img/b_minus.png b/openphpnuke/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/openphpnuke/img/b_minus.png and /dev/null differ
diff --git a/openphpnuke/img/b_newdb.png b/openphpnuke/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/openphpnuke/img/b_newdb.png and /dev/null differ
diff --git a/openphpnuke/img/b_newtbl.png b/openphpnuke/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/openphpnuke/img/b_newtbl.png and /dev/null differ
diff --git a/openphpnuke/img/b_nextpage.png b/openphpnuke/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/openphpnuke/img/b_nextpage.png and /dev/null differ
diff --git a/openphpnuke/img/b_pdfdoc.png b/openphpnuke/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/openphpnuke/img/b_pdfdoc.png and /dev/null differ
diff --git a/openphpnuke/img/b_plus.png b/openphpnuke/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/openphpnuke/img/b_plus.png and /dev/null differ
diff --git a/openphpnuke/img/b_prevpage.png b/openphpnuke/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/openphpnuke/img/b_prevpage.png and /dev/null differ
diff --git a/openphpnuke/img/b_primary.png b/openphpnuke/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/openphpnuke/img/b_primary.png and /dev/null differ
diff --git a/openphpnuke/img/b_print.png b/openphpnuke/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/openphpnuke/img/b_print.png and /dev/null differ
diff --git a/openphpnuke/img/b_props.png b/openphpnuke/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/openphpnuke/img/b_props.png and /dev/null differ
diff --git a/openphpnuke/img/b_relations.png b/openphpnuke/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/openphpnuke/img/b_relations.png and /dev/null differ
diff --git a/openphpnuke/img/b_save.png b/openphpnuke/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/openphpnuke/img/b_save.png and /dev/null differ
diff --git a/openphpnuke/img/b_sbrowse.png b/openphpnuke/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/openphpnuke/img/b_sbrowse.png and /dev/null differ
diff --git a/openphpnuke/img/b_sdb.png b/openphpnuke/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/openphpnuke/img/b_sdb.png and /dev/null differ
diff --git a/openphpnuke/img/b_search.png b/openphpnuke/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/openphpnuke/img/b_search.png and /dev/null differ
diff --git a/openphpnuke/img/b_selboard.png b/openphpnuke/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/openphpnuke/img/b_selboard.png and /dev/null differ
diff --git a/openphpnuke/img/b_select.png b/openphpnuke/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/openphpnuke/img/b_select.png and /dev/null differ
diff --git a/openphpnuke/img/b_sql.png b/openphpnuke/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/openphpnuke/img/b_sql.png and /dev/null differ
diff --git a/openphpnuke/img/b_sqldoc.png b/openphpnuke/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/openphpnuke/img/b_sqldoc.png and /dev/null differ
diff --git a/openphpnuke/img/b_sqlhelp.png b/openphpnuke/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/openphpnuke/img/b_sqlhelp.png and /dev/null differ
diff --git a/openphpnuke/img/b_tblanalyse.png b/openphpnuke/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/openphpnuke/img/b_tblanalyse.png and /dev/null differ
diff --git a/openphpnuke/img/b_tblexport.png b/openphpnuke/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/openphpnuke/img/b_tblexport.png and /dev/null differ
diff --git a/openphpnuke/img/b_tblimport.png b/openphpnuke/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/openphpnuke/img/b_tblimport.png and /dev/null differ
diff --git a/openphpnuke/img/b_tblops.png b/openphpnuke/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/openphpnuke/img/b_tblops.png and /dev/null differ
diff --git a/openphpnuke/img/b_tbloptimize.png b/openphpnuke/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/openphpnuke/img/b_tbloptimize.png and /dev/null differ
diff --git a/openphpnuke/img/b_tipp.png b/openphpnuke/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/openphpnuke/img/b_tipp.png and /dev/null differ
diff --git a/openphpnuke/img/b_unique.png b/openphpnuke/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/openphpnuke/img/b_unique.png and /dev/null differ
diff --git a/openphpnuke/img/b_usradd.png b/openphpnuke/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/openphpnuke/img/b_usradd.png and /dev/null differ
diff --git a/openphpnuke/img/b_usrcheck.png b/openphpnuke/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/openphpnuke/img/b_usrcheck.png and /dev/null differ
diff --git a/openphpnuke/img/b_usrdrop.png b/openphpnuke/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/openphpnuke/img/b_usrdrop.png and /dev/null differ
diff --git a/openphpnuke/img/b_usredit.png b/openphpnuke/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/openphpnuke/img/b_usredit.png and /dev/null differ
diff --git a/openphpnuke/img/b_usrlist.png b/openphpnuke/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/openphpnuke/img/b_usrlist.png and /dev/null differ
diff --git a/openphpnuke/img/b_view.png b/openphpnuke/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/openphpnuke/img/b_view.png and /dev/null differ
diff --git a/openphpnuke/img/b_views.png b/openphpnuke/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/openphpnuke/img/b_views.png and /dev/null differ
diff --git a/openphpnuke/img/bd_browse.png b/openphpnuke/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/openphpnuke/img/bd_browse.png and /dev/null differ
diff --git a/openphpnuke/img/bd_deltbl.png b/openphpnuke/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/openphpnuke/img/bd_deltbl.png and /dev/null differ
diff --git a/openphpnuke/img/bd_drop.png b/openphpnuke/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/openphpnuke/img/bd_drop.png and /dev/null differ
diff --git a/openphpnuke/img/bd_empty.png b/openphpnuke/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/openphpnuke/img/bd_empty.png and /dev/null differ
diff --git a/openphpnuke/img/bd_firstpage.png b/openphpnuke/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/openphpnuke/img/bd_firstpage.png and /dev/null differ
diff --git a/openphpnuke/img/bd_ftext.png b/openphpnuke/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/openphpnuke/img/bd_ftext.png and /dev/null differ
diff --git a/openphpnuke/img/bd_index.png b/openphpnuke/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/openphpnuke/img/bd_index.png and /dev/null differ
diff --git a/openphpnuke/img/bd_insrow.png b/openphpnuke/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/openphpnuke/img/bd_insrow.png and /dev/null differ
diff --git a/openphpnuke/img/bd_lastpage.png b/openphpnuke/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/openphpnuke/img/bd_lastpage.png and /dev/null differ
diff --git a/openphpnuke/img/bd_nextpage.png b/openphpnuke/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/openphpnuke/img/bd_nextpage.png and /dev/null differ
diff --git a/openphpnuke/img/bd_prevpage.png b/openphpnuke/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/openphpnuke/img/bd_prevpage.png and /dev/null differ
diff --git a/openphpnuke/img/bd_primary.png b/openphpnuke/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/openphpnuke/img/bd_primary.png and /dev/null differ
diff --git a/openphpnuke/img/bd_sbrowse.png b/openphpnuke/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/openphpnuke/img/bd_sbrowse.png and /dev/null differ
diff --git a/openphpnuke/img/bd_select.png b/openphpnuke/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/openphpnuke/img/bd_select.png and /dev/null differ
diff --git a/openphpnuke/img/bd_unique.png b/openphpnuke/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/openphpnuke/img/bd_unique.png and /dev/null differ
diff --git a/openphpnuke/img/framelinksbg.png b/openphpnuke/img/framelinksbg.png
deleted file mode 100644
index fe270c2cf..000000000
Binary files a/openphpnuke/img/framelinksbg.png and /dev/null differ
diff --git a/openphpnuke/img/item.png b/openphpnuke/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/openphpnuke/img/item.png and /dev/null differ
diff --git a/openphpnuke/img/item_ltr.png b/openphpnuke/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/openphpnuke/img/item_ltr.png and /dev/null differ
diff --git a/openphpnuke/img/item_rtl.png b/openphpnuke/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/openphpnuke/img/item_rtl.png and /dev/null differ
diff --git a/openphpnuke/img/logo_left.png b/openphpnuke/img/logo_left.png
deleted file mode 100644
index 78843b8c0..000000000
Binary files a/openphpnuke/img/logo_left.png and /dev/null differ
diff --git a/openphpnuke/img/logo_right.png b/openphpnuke/img/logo_right.png
deleted file mode 100644
index daf977e1e..000000000
Binary files a/openphpnuke/img/logo_right.png and /dev/null differ
diff --git a/openphpnuke/img/php_sym.png b/openphpnuke/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/openphpnuke/img/php_sym.png and /dev/null differ
diff --git a/openphpnuke/img/pma_logo2.png b/openphpnuke/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/openphpnuke/img/pma_logo2.png and /dev/null differ
diff --git a/openphpnuke/img/s_asc.png b/openphpnuke/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/openphpnuke/img/s_asc.png and /dev/null differ
diff --git a/openphpnuke/img/s_asci.png b/openphpnuke/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/openphpnuke/img/s_asci.png and /dev/null differ
diff --git a/openphpnuke/img/s_attention.png b/openphpnuke/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/openphpnuke/img/s_attention.png and /dev/null differ
diff --git a/openphpnuke/img/s_cancel.png b/openphpnuke/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/openphpnuke/img/s_cancel.png and /dev/null differ
diff --git a/openphpnuke/img/s_cancel2.png b/openphpnuke/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/openphpnuke/img/s_cancel2.png and /dev/null differ
diff --git a/openphpnuke/img/s_db.png b/openphpnuke/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/openphpnuke/img/s_db.png and /dev/null differ
diff --git a/openphpnuke/img/s_desc.png b/openphpnuke/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/openphpnuke/img/s_desc.png and /dev/null differ
diff --git a/openphpnuke/img/s_error.png b/openphpnuke/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/openphpnuke/img/s_error.png and /dev/null differ
diff --git a/openphpnuke/img/s_error2.png b/openphpnuke/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/openphpnuke/img/s_error2.png and /dev/null differ
diff --git a/openphpnuke/img/s_fulltext.png b/openphpnuke/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/openphpnuke/img/s_fulltext.png and /dev/null differ
diff --git a/openphpnuke/img/s_host.png b/openphpnuke/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/openphpnuke/img/s_host.png and /dev/null differ
diff --git a/openphpnuke/img/s_info.png b/openphpnuke/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/openphpnuke/img/s_info.png and /dev/null differ
diff --git a/openphpnuke/img/s_lang.png b/openphpnuke/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/openphpnuke/img/s_lang.png and /dev/null differ
diff --git a/openphpnuke/img/s_loggoff.png b/openphpnuke/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/openphpnuke/img/s_loggoff.png and /dev/null differ
diff --git a/openphpnuke/img/s_notice.png b/openphpnuke/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/openphpnuke/img/s_notice.png and /dev/null differ
diff --git a/openphpnuke/img/s_okay.png b/openphpnuke/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/openphpnuke/img/s_okay.png and /dev/null differ
diff --git a/openphpnuke/img/s_partialtext.png b/openphpnuke/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/openphpnuke/img/s_partialtext.png and /dev/null differ
diff --git a/openphpnuke/img/s_passwd.png b/openphpnuke/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/openphpnuke/img/s_passwd.png and /dev/null differ
diff --git a/openphpnuke/img/s_process.png b/openphpnuke/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/openphpnuke/img/s_process.png and /dev/null differ
diff --git a/openphpnuke/img/s_really.png b/openphpnuke/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/openphpnuke/img/s_really.png and /dev/null differ
diff --git a/openphpnuke/img/s_reload.png b/openphpnuke/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/openphpnuke/img/s_reload.png and /dev/null differ
diff --git a/openphpnuke/img/s_rights.png b/openphpnuke/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/openphpnuke/img/s_rights.png and /dev/null differ
diff --git a/openphpnuke/img/s_status.png b/openphpnuke/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/openphpnuke/img/s_status.png and /dev/null differ
diff --git a/openphpnuke/img/s_tbl.png b/openphpnuke/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/openphpnuke/img/s_tbl.png and /dev/null differ
diff --git a/openphpnuke/img/s_theme.png b/openphpnuke/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/openphpnuke/img/s_theme.png and /dev/null differ
diff --git a/openphpnuke/img/s_vars.png b/openphpnuke/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/openphpnuke/img/s_vars.png and /dev/null differ
diff --git a/openphpnuke/img/s_views.png b/openphpnuke/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/openphpnuke/img/s_views.png and /dev/null differ
diff --git a/openphpnuke/img/s_warn.png b/openphpnuke/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/openphpnuke/img/s_warn.png and /dev/null differ
diff --git a/openphpnuke/img/spacer.png b/openphpnuke/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/openphpnuke/img/spacer.png and /dev/null differ
diff --git a/openphpnuke/img/tbl_error.png b/openphpnuke/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/openphpnuke/img/tbl_error.png and /dev/null differ
diff --git a/openphpnuke/img/tbl_header.png b/openphpnuke/img/tbl_header.png
deleted file mode 100644
index 7b2f8caaf..000000000
Binary files a/openphpnuke/img/tbl_header.png and /dev/null differ
diff --git a/openphpnuke/img/tbl_th.png b/openphpnuke/img/tbl_th.png
deleted file mode 100644
index 2aa0eb8d0..000000000
Binary files a/openphpnuke/img/tbl_th.png and /dev/null differ
diff --git a/openphpnuke/img/titellinks.png b/openphpnuke/img/titellinks.png
deleted file mode 100644
index d2f2c365c..000000000
Binary files a/openphpnuke/img/titellinks.png and /dev/null differ
diff --git a/openphpnuke/img/titellinks1.png b/openphpnuke/img/titellinks1.png
deleted file mode 100644
index 2580b68f1..000000000
Binary files a/openphpnuke/img/titellinks1.png and /dev/null differ
diff --git a/openphpnuke/img/vertical_line.png b/openphpnuke/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/openphpnuke/img/vertical_line.png and /dev/null differ
diff --git a/openphpnuke/info.inc.php b/openphpnuke/info.inc.php
deleted file mode 100644
index 18c5f9c70..000000000
--- a/openphpnuke/info.inc.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/openphpnuke/installation.txt b/openphpnuke/installation.txt
deleted file mode 100644
index 97dda272c..000000000
--- a/openphpnuke/installation.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-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
deleted file mode 100644
index 6e3c2bd74..000000000
--- a/openphpnuke/layout.inc.php
+++ /dev/null
@@ -1,57 +0,0 @@
- '#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
deleted file mode 100644
index ee6102f32..000000000
Binary files a/openphpnuke/screen.png and /dev/null differ
diff --git a/original_small/css/theme_left.css.php b/original_small/css/theme_left.css.php
deleted file mode 100644
index f4ce01820..000000000
--- a/original_small/css/theme_left.css.php
+++ /dev/null
@@ -1,165 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0.2em 0.2em 0.2em;
-}
-
-a img {
- border: 0;
- margin: 0px 0px 0px 0px;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select {
- width: 100%;
-}
-
-/* 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;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- border-bottom: 0.05em solid ;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: 0.05em solid ;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-/* leftdatabaselist */
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
- background: ;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-left: 0;
- padding-left: 0.1em;
- border-left: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
diff --git a/original_small/css/theme_print.css.php b/original_small/css/theme_print.css.php
deleted file mode 100644
index c7dbd3a66..000000000
--- a/original_small/css/theme_print.css.php
+++ /dev/null
@@ -1,39 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/original_small/css/theme_right.css.php b/original_small/css/theme_right.css.php
deleted file mode 100644
index 6beb2cdce..000000000
--- a/original_small/css/theme_right.css.php
+++ /dev/null
@@ -1,1115 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-a:hover {
- text-decoration: underline;
- color: #FF0000;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
- height: 8em;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background: ;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- background-color: transparent;
-}
-
-/* buttons in some browsers (eg. Konqueror) are block elements,
- this breaks design */
-button {
- display: inline;
-}
-
-table caption,
-table th,
-table td {
- padding: 0;
- margin: 0;
- vertical-align: top;
-}
-
-img,
-input,
-select,
-button {
- vertical-align: middle;
-}
-/* for Internet Explorer there can be added this class to all checkboxes, so the css can reach the checkboxes: */
-input.inpcheck {
- width:10px;
- height:10px;
-}
-/* this is ignored by IE6 */
-input[type=checkbox] {
- width:10px;
- height:10px;
-}
-
-/******************************************************************************/
-/* classes */
-
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- text-align: ;
- float: none;
- clear: both;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-/* marked tbale rows */
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.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;
-}
-/* this resizes all icons to a height of 14, although the files still have their original height of 16 */
-img[class=icon]{
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- height:14px;
-}
-/* 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(getImgPath(); ?>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;
-
- background-image: url(getImgPath(); ?>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(getImgPath(); ?>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(getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
-
-}
-
-.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;
-}
-
-/* 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;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img {
- vertical-align: middle;
- margin-: 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 black;
-}
-
-/* default tab styles */
-.tab, .tabcaution, .tabactive {
- background-color: ;
- border: 1pt solid ;
- border-bottom: 0;
- border-top-left-radius: 0.4em;
- border-top-right-radius: 0.4em;
-}
-
-/* enabled hover/active tabs */
-a.tab:hover,
-a.tabcaution:hover,
-.tabactive,
-.tabactive:hover {
- margin: 0;
- padding: 0.2em 0.4em 0.2em 0.4em;
- text-decoration: none;
-}
-
-a.tab:hover,
-.tabactive {
- background-color: ;
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
- border-bottom: 1px solid silver;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info{
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs {
- list-style-image: url(getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
\ No newline at end of file
diff --git a/original_small/img/arrow_ltr.png b/original_small/img/arrow_ltr.png
deleted file mode 100644
index 8cdb8ca17..000000000
Binary files a/original_small/img/arrow_ltr.png and /dev/null differ
diff --git a/original_small/img/arrow_rtl.png b/original_small/img/arrow_rtl.png
deleted file mode 100644
index 6b70c4eb7..000000000
Binary files a/original_small/img/arrow_rtl.png and /dev/null differ
diff --git a/original_small/img/asc_order.png b/original_small/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/original_small/img/asc_order.png and /dev/null differ
diff --git a/original_small/img/b_bookmark.png b/original_small/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/original_small/img/b_bookmark.png and /dev/null differ
diff --git a/original_small/img/b_browse.png b/original_small/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/original_small/img/b_browse.png and /dev/null differ
diff --git a/original_small/img/b_calendar.png b/original_small/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/original_small/img/b_calendar.png and /dev/null differ
diff --git a/original_small/img/b_comment.png b/original_small/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/original_small/img/b_comment.png and /dev/null differ
diff --git a/original_small/img/b_dbstatistics.png b/original_small/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/original_small/img/b_dbstatistics.png and /dev/null differ
diff --git a/original_small/img/b_deltbl.png b/original_small/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/original_small/img/b_deltbl.png and /dev/null differ
diff --git a/original_small/img/b_docs.png b/original_small/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/original_small/img/b_docs.png and /dev/null differ
diff --git a/original_small/img/b_docsql.png b/original_small/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/original_small/img/b_docsql.png and /dev/null differ
diff --git a/original_small/img/b_drop.png b/original_small/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/original_small/img/b_drop.png and /dev/null differ
diff --git a/original_small/img/b_edit.png b/original_small/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/original_small/img/b_edit.png and /dev/null differ
diff --git a/original_small/img/b_empty.png b/original_small/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/original_small/img/b_empty.png and /dev/null differ
diff --git a/original_small/img/b_engine.png b/original_small/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/original_small/img/b_engine.png and /dev/null differ
diff --git a/original_small/img/b_export.png b/original_small/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/original_small/img/b_export.png and /dev/null differ
diff --git a/original_small/img/b_firstpage.png b/original_small/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/original_small/img/b_firstpage.png and /dev/null differ
diff --git a/original_small/img/b_ftext.png b/original_small/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/original_small/img/b_ftext.png and /dev/null differ
diff --git a/original_small/img/b_help.png b/original_small/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/original_small/img/b_help.png and /dev/null differ
diff --git a/original_small/img/b_home.png b/original_small/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/original_small/img/b_home.png and /dev/null differ
diff --git a/original_small/img/b_import.png b/original_small/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/original_small/img/b_import.png and /dev/null differ
diff --git a/original_small/img/b_index.png b/original_small/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/original_small/img/b_index.png and /dev/null differ
diff --git a/original_small/img/b_info.png b/original_small/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/original_small/img/b_info.png and /dev/null differ
diff --git a/original_small/img/b_insrow.png b/original_small/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/original_small/img/b_insrow.png and /dev/null differ
diff --git a/original_small/img/b_lastpage.png b/original_small/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/original_small/img/b_lastpage.png and /dev/null differ
diff --git a/original_small/img/b_minus.png b/original_small/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/original_small/img/b_minus.png and /dev/null differ
diff --git a/original_small/img/b_newdb.png b/original_small/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/original_small/img/b_newdb.png and /dev/null differ
diff --git a/original_small/img/b_newtbl.png b/original_small/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/original_small/img/b_newtbl.png and /dev/null differ
diff --git a/original_small/img/b_nextpage.png b/original_small/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/original_small/img/b_nextpage.png and /dev/null differ
diff --git a/original_small/img/b_pdfdoc.png b/original_small/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/original_small/img/b_pdfdoc.png and /dev/null differ
diff --git a/original_small/img/b_plus.png b/original_small/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/original_small/img/b_plus.png and /dev/null differ
diff --git a/original_small/img/b_prevpage.png b/original_small/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/original_small/img/b_prevpage.png and /dev/null differ
diff --git a/original_small/img/b_primary.png b/original_small/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/original_small/img/b_primary.png and /dev/null differ
diff --git a/original_small/img/b_print.png b/original_small/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/original_small/img/b_print.png and /dev/null differ
diff --git a/original_small/img/b_props.png b/original_small/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/original_small/img/b_props.png and /dev/null differ
diff --git a/original_small/img/b_relations.png b/original_small/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/original_small/img/b_relations.png and /dev/null differ
diff --git a/original_small/img/b_save.png b/original_small/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/original_small/img/b_save.png and /dev/null differ
diff --git a/original_small/img/b_sbrowse.png b/original_small/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/original_small/img/b_sbrowse.png and /dev/null differ
diff --git a/original_small/img/b_sdb.png b/original_small/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/original_small/img/b_sdb.png and /dev/null differ
diff --git a/original_small/img/b_search.png b/original_small/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/original_small/img/b_search.png and /dev/null differ
diff --git a/original_small/img/b_selboard.png b/original_small/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/original_small/img/b_selboard.png and /dev/null differ
diff --git a/original_small/img/b_select.png b/original_small/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/original_small/img/b_select.png and /dev/null differ
diff --git a/original_small/img/b_sql.png b/original_small/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/original_small/img/b_sql.png and /dev/null differ
diff --git a/original_small/img/b_sqldoc.png b/original_small/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/original_small/img/b_sqldoc.png and /dev/null differ
diff --git a/original_small/img/b_sqlhelp.png b/original_small/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/original_small/img/b_sqlhelp.png and /dev/null differ
diff --git a/original_small/img/b_tblanalyse.png b/original_small/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/original_small/img/b_tblanalyse.png and /dev/null differ
diff --git a/original_small/img/b_tblexport.png b/original_small/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/original_small/img/b_tblexport.png and /dev/null differ
diff --git a/original_small/img/b_tblimport.png b/original_small/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/original_small/img/b_tblimport.png and /dev/null differ
diff --git a/original_small/img/b_tblops.png b/original_small/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/original_small/img/b_tblops.png and /dev/null differ
diff --git a/original_small/img/b_tbloptimize.png b/original_small/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/original_small/img/b_tbloptimize.png and /dev/null differ
diff --git a/original_small/img/b_tipp.png b/original_small/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/original_small/img/b_tipp.png and /dev/null differ
diff --git a/original_small/img/b_unique.png b/original_small/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/original_small/img/b_unique.png and /dev/null differ
diff --git a/original_small/img/b_usradd.png b/original_small/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/original_small/img/b_usradd.png and /dev/null differ
diff --git a/original_small/img/b_usrcheck.png b/original_small/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/original_small/img/b_usrcheck.png and /dev/null differ
diff --git a/original_small/img/b_usrdrop.png b/original_small/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/original_small/img/b_usrdrop.png and /dev/null differ
diff --git a/original_small/img/b_usredit.png b/original_small/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/original_small/img/b_usredit.png and /dev/null differ
diff --git a/original_small/img/b_usrlist.png b/original_small/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/original_small/img/b_usrlist.png and /dev/null differ
diff --git a/original_small/img/b_view.png b/original_small/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/original_small/img/b_view.png and /dev/null differ
diff --git a/original_small/img/b_views.png b/original_small/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/original_small/img/b_views.png and /dev/null differ
diff --git a/original_small/img/bd_browse.png b/original_small/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/original_small/img/bd_browse.png and /dev/null differ
diff --git a/original_small/img/bd_deltbl.png b/original_small/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/original_small/img/bd_deltbl.png and /dev/null differ
diff --git a/original_small/img/bd_drop.png b/original_small/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/original_small/img/bd_drop.png and /dev/null differ
diff --git a/original_small/img/bd_empty.png b/original_small/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/original_small/img/bd_empty.png and /dev/null differ
diff --git a/original_small/img/bd_firstpage.png b/original_small/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/original_small/img/bd_firstpage.png and /dev/null differ
diff --git a/original_small/img/bd_ftext.png b/original_small/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/original_small/img/bd_ftext.png and /dev/null differ
diff --git a/original_small/img/bd_index.png b/original_small/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/original_small/img/bd_index.png and /dev/null differ
diff --git a/original_small/img/bd_insrow.png b/original_small/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/original_small/img/bd_insrow.png and /dev/null differ
diff --git a/original_small/img/bd_lastpage.png b/original_small/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/original_small/img/bd_lastpage.png and /dev/null differ
diff --git a/original_small/img/bd_nextpage.png b/original_small/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/original_small/img/bd_nextpage.png and /dev/null differ
diff --git a/original_small/img/bd_prevpage.png b/original_small/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/original_small/img/bd_prevpage.png and /dev/null differ
diff --git a/original_small/img/bd_primary.png b/original_small/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/original_small/img/bd_primary.png and /dev/null differ
diff --git a/original_small/img/bd_sbrowse.png b/original_small/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/original_small/img/bd_sbrowse.png and /dev/null differ
diff --git a/original_small/img/bd_select.png b/original_small/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/original_small/img/bd_select.png and /dev/null differ
diff --git a/original_small/img/bd_unique.png b/original_small/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/original_small/img/bd_unique.png and /dev/null differ
diff --git a/original_small/img/error.ico b/original_small/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/original_small/img/error.ico and /dev/null differ
diff --git a/original_small/img/item.png b/original_small/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/original_small/img/item.png and /dev/null differ
diff --git a/original_small/img/item_ltr.png b/original_small/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/original_small/img/item_ltr.png and /dev/null differ
diff --git a/original_small/img/item_rtl.png b/original_small/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/original_small/img/item_rtl.png and /dev/null differ
diff --git a/original_small/img/logo_left.png b/original_small/img/logo_left.png
deleted file mode 100644
index e3c47e465..000000000
Binary files a/original_small/img/logo_left.png and /dev/null differ
diff --git a/original_small/img/logo_right.png b/original_small/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/original_small/img/logo_right.png and /dev/null differ
diff --git a/original_small/img/php_sym.png b/original_small/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/original_small/img/php_sym.png and /dev/null differ
diff --git a/original_small/img/pma_logo2.png b/original_small/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/original_small/img/pma_logo2.png and /dev/null differ
diff --git a/original_small/img/s_asc.png b/original_small/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/original_small/img/s_asc.png and /dev/null differ
diff --git a/original_small/img/s_asci.png b/original_small/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/original_small/img/s_asci.png and /dev/null differ
diff --git a/original_small/img/s_attention.png b/original_small/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/original_small/img/s_attention.png and /dev/null differ
diff --git a/original_small/img/s_cancel.png b/original_small/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/original_small/img/s_cancel.png and /dev/null differ
diff --git a/original_small/img/s_cancel2.png b/original_small/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/original_small/img/s_cancel2.png and /dev/null differ
diff --git a/original_small/img/s_db.png b/original_small/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/original_small/img/s_db.png and /dev/null differ
diff --git a/original_small/img/s_desc.png b/original_small/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/original_small/img/s_desc.png and /dev/null differ
diff --git a/original_small/img/s_error.png b/original_small/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/original_small/img/s_error.png and /dev/null differ
diff --git a/original_small/img/s_error2.png b/original_small/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/original_small/img/s_error2.png and /dev/null differ
diff --git a/original_small/img/s_fulltext.png b/original_small/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/original_small/img/s_fulltext.png and /dev/null differ
diff --git a/original_small/img/s_host.png b/original_small/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/original_small/img/s_host.png and /dev/null differ
diff --git a/original_small/img/s_info.png b/original_small/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/original_small/img/s_info.png and /dev/null differ
diff --git a/original_small/img/s_lang.png b/original_small/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/original_small/img/s_lang.png and /dev/null differ
diff --git a/original_small/img/s_loggoff.png b/original_small/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/original_small/img/s_loggoff.png and /dev/null differ
diff --git a/original_small/img/s_notice.png b/original_small/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/original_small/img/s_notice.png and /dev/null differ
diff --git a/original_small/img/s_okay.png b/original_small/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/original_small/img/s_okay.png and /dev/null differ
diff --git a/original_small/img/s_partialtext.png b/original_small/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/original_small/img/s_partialtext.png and /dev/null differ
diff --git a/original_small/img/s_passwd.png b/original_small/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/original_small/img/s_passwd.png and /dev/null differ
diff --git a/original_small/img/s_process.png b/original_small/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/original_small/img/s_process.png and /dev/null differ
diff --git a/original_small/img/s_really.png b/original_small/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/original_small/img/s_really.png and /dev/null differ
diff --git a/original_small/img/s_reload.png b/original_small/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/original_small/img/s_reload.png and /dev/null differ
diff --git a/original_small/img/s_rights.png b/original_small/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/original_small/img/s_rights.png and /dev/null differ
diff --git a/original_small/img/s_status.png b/original_small/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/original_small/img/s_status.png and /dev/null differ
diff --git a/original_small/img/s_tbl.png b/original_small/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/original_small/img/s_tbl.png and /dev/null differ
diff --git a/original_small/img/s_theme.png b/original_small/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/original_small/img/s_theme.png and /dev/null differ
diff --git a/original_small/img/s_vars.png b/original_small/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/original_small/img/s_vars.png and /dev/null differ
diff --git a/original_small/img/s_views.png b/original_small/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/original_small/img/s_views.png and /dev/null differ
diff --git a/original_small/img/s_warn.png b/original_small/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/original_small/img/s_warn.png and /dev/null differ
diff --git a/original_small/img/spacer.png b/original_small/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/original_small/img/spacer.png and /dev/null differ
diff --git a/original_small/img/vertical_line.png b/original_small/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/original_small/img/vertical_line.png and /dev/null differ
diff --git a/original_small/img/window-new.png b/original_small/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/original_small/img/window-new.png and /dev/null differ
diff --git a/original_small/info.inc.php b/original_small/info.inc.php
deleted file mode 100644
index 60c286d8d..000000000
--- a/original_small/info.inc.php
+++ /dev/null
@@ -1,17 +0,0 @@
-
diff --git a/original_small/layout.inc.php b/original_small/layout.inc.php
deleted file mode 100644
index a5c2d0e05..000000000
--- a/original_small/layout.inc.php
+++ /dev/null
@@ -1,115 +0,0 @@
-getImgPath() . 'vertical_line.png) repeat-y';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = 'arial';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#D3DCE3';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000000';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 400;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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/original_small/readme.txt b/original_small/readme.txt
deleted file mode 100644
index 0492773ab..000000000
--- a/original_small/readme.txt
+++ /dev/null
@@ -1,79 +0,0 @@
-
- README FILE FOR THE ORIGINAL SMALL THEME USED WITH PHPMAYADMIN
-----------------------------------------------------------------------
-
-CHANGE LOG:
- - 2006-09-20;
- > Supporting phpMyAdmin Version 2.9.0-rc1 and higher
-
-1. INFORMATION ABOUT THIS THEME:
-----------------------------------------------------------------------
- a) THEME:
- The theme is based on the 'Original' theme made by the
- members of the phpMyAdmin Team. This theme is simply the Original
- Theme but with small icons and checkboxes, so there fits more one page.
- Modifications are made by Ruben Barkow. (www.eclabs.de)
-
- b) ICONS:
- The Icons are the original Icons from The "Original" theme but they are resized by the browser.
- The Icons have a height of 16 but are resized to a height of 13 so they look a bit squeezed.
-
- c) USAGE:
- The best effect you get if you use a Font size of "70%" in the front screen of phpMyAdmin
-
- d) QUESTIONS:
- I posted this theme in the PMA-theme-area, you`ll find additional info there:
- http://sourceforge.net/tracker/index.php?func=detail&aid=1561967&group_id=23067&atid=689412
-
-2. INSTALLATION
-----------------------------------------------------------------------
- Simply unzip the files.
- (sample: [whatever]/phpMyAdmin/themes/)
-
- make sure, that all files are in the directory
- - [whatever]/phpMyAdmin/themes/original_small/.
-
- Note:
- [whatever] is any path to your phpMyAdmin-Installation.
-
- Optional for Internet Explorer:
- In mozilla it looks very small now ;)
- but in Internet Explorer the new style is not valid so it is ignored (but its
- still smaller than the original already)
-
- To get an even smaller view in IE, you need a small hack:
- (use an editor with a replace function where you can
- replace text inside all documents inside your PMA folder [whatever])
-
- 1.
- replace all occurrences of
- `type="checkbox" `
- ----------------
- with
- `type="checkbox" class="inpcheck" `
- ---------------------------------
- (take care that you also replace the spaces after the quotes)
-
-
- 2.
- replace all occurrences of
- `height="16"`
- -----------
- with
- `height="14"`
- -----------
-
-----------------------------------------------------------------------
-
-
-3. REQUIREMENTS / INFORMATIONS
-----------------------------------------------------------------------
- - phpMyAdmin Version 2.9.0-rc1 or higher
- - full CSS2 compatible browser
- (I've tested with Firefox 1.5 and Microsoft(R) InternetExplorer 6.0)
- - Your browser should support Javascript
- and png-images.
-
-----------------------------------------------------------------------
-
-
diff --git a/original_small/screen.png b/original_small/screen.png
deleted file mode 100644
index 4af51aad5..000000000
Binary files a/original_small/screen.png and /dev/null differ
diff --git a/paradice/THEME_LICENSE b/paradice/THEME_LICENSE
deleted file mode 100644
index 207a79cbd..000000000
--- a/paradice/THEME_LICENSE
+++ /dev/null
@@ -1,278 +0,0 @@
- 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
deleted file mode 100644
index 0840ea762..000000000
--- a/paradice/authors
+++ /dev/null
@@ -1,20 +0,0 @@
-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
deleted file mode 100644
index e6376faff..000000000
--- a/paradice/css/theme_left.css.php
+++ /dev/null
@@ -1,267 +0,0 @@
-getImgPath();
-
-?>
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- font-size: 0.8em;
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0.2em 0.2em 0.2em;
- background-image: url(leftBgnd.png);
- background-position:left top;
- background-repeat: repeat-y;
-}
-
-a img {
- border: 0;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
-}
-
-ul {
- margin:0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
- margin-top: 3px;
-}
-
-#databaseList label {
- width: 100%;
- font-weight: bold;
- text-align: left;
- background-image: url(s_db.png);
- background-position:left top;
- background-repeat: no-repeat;
- padding-left: 16px;
- padding-bottom: 3px;
-}
-
-select {
- background-color: #ffffff;
- color: #000000;
- width: 100%;
- border: 1px solid #3674CF;
-}
-
-/* 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;
-}
-
-.navi_dbName {
- font-weight: bold;
- color: ;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo {
-
- background-color: ;
- padding:.3em;
-}
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- border-bottom: 1px solid ;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-div#pmalogo, div#leftframelinks { text-align: center; }
-div#databaseList { text-align: left; }
-
-ul#databaseList {
- border-bottom: 1px solid ;
- margin-bottom: 0.5em;
- padding-bottom: 2em;
- padding-left: 1.5em;
- list-style-type: none;
- list-style-position:outside;
- list-style-image: url(dbitem_ltr.png);
-}
-
-ul#databaseList ul {
- list-style-image: url(dbitem_ltr2.png);
- padding-left: 18px;
-}
-
-ul#databaseList li {
- padding-bottom: 0;
-}
-
-ul#databaseList a {
- display: block;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- color: ;
-}
-
-ul#databaseList a:hover {
- background: ;
- color: ;
-}
-
-ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0.2em;
- padding: 0;
- border: 0;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-/* leftdatabaselist */
-div#left_tableList {
- background: transparent !important;
-}
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- list-style-image: url(bd_sbrowse.png);
- margin: 0;
- padding: 0;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-: 0;
- padding-: 0.1em;
- border-: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: ;
-}
-#serverinfo a:hover {
- background: ;
- color: ;
-}
diff --git a/paradice/css/theme_print.css.php b/paradice/css/theme_print.css.php
deleted file mode 100644
index cff116c44..000000000
--- a/paradice/css/theme_print.css.php
+++ /dev/null
@@ -1,39 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/paradice/css/theme_right.css.php b/paradice/css/theme_right.css.php
deleted file mode 100644
index b331d6cc4..000000000
--- a/paradice/css/theme_right.css.php
+++ /dev/null
@@ -1,1557 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']);?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
- font-size: 1em;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #1F457E;
-}
-
-a:hover {
- text-decoration: underline;
- color: #8897AE;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background-color: #ff9900;
- background-image: url(getImgPath(); ?>tbl_th.png);
- background-repeat: repeat-x;
- background-position: top;
-}
-
-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: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-th.td{
- font-weight: normal;
- color: #000000;
- background-color: transparent;
- background-image: url(getImgPath(); ?>tbl_th.png);
-}
-
-select, textarea, input {
- border: 1px solid #3674CF;
-}
-
-select, textarea{
- color: #000000;
- background-color: #FFFFFF;
-}
-
-input.textfield{
- color: #000000;
- background-color: #FFFFFF;
-}
-
-a.h1:link, a.h1:active, a.h1:visited{
- font-weight: bold;
- color: #000000;
-}
-
-a.h1:hover{
- font-weight: bold;
- color: #666666;
-}
-
-a.h2:link, a.h2:active, a.h2:visited{
- font-weight: bold;
- color: #000000;
-}
-
-a.h2:hover{
- 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;
-}
-
-textarea {
- overflow: visible;
- height: em;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background: ;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- font-weight: bold;
- color: ;
- background-color: ;
- padding: 2px;
-}
-
-/* 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 */
-div.tools {
- border: 1px solid ;
- padding: 0.2em;
-}
-
-div.tools,
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- /* avoid a thick line since this should be used under another fieldset */
- border-top: 0;
- text-align: ;
- float: none;
- clear: both;
-}
-
-.login fieldset.tblFooters {
- padding: 3px;
-}
-
-.login fieldset.tblFooters input[type=submit] {
- background-color: #FFFFFF;
- color: ;
- font-weight: bold;
- padding-left: 20px;
- background-image: url(getImgPath(); ?>b_go.png);
- background-repeat: no-repeat;
- background-position:center left;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-
-/* marked table rows */
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.odd a:hover,
-.even a:hover,
-.hover {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 100%;
- font-family: ;
-}
-
-.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 */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-.notice {
- color: #000000;
- background-color: #FFFFDD;
-}
-
-h1.notice,
-div.success,
-div.notice,
-div.warning,
-div.error {
- margin: 0.5em 0 0.5em 0;
- border: 1px solid #FFD700;
-
- background-image: url(getImgPath(); ?>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;
-
-}
-
-.success {
- color: #005E20;
- background-color: #E5F7E3;
-}
-h1.success,
-div.success {
- border-color: #C5E1C8;
-
- background-image: url(getImgPath(); ?>s_success.png);
-
-}
-div.success h1 {
- border-bottom: 1px solid #C5E1C8;
-}
-.success h1 {
- border-color: #C5E1C8;
-}
-
-.notice {
- color: #004A80;
- background-color: #E8F8FE;
-}
-h1.notice,
-div.notice {
- border-color: #CFDFE5;
-
- background-image: url(getImgPath(); ?>s_info.png);
-
-}
-
-div.notice h1 {
- border-bottom: 1px solid #CFDFE5;
-}
-
-.notice h1 {
- border-bottom: 1px solid #CFDFE5;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-.warning {
- color: #555555;
- background-color: #FEFFD5;
-}
-p.warning,
-h1.warning,
-div.warning {
- margin: 0.5em 0 0.5em 0;
- border: 1px solid #EEEB5B;
-
- background-image: url(getImgPath(); ?>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: 1px solid #cc0000;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-div.warning h1 {
- border-bottom: 1px solid #EEEB5B;
-}
-
-.error {
- background-color: #FFEBEB;
- color: #9E0B0F;
-}
-
-h1.error,
-div.error {
- margin: 0.5em 0 0.5em 0;
- border: 1px solid #F5C1C2;
-
- background-image: url(getImgPath(); ?>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: 1px solid #F5C1C2;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-.confirmation {
- background-color: #FFFFCC;
-}
-fieldset.confirmation {
- border: 1px solid #FF0000;
-}
-fieldset.confirmation legend {
- border-left: 1px solid #FF0000;
- border-right: 1px solid #FF0000;
- font-weight: bold;
-
- background-image: url(getImgPath(); ?>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 caption {
- color: #FFFFFF;
-}
-
-.tblcomment {
- font-family: ;
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- background-color: ;
- font-weight: bold;
- color: ;
- background-image: url(getImgPath(); ?>tbl_header.png);
- background-repeat: repeat-x;
- background-position:top;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
- background-image: url(getImgPath(); ?>tbl_header.png);
- background-repeat: repeat-x;
- background-position:top;
-}
-
-.tblHeaders a:link,
-.tblHeaders a:active,
-.tblHeaders a:visited,
-div.tools a:link,
-div.tools a:visited,
-div.tools a:active,
-.tblFooters a:link,
-.tblFooters a:active,
-.tblFooters a:visited {
- color: #FFFFCC;
- text-decoration: underline;
-}
-
-.tblHeaders a:hover,
-div.tools a:hover,
-.tblFooters a:hover {
- color: #FFFFFF;
- text-decoration: none;
-}
-
-/* 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;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
- background-color: #FFFFFF;
- background-image: url(getImgPath(); ?>login_bgnd.png);
- background-repeat: repeat-x;
- background-position: top;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-form.login fieldset div.item input {
- background-color: #FFFFFF;
- background-image: url(getImgPath(); ?>loginfield_bgnd.png);
- background-repeat: repeat-x;
- background-position: bottom;
- margin-bottom: 3px;
- width: 14em;
-}
-
-form.login fieldset div.item select {
- width: 14em;
- border: 1px solid ;
-}
-
-.loginform .container fieldset select[name=lang] {
- width: 24em;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-div#topmenucontainer {
- padding-bottom: 18px;
-}
-
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
- border: 0;
-}
-
-ul#topmenu li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
- border-bottom: 0;
-}
-
-#topmenu img {
- vertical-align: middle;
- margin-: 0.1em;
-}
-
-/* default tab styles */
-.tab, .tabcaution, .tabactive {
- display: block;
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-/* disabled tabs */
-span.tab {
- color: #FFFFFF;
- background-image: url(getImgPath(); ?>tbl_header_disabled.png);
- background-repeat: repeat-x;
- background-position: top;
-}
-
-/* disabled drop/empty tabs */
-span.tabcaution {
- color: #FFFFFF;
- background-image: url(getImgPath(); ?>tbl_header_disabled.png);
- background-repeat: repeat-x;
- background-position: top;
- text-decoration: none;
- padding-top: 4px;
- padding-bottom: 4px;
- padding-left: 4px;
- padding-right: 10px;
-}
-
-/* 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: 0;
-}
-
-/* default tab styles */
-.tab, .tabcaution, .tabactive {
- background-color: ;
- border-top: 0;
- border-right: 1px;
- border-bottom: 0;
- border-left: 0;
- border-style: solid;
- border-color: #FFFFFF;
- background-image: url(getImgPath(); ?>tbl_header2.png);
- background-repeat: repeat-x;
- background-position: top;
- /* overwrite default button look */
- height: 21px;
-}
-
-ul#topmenu li a.tab {
- color: #FFFFFF;
-}
-
-ul#topmenu li a.tab:hover {
- color: #FFFFFF;
- text-decoration: none;
-}
-
-ul#topmenu li:hover {
- background-image: url(getImgPath(); ?>tbl_header2.png);
- text-decoration: none;
- color: #FFFFFF;
-}
-
-/* enabled drop/empty tabs */
-ul#topmenu li a.tabcaution {
- color: #FFFFFF;
- background-color: #cc0000;
- background-image: url(getImgPath(); ?>tbl_error.png);
- background-repeat: repeat-x;
- background-position: top;
- padding: 4px 8px 4px 8px;
- border: 0;
- border-right: 1px solid #FFFFFF;
-}
-ul#topmenu li a.tabcaution:hover {
- background-image: url(getImgPath(); ?>tbl_error2.png);
- text-decoration: none;
-}
-
-/* enabled hover/active tabs */
-a.tabactive {
- color: #000000;
- background-image: url(getImgPath(); ?>tbl_headerActive.png);
- background-repeat: repeat-x;
- background-position: top;
- background-color: #ffffff;
- padding: 4px 8px 4px 8px;
- border: 0;
- border-right: 1px solid #FFFFFF;
- border-left: 1px solid #FFFFFF;
- color: #000000;
-}
-
-a.tabactive:hover {
- background-image: url(getImgPath(); ?>tbl_header.png);
- padding: 4px 8px 4px 8px;
- color: #FFFFFF;
- text-decoration: none;
-}
-
-a.tab:link, a.tab:active,a.tab:hover, a.tab:visited {
- padding: 4px 8px 4px 8px;
- border: 0;
- border-right: 1px solid #FFFFFF;
- color: #FFFFFF;
- text-decoration: none;
-}
-
-a.tab:hover,
-.tabactive {
- background-color: ;
- background-image: url(getImgPath(); ?>tbl_header.png);
- text-decoration: none;
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-a.warning,
-span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#fieldset_add_user_login div.item {
- border-bottom: 1px solid ;
- padding-bottom: 0.3em;
- margin-bottom: 0.3em;
-}
-
-#fieldset_add_user_login label {
- float: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
-}
-#selflink {
- margin-top: 1em;
- margin-bottom: 1em;
- padding-top: 2px;
- width: 100%;
- border-top: 0;
- text-align: right;
- vertical-align: bottom;
-}
-div#tablestatistics {
- border-bottom: 0;
-}
-#queryfieldscontainer {
- border: 0;
-}
-#mysqlmaininformation h1, #pmamaininformation h1 {
- background-image: url(getImgPath(); ?>tbl_header.png);
- background-position:left top;
- background-repeat: repeat-x;
- color: #FFFFFF;
- text-align: center;
- padding: 1px;
- margin: 0;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
- border: 1px solid ;
- background-color: #FBFBFF;
- margin-top: 5px;
- margin-left: 5px;
- margin-bottom: 1em;
-}
-
-#maincontainer ul {
- list-style-image: url(getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-
-
-#li_select_lang form select {
- width: 180px;
-}
-
-li#li_server_info,
-li#li_server_info2,
-li#li_mysql_proto,
-li#li_user_info,
-li#li_select_mysql_charset,
-li#li_used_php_extension,
-li#li_web_server_software,
-li#li_mysql_client_version,
-li#li_server_info,
-li#li_server_version {
- color: #888888;
-}
-
-#form_fontsize_selection label {
- color: #142F56;
-}
-
-#mysqlmaininformation {
- background-image: url(getImgPath(); ?>mysql_info.jpg);
- background-position:right bottom;
- background-repeat: no-repeat;
-}
-#pmamaininformation {
- background-image: url(getImgPath(); ?>pma_info.jpg);
- background-position:right bottom;
- background-repeat: no-repeat;
-}
-div.formelementrow {
- border: 0;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>s_asci.png);
- color: #1F457E;
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_custom_color{
- list-style-image: url(getImgPath(); ?>s_color.png);
-}
-
-#myRainbow {
- padding-right: 4px;
-}
-
-li#li_server_info,
-li#li_server_info2,
-li#li_server_version {
- list-style-image: url(getImgPath(); ?>item_ltr.png);
- font-size: 80%;
-}
-
-li#li_user_info{
- list-style-image: url(getImgPath(); ?>item_ltr.png);
- font-size: 80%;
-}
-
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>item_ltr.png);
- font-size: 80%;
-}
-
-li#li_mysql_proto{
- list-style-image: url(getImgPath(); ?>item_ltr.png);
- font-size: 80%;
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs,
-li#li_pma_wiki {
- list-style-image: url(getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-
-li#li_used_php_extension {
- list-style-image: url(getImgPath(); ?>item_ltr.png);
- font-size: 80%;
- margin-bottom: 2em;
-}
-
-li#li_pma_version {
- list-style-image: url(getImgPath(); ?>item_ltr.png);
-}
-
-li#li_web_server_software {
- list-style-image: url(getImgPath(); ?>item_ltr.png);
- font-size: 80%;
-}
-
-li#li_mysql_client_version {
- list-style-image: url(getImgPath(); ?>item_ltr.png);
- font-size: 80%;
-}
-
-li#li_select_server {
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-li#li_select_fontsize {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_maintenance {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-code.sql {
- display: block;
- padding: 0.3em;
- margin-top: 0;
- margin-bottom: 0;
- border: #79A2DF solid 1px;
- border-bottom: 0;
- max-height: 10em;
- overflow: auto;
- background: ;
-}
-
-#main_pane_left {
- width: 60%;
- float: ;
- padding-top: 1em;
-}
-
-#main_pane_right {
- margin-: 60%;
- padding-top: 1em;
- padding-: 1em;
-}
-
-.group {
- border: 1px solid ;
- margin-bottom: 1em;
-}
-
-.group h2 {
- font-size: 1em;
- font-weight: bold;
- background-image: url(getImgPath(); ?>tbl_header.png);
- background-position:left top;
- background-repeat: repeat-x;
- color: #FFFFFF;
- padding: 2px;
- margin: 0;
- display: block;
- border: 1px solid #FBFBFF;
-}
-
-/**
- * Progress bar styles
- */
-div.upload_progress_bar_outer
-{
- border: 1px solid black;
- width: 202px;
-}
-
-div.upload_progress_bar_inner
-{
- background-color: ;
- width: 0px;
- height: 12px;
- margin: 1px;
-}
-
-table#serverconnection_src_remote,
-table#serverconnection_trg_remote,
-table#serverconnection_src_local,
-table#serverconnection_trg_local {
- float:left;
-}
diff --git a/paradice/icon_license.txt b/paradice/icon_license.txt
deleted file mode 100644
index b1e3f5a26..000000000
--- a/paradice/icon_license.txt
+++ /dev/null
@@ -1,504 +0,0 @@
- 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
deleted file mode 100644
index f943c6246..000000000
--- a/paradice/icon_license_addon.txt
+++ /dev/null
@@ -1,60 +0,0 @@
-+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-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/ajax_clock_small.gif b/paradice/img/ajax_clock_small.gif
deleted file mode 100644
index 5b33f7e54..000000000
Binary files a/paradice/img/ajax_clock_small.gif and /dev/null differ
diff --git a/paradice/img/arrow_ltr.png b/paradice/img/arrow_ltr.png
deleted file mode 100644
index a504d1f6e..000000000
Binary files a/paradice/img/arrow_ltr.png and /dev/null differ
diff --git a/paradice/img/arrow_rtl.png b/paradice/img/arrow_rtl.png
deleted file mode 100644
index 98a19126d..000000000
Binary files a/paradice/img/arrow_rtl.png and /dev/null differ
diff --git a/paradice/img/asc_order.png b/paradice/img/asc_order.png
deleted file mode 100644
index d659df571..000000000
Binary files a/paradice/img/asc_order.png and /dev/null differ
diff --git a/paradice/img/b_bookmark.png b/paradice/img/b_bookmark.png
deleted file mode 100644
index f539b9b9e..000000000
Binary files a/paradice/img/b_bookmark.png and /dev/null differ
diff --git a/paradice/img/b_browse.png b/paradice/img/b_browse.png
deleted file mode 100644
index 91fc7dc52..000000000
Binary files a/paradice/img/b_browse.png and /dev/null differ
diff --git a/paradice/img/b_calendar.png b/paradice/img/b_calendar.png
deleted file mode 100644
index 1a2e2a174..000000000
Binary files a/paradice/img/b_calendar.png and /dev/null differ
diff --git a/paradice/img/b_changelog.png b/paradice/img/b_changelog.png
deleted file mode 100644
index 5b1944c14..000000000
Binary files a/paradice/img/b_changelog.png and /dev/null differ
diff --git a/paradice/img/b_comment.png b/paradice/img/b_comment.png
deleted file mode 100644
index a4dbd2f64..000000000
Binary files a/paradice/img/b_comment.png and /dev/null differ
diff --git a/paradice/img/b_dbstatistics.png b/paradice/img/b_dbstatistics.png
deleted file mode 100644
index dc3942af6..000000000
Binary files a/paradice/img/b_dbstatistics.png and /dev/null differ
diff --git a/paradice/img/b_deltbl.png b/paradice/img/b_deltbl.png
deleted file mode 100644
index 302a28ebf..000000000
Binary files a/paradice/img/b_deltbl.png and /dev/null differ
diff --git a/paradice/img/b_docs.png b/paradice/img/b_docs.png
deleted file mode 100644
index 8141cda61..000000000
Binary files a/paradice/img/b_docs.png and /dev/null differ
diff --git a/paradice/img/b_docsql.png b/paradice/img/b_docsql.png
deleted file mode 100644
index 558fb93b4..000000000
Binary files a/paradice/img/b_docsql.png and /dev/null differ
diff --git a/paradice/img/b_drop.png b/paradice/img/b_drop.png
deleted file mode 100644
index e54630e14..000000000
Binary files a/paradice/img/b_drop.png and /dev/null differ
diff --git a/paradice/img/b_edit.png b/paradice/img/b_edit.png
deleted file mode 100644
index bdcbd4a7d..000000000
Binary files a/paradice/img/b_edit.png and /dev/null differ
diff --git a/paradice/img/b_empty.png b/paradice/img/b_empty.png
deleted file mode 100644
index 0ac120093..000000000
Binary files a/paradice/img/b_empty.png and /dev/null differ
diff --git a/paradice/img/b_engine.png b/paradice/img/b_engine.png
deleted file mode 100644
index eb320767d..000000000
Binary files a/paradice/img/b_engine.png and /dev/null differ
diff --git a/paradice/img/b_export.png b/paradice/img/b_export.png
deleted file mode 100644
index a4c4ca9e4..000000000
Binary files a/paradice/img/b_export.png and /dev/null differ
diff --git a/paradice/img/b_firstpage.png b/paradice/img/b_firstpage.png
deleted file mode 100644
index d8cd0a1d7..000000000
Binary files a/paradice/img/b_firstpage.png and /dev/null differ
diff --git a/paradice/img/b_ftext.png b/paradice/img/b_ftext.png
deleted file mode 100644
index c9c17a16c..000000000
Binary files a/paradice/img/b_ftext.png and /dev/null differ
diff --git a/paradice/img/b_go.png b/paradice/img/b_go.png
deleted file mode 100644
index 66a4b538f..000000000
Binary files a/paradice/img/b_go.png and /dev/null differ
diff --git a/paradice/img/b_help.png b/paradice/img/b_help.png
deleted file mode 100644
index 8141cda61..000000000
Binary files a/paradice/img/b_help.png and /dev/null differ
diff --git a/paradice/img/b_home.png b/paradice/img/b_home.png
deleted file mode 100644
index cec1312af..000000000
Binary files a/paradice/img/b_home.png and /dev/null differ
diff --git a/paradice/img/b_import.png b/paradice/img/b_import.png
deleted file mode 100644
index c9d6e69b2..000000000
Binary files a/paradice/img/b_import.png and /dev/null differ
diff --git a/paradice/img/b_index.png b/paradice/img/b_index.png
deleted file mode 100644
index 1fc01e1cc..000000000
Binary files a/paradice/img/b_index.png and /dev/null differ
diff --git a/paradice/img/b_info.png b/paradice/img/b_info.png
deleted file mode 100644
index d44700fd5..000000000
Binary files a/paradice/img/b_info.png and /dev/null differ
diff --git a/paradice/img/b_insrow.png b/paradice/img/b_insrow.png
deleted file mode 100644
index 0a35ac0c9..000000000
Binary files a/paradice/img/b_insrow.png and /dev/null differ
diff --git a/paradice/img/b_lastpage.png b/paradice/img/b_lastpage.png
deleted file mode 100644
index 66553f7de..000000000
Binary files a/paradice/img/b_lastpage.png and /dev/null differ
diff --git a/paradice/img/b_minus.png b/paradice/img/b_minus.png
deleted file mode 100644
index 8ec6a5c50..000000000
Binary files a/paradice/img/b_minus.png and /dev/null differ
diff --git a/paradice/img/b_newdb.png b/paradice/img/b_newdb.png
deleted file mode 100644
index f3caaccb7..000000000
Binary files a/paradice/img/b_newdb.png and /dev/null differ
diff --git a/paradice/img/b_newtbl.png b/paradice/img/b_newtbl.png
deleted file mode 100644
index 16cbd1468..000000000
Binary files a/paradice/img/b_newtbl.png and /dev/null differ
diff --git a/paradice/img/b_nextpage.png b/paradice/img/b_nextpage.png
deleted file mode 100644
index d4a10b9c4..000000000
Binary files a/paradice/img/b_nextpage.png and /dev/null differ
diff --git a/paradice/img/b_pdfdoc.png b/paradice/img/b_pdfdoc.png
deleted file mode 100644
index 2b5cc0b5b..000000000
Binary files a/paradice/img/b_pdfdoc.png and /dev/null differ
diff --git a/paradice/img/b_plus.png b/paradice/img/b_plus.png
deleted file mode 100644
index 1fdfcea56..000000000
Binary files a/paradice/img/b_plus.png and /dev/null differ
diff --git a/paradice/img/b_prevpage.png b/paradice/img/b_prevpage.png
deleted file mode 100644
index 2adc2d5a8..000000000
Binary files a/paradice/img/b_prevpage.png and /dev/null differ
diff --git a/paradice/img/b_primary.png b/paradice/img/b_primary.png
deleted file mode 100644
index 94bf3eab4..000000000
Binary files a/paradice/img/b_primary.png and /dev/null differ
diff --git a/paradice/img/b_print.png b/paradice/img/b_print.png
deleted file mode 100644
index e1084f4fc..000000000
Binary files a/paradice/img/b_print.png and /dev/null differ
diff --git a/paradice/img/b_props.png b/paradice/img/b_props.png
deleted file mode 100644
index bffaf8b27..000000000
Binary files a/paradice/img/b_props.png and /dev/null differ
diff --git a/paradice/img/b_relations.png b/paradice/img/b_relations.png
deleted file mode 100644
index 890c19337..000000000
Binary files a/paradice/img/b_relations.png and /dev/null differ
diff --git a/paradice/img/b_save.png b/paradice/img/b_save.png
deleted file mode 100644
index 4a29dfcbb..000000000
Binary files a/paradice/img/b_save.png and /dev/null differ
diff --git a/paradice/img/b_sbrowse.png b/paradice/img/b_sbrowse.png
deleted file mode 100644
index 0d3280f44..000000000
Binary files a/paradice/img/b_sbrowse.png and /dev/null differ
diff --git a/paradice/img/b_sdb.png b/paradice/img/b_sdb.png
deleted file mode 100644
index 2a56705ba..000000000
Binary files a/paradice/img/b_sdb.png and /dev/null differ
diff --git a/paradice/img/b_search.png b/paradice/img/b_search.png
deleted file mode 100644
index 6c582d91a..000000000
Binary files a/paradice/img/b_search.png and /dev/null differ
diff --git a/paradice/img/b_selboard.png b/paradice/img/b_selboard.png
deleted file mode 100644
index 8e46d46da..000000000
Binary files a/paradice/img/b_selboard.png and /dev/null differ
diff --git a/paradice/img/b_select.png b/paradice/img/b_select.png
deleted file mode 100644
index 7aac3377c..000000000
Binary files a/paradice/img/b_select.png and /dev/null differ
diff --git a/paradice/img/b_sql.png b/paradice/img/b_sql.png
deleted file mode 100644
index 25489ed6e..000000000
Binary files a/paradice/img/b_sql.png and /dev/null differ
diff --git a/paradice/img/b_sqldoc.png b/paradice/img/b_sqldoc.png
deleted file mode 100644
index 4245cb125..000000000
Binary files a/paradice/img/b_sqldoc.png and /dev/null differ
diff --git a/paradice/img/b_sqlhelp.png b/paradice/img/b_sqlhelp.png
deleted file mode 100644
index 4d60ddb10..000000000
Binary files a/paradice/img/b_sqlhelp.png and /dev/null differ
diff --git a/paradice/img/b_tblanalyse.png b/paradice/img/b_tblanalyse.png
deleted file mode 100644
index e29934711..000000000
Binary files a/paradice/img/b_tblanalyse.png and /dev/null differ
diff --git a/paradice/img/b_tblexport.png b/paradice/img/b_tblexport.png
deleted file mode 100644
index 90922d182..000000000
Binary files a/paradice/img/b_tblexport.png and /dev/null differ
diff --git a/paradice/img/b_tblimport.png b/paradice/img/b_tblimport.png
deleted file mode 100644
index d95257f30..000000000
Binary files a/paradice/img/b_tblimport.png and /dev/null differ
diff --git a/paradice/img/b_tblops.png b/paradice/img/b_tblops.png
deleted file mode 100644
index f403d6894..000000000
Binary files a/paradice/img/b_tblops.png and /dev/null differ
diff --git a/paradice/img/b_tbloptimize.png b/paradice/img/b_tbloptimize.png
deleted file mode 100644
index d4aeb1bd6..000000000
Binary files a/paradice/img/b_tbloptimize.png and /dev/null differ
diff --git a/paradice/img/b_tipp.png b/paradice/img/b_tipp.png
deleted file mode 100644
index 2a37da2e1..000000000
Binary files a/paradice/img/b_tipp.png and /dev/null differ
diff --git a/paradice/img/b_unique.png b/paradice/img/b_unique.png
deleted file mode 100644
index 3ba0a3a86..000000000
Binary files a/paradice/img/b_unique.png and /dev/null differ
diff --git a/paradice/img/b_usradd.png b/paradice/img/b_usradd.png
deleted file mode 100644
index d3a5b2099..000000000
Binary files a/paradice/img/b_usradd.png and /dev/null differ
diff --git a/paradice/img/b_usrcheck.png b/paradice/img/b_usrcheck.png
deleted file mode 100644
index b10f9af95..000000000
Binary files a/paradice/img/b_usrcheck.png and /dev/null differ
diff --git a/paradice/img/b_usrdrop.png b/paradice/img/b_usrdrop.png
deleted file mode 100644
index 6f9add545..000000000
Binary files a/paradice/img/b_usrdrop.png and /dev/null differ
diff --git a/paradice/img/b_usredit.png b/paradice/img/b_usredit.png
deleted file mode 100644
index 1dcd68b84..000000000
Binary files a/paradice/img/b_usredit.png and /dev/null differ
diff --git a/paradice/img/b_usrlist.png b/paradice/img/b_usrlist.png
deleted file mode 100644
index e9ff5bc7a..000000000
Binary files a/paradice/img/b_usrlist.png and /dev/null differ
diff --git a/paradice/img/b_view.png b/paradice/img/b_view.png
deleted file mode 100644
index 737da12e5..000000000
Binary files a/paradice/img/b_view.png and /dev/null differ
diff --git a/paradice/img/b_views.png b/paradice/img/b_views.png
deleted file mode 100644
index a0e18e633..000000000
Binary files a/paradice/img/b_views.png and /dev/null differ
diff --git a/paradice/img/bd_browse.png b/paradice/img/bd_browse.png
deleted file mode 100644
index ba54fee93..000000000
Binary files a/paradice/img/bd_browse.png and /dev/null differ
diff --git a/paradice/img/bd_deltbl.png b/paradice/img/bd_deltbl.png
deleted file mode 100644
index 298716804..000000000
Binary files a/paradice/img/bd_deltbl.png and /dev/null differ
diff --git a/paradice/img/bd_drop.png b/paradice/img/bd_drop.png
deleted file mode 100644
index ac51fea1c..000000000
Binary files a/paradice/img/bd_drop.png and /dev/null differ
diff --git a/paradice/img/bd_empty.png b/paradice/img/bd_empty.png
deleted file mode 100644
index cd7fc873e..000000000
Binary files a/paradice/img/bd_empty.png and /dev/null differ
diff --git a/paradice/img/bd_firstpage.png b/paradice/img/bd_firstpage.png
deleted file mode 100644
index a31bb5450..000000000
Binary files a/paradice/img/bd_firstpage.png and /dev/null differ
diff --git a/paradice/img/bd_ftext.png b/paradice/img/bd_ftext.png
deleted file mode 100644
index 2b3a477fe..000000000
Binary files a/paradice/img/bd_ftext.png and /dev/null differ
diff --git a/paradice/img/bd_index.png b/paradice/img/bd_index.png
deleted file mode 100644
index 915278b1f..000000000
Binary files a/paradice/img/bd_index.png and /dev/null differ
diff --git a/paradice/img/bd_insrow.png b/paradice/img/bd_insrow.png
deleted file mode 100644
index 0b5d89342..000000000
Binary files a/paradice/img/bd_insrow.png and /dev/null differ
diff --git a/paradice/img/bd_lastpage.png b/paradice/img/bd_lastpage.png
deleted file mode 100644
index 3f7af8a76..000000000
Binary files a/paradice/img/bd_lastpage.png and /dev/null differ
diff --git a/paradice/img/bd_nextpage.png b/paradice/img/bd_nextpage.png
deleted file mode 100644
index 09d64db91..000000000
Binary files a/paradice/img/bd_nextpage.png and /dev/null differ
diff --git a/paradice/img/bd_prevpage.png b/paradice/img/bd_prevpage.png
deleted file mode 100644
index 4e6083806..000000000
Binary files a/paradice/img/bd_prevpage.png and /dev/null differ
diff --git a/paradice/img/bd_primary.png b/paradice/img/bd_primary.png
deleted file mode 100644
index f5e23ee76..000000000
Binary files a/paradice/img/bd_primary.png and /dev/null differ
diff --git a/paradice/img/bd_sbrowse.png b/paradice/img/bd_sbrowse.png
deleted file mode 100644
index 3a7c4e77f..000000000
Binary files a/paradice/img/bd_sbrowse.png and /dev/null differ
diff --git a/paradice/img/bd_select.png b/paradice/img/bd_select.png
deleted file mode 100644
index 0e4a16246..000000000
Binary files a/paradice/img/bd_select.png and /dev/null differ
diff --git a/paradice/img/bd_unique.png b/paradice/img/bd_unique.png
deleted file mode 100644
index 5fd8b7eb9..000000000
Binary files a/paradice/img/bd_unique.png and /dev/null differ
diff --git a/paradice/img/dbitem_ltr.png b/paradice/img/dbitem_ltr.png
deleted file mode 100644
index 3f0cfbca1..000000000
Binary files a/paradice/img/dbitem_ltr.png and /dev/null differ
diff --git a/paradice/img/dbitem_ltr2.png b/paradice/img/dbitem_ltr2.png
deleted file mode 100644
index b6105650a..000000000
Binary files a/paradice/img/dbitem_ltr2.png and /dev/null differ
diff --git a/paradice/img/docs_menu_bg.png b/paradice/img/docs_menu_bg.png
deleted file mode 100644
index 8fe0d9746..000000000
Binary files a/paradice/img/docs_menu_bg.png and /dev/null differ
diff --git a/paradice/img/dot_black.png b/paradice/img/dot_black.png
deleted file mode 100644
index d7d8baddb..000000000
Binary files a/paradice/img/dot_black.png and /dev/null differ
diff --git a/paradice/img/dot_blue.png b/paradice/img/dot_blue.png
deleted file mode 100644
index 899ee1106..000000000
Binary files a/paradice/img/dot_blue.png and /dev/null differ
diff --git a/paradice/img/dot_green.png b/paradice/img/dot_green.png
deleted file mode 100644
index 02819a4b2..000000000
Binary files a/paradice/img/dot_green.png and /dev/null differ
diff --git a/paradice/img/dot_red.png b/paradice/img/dot_red.png
deleted file mode 100644
index 87694c506..000000000
Binary files a/paradice/img/dot_red.png and /dev/null differ
diff --git a/paradice/img/dot_violet.png b/paradice/img/dot_violet.png
deleted file mode 100644
index c0caa4f20..000000000
Binary files a/paradice/img/dot_violet.png and /dev/null differ
diff --git a/paradice/img/dot_yellow.png b/paradice/img/dot_yellow.png
deleted file mode 100644
index 736125abf..000000000
Binary files a/paradice/img/dot_yellow.png and /dev/null differ
diff --git a/paradice/img/error.ico b/paradice/img/error.ico
deleted file mode 100644
index c6662a857..000000000
Binary files a/paradice/img/error.ico and /dev/null differ
diff --git a/paradice/img/eye.png b/paradice/img/eye.png
deleted file mode 100644
index 564a1a971..000000000
Binary files a/paradice/img/eye.png and /dev/null differ
diff --git a/paradice/img/eye_grey.png b/paradice/img/eye_grey.png
deleted file mode 100644
index a29cfdaad..000000000
Binary files a/paradice/img/eye_grey.png and /dev/null differ
diff --git a/paradice/img/find.png b/paradice/img/find.png
deleted file mode 100644
index f9e3cd0e8..000000000
Binary files a/paradice/img/find.png and /dev/null differ
diff --git a/paradice/img/frm_linevrlt.png b/paradice/img/frm_linevrlt.png
deleted file mode 100644
index fb64884e1..000000000
Binary files a/paradice/img/frm_linevrlt.png and /dev/null differ
diff --git a/paradice/img/item.png b/paradice/img/item.png
deleted file mode 100644
index f29ac3ba1..000000000
Binary files a/paradice/img/item.png and /dev/null differ
diff --git a/paradice/img/item_ltr.png b/paradice/img/item_ltr.png
deleted file mode 100644
index 39cb0edea..000000000
Binary files a/paradice/img/item_ltr.png and /dev/null differ
diff --git a/paradice/img/item_rtl.png b/paradice/img/item_rtl.png
deleted file mode 100644
index 73b40ef63..000000000
Binary files a/paradice/img/item_rtl.png and /dev/null differ
diff --git a/paradice/img/leftBgnd.jpg b/paradice/img/leftBgnd.jpg
deleted file mode 100644
index 0c4d6ee5d..000000000
Binary files a/paradice/img/leftBgnd.jpg and /dev/null differ
diff --git a/paradice/img/leftBgnd.png b/paradice/img/leftBgnd.png
deleted file mode 100644
index 18f257f6e..000000000
Binary files a/paradice/img/leftBgnd.png and /dev/null differ
diff --git a/paradice/img/login_bgnd.png b/paradice/img/login_bgnd.png
deleted file mode 100644
index 944c4be2e..000000000
Binary files a/paradice/img/login_bgnd.png and /dev/null differ
diff --git a/paradice/img/loginfield_bgnd.png b/paradice/img/loginfield_bgnd.png
deleted file mode 100644
index 0ad86770b..000000000
Binary files a/paradice/img/loginfield_bgnd.png and /dev/null differ
diff --git a/paradice/img/logo_left.png b/paradice/img/logo_left.png
deleted file mode 100644
index bd37f49a0..000000000
Binary files a/paradice/img/logo_left.png and /dev/null differ
diff --git a/paradice/img/logo_right.png b/paradice/img/logo_right.png
deleted file mode 100644
index 6ce38b9f8..000000000
Binary files a/paradice/img/logo_right.png and /dev/null differ
diff --git a/paradice/img/mysql_info.jpg b/paradice/img/mysql_info.jpg
deleted file mode 100644
index 45bb37fbf..000000000
Binary files a/paradice/img/mysql_info.jpg and /dev/null differ
diff --git a/paradice/img/navi_header.png b/paradice/img/navi_header.png
deleted file mode 100644
index bb4598eec..000000000
Binary files a/paradice/img/navi_header.png and /dev/null differ
diff --git a/paradice/img/new_data.jpg b/paradice/img/new_data.jpg
deleted file mode 100644
index 08d30d34a..000000000
Binary files a/paradice/img/new_data.jpg and /dev/null differ
diff --git a/paradice/img/new_data_hovered.jpg b/paradice/img/new_data_hovered.jpg
deleted file mode 100644
index c385872ad..000000000
Binary files a/paradice/img/new_data_hovered.jpg and /dev/null differ
diff --git a/paradice/img/new_data_selected.jpg b/paradice/img/new_data_selected.jpg
deleted file mode 100644
index caabf6767..000000000
Binary files a/paradice/img/new_data_selected.jpg and /dev/null differ
diff --git a/paradice/img/new_data_selected_hovered.jpg b/paradice/img/new_data_selected_hovered.jpg
deleted file mode 100644
index a34ba2194..000000000
Binary files a/paradice/img/new_data_selected_hovered.jpg and /dev/null differ
diff --git a/paradice/img/new_struct.jpg b/paradice/img/new_struct.jpg
deleted file mode 100644
index 283a5e969..000000000
Binary files a/paradice/img/new_struct.jpg and /dev/null differ
diff --git a/paradice/img/new_struct_hovered.jpg b/paradice/img/new_struct_hovered.jpg
deleted file mode 100644
index 7a7c70442..000000000
Binary files a/paradice/img/new_struct_hovered.jpg and /dev/null differ
diff --git a/paradice/img/new_struct_selected.jpg b/paradice/img/new_struct_selected.jpg
deleted file mode 100644
index 16b2b8cb3..000000000
Binary files a/paradice/img/new_struct_selected.jpg and /dev/null differ
diff --git a/paradice/img/new_struct_selected_hovered.jpg b/paradice/img/new_struct_selected_hovered.jpg
deleted file mode 100644
index 77a53715d..000000000
Binary files a/paradice/img/new_struct_selected_hovered.jpg and /dev/null differ
diff --git a/paradice/img/openterm.png b/paradice/img/openterm.png
deleted file mode 100644
index ad019e5ea..000000000
Binary files a/paradice/img/openterm.png and /dev/null differ
diff --git a/paradice/img/php_sym.png b/paradice/img/php_sym.png
deleted file mode 100644
index 7a7e28549..000000000
Binary files a/paradice/img/php_sym.png and /dev/null differ
diff --git a/paradice/img/pma_info.jpg b/paradice/img/pma_info.jpg
deleted file mode 100644
index 01a6a7ef4..000000000
Binary files a/paradice/img/pma_info.jpg and /dev/null differ
diff --git a/paradice/img/pma_logo2.png b/paradice/img/pma_logo2.png
deleted file mode 100644
index ed631cf6d..000000000
Binary files a/paradice/img/pma_logo2.png and /dev/null differ
diff --git a/paradice/img/rightBgnd.jpg b/paradice/img/rightBgnd.jpg
deleted file mode 100644
index 23c9fed52..000000000
Binary files a/paradice/img/rightBgnd.jpg and /dev/null differ
diff --git a/paradice/img/s_asc.png b/paradice/img/s_asc.png
deleted file mode 100644
index 27e5e8231..000000000
Binary files a/paradice/img/s_asc.png and /dev/null differ
diff --git a/paradice/img/s_asci.png b/paradice/img/s_asci.png
deleted file mode 100644
index 1f3d107c5..000000000
Binary files a/paradice/img/s_asci.png and /dev/null differ
diff --git a/paradice/img/s_attention.png b/paradice/img/s_attention.png
deleted file mode 100644
index 6c94163de..000000000
Binary files a/paradice/img/s_attention.png and /dev/null differ
diff --git a/paradice/img/s_cancel.png b/paradice/img/s_cancel.png
deleted file mode 100644
index 9d6b0d292..000000000
Binary files a/paradice/img/s_cancel.png and /dev/null differ
diff --git a/paradice/img/s_cancel2.png b/paradice/img/s_cancel2.png
deleted file mode 100644
index 2cee7d8d3..000000000
Binary files a/paradice/img/s_cancel2.png and /dev/null differ
diff --git a/paradice/img/s_color.png b/paradice/img/s_color.png
deleted file mode 100644
index f04024c84..000000000
Binary files a/paradice/img/s_color.png and /dev/null differ
diff --git a/paradice/img/s_db.png b/paradice/img/s_db.png
deleted file mode 100644
index 6af9fce30..000000000
Binary files a/paradice/img/s_db.png and /dev/null differ
diff --git a/paradice/img/s_desc.png b/paradice/img/s_desc.png
deleted file mode 100644
index cbdc064c1..000000000
Binary files a/paradice/img/s_desc.png and /dev/null differ
diff --git a/paradice/img/s_error.png b/paradice/img/s_error.png
deleted file mode 100644
index ddb0f9fd0..000000000
Binary files a/paradice/img/s_error.png and /dev/null differ
diff --git a/paradice/img/s_error2.png b/paradice/img/s_error2.png
deleted file mode 100644
index ddb0f9fd0..000000000
Binary files a/paradice/img/s_error2.png and /dev/null differ
diff --git a/paradice/img/s_fontsize.png b/paradice/img/s_fontsize.png
deleted file mode 100644
index 8749c603c..000000000
Binary files a/paradice/img/s_fontsize.png and /dev/null differ
diff --git a/paradice/img/s_fulltext.png b/paradice/img/s_fulltext.png
deleted file mode 100644
index 7aec1079a..000000000
Binary files a/paradice/img/s_fulltext.png and /dev/null differ
diff --git a/paradice/img/s_host.png b/paradice/img/s_host.png
deleted file mode 100644
index 02624881d..000000000
Binary files a/paradice/img/s_host.png and /dev/null differ
diff --git a/paradice/img/s_info.png b/paradice/img/s_info.png
deleted file mode 100644
index 60b3c93a9..000000000
Binary files a/paradice/img/s_info.png and /dev/null differ
diff --git a/paradice/img/s_lang.png b/paradice/img/s_lang.png
deleted file mode 100644
index e6fc91236..000000000
Binary files a/paradice/img/s_lang.png and /dev/null differ
diff --git a/paradice/img/s_loggoff.png b/paradice/img/s_loggoff.png
deleted file mode 100644
index 3d3d9cf66..000000000
Binary files a/paradice/img/s_loggoff.png and /dev/null differ
diff --git a/paradice/img/s_notice.png b/paradice/img/s_notice.png
deleted file mode 100644
index c4a62b8e1..000000000
Binary files a/paradice/img/s_notice.png and /dev/null differ
diff --git a/paradice/img/s_okay.png b/paradice/img/s_okay.png
deleted file mode 100644
index 0a9753165..000000000
Binary files a/paradice/img/s_okay.png and /dev/null differ
diff --git a/paradice/img/s_partialtext.png b/paradice/img/s_partialtext.png
deleted file mode 100644
index 596b9a464..000000000
Binary files a/paradice/img/s_partialtext.png and /dev/null differ
diff --git a/paradice/img/s_passwd.png b/paradice/img/s_passwd.png
deleted file mode 100644
index 395180693..000000000
Binary files a/paradice/img/s_passwd.png and /dev/null differ
diff --git a/paradice/img/s_process.png b/paradice/img/s_process.png
deleted file mode 100644
index d3db12ab8..000000000
Binary files a/paradice/img/s_process.png and /dev/null differ
diff --git a/paradice/img/s_really.png b/paradice/img/s_really.png
deleted file mode 100644
index 9676a54a5..000000000
Binary files a/paradice/img/s_really.png and /dev/null differ
diff --git a/paradice/img/s_reload.png b/paradice/img/s_reload.png
deleted file mode 100644
index 83ee44d6e..000000000
Binary files a/paradice/img/s_reload.png and /dev/null differ
diff --git a/paradice/img/s_replication.png b/paradice/img/s_replication.png
deleted file mode 100644
index f6a8dd54a..000000000
Binary files a/paradice/img/s_replication.png and /dev/null differ
diff --git a/paradice/img/s_rights.png b/paradice/img/s_rights.png
deleted file mode 100644
index 0ea6d6fe5..000000000
Binary files a/paradice/img/s_rights.png and /dev/null differ
diff --git a/paradice/img/s_status.png b/paradice/img/s_status.png
deleted file mode 100644
index 5ef51ca06..000000000
Binary files a/paradice/img/s_status.png and /dev/null differ
diff --git a/paradice/img/s_success.png b/paradice/img/s_success.png
deleted file mode 100644
index 0a9753165..000000000
Binary files a/paradice/img/s_success.png and /dev/null differ
diff --git a/paradice/img/s_sync.png b/paradice/img/s_sync.png
deleted file mode 100644
index 1c026d32c..000000000
Binary files a/paradice/img/s_sync.png and /dev/null differ
diff --git a/paradice/img/s_tbl.png b/paradice/img/s_tbl.png
deleted file mode 100644
index 64641d9f6..000000000
Binary files a/paradice/img/s_tbl.png and /dev/null differ
diff --git a/paradice/img/s_theme.png b/paradice/img/s_theme.png
deleted file mode 100644
index 3fc6b90c7..000000000
Binary files a/paradice/img/s_theme.png and /dev/null differ
diff --git a/paradice/img/s_vars.png b/paradice/img/s_vars.png
deleted file mode 100644
index f40f3d311..000000000
Binary files a/paradice/img/s_vars.png and /dev/null differ
diff --git a/paradice/img/s_views.png b/paradice/img/s_views.png
deleted file mode 100644
index 1739beedd..000000000
Binary files a/paradice/img/s_views.png and /dev/null differ
diff --git a/paradice/img/s_warn.png b/paradice/img/s_warn.png
deleted file mode 100644
index 0d8f5fee3..000000000
Binary files a/paradice/img/s_warn.png and /dev/null differ
diff --git a/paradice/img/spacer.png b/paradice/img/spacer.png
deleted file mode 100644
index 548301343..000000000
Binary files a/paradice/img/spacer.png and /dev/null differ
diff --git a/paradice/img/tbl_error.png b/paradice/img/tbl_error.png
deleted file mode 100644
index 970f552ac..000000000
Binary files a/paradice/img/tbl_error.png and /dev/null differ
diff --git a/paradice/img/tbl_error2.png b/paradice/img/tbl_error2.png
deleted file mode 100644
index 68f3d8a54..000000000
Binary files a/paradice/img/tbl_error2.png and /dev/null differ
diff --git a/paradice/img/tbl_error_disabled.png b/paradice/img/tbl_error_disabled.png
deleted file mode 100644
index 0ad30d286..000000000
Binary files a/paradice/img/tbl_error_disabled.png and /dev/null differ
diff --git a/paradice/img/tbl_header.png b/paradice/img/tbl_header.png
deleted file mode 100644
index 74ccdf019..000000000
Binary files a/paradice/img/tbl_header.png and /dev/null differ
diff --git a/paradice/img/tbl_header2.png b/paradice/img/tbl_header2.png
deleted file mode 100644
index 9ef38c2a8..000000000
Binary files a/paradice/img/tbl_header2.png and /dev/null differ
diff --git a/paradice/img/tbl_headerActive.png b/paradice/img/tbl_headerActive.png
deleted file mode 100644
index 8040b11b3..000000000
Binary files a/paradice/img/tbl_headerActive.png and /dev/null differ
diff --git a/paradice/img/tbl_header_disabled.png b/paradice/img/tbl_header_disabled.png
deleted file mode 100644
index 783f0f813..000000000
Binary files a/paradice/img/tbl_header_disabled.png and /dev/null differ
diff --git a/paradice/img/tbl_th.png b/paradice/img/tbl_th.png
deleted file mode 100644
index ada0406cc..000000000
Binary files a/paradice/img/tbl_th.png and /dev/null differ
diff --git a/paradice/img/vertical_line.png b/paradice/img/vertical_line.png
deleted file mode 100644
index df0154445..000000000
Binary files a/paradice/img/vertical_line.png and /dev/null differ
diff --git a/paradice/img/view_left_right.png b/paradice/img/view_left_right.png
deleted file mode 100644
index ba54fee93..000000000
Binary files a/paradice/img/view_left_right.png and /dev/null differ
diff --git a/paradice/img/window-new.png b/paradice/img/window-new.png
deleted file mode 100644
index 3a13a162d..000000000
Binary files a/paradice/img/window-new.png and /dev/null differ
diff --git a/paradice/info.inc.php b/paradice/info.inc.php
deleted file mode 100644
index 1fbbed97e..000000000
--- a/paradice/info.inc.php
+++ /dev/null
@@ -1,16 +0,0 @@
-
diff --git a/paradice/layout.inc.php b/paradice/layout.inc.php
deleted file mode 100644
index 6b6944495..000000000
--- a/paradice/layout.inc.php
+++ /dev/null
@@ -1,116 +0,0 @@
-getImgPath() . 'vertical_line.png) repeat-y';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#FFFFFF';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#5287D6';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FBAE36';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = 'Verdana, Arial, Helvetica, sans-serif';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = '"Courier New", Courier, monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#79A2DF';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000000';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#EEEEEE';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#E5E5E5';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 400;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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
deleted file mode 100644
index 3c7e3f7f6..000000000
Binary files a/paradice/screen.png and /dev/null differ
diff --git a/pixeline/css/theme_left.css.php b/pixeline/css/theme_left.css.php
deleted file mode 100644
index 80b725bea..000000000
--- a/pixeline/css/theme_left.css.php
+++ /dev/null
@@ -1,156 +0,0 @@
-
-html {
- height:100%;
- border-right:1px solid #AAA;
-}
-html,body{padding-top:0;margin:0;}
-body, input, select {
- font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
- font-size: 11px;
- color: #333333;
-}
-
-body#body_leftFrame {
- color: #000000;
- height:100%;
- overflow:auto;
- background: url(themes/pixeline/img/pixeline_light.png) top left repeat-x;
-}
-
-select {
- background-color: #ffffff;
- color: #000000;
-}
-
-
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- border-bottom: 0.05em solid #FFF;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- color: #000000;
-
-}
-div#pmalogo{
-background:#FFF url(themes/pixeline/img/logo_background.png) top left repeat-x;
-padding:0;
-margin:0;
-border-bottom:0px;
-}
-div#leftframelinks img {
- vertical-align: middle;
-}
-
-div#leftframelinks a {
- margin: 0.5em;
- padding: 0.2em;
- border: 0.05em solid #FFF;
- color: #000000;
-}
-
-div#leftframelinks a:hover {
- background-color: #669999;
- color:#FFF;
-}
-
-div#databaseList form {
- display: inline;
-}
-
-/* leftdatabaselist */
-div#left_tableList {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: ;
- color:#FFF;
-
-}
-div#left_tableList p a.item, form#left label{
-font-weight:bold;
-color:#000;
-font-size:110%;
-text-align:left;
-}
-div#left_tableList a {
- color: #505050;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- color: #FFF;
- background-color:#505050;
- text-decoration:none;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
- line-height:1.5;
-}
-
-
-div#left_tableList li:hover, div#left_tableList li:hover a {
-background-color: ;
-color:#FFF;
-}
-
-
-div#left_tableList img {
- vertical-align: middle;
-}
-div#left_tableList p {color:#333;padding:10px;}
-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;
- background-color:#FEFEFE;
-}
-
-/** Thanks Vince ;) - vincekruger@gmail.com**/
-ul#databaseList{
-list-style:none;
-
-}
-ul#databaseList li{
- line-height:1.5em;
- font-weight:bold;
-
-}
-ul#databaseList li a{
- font-weight:normal;
- text-decoration:none;
- color:#333;
-}
-ul#databaseList li a:hover, ul#databaseList li a:active, ul#databaseList li a:focus{
-font-weight:bold;
-}
-ul#databaseList li ul{
-padding-left:10px;
-margin-left:0px;
-
- list-style:none;
- padding-bottom:1em;
-}
-ul#databaseList li ul li a{
- border-left:1px solid #333;
-}
diff --git a/pixeline/css/theme_print.css.php b/pixeline/css/theme_print.css.php
deleted file mode 100644
index 474f80e0e..000000000
--- a/pixeline/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* For printview */
-body{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- color: #FFFFFF;
- background-color: #ffffff;
-}
-h1{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 16px;
- font-weight: bold;
- color: #FFFFFF;
-}
-table{
- border-width: 1px;
- border-color: #FFFFFF;
- border-style: solid;
- border-collapse: collapse;
- border-spacing: 0;
-}
-th{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- font-weight: bold;
- color: #FFFFFF;
- background-color: #e5e5e5;
- border-width: 1px;
- border-color: #FFFFFF;
- border-style: solid;
- padding: 2px;
-}
-td{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- color: #FFFFFF;
- background-color: #ffffff;
- border-width: 1px;
- border-color: #FFFFFF;
- border-style: solid;
- padding: 2px;
-}
diff --git a/pixeline/css/theme_right.css.php b/pixeline/css/theme_right.css.php
deleted file mode 100644
index 8bab3f143..000000000
--- a/pixeline/css/theme_right.css.php
+++ /dev/null
@@ -1,451 +0,0 @@
-
-/* Always enabled stylesheets (right frame) */
-html {
- height:100%;
- border-left:1px solid #AAA;
-}
-html, body {
-margin:0;
-padding:0;
-}
-
-body {
- font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
- font-size: 11px;
- color: #000000;
- background: url(themes/pixeline/img/pixeline_light.png) top left repeat-x;
-
-}
-
-pre, tt {font-size: }
-th {
-font-family: ;
-font-size: ;
-font-weight: normal;
-color: #000000;
-background-color:
-}
-td {font-family: ; font-size: }
-form {font-family: ; font-size: ; padding: 0px; margin: 10px;}
-input {font-family: ; font-size: }
-input.textfield {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-select {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-textarea {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-h1 {font-family: ; font-size: ; font-weight: bold}
-h2 {font-family: ; font-size: ; font-weight: bold}
-h3 {font-family: ; font-size: ; font-weight: bold}
-a:link {font-family: ; font-size: ; text-decoration: none; color: #0000FF}
-a:visited {font-family: ; font-size: ; text-decoration: none; color: #0000FF}
-a:hover {font-family: ; font-size: ; text-decoration: underline; color: #FF0000}
-a.nav:link {font-family: ; color: #000000}
-a.nav:visited {font-family: ; color: #000000}
-a.nav:hover {font-family: ; color: #FF0000}
-a.h1:link {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:active {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:visited {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-a.h2:link {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:active {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:visited {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-a.drop:link {font-family: ; color: #ff0000}
-a.drop:visited {font-family: ; color: #ff0000}
-a.drop:hover {font-family: ; color: #ffffff; background-color:#ff0000; text-decoration: none}
-dfn {font-style: normal}
-dfn:hover {font-style: normal; cursor: help}
-.nav {font-family: ; color: #000000}
-.warning {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-.tblcomment {font-family: ; font-size: ; font-weight: normal; color: #000099; }
-td.topline {font-size: 1px}
-td.tab {
- border-top: 1px solid #999;
- border-right: 1px solid #666;
- border-left: 1px solid #999;
- border-bottom: none;
- border-radius: 2px;
- -moz-border-radius: 2px;
-}
-h1{
-text-transform:capitalize;
-letter-spacing:-2px;
-font-family:"trebuchet MS";
-font-weight:normal;
-}
-#mysqlmaininformation h1, #pmamaininformation h1{
-margin-top:40px;
-padding-left:10px;
-}
-fieldset {
- border: #686868 solid 1px;
- padding: 0.5em;
-}
-fieldset fieldset {
- margin: 0.8em;
-}
-
-button.mult_submit {
- border: none;
- background-color: transparent;
-}
-
-.pdflayout {
- overflow: hidden;
- clip: inherit;
- background-color: #FFFFFF;
- display: none;
- border: 1px solid #000000;
- position: relative;
-}
-
-.pdflayout_table {
- background: ;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: ;
- border: 1px dashed #000000;
-}
-
-.print{font-family:arial;font-size:8pt;}
-
-/* MySQL Parser */
-.syntax {font-family: sans-serif; font-size: ;}
-.syntax_comment { padding-left: 4pt; padding-right: 4pt;}
-.syntax_digit {}
-.syntax_digit_hex {}
-.syntax_digit_integer {}
-.syntax_digit_float {}
-.syntax_punct {}
-.syntax_alpha {}
-.syntax_alpha_columnType {text-transform: uppercase;}
-.syntax_alpha_columnAttrib {text-transform: uppercase;}
-.syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
-.syntax_alpha_functionName {text-transform: uppercase;}
-.syntax_alpha_identifier {}
-.syntax_alpha_charset {}
-.syntax_alpha_variable {}
-.syntax_quote {white-space: pre;}
-.syntax_quote_backtick {}
-
-hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }
-
-/* new styles for navigation */
-
-.nav {
- font-family: ;
- color: #000000;
- border-top: none;
- border-right: none;
- border-left: none;
- border-bottom: 1px solid #666;
-}
-.navSpacer {
- width: 5px;
- height: 16px;
-}
-.navNormal, .navDrop, .navActive {
- font-family: ;
- font-size: ;
- font-weight: bold;
- border-top: 1px solid #999;
- border-right: 1px solid #666;
- border-left: 1px solid #999;
- border-bottom: none;
- border-radius: 2px;
- -moz-border-radius: 2px;
- padding: 2px 5px 2px 5px;
-}
-.navNormal {
- color: #000000;
- background-color: #FEFEFE;
-}
-.navActive{
- font-family: ;
- font-size: ;
- font-weight: bold;
- color: #000000;
- background-color: #EAE6D0;
-}
-.navDrop{
- color: #000000;
- background-color: #E5E5E5;
-}
-.navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{
- color: #0000FF;
-}
-
-.navDrop a:link, .navDrop a:active, .navDrop a:visited{
- color: #FF0000;
-}
-.navDrop a:hover{
- color: #FFFFFF;
- background-color: #FF0000;
-}
-.navNormal a:hover, .navActive a:hover{
- color: #FF0000;
-}
-
-/* Warning showing div with right border and optional icon */
-
-div.errorhead {
- font-weight: bold;
- color: #ffffff;
- text-align: left;
-
- background-image: url(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;
-}
-
-/* Heading */
-
-#serverinfo {
- font-family: ;
- font-size: ;
- font-weight: normal;
- white-space: nowrap;
- vertical-align: middle;
- padding:23px 10px 10px 10px;
- border:1px solid #aaa;
- border:0;
- background-color:#FFF;
- color:#000;
- margin:0;
-}
-
-img, input, select, button {
- vertical-align: middle;
-}
-
-
-html body div#serverinfo a.item, #serverinfo a.item:active, #serverinfo a.item:visited {
- font-family: ;
- font-size: ;
- font-weight: normal;
- color:#111111;
-}
-#serverinfo a.item img{
- vertical-align: middle;
- margin: 0px 1px 0px 2px;
-}
-#serverinfo div{
- background-image: url(themes/original/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: #000000;
- border: 1px solid #000000;
- padding: 5px;
- font-family: ;
- font-size: ;
- }
-
- #topmenucontainer {
-
- border-top-width:0;
- border-bottom:1px solid #AAA;
-
- background-color:#FFF;
- }
-#topmenu{
-margin:0;
-padding:0;
-}
-#topmenucontainer ul#topmenu li{
-padding-right:3px;
-border-bottom:0px;
-}
-#topmenu li .tab, #topmenu li .tabcaution, #topmenu li a.tabactive{
-margin:0;
-font: 9px Arial;
-padding:3px 6px 1px;
-background-color:#ffc5b6;
-background-color:#ffffd7;
-color:#000;
-border:1px solid #AAA;
-border-bottom:0px;
-font-weight:normal;
-text-transform:uppercase;
-
-}
-#topmenu li a.tabactive, #topmenu li a.tab:hover{
-background-color:#FFEB8F;
-color:#0000FF;
-border:1px solid #AAA;
-border-bottom:0px;
-}
-
-#topmenu li a.tabcaution{
-background-color:#FFFF00;
-color:#000;
-}
-html frameset#mainframeset{
-border:5px solid red;
-background-color:#FF0000;
-}
-#topmenu li a.tabcaution:hover{
-background-color:#FFDD00;
-color:#000;
-}
-table.calendar td.selected,table tr.marked th,
-table tr.marked,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,.marked a,
-.marked,.odd:hover,
-.even:hover,
-.hover {
-color:#000;
-}
-#calendar_data{
-background-color:#CECECE;
-}
-#calendar_data table.calendar{
-border-collapse:collapse;
-border:0px solid #CECECE;
-}
-#calendar_data table.calendar td{
-background-color:#EEE;
-border:1px solid #CCC;
-}
-#calendar_data table.calendar th{
-padding:5px 0 3px;
-background-color:#FFF;
-font-size:120%;
-color:#333;
-}
-#clock_data {
-margin:auto;
-text-align:center;
-}
-#clock_data button{
-font-size:120%;
-color:#000;
-font-weight:bold;
-}
diff --git a/pixeline/img/arrow_ltr.gif b/pixeline/img/arrow_ltr.gif
deleted file mode 100644
index 90da978cd..000000000
Binary files a/pixeline/img/arrow_ltr.gif and /dev/null differ
diff --git a/pixeline/img/arrow_ltr.png b/pixeline/img/arrow_ltr.png
deleted file mode 100644
index 8cdb8ca17..000000000
Binary files a/pixeline/img/arrow_ltr.png and /dev/null differ
diff --git a/pixeline/img/arrow_rtl.gif b/pixeline/img/arrow_rtl.gif
deleted file mode 100644
index f4ad5c58f..000000000
Binary files a/pixeline/img/arrow_rtl.gif and /dev/null differ
diff --git a/pixeline/img/arrow_rtl.png b/pixeline/img/arrow_rtl.png
deleted file mode 100644
index 6b70c4eb7..000000000
Binary files a/pixeline/img/arrow_rtl.png and /dev/null differ
diff --git a/pixeline/img/asc_order.png b/pixeline/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/pixeline/img/asc_order.png and /dev/null differ
diff --git a/pixeline/img/b_bookmark.png b/pixeline/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/pixeline/img/b_bookmark.png and /dev/null differ
diff --git a/pixeline/img/b_browse.png b/pixeline/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/pixeline/img/b_browse.png and /dev/null differ
diff --git a/pixeline/img/b_calendar.png b/pixeline/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/pixeline/img/b_calendar.png and /dev/null differ
diff --git a/pixeline/img/b_comment.png b/pixeline/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/pixeline/img/b_comment.png and /dev/null differ
diff --git a/pixeline/img/b_dbstatistics.png b/pixeline/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/pixeline/img/b_dbstatistics.png and /dev/null differ
diff --git a/pixeline/img/b_deltbl.png b/pixeline/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/pixeline/img/b_deltbl.png and /dev/null differ
diff --git a/pixeline/img/b_docs.png b/pixeline/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/pixeline/img/b_docs.png and /dev/null differ
diff --git a/pixeline/img/b_docsql.png b/pixeline/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/pixeline/img/b_docsql.png and /dev/null differ
diff --git a/pixeline/img/b_drop.png b/pixeline/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/pixeline/img/b_drop.png and /dev/null differ
diff --git a/pixeline/img/b_edit.png b/pixeline/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/pixeline/img/b_edit.png and /dev/null differ
diff --git a/pixeline/img/b_empty.png b/pixeline/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/pixeline/img/b_empty.png and /dev/null differ
diff --git a/pixeline/img/b_engine.png b/pixeline/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/pixeline/img/b_engine.png and /dev/null differ
diff --git a/pixeline/img/b_export.png b/pixeline/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/pixeline/img/b_export.png and /dev/null differ
diff --git a/pixeline/img/b_firstpage.png b/pixeline/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/pixeline/img/b_firstpage.png and /dev/null differ
diff --git a/pixeline/img/b_ftext.png b/pixeline/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/pixeline/img/b_ftext.png and /dev/null differ
diff --git a/pixeline/img/b_help.png b/pixeline/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/pixeline/img/b_help.png and /dev/null differ
diff --git a/pixeline/img/b_home.png b/pixeline/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/pixeline/img/b_home.png and /dev/null differ
diff --git a/pixeline/img/b_import.png b/pixeline/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/pixeline/img/b_import.png and /dev/null differ
diff --git a/pixeline/img/b_index.png b/pixeline/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/pixeline/img/b_index.png and /dev/null differ
diff --git a/pixeline/img/b_info.png b/pixeline/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/pixeline/img/b_info.png and /dev/null differ
diff --git a/pixeline/img/b_insrow.png b/pixeline/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/pixeline/img/b_insrow.png and /dev/null differ
diff --git a/pixeline/img/b_lastpage.png b/pixeline/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/pixeline/img/b_lastpage.png and /dev/null differ
diff --git a/pixeline/img/b_minus.png b/pixeline/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/pixeline/img/b_minus.png and /dev/null differ
diff --git a/pixeline/img/b_newdb.png b/pixeline/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/pixeline/img/b_newdb.png and /dev/null differ
diff --git a/pixeline/img/b_newtbl.png b/pixeline/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/pixeline/img/b_newtbl.png and /dev/null differ
diff --git a/pixeline/img/b_nextpage.png b/pixeline/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/pixeline/img/b_nextpage.png and /dev/null differ
diff --git a/pixeline/img/b_pdfdoc.png b/pixeline/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/pixeline/img/b_pdfdoc.png and /dev/null differ
diff --git a/pixeline/img/b_plus.png b/pixeline/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/pixeline/img/b_plus.png and /dev/null differ
diff --git a/pixeline/img/b_prevpage.png b/pixeline/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/pixeline/img/b_prevpage.png and /dev/null differ
diff --git a/pixeline/img/b_primary.png b/pixeline/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/pixeline/img/b_primary.png and /dev/null differ
diff --git a/pixeline/img/b_print.png b/pixeline/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/pixeline/img/b_print.png and /dev/null differ
diff --git a/pixeline/img/b_props.png b/pixeline/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/pixeline/img/b_props.png and /dev/null differ
diff --git a/pixeline/img/b_relations.png b/pixeline/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/pixeline/img/b_relations.png and /dev/null differ
diff --git a/pixeline/img/b_save.png b/pixeline/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/pixeline/img/b_save.png and /dev/null differ
diff --git a/pixeline/img/b_sbrowse.png b/pixeline/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/pixeline/img/b_sbrowse.png and /dev/null differ
diff --git a/pixeline/img/b_sdb.png b/pixeline/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/pixeline/img/b_sdb.png and /dev/null differ
diff --git a/pixeline/img/b_search.png b/pixeline/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/pixeline/img/b_search.png and /dev/null differ
diff --git a/pixeline/img/b_selboard.png b/pixeline/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/pixeline/img/b_selboard.png and /dev/null differ
diff --git a/pixeline/img/b_select.png b/pixeline/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/pixeline/img/b_select.png and /dev/null differ
diff --git a/pixeline/img/b_sql.png b/pixeline/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/pixeline/img/b_sql.png and /dev/null differ
diff --git a/pixeline/img/b_sqldoc.png b/pixeline/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/pixeline/img/b_sqldoc.png and /dev/null differ
diff --git a/pixeline/img/b_sqlhelp.png b/pixeline/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/pixeline/img/b_sqlhelp.png and /dev/null differ
diff --git a/pixeline/img/b_tblanalyse.png b/pixeline/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/pixeline/img/b_tblanalyse.png and /dev/null differ
diff --git a/pixeline/img/b_tblexport.png b/pixeline/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/pixeline/img/b_tblexport.png and /dev/null differ
diff --git a/pixeline/img/b_tblimport.png b/pixeline/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/pixeline/img/b_tblimport.png and /dev/null differ
diff --git a/pixeline/img/b_tblops.png b/pixeline/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/pixeline/img/b_tblops.png and /dev/null differ
diff --git a/pixeline/img/b_tbloptimize.png b/pixeline/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/pixeline/img/b_tbloptimize.png and /dev/null differ
diff --git a/pixeline/img/b_tipp.png b/pixeline/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/pixeline/img/b_tipp.png and /dev/null differ
diff --git a/pixeline/img/b_unique.png b/pixeline/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/pixeline/img/b_unique.png and /dev/null differ
diff --git a/pixeline/img/b_usradd.png b/pixeline/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/pixeline/img/b_usradd.png and /dev/null differ
diff --git a/pixeline/img/b_usrcheck.png b/pixeline/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/pixeline/img/b_usrcheck.png and /dev/null differ
diff --git a/pixeline/img/b_usrdrop.png b/pixeline/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/pixeline/img/b_usrdrop.png and /dev/null differ
diff --git a/pixeline/img/b_usredit.png b/pixeline/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/pixeline/img/b_usredit.png and /dev/null differ
diff --git a/pixeline/img/b_usrlist.png b/pixeline/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/pixeline/img/b_usrlist.png and /dev/null differ
diff --git a/pixeline/img/b_view.png b/pixeline/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/pixeline/img/b_view.png and /dev/null differ
diff --git a/pixeline/img/b_views.png b/pixeline/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/pixeline/img/b_views.png and /dev/null differ
diff --git a/pixeline/img/bd_browse.png b/pixeline/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/pixeline/img/bd_browse.png and /dev/null differ
diff --git a/pixeline/img/bd_empty.png b/pixeline/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/pixeline/img/bd_empty.png and /dev/null differ
diff --git a/pixeline/img/bd_firstpage.png b/pixeline/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/pixeline/img/bd_firstpage.png and /dev/null differ
diff --git a/pixeline/img/bd_ftext.png b/pixeline/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/pixeline/img/bd_ftext.png and /dev/null differ
diff --git a/pixeline/img/bd_index.png b/pixeline/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/pixeline/img/bd_index.png and /dev/null differ
diff --git a/pixeline/img/bd_lastpage.png b/pixeline/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/pixeline/img/bd_lastpage.png and /dev/null differ
diff --git a/pixeline/img/bd_nextpage.png b/pixeline/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/pixeline/img/bd_nextpage.png and /dev/null differ
diff --git a/pixeline/img/bd_prevpage.png b/pixeline/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/pixeline/img/bd_prevpage.png and /dev/null differ
diff --git a/pixeline/img/bd_primary.png b/pixeline/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/pixeline/img/bd_primary.png and /dev/null differ
diff --git a/pixeline/img/bd_sbrowse.png b/pixeline/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/pixeline/img/bd_sbrowse.png and /dev/null differ
diff --git a/pixeline/img/bd_select.png b/pixeline/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/pixeline/img/bd_select.png and /dev/null differ
diff --git a/pixeline/img/bd_unique.png b/pixeline/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/pixeline/img/bd_unique.png and /dev/null differ
diff --git a/pixeline/img/dot_black.png b/pixeline/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/pixeline/img/dot_black.png and /dev/null differ
diff --git a/pixeline/img/dot_blue.png b/pixeline/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/pixeline/img/dot_blue.png and /dev/null differ
diff --git a/pixeline/img/dot_green.png b/pixeline/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/pixeline/img/dot_green.png and /dev/null differ
diff --git a/pixeline/img/dot_red.png b/pixeline/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/pixeline/img/dot_red.png and /dev/null differ
diff --git a/pixeline/img/dot_violet.png b/pixeline/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/pixeline/img/dot_violet.png and /dev/null differ
diff --git a/pixeline/img/dot_yellow.png b/pixeline/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/pixeline/img/dot_yellow.png and /dev/null differ
diff --git a/pixeline/img/frm_linevrlt.png b/pixeline/img/frm_linevrlt.png
deleted file mode 100644
index 5a3cb83a3..000000000
Binary files a/pixeline/img/frm_linevrlt.png and /dev/null differ
diff --git a/pixeline/img/item.png b/pixeline/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/pixeline/img/item.png and /dev/null differ
diff --git a/pixeline/img/item_ltr.png b/pixeline/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/pixeline/img/item_ltr.png and /dev/null differ
diff --git a/pixeline/img/item_rtl.png b/pixeline/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/pixeline/img/item_rtl.png and /dev/null differ
diff --git a/pixeline/img/logo_background.png b/pixeline/img/logo_background.png
deleted file mode 100644
index a23bbfd0d..000000000
Binary files a/pixeline/img/logo_background.png and /dev/null differ
diff --git a/pixeline/img/logo_left.png b/pixeline/img/logo_left.png
deleted file mode 100644
index 98ceb6a59..000000000
Binary files a/pixeline/img/logo_left.png and /dev/null differ
diff --git a/pixeline/img/logo_right.png b/pixeline/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/pixeline/img/logo_right.png and /dev/null differ
diff --git a/pixeline/img/php_sym.png b/pixeline/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/pixeline/img/php_sym.png and /dev/null differ
diff --git a/pixeline/img/phpmyadmin.gif b/pixeline/img/phpmyadmin.gif
deleted file mode 100644
index adb220adf..000000000
Binary files a/pixeline/img/phpmyadmin.gif and /dev/null differ
diff --git a/pixeline/img/pixeline_light.png b/pixeline/img/pixeline_light.png
deleted file mode 100644
index 6e8033b88..000000000
Binary files a/pixeline/img/pixeline_light.png and /dev/null differ
diff --git a/pixeline/img/pma_logo2.png b/pixeline/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/pixeline/img/pma_logo2.png and /dev/null differ
diff --git a/pixeline/img/s_asc.png b/pixeline/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/pixeline/img/s_asc.png and /dev/null differ
diff --git a/pixeline/img/s_asci.png b/pixeline/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/pixeline/img/s_asci.png and /dev/null differ
diff --git a/pixeline/img/s_attention.png b/pixeline/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/pixeline/img/s_attention.png and /dev/null differ
diff --git a/pixeline/img/s_cancel.png b/pixeline/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/pixeline/img/s_cancel.png and /dev/null differ
diff --git a/pixeline/img/s_cancel2.png b/pixeline/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/pixeline/img/s_cancel2.png and /dev/null differ
diff --git a/pixeline/img/s_db.png b/pixeline/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/pixeline/img/s_db.png and /dev/null differ
diff --git a/pixeline/img/s_desc.png b/pixeline/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/pixeline/img/s_desc.png and /dev/null differ
diff --git a/pixeline/img/s_error.png b/pixeline/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/pixeline/img/s_error.png and /dev/null differ
diff --git a/pixeline/img/s_error2.png b/pixeline/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/pixeline/img/s_error2.png and /dev/null differ
diff --git a/pixeline/img/s_fulltext.png b/pixeline/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/pixeline/img/s_fulltext.png and /dev/null differ
diff --git a/pixeline/img/s_host.png b/pixeline/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/pixeline/img/s_host.png and /dev/null differ
diff --git a/pixeline/img/s_info.png b/pixeline/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/pixeline/img/s_info.png and /dev/null differ
diff --git a/pixeline/img/s_lang.png b/pixeline/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/pixeline/img/s_lang.png and /dev/null differ
diff --git a/pixeline/img/s_loggoff.png b/pixeline/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/pixeline/img/s_loggoff.png and /dev/null differ
diff --git a/pixeline/img/s_notice.png b/pixeline/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/pixeline/img/s_notice.png and /dev/null differ
diff --git a/pixeline/img/s_okay.png b/pixeline/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/pixeline/img/s_okay.png and /dev/null differ
diff --git a/pixeline/img/s_partialtext.png b/pixeline/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/pixeline/img/s_partialtext.png and /dev/null differ
diff --git a/pixeline/img/s_passwd.png b/pixeline/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/pixeline/img/s_passwd.png and /dev/null differ
diff --git a/pixeline/img/s_process.png b/pixeline/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/pixeline/img/s_process.png and /dev/null differ
diff --git a/pixeline/img/s_really.png b/pixeline/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/pixeline/img/s_really.png and /dev/null differ
diff --git a/pixeline/img/s_reload.png b/pixeline/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/pixeline/img/s_reload.png and /dev/null differ
diff --git a/pixeline/img/s_rights.png b/pixeline/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/pixeline/img/s_rights.png and /dev/null differ
diff --git a/pixeline/img/s_status.png b/pixeline/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/pixeline/img/s_status.png and /dev/null differ
diff --git a/pixeline/img/s_tbl.png b/pixeline/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/pixeline/img/s_tbl.png and /dev/null differ
diff --git a/pixeline/img/s_theme.png b/pixeline/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/pixeline/img/s_theme.png and /dev/null differ
diff --git a/pixeline/img/s_vars.png b/pixeline/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/pixeline/img/s_vars.png and /dev/null differ
diff --git a/pixeline/img/s_views.png b/pixeline/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/pixeline/img/s_views.png and /dev/null differ
diff --git a/pixeline/img/s_warn.png b/pixeline/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/pixeline/img/s_warn.png and /dev/null differ
diff --git a/pixeline/img/spacer.png b/pixeline/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/pixeline/img/spacer.png and /dev/null differ
diff --git a/pixeline/img/tbl_error.png b/pixeline/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/pixeline/img/tbl_error.png and /dev/null differ
diff --git a/pixeline/img/tbl_header.png b/pixeline/img/tbl_header.png
deleted file mode 100644
index 7b2f8caaf..000000000
Binary files a/pixeline/img/tbl_header.png and /dev/null differ
diff --git a/pixeline/img/tbl_th.png b/pixeline/img/tbl_th.png
deleted file mode 100644
index 2aa0eb8d0..000000000
Binary files a/pixeline/img/tbl_th.png and /dev/null differ
diff --git a/pixeline/img/vertical_line.png b/pixeline/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/pixeline/img/vertical_line.png and /dev/null differ
diff --git a/pixeline/img/window-new.png b/pixeline/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/pixeline/img/window-new.png and /dev/null differ
diff --git a/pixeline/info.inc.php b/pixeline/info.inc.php
deleted file mode 100644
index ebffa61b9..000000000
--- a/pixeline/info.inc.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/pixeline/layout.inc.php b/pixeline/layout.inc.php
deleted file mode 100644
index 81724ddfa..000000000
--- a/pixeline/layout.inc.php
+++ /dev/null
@@ -1,58 +0,0 @@
- '#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/pixeline/screen.png b/pixeline/screen.png
deleted file mode 100644
index f2e74b1ef..000000000
Binary files a/pixeline/screen.png and /dev/null differ
diff --git a/pmahomme/css/theme_print.css.php b/pmahomme/css/theme_print.css.php
deleted file mode 100644
index 49a0d2363..000000000
--- a/pmahomme/css/theme_print.css.php
+++ /dev/null
@@ -1,38 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/pmahomme/img/ajax_clock_small.gif b/pmahomme/img/ajax_clock_small.gif
deleted file mode 100644
index 5b33f7e54..000000000
Binary files a/pmahomme/img/ajax_clock_small.gif and /dev/null differ
diff --git a/pmahomme/img/b_bookmark.png b/pmahomme/img/b_bookmark.png
deleted file mode 100644
index e2f084727..000000000
Binary files a/pmahomme/img/b_bookmark.png and /dev/null differ
diff --git a/pmahomme/img/b_browse.png b/pmahomme/img/b_browse.png
deleted file mode 100644
index abcd93689..000000000
Binary files a/pmahomme/img/b_browse.png and /dev/null differ
diff --git a/pmahomme/img/b_calendar.png b/pmahomme/img/b_calendar.png
deleted file mode 100644
index 658913852..000000000
Binary files a/pmahomme/img/b_calendar.png and /dev/null differ
diff --git a/pmahomme/img/b_comment.png b/pmahomme/img/b_comment.png
deleted file mode 100644
index 7bc9233ea..000000000
Binary files a/pmahomme/img/b_comment.png and /dev/null differ
diff --git a/pmahomme/img/b_dbstatistics.png b/pmahomme/img/b_dbstatistics.png
deleted file mode 100644
index 9051fbc60..000000000
Binary files a/pmahomme/img/b_dbstatistics.png and /dev/null differ
diff --git a/pmahomme/img/b_deltbl.png b/pmahomme/img/b_deltbl.png
deleted file mode 100644
index b85916d92..000000000
Binary files a/pmahomme/img/b_deltbl.png and /dev/null differ
diff --git a/pmahomme/img/b_docs.png b/pmahomme/img/b_docs.png
deleted file mode 100644
index 5c870176d..000000000
Binary files a/pmahomme/img/b_docs.png and /dev/null differ
diff --git a/pmahomme/img/b_docsql.png b/pmahomme/img/b_docsql.png
deleted file mode 100644
index 0568a4595..000000000
Binary files a/pmahomme/img/b_docsql.png and /dev/null differ
diff --git a/pmahomme/img/b_engine.png b/pmahomme/img/b_engine.png
deleted file mode 100644
index 7c0ab2b4c..000000000
Binary files a/pmahomme/img/b_engine.png and /dev/null differ
diff --git a/pmahomme/img/b_home.png b/pmahomme/img/b_home.png
deleted file mode 100644
index fed62219f..000000000
Binary files a/pmahomme/img/b_home.png and /dev/null differ
diff --git a/pmahomme/img/b_index.png b/pmahomme/img/b_index.png
deleted file mode 100644
index 612612b5e..000000000
Binary files a/pmahomme/img/b_index.png and /dev/null differ
diff --git a/pmahomme/img/b_info.png b/pmahomme/img/b_info.png
deleted file mode 100644
index f656887c3..000000000
Binary files a/pmahomme/img/b_info.png and /dev/null differ
diff --git a/pmahomme/img/b_insrow.png b/pmahomme/img/b_insrow.png
deleted file mode 100644
index 0191cfbd2..000000000
Binary files a/pmahomme/img/b_insrow.png and /dev/null differ
diff --git a/pmahomme/img/b_newdb.png b/pmahomme/img/b_newdb.png
deleted file mode 100644
index 802bd6cde..000000000
Binary files a/pmahomme/img/b_newdb.png and /dev/null differ
diff --git a/pmahomme/img/b_newtbl.png b/pmahomme/img/b_newtbl.png
deleted file mode 100644
index b43f694f1..000000000
Binary files a/pmahomme/img/b_newtbl.png and /dev/null differ
diff --git a/pmahomme/img/b_nextpage.png b/pmahomme/img/b_nextpage.png
deleted file mode 100644
index e252606d3..000000000
Binary files a/pmahomme/img/b_nextpage.png and /dev/null differ
diff --git a/pmahomme/img/b_pdfdoc.png b/pmahomme/img/b_pdfdoc.png
deleted file mode 100644
index 8f8095e46..000000000
Binary files a/pmahomme/img/b_pdfdoc.png and /dev/null differ
diff --git a/pmahomme/img/b_prevpage.png b/pmahomme/img/b_prevpage.png
deleted file mode 100644
index 18f9cc109..000000000
Binary files a/pmahomme/img/b_prevpage.png and /dev/null differ
diff --git a/pmahomme/img/b_print.png b/pmahomme/img/b_print.png
deleted file mode 100644
index a350d1871..000000000
Binary files a/pmahomme/img/b_print.png and /dev/null differ
diff --git a/pmahomme/img/b_relations.png b/pmahomme/img/b_relations.png
deleted file mode 100644
index 675a4159a..000000000
Binary files a/pmahomme/img/b_relations.png and /dev/null differ
diff --git a/pmahomme/img/b_save.png b/pmahomme/img/b_save.png
deleted file mode 100644
index 99d532e8b..000000000
Binary files a/pmahomme/img/b_save.png and /dev/null differ
diff --git a/pmahomme/img/b_sdb.png b/pmahomme/img/b_sdb.png
deleted file mode 100644
index 7d3a11ea7..000000000
Binary files a/pmahomme/img/b_sdb.png and /dev/null differ
diff --git a/pmahomme/img/b_search.png b/pmahomme/img/b_search.png
deleted file mode 100644
index cf3d97f75..000000000
Binary files a/pmahomme/img/b_search.png and /dev/null differ
diff --git a/pmahomme/img/b_sqldoc.png b/pmahomme/img/b_sqldoc.png
deleted file mode 100644
index b02f18595..000000000
Binary files a/pmahomme/img/b_sqldoc.png and /dev/null differ
diff --git a/pmahomme/img/b_tblanalyse.png b/pmahomme/img/b_tblanalyse.png
deleted file mode 100644
index 92dffe37e..000000000
Binary files a/pmahomme/img/b_tblanalyse.png and /dev/null differ
diff --git a/pmahomme/img/b_tblops.png b/pmahomme/img/b_tblops.png
deleted file mode 100644
index 5c8213fef..000000000
Binary files a/pmahomme/img/b_tblops.png and /dev/null differ
diff --git a/pmahomme/img/b_tbloptimize.png b/pmahomme/img/b_tbloptimize.png
deleted file mode 100644
index 937fa21f7..000000000
Binary files a/pmahomme/img/b_tbloptimize.png and /dev/null differ
diff --git a/pmahomme/img/b_tipp.png b/pmahomme/img/b_tipp.png
deleted file mode 100644
index d22fde8ba..000000000
Binary files a/pmahomme/img/b_tipp.png and /dev/null differ
diff --git a/pmahomme/img/b_usradd.png b/pmahomme/img/b_usradd.png
deleted file mode 100644
index deae99bcf..000000000
Binary files a/pmahomme/img/b_usradd.png and /dev/null differ
diff --git a/pmahomme/img/b_usrcheck.png b/pmahomme/img/b_usrcheck.png
deleted file mode 100644
index 0468cf08f..000000000
Binary files a/pmahomme/img/b_usrcheck.png and /dev/null differ
diff --git a/pmahomme/img/b_usrdrop.png b/pmahomme/img/b_usrdrop.png
deleted file mode 100644
index acbb5630e..000000000
Binary files a/pmahomme/img/b_usrdrop.png and /dev/null differ
diff --git a/pmahomme/img/b_usredit.png b/pmahomme/img/b_usredit.png
deleted file mode 100644
index c1974cda7..000000000
Binary files a/pmahomme/img/b_usredit.png and /dev/null differ
diff --git a/pmahomme/img/b_usrlist.png b/pmahomme/img/b_usrlist.png
deleted file mode 100644
index 7fb4e1f1e..000000000
Binary files a/pmahomme/img/b_usrlist.png and /dev/null differ
diff --git a/pmahomme/img/b_view.png b/pmahomme/img/b_view.png
deleted file mode 100644
index f678d06dc..000000000
Binary files a/pmahomme/img/b_view.png and /dev/null differ
diff --git a/pmahomme/img/b_views.png b/pmahomme/img/b_views.png
deleted file mode 100644
index 1031697e0..000000000
Binary files a/pmahomme/img/b_views.png and /dev/null differ
diff --git a/pmahomme/img/bd_browse.png b/pmahomme/img/bd_browse.png
deleted file mode 100644
index 21878cb64..000000000
Binary files a/pmahomme/img/bd_browse.png and /dev/null differ
diff --git a/pmahomme/img/bd_deltbl.png b/pmahomme/img/bd_deltbl.png
deleted file mode 100644
index 9af8a73a8..000000000
Binary files a/pmahomme/img/bd_deltbl.png and /dev/null differ
diff --git a/pmahomme/img/bd_drop.png b/pmahomme/img/bd_drop.png
deleted file mode 100644
index b886a24f5..000000000
Binary files a/pmahomme/img/bd_drop.png and /dev/null differ
diff --git a/pmahomme/img/bd_empty.png b/pmahomme/img/bd_empty.png
deleted file mode 100644
index d2c128eb8..000000000
Binary files a/pmahomme/img/bd_empty.png and /dev/null differ
diff --git a/pmahomme/img/bd_firstpage.png b/pmahomme/img/bd_firstpage.png
deleted file mode 100644
index ff0ff282c..000000000
Binary files a/pmahomme/img/bd_firstpage.png and /dev/null differ
diff --git a/pmahomme/img/bd_ftext.png b/pmahomme/img/bd_ftext.png
deleted file mode 100644
index 9e2fc1927..000000000
Binary files a/pmahomme/img/bd_ftext.png and /dev/null differ
diff --git a/pmahomme/img/bd_index.png b/pmahomme/img/bd_index.png
deleted file mode 100644
index c14c0adfb..000000000
Binary files a/pmahomme/img/bd_index.png and /dev/null differ
diff --git a/pmahomme/img/bd_insrow.png b/pmahomme/img/bd_insrow.png
deleted file mode 100644
index 80196a840..000000000
Binary files a/pmahomme/img/bd_insrow.png and /dev/null differ
diff --git a/pmahomme/img/bd_lastpage.png b/pmahomme/img/bd_lastpage.png
deleted file mode 100644
index 53c0a773a..000000000
Binary files a/pmahomme/img/bd_lastpage.png and /dev/null differ
diff --git a/pmahomme/img/bd_nextpage.png b/pmahomme/img/bd_nextpage.png
deleted file mode 100644
index 4f7dd40a4..000000000
Binary files a/pmahomme/img/bd_nextpage.png and /dev/null differ
diff --git a/pmahomme/img/bd_prevpage.png b/pmahomme/img/bd_prevpage.png
deleted file mode 100644
index bdca38821..000000000
Binary files a/pmahomme/img/bd_prevpage.png and /dev/null differ
diff --git a/pmahomme/img/bd_primary.png b/pmahomme/img/bd_primary.png
deleted file mode 100644
index 74772d524..000000000
Binary files a/pmahomme/img/bd_primary.png and /dev/null differ
diff --git a/pmahomme/img/bd_sbrowse.png b/pmahomme/img/bd_sbrowse.png
deleted file mode 100644
index 7a8054713..000000000
Binary files a/pmahomme/img/bd_sbrowse.png and /dev/null differ
diff --git a/pmahomme/img/bd_select.png b/pmahomme/img/bd_select.png
deleted file mode 100644
index 1da305662..000000000
Binary files a/pmahomme/img/bd_select.png and /dev/null differ
diff --git a/pmahomme/img/bd_unique.png b/pmahomme/img/bd_unique.png
deleted file mode 100644
index fc42e2bf7..000000000
Binary files a/pmahomme/img/bd_unique.png and /dev/null differ
diff --git a/pmahomme/img/docs_menu_bg.png b/pmahomme/img/docs_menu_bg.png
deleted file mode 100644
index 8fe0d9746..000000000
Binary files a/pmahomme/img/docs_menu_bg.png and /dev/null differ
diff --git a/pmahomme/img/eye.png b/pmahomme/img/eye.png
deleted file mode 100644
index 564a1a971..000000000
Binary files a/pmahomme/img/eye.png and /dev/null differ
diff --git a/pmahomme/img/eye_grey.png b/pmahomme/img/eye_grey.png
deleted file mode 100644
index 8c7baaf90..000000000
Binary files a/pmahomme/img/eye_grey.png and /dev/null differ
diff --git a/pmahomme/img/item.png b/pmahomme/img/item.png
deleted file mode 100644
index 9f0aa57f9..000000000
Binary files a/pmahomme/img/item.png and /dev/null differ
diff --git a/pmahomme/img/new_data.jpg b/pmahomme/img/new_data.jpg
deleted file mode 100644
index 08d30d34a..000000000
Binary files a/pmahomme/img/new_data.jpg and /dev/null differ
diff --git a/pmahomme/img/new_data_hovered.jpg b/pmahomme/img/new_data_hovered.jpg
deleted file mode 100644
index c385872ad..000000000
Binary files a/pmahomme/img/new_data_hovered.jpg and /dev/null differ
diff --git a/pmahomme/img/new_data_selected.jpg b/pmahomme/img/new_data_selected.jpg
deleted file mode 100644
index caabf6767..000000000
Binary files a/pmahomme/img/new_data_selected.jpg and /dev/null differ
diff --git a/pmahomme/img/new_data_selected_hovered.jpg b/pmahomme/img/new_data_selected_hovered.jpg
deleted file mode 100644
index a34ba2194..000000000
Binary files a/pmahomme/img/new_data_selected_hovered.jpg and /dev/null differ
diff --git a/pmahomme/img/new_struct.jpg b/pmahomme/img/new_struct.jpg
deleted file mode 100644
index 283a5e969..000000000
Binary files a/pmahomme/img/new_struct.jpg and /dev/null differ
diff --git a/pmahomme/img/new_struct_hovered.jpg b/pmahomme/img/new_struct_hovered.jpg
deleted file mode 100644
index 7a7c70442..000000000
Binary files a/pmahomme/img/new_struct_hovered.jpg and /dev/null differ
diff --git a/pmahomme/img/new_struct_selected.jpg b/pmahomme/img/new_struct_selected.jpg
deleted file mode 100644
index 16b2b8cb3..000000000
Binary files a/pmahomme/img/new_struct_selected.jpg and /dev/null differ
diff --git a/pmahomme/img/new_struct_selected_hovered.jpg b/pmahomme/img/new_struct_selected_hovered.jpg
deleted file mode 100644
index 77a53715d..000000000
Binary files a/pmahomme/img/new_struct_selected_hovered.jpg and /dev/null differ
diff --git a/pmahomme/img/php_sym.png b/pmahomme/img/php_sym.png
deleted file mode 100644
index 757374850..000000000
Binary files a/pmahomme/img/php_sym.png and /dev/null differ
diff --git a/pmahomme/img/pma_logo2.png b/pmahomme/img/pma_logo2.png
deleted file mode 100644
index 51d37ace5..000000000
Binary files a/pmahomme/img/pma_logo2.png and /dev/null differ
diff --git a/pmahomme/img/s_db.png b/pmahomme/img/s_db.png
deleted file mode 100644
index 3d09261a2..000000000
Binary files a/pmahomme/img/s_db.png and /dev/null differ
diff --git a/pmahomme/img/s_desc.png b/pmahomme/img/s_desc.png
deleted file mode 100644
index 9b23c06d7..000000000
Binary files a/pmahomme/img/s_desc.png and /dev/null differ
diff --git a/pmahomme/img/s_fulltext.png b/pmahomme/img/s_fulltext.png
deleted file mode 100644
index cd4c6ec29..000000000
Binary files a/pmahomme/img/s_fulltext.png and /dev/null differ
diff --git a/pmahomme/img/s_info.png b/pmahomme/img/s_info.png
deleted file mode 100644
index 12cd1aef9..000000000
Binary files a/pmahomme/img/s_info.png and /dev/null differ
diff --git a/pmahomme/img/s_lang.png b/pmahomme/img/s_lang.png
deleted file mode 100644
index e54ebebaf..000000000
Binary files a/pmahomme/img/s_lang.png and /dev/null differ
diff --git a/pmahomme/img/s_loggoff.png b/pmahomme/img/s_loggoff.png
deleted file mode 100644
index 17c297f81..000000000
Binary files a/pmahomme/img/s_loggoff.png and /dev/null differ
diff --git a/pmahomme/img/s_partialtext.png b/pmahomme/img/s_partialtext.png
deleted file mode 100644
index 57558de84..000000000
Binary files a/pmahomme/img/s_partialtext.png and /dev/null differ
diff --git a/pmahomme/img/s_passwd.png b/pmahomme/img/s_passwd.png
deleted file mode 100644
index c924fe0d5..000000000
Binary files a/pmahomme/img/s_passwd.png and /dev/null differ
diff --git a/pmahomme/img/s_process.png b/pmahomme/img/s_process.png
deleted file mode 100644
index 67de2c6cc..000000000
Binary files a/pmahomme/img/s_process.png and /dev/null differ
diff --git a/pmahomme/img/s_replication.png b/pmahomme/img/s_replication.png
deleted file mode 100644
index fec947990..000000000
Binary files a/pmahomme/img/s_replication.png and /dev/null differ
diff --git a/pmahomme/img/s_sync.png b/pmahomme/img/s_sync.png
deleted file mode 100644
index 49618bed2..000000000
Binary files a/pmahomme/img/s_sync.png and /dev/null differ
diff --git a/pmahomme/img/s_theme.png b/pmahomme/img/s_theme.png
deleted file mode 100644
index 73c5b3f24..000000000
Binary files a/pmahomme/img/s_theme.png and /dev/null differ
diff --git a/pmahomme/img/s_views.png b/pmahomme/img/s_views.png
deleted file mode 100644
index c3b15abee..000000000
Binary files a/pmahomme/img/s_views.png and /dev/null differ
diff --git a/pmahomme/img/s_warn.png b/pmahomme/img/s_warn.png
deleted file mode 100644
index c37bd062e..000000000
Binary files a/pmahomme/img/s_warn.png and /dev/null differ
diff --git a/pmahomme/img/spacer.png b/pmahomme/img/spacer.png
deleted file mode 100644
index b16c6909d..000000000
Binary files a/pmahomme/img/spacer.png and /dev/null differ
diff --git a/pmahomme/img/vertical_line.png b/pmahomme/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/pmahomme/img/vertical_line.png and /dev/null differ
diff --git a/pmahomme/img/window-new.png b/pmahomme/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/pmahomme/img/window-new.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
deleted file mode 100644
index e425e6e46..000000000
Binary files a/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
deleted file mode 100644
index 72d475736..000000000
Binary files a/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
deleted file mode 100644
index ad3d6346e..000000000
Binary files a/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
deleted file mode 100644
index 8569c1bc9..000000000
Binary files a/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png b/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
deleted file mode 100644
index 5a46b47cb..000000000
Binary files a/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
deleted file mode 100644
index 86c2baa65..000000000
Binary files a/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
deleted file mode 100644
index 4443fdc1a..000000000
Binary files a/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
deleted file mode 100644
index 3cd467e18..000000000
Binary files a/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-icons_222222_256x240.png b/pmahomme/jquery/images/ui-icons_222222_256x240.png
deleted file mode 100644
index 8bc06cbf0..000000000
Binary files a/pmahomme/jquery/images/ui-icons_222222_256x240.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png b/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
deleted file mode 100644
index 7a3c7790d..000000000
Binary files a/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-icons_454545_256x240.png b/pmahomme/jquery/images/ui-icons_454545_256x240.png
deleted file mode 100644
index cfd1eaffa..000000000
Binary files a/pmahomme/jquery/images/ui-icons_454545_256x240.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-icons_888888_256x240.png b/pmahomme/jquery/images/ui-icons_888888_256x240.png
deleted file mode 100644
index 35f175092..000000000
Binary files a/pmahomme/jquery/images/ui-icons_888888_256x240.png and /dev/null differ
diff --git a/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png b/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
deleted file mode 100644
index a239d6ca6..000000000
Binary files a/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png and /dev/null differ
diff --git a/pmahomme/jquery/jquery-ui-1.8.custom.css b/pmahomme/jquery/jquery-ui-1.8.custom.css
deleted file mode 100644
index a5e31ab44..000000000
--- a/pmahomme/jquery/jquery-ui-1.8.custom.css
+++ /dev/null
@@ -1,480 +0,0 @@
-/*
-* jQuery UI CSS Framework
-* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
-* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
-*/
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled { cursor: default !important; }
-
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
-
-
-/*
-* jQuery UI CSS Framework
-* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
-* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
-* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
-*/
-
-
-/* Component containers
-----------------------------------*/
-.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
-.ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
-.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
-.ui-widget-content a { color: #222222; }
-.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
-.ui-widget-header a { color: #222222; }
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
-.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
-.ui-widget :active { outline: none; }
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
-.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
-.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
-.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
-.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
-.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
-.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
-.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
-.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
-.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
-
-/* positioning */
-.ui-icon-carat-1-n { background-position: 0 0; }
-.ui-icon-carat-1-ne { background-position: -16px 0; }
-.ui-icon-carat-1-e { background-position: -32px 0; }
-.ui-icon-carat-1-se { background-position: -48px 0; }
-.ui-icon-carat-1-s { background-position: -64px 0; }
-.ui-icon-carat-1-sw { background-position: -80px 0; }
-.ui-icon-carat-1-w { background-position: -96px 0; }
-.ui-icon-carat-1-nw { background-position: -112px 0; }
-.ui-icon-carat-2-n-s { background-position: -128px 0; }
-.ui-icon-carat-2-e-w { background-position: -144px 0; }
-.ui-icon-triangle-1-n { background-position: 0 -16px; }
-.ui-icon-triangle-1-ne { background-position: -16px -16px; }
-.ui-icon-triangle-1-e { background-position: -32px -16px; }
-.ui-icon-triangle-1-se { background-position: -48px -16px; }
-.ui-icon-triangle-1-s { background-position: -64px -16px; }
-.ui-icon-triangle-1-sw { background-position: -80px -16px; }
-.ui-icon-triangle-1-w { background-position: -96px -16px; }
-.ui-icon-triangle-1-nw { background-position: -112px -16px; }
-.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
-.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
-.ui-icon-arrow-1-n { background-position: 0 -32px; }
-.ui-icon-arrow-1-ne { background-position: -16px -32px; }
-.ui-icon-arrow-1-e { background-position: -32px -32px; }
-.ui-icon-arrow-1-se { background-position: -48px -32px; }
-.ui-icon-arrow-1-s { background-position: -64px -32px; }
-.ui-icon-arrow-1-sw { background-position: -80px -32px; }
-.ui-icon-arrow-1-w { background-position: -96px -32px; }
-.ui-icon-arrow-1-nw { background-position: -112px -32px; }
-.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
-.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
-.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
-.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
-.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
-.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
-.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
-.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
-.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
-.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
-.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
-.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
-.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
-.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
-.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
-.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
-.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
-.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
-.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
-.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
-.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
-.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
-.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
-.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
-.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
-.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
-.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
-.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
-.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
-.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
-.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
-.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
-.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
-.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
-.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
-.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
-.ui-icon-arrow-4 { background-position: 0 -80px; }
-.ui-icon-arrow-4-diag { background-position: -16px -80px; }
-.ui-icon-extlink { background-position: -32px -80px; }
-.ui-icon-newwin { background-position: -48px -80px; }
-.ui-icon-refresh { background-position: -64px -80px; }
-.ui-icon-shuffle { background-position: -80px -80px; }
-.ui-icon-transfer-e-w { background-position: -96px -80px; }
-.ui-icon-transferthick-e-w { background-position: -112px -80px; }
-.ui-icon-folder-collapsed { background-position: 0 -96px; }
-.ui-icon-folder-open { background-position: -16px -96px; }
-.ui-icon-document { background-position: -32px -96px; }
-.ui-icon-document-b { background-position: -48px -96px; }
-.ui-icon-note { background-position: -64px -96px; }
-.ui-icon-mail-closed { background-position: -80px -96px; }
-.ui-icon-mail-open { background-position: -96px -96px; }
-.ui-icon-suitcase { background-position: -112px -96px; }
-.ui-icon-comment { background-position: -128px -96px; }
-.ui-icon-person { background-position: -144px -96px; }
-.ui-icon-print { background-position: -160px -96px; }
-.ui-icon-trash { background-position: -176px -96px; }
-.ui-icon-locked { background-position: -192px -96px; }
-.ui-icon-unlocked { background-position: -208px -96px; }
-.ui-icon-bookmark { background-position: -224px -96px; }
-.ui-icon-tag { background-position: -240px -96px; }
-.ui-icon-home { background-position: 0 -112px; }
-.ui-icon-flag { background-position: -16px -112px; }
-.ui-icon-calendar { background-position: -32px -112px; }
-.ui-icon-cart { background-position: -48px -112px; }
-.ui-icon-pencil { background-position: -64px -112px; }
-.ui-icon-clock { background-position: -80px -112px; }
-.ui-icon-disk { background-position: -96px -112px; }
-.ui-icon-calculator { background-position: -112px -112px; }
-.ui-icon-zoomin { background-position: -128px -112px; }
-.ui-icon-zoomout { background-position: -144px -112px; }
-.ui-icon-search { background-position: -160px -112px; }
-.ui-icon-wrench { background-position: -176px -112px; }
-.ui-icon-gear { background-position: -192px -112px; }
-.ui-icon-heart { background-position: -208px -112px; }
-.ui-icon-star { background-position: -224px -112px; }
-.ui-icon-link { background-position: -240px -112px; }
-.ui-icon-cancel { background-position: 0 -128px; }
-.ui-icon-plus { background-position: -16px -128px; }
-.ui-icon-plusthick { background-position: -32px -128px; }
-.ui-icon-minus { background-position: -48px -128px; }
-.ui-icon-minusthick { background-position: -64px -128px; }
-.ui-icon-close { background-position: -80px -128px; }
-.ui-icon-closethick { background-position: -96px -128px; }
-.ui-icon-key { background-position: -112px -128px; }
-.ui-icon-lightbulb { background-position: -128px -128px; }
-.ui-icon-scissors { background-position: -144px -128px; }
-.ui-icon-clipboard { background-position: -160px -128px; }
-.ui-icon-copy { background-position: -176px -128px; }
-.ui-icon-contact { background-position: -192px -128px; }
-.ui-icon-image { background-position: -208px -128px; }
-.ui-icon-video { background-position: -224px -128px; }
-.ui-icon-script { background-position: -240px -128px; }
-.ui-icon-alert { background-position: 0 -144px; }
-.ui-icon-info { background-position: -16px -144px; }
-.ui-icon-notice { background-position: -32px -144px; }
-.ui-icon-help { background-position: -48px -144px; }
-.ui-icon-check { background-position: -64px -144px; }
-.ui-icon-bullet { background-position: -80px -144px; }
-.ui-icon-radio-off { background-position: -96px -144px; }
-.ui-icon-radio-on { background-position: -112px -144px; }
-.ui-icon-pin-w { background-position: -128px -144px; }
-.ui-icon-pin-s { background-position: -144px -144px; }
-.ui-icon-play { background-position: 0 -160px; }
-.ui-icon-pause { background-position: -16px -160px; }
-.ui-icon-seek-next { background-position: -32px -160px; }
-.ui-icon-seek-prev { background-position: -48px -160px; }
-.ui-icon-seek-end { background-position: -64px -160px; }
-.ui-icon-seek-start { background-position: -80px -160px; }
-/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
-.ui-icon-seek-first { background-position: -80px -160px; }
-.ui-icon-stop { background-position: -96px -160px; }
-.ui-icon-eject { background-position: -112px -160px; }
-.ui-icon-volume-off { background-position: -128px -160px; }
-.ui-icon-volume-on { background-position: -144px -160px; }
-.ui-icon-power { background-position: 0 -176px; }
-.ui-icon-signal-diag { background-position: -16px -176px; }
-.ui-icon-signal { background-position: -32px -176px; }
-.ui-icon-battery-0 { background-position: -48px -176px; }
-.ui-icon-battery-1 { background-position: -64px -176px; }
-.ui-icon-battery-2 { background-position: -80px -176px; }
-.ui-icon-battery-3 { background-position: -96px -176px; }
-.ui-icon-circle-plus { background-position: 0 -192px; }
-.ui-icon-circle-minus { background-position: -16px -192px; }
-.ui-icon-circle-close { background-position: -32px -192px; }
-.ui-icon-circle-triangle-e { background-position: -48px -192px; }
-.ui-icon-circle-triangle-s { background-position: -64px -192px; }
-.ui-icon-circle-triangle-w { background-position: -80px -192px; }
-.ui-icon-circle-triangle-n { background-position: -96px -192px; }
-.ui-icon-circle-arrow-e { background-position: -112px -192px; }
-.ui-icon-circle-arrow-s { background-position: -128px -192px; }
-.ui-icon-circle-arrow-w { background-position: -144px -192px; }
-.ui-icon-circle-arrow-n { background-position: -160px -192px; }
-.ui-icon-circle-zoomin { background-position: -176px -192px; }
-.ui-icon-circle-zoomout { background-position: -192px -192px; }
-.ui-icon-circle-check { background-position: -208px -192px; }
-.ui-icon-circlesmall-plus { background-position: 0 -208px; }
-.ui-icon-circlesmall-minus { background-position: -16px -208px; }
-.ui-icon-circlesmall-close { background-position: -32px -208px; }
-.ui-icon-squaresmall-plus { background-position: -48px -208px; }
-.ui-icon-squaresmall-minus { background-position: -64px -208px; }
-.ui-icon-squaresmall-close { background-position: -80px -208px; }
-.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
-.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
-.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
-.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
-.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
-.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
-.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
-
-/* Overlays */
-.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
-.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
-----------------------------------*/
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
-----------------------------------*/
-.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
-.ui-accordion .ui-accordion-li-fix { display: inline; }
-.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
-.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
-.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
-.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
-.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
-.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
-----------------------------------*/
-.ui-autocomplete { position: absolute; cursor: default; }
-.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
-
-/* workarounds */
-* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
-
-/* Menu
-----------------------------------*/
-.ui-menu {
- list-style:none;
- padding: 2px;
- margin: 0;
- display:block;
-}
-.ui-menu .ui-menu {
- margin-top: -3px;
-}
-.ui-menu .ui-menu-item {
- margin:0;
- padding: 0;
- width: 100%;
-}
-.ui-menu .ui-menu-item a {
- text-decoration:none;
- display:block;
- padding:.2em .4em;
- line-height:1.5;
- zoom:1;
-}
-.ui-menu .ui-menu-item a.ui-state-hover,
-.ui-menu .ui-menu-item a.ui-state-active {
- margin: -1px;
-}
-/* Button
-----------------------------------*/
-
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
-.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
-button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
-.ui-button-icons-only { width: 3.4em; }
-button.ui-button-icons-only { width: 3.7em; }
-
-/*button text element */
-.ui-button .ui-button-text { display: block; line-height: 1.4; }
-.ui-button-text-only .ui-button-text { padding: .4em 1em; }
-.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
-.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
-.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
-/* no icon support for input elements, provide padding by default */
-input.ui-button { padding: .4em 1em; }
-
-/*button icon element(s) */
-.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
-.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
-.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
-.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-
-/*button sets*/
-.ui-buttonset { margin-right: 7px; }
-.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
-
-/* workarounds */
-button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
-
-
-
-
-
-/* Dialog
-----------------------------------*/
-.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
-.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
-.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
-.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
-.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
-.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
-.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
-.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
-/* Slider
-----------------------------------*/
-.ui-slider { position: relative; text-align: left; }
-.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
-.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
-
-.ui-slider-horizontal { height: .8em; }
-.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
-.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
-.ui-slider-horizontal .ui-slider-range-min { left: 0; }
-.ui-slider-horizontal .ui-slider-range-max { right: 0; }
-
-.ui-slider-vertical { width: .8em; height: 100px; }
-.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
-.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
-.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
-.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
-----------------------------------*/
-.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
-.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
-.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
-.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
-.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
-.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
-.ui-tabs .ui-tabs-hide { display: none !important; }
-/* Datepicker
-----------------------------------*/
-.ui-datepicker { width: 17em; padding: .2em .2em 0; }
-.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
-.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
-.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
-.ui-datepicker .ui-datepicker-prev { left:2px; }
-.ui-datepicker .ui-datepicker-next { right:2px; }
-.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
-.ui-datepicker .ui-datepicker-next-hover { right:1px; }
-.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
-.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
-.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
-.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
-.ui-datepicker select.ui-datepicker-month,
-.ui-datepicker select.ui-datepicker-year { width: 49%;}
-.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
-.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
-.ui-datepicker td { border: 0; padding: 1px; }
-.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
-.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
-.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
-.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
-
-/* with multiple calendars */
-.ui-datepicker.ui-datepicker-multi { width:auto; }
-.ui-datepicker-multi .ui-datepicker-group { float:left; }
-.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
-.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
-.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
-.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
-.ui-datepicker-row-break { clear:both; width:100%; }
-
-/* RTL support */
-.ui-datepicker-rtl { direction: rtl; }
-.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-
-/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
-.ui-datepicker-cover {
- display: none; /*sorry for IE5*/
- display/**/: block; /*sorry for IE5*/
- position: absolute; /*must have*/
- z-index: -1; /*must have*/
- filter: mask(); /*must have*/
- top: -4px; /*must have*/
- left: -4px; /*must have*/
- width: 200px; /*must have*/
- height: 200px; /*must have*/
-}/* Progressbar
-----------------------------------*/
-.ui-progressbar { height:2em; text-align: left; }
-.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file
diff --git a/silk/css/theme_left.css.php b/silk/css/theme_left.css.php
deleted file mode 100644
index ac0659fdf..000000000
--- a/silk/css/theme_left.css.php
+++ /dev/null
@@ -1,187 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0.2em 0.2em 0.2em 0.2em;
-}
-
-a img {
- border: 0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select {
- width: 100%;
-}
-
-/* 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;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- border-bottom: 0.05em solid ;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-ul#databaseList {
- border-bottom: 0.05em solid ;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- padding-left: 1.5em;
-}
-
-ul#databaseList a {
- display: block;
- background: ;
- color: ;
-}
-
-ul#databaseList a:hover {
- background: ;
- color: ;
-}
-
-ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: 0.05em solid ;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-/* leftdatabaselist */
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: 80%;
- background: ;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-left: 0;
- padding-left: 0.1em;
- border-left: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
diff --git a/silk/css/theme_print.css.php b/silk/css/theme_print.css.php
deleted file mode 100644
index 3b76327dc..000000000
--- a/silk/css/theme_print.css.php
+++ /dev/null
@@ -1,39 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/silk/css/theme_right.css.php b/silk/css/theme_right.css.php
deleted file mode 100644
index 800f008dd..000000000
--- a/silk/css/theme_right.css.php
+++ /dev/null
@@ -1,1103 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-body {
-
- font-family: ;
-
- padding: 0;
- margin: 0.5em;
- color: ;
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-a:hover {
- text-decoration: underline;
- color: #FF0000;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background: ;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- background-color: transparent;
-}
-
-/* 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: ;
- float: none;
- clear: both;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-
-/* marked table rows */
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.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(getImgPath(); ?>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;
-
- background-image: url(getImgPath(); ?>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(getImgPath(); ?>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(getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
-
-}
-
-.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;
-}
-
-/* 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;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-/* topmenu */
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img {
- vertical-align: middle;
- margin-: 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 black;
-}
-
-/* default tab styles */
-.tab, .tabcaution, .tabactive {
- background-color: ;
- border: 1pt solid ;
- border-bottom: 0;
- border-top-left-radius: 0.4em;
- border-top-right-radius: 0.4em;
-}
-
-/* enabled hover/active tabs */
-a.tab:hover,
-a.tabcaution:hover,
-.tabactive,
-.tabactive:hover {
- margin: 0;
- padding: 0.2em 0.4em 0.2em 0.4em;
- text-decoration: none;
-}
-
-a.tab:hover,
-.tabactive {
- background-color: ;
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-a.warning,
-span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
- border-bottom: 1px solid silver;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(getImgPath(); ?>item_.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info{
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs {
- list-style-image: url(getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
diff --git a/silk/img/arrow_ltr.png b/silk/img/arrow_ltr.png
deleted file mode 100644
index abf9ca8cf..000000000
Binary files a/silk/img/arrow_ltr.png and /dev/null differ
diff --git a/silk/img/arrow_rtl.png b/silk/img/arrow_rtl.png
deleted file mode 100644
index 5204794cc..000000000
Binary files a/silk/img/arrow_rtl.png and /dev/null differ
diff --git a/silk/img/asc_order.png b/silk/img/asc_order.png
deleted file mode 100644
index 7382c671f..000000000
Binary files a/silk/img/asc_order.png and /dev/null differ
diff --git a/silk/img/b_bookmark.png b/silk/img/b_bookmark.png
deleted file mode 100644
index e2f084727..000000000
Binary files a/silk/img/b_bookmark.png and /dev/null differ
diff --git a/silk/img/b_browse.png b/silk/img/b_browse.png
deleted file mode 100644
index abcd93689..000000000
Binary files a/silk/img/b_browse.png and /dev/null differ
diff --git a/silk/img/b_calendar.png b/silk/img/b_calendar.png
deleted file mode 100644
index 658913852..000000000
Binary files a/silk/img/b_calendar.png and /dev/null differ
diff --git a/silk/img/b_comment.png b/silk/img/b_comment.png
deleted file mode 100644
index 7bc9233ea..000000000
Binary files a/silk/img/b_comment.png and /dev/null differ
diff --git a/silk/img/b_dbstatistics.png b/silk/img/b_dbstatistics.png
deleted file mode 100644
index 9051fbc60..000000000
Binary files a/silk/img/b_dbstatistics.png and /dev/null differ
diff --git a/silk/img/b_deltbl.png b/silk/img/b_deltbl.png
deleted file mode 100644
index b85916d92..000000000
Binary files a/silk/img/b_deltbl.png and /dev/null differ
diff --git a/silk/img/b_docs.png b/silk/img/b_docs.png
deleted file mode 100644
index 5c870176d..000000000
Binary files a/silk/img/b_docs.png and /dev/null differ
diff --git a/silk/img/b_docsql.png b/silk/img/b_docsql.png
deleted file mode 100644
index bddba1f98..000000000
Binary files a/silk/img/b_docsql.png and /dev/null differ
diff --git a/silk/img/b_drop.png b/silk/img/b_drop.png
deleted file mode 100644
index 54c69691e..000000000
Binary files a/silk/img/b_drop.png and /dev/null differ
diff --git a/silk/img/b_edit.png b/silk/img/b_edit.png
deleted file mode 100644
index 0bfecd50e..000000000
Binary files a/silk/img/b_edit.png and /dev/null differ
diff --git a/silk/img/b_empty.png b/silk/img/b_empty.png
deleted file mode 100644
index ebad933c8..000000000
Binary files a/silk/img/b_empty.png and /dev/null differ
diff --git a/silk/img/b_engine.png b/silk/img/b_engine.png
deleted file mode 100644
index 7c0ab2b4c..000000000
Binary files a/silk/img/b_engine.png and /dev/null differ
diff --git a/silk/img/b_export.png b/silk/img/b_export.png
deleted file mode 100644
index 04dd7fd3b..000000000
Binary files a/silk/img/b_export.png and /dev/null differ
diff --git a/silk/img/b_firstpage.png b/silk/img/b_firstpage.png
deleted file mode 100644
index b03eaf8b5..000000000
Binary files a/silk/img/b_firstpage.png and /dev/null differ
diff --git a/silk/img/b_ftext.png b/silk/img/b_ftext.png
deleted file mode 100644
index bfcb0249a..000000000
Binary files a/silk/img/b_ftext.png and /dev/null differ
diff --git a/silk/img/b_help.png b/silk/img/b_help.png
deleted file mode 100644
index dfefe35f5..000000000
Binary files a/silk/img/b_help.png and /dev/null differ
diff --git a/silk/img/b_home.png b/silk/img/b_home.png
deleted file mode 100644
index fed62219f..000000000
Binary files a/silk/img/b_home.png and /dev/null differ
diff --git a/silk/img/b_import.png b/silk/img/b_import.png
deleted file mode 100644
index be62faaaa..000000000
Binary files a/silk/img/b_import.png and /dev/null differ
diff --git a/silk/img/b_index.png b/silk/img/b_index.png
deleted file mode 100644
index 612612b5e..000000000
Binary files a/silk/img/b_index.png and /dev/null differ
diff --git a/silk/img/b_info.png b/silk/img/b_info.png
deleted file mode 100644
index ab611cb3b..000000000
Binary files a/silk/img/b_info.png and /dev/null differ
diff --git a/silk/img/b_insrow.png b/silk/img/b_insrow.png
deleted file mode 100644
index ff5925efd..000000000
Binary files a/silk/img/b_insrow.png and /dev/null differ
diff --git a/silk/img/b_lastpage.png b/silk/img/b_lastpage.png
deleted file mode 100644
index 8ec894784..000000000
Binary files a/silk/img/b_lastpage.png and /dev/null differ
diff --git a/silk/img/b_minus.png b/silk/img/b_minus.png
deleted file mode 100644
index b47ce55f6..000000000
Binary files a/silk/img/b_minus.png and /dev/null differ
diff --git a/silk/img/b_newdb.png b/silk/img/b_newdb.png
deleted file mode 100644
index 802bd6cde..000000000
Binary files a/silk/img/b_newdb.png and /dev/null differ
diff --git a/silk/img/b_newtbl.png b/silk/img/b_newtbl.png
deleted file mode 100644
index 2a3e5c4df..000000000
Binary files a/silk/img/b_newtbl.png and /dev/null differ
diff --git a/silk/img/b_nextpage.png b/silk/img/b_nextpage.png
deleted file mode 100644
index e252606d3..000000000
Binary files a/silk/img/b_nextpage.png and /dev/null differ
diff --git a/silk/img/b_pdfdoc.png b/silk/img/b_pdfdoc.png
deleted file mode 100644
index 8f8095e46..000000000
Binary files a/silk/img/b_pdfdoc.png and /dev/null differ
diff --git a/silk/img/b_plus.png b/silk/img/b_plus.png
deleted file mode 100644
index 9ab4a8966..000000000
Binary files a/silk/img/b_plus.png and /dev/null differ
diff --git a/silk/img/b_prevpage.png b/silk/img/b_prevpage.png
deleted file mode 100644
index 18f9cc109..000000000
Binary files a/silk/img/b_prevpage.png and /dev/null differ
diff --git a/silk/img/b_primary.png b/silk/img/b_primary.png
deleted file mode 100644
index 34e23e24e..000000000
Binary files a/silk/img/b_primary.png and /dev/null differ
diff --git a/silk/img/b_print.png b/silk/img/b_print.png
deleted file mode 100644
index a350d1871..000000000
Binary files a/silk/img/b_print.png and /dev/null differ
diff --git a/silk/img/b_props.png b/silk/img/b_props.png
deleted file mode 100644
index 807b862cf..000000000
Binary files a/silk/img/b_props.png and /dev/null differ
diff --git a/silk/img/b_relations.png b/silk/img/b_relations.png
deleted file mode 100644
index 28b8505c0..000000000
Binary files a/silk/img/b_relations.png and /dev/null differ
diff --git a/silk/img/b_save.png b/silk/img/b_save.png
deleted file mode 100644
index 99d532e8b..000000000
Binary files a/silk/img/b_save.png and /dev/null differ
diff --git a/silk/img/b_sbrowse.png b/silk/img/b_sbrowse.png
deleted file mode 100644
index 71e716490..000000000
Binary files a/silk/img/b_sbrowse.png and /dev/null differ
diff --git a/silk/img/b_sdb.png b/silk/img/b_sdb.png
deleted file mode 100644
index 5fdde7d77..000000000
Binary files a/silk/img/b_sdb.png and /dev/null differ
diff --git a/silk/img/b_search.png b/silk/img/b_search.png
deleted file mode 100644
index cf3d97f75..000000000
Binary files a/silk/img/b_search.png and /dev/null differ
diff --git a/silk/img/b_selboard.png b/silk/img/b_selboard.png
deleted file mode 100644
index c30cf5989..000000000
Binary files a/silk/img/b_selboard.png and /dev/null differ
diff --git a/silk/img/b_select.png b/silk/img/b_select.png
deleted file mode 100644
index f6b74cc40..000000000
Binary files a/silk/img/b_select.png and /dev/null differ
diff --git a/silk/img/b_sql.png b/silk/img/b_sql.png
deleted file mode 100644
index 0c76bd129..000000000
Binary files a/silk/img/b_sql.png and /dev/null differ
diff --git a/silk/img/b_sqldoc.png b/silk/img/b_sqldoc.png
deleted file mode 100644
index 693709cbc..000000000
Binary files a/silk/img/b_sqldoc.png and /dev/null differ
diff --git a/silk/img/b_sqlhelp.png b/silk/img/b_sqlhelp.png
deleted file mode 100644
index 779ad58ef..000000000
Binary files a/silk/img/b_sqlhelp.png and /dev/null differ
diff --git a/silk/img/b_tblanalyse.png b/silk/img/b_tblanalyse.png
deleted file mode 100644
index decac8a62..000000000
Binary files a/silk/img/b_tblanalyse.png and /dev/null differ
diff --git a/silk/img/b_tblexport.png b/silk/img/b_tblexport.png
deleted file mode 100644
index 04dd7fd3b..000000000
Binary files a/silk/img/b_tblexport.png and /dev/null differ
diff --git a/silk/img/b_tblimport.png b/silk/img/b_tblimport.png
deleted file mode 100644
index be62faaaa..000000000
Binary files a/silk/img/b_tblimport.png and /dev/null differ
diff --git a/silk/img/b_tblops.png b/silk/img/b_tblops.png
deleted file mode 100644
index 5c8213fef..000000000
Binary files a/silk/img/b_tblops.png and /dev/null differ
diff --git a/silk/img/b_tbloptimize.png b/silk/img/b_tbloptimize.png
deleted file mode 100644
index cfc2702ac..000000000
Binary files a/silk/img/b_tbloptimize.png and /dev/null differ
diff --git a/silk/img/b_tipp.png b/silk/img/b_tipp.png
deleted file mode 100644
index d22fde8ba..000000000
Binary files a/silk/img/b_tipp.png and /dev/null differ
diff --git a/silk/img/b_unique.png b/silk/img/b_unique.png
deleted file mode 100644
index b88c85789..000000000
Binary files a/silk/img/b_unique.png and /dev/null differ
diff --git a/silk/img/b_usradd.png b/silk/img/b_usradd.png
deleted file mode 100644
index deae99bcf..000000000
Binary files a/silk/img/b_usradd.png and /dev/null differ
diff --git a/silk/img/b_usrcheck.png b/silk/img/b_usrcheck.png
deleted file mode 100644
index 0468cf08f..000000000
Binary files a/silk/img/b_usrcheck.png and /dev/null differ
diff --git a/silk/img/b_usrdrop.png b/silk/img/b_usrdrop.png
deleted file mode 100644
index acbb5630e..000000000
Binary files a/silk/img/b_usrdrop.png and /dev/null differ
diff --git a/silk/img/b_usredit.png b/silk/img/b_usredit.png
deleted file mode 100644
index c1974cda7..000000000
Binary files a/silk/img/b_usredit.png and /dev/null differ
diff --git a/silk/img/b_usrlist.png b/silk/img/b_usrlist.png
deleted file mode 100644
index 7fb4e1f1e..000000000
Binary files a/silk/img/b_usrlist.png and /dev/null differ
diff --git a/silk/img/b_view.png b/silk/img/b_view.png
deleted file mode 100644
index f6b74cc40..000000000
Binary files a/silk/img/b_view.png and /dev/null differ
diff --git a/silk/img/b_views.png b/silk/img/b_views.png
deleted file mode 100644
index aeaa88953..000000000
Binary files a/silk/img/b_views.png and /dev/null differ
diff --git a/silk/img/bd_browse.png b/silk/img/bd_browse.png
deleted file mode 100644
index c6cf4c587..000000000
Binary files a/silk/img/bd_browse.png and /dev/null differ
diff --git a/silk/img/bd_deltbl.png b/silk/img/bd_deltbl.png
deleted file mode 100644
index 3717521e5..000000000
Binary files a/silk/img/bd_deltbl.png and /dev/null differ
diff --git a/silk/img/bd_drop.png b/silk/img/bd_drop.png
deleted file mode 100644
index 5c065b336..000000000
Binary files a/silk/img/bd_drop.png and /dev/null differ
diff --git a/silk/img/bd_empty.png b/silk/img/bd_empty.png
deleted file mode 100644
index 375b8bf6a..000000000
Binary files a/silk/img/bd_empty.png and /dev/null differ
diff --git a/silk/img/bd_firstpage.png b/silk/img/bd_firstpage.png
deleted file mode 100644
index f109b1bd2..000000000
Binary files a/silk/img/bd_firstpage.png and /dev/null differ
diff --git a/silk/img/bd_ftext.png b/silk/img/bd_ftext.png
deleted file mode 100644
index 280fd442b..000000000
Binary files a/silk/img/bd_ftext.png and /dev/null differ
diff --git a/silk/img/bd_index.png b/silk/img/bd_index.png
deleted file mode 100644
index 6723745ed..000000000
Binary files a/silk/img/bd_index.png and /dev/null differ
diff --git a/silk/img/bd_insrow.png b/silk/img/bd_insrow.png
deleted file mode 100644
index 23e66c858..000000000
Binary files a/silk/img/bd_insrow.png and /dev/null differ
diff --git a/silk/img/bd_lastpage.png b/silk/img/bd_lastpage.png
deleted file mode 100644
index a377b52c3..000000000
Binary files a/silk/img/bd_lastpage.png and /dev/null differ
diff --git a/silk/img/bd_nextpage.png b/silk/img/bd_nextpage.png
deleted file mode 100644
index bc4419c7e..000000000
Binary files a/silk/img/bd_nextpage.png and /dev/null differ
diff --git a/silk/img/bd_prevpage.png b/silk/img/bd_prevpage.png
deleted file mode 100644
index f7d417209..000000000
Binary files a/silk/img/bd_prevpage.png and /dev/null differ
diff --git a/silk/img/bd_primary.png b/silk/img/bd_primary.png
deleted file mode 100644
index f7410fb13..000000000
Binary files a/silk/img/bd_primary.png and /dev/null differ
diff --git a/silk/img/bd_sbrowse.png b/silk/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/silk/img/bd_sbrowse.png and /dev/null differ
diff --git a/silk/img/bd_select.png b/silk/img/bd_select.png
deleted file mode 100644
index 3c7528dfb..000000000
Binary files a/silk/img/bd_select.png and /dev/null differ
diff --git a/silk/img/bd_unique.png b/silk/img/bd_unique.png
deleted file mode 100644
index 4333a63fa..000000000
Binary files a/silk/img/bd_unique.png and /dev/null differ
diff --git a/silk/img/error.ico b/silk/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/silk/img/error.ico and /dev/null differ
diff --git a/silk/img/item.png b/silk/img/item.png
deleted file mode 100644
index bc4faa709..000000000
Binary files a/silk/img/item.png and /dev/null differ
diff --git a/silk/img/item_ltr.png b/silk/img/item_ltr.png
deleted file mode 100644
index 4c8b5c6aa..000000000
Binary files a/silk/img/item_ltr.png and /dev/null differ
diff --git a/silk/img/item_rtl.png b/silk/img/item_rtl.png
deleted file mode 100644
index 274114401..000000000
Binary files a/silk/img/item_rtl.png and /dev/null differ
diff --git a/silk/img/logo_left.png b/silk/img/logo_left.png
deleted file mode 100644
index bde372d6a..000000000
Binary files a/silk/img/logo_left.png and /dev/null differ
diff --git a/silk/img/logo_right.png b/silk/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/silk/img/logo_right.png and /dev/null differ
diff --git a/silk/img/php_sym.png b/silk/img/php_sym.png
deleted file mode 100644
index 7868a2594..000000000
Binary files a/silk/img/php_sym.png and /dev/null differ
diff --git a/silk/img/pma_logo2.png b/silk/img/pma_logo2.png
deleted file mode 100644
index 26acf2e3b..000000000
Binary files a/silk/img/pma_logo2.png and /dev/null differ
diff --git a/silk/img/pma_logo3.png b/silk/img/pma_logo3.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/silk/img/pma_logo3.png and /dev/null differ
diff --git a/silk/img/s_asc.png b/silk/img/s_asc.png
deleted file mode 100644
index db58cbdfb..000000000
Binary files a/silk/img/s_asc.png and /dev/null differ
diff --git a/silk/img/s_asci.png b/silk/img/s_asci.png
deleted file mode 100644
index 813f712f7..000000000
Binary files a/silk/img/s_asci.png and /dev/null differ
diff --git a/silk/img/s_attention.png b/silk/img/s_attention.png
deleted file mode 100644
index c37bd062e..000000000
Binary files a/silk/img/s_attention.png and /dev/null differ
diff --git a/silk/img/s_cancel.png b/silk/img/s_cancel.png
deleted file mode 100644
index c149c2bc0..000000000
Binary files a/silk/img/s_cancel.png and /dev/null differ
diff --git a/silk/img/s_cancel2.png b/silk/img/s_cancel2.png
deleted file mode 100644
index 8f53e4603..000000000
Binary files a/silk/img/s_cancel2.png and /dev/null differ
diff --git a/silk/img/s_db.png b/silk/img/s_db.png
deleted file mode 100644
index 3d09261a2..000000000
Binary files a/silk/img/s_db.png and /dev/null differ
diff --git a/silk/img/s_desc.png b/silk/img/s_desc.png
deleted file mode 100644
index 9b23c06d7..000000000
Binary files a/silk/img/s_desc.png and /dev/null differ
diff --git a/silk/img/s_error.png b/silk/img/s_error.png
deleted file mode 100644
index 628cf2dae..000000000
Binary files a/silk/img/s_error.png and /dev/null differ
diff --git a/silk/img/s_error2.png b/silk/img/s_error2.png
deleted file mode 100644
index 6a2fd1b1d..000000000
Binary files a/silk/img/s_error2.png and /dev/null differ
diff --git a/silk/img/s_fulltext.png b/silk/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/silk/img/s_fulltext.png and /dev/null differ
diff --git a/silk/img/s_host.png b/silk/img/s_host.png
deleted file mode 100644
index 720a237c7..000000000
Binary files a/silk/img/s_host.png and /dev/null differ
diff --git a/silk/img/s_info.png b/silk/img/s_info.png
deleted file mode 100644
index 12cd1aef9..000000000
Binary files a/silk/img/s_info.png and /dev/null differ
diff --git a/silk/img/s_lang.png b/silk/img/s_lang.png
deleted file mode 100644
index 39433cf78..000000000
Binary files a/silk/img/s_lang.png and /dev/null differ
diff --git a/silk/img/s_loggoff.png b/silk/img/s_loggoff.png
deleted file mode 100644
index 41676a0a5..000000000
Binary files a/silk/img/s_loggoff.png and /dev/null differ
diff --git a/silk/img/s_notice.png b/silk/img/s_notice.png
deleted file mode 100644
index c37bd062e..000000000
Binary files a/silk/img/s_notice.png and /dev/null differ
diff --git a/silk/img/s_okay.png b/silk/img/s_okay.png
deleted file mode 100644
index 89c8129a4..000000000
Binary files a/silk/img/s_okay.png and /dev/null differ
diff --git a/silk/img/s_partialtext.png b/silk/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/silk/img/s_partialtext.png and /dev/null differ
diff --git a/silk/img/s_passwd.png b/silk/img/s_passwd.png
deleted file mode 100644
index 116aa5b7f..000000000
Binary files a/silk/img/s_passwd.png and /dev/null differ
diff --git a/silk/img/s_process.png b/silk/img/s_process.png
deleted file mode 100644
index 67de2c6cc..000000000
Binary files a/silk/img/s_process.png and /dev/null differ
diff --git a/silk/img/s_really.png b/silk/img/s_really.png
deleted file mode 100644
index da0f70151..000000000
Binary files a/silk/img/s_really.png and /dev/null differ
diff --git a/silk/img/s_reload.png b/silk/img/s_reload.png
deleted file mode 100644
index ab92010c2..000000000
Binary files a/silk/img/s_reload.png and /dev/null differ
diff --git a/silk/img/s_rights.png b/silk/img/s_rights.png
deleted file mode 100644
index 257f111ca..000000000
Binary files a/silk/img/s_rights.png and /dev/null differ
diff --git a/silk/img/s_status.png b/silk/img/s_status.png
deleted file mode 100644
index 01e933a61..000000000
Binary files a/silk/img/s_status.png and /dev/null differ
diff --git a/silk/img/s_tbl.png b/silk/img/s_tbl.png
deleted file mode 100644
index abcd93689..000000000
Binary files a/silk/img/s_tbl.png and /dev/null differ
diff --git a/silk/img/s_theme.png b/silk/img/s_theme.png
deleted file mode 100644
index 73c5b3f24..000000000
Binary files a/silk/img/s_theme.png and /dev/null differ
diff --git a/silk/img/s_vars.png b/silk/img/s_vars.png
deleted file mode 100644
index 8e83281c5..000000000
Binary files a/silk/img/s_vars.png and /dev/null differ
diff --git a/silk/img/s_views.png b/silk/img/s_views.png
deleted file mode 100644
index 1574b6aa0..000000000
Binary files a/silk/img/s_views.png and /dev/null differ
diff --git a/silk/img/s_warn.png b/silk/img/s_warn.png
deleted file mode 100644
index 628cf2dae..000000000
Binary files a/silk/img/s_warn.png and /dev/null differ
diff --git a/silk/img/spacer.png b/silk/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/silk/img/spacer.png and /dev/null differ
diff --git a/silk/img/vertical_line.png b/silk/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/silk/img/vertical_line.png and /dev/null differ
diff --git a/silk/img/window-new.png b/silk/img/window-new.png
deleted file mode 100644
index 2e945076c..000000000
Binary files a/silk/img/window-new.png and /dev/null differ
diff --git a/silk/info.inc.php b/silk/info.inc.php
deleted file mode 100644
index dd310a290..000000000
--- a/silk/info.inc.php
+++ /dev/null
@@ -1,18 +0,0 @@
-
diff --git a/silk/layout.inc.php b/silk/layout.inc.php
deleted file mode 100644
index 3f126b37b..000000000
--- a/silk/layout.inc.php
+++ /dev/null
@@ -1,114 +0,0 @@
-getImgPath() . 'vertical_line.png) repeat-y';
-
-// foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
-
-// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC';
-
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
-
-// background of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99';
-
-/**
- * fonts
- */
-/**
- * the font family as a valid css font family value,
- * if not set the browser default will be used
- * (depending on browser, DTD and system settings)
- */
-$GLOBALS['cfg']['FontFamily'] = 'sans-serif';
-/**
- * fixed width font family, used in textarea
- */
-$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace';
-
-/**
- * tables
- */
-// border
-$GLOBALS['cfg']['Border'] = 0;
-// table header and footer color
-$GLOBALS['cfg']['ThBackground'] = '#F9F9F9';
-// table header and footer background
-$GLOBALS['cfg']['ThColor'] = '#000000';
-// table data row background
-$GLOBALS['cfg']['BgOne'] = '#F9F9F9';
-// table data row background, alternate
-$GLOBALS['cfg']['BgTwo'] = '#F9F9F9';
-
-/**
- * query window
- */
-// Width of Query window
-$GLOBALS['cfg']['QueryWindowWidth'] = 600;
-// Height of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 400;
-
-/**
- * SQL Parser Settings
- * Syntax colouring data
- */
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#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/silk/screen.png b/silk/screen.png
deleted file mode 100644
index 4ae21ea48..000000000
Binary files a/silk/screen.png and /dev/null differ
diff --git a/silkline/css/theme_left.css.php b/silkline/css/theme_left.css.php
deleted file mode 100644
index 62071a7b9..000000000
--- a/silkline/css/theme_left.css.php
+++ /dev/null
@@ -1,156 +0,0 @@
-
-html {
- height:100%;
- border-right:1px solid #AAA;
-}
-html,body{padding-top:0;margin:0;}
-body, input, select {
- font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
- font-size: 11px;
- color: #333333;
-}
-
-body#body_leftFrame {
- color: #000000;
- height:100%;
- overflow:auto;
- background: url(themes/silkline/img/silkline_light.png) top left repeat-x;
-}
-
-select {
- background-color: #ffffff;
- color: #000000;
-}
-
-
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- border-bottom: 0.05em solid #FFF;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- color: #000000;
-
-}
-div#pmalogo{
-background:#FFF url(themes/silkline/img/logo_background.png) top left repeat-x;
-padding:0;
-margin:0;
-border-bottom:0px;
-}
-div#leftframelinks img {
- vertical-align: middle;
-}
-
-div#leftframelinks a {
- margin: 0.5em;
- padding: 0.2em;
- border: 0.05em solid #FFF;
- color: #000000;
-}
-
-div#leftframelinks a:hover {
- background-color: #669999;
- color:#FFF;
-}
-
-div#databaseList form {
- display: inline;
-}
-
-/* leftdatabaselist */
-div#left_tableList {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- font-size: ;
- color:#FFF;
-
-}
-div#left_tableList p a.item, form#left label{
-font-weight:bold;
-color:#000;
-font-size:110%;
-text-align:left;
-}
-div#left_tableList a {
- color: #505050;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- color: #FFF;
- background-color:#505050;
- text-decoration:none;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
- line-height:1.5;
-}
-
-
-div#left_tableList li:hover, div#left_tableList li:hover a {
-background-color: ;
-color:#FFF;
-}
-
-
-div#left_tableList img {
- vertical-align: middle;
-}
-div#left_tableList p {color:#333;padding:10px;}
-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;
- background-color:#FEFEFE;
-}
-
-/** Thanks Vince ;) - vincekruger@gmail.com**/
-ul#databaseList{
-list-style:none;
-
-}
-ul#databaseList li{
- line-height:1.5em;
- font-weight:bold;
-
-}
-ul#databaseList li a{
- font-weight:normal;
- text-decoration:none;
- color:#333;
-}
-ul#databaseList li a:hover, ul#databaseList li a:active, ul#databaseList li a:focus{
-font-weight:bold;
-}
-ul#databaseList li ul{
-padding-left:10px;
-margin-left:0px;
-
- list-style:none;
- padding-bottom:1em;
-}
-ul#databaseList li ul li a{
- border-left:1px solid #333;
-}
diff --git a/silkline/css/theme_print.css.php b/silkline/css/theme_print.css.php
deleted file mode 100644
index 6460a6ea6..000000000
--- a/silkline/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* For printview */
-body{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- color: #FFFFFF;
- background-color: #ffffff;
-}
-h1{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 16px;
- font-weight: bold;
- color: #FFFFFF;
-}
-table{
- border-width: 1px;
- border-color: #FFFFFF;
- border-style: solid;
- border-collapse: collapse;
- border-spacing: 0;
-}
-th{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- font-weight: bold;
- color: #FFFFFF;
- background-color: #e5e5e5;
- border-width: 1px;
- border-color: #FFFFFF;
- border-style: solid;
- padding: 2px;
-}
-td{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- color: #FFFFFF;
- background-color: #ffffff;
- border-width: 1px;
- border-color: #FFFFFF;
- border-style: solid;
- padding: 2px;
-}
diff --git a/silkline/css/theme_right.css.php b/silkline/css/theme_right.css.php
deleted file mode 100644
index e33f5df37..000000000
--- a/silkline/css/theme_right.css.php
+++ /dev/null
@@ -1,451 +0,0 @@
-
-/* Always enabled stylesheets (right frame) */
-html {
- height:100%;
- border-left:1px solid #AAA;
-}
-html, body {
-margin:0;
-padding:0;
-}
-
-body {
- font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
- font-size: 11px;
- color: #000000;
- background: url(themes/silkline/img/silkline_light.png) top left repeat-x;
-
-}
-
-pre, tt {font-size: }
-th {
-font-family: ;
-font-size: ;
-font-weight: normal;
-color: #000000;
-background-color:
-}
-td {font-family: ; font-size: }
-form {font-family: ; font-size: ; padding: 0px; margin: 10px;}
-input {font-family: ; font-size: }
-input.textfield {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-select {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-textarea {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-h1 {font-family: ; font-size: ; font-weight: bold}
-h2 {font-family: ; font-size: ; font-weight: bold}
-h3 {font-family: ; font-size: ; font-weight: bold}
-a:link {font-family: ; font-size: ; text-decoration: none; color: #0000FF}
-a:visited {font-family: ; font-size: ; text-decoration: none; color: #0000FF}
-a:hover {font-family: ; font-size: ; text-decoration: underline; color: #FF0000}
-a.nav:link {font-family: ; color: #000000}
-a.nav:visited {font-family: ; color: #000000}
-a.nav:hover {font-family: ; color: #FF0000}
-a.h1:link {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:active {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:visited {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-a.h2:link {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:active {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:visited {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-a.drop:link {font-family: ; color: #ff0000}
-a.drop:visited {font-family: ; color: #ff0000}
-a.drop:hover {font-family: ; color: #ffffff; background-color:#ff0000; text-decoration: none}
-dfn {font-style: normal}
-dfn:hover {font-style: normal; cursor: help}
-.nav {font-family: ; color: #000000}
-.warning {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-.tblcomment {font-family: ; font-size: ; font-weight: normal; color: #000099; }
-td.topline {font-size: 1px}
-td.tab {
- border-top: 1px solid #999;
- border-right: 1px solid #666;
- border-left: 1px solid #999;
- border-bottom: none;
- border-radius: 2px;
- -moz-border-radius: 2px;
-}
-h1{
-text-transform:capitalize;
-letter-spacing:-2px;
-font-family:"trebuchet MS";
-font-weight:normal;
-}
-#mysqlmaininformation h1, #pmamaininformation h1{
-margin-top:40px;
-padding-left:10px;
-}
-fieldset {
- border: #686868 solid 1px;
- padding: 0.5em;
-}
-fieldset fieldset {
- margin: 0.8em;
-}
-
-button.mult_submit {
- border: none;
- background-color: transparent;
-}
-
-.pdflayout {
- overflow: hidden;
- clip: inherit;
- background-color: #FFFFFF;
- display: none;
- border: 1px solid #000000;
- position: relative;
-}
-
-.pdflayout_table {
- background: ;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: ;
- border: 1px dashed #000000;
-}
-
-.print{font-family:arial;font-size:8pt;}
-
-/* MySQL Parser */
-.syntax {font-family: sans-serif; font-size: ;}
-.syntax_comment { padding-left: 4pt; padding-right: 4pt;}
-.syntax_digit {}
-.syntax_digit_hex {}
-.syntax_digit_integer {}
-.syntax_digit_float {}
-.syntax_punct {}
-.syntax_alpha {}
-.syntax_alpha_columnType {text-transform: uppercase;}
-.syntax_alpha_columnAttrib {text-transform: uppercase;}
-.syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
-.syntax_alpha_functionName {text-transform: uppercase;}
-.syntax_alpha_identifier {}
-.syntax_alpha_charset {}
-.syntax_alpha_variable {}
-.syntax_quote {white-space: pre;}
-.syntax_quote_backtick {}
-
-hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }
-
-/* new styles for navigation */
-
-.nav {
- font-family: ;
- color: #000000;
- border-top: none;
- border-right: none;
- border-left: none;
- border-bottom: 1px solid #666;
-}
-.navSpacer {
- width: 5px;
- height: 16px;
-}
-.navNormal, .navDrop, .navActive {
- font-family: ;
- font-size: ;
- font-weight: bold;
- border-top: 1px solid #999;
- border-right: 1px solid #666;
- border-left: 1px solid #999;
- border-bottom: none;
- border-radius: 2px;
- -moz-border-radius: 2px;
- padding: 2px 5px 2px 5px;
-}
-.navNormal {
- color: #000000;
- background-color: #FEFEFE;
-}
-.navActive{
- font-family: ;
- font-size: ;
- font-weight: bold;
- color: #000000;
- background-color: #EAE6D0;
-}
-.navDrop{
- color: #000000;
- background-color: #E5E5E5;
-}
-.navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{
- color: #0000FF;
-}
-
-.navDrop a:link, .navDrop a:active, .navDrop a:visited{
- color: #FF0000;
-}
-.navDrop a:hover{
- color: #FFFFFF;
- background-color: #FF0000;
-}
-.navNormal a:hover, .navActive a:hover{
- color: #FF0000;
-}
-
-/* Warning showing div with right border and optional icon */
-
-div.errorhead {
- font-weight: bold;
- color: #ffffff;
- text-align: left;
-
- background-image: url(themes/silkline/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;
-}
-
-/* Heading */
-
-#serverinfo {
- font-family: ;
- font-size: ;
- font-weight: normal;
- white-space: nowrap;
- vertical-align: middle;
- padding:23px 10px 10px 10px;
- border:1px solid #aaa;
- border:0;
- background-color:#FFF;
- color:#000;
- margin:0;
-}
-
-img, input, select, button {
- vertical-align: middle;
-}
-
-
-html body div#serverinfo a.item, #serverinfo a.item:active, #serverinfo a.item:visited {
- font-family: ;
- font-size: ;
- font-weight: normal;
- color:#111111;
-}
-#serverinfo a.item img{
- vertical-align: middle;
- margin: 0px 1px 0px 2px;
-}
-#serverinfo div{
- background-image: url(themes/silkline/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: #000000;
- border: 1px solid #000000;
- padding: 5px;
- font-family: ;
- font-size: ;
- }
-
- #topmenucontainer {
-
- border-top-width:0;
- border-bottom:1px solid #AAA;
-
- background-color:#FFF;
- }
-#topmenu{
-margin:0;
-padding:0;
-}
-#topmenucontainer ul#topmenu li{
-padding-right:3px;
-border-bottom:0px;
-}
-#topmenu li .tab, #topmenu li .tabcaution, #topmenu li a.tabactive{
-margin:0;
-font: 9px Arial;
-padding:3px 6px 1px;
-background-color:#ffc5b6;
-background-color:#ffffd7;
-color:#000;
-border:1px solid #AAA;
-border-bottom:0px;
-font-weight:normal;
-text-transform:uppercase;
-
-}
-#topmenu li a.tabactive, #topmenu li a.tab:hover{
-background-color:#FFEB8F;
-color:#0000FF;
-border:1px solid #AAA;
-border-bottom:0px;
-}
-
-#topmenu li a.tabcaution{
-background-color:#FFFF00;
-color:#000;
-}
-html frameset#mainframeset{
-border:5px solid red;
-background-color:#FF0000;
-}
-#topmenu li a.tabcaution:hover{
-background-color:#FFDD00;
-color:#000;
-}
-table.calendar td.selected,table tr.marked th,
-table tr.marked,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,.marked a,
-.marked,.odd:hover,
-.even:hover,
-.hover {
-color:#000;
-}
-#calendar_data{
-background-color:#CECECE;
-}
-#calendar_data table.calendar{
-border-collapse:collapse;
-border:0px solid #CECECE;
-}
-#calendar_data table.calendar td{
-background-color:#EEE;
-border:1px solid #CCC;
-}
-#calendar_data table.calendar th{
-padding:5px 0 3px;
-background-color:#FFF;
-font-size:120%;
-color:#333;
-}
-#clock_data {
-margin:auto;
-text-align:center;
-}
-#clock_data button{
-font-size:120%;
-color:#000;
-font-weight:bold;
-}
diff --git a/silkline/img/arrow_ltr.gif b/silkline/img/arrow_ltr.gif
deleted file mode 100644
index 93054efba..000000000
Binary files a/silkline/img/arrow_ltr.gif and /dev/null differ
diff --git a/silkline/img/arrow_ltr.png b/silkline/img/arrow_ltr.png
deleted file mode 100644
index 106ff51f5..000000000
Binary files a/silkline/img/arrow_ltr.png and /dev/null differ
diff --git a/silkline/img/arrow_rtl.gif b/silkline/img/arrow_rtl.gif
deleted file mode 100644
index 64ac41154..000000000
Binary files a/silkline/img/arrow_rtl.gif and /dev/null differ
diff --git a/silkline/img/arrow_rtl.png b/silkline/img/arrow_rtl.png
deleted file mode 100644
index e39f8aed3..000000000
Binary files a/silkline/img/arrow_rtl.png and /dev/null differ
diff --git a/silkline/img/asc_order.png b/silkline/img/asc_order.png
deleted file mode 100644
index 7382c671f..000000000
Binary files a/silkline/img/asc_order.png and /dev/null differ
diff --git a/silkline/img/b_bookmark.png b/silkline/img/b_bookmark.png
deleted file mode 100644
index e2f084727..000000000
Binary files a/silkline/img/b_bookmark.png and /dev/null differ
diff --git a/silkline/img/b_browse.png b/silkline/img/b_browse.png
deleted file mode 100644
index abcd93689..000000000
Binary files a/silkline/img/b_browse.png and /dev/null differ
diff --git a/silkline/img/b_calendar.png b/silkline/img/b_calendar.png
deleted file mode 100644
index a4cc7fd80..000000000
Binary files a/silkline/img/b_calendar.png and /dev/null differ
diff --git a/silkline/img/b_comment.png b/silkline/img/b_comment.png
deleted file mode 100644
index 7bc9233ea..000000000
Binary files a/silkline/img/b_comment.png and /dev/null differ
diff --git a/silkline/img/b_dbstatistics.png b/silkline/img/b_dbstatistics.png
deleted file mode 100644
index b3b01a1f3..000000000
Binary files a/silkline/img/b_dbstatistics.png and /dev/null differ
diff --git a/silkline/img/b_deltbl.png b/silkline/img/b_deltbl.png
deleted file mode 100644
index b85916d92..000000000
Binary files a/silkline/img/b_deltbl.png and /dev/null differ
diff --git a/silkline/img/b_docs.png b/silkline/img/b_docs.png
deleted file mode 100644
index 5c870176d..000000000
Binary files a/silkline/img/b_docs.png and /dev/null differ
diff --git a/silkline/img/b_docsql.png b/silkline/img/b_docsql.png
deleted file mode 100644
index bddba1f98..000000000
Binary files a/silkline/img/b_docsql.png and /dev/null differ
diff --git a/silkline/img/b_drop.png b/silkline/img/b_drop.png
deleted file mode 100644
index 219c96609..000000000
Binary files a/silkline/img/b_drop.png and /dev/null differ
diff --git a/silkline/img/b_edit.png b/silkline/img/b_edit.png
deleted file mode 100644
index 92ddc9477..000000000
Binary files a/silkline/img/b_edit.png and /dev/null differ
diff --git a/silkline/img/b_empty.png b/silkline/img/b_empty.png
deleted file mode 100644
index 2afd69377..000000000
Binary files a/silkline/img/b_empty.png and /dev/null differ
diff --git a/silkline/img/b_engine.png b/silkline/img/b_engine.png
deleted file mode 100644
index 7c0ab2b4c..000000000
Binary files a/silkline/img/b_engine.png and /dev/null differ
diff --git a/silkline/img/b_export.png b/silkline/img/b_export.png
deleted file mode 100644
index 04dd7fd3b..000000000
Binary files a/silkline/img/b_export.png and /dev/null differ
diff --git a/silkline/img/b_firstpage.png b/silkline/img/b_firstpage.png
deleted file mode 100644
index b03eaf8b5..000000000
Binary files a/silkline/img/b_firstpage.png and /dev/null differ
diff --git a/silkline/img/b_ftext.png b/silkline/img/b_ftext.png
deleted file mode 100644
index bfcb0249a..000000000
Binary files a/silkline/img/b_ftext.png and /dev/null differ
diff --git a/silkline/img/b_help.png b/silkline/img/b_help.png
deleted file mode 100644
index fe2780680..000000000
Binary files a/silkline/img/b_help.png and /dev/null differ
diff --git a/silkline/img/b_home.png b/silkline/img/b_home.png
deleted file mode 100644
index a38147a40..000000000
Binary files a/silkline/img/b_home.png and /dev/null differ
diff --git a/silkline/img/b_import.png b/silkline/img/b_import.png
deleted file mode 100644
index be62faaaa..000000000
Binary files a/silkline/img/b_import.png and /dev/null differ
diff --git a/silkline/img/b_index.png b/silkline/img/b_index.png
deleted file mode 100644
index 612612b5e..000000000
Binary files a/silkline/img/b_index.png and /dev/null differ
diff --git a/silkline/img/b_info.png b/silkline/img/b_info.png
deleted file mode 100644
index 9e177a02a..000000000
Binary files a/silkline/img/b_info.png and /dev/null differ
diff --git a/silkline/img/b_insrow.png b/silkline/img/b_insrow.png
deleted file mode 100644
index 4b828fadb..000000000
Binary files a/silkline/img/b_insrow.png and /dev/null differ
diff --git a/silkline/img/b_lastpage.png b/silkline/img/b_lastpage.png
deleted file mode 100644
index 8ec894784..000000000
Binary files a/silkline/img/b_lastpage.png and /dev/null differ
diff --git a/silkline/img/b_minus.png b/silkline/img/b_minus.png
deleted file mode 100644
index 76b45cf05..000000000
Binary files a/silkline/img/b_minus.png and /dev/null differ
diff --git a/silkline/img/b_newdb.png b/silkline/img/b_newdb.png
deleted file mode 100644
index 802bd6cde..000000000
Binary files a/silkline/img/b_newdb.png and /dev/null differ
diff --git a/silkline/img/b_newtbl.png b/silkline/img/b_newtbl.png
deleted file mode 100644
index 2a3e5c4df..000000000
Binary files a/silkline/img/b_newtbl.png and /dev/null differ
diff --git a/silkline/img/b_nextpage.png b/silkline/img/b_nextpage.png
deleted file mode 100644
index e252606d3..000000000
Binary files a/silkline/img/b_nextpage.png and /dev/null differ
diff --git a/silkline/img/b_pdfdoc.png b/silkline/img/b_pdfdoc.png
deleted file mode 100644
index 8f8095e46..000000000
Binary files a/silkline/img/b_pdfdoc.png and /dev/null differ
diff --git a/silkline/img/b_plus.png b/silkline/img/b_plus.png
deleted file mode 100644
index 72299f033..000000000
Binary files a/silkline/img/b_plus.png and /dev/null differ
diff --git a/silkline/img/b_prevpage.png b/silkline/img/b_prevpage.png
deleted file mode 100644
index 18f9cc109..000000000
Binary files a/silkline/img/b_prevpage.png and /dev/null differ
diff --git a/silkline/img/b_primary.png b/silkline/img/b_primary.png
deleted file mode 100644
index 34e23e24e..000000000
Binary files a/silkline/img/b_primary.png and /dev/null differ
diff --git a/silkline/img/b_print.png b/silkline/img/b_print.png
deleted file mode 100644
index 25956167d..000000000
Binary files a/silkline/img/b_print.png and /dev/null differ
diff --git a/silkline/img/b_props.png b/silkline/img/b_props.png
deleted file mode 100644
index 807b862cf..000000000
Binary files a/silkline/img/b_props.png and /dev/null differ
diff --git a/silkline/img/b_relations.png b/silkline/img/b_relations.png
deleted file mode 100644
index 28b8505c0..000000000
Binary files a/silkline/img/b_relations.png and /dev/null differ
diff --git a/silkline/img/b_save.png b/silkline/img/b_save.png
deleted file mode 100644
index c353e05af..000000000
Binary files a/silkline/img/b_save.png and /dev/null differ
diff --git a/silkline/img/b_sbrowse.png b/silkline/img/b_sbrowse.png
deleted file mode 100644
index 71e716490..000000000
Binary files a/silkline/img/b_sbrowse.png and /dev/null differ
diff --git a/silkline/img/b_sdb.png b/silkline/img/b_sdb.png
deleted file mode 100644
index 5fdde7d77..000000000
Binary files a/silkline/img/b_sdb.png and /dev/null differ
diff --git a/silkline/img/b_search.png b/silkline/img/b_search.png
deleted file mode 100644
index cf3d97f75..000000000
Binary files a/silkline/img/b_search.png and /dev/null differ
diff --git a/silkline/img/b_selboard.png b/silkline/img/b_selboard.png
deleted file mode 100644
index c30cf5989..000000000
Binary files a/silkline/img/b_selboard.png and /dev/null differ
diff --git a/silkline/img/b_select.png b/silkline/img/b_select.png
deleted file mode 100644
index f6b74cc40..000000000
Binary files a/silkline/img/b_select.png and /dev/null differ
diff --git a/silkline/img/b_sql.png b/silkline/img/b_sql.png
deleted file mode 100644
index 0c76bd129..000000000
Binary files a/silkline/img/b_sql.png and /dev/null differ
diff --git a/silkline/img/b_sqldoc.png b/silkline/img/b_sqldoc.png
deleted file mode 100644
index 693709cbc..000000000
Binary files a/silkline/img/b_sqldoc.png and /dev/null differ
diff --git a/silkline/img/b_sqlhelp.png b/silkline/img/b_sqlhelp.png
deleted file mode 100644
index 779ad58ef..000000000
Binary files a/silkline/img/b_sqlhelp.png and /dev/null differ
diff --git a/silkline/img/b_tblanalyse.png b/silkline/img/b_tblanalyse.png
deleted file mode 100644
index decac8a62..000000000
Binary files a/silkline/img/b_tblanalyse.png and /dev/null differ
diff --git a/silkline/img/b_tblexport.png b/silkline/img/b_tblexport.png
deleted file mode 100644
index 04dd7fd3b..000000000
Binary files a/silkline/img/b_tblexport.png and /dev/null differ
diff --git a/silkline/img/b_tblimport.png b/silkline/img/b_tblimport.png
deleted file mode 100644
index be62faaaa..000000000
Binary files a/silkline/img/b_tblimport.png and /dev/null differ
diff --git a/silkline/img/b_tblops.png b/silkline/img/b_tblops.png
deleted file mode 100644
index 5c8213fef..000000000
Binary files a/silkline/img/b_tblops.png and /dev/null differ
diff --git a/silkline/img/b_tbloptimize.png b/silkline/img/b_tbloptimize.png
deleted file mode 100644
index cfc2702ac..000000000
Binary files a/silkline/img/b_tbloptimize.png and /dev/null differ
diff --git a/silkline/img/b_tipp.png b/silkline/img/b_tipp.png
deleted file mode 100644
index d22fde8ba..000000000
Binary files a/silkline/img/b_tipp.png and /dev/null differ
diff --git a/silkline/img/b_unique.png b/silkline/img/b_unique.png
deleted file mode 100644
index b88c85789..000000000
Binary files a/silkline/img/b_unique.png and /dev/null differ
diff --git a/silkline/img/b_usradd.png b/silkline/img/b_usradd.png
deleted file mode 100644
index deae99bcf..000000000
Binary files a/silkline/img/b_usradd.png and /dev/null differ
diff --git a/silkline/img/b_usrcheck.png b/silkline/img/b_usrcheck.png
deleted file mode 100644
index 0468cf08f..000000000
Binary files a/silkline/img/b_usrcheck.png and /dev/null differ
diff --git a/silkline/img/b_usrdrop.png b/silkline/img/b_usrdrop.png
deleted file mode 100644
index acbb5630e..000000000
Binary files a/silkline/img/b_usrdrop.png and /dev/null differ
diff --git a/silkline/img/b_usredit.png b/silkline/img/b_usredit.png
deleted file mode 100644
index c1974cda7..000000000
Binary files a/silkline/img/b_usredit.png and /dev/null differ
diff --git a/silkline/img/b_usrlist.png b/silkline/img/b_usrlist.png
deleted file mode 100644
index 7fb4e1f1e..000000000
Binary files a/silkline/img/b_usrlist.png and /dev/null differ
diff --git a/silkline/img/b_view.png b/silkline/img/b_view.png
deleted file mode 100644
index f6b74cc40..000000000
Binary files a/silkline/img/b_view.png and /dev/null differ
diff --git a/silkline/img/b_views.png b/silkline/img/b_views.png
deleted file mode 100644
index aeaa88953..000000000
Binary files a/silkline/img/b_views.png and /dev/null differ
diff --git a/silkline/img/bd_browse.png b/silkline/img/bd_browse.png
deleted file mode 100644
index c6cf4c587..000000000
Binary files a/silkline/img/bd_browse.png and /dev/null differ
diff --git a/silkline/img/bd_deltbl.png b/silkline/img/bd_deltbl.png
deleted file mode 100644
index 3717521e5..000000000
Binary files a/silkline/img/bd_deltbl.png and /dev/null differ
diff --git a/silkline/img/bd_empty.png b/silkline/img/bd_empty.png
deleted file mode 100644
index 30f53eb83..000000000
Binary files a/silkline/img/bd_empty.png and /dev/null differ
diff --git a/silkline/img/bd_firstpage.png b/silkline/img/bd_firstpage.png
deleted file mode 100644
index f109b1bd2..000000000
Binary files a/silkline/img/bd_firstpage.png and /dev/null differ
diff --git a/silkline/img/bd_ftext.png b/silkline/img/bd_ftext.png
deleted file mode 100644
index 280fd442b..000000000
Binary files a/silkline/img/bd_ftext.png and /dev/null differ
diff --git a/silkline/img/bd_index.png b/silkline/img/bd_index.png
deleted file mode 100644
index 6723745ed..000000000
Binary files a/silkline/img/bd_index.png and /dev/null differ
diff --git a/silkline/img/bd_lastpage.png b/silkline/img/bd_lastpage.png
deleted file mode 100644
index a377b52c3..000000000
Binary files a/silkline/img/bd_lastpage.png and /dev/null differ
diff --git a/silkline/img/bd_nextpage.png b/silkline/img/bd_nextpage.png
deleted file mode 100644
index bc4419c7e..000000000
Binary files a/silkline/img/bd_nextpage.png and /dev/null differ
diff --git a/silkline/img/bd_prevpage.png b/silkline/img/bd_prevpage.png
deleted file mode 100644
index f7d417209..000000000
Binary files a/silkline/img/bd_prevpage.png and /dev/null differ
diff --git a/silkline/img/bd_primary.png b/silkline/img/bd_primary.png
deleted file mode 100644
index f7410fb13..000000000
Binary files a/silkline/img/bd_primary.png and /dev/null differ
diff --git a/silkline/img/bd_sbrowse.png b/silkline/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/silkline/img/bd_sbrowse.png and /dev/null differ
diff --git a/silkline/img/bd_select.png b/silkline/img/bd_select.png
deleted file mode 100644
index 3c7528dfb..000000000
Binary files a/silkline/img/bd_select.png and /dev/null differ
diff --git a/silkline/img/bd_unique.png b/silkline/img/bd_unique.png
deleted file mode 100644
index 4333a63fa..000000000
Binary files a/silkline/img/bd_unique.png and /dev/null differ
diff --git a/silkline/img/dot_black.png b/silkline/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/silkline/img/dot_black.png and /dev/null differ
diff --git a/silkline/img/dot_blue.png b/silkline/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/silkline/img/dot_blue.png and /dev/null differ
diff --git a/silkline/img/dot_green.png b/silkline/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/silkline/img/dot_green.png and /dev/null differ
diff --git a/silkline/img/dot_red.png b/silkline/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/silkline/img/dot_red.png and /dev/null differ
diff --git a/silkline/img/dot_violet.png b/silkline/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/silkline/img/dot_violet.png and /dev/null differ
diff --git a/silkline/img/dot_yellow.png b/silkline/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/silkline/img/dot_yellow.png and /dev/null differ
diff --git a/silkline/img/frm_linevrlt.png b/silkline/img/frm_linevrlt.png
deleted file mode 100644
index 5a3cb83a3..000000000
Binary files a/silkline/img/frm_linevrlt.png and /dev/null differ
diff --git a/silkline/img/item.png b/silkline/img/item.png
deleted file mode 100644
index bc4faa709..000000000
Binary files a/silkline/img/item.png and /dev/null differ
diff --git a/silkline/img/item_ltr.png b/silkline/img/item_ltr.png
deleted file mode 100644
index 4c8b5c6aa..000000000
Binary files a/silkline/img/item_ltr.png and /dev/null differ
diff --git a/silkline/img/item_rtl.png b/silkline/img/item_rtl.png
deleted file mode 100644
index 274114401..000000000
Binary files a/silkline/img/item_rtl.png and /dev/null differ
diff --git a/silkline/img/logo_background.png b/silkline/img/logo_background.png
deleted file mode 100644
index a23bbfd0d..000000000
Binary files a/silkline/img/logo_background.png and /dev/null differ
diff --git a/silkline/img/logo_left.png b/silkline/img/logo_left.png
deleted file mode 100644
index 98ceb6a59..000000000
Binary files a/silkline/img/logo_left.png and /dev/null differ
diff --git a/silkline/img/logo_right.png b/silkline/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/silkline/img/logo_right.png and /dev/null differ
diff --git a/silkline/img/php_sym.png b/silkline/img/php_sym.png
deleted file mode 100644
index 7868a2594..000000000
Binary files a/silkline/img/php_sym.png and /dev/null differ
diff --git a/silkline/img/phpmyadmin.gif b/silkline/img/phpmyadmin.gif
deleted file mode 100644
index adb220adf..000000000
Binary files a/silkline/img/phpmyadmin.gif and /dev/null differ
diff --git a/silkline/img/pma_logo2.png b/silkline/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/silkline/img/pma_logo2.png and /dev/null differ
diff --git a/silkline/img/s_asc.png b/silkline/img/s_asc.png
deleted file mode 100644
index db58cbdfb..000000000
Binary files a/silkline/img/s_asc.png and /dev/null differ
diff --git a/silkline/img/s_asci.png b/silkline/img/s_asci.png
deleted file mode 100644
index 813f712f7..000000000
Binary files a/silkline/img/s_asci.png and /dev/null differ
diff --git a/silkline/img/s_attention.png b/silkline/img/s_attention.png
deleted file mode 100644
index c37bd062e..000000000
Binary files a/silkline/img/s_attention.png and /dev/null differ
diff --git a/silkline/img/s_cancel.png b/silkline/img/s_cancel.png
deleted file mode 100644
index 7ecdd8217..000000000
Binary files a/silkline/img/s_cancel.png and /dev/null differ
diff --git a/silkline/img/s_cancel2.png b/silkline/img/s_cancel2.png
deleted file mode 100644
index 5a8081496..000000000
Binary files a/silkline/img/s_cancel2.png and /dev/null differ
diff --git a/silkline/img/s_db.png b/silkline/img/s_db.png
deleted file mode 100644
index 3d09261a2..000000000
Binary files a/silkline/img/s_db.png and /dev/null differ
diff --git a/silkline/img/s_desc.png b/silkline/img/s_desc.png
deleted file mode 100644
index 9b23c06d7..000000000
Binary files a/silkline/img/s_desc.png and /dev/null differ
diff --git a/silkline/img/s_error.png b/silkline/img/s_error.png
deleted file mode 100644
index 2ecf71d96..000000000
Binary files a/silkline/img/s_error.png and /dev/null differ
diff --git a/silkline/img/s_error2.png b/silkline/img/s_error2.png
deleted file mode 100644
index a064d8b67..000000000
Binary files a/silkline/img/s_error2.png and /dev/null differ
diff --git a/silkline/img/s_fulltext.png b/silkline/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/silkline/img/s_fulltext.png and /dev/null differ
diff --git a/silkline/img/s_host.png b/silkline/img/s_host.png
deleted file mode 100644
index 720a237c7..000000000
Binary files a/silkline/img/s_host.png and /dev/null differ
diff --git a/silkline/img/s_info.png b/silkline/img/s_info.png
deleted file mode 100644
index 12cd1aef9..000000000
Binary files a/silkline/img/s_info.png and /dev/null differ
diff --git a/silkline/img/s_lang.png b/silkline/img/s_lang.png
deleted file mode 100644
index 39433cf78..000000000
Binary files a/silkline/img/s_lang.png and /dev/null differ
diff --git a/silkline/img/s_loggoff.png b/silkline/img/s_loggoff.png
deleted file mode 100644
index 6383910a5..000000000
Binary files a/silkline/img/s_loggoff.png and /dev/null differ
diff --git a/silkline/img/s_notice.png b/silkline/img/s_notice.png
deleted file mode 100644
index c37bd062e..000000000
Binary files a/silkline/img/s_notice.png and /dev/null differ
diff --git a/silkline/img/s_okay.png b/silkline/img/s_okay.png
deleted file mode 100644
index c1cbfbe9d..000000000
Binary files a/silkline/img/s_okay.png and /dev/null differ
diff --git a/silkline/img/s_partialtext.png b/silkline/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/silkline/img/s_partialtext.png and /dev/null differ
diff --git a/silkline/img/s_passwd.png b/silkline/img/s_passwd.png
deleted file mode 100644
index 116aa5b7f..000000000
Binary files a/silkline/img/s_passwd.png and /dev/null differ
diff --git a/silkline/img/s_process.png b/silkline/img/s_process.png
deleted file mode 100644
index 67de2c6cc..000000000
Binary files a/silkline/img/s_process.png and /dev/null differ
diff --git a/silkline/img/s_really.png b/silkline/img/s_really.png
deleted file mode 100644
index da0f70151..000000000
Binary files a/silkline/img/s_really.png and /dev/null differ
diff --git a/silkline/img/s_reload.png b/silkline/img/s_reload.png
deleted file mode 100644
index ab92010c2..000000000
Binary files a/silkline/img/s_reload.png and /dev/null differ
diff --git a/silkline/img/s_rights.png b/silkline/img/s_rights.png
deleted file mode 100644
index 257f111ca..000000000
Binary files a/silkline/img/s_rights.png and /dev/null differ
diff --git a/silkline/img/s_status.png b/silkline/img/s_status.png
deleted file mode 100644
index 01e933a61..000000000
Binary files a/silkline/img/s_status.png and /dev/null differ
diff --git a/silkline/img/s_tbl.png b/silkline/img/s_tbl.png
deleted file mode 100644
index abcd93689..000000000
Binary files a/silkline/img/s_tbl.png and /dev/null differ
diff --git a/silkline/img/s_theme.png b/silkline/img/s_theme.png
deleted file mode 100644
index ec0bd8366..000000000
Binary files a/silkline/img/s_theme.png and /dev/null differ
diff --git a/silkline/img/s_vars.png b/silkline/img/s_vars.png
deleted file mode 100644
index 8e83281c5..000000000
Binary files a/silkline/img/s_vars.png and /dev/null differ
diff --git a/silkline/img/s_views.png b/silkline/img/s_views.png
deleted file mode 100644
index 1574b6aa0..000000000
Binary files a/silkline/img/s_views.png and /dev/null differ
diff --git a/silkline/img/s_warn.png b/silkline/img/s_warn.png
deleted file mode 100644
index 628cf2dae..000000000
Binary files a/silkline/img/s_warn.png and /dev/null differ
diff --git a/silkline/img/silkline_light.png b/silkline/img/silkline_light.png
deleted file mode 100644
index 6e8033b88..000000000
Binary files a/silkline/img/silkline_light.png and /dev/null differ
diff --git a/silkline/img/spacer.png b/silkline/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/silkline/img/spacer.png and /dev/null differ
diff --git a/silkline/img/tbl_error.png b/silkline/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/silkline/img/tbl_error.png and /dev/null differ
diff --git a/silkline/img/tbl_header.png b/silkline/img/tbl_header.png
deleted file mode 100644
index 7b2f8caaf..000000000
Binary files a/silkline/img/tbl_header.png and /dev/null differ
diff --git a/silkline/img/tbl_th.png b/silkline/img/tbl_th.png
deleted file mode 100644
index 2aa0eb8d0..000000000
Binary files a/silkline/img/tbl_th.png and /dev/null differ
diff --git a/silkline/img/vertical_line.png b/silkline/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/silkline/img/vertical_line.png and /dev/null differ
diff --git a/silkline/img/window-new.png b/silkline/img/window-new.png
deleted file mode 100644
index 2e945076c..000000000
Binary files a/silkline/img/window-new.png and /dev/null differ
diff --git a/silkline/info.inc.php b/silkline/info.inc.php
deleted file mode 100644
index 15ba7e8ec..000000000
--- a/silkline/info.inc.php
+++ /dev/null
@@ -1,21 +0,0 @@
-
diff --git a/silkline/layout.inc.php b/silkline/layout.inc.php
deleted file mode 100644
index a12542feb..000000000
--- a/silkline/layout.inc.php
+++ /dev/null
@@ -1,58 +0,0 @@
- '#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/silkline/screen.png b/silkline/screen.png
deleted file mode 100644
index 77ed28776..000000000
Binary files a/silkline/screen.png and /dev/null differ
diff --git a/smooth_yellow/css/theme_left.css.php b/smooth_yellow/css/theme_left.css.php
deleted file mode 100644
index 400bb6819..000000000
--- a/smooth_yellow/css/theme_left.css.php
+++ /dev/null
@@ -1,275 +0,0 @@
-getImgPath();
-
- // 2007-08-24 (mkkeck)
- // Get font-sizes
- if (isset($GLOBALS['PMA_Config']) && $GLOBALS['PMA_Config']->get('fontsize') !== null) {
- $pma_fsize = $GLOBALS['PMA_Config']->get('fontsize');
- } else if (isset($_SESSION['PMA_Config']) && $_SESSION['PMA_Config']->get('fontsize')) {
- $pma_fsize = $_SESSION['PMA_Config']->get('fontsize');
- } else {
- if (isset($_COOKIE['pma_fontsize'])) {
- $pma_fsize = $_COOKIE['pma_fontsize'];
- }
- }
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- if (!empty($pma_fsize)) {
- $pma_fsize = ($pma_fsize * 0.01);
- } else {
- $pma_fsize = 1;
- }
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- }
- if (!isset($usr_fsize)) {
- $usr_fsize = 11;
- }
- if ( isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix']) ) {
- $funit = strtolower($GLOBALS['cfg']['FontSizePrefix']);
- }
- if (!isset($funit) || ($funit!='px' && $funit != 'pt')) {
- $funit = 'px';
- }
- $fsize = ($usr_fsize - 2);
- if ($pma_fsize) {
- $fsize = number_format( (intval($usr_fsize) * $pma_fsize), 0 );
- }
-
-?>
-/******************************************************************************/
-/* general tags */
-html, td, body {
-
- font-family: ;
-
- font-size: ;
-}
-body {
- background: ;
- background-image: url('wbg_left.jpg');
- background-repeat: repeat-y;
- background-position: 0px 0px;
- color: ;
-
- font-family: ;
-
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 15px;
- padding-right: 10px;
-}
-p, h1, h2, h3, form {
- margin: 0px;
- padding: 0px;
-}
-
-a img { border: none; }
-form { display: inline; }
-select { width: 100%; }
-select optgroup, select option { font-style: normal; }
-button { display: inline; }
-
-/******************************************************************************/
-/* classes */
-
-/* leave some space between icons and text */
-.icon {
- margin-left: 1px;
- margin-right: 1px;
- vertical-align: middle;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- border-bottom: 1px solid ;
- margin-bottom: 1px;
- padding-bottom: 1px;
-}
-div#pmalogo, div#leftframelinks { text-align: center; }
-div#databaseList { text-align: left; }
-
-div#leftframelinks .icon {
- margin: 0;
- padding: 0;
-}
-
-div#leftframelinks a img.icon {
- border: 1px none ;
- margin: 0;
- padding: 2px;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- font-size: 95%;
- margin: 0;
- padding: 0;
-}
-
-/* leftdatabaselist */
-div#left_tableList ul {
- background: ;
- font-size: 95%;
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-div#left_tableList ul li.marked, div#left_tableList ul li.marked a,
-div#left_tableList ul li.marked ul li.marked, div#left_tableList ul li.marked ul li.marked a {
- background: ;
- color: ;
-}
-div#left_tableList ul li.marked ul, div#left_tableList ul li.marked ul li, div#left_tableList ul li.marked ul a {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover{
- background: ;
- color: ;
-}
-div#left_tableList ul li:hover, div#left_tableList ul li:hover a, div#left_tableList ul li a:hover,
-div#left_tableList ul li:hover ul li:hover, div#left_tableList ul li:hover ul li:hover a, div#left_tableList ul li ul li a:hover {
- background: ;
- color: ;
-}
-
-div#left_tableList ul li.marked a:hover, div#left_tableList ul li.marked ul li.marked a:hover {
- background: ;
- color: ;
-}
-
-div#left_tableList ul li:hover ul, div#left_tableList ul li:hover ul li,div#left_tableList ul li:hover ul a {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- background: ;
- border-bottom: 1px none ;
- border-left: 1px none ;
- color: ;
- margin-left: 0;
- padding-left: 15px;
- padding-bottom: 1px;
-}
-
-ul#databaseList, ul#databaseList ul {
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#databaseList li {
- border-bottom: 1px solid #4a2e00;
- font-weight: bold;
- list-style: none;
- margin: 2px 0px 2px 0px;
- padding: 0px 0px 2px 0px;
- white-space: nowrap;
-}
-ul#databaseList li ul li {
- border-bottom: none;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#databaseList {
- background-color: ;
- color: #4a2e00;
-}
-ul#databaseList a:link, ul#databaseList a:active, ul#databaseList a:visited {
- background-color: ;
- background-image: url('b_sdb.png');
- background-position: ;
- background-repeat: no-repeat;
- color: ;
- font-weight: normal;
- padding-: 12px;
- text-decoration: none;
-}
-
-ul#databaseList a:hover,
-ul#databaseList > li:hover > a, ul#databaseList > ul li:hover > a {
- background-color: ;
- color: ;
-}
-
-ul#databaseList a:hover { text-decoration: underline; }
-
-
diff --git a/smooth_yellow/css/theme_print.css.php b/smooth_yellow/css/theme_print.css.php
deleted file mode 100644
index 2b09718fc..000000000
--- a/smooth_yellow/css/theme_print.css.php
+++ /dev/null
@@ -1,122 +0,0 @@
-get('fontsize') !== null) {
- $pma_fsize = $GLOBALS['PMA_Config']->get('fontsize');
- } else if (isset($_SESSION['PMA_Config']) && $_SESSION['PMA_Config']->get('fontsize')) {
- $pma_fsize = $_SESSION['PMA_Config']->get('fontsize');
- } else {
- if (isset($_COOKIE['pma_fontsize'])) {
- $pma_fsize = $_COOKIE['pma_fontsize'];
- }
- }
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- if (!empty($pma_fsize)) {
- $pma_fsize = ($pma_fsize * 0.01);
- } else {
- $pma_fsize = 1;
- }
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- $fsize = ceil($usr_fsize * $pma_fsize)
- . ( (isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix'])) ? $GLOBALS['cfg']['FontSizePrefix'] : 'pt' );
- } else
- $fsize = $_SESSION['PMA_Config']->get('fontsize');
-?>
-html {
- font-size: ;
-}
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-
- font-family: ;
-
- font-size: ;
-}
-
-
-a:link, a:visited, a:active {
- color: #696ab5;
- font-weight: bold;
- text-decoration: none;
-}
-a:hover {
- color: #585880;
- text-decoration: none;
-}
-
-h1, h2, h3 { font-weight: bold; }
-h1 { font-size: 130%; }
-h2 { font-size: 120%; }
-h3 { font-size: 110%; }
-
-img { border: none; }
-
-table, th, td {
- border-width: 1px;
- border-color: #000000;
- border-style: solid;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-th, td { padding: 2px; }
-th {
- background-color: #e5e5e5;
- color: #585880;
- font-weight: bold;
-}
-table tr.odd th, table tr.odd td,
-table tr.even th, table tr.even td, .even {
- text-align: ;
-}
-table tr.hover th, table tr.odd:hover th, table tr.even:hover th {
- background: ;
- color: ;
-}
-table tr.hover td, table tr.odd:hover td, table tr.even:hover td {
- color: #000000;
- background-color: ;
-}
-table td table {
- margin: 0px;
- padding: 0px;
- width: auto;
-}
-table td table, table td table td, table td table th {
- border: 1px none #999999;
-}
-table td table td, table td table th {
- font-size: 95%;
- white-space: nowrap;
-}
-
-#serverinfo {
- background-color: #ffffff;
- font-weight: bold;
- padding: 5px 5px 5px 5px;
- margin-top: 0px;
- white-space: nowrap;
- vertical-align: middle;
- border-bottom: 1px solid #585880;
- height: 16px;
-}
-#serverinfo .item { white-space: nowrap; }
-#serverinfo img { margin: 0px 1px 0px 1px; }
-#serverinfo .separator img {
- width: 9px;
- height: 11px;
- margin: 0px 2px 0px 2px;
- vertical-align: middle;
-}
-
-#selflink { display: none; }
diff --git a/smooth_yellow/css/theme_right.css.php b/smooth_yellow/css/theme_right.css.php
deleted file mode 100644
index 908013e4a..000000000
--- a/smooth_yellow/css/theme_right.css.php
+++ /dev/null
@@ -1,1109 +0,0 @@
-getImgPath();
-
- // 2007-08-24 (mkkeck)
- // Get font-sizes
- if (isset($GLOBALS['PMA_Config']) && $GLOBALS['PMA_Config']->get('fontsize') !== null) {
- $pma_fsize = $GLOBALS['PMA_Config']->get('fontsize');
- } else if (isset($_SESSION['PMA_Config']) && $_SESSION['PMA_Config']->get('fontsize')) {
- $pma_fsize = $_SESSION['PMA_Config']->get('fontsize');
- } else {
- if (isset($_COOKIE['pma_fontsize'])) {
- $pma_fsize = $_COOKIE['pma_fontsize'];
- }
- }
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- if (!empty($pma_fsize)) {
- $pma_fsize = ($pma_fsize * 0.01);
- } else {
- $pma_fsize = 1;
- }
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- }
- if (!isset($usr_fsize)) {
- $usr_fsize = 11;
- }
- if ( isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix']) ) {
- $funit = strtolower($GLOBALS['cfg']['FontSizePrefix']);
- }
- if (!isset($funit) || ($funit!='px' && $funit != 'pt')) {
- $funit = 'pt';
- }
- $fsize = $usr_fsize;
- if ($pma_fsize) {
- $fsize = number_format( (intval($usr_fsize) * $pma_fsize), 0 );
- }
-
- // mkkeck: 2007-05-10
- // Get the file name for the css-style
- // TODO:
- // replace on /libraries/header_meta_style.inc.php
- // echo '';
- // with the folow lines
- // echo '';
-
- // default file
- $tmp_css_type = '';
- if (isset($_REQUEST['type'])) {
- if (stristr($_REQUEST['type'], 'main')) {
- // main window
- $tmp_css_type = 'main';
- } else if (stristr($_REQUEST['type'], 'querywin')) {
- // query window
- $tmp_css_type = 'popup';
- } else if (stristr($_REQUEST['type'], 'inline')) {
- // inline popup
- $tmp_css_type = 'inline';
- }
- }
- if (empty($tmp_css_type)) {
- if (isset($_SERVER['HTTP_REFERER']) && !empty($_SERVER['HTTP_REFERER'])) {
- if (stristr($_SERVER['HTTP_REFERER'], 'querywindow.php')) {
- // query window
- $tmp_css_type = 'popup';
- } else if (stristr($_SERVER['HTTP_REFERER'], 'tinymce.php') || stristr($_SERVER['HTTP_REFERER'], 'timestamp.php') || stristr($_SERVER['HTTP_REFERER'], 'calendar.php')) {
- // inline popup
- $tmp_css_type = 'inline';
- } else if (stristr($_SERVER['HTTP_REFERER'], 'main.php')) {
- // main window
- $tmp_css_type = 'main';
- }
- }
- }
- if (empty($tmp_css_type)) {
- $tmp_css_type = 'browse';
- }
- if (isset($GLOBALS['cfg']['LightTabs']) && $GLOBALS['cfg']['LightTabs']) {
- $tmp_css_type = '';
- }
-
- // Check Fonts
- $font_family = 'sans-serif';
- $font_fixed = 'mono-space';
- if (isset($GLOBALS['cfg']['FontFamily']) && !empty($GLOBALS['cfg']['FontFamily'])) {
- $font_family = $GLOBALS['cfg']['FontFamily'];
- $font_fixed = $GLOBALS['cfg']['FontFamily'];
- }
- if (isset($GLOBALS['cfg']['FontFamilyFixed']) && !empty($GLOBALS['cfg']['FontFamilyFixed'])) {
- $font_fixed = $GLOBALS['cfg']['FontFamilyFixed'];
- }
-
-?>
-/* BASICS */
-html, body, td, th {
- font-family: ;
- font-size: ;
-}
-body {
- background: ;
-
- background-attachment: fixed;
- background-image: url('wbg_right.jpg');
- background-position: 100% 100%;
- background-repeat: no-repeat;
-
- color: ;
-
- margin: 65px 5px 5px 5px;
-
- margin: 25px 5px 5px 5px;
-
- margin: 0px 0px 0px 0px;
-
- margin: 65px 5px 5px 5px;
-
- padding: 0px 0px 0px 0px;
-}
-button, img, input, select { vertical-align: middle; }
-textarea, tt, pre, code { font-family: ; }
-
-a:link, a:visited, a:active {
- color: #4a2e00;
- font-weight: bold;
- text-decoration: none;
-}
-a:hover {
- color: #610505;
- text-decoration: none;
-}
-a img { border: none; }
-button { display: inline; }
-h1, h2, h3 { font-weight: bold; }
-h1 { font-size: ; }
-h2 { font-size: ; }
-h3 { font-size: ; }
-
-img.icon {
- margin-left: ;
- margin-right: ;
-}
-img.lightbulb { cursor: pointer; }
-dfn, dfn:hover { font-style: normal; }
-dfn:hover { cursor: url('b_info.png'), default; }
-hr {
- color: #4a2e00;
- background: #4a2e00;
- border: 1px none #4a2e00;
- height: 1px;
- margin-bottom: ;
- margin-top: ;
-}
-
-/* TABLES */
-table caption, table th, table td {
- padding: ;
- vertical-align: top;
-}
-table tr.odd th, table tr.odd td, .odd {
- background: ;
-}
-table tr.even th, table tr.even td, .even {
- background: ;
-}
-table tr.odd th, table tr.odd td,
-table tr.even th, table tr.even td, .even {
- text-align: ;
-}
-table tr.marked th, table tr.marked td, .marked {
- background: ;
- color: ;
-}
-.odd:hover, .even:hover, .hover {
- background: ;
- color: ;
-}
-table tr.hover th, table tr.hover td, table tr.odd:hover th, table tr.even:hover th, table tr.odd:hover td, table tr.even:hover td {
- background: ;
- color: ;
-}
-tr.condition th, tr.condition td, td.condition, th.condition {
- border: 1px solid ;
-}
-table [class=value] {
- white-space: normal;
-}
-td img.icon, th img.icon { margin: 0px 0px 0px 0px; }
-.odd .value, .even .value, .marked .value {
- text-align: ;
-}
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-table caption.tblHeaders, th.tblHeaders { background-image: url('tbg_th0.png'); }
-thead th { background-image: url('tbg_th1.png'); }
-
-/* end TABLES */
-
-/* FORMS */
-form {
- display: inline;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-fieldset {
- background: transparent;
- border: 1px solid #4a2e00;
- margin-top: ;
- padding: ;
-
-}
-fieldset fieldset {
- background: transparent;
- margin: ;
-}
-fieldset legend, fieldset fieldset legend {
- background-position: left top;
- background-repeat: repeat-x;
- border: 1px solid #4a2e00;
- color: ;
- margin-bottom: ;
- padding: ;
-}
-fieldset legend {
- background-color: ;
- background-image: url('tbg_th0.png');
- color: ;
-}
-fieldset fieldset legend {
- background-color: ;
- background-image: url('tbg_th1.png');
- color: ;
-}
-fieldset legend a:link, fieldset legend a:active, fieldset legend a:visited {
- color: #4a2e00;
-}
-fieldset.tblFooters {
- background-color: ;
- background-image: url('tbg_th3.png');
- background-position: left bottom;
- background-repeat: repeat-x;
- border-bottom: 1px solid #4a2e00;
- border-left: 1px solid #4a2e00;
- border-right: 1px solid #4a2e00;
- border-top: none;
- clear: both;
- color: ;
- float: none;
- margin-top: 0px;
- margin-bottom: ;
- text-align: center;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 15px;
- /* IE */
- white-space: nowrap;
-}
-fieldset div[class=formelement] {
- white-space: normal;
-}
-fieldset#exportoptions {
- white-space: nowrap;
- width: 25%;
-}
-button.mult_submit {
- background-color: transparent;
- border: none;
-}
-
-
-.value {
- font-family: ;
- white-space: normal;
-}
-.value .attention { color: #990000; }
-.value .allfine { color: #006600; }
-
-
-
-/* PDF */
-.pdflayout {
- background-color: #ffffff;
- border: 1px solid #4a2e00;
- clip: inherit;
- display: none;
- overflow: hidden;
- position: relative;
-}
-.pdflayout_table {
- background: ;
- border: 1px dashed #4a2e00;
- clip: inherit;
- color: #000000;
- cursor: move;
- display: inline;
- font-size: ;
- overflow: hidden;
- position: absolute;
- visibility: inherit;
- z-index: 2;
-}
-/* end PDF */
-
-/* PARSER */
-.syntax {
- font-size: ;
-}
-.syntax_comment {
- padding-left: 5px;
- padding-right: 5px;
-}
-.syntax_alpha_columnType, .syntax_alpha_columnAttrib, .syntax_alpha_functionName, .syntax_alpha_reservedWord {
- text-transform: uppercase;
-}
-.syntax_alpha_reservedWord {
- font-weight: bold;
-}
-.syntax_quote {
- white-space: pre;
-}
-/* end PARSER */
-
-
-
-.selectallarrow {
- margin-: 0.3em;
- margin-: 0.6em;
-}
-
-/* MESSAGE BOXES: warning, error, confirmation */
-div.error, div.notice, div.warning, h1.error, h1.notice, h1.warning, p.error, p.notice, p.warning {
- margin: 5px 0px 5px 0px;
-
- background-repeat: no-repeat;
-
- background-position: 5px 5px;
- padding: 5px 5px 5px 25px;
-
- background-position: 99% 5px;
- padding: 5px 25px 5px 5px;
-
-
- padding: 5px 5px 5px 5px;
-
- text-align: ;
-}
-div.notice, h1.notice {
-
- background-image: url('s_notice.png');
-
- border: 1px solid #ffd700;
-}
-.notice {
- background-color: #ffffdd;
- color: #000000;
-}
-.notice h1 {
- border-bottom: 1px solid #ffd700;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
- text-align: ;
-}
-div.warning, h1.warning, p.warning {
-
- background-image: url('s_warn.png');
-
- border: 1px solid #990000;
- text-align: ;
-}
-.warning {
- background-color: #fff0f0;
- color: #990000;
-}
-.warning h1 {
- border-bottom: 1px solid #990000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
-}
-div.error, h1.error {
-
- background-image: url('s_error.png');
-
- border: 1px solid #990000;
-}
-.error h1 {
- border-bottom: 1px solid #990000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
-}
-.error {
- background-color: #fff0f0;
- color: #990000;
-}
-fieldset.confirmation {
- border: 1px solid #990000;
-}
-fieldset.confirmation legend {
- background-color: #990000;
- border: 1px solid #990000;
- color: #ffffff;
- font-weight: bold;
-
- background-image: url('s_really.png');
- background-repeat: no-repeat;
-
- background-position: 1px 50%;
- padding: 2px 2px 2px 25px;
-
- background-position: 97% 50%;
- padding: 2px 25px 2px 2px;
-
-
-}
-.confirmation {
- background-color: #fff0f0;
-}
-.confirmation hr {
- background: #990000;
- border: 1px none #990000;
- color: #990000;
- height: 1px;
- margin-bottom: 5px;
- margin-top: 5px;
-}
-/* end MESSAGE BOXES */
-
-
-.tblcomment {
- color: #000099;
- font-size: ;
- font-weight: normal;
-}
-
-.tblHeaders, th, caption {
- background: ;
- color: ;
- font-weight: bold;
-}
-
-.tblFooters {
- background: ;
- color: ;
- font-weight: normal;
-}
-
-.tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited,
-.tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {
- color: #696ab5;
-}
-
-.tblHeaders a:hover, .tblFooters a:hover {
- color: #333333;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #990000;
- 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;
- color: #666666;
-}
-
-/**
- * login form
- */
-body.loginform h1, body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- margin: 0px auto;
- text-align: ;
- width: 30em;
-}
-
-form.login label {
- float: ;
- font-weight: bolder;
- width: 10em;
-}
-
-/* -- Top-Navi -- */
-#serverinfo {
- background-color: ;
- border-bottom: 1px solid #4a2e00;
- font-weight: bold;
- height: 16px;
- margin-top: 0px;
- padding: 5px 5px 5px 5px;
- white-space: nowrap;
- vertical-align: middle;
-}
-#serverinfo .item { white-space: nowrap; }
-#serverinfo img { margin: 0px 1px 0px 1px; }
-ul#topmenu { list-style-type: none; }
-ul#topmenu li { vertical-align: middle; float: left; }
-#topmenu img {
- margin-: 2px;
- vertical-align: middle;
-}
-.tab, .tabcaution, .tabactive {
- display: block;
- margin: 0px 0px 0px 0px;
- padding: 4px 2px 4px 2px;
- white-space: nowrap;
-}
-span.tab, span.tabcaution { color: #666666; }
-a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited { color: #990000; }
-a.tabcaution:hover {
- color: #ffffff;
- background-color: #990000;
-}
-
-a.tabactive:link, a.tabactive:active, a.tabactive:visited { color: #585880; }
-
-#serverinfo, #topmenucontainer {
-
- position: absolute;
-
- position: fixed;
- width: 100%;
-
-}
-#serverinfo {
-
- left: 0px;
- top: expression(eval(document.documentElement.scrollTop));
- width: 100%;
-
- top: 0px;
- left: 0px;
-
-}
-#serverinfo .separator img {
- width: 9px;
- height: 11px;
- margin: 0px 0px ;
- vertical-align: middle;
-}
-#topmenucontainer {
- background-color: ;
- background-image: url('tbg_nav0.png');
- background-repeat: repeat-x;
- background-position: center bottom;
- border-top: solid #ffffff;
- border-right: none;
- border-bottom: 5px solid #ffffff;
- border-left: none;
- color: #000000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- white-space: nowrap;
-
- left: 0px;
- top: expression(eval(document.documentElement.scrollTop));
- width: expression(eval(document.documentElement.clientWidth));
-
- top: ;
- left: 0px;
-
-}
-#topmenu {
- border: none;
- float: ;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#topmenu li {
- background-color: #333333;
- background-image: url('tbg_nav1.png');
- background-repeat: repeat-x;
- background-position: center top;
- border-bottom: none;
- margin: 0px 0px 0px 0px;
- padding-right: 1px;
-}
-.tab, .tabcaution, .tabactive {
- background-color: ;
- background-repeat: repeat-x;
- background-position: center top;
- border: none;
-}
-.tab, .tabactive, .tabcaution, a.tab:hover, a.tabactive:hover, a.tabcaution:hover {
- margin: 0px 0px 0px 0px;
- padding: 4px 2px 4px 2px;
- text-decoration: none;
-}
-.tab, a.tab:link, a.tab:active, a.tab:visited {
- color: #000000;
- background-color: ;
- background-image: url('tbg_nav0.png');
-}
-a.tab:hover {
- color: #000000;
- background-color: #666666;
- background-image: url('tbg_nav4.png');
-}
-.tabcaution, a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited {
- color: #990000;
- background-color: ;
- background-image: url('tbg_nav0.png');
-}
-a.tabcaution:hover {
- color: #990000;
- background-color: #cc9999;
- background-image: url('tbg_nav3.png');
-}
-a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover {
- color: #000000;
- background-color: ;
- background-image: url('tbg_nav2.png');
-}
-span.tab, span.tabcaution { cursor: url('s_error.png'), default; }
-span.tab img, span.tabcaution img {
-
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-
- -moz-opacity: 0.5;
-
- opacity: 0.5;
-}
-
-
-div.tablepagenav, div.tablepagenav table tr td {
- font-size: ;
- text-align: center;
-}
-div.tablepagenav {
- border-bottom: 1px solid #4a2e00;
- border-top: 1px solid #4a2e00;
- margin-bottom: ;
- margin-top: ;
-}
-div.tablepagenav form {
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-div.tablepagenav table tr td { vertical-align: middle; }
-div.tablepagenav table tr td input, div.tablepagenav table tr td input.textfield {
- font-size: ;
- text-align: center;
-}
-div.tablepagenav table tr td input.textfield { width: 25px; }
-div.tablepagenav table tr td select {
- font-size: ;
-}
-
-/* -- Top-Navi -- */
-
-
-/* CALENDAR */
-table.calendar { width: 100%; }
-table.calendar td {
- background-color: ;
- color: ;
- text-align: center;
-}
-table.calendar td a { display: block; }
-table.calendar td a:hover {
- background-color: ;
- color: ;
-}
-table.calendar th {
- background-color: ;
- color: ;
-}
-table.calendar td.selected {
- background-color: ;
- color: ;
-}
-img.calendar { border: none; }
-#clock_data, form.clock { text-align: center; }
-#clock_data input, form.clock input {
- text-align: center;
- width: 50px;
-}
-/* end CALENDAR */
-
-
-/* table stats */
-div#tablestatistics {
- border-bottom: 1px solid #669999;
- margin-bottom: 5px;
- padding-bottom: 5px;
-}
-div#tablestatistics table {
- float: ;
- margin-bottom: 5px;
- margin-: 5px;
-}
-div#tablestatistics table caption { margin-: 5px; }
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td, #tablespecificuserrights td, #tabledatabases td { vertical-align: middle; }
-/* END server privileges */
-
-
-
-#span_table_comment {
- font-weight: normal;
- font-style: italic;
- white-space: nowrap;
-}
-
-#TooltipContainer {
- font-size: ;
- color: #ffffff;
- background-color: #9eb1cc;
- position: absolute;
- z-index: 99;
- width: ;
- height: auto;
- overflow: auto;
- visibility: hidden;
- border: 1px solid #333333;
- padding: ;
-
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
-
- -moz-opacity: 0.95;
-
- opacity: 0.95;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: 30px 2px 2px 2px;
- padding: 0;
- background-image: none;
- background-color: transparent;
-}
-
-div#querywindowcontainer {
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-div#querywindowcontainer fieldset {
- margin-top: 0;
-}
-/* END querywindow */
-
-
-/* querybox */
-
-div#sqlquerycontainer {
- float: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: none;
- background-position: bottom;
- background-repeat: no-repeat;
- border-bottom: none;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url('item_.png');
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 3px;
- padding-left: 5px;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database { list-style-image: url('b_newdb.png'); }
-li#li_select_lang { list-style-image: url('s_lang.png'); }
-li#li_select_mysql_collation { list-style-image: url('s_asci.png'); }
-li#li_select_mysql_charset { list-style-image: url('s_asci.png'); }
-li#li_select_theme { list-style-image: url('s_theme.png'); }
-li#li_server_info { list-style-image: url('s_host.png'); }
-li#li_user_info { list-style-image: url('b_dbusr.png'); }
-li#li_mysql_status { list-style-image: url('s_status.png'); }
-li#li_mysql_variables { list-style-image: url('s_vars.png'); }
-li#li_mysql_processes { list-style-image: url('s_process.png'); }
-li#li_mysql_collations { list-style-image: url('s_asci.png'); }
-li#li_mysql_engines { list-style-image: url('b_engine.png'); }
-li#li_mysql_binlogs { list-style-image: url('s_tbl.png'); }
-li#li_mysql_databases { list-style-image: url('s_db.png'); }
-li#li_export { list-style-image: url('b_export.png'); }
-li#li_import { list-style-image: url('b_import.png'); }
-li#li_change_password { list-style-image: url('s_passwd.png'); }
-li#li_log_out { list-style-image: url('s_loggoff.png'); }
-li#li_pma_docs { list-style-image: url('b_docs.png'); }
-li#li_phpinfo { list-style-image: url('php_sym.png'); }
-li#li_pma_homepage { list-style-image: url('b_home.png'); }
-li#li_mysql_privilegs { list-style-image: url('s_rights.png'); }
-li#li_switch_dbstats { list-style-image: url('b_dbstatistics.png'); }
-li#li_flush_privileges { list-style-image: url('s_reload.png'); }
-li#li_mysql_proto { list-style-image: url('b_dbsock.png'); }
-li#li_mysql_client_version { list-style-image: url('b_dbclient.png'); }
-li#li_select_fontsize { list-style-image: url('b_fontsize.png'); }
-li#li_used_php_extension { list-style-image: url('b_dbphpext.png'); }
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: em 0.5em 0 0.5em;
- text-align: center;
-}
-#body_browse_foreigners form {
- left: 0px;
- background-color: ;
- margin: 0 0 0 0;
- padding: 0 0 0 0;
-
- position: absolute;
- top: expression(eval(document.documentElement.scrollTop));
-
- position: fixed;
- top: 0px;
-
- width: 100%;
-}
-#body_browse_foreigners, #body_browse_foreigners th, #body_browse_foreigners td {
- font-size: ;
- text-align: ;
-}
-#body_browse_foreigners tfoot th {
- background-color: ;
- background-image: url('tbg_th3.png');
- background-position: left bottom;
-}
-#body_browse_foreigners .formelement {
- float: none; clear: both;
-}
-#body_browse_foreigners fieldset { text-align: center; padding: 0.1em 0.1em 0.1em 0.1em; margin: 0.1em 0.1em 0.1em 0.1em; }
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em none silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order, #div_table_rename, #div_table_copy, #div_table_options {
- clear: both;
- float: none;
- min-width: 48%;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-#buttonGo, #buttonNo, #buttonYes, #submit, #cancel { font-weight: bold; }
-#buttonGo { color: #4a2e00; }
-#buttonNo, #cancel { color: #aa0000; }
-#buttonYes, #submit { color: #006600; }
-#listTable { width: 260px;}
-#textSqlquery { width: 450px; }
-#textSQLDUMP {
- background-color: transparent;
- border: 1px solid #4a2e00;
- color: #333333;
-
- font-family: ;
-
- font-size: 110%;
- width: 99%;
- height: 99%;
-}
\ No newline at end of file
diff --git a/smooth_yellow/img/arrow_ltr.gif b/smooth_yellow/img/arrow_ltr.gif
deleted file mode 100644
index a8f2200ad..000000000
Binary files a/smooth_yellow/img/arrow_ltr.gif and /dev/null differ
diff --git a/smooth_yellow/img/arrow_ltr.png b/smooth_yellow/img/arrow_ltr.png
deleted file mode 100644
index 44d0eb1e4..000000000
Binary files a/smooth_yellow/img/arrow_ltr.png and /dev/null differ
diff --git a/smooth_yellow/img/arrow_rtl.gif b/smooth_yellow/img/arrow_rtl.gif
deleted file mode 100644
index 410b678a0..000000000
Binary files a/smooth_yellow/img/arrow_rtl.gif and /dev/null differ
diff --git a/smooth_yellow/img/arrow_rtl.png b/smooth_yellow/img/arrow_rtl.png
deleted file mode 100644
index 4e3b0bdfd..000000000
Binary files a/smooth_yellow/img/arrow_rtl.png and /dev/null differ
diff --git a/smooth_yellow/img/b_bookmark.png b/smooth_yellow/img/b_bookmark.png
deleted file mode 100644
index f69230031..000000000
Binary files a/smooth_yellow/img/b_bookmark.png and /dev/null differ
diff --git a/smooth_yellow/img/b_browse.png b/smooth_yellow/img/b_browse.png
deleted file mode 100644
index fc1d87337..000000000
Binary files a/smooth_yellow/img/b_browse.png and /dev/null differ
diff --git a/smooth_yellow/img/b_calendar.png b/smooth_yellow/img/b_calendar.png
deleted file mode 100644
index a91715af2..000000000
Binary files a/smooth_yellow/img/b_calendar.png and /dev/null differ
diff --git a/smooth_yellow/img/b_comment.png b/smooth_yellow/img/b_comment.png
deleted file mode 100644
index 488c13d87..000000000
Binary files a/smooth_yellow/img/b_comment.png and /dev/null differ
diff --git a/smooth_yellow/img/b_dbclient.png b/smooth_yellow/img/b_dbclient.png
deleted file mode 100644
index f261e77dc..000000000
Binary files a/smooth_yellow/img/b_dbclient.png and /dev/null differ
diff --git a/smooth_yellow/img/b_dbphpext.png b/smooth_yellow/img/b_dbphpext.png
deleted file mode 100644
index 317890c86..000000000
Binary files a/smooth_yellow/img/b_dbphpext.png and /dev/null differ
diff --git a/smooth_yellow/img/b_dbsock.png b/smooth_yellow/img/b_dbsock.png
deleted file mode 100644
index 302bbdc0c..000000000
Binary files a/smooth_yellow/img/b_dbsock.png and /dev/null differ
diff --git a/smooth_yellow/img/b_dbstatistics.png b/smooth_yellow/img/b_dbstatistics.png
deleted file mode 100644
index 08bf46c6d..000000000
Binary files a/smooth_yellow/img/b_dbstatistics.png and /dev/null differ
diff --git a/smooth_yellow/img/b_dbusr.png b/smooth_yellow/img/b_dbusr.png
deleted file mode 100644
index a9852e8cd..000000000
Binary files a/smooth_yellow/img/b_dbusr.png and /dev/null differ
diff --git a/smooth_yellow/img/b_deltbl.png b/smooth_yellow/img/b_deltbl.png
deleted file mode 100644
index 7a0ec3420..000000000
Binary files a/smooth_yellow/img/b_deltbl.png and /dev/null differ
diff --git a/smooth_yellow/img/b_docs.png b/smooth_yellow/img/b_docs.png
deleted file mode 100644
index 3b775554b..000000000
Binary files a/smooth_yellow/img/b_docs.png and /dev/null differ
diff --git a/smooth_yellow/img/b_docsql.png b/smooth_yellow/img/b_docsql.png
deleted file mode 100644
index 6f3627210..000000000
Binary files a/smooth_yellow/img/b_docsql.png and /dev/null differ
diff --git a/smooth_yellow/img/b_drop.png b/smooth_yellow/img/b_drop.png
deleted file mode 100644
index 7a0ec3420..000000000
Binary files a/smooth_yellow/img/b_drop.png and /dev/null differ
diff --git a/smooth_yellow/img/b_edit.png b/smooth_yellow/img/b_edit.png
deleted file mode 100644
index 9117b4ece..000000000
Binary files a/smooth_yellow/img/b_edit.png and /dev/null differ
diff --git a/smooth_yellow/img/b_empty.png b/smooth_yellow/img/b_empty.png
deleted file mode 100644
index 933f7f886..000000000
Binary files a/smooth_yellow/img/b_empty.png and /dev/null differ
diff --git a/smooth_yellow/img/b_engine.png b/smooth_yellow/img/b_engine.png
deleted file mode 100644
index 46f3c5ab7..000000000
Binary files a/smooth_yellow/img/b_engine.png and /dev/null differ
diff --git a/smooth_yellow/img/b_export.png b/smooth_yellow/img/b_export.png
deleted file mode 100644
index 0b59c8e74..000000000
Binary files a/smooth_yellow/img/b_export.png and /dev/null differ
diff --git a/smooth_yellow/img/b_firstpage.png b/smooth_yellow/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/smooth_yellow/img/b_firstpage.png and /dev/null differ
diff --git a/smooth_yellow/img/b_fontsize.png b/smooth_yellow/img/b_fontsize.png
deleted file mode 100644
index a07631319..000000000
Binary files a/smooth_yellow/img/b_fontsize.png and /dev/null differ
diff --git a/smooth_yellow/img/b_ftext.png b/smooth_yellow/img/b_ftext.png
deleted file mode 100644
index b28d578ac..000000000
Binary files a/smooth_yellow/img/b_ftext.png and /dev/null differ
diff --git a/smooth_yellow/img/b_help.png b/smooth_yellow/img/b_help.png
deleted file mode 100644
index a4f2f4f09..000000000
Binary files a/smooth_yellow/img/b_help.png and /dev/null differ
diff --git a/smooth_yellow/img/b_home.png b/smooth_yellow/img/b_home.png
deleted file mode 100644
index 30e9ff484..000000000
Binary files a/smooth_yellow/img/b_home.png and /dev/null differ
diff --git a/smooth_yellow/img/b_import.png b/smooth_yellow/img/b_import.png
deleted file mode 100644
index 7266b1a96..000000000
Binary files a/smooth_yellow/img/b_import.png and /dev/null differ
diff --git a/smooth_yellow/img/b_index.png b/smooth_yellow/img/b_index.png
deleted file mode 100644
index 654ccf5d7..000000000
Binary files a/smooth_yellow/img/b_index.png and /dev/null differ
diff --git a/smooth_yellow/img/b_info.png b/smooth_yellow/img/b_info.png
deleted file mode 100644
index 391e16799..000000000
Binary files a/smooth_yellow/img/b_info.png and /dev/null differ
diff --git a/smooth_yellow/img/b_insrow.png b/smooth_yellow/img/b_insrow.png
deleted file mode 100644
index 251dd6b2d..000000000
Binary files a/smooth_yellow/img/b_insrow.png and /dev/null differ
diff --git a/smooth_yellow/img/b_lastpage.png b/smooth_yellow/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/smooth_yellow/img/b_lastpage.png and /dev/null differ
diff --git a/smooth_yellow/img/b_minus.png b/smooth_yellow/img/b_minus.png
deleted file mode 100644
index 36500bb08..000000000
Binary files a/smooth_yellow/img/b_minus.png and /dev/null differ
diff --git a/smooth_yellow/img/b_newdb.png b/smooth_yellow/img/b_newdb.png
deleted file mode 100644
index 407746327..000000000
Binary files a/smooth_yellow/img/b_newdb.png and /dev/null differ
diff --git a/smooth_yellow/img/b_newtbl.png b/smooth_yellow/img/b_newtbl.png
deleted file mode 100644
index f798f4276..000000000
Binary files a/smooth_yellow/img/b_newtbl.png and /dev/null differ
diff --git a/smooth_yellow/img/b_nextpage.png b/smooth_yellow/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/smooth_yellow/img/b_nextpage.png and /dev/null differ
diff --git a/smooth_yellow/img/b_pdfdoc.png b/smooth_yellow/img/b_pdfdoc.png
deleted file mode 100644
index 18ff17bf1..000000000
Binary files a/smooth_yellow/img/b_pdfdoc.png and /dev/null differ
diff --git a/smooth_yellow/img/b_plus.png b/smooth_yellow/img/b_plus.png
deleted file mode 100644
index 477710f2f..000000000
Binary files a/smooth_yellow/img/b_plus.png and /dev/null differ
diff --git a/smooth_yellow/img/b_prevpage.png b/smooth_yellow/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/smooth_yellow/img/b_prevpage.png and /dev/null differ
diff --git a/smooth_yellow/img/b_primary.png b/smooth_yellow/img/b_primary.png
deleted file mode 100644
index fa04bff18..000000000
Binary files a/smooth_yellow/img/b_primary.png and /dev/null differ
diff --git a/smooth_yellow/img/b_print.png b/smooth_yellow/img/b_print.png
deleted file mode 100644
index 3e640e8f2..000000000
Binary files a/smooth_yellow/img/b_print.png and /dev/null differ
diff --git a/smooth_yellow/img/b_props.png b/smooth_yellow/img/b_props.png
deleted file mode 100644
index 37c270cd2..000000000
Binary files a/smooth_yellow/img/b_props.png and /dev/null differ
diff --git a/smooth_yellow/img/b_relations.png b/smooth_yellow/img/b_relations.png
deleted file mode 100644
index c4d7aaa77..000000000
Binary files a/smooth_yellow/img/b_relations.png and /dev/null differ
diff --git a/smooth_yellow/img/b_save.png b/smooth_yellow/img/b_save.png
deleted file mode 100644
index 89b337627..000000000
Binary files a/smooth_yellow/img/b_save.png and /dev/null differ
diff --git a/smooth_yellow/img/b_sbrowse.png b/smooth_yellow/img/b_sbrowse.png
deleted file mode 100644
index 56dd0d86b..000000000
Binary files a/smooth_yellow/img/b_sbrowse.png and /dev/null differ
diff --git a/smooth_yellow/img/b_sdb.png b/smooth_yellow/img/b_sdb.png
deleted file mode 100644
index c346ed39d..000000000
Binary files a/smooth_yellow/img/b_sdb.png and /dev/null differ
diff --git a/smooth_yellow/img/b_search.png b/smooth_yellow/img/b_search.png
deleted file mode 100644
index ab5d86c7d..000000000
Binary files a/smooth_yellow/img/b_search.png and /dev/null differ
diff --git a/smooth_yellow/img/b_selboard.png b/smooth_yellow/img/b_selboard.png
deleted file mode 100644
index 5132091b1..000000000
Binary files a/smooth_yellow/img/b_selboard.png and /dev/null differ
diff --git a/smooth_yellow/img/b_select.png b/smooth_yellow/img/b_select.png
deleted file mode 100644
index 3028370b9..000000000
Binary files a/smooth_yellow/img/b_select.png and /dev/null differ
diff --git a/smooth_yellow/img/b_sql.png b/smooth_yellow/img/b_sql.png
deleted file mode 100644
index 87c298cd3..000000000
Binary files a/smooth_yellow/img/b_sql.png and /dev/null differ
diff --git a/smooth_yellow/img/b_sqldoc.png b/smooth_yellow/img/b_sqldoc.png
deleted file mode 100644
index 6f3627210..000000000
Binary files a/smooth_yellow/img/b_sqldoc.png and /dev/null differ
diff --git a/smooth_yellow/img/b_sqlhelp.png b/smooth_yellow/img/b_sqlhelp.png
deleted file mode 100644
index be02b6d29..000000000
Binary files a/smooth_yellow/img/b_sqlhelp.png and /dev/null differ
diff --git a/smooth_yellow/img/b_tblanalyse.png b/smooth_yellow/img/b_tblanalyse.png
deleted file mode 100644
index 822b689dd..000000000
Binary files a/smooth_yellow/img/b_tblanalyse.png and /dev/null differ
diff --git a/smooth_yellow/img/b_tblexport.png b/smooth_yellow/img/b_tblexport.png
deleted file mode 100644
index c1173a59e..000000000
Binary files a/smooth_yellow/img/b_tblexport.png and /dev/null differ
diff --git a/smooth_yellow/img/b_tblimport.png b/smooth_yellow/img/b_tblimport.png
deleted file mode 100644
index 218b63f24..000000000
Binary files a/smooth_yellow/img/b_tblimport.png and /dev/null differ
diff --git a/smooth_yellow/img/b_tblops.png b/smooth_yellow/img/b_tblops.png
deleted file mode 100644
index 7632874df..000000000
Binary files a/smooth_yellow/img/b_tblops.png and /dev/null differ
diff --git a/smooth_yellow/img/b_tbloptimize.png b/smooth_yellow/img/b_tbloptimize.png
deleted file mode 100644
index 20dd8e161..000000000
Binary files a/smooth_yellow/img/b_tbloptimize.png and /dev/null differ
diff --git a/smooth_yellow/img/b_terminal.png b/smooth_yellow/img/b_terminal.png
deleted file mode 100644
index 0948b6b94..000000000
Binary files a/smooth_yellow/img/b_terminal.png and /dev/null differ
diff --git a/smooth_yellow/img/b_tipp.png b/smooth_yellow/img/b_tipp.png
deleted file mode 100644
index 04034bdee..000000000
Binary files a/smooth_yellow/img/b_tipp.png and /dev/null differ
diff --git a/smooth_yellow/img/b_unique.png b/smooth_yellow/img/b_unique.png
deleted file mode 100644
index 310f1cff7..000000000
Binary files a/smooth_yellow/img/b_unique.png and /dev/null differ
diff --git a/smooth_yellow/img/b_usradd.png b/smooth_yellow/img/b_usradd.png
deleted file mode 100644
index aad768617..000000000
Binary files a/smooth_yellow/img/b_usradd.png and /dev/null differ
diff --git a/smooth_yellow/img/b_usrcheck.png b/smooth_yellow/img/b_usrcheck.png
deleted file mode 100644
index 3123ba689..000000000
Binary files a/smooth_yellow/img/b_usrcheck.png and /dev/null differ
diff --git a/smooth_yellow/img/b_usrdrop.png b/smooth_yellow/img/b_usrdrop.png
deleted file mode 100644
index b26f06ef2..000000000
Binary files a/smooth_yellow/img/b_usrdrop.png and /dev/null differ
diff --git a/smooth_yellow/img/b_usredit.png b/smooth_yellow/img/b_usredit.png
deleted file mode 100644
index 55a7ff277..000000000
Binary files a/smooth_yellow/img/b_usredit.png and /dev/null differ
diff --git a/smooth_yellow/img/b_usrlist.png b/smooth_yellow/img/b_usrlist.png
deleted file mode 100644
index 84324305d..000000000
Binary files a/smooth_yellow/img/b_usrlist.png and /dev/null differ
diff --git a/smooth_yellow/img/b_view.png b/smooth_yellow/img/b_view.png
deleted file mode 100644
index 07bcdadf9..000000000
Binary files a/smooth_yellow/img/b_view.png and /dev/null differ
diff --git a/smooth_yellow/img/b_views.png b/smooth_yellow/img/b_views.png
deleted file mode 100644
index bbb2cd2e5..000000000
Binary files a/smooth_yellow/img/b_views.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_browse.png b/smooth_yellow/img/bd_browse.png
deleted file mode 100644
index c9a641c73..000000000
Binary files a/smooth_yellow/img/bd_browse.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_deltbl.png b/smooth_yellow/img/bd_deltbl.png
deleted file mode 100644
index f94d8d536..000000000
Binary files a/smooth_yellow/img/bd_deltbl.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_drop.png b/smooth_yellow/img/bd_drop.png
deleted file mode 100644
index f94d8d536..000000000
Binary files a/smooth_yellow/img/bd_drop.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_empty.png b/smooth_yellow/img/bd_empty.png
deleted file mode 100644
index 0e4923bf6..000000000
Binary files a/smooth_yellow/img/bd_empty.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_firstpage.png b/smooth_yellow/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/smooth_yellow/img/bd_firstpage.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_ftext.png b/smooth_yellow/img/bd_ftext.png
deleted file mode 100644
index be98f0391..000000000
Binary files a/smooth_yellow/img/bd_ftext.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_index.png b/smooth_yellow/img/bd_index.png
deleted file mode 100644
index 9a41d0b86..000000000
Binary files a/smooth_yellow/img/bd_index.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_insrow.png b/smooth_yellow/img/bd_insrow.png
deleted file mode 100644
index e045dbc0b..000000000
Binary files a/smooth_yellow/img/bd_insrow.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_lastpage.png b/smooth_yellow/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/smooth_yellow/img/bd_lastpage.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_nextpage.png b/smooth_yellow/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/smooth_yellow/img/bd_nextpage.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_prevpage.png b/smooth_yellow/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/smooth_yellow/img/bd_prevpage.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_primary.png b/smooth_yellow/img/bd_primary.png
deleted file mode 100644
index 12cd9ed49..000000000
Binary files a/smooth_yellow/img/bd_primary.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_sbrowse.png b/smooth_yellow/img/bd_sbrowse.png
deleted file mode 100644
index e2ef8c3f0..000000000
Binary files a/smooth_yellow/img/bd_sbrowse.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_select.png b/smooth_yellow/img/bd_select.png
deleted file mode 100644
index e901873c5..000000000
Binary files a/smooth_yellow/img/bd_select.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_unique.png b/smooth_yellow/img/bd_unique.png
deleted file mode 100644
index b7cb1d2da..000000000
Binary files a/smooth_yellow/img/bd_unique.png and /dev/null differ
diff --git a/smooth_yellow/img/bd_views.png b/smooth_yellow/img/bd_views.png
deleted file mode 100644
index 21af78405..000000000
Binary files a/smooth_yellow/img/bd_views.png and /dev/null differ
diff --git a/smooth_yellow/img/dot_black.png b/smooth_yellow/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/smooth_yellow/img/dot_black.png and /dev/null differ
diff --git a/smooth_yellow/img/dot_blue.png b/smooth_yellow/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/smooth_yellow/img/dot_blue.png and /dev/null differ
diff --git a/smooth_yellow/img/dot_green.png b/smooth_yellow/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/smooth_yellow/img/dot_green.png and /dev/null differ
diff --git a/smooth_yellow/img/dot_red.png b/smooth_yellow/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/smooth_yellow/img/dot_red.png and /dev/null differ
diff --git a/smooth_yellow/img/dot_violet.png b/smooth_yellow/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/smooth_yellow/img/dot_violet.png and /dev/null differ
diff --git a/smooth_yellow/img/dot_yellow.png b/smooth_yellow/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/smooth_yellow/img/dot_yellow.png and /dev/null differ
diff --git a/smooth_yellow/img/eye.png b/smooth_yellow/img/eye.png
deleted file mode 100644
index 564a1a971..000000000
Binary files a/smooth_yellow/img/eye.png and /dev/null differ
diff --git a/smooth_yellow/img/eye_grey.png b/smooth_yellow/img/eye_grey.png
deleted file mode 100644
index a29cfdaad..000000000
Binary files a/smooth_yellow/img/eye_grey.png and /dev/null differ
diff --git a/smooth_yellow/img/item.png b/smooth_yellow/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/smooth_yellow/img/item.png and /dev/null differ
diff --git a/smooth_yellow/img/item_ltr.png b/smooth_yellow/img/item_ltr.png
deleted file mode 100644
index f545e9493..000000000
Binary files a/smooth_yellow/img/item_ltr.png and /dev/null differ
diff --git a/smooth_yellow/img/item_rtl.png b/smooth_yellow/img/item_rtl.png
deleted file mode 100644
index 0752346ff..000000000
Binary files a/smooth_yellow/img/item_rtl.png and /dev/null differ
diff --git a/smooth_yellow/img/logo_left.png b/smooth_yellow/img/logo_left.png
deleted file mode 100644
index cd5b1f9c1..000000000
Binary files a/smooth_yellow/img/logo_left.png and /dev/null differ
diff --git a/smooth_yellow/img/logo_right.png b/smooth_yellow/img/logo_right.png
deleted file mode 100644
index 827304a8c..000000000
Binary files a/smooth_yellow/img/logo_right.png and /dev/null differ
diff --git a/smooth_yellow/img/php_sym.png b/smooth_yellow/img/php_sym.png
deleted file mode 100644
index 30fc331b2..000000000
Binary files a/smooth_yellow/img/php_sym.png and /dev/null differ
diff --git a/smooth_yellow/img/pma_logo2.png b/smooth_yellow/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/smooth_yellow/img/pma_logo2.png and /dev/null differ
diff --git a/smooth_yellow/img/s_asc.png b/smooth_yellow/img/s_asc.png
deleted file mode 100644
index 412bb8a10..000000000
Binary files a/smooth_yellow/img/s_asc.png and /dev/null differ
diff --git a/smooth_yellow/img/s_asci.png b/smooth_yellow/img/s_asci.png
deleted file mode 100644
index 4cd52a360..000000000
Binary files a/smooth_yellow/img/s_asci.png and /dev/null differ
diff --git a/smooth_yellow/img/s_attention.png b/smooth_yellow/img/s_attention.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/smooth_yellow/img/s_attention.png and /dev/null differ
diff --git a/smooth_yellow/img/s_cancel.png b/smooth_yellow/img/s_cancel.png
deleted file mode 100644
index 922e00631..000000000
Binary files a/smooth_yellow/img/s_cancel.png and /dev/null differ
diff --git a/smooth_yellow/img/s_db.png b/smooth_yellow/img/s_db.png
deleted file mode 100644
index a4c05b52a..000000000
Binary files a/smooth_yellow/img/s_db.png and /dev/null differ
diff --git a/smooth_yellow/img/s_desc.png b/smooth_yellow/img/s_desc.png
deleted file mode 100644
index 99f8e4860..000000000
Binary files a/smooth_yellow/img/s_desc.png and /dev/null differ
diff --git a/smooth_yellow/img/s_error.png b/smooth_yellow/img/s_error.png
deleted file mode 100644
index ea8f52a8d..000000000
Binary files a/smooth_yellow/img/s_error.png and /dev/null differ
diff --git a/smooth_yellow/img/s_error2.png b/smooth_yellow/img/s_error2.png
deleted file mode 100644
index 7d7bd446c..000000000
Binary files a/smooth_yellow/img/s_error2.png and /dev/null differ
diff --git a/smooth_yellow/img/s_fulltext.png b/smooth_yellow/img/s_fulltext.png
deleted file mode 100644
index a87d723e5..000000000
Binary files a/smooth_yellow/img/s_fulltext.png and /dev/null differ
diff --git a/smooth_yellow/img/s_host.png b/smooth_yellow/img/s_host.png
deleted file mode 100644
index c06282d77..000000000
Binary files a/smooth_yellow/img/s_host.png and /dev/null differ
diff --git a/smooth_yellow/img/s_info.png b/smooth_yellow/img/s_info.png
deleted file mode 100644
index 8fcb0db26..000000000
Binary files a/smooth_yellow/img/s_info.png and /dev/null differ
diff --git a/smooth_yellow/img/s_lang.png b/smooth_yellow/img/s_lang.png
deleted file mode 100644
index 3e28de515..000000000
Binary files a/smooth_yellow/img/s_lang.png and /dev/null differ
diff --git a/smooth_yellow/img/s_loggoff.png b/smooth_yellow/img/s_loggoff.png
deleted file mode 100644
index f4b18305a..000000000
Binary files a/smooth_yellow/img/s_loggoff.png and /dev/null differ
diff --git a/smooth_yellow/img/s_notice.png b/smooth_yellow/img/s_notice.png
deleted file mode 100644
index 8fcb0db26..000000000
Binary files a/smooth_yellow/img/s_notice.png and /dev/null differ
diff --git a/smooth_yellow/img/s_okay.png b/smooth_yellow/img/s_okay.png
deleted file mode 100644
index d472fc3ea..000000000
Binary files a/smooth_yellow/img/s_okay.png and /dev/null differ
diff --git a/smooth_yellow/img/s_partialtext.png b/smooth_yellow/img/s_partialtext.png
deleted file mode 100644
index 43844ca19..000000000
Binary files a/smooth_yellow/img/s_partialtext.png and /dev/null differ
diff --git a/smooth_yellow/img/s_passwd.png b/smooth_yellow/img/s_passwd.png
deleted file mode 100644
index 611553cd8..000000000
Binary files a/smooth_yellow/img/s_passwd.png and /dev/null differ
diff --git a/smooth_yellow/img/s_process.png b/smooth_yellow/img/s_process.png
deleted file mode 100644
index 10d283e38..000000000
Binary files a/smooth_yellow/img/s_process.png and /dev/null differ
diff --git a/smooth_yellow/img/s_really.png b/smooth_yellow/img/s_really.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/smooth_yellow/img/s_really.png and /dev/null differ
diff --git a/smooth_yellow/img/s_reload.png b/smooth_yellow/img/s_reload.png
deleted file mode 100644
index dd8b1c4d3..000000000
Binary files a/smooth_yellow/img/s_reload.png and /dev/null differ
diff --git a/smooth_yellow/img/s_rights.png b/smooth_yellow/img/s_rights.png
deleted file mode 100644
index 528df5440..000000000
Binary files a/smooth_yellow/img/s_rights.png and /dev/null differ
diff --git a/smooth_yellow/img/s_status.png b/smooth_yellow/img/s_status.png
deleted file mode 100644
index 8db027aad..000000000
Binary files a/smooth_yellow/img/s_status.png and /dev/null differ
diff --git a/smooth_yellow/img/s_tbl.png b/smooth_yellow/img/s_tbl.png
deleted file mode 100644
index 08f67a22a..000000000
Binary files a/smooth_yellow/img/s_tbl.png and /dev/null differ
diff --git a/smooth_yellow/img/s_theme.png b/smooth_yellow/img/s_theme.png
deleted file mode 100644
index 0024117e5..000000000
Binary files a/smooth_yellow/img/s_theme.png and /dev/null differ
diff --git a/smooth_yellow/img/s_vars.png b/smooth_yellow/img/s_vars.png
deleted file mode 100644
index 5d885b91d..000000000
Binary files a/smooth_yellow/img/s_vars.png and /dev/null differ
diff --git a/smooth_yellow/img/s_views.png b/smooth_yellow/img/s_views.png
deleted file mode 100644
index c8d892f1b..000000000
Binary files a/smooth_yellow/img/s_views.png and /dev/null differ
diff --git a/smooth_yellow/img/s_warn.png b/smooth_yellow/img/s_warn.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/smooth_yellow/img/s_warn.png and /dev/null differ
diff --git a/smooth_yellow/img/sd_views.png b/smooth_yellow/img/sd_views.png
deleted file mode 100644
index 612ab663a..000000000
Binary files a/smooth_yellow/img/sd_views.png and /dev/null differ
diff --git a/smooth_yellow/img/spacer.png b/smooth_yellow/img/spacer.png
deleted file mode 100644
index 548301343..000000000
Binary files a/smooth_yellow/img/spacer.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_nav0.png b/smooth_yellow/img/tbg_nav0.png
deleted file mode 100644
index 3fb25dba7..000000000
Binary files a/smooth_yellow/img/tbg_nav0.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_nav1.png b/smooth_yellow/img/tbg_nav1.png
deleted file mode 100644
index fe051cd9b..000000000
Binary files a/smooth_yellow/img/tbg_nav1.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_nav2.png b/smooth_yellow/img/tbg_nav2.png
deleted file mode 100644
index db4f8d839..000000000
Binary files a/smooth_yellow/img/tbg_nav2.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_nav3.png b/smooth_yellow/img/tbg_nav3.png
deleted file mode 100644
index 0fac5d3eb..000000000
Binary files a/smooth_yellow/img/tbg_nav3.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_nav4.png b/smooth_yellow/img/tbg_nav4.png
deleted file mode 100644
index 8227a1e85..000000000
Binary files a/smooth_yellow/img/tbg_nav4.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_th0.png b/smooth_yellow/img/tbg_th0.png
deleted file mode 100644
index fbe3e7ba4..000000000
Binary files a/smooth_yellow/img/tbg_th0.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_th1.png b/smooth_yellow/img/tbg_th1.png
deleted file mode 100644
index 4818c34e1..000000000
Binary files a/smooth_yellow/img/tbg_th1.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_th2.png b/smooth_yellow/img/tbg_th2.png
deleted file mode 100644
index fbe3e7ba4..000000000
Binary files a/smooth_yellow/img/tbg_th2.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_th2a.png b/smooth_yellow/img/tbg_th2a.png
deleted file mode 100644
index 12e50d9f4..000000000
Binary files a/smooth_yellow/img/tbg_th2a.png and /dev/null differ
diff --git a/smooth_yellow/img/tbg_th3.png b/smooth_yellow/img/tbg_th3.png
deleted file mode 100644
index f3e71cdfc..000000000
Binary files a/smooth_yellow/img/tbg_th3.png and /dev/null differ
diff --git a/smooth_yellow/img/vertical_line.png b/smooth_yellow/img/vertical_line.png
deleted file mode 100644
index df0154445..000000000
Binary files a/smooth_yellow/img/vertical_line.png and /dev/null differ
diff --git a/smooth_yellow/img/wbg_left.jpg b/smooth_yellow/img/wbg_left.jpg
deleted file mode 100644
index 8cdc92025..000000000
Binary files a/smooth_yellow/img/wbg_left.jpg and /dev/null differ
diff --git a/smooth_yellow/img/wbg_right.jpg b/smooth_yellow/img/wbg_right.jpg
deleted file mode 100644
index 0b9dd8f98..000000000
Binary files a/smooth_yellow/img/wbg_right.jpg and /dev/null differ
diff --git a/smooth_yellow/img/window-new.png b/smooth_yellow/img/window-new.png
deleted file mode 100644
index 52ef4c5e5..000000000
Binary files a/smooth_yellow/img/window-new.png and /dev/null differ
diff --git a/smooth_yellow/img/wysiwyg.png b/smooth_yellow/img/wysiwyg.png
deleted file mode 100644
index 95c7ba6a9..000000000
Binary files a/smooth_yellow/img/wysiwyg.png and /dev/null differ
diff --git a/smooth_yellow/info.inc.php b/smooth_yellow/info.inc.php
deleted file mode 100644
index 5b826adf1..000000000
--- a/smooth_yellow/info.inc.php
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/smooth_yellow/layout.inc.php b/smooth_yellow/layout.inc.php
deleted file mode 100644
index 7f86bb345..000000000
--- a/smooth_yellow/layout.inc.php
+++ /dev/null
@@ -1,121 +0,0 @@
- '#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' => '#333333',
- 'alpha_charset' => '#6495ed',
- 'alpha_variable' => '#800000',
- 'quote' => '#008000',
- 'quote_double' => '#000000',
- 'quote_single' => '#000000',
- 'quote_backtick' => ''
-);
-
-/**
- * for current version
- */
-// NAVI FRAME
-$GLOBALS['cfg']['LeftPointerEnable'] = false;
-$GLOBALS['cfg']['NaviWidth'] = 170; // width
-$GLOBALS['cfg']['NaviColor'] = '#4a2e00'; // foreground (text) color
-$GLOBALS['cfg']['NaviBackground'] = '#fedea6'; // background
-$GLOBALS['cfg']['NaviPointerColor'] = '#fedea6'; // foreground (text) color of the pointer
-$GLOBALS['cfg']['NaviPointerBackground'] = '#4a2e00'; // background of the pointer
-$GLOBALS['cfg']['NaviMarkerColor'] = '#fedea6'; // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['NaviMarkerBackground'] = '#4a2e00'; // background of the marker (visually marks row by clicking on it) in browse mode
-
-// MAIN FRAME
-$GLOBALS['cfg']['MainColor'] = '#333333'; // foreground (text) color for the main frame
-$GLOBALS['cfg']['MainBackground'] = '#ffffff'; // background for the main frame
-// for a solid vertical line, uncomment this:
-//$GLOBALS['cfg']['MainBackground'] = '#ffffff url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y';
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; // foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#ffeab8'; // background of the pointer in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000'; // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#ffcc99'; // background of the marker (visually marks row by clicking on it) in browse mode
-
-// FONTS
-// the font family as a valid css font family value,
-// if not set the browser default will be used
-// (depending on browser, DTD and system settings)
-$GLOBALS['cfg']['FontFamily'] = 'Tahoma, Arial, Helvetica, sans-serif';
-$GLOBALS['cfg']['FontFamilyFixed'] = '\'Courier New\', Courier, monospace'; // fixed width font family, used in textarea
-$GLOBALS['cfg']['FontSize'] = '11'; // default width of the font
-$GLOBALS['cfg']['FontSizePrefix'] = 'px'; // pt (Points) | px (Pixel), default is 'pt'
-
-// TABLES
-$GLOBALS['cfg']['Border'] = 0; // border
-$GLOBALS['cfg']['ThBackground'] = '#fedea6'; // table header and footer color
-$GLOBALS['cfg']['ThColor'] = '#000000'; // table header and footer background
-$GLOBALS['cfg']['BgOne'] = '#f9f9f9'; // table data row background
-$GLOBALS['cfg']['BgTwo'] = '#f0f0f0'; // table data row background, alternate
-
-// QUERY WINDOW
-$GLOBALS['cfg']['QueryWindowWidth'] = 550; // width of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 310; // height of Query window
-
-// SQL PARSER SETTINGS
-// Syntax colouring data
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#808000',
- 'comment_mysql' => '#999999',
- 'comment_ansi' => '#999999',
- 'comment_c' => '#999999',
- 'digit' => '#999999',
- 'digit_hex' => 'teal',
- 'digit_integer' => 'teal',
- 'digit_float' => 'aqua',
- 'punct' => 'fuchsia',
- 'alpha' => '#cc0000',
- 'alpha_columnType' => '#ff9900',
- 'alpha_columnAttrib' => '#0000ff',
- 'alpha_reservedWord' => '#990099',
- 'alpha_functionName' => '#ff0000',
- 'alpha_identifier' => '#000000',
- 'alpha_charset' => '#6495ed',
- 'alpha_variable' => '#800000',
- 'quote' => '#008000',
- 'quote_double' => '',
- 'quote_single' => '',
- 'quote_backtick' => ''
-);
-?>
diff --git a/smooth_yellow/license-gpl.txt b/smooth_yellow/license-gpl.txt
deleted file mode 100644
index 207a79cbd..000000000
--- a/smooth_yellow/license-gpl.txt
+++ /dev/null
@@ -1,278 +0,0 @@
- 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/smooth_yellow/license.txt b/smooth_yellow/license.txt
deleted file mode 100644
index ae149a8c0..000000000
--- a/smooth_yellow/license.txt
+++ /dev/null
@@ -1,67 +0,0 @@
---------------------------------------------------------------------------------
-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) 2007 Michael Keck.
-
-The icons b_dbsock.png and db_client.png are from the nuvola icons
-and made by David Vignoni
-http://www.icon-king.com
-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-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/smooth_yellow/readme.txt b/smooth_yellow/readme.txt
deleted file mode 100644
index ad2710087..000000000
--- a/smooth_yellow/readme.txt
+++ /dev/null
@@ -1,95 +0,0 @@
-
- README FILE FOR THE SMOOTH-YELLOW THEME USED WITH PHPMAYADMIN
-----------------------------------------------------------------------
-
-CHANGE LOG:
-
- - 2010-03-05:
- > UPDATE for PMA Version 3.x
-
- - 2007-05-11:
- > fixed bugs #1688536
- - fixed: resizing on each reload the width of left frame
- - fixed: centered table columns in print view
- - fixed: hover colors and background colors in print view
- > changes
- - hover colors and backcolors in print css
- - id #selflink is hidden in print css
- - font-sizes in print css are same as in right css
- - inline tables (for comment column) in print view
- without frames and smaller font
-
- - 2007-05-10:
- > Supporting phpMyAdmin Version 2.9.x and higher
- > New Icons for some list elements
- > Some specials for main.php and querywindow.php
- (please see source of theme_right.css.php)
- > Static nav-panel and static server-info
- > reversed server-info / nav-panel
-
- - 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 'smooth_yellow' theme.
- This may fix some problems with relative urls.
-
- Then make sure, that all images are in the directory
- - [whatever]/phpMyAdmin/themes/smooth_yellow/img/
-
- and all *.css.php files are in the directory
- - [whatever]/phpMyAdmin/themes/smooth_yellow/css/.
-
- The two *.inc.php files must stored in the directory
- - [whatever]/phpMyAdmin/themes/smooth_yellow/.
-
- Note:
- [whatever] is any path to your phpMyAdmin-Installation.
-
-----------------------------------------------------------------------
-
-2. REQUIREMENTS / INFORMATIONS
-----------------------------------------------------------------------
- - phpMyAdmin Version 2.9.x or higher
- - full CSS2 compatible browser
- I've tested with
- - Firefox 2.0.0.3
- - Microsoft(R) InternetExplorer 6.0 (some bad png's)
- - Microsoft(R) InternetExplorer 7.0
- - Your browser should support Javascript
- and png-images.
-
-----------------------------------------------------------------------
-
-3. INFORMATION ABOUT THE SMOOTH-YELLOW THEME:
-----------------------------------------------------------------------
- a) ICONS:
- Database Icon-Set made 2005-2007 by Michael Keck.
- Updated 2007-05-10 by Michael Keck
-
- The icons b_dbsock.png and db_client.png are from the nuvola icons
- and made by David Vignoni
- http://www.icon-king.com
- http://mail.icon-king.com/mailman/listinfo/nuvola_icon-king.com
- Copyright (c) 2003-2004 David Vignoni.
-
- 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/smooth_yellow/screen.png b/smooth_yellow/screen.png
deleted file mode 100644
index 4125d40ba..000000000
Binary files a/smooth_yellow/screen.png and /dev/null differ
diff --git a/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
similarity index 100%
rename from pmahomme/css/theme_left.css.php
rename to themes/pmahomme/css/theme_left.css.php
diff --git a/emphasis/css/theme_print.css.php b/themes/pmahomme/css/theme_print.css.php
similarity index 100%
rename from emphasis/css/theme_print.css.php
rename to themes/pmahomme/css/theme_print.css.php
diff --git a/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
similarity index 100%
rename from pmahomme/css/theme_right.css.php
rename to themes/pmahomme/css/theme_right.css.php
diff --git a/emphasis/img/ajax_clock_small.gif b/themes/pmahomme/img/ajax_clock_small.gif
similarity index 100%
rename from emphasis/img/ajax_clock_small.gif
rename to themes/pmahomme/img/ajax_clock_small.gif
diff --git a/pmahomme/img/arrow_ltr.png b/themes/pmahomme/img/arrow_ltr.png
similarity index 100%
rename from pmahomme/img/arrow_ltr.png
rename to themes/pmahomme/img/arrow_ltr.png
diff --git a/pmahomme/img/arrow_rtl.png b/themes/pmahomme/img/arrow_rtl.png
similarity index 100%
rename from pmahomme/img/arrow_rtl.png
rename to themes/pmahomme/img/arrow_rtl.png
diff --git a/pmahomme/img/asc_order.png b/themes/pmahomme/img/asc_order.png
similarity index 100%
rename from pmahomme/img/asc_order.png
rename to themes/pmahomme/img/asc_order.png
diff --git a/hillside/img/b_bookmark.png b/themes/pmahomme/img/b_bookmark.png
similarity index 100%
rename from hillside/img/b_bookmark.png
rename to themes/pmahomme/img/b_bookmark.png
diff --git a/hillside/img/b_browse.png b/themes/pmahomme/img/b_browse.png
similarity index 100%
rename from hillside/img/b_browse.png
rename to themes/pmahomme/img/b_browse.png
diff --git a/clearview3/img_32bit/b_calendar.png b/themes/pmahomme/img/b_calendar.png
similarity index 100%
rename from clearview3/img_32bit/b_calendar.png
rename to themes/pmahomme/img/b_calendar.png
diff --git a/pmahomme/img/b_chart.png b/themes/pmahomme/img/b_chart.png
similarity index 100%
rename from pmahomme/img/b_chart.png
rename to themes/pmahomme/img/b_chart.png
diff --git a/hillside/img/b_comment.png b/themes/pmahomme/img/b_comment.png
similarity index 100%
rename from hillside/img/b_comment.png
rename to themes/pmahomme/img/b_comment.png
diff --git a/clearview3/img_32bit/b_dbstatistics.png b/themes/pmahomme/img/b_dbstatistics.png
similarity index 100%
rename from clearview3/img_32bit/b_dbstatistics.png
rename to themes/pmahomme/img/b_dbstatistics.png
diff --git a/clearview3/img_32bit/b_deltbl.png b/themes/pmahomme/img/b_deltbl.png
similarity index 100%
rename from clearview3/img_32bit/b_deltbl.png
rename to themes/pmahomme/img/b_deltbl.png
diff --git a/hillside/img/b_docs.png b/themes/pmahomme/img/b_docs.png
similarity index 100%
rename from hillside/img/b_docs.png
rename to themes/pmahomme/img/b_docs.png
diff --git a/emphasis/img/b_docsql.png b/themes/pmahomme/img/b_docsql.png
similarity index 100%
rename from emphasis/img/b_docsql.png
rename to themes/pmahomme/img/b_docsql.png
diff --git a/pmahomme/img/b_drop.png b/themes/pmahomme/img/b_drop.png
similarity index 100%
rename from pmahomme/img/b_drop.png
rename to themes/pmahomme/img/b_drop.png
diff --git a/pmahomme/img/b_edit.png b/themes/pmahomme/img/b_edit.png
similarity index 100%
rename from pmahomme/img/b_edit.png
rename to themes/pmahomme/img/b_edit.png
diff --git a/pmahomme/img/b_empty.png b/themes/pmahomme/img/b_empty.png
similarity index 100%
rename from pmahomme/img/b_empty.png
rename to themes/pmahomme/img/b_empty.png
diff --git a/clearview3/img_32bit/b_engine.png b/themes/pmahomme/img/b_engine.png
similarity index 100%
rename from clearview3/img_32bit/b_engine.png
rename to themes/pmahomme/img/b_engine.png
diff --git a/pmahomme/img/b_export.png b/themes/pmahomme/img/b_export.png
similarity index 100%
rename from pmahomme/img/b_export.png
rename to themes/pmahomme/img/b_export.png
diff --git a/pmahomme/img/b_firstpage.png b/themes/pmahomme/img/b_firstpage.png
similarity index 100%
rename from pmahomme/img/b_firstpage.png
rename to themes/pmahomme/img/b_firstpage.png
diff --git a/pmahomme/img/b_ftext.png b/themes/pmahomme/img/b_ftext.png
similarity index 100%
rename from pmahomme/img/b_ftext.png
rename to themes/pmahomme/img/b_ftext.png
diff --git a/pmahomme/img/b_help.png b/themes/pmahomme/img/b_help.png
similarity index 100%
rename from pmahomme/img/b_help.png
rename to themes/pmahomme/img/b_help.png
diff --git a/clearview3/img_32bit/b_home.png b/themes/pmahomme/img/b_home.png
similarity index 100%
rename from clearview3/img_32bit/b_home.png
rename to themes/pmahomme/img/b_home.png
diff --git a/pmahomme/img/b_import.png b/themes/pmahomme/img/b_import.png
similarity index 100%
rename from pmahomme/img/b_import.png
rename to themes/pmahomme/img/b_import.png
diff --git a/clearview3/img_32bit/b_index.png b/themes/pmahomme/img/b_index.png
similarity index 100%
rename from clearview3/img_32bit/b_index.png
rename to themes/pmahomme/img/b_index.png
diff --git a/emphasis/img/b_info.png b/themes/pmahomme/img/b_info.png
similarity index 100%
rename from emphasis/img/b_info.png
rename to themes/pmahomme/img/b_info.png
diff --git a/emphasis/img/b_insrow.png b/themes/pmahomme/img/b_insrow.png
similarity index 100%
rename from emphasis/img/b_insrow.png
rename to themes/pmahomme/img/b_insrow.png
diff --git a/pmahomme/img/b_lastpage.png b/themes/pmahomme/img/b_lastpage.png
similarity index 100%
rename from pmahomme/img/b_lastpage.png
rename to themes/pmahomme/img/b_lastpage.png
diff --git a/pmahomme/img/b_minus.png b/themes/pmahomme/img/b_minus.png
similarity index 100%
rename from pmahomme/img/b_minus.png
rename to themes/pmahomme/img/b_minus.png
diff --git a/pmahomme/img/b_more.png b/themes/pmahomme/img/b_more.png
similarity index 100%
rename from pmahomme/img/b_more.png
rename to themes/pmahomme/img/b_more.png
diff --git a/clearview3/img_32bit/b_newdb.png b/themes/pmahomme/img/b_newdb.png
similarity index 100%
rename from clearview3/img_32bit/b_newdb.png
rename to themes/pmahomme/img/b_newdb.png
diff --git a/emphasis/img/b_newtbl.png b/themes/pmahomme/img/b_newtbl.png
similarity index 100%
rename from emphasis/img/b_newtbl.png
rename to themes/pmahomme/img/b_newtbl.png
diff --git a/hillside/img/b_nextpage.png b/themes/pmahomme/img/b_nextpage.png
similarity index 100%
rename from hillside/img/b_nextpage.png
rename to themes/pmahomme/img/b_nextpage.png
diff --git a/clearview3/img_32bit/b_pdfdoc.png b/themes/pmahomme/img/b_pdfdoc.png
similarity index 100%
rename from clearview3/img_32bit/b_pdfdoc.png
rename to themes/pmahomme/img/b_pdfdoc.png
diff --git a/pmahomme/img/b_plus.png b/themes/pmahomme/img/b_plus.png
similarity index 100%
rename from pmahomme/img/b_plus.png
rename to themes/pmahomme/img/b_plus.png
diff --git a/hillside/img/b_prevpage.png b/themes/pmahomme/img/b_prevpage.png
similarity index 100%
rename from hillside/img/b_prevpage.png
rename to themes/pmahomme/img/b_prevpage.png
diff --git a/pmahomme/img/b_primary.png b/themes/pmahomme/img/b_primary.png
similarity index 100%
rename from pmahomme/img/b_primary.png
rename to themes/pmahomme/img/b_primary.png
diff --git a/clearview3/img_32bit/b_print.png b/themes/pmahomme/img/b_print.png
similarity index 100%
rename from clearview3/img_32bit/b_print.png
rename to themes/pmahomme/img/b_print.png
diff --git a/pmahomme/img/b_props.png b/themes/pmahomme/img/b_props.png
similarity index 100%
rename from pmahomme/img/b_props.png
rename to themes/pmahomme/img/b_props.png
diff --git a/emphasis/img/b_relations.png b/themes/pmahomme/img/b_relations.png
similarity index 100%
rename from emphasis/img/b_relations.png
rename to themes/pmahomme/img/b_relations.png
diff --git a/clearview3/img_32bit/b_save.png b/themes/pmahomme/img/b_save.png
similarity index 100%
rename from clearview3/img_32bit/b_save.png
rename to themes/pmahomme/img/b_save.png
diff --git a/pmahomme/img/b_sbrowse.png b/themes/pmahomme/img/b_sbrowse.png
similarity index 100%
rename from pmahomme/img/b_sbrowse.png
rename to themes/pmahomme/img/b_sbrowse.png
diff --git a/emphasis/img/b_sdb.png b/themes/pmahomme/img/b_sdb.png
similarity index 100%
rename from emphasis/img/b_sdb.png
rename to themes/pmahomme/img/b_sdb.png
diff --git a/hillside/img/b_search.png b/themes/pmahomme/img/b_search.png
similarity index 100%
rename from hillside/img/b_search.png
rename to themes/pmahomme/img/b_search.png
diff --git a/pmahomme/img/b_selboard.png b/themes/pmahomme/img/b_selboard.png
similarity index 100%
rename from pmahomme/img/b_selboard.png
rename to themes/pmahomme/img/b_selboard.png
diff --git a/pmahomme/img/b_select.png b/themes/pmahomme/img/b_select.png
similarity index 100%
rename from pmahomme/img/b_select.png
rename to themes/pmahomme/img/b_select.png
diff --git a/pmahomme/img/b_snewtbl.png b/themes/pmahomme/img/b_snewtbl.png
similarity index 100%
rename from pmahomme/img/b_snewtbl.png
rename to themes/pmahomme/img/b_snewtbl.png
diff --git a/pmahomme/img/b_sql.png b/themes/pmahomme/img/b_sql.png
similarity index 100%
rename from pmahomme/img/b_sql.png
rename to themes/pmahomme/img/b_sql.png
diff --git a/emphasis/img/b_sqldoc.png b/themes/pmahomme/img/b_sqldoc.png
similarity index 100%
rename from emphasis/img/b_sqldoc.png
rename to themes/pmahomme/img/b_sqldoc.png
diff --git a/pmahomme/img/b_sqlhelp.png b/themes/pmahomme/img/b_sqlhelp.png
similarity index 100%
rename from pmahomme/img/b_sqlhelp.png
rename to themes/pmahomme/img/b_sqlhelp.png
diff --git a/emphasis/img/b_tblanalyse.png b/themes/pmahomme/img/b_tblanalyse.png
similarity index 100%
rename from emphasis/img/b_tblanalyse.png
rename to themes/pmahomme/img/b_tblanalyse.png
diff --git a/pmahomme/img/b_tblexport.png b/themes/pmahomme/img/b_tblexport.png
similarity index 100%
rename from pmahomme/img/b_tblexport.png
rename to themes/pmahomme/img/b_tblexport.png
diff --git a/pmahomme/img/b_tblimport.png b/themes/pmahomme/img/b_tblimport.png
similarity index 100%
rename from pmahomme/img/b_tblimport.png
rename to themes/pmahomme/img/b_tblimport.png
diff --git a/hillside/img/b_tblops.png b/themes/pmahomme/img/b_tblops.png
similarity index 100%
rename from hillside/img/b_tblops.png
rename to themes/pmahomme/img/b_tblops.png
diff --git a/emphasis/img/b_tbloptimize.png b/themes/pmahomme/img/b_tbloptimize.png
similarity index 100%
rename from emphasis/img/b_tbloptimize.png
rename to themes/pmahomme/img/b_tbloptimize.png
diff --git a/clearview3/img_32bit/b_tipp.png b/themes/pmahomme/img/b_tipp.png
similarity index 100%
rename from clearview3/img_32bit/b_tipp.png
rename to themes/pmahomme/img/b_tipp.png
diff --git a/pmahomme/img/b_unique.png b/themes/pmahomme/img/b_unique.png
similarity index 100%
rename from pmahomme/img/b_unique.png
rename to themes/pmahomme/img/b_unique.png
diff --git a/clearview3/img_32bit/b_usradd.png b/themes/pmahomme/img/b_usradd.png
similarity index 100%
rename from clearview3/img_32bit/b_usradd.png
rename to themes/pmahomme/img/b_usradd.png
diff --git a/hillside/img/b_usrcheck.png b/themes/pmahomme/img/b_usrcheck.png
similarity index 100%
rename from hillside/img/b_usrcheck.png
rename to themes/pmahomme/img/b_usrcheck.png
diff --git a/clearview3/img_32bit/b_usrdrop.png b/themes/pmahomme/img/b_usrdrop.png
similarity index 100%
rename from clearview3/img_32bit/b_usrdrop.png
rename to themes/pmahomme/img/b_usrdrop.png
diff --git a/clearview3/img_32bit/b_usredit.png b/themes/pmahomme/img/b_usredit.png
similarity index 100%
rename from clearview3/img_32bit/b_usredit.png
rename to themes/pmahomme/img/b_usredit.png
diff --git a/clearview3/img_32bit/b_usrlist.png b/themes/pmahomme/img/b_usrlist.png
similarity index 100%
rename from clearview3/img_32bit/b_usrlist.png
rename to themes/pmahomme/img/b_usrlist.png
diff --git a/emphasis/img/b_view.png b/themes/pmahomme/img/b_view.png
similarity index 100%
rename from emphasis/img/b_view.png
rename to themes/pmahomme/img/b_view.png
diff --git a/emphasis/img/b_views.png b/themes/pmahomme/img/b_views.png
similarity index 100%
rename from emphasis/img/b_views.png
rename to themes/pmahomme/img/b_views.png
diff --git a/emphasis/img/bd_browse.png b/themes/pmahomme/img/bd_browse.png
similarity index 100%
rename from emphasis/img/bd_browse.png
rename to themes/pmahomme/img/bd_browse.png
diff --git a/emphasis/img/bd_deltbl.png b/themes/pmahomme/img/bd_deltbl.png
similarity index 100%
rename from emphasis/img/bd_deltbl.png
rename to themes/pmahomme/img/bd_deltbl.png
diff --git a/emphasis/img/bd_drop.png b/themes/pmahomme/img/bd_drop.png
similarity index 100%
rename from emphasis/img/bd_drop.png
rename to themes/pmahomme/img/bd_drop.png
diff --git a/emphasis/img/bd_empty.png b/themes/pmahomme/img/bd_empty.png
similarity index 100%
rename from emphasis/img/bd_empty.png
rename to themes/pmahomme/img/bd_empty.png
diff --git a/emphasis/img/bd_firstpage.png b/themes/pmahomme/img/bd_firstpage.png
similarity index 100%
rename from emphasis/img/bd_firstpage.png
rename to themes/pmahomme/img/bd_firstpage.png
diff --git a/emphasis/img/bd_ftext.png b/themes/pmahomme/img/bd_ftext.png
similarity index 100%
rename from emphasis/img/bd_ftext.png
rename to themes/pmahomme/img/bd_ftext.png
diff --git a/emphasis/img/bd_index.png b/themes/pmahomme/img/bd_index.png
similarity index 100%
rename from emphasis/img/bd_index.png
rename to themes/pmahomme/img/bd_index.png
diff --git a/emphasis/img/bd_insrow.png b/themes/pmahomme/img/bd_insrow.png
similarity index 100%
rename from emphasis/img/bd_insrow.png
rename to themes/pmahomme/img/bd_insrow.png
diff --git a/emphasis/img/bd_lastpage.png b/themes/pmahomme/img/bd_lastpage.png
similarity index 100%
rename from emphasis/img/bd_lastpage.png
rename to themes/pmahomme/img/bd_lastpage.png
diff --git a/emphasis/img/bd_nextpage.png b/themes/pmahomme/img/bd_nextpage.png
similarity index 100%
rename from emphasis/img/bd_nextpage.png
rename to themes/pmahomme/img/bd_nextpage.png
diff --git a/emphasis/img/bd_prevpage.png b/themes/pmahomme/img/bd_prevpage.png
similarity index 100%
rename from emphasis/img/bd_prevpage.png
rename to themes/pmahomme/img/bd_prevpage.png
diff --git a/emphasis/img/bd_primary.png b/themes/pmahomme/img/bd_primary.png
similarity index 100%
rename from emphasis/img/bd_primary.png
rename to themes/pmahomme/img/bd_primary.png
diff --git a/emphasis/img/bd_sbrowse.png b/themes/pmahomme/img/bd_sbrowse.png
similarity index 100%
rename from emphasis/img/bd_sbrowse.png
rename to themes/pmahomme/img/bd_sbrowse.png
diff --git a/emphasis/img/bd_select.png b/themes/pmahomme/img/bd_select.png
similarity index 100%
rename from emphasis/img/bd_select.png
rename to themes/pmahomme/img/bd_select.png
diff --git a/emphasis/img/bd_unique.png b/themes/pmahomme/img/bd_unique.png
similarity index 100%
rename from emphasis/img/bd_unique.png
rename to themes/pmahomme/img/bd_unique.png
diff --git a/pmahomme/img/body_bg.png b/themes/pmahomme/img/body_bg.png
similarity index 100%
rename from pmahomme/img/body_bg.png
rename to themes/pmahomme/img/body_bg.png
diff --git a/pmahomme/img/database.png b/themes/pmahomme/img/database.png
similarity index 100%
rename from pmahomme/img/database.png
rename to themes/pmahomme/img/database.png
diff --git a/pmahomme/img/database_list_li_hover.png b/themes/pmahomme/img/database_list_li_hover.png
similarity index 100%
rename from pmahomme/img/database_list_li_hover.png
rename to themes/pmahomme/img/database_list_li_hover.png
diff --git a/emphasis/img/docs_menu_bg.png b/themes/pmahomme/img/docs_menu_bg.png
similarity index 100%
rename from emphasis/img/docs_menu_bg.png
rename to themes/pmahomme/img/docs_menu_bg.png
diff --git a/pmahomme/img/error.ico b/themes/pmahomme/img/error.ico
similarity index 100%
rename from pmahomme/img/error.ico
rename to themes/pmahomme/img/error.ico
diff --git a/emphasis/img/eye.png b/themes/pmahomme/img/eye.png
similarity index 100%
rename from emphasis/img/eye.png
rename to themes/pmahomme/img/eye.png
diff --git a/emphasis/img/eye_grey.png b/themes/pmahomme/img/eye_grey.png
similarity index 100%
rename from emphasis/img/eye_grey.png
rename to themes/pmahomme/img/eye_grey.png
diff --git a/pmahomme/img/input_bg.gif b/themes/pmahomme/img/input_bg.gif
similarity index 100%
rename from pmahomme/img/input_bg.gif
rename to themes/pmahomme/img/input_bg.gif
diff --git a/emphasis/img/item.png b/themes/pmahomme/img/item.png
similarity index 100%
rename from emphasis/img/item.png
rename to themes/pmahomme/img/item.png
diff --git a/pmahomme/img/item_ltr.png b/themes/pmahomme/img/item_ltr.png
similarity index 100%
rename from pmahomme/img/item_ltr.png
rename to themes/pmahomme/img/item_ltr.png
diff --git a/pmahomme/img/item_rtl.png b/themes/pmahomme/img/item_rtl.png
similarity index 100%
rename from pmahomme/img/item_rtl.png
rename to themes/pmahomme/img/item_rtl.png
diff --git a/pmahomme/img/left_nav_bg.png b/themes/pmahomme/img/left_nav_bg.png
similarity index 100%
rename from pmahomme/img/left_nav_bg.png
rename to themes/pmahomme/img/left_nav_bg.png
diff --git a/pmahomme/img/logo_left.png b/themes/pmahomme/img/logo_left.png
similarity index 100%
rename from pmahomme/img/logo_left.png
rename to themes/pmahomme/img/logo_left.png
diff --git a/pmahomme/img/logo_right.png b/themes/pmahomme/img/logo_right.png
similarity index 100%
rename from pmahomme/img/logo_right.png
rename to themes/pmahomme/img/logo_right.png
diff --git a/pmahomme/img/marked_bg.png b/themes/pmahomme/img/marked_bg.png
similarity index 100%
rename from pmahomme/img/marked_bg.png
rename to themes/pmahomme/img/marked_bg.png
diff --git a/pmahomme/img/more.png b/themes/pmahomme/img/more.png
similarity index 100%
rename from pmahomme/img/more.png
rename to themes/pmahomme/img/more.png
diff --git a/emphasis/img/new_data.jpg b/themes/pmahomme/img/new_data.jpg
similarity index 100%
rename from emphasis/img/new_data.jpg
rename to themes/pmahomme/img/new_data.jpg
diff --git a/emphasis/img/new_data_hovered.jpg b/themes/pmahomme/img/new_data_hovered.jpg
similarity index 100%
rename from emphasis/img/new_data_hovered.jpg
rename to themes/pmahomme/img/new_data_hovered.jpg
diff --git a/emphasis/img/new_data_selected.jpg b/themes/pmahomme/img/new_data_selected.jpg
similarity index 100%
rename from emphasis/img/new_data_selected.jpg
rename to themes/pmahomme/img/new_data_selected.jpg
diff --git a/emphasis/img/new_data_selected_hovered.jpg b/themes/pmahomme/img/new_data_selected_hovered.jpg
similarity index 100%
rename from emphasis/img/new_data_selected_hovered.jpg
rename to themes/pmahomme/img/new_data_selected_hovered.jpg
diff --git a/emphasis/img/new_struct.jpg b/themes/pmahomme/img/new_struct.jpg
similarity index 100%
rename from emphasis/img/new_struct.jpg
rename to themes/pmahomme/img/new_struct.jpg
diff --git a/emphasis/img/new_struct_hovered.jpg b/themes/pmahomme/img/new_struct_hovered.jpg
similarity index 100%
rename from emphasis/img/new_struct_hovered.jpg
rename to themes/pmahomme/img/new_struct_hovered.jpg
diff --git a/emphasis/img/new_struct_selected.jpg b/themes/pmahomme/img/new_struct_selected.jpg
similarity index 100%
rename from emphasis/img/new_struct_selected.jpg
rename to themes/pmahomme/img/new_struct_selected.jpg
diff --git a/emphasis/img/new_struct_selected_hovered.jpg b/themes/pmahomme/img/new_struct_selected_hovered.jpg
similarity index 100%
rename from emphasis/img/new_struct_selected_hovered.jpg
rename to themes/pmahomme/img/new_struct_selected_hovered.jpg
diff --git a/emphasis/img/php_sym.png b/themes/pmahomme/img/php_sym.png
similarity index 100%
rename from emphasis/img/php_sym.png
rename to themes/pmahomme/img/php_sym.png
diff --git a/emphasis/img/pma_logo2.png b/themes/pmahomme/img/pma_logo2.png
similarity index 100%
rename from emphasis/img/pma_logo2.png
rename to themes/pmahomme/img/pma_logo2.png
diff --git a/pmahomme/img/s_asc.png b/themes/pmahomme/img/s_asc.png
similarity index 100%
rename from pmahomme/img/s_asc.png
rename to themes/pmahomme/img/s_asc.png
diff --git a/pmahomme/img/s_asci.png b/themes/pmahomme/img/s_asci.png
similarity index 100%
rename from pmahomme/img/s_asci.png
rename to themes/pmahomme/img/s_asci.png
diff --git a/pmahomme/img/s_attention.png b/themes/pmahomme/img/s_attention.png
similarity index 100%
rename from pmahomme/img/s_attention.png
rename to themes/pmahomme/img/s_attention.png
diff --git a/pmahomme/img/s_cancel.png b/themes/pmahomme/img/s_cancel.png
similarity index 100%
rename from pmahomme/img/s_cancel.png
rename to themes/pmahomme/img/s_cancel.png
diff --git a/pmahomme/img/s_cancel2.png b/themes/pmahomme/img/s_cancel2.png
similarity index 100%
rename from pmahomme/img/s_cancel2.png
rename to themes/pmahomme/img/s_cancel2.png
diff --git a/clearview3/img_32bit/s_db.png b/themes/pmahomme/img/s_db.png
similarity index 100%
rename from clearview3/img_32bit/s_db.png
rename to themes/pmahomme/img/s_db.png
diff --git a/hillside/img/s_desc.png b/themes/pmahomme/img/s_desc.png
similarity index 100%
rename from hillside/img/s_desc.png
rename to themes/pmahomme/img/s_desc.png
diff --git a/pmahomme/img/s_error.png b/themes/pmahomme/img/s_error.png
similarity index 100%
rename from pmahomme/img/s_error.png
rename to themes/pmahomme/img/s_error.png
diff --git a/pmahomme/img/s_error2.png b/themes/pmahomme/img/s_error2.png
similarity index 100%
rename from pmahomme/img/s_error2.png
rename to themes/pmahomme/img/s_error2.png
diff --git a/emphasis/img/s_fulltext.png b/themes/pmahomme/img/s_fulltext.png
similarity index 100%
rename from emphasis/img/s_fulltext.png
rename to themes/pmahomme/img/s_fulltext.png
diff --git a/pmahomme/img/s_host.png b/themes/pmahomme/img/s_host.png
similarity index 100%
rename from pmahomme/img/s_host.png
rename to themes/pmahomme/img/s_host.png
diff --git a/hillside/img/s_info.png b/themes/pmahomme/img/s_info.png
similarity index 100%
rename from hillside/img/s_info.png
rename to themes/pmahomme/img/s_info.png
diff --git a/clearview3/img_32bit/s_lang.png b/themes/pmahomme/img/s_lang.png
similarity index 100%
rename from clearview3/img_32bit/s_lang.png
rename to themes/pmahomme/img/s_lang.png
diff --git a/emphasis/img/s_loggoff.png b/themes/pmahomme/img/s_loggoff.png
similarity index 100%
rename from emphasis/img/s_loggoff.png
rename to themes/pmahomme/img/s_loggoff.png
diff --git a/pmahomme/img/s_notice.png b/themes/pmahomme/img/s_notice.png
similarity index 100%
rename from pmahomme/img/s_notice.png
rename to themes/pmahomme/img/s_notice.png
diff --git a/pmahomme/img/s_okay.png b/themes/pmahomme/img/s_okay.png
similarity index 100%
rename from pmahomme/img/s_okay.png
rename to themes/pmahomme/img/s_okay.png
diff --git a/emphasis/img/s_partialtext.png b/themes/pmahomme/img/s_partialtext.png
similarity index 100%
rename from emphasis/img/s_partialtext.png
rename to themes/pmahomme/img/s_partialtext.png
diff --git a/emphasis/img/s_passwd.png b/themes/pmahomme/img/s_passwd.png
similarity index 100%
rename from emphasis/img/s_passwd.png
rename to themes/pmahomme/img/s_passwd.png
diff --git a/clearview3/img_32bit/s_process.png b/themes/pmahomme/img/s_process.png
similarity index 100%
rename from clearview3/img_32bit/s_process.png
rename to themes/pmahomme/img/s_process.png
diff --git a/pmahomme/img/s_really.png b/themes/pmahomme/img/s_really.png
similarity index 100%
rename from pmahomme/img/s_really.png
rename to themes/pmahomme/img/s_really.png
diff --git a/pmahomme/img/s_reload.png b/themes/pmahomme/img/s_reload.png
similarity index 100%
rename from pmahomme/img/s_reload.png
rename to themes/pmahomme/img/s_reload.png
diff --git a/emphasis/img/s_replication.png b/themes/pmahomme/img/s_replication.png
similarity index 100%
rename from emphasis/img/s_replication.png
rename to themes/pmahomme/img/s_replication.png
diff --git a/pmahomme/img/s_rights.png b/themes/pmahomme/img/s_rights.png
similarity index 100%
rename from pmahomme/img/s_rights.png
rename to themes/pmahomme/img/s_rights.png
diff --git a/pmahomme/img/s_status.png b/themes/pmahomme/img/s_status.png
similarity index 100%
rename from pmahomme/img/s_status.png
rename to themes/pmahomme/img/s_status.png
diff --git a/pmahomme/img/s_success.png b/themes/pmahomme/img/s_success.png
similarity index 100%
rename from pmahomme/img/s_success.png
rename to themes/pmahomme/img/s_success.png
diff --git a/emphasis/img/s_sync.png b/themes/pmahomme/img/s_sync.png
similarity index 100%
rename from emphasis/img/s_sync.png
rename to themes/pmahomme/img/s_sync.png
diff --git a/pmahomme/img/s_tbl.png b/themes/pmahomme/img/s_tbl.png
similarity index 100%
rename from pmahomme/img/s_tbl.png
rename to themes/pmahomme/img/s_tbl.png
diff --git a/clearview3/img_32bit/s_theme.png b/themes/pmahomme/img/s_theme.png
similarity index 100%
rename from clearview3/img_32bit/s_theme.png
rename to themes/pmahomme/img/s_theme.png
diff --git a/pmahomme/img/s_vars.png b/themes/pmahomme/img/s_vars.png
similarity index 100%
rename from pmahomme/img/s_vars.png
rename to themes/pmahomme/img/s_vars.png
diff --git a/emphasis/img/s_views.png b/themes/pmahomme/img/s_views.png
similarity index 100%
rename from emphasis/img/s_views.png
rename to themes/pmahomme/img/s_views.png
diff --git a/clearview3/img_32bit/s_warn.png b/themes/pmahomme/img/s_warn.png
similarity index 100%
rename from clearview3/img_32bit/s_warn.png
rename to themes/pmahomme/img/s_warn.png
diff --git a/emphasis/img/spacer.png b/themes/pmahomme/img/spacer.png
similarity index 100%
rename from emphasis/img/spacer.png
rename to themes/pmahomme/img/spacer.png
diff --git a/pmahomme/img/tab_bg.png b/themes/pmahomme/img/tab_bg.png
similarity index 100%
rename from pmahomme/img/tab_bg.png
rename to themes/pmahomme/img/tab_bg.png
diff --git a/pmahomme/img/tab_hover_bg.png b/themes/pmahomme/img/tab_hover_bg.png
similarity index 100%
rename from pmahomme/img/tab_hover_bg.png
rename to themes/pmahomme/img/tab_hover_bg.png
diff --git a/pmahomme/img/tab_warning_bg.png b/themes/pmahomme/img/tab_warning_bg.png
similarity index 100%
rename from pmahomme/img/tab_warning_bg.png
rename to themes/pmahomme/img/tab_warning_bg.png
diff --git a/pmahomme/img/tabactive_bg.png b/themes/pmahomme/img/tabactive_bg.png
similarity index 100%
rename from pmahomme/img/tabactive_bg.png
rename to themes/pmahomme/img/tabactive_bg.png
diff --git a/aqua_brushed/img/vertical_line.png b/themes/pmahomme/img/vertical_line.png
similarity index 100%
rename from aqua_brushed/img/vertical_line.png
rename to themes/pmahomme/img/vertical_line.png
diff --git a/aqua/img/window-new.png b/themes/pmahomme/img/window-new.png
similarity index 100%
rename from aqua/img/window-new.png
rename to themes/pmahomme/img/window-new.png
diff --git a/pmahomme/info.inc.php b/themes/pmahomme/info.inc.php
similarity index 100%
rename from pmahomme/info.inc.php
rename to themes/pmahomme/info.inc.php
diff --git a/emphasis/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
similarity index 100%
rename from emphasis/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
rename to themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
diff --git a/emphasis/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
similarity index 100%
rename from emphasis/jquery/images/ui-bg_flat_75_ffffff_40x100.png
rename to themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
diff --git a/emphasis/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
similarity index 100%
rename from emphasis/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
rename to themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
diff --git a/emphasis/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
similarity index 100%
rename from emphasis/jquery/images/ui-bg_glass_65_ffffff_1x400.png
rename to themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
diff --git a/emphasis/jquery/images/ui-bg_glass_75_dadada_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
similarity index 100%
rename from emphasis/jquery/images/ui-bg_glass_75_dadada_1x400.png
rename to themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
diff --git a/emphasis/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
similarity index 100%
rename from emphasis/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
rename to themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
diff --git a/emphasis/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
similarity index 100%
rename from emphasis/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
rename to themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
diff --git a/emphasis/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
similarity index 100%
rename from emphasis/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
rename to themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
diff --git a/emphasis/jquery/images/ui-icons_222222_256x240.png b/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
similarity index 100%
rename from emphasis/jquery/images/ui-icons_222222_256x240.png
rename to themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
diff --git a/emphasis/jquery/images/ui-icons_2e83ff_256x240.png b/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
similarity index 100%
rename from emphasis/jquery/images/ui-icons_2e83ff_256x240.png
rename to themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
diff --git a/emphasis/jquery/images/ui-icons_454545_256x240.png b/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
similarity index 100%
rename from emphasis/jquery/images/ui-icons_454545_256x240.png
rename to themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
diff --git a/emphasis/jquery/images/ui-icons_888888_256x240.png b/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
similarity index 100%
rename from emphasis/jquery/images/ui-icons_888888_256x240.png
rename to themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
diff --git a/emphasis/jquery/images/ui-icons_cd0a0a_256x240.png b/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
similarity index 100%
rename from emphasis/jquery/images/ui-icons_cd0a0a_256x240.png
rename to themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
diff --git a/graphite/jquery/jquery-ui-1.8.custom.css b/themes/pmahomme/jquery/jquery-ui-1.8.custom.css
similarity index 100%
rename from graphite/jquery/jquery-ui-1.8.custom.css
rename to themes/pmahomme/jquery/jquery-ui-1.8.custom.css
diff --git a/pmahomme/layout.inc.php b/themes/pmahomme/layout.inc.php
similarity index 100%
rename from pmahomme/layout.inc.php
rename to themes/pmahomme/layout.inc.php
diff --git a/pmahomme/screen.png b/themes/pmahomme/screen.png
similarity index 100%
rename from pmahomme/screen.png
rename to themes/pmahomme/screen.png
diff --git a/toba/README b/toba/README
deleted file mode 100644
index ab7f0298a..000000000
--- a/toba/README
+++ /dev/null
@@ -1,16 +0,0 @@
-Toba - themes for phpMyAdmin
-http://github.com/back2arie/Toba
-
-Tested on phpMyAdmin 3.4.0-beta2
-
-Tested browser:
- - Mozilla Firefox 3.6.13
- - Google Chrome 8.0.552.237
- - Safari 5.0.2
-
-
-TODO
- - check all element
- - check jquery component
- - clean css
- - ...
\ No newline at end of file
diff --git a/toba/css/theme_left.css.php b/toba/css/theme_left.css.php
deleted file mode 100644
index 1c24d51c2..000000000
--- a/toba/css/theme_left.css.php
+++ /dev/null
@@ -1,301 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : (
- isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- background: ;
- color: ;
- margin: 0;
- padding: 0;
-}
-
-a img {
- border: 0;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: ;
-}
-
-ul {
- margin:0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
-}
-
-/* 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;
-}
-
-.navi_dbName {
- font-weight: bold;
- color: ;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo {
-
- padding-top: 5px;
-}
-
-div#leftframelinks {
- margin: 0;
- padding: 0;
-}
-
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- padding-bottom: 8px;
- text-align: center;
-}
-
-ul#databaseList {
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- padding-: 1.5em;
- margin-left: 0;
- padding-left: 0;
- list-style: none;
-}
-
-ul#databaseList a {
- display: block;
- font-style: normal;
- padding: 3px;
-}
-
-div#navidbpageselector a,
-ul#databaseList a,
-ul#databaseList a:hover {
- background: url(./themes/original/img/s_tbl.png) no-repeat;
- color: ;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- color: ;
-}
-
-ul#databaseList a:hover {
- background: url(./themes/original/img/s_tbl.png) no-repeat ;
- color: ;
-}
-
-ul#databaseList ul {
- padding-left: 1em;
- padding-right: 0;
- list-style: none;
-}
-
-ul#databaseList li ul li {
- margin-left: 1em;
-}
-
-ul#databaseList li.selected a {
- background: ;
- color: ;
-}
-
-ul#databaseList li {
- background: url(./themes/original/img/s_tbl.png) no-repeat;
- text-indent: 18px;
- margin-top: 0;
- font-weight: bold;
-}
-
-ul#databaseList li a {
- font-weight: normal;
-}
-
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 0;
- padding: 0.2em;
- border: 0.1em solid ;
- background: ;
-}
-
-div#leftframelinks a img.icon:hover {
- background: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- /*font-size: 80%;*/
-}
-
-#body_leftFrame {
- background-image: url(getImgPath(); ?>logo_right.png);
- background-position: bottom;
- background-repeat: no-repeat;
- background-attachment:fixed;
-}
-
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- /*font-size: 80%;*/
- background: ;
-}
-
-div#left_tableList ul ul {
- /*font-size: 100%;*/
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-: 0;
- padding-: 0.1em;
- border-: 0.1em solid ;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid ;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: ;
-}
-#serverinfo a:hover {
- background: ;
- color: ;
-}
-
-#NavFilter {
- display: none;
-}
-
-#NavFilter input {
- padding: 2px 0;
- margin: 3px 0;
-}
-
-#clear_fast_filter {
- cursor: pointer;
- padding: 0;
- margin: 6px 5px 0 -23px;
- position: relative;
- float: right;
-}
-
-#fast_filter {
- width: 100%;
- padding:2px 0px;
- margin:0;
- border:0;
-}
-
-
-
-
-ul#newtable li {
- margin-top: 15px;
-}
\ No newline at end of file
diff --git a/toba/css/theme_print.css.php b/toba/css/theme_print.css.php
deleted file mode 100644
index 49a0d2363..000000000
--- a/toba/css/theme_print.css.php
+++ /dev/null
@@ -1,38 +0,0 @@
-
-/* For printview */
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
diff --git a/toba/css/theme_right.css.php b/toba/css/theme_right.css.php
deleted file mode 100644
index 6b9366d04..000000000
--- a/toba/css/theme_right.css.php
+++ /dev/null
@@ -1,1865 +0,0 @@
-
-/******************************************************************************/
-/* general tags */
-html {
- font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : (
- isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-
- font-family: ;
-
- padding: 0;
- line-height: 20px;
- margin: 0;
- color: #333;
- /*color: ;*/
- background: ;
-}
-
-
-textarea, tt, pre, code {
- font-family: ;
-}
-
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 120%;
- font-weight: bold;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a, a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: ;
- cursor: pointer;
-}
-
-a:hover {
- text-decoration: underline;
- color: ;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: ;
- background-color: ;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-textarea {
- overflow: visible;
- height: em;
-}
-
-fieldset {
- margin-top: 1em;
- border: solid 1px;
- padding: 0.5em;
- background: ;
-}
-
-fieldset fieldset {
- margin: 0.8em;
-}
-
-fieldset legend {
- font-weight: bold;
- color: #444444;
- background-color: ;
-}
-
-/* buttons in some browsers (eg. Konqueror) are block elements,
- this breaks design */
-button {
- display: inline;
-}
-
-table {
- border: 1px solid #999;
-}
-
-table caption,
-table th,
-table td {
- padding: 3px;
- margin: 0;
- vertical-align: top;
-}
-
-img,
-input,
-select,
-button {
- vertical-align: middle;
-}
-
-
-/******************************************************************************/
-/* classes */
-div.tools {
- border: 1px solid #000000;
- padding: 0.2em;
-}
-
-div.tools,
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- /* avoid a thick line since this should be used under another fieldset */
- border-top: 0;
- text-align: ;
- float: none;
- clear: both;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 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 items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: ;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: ;
-}
-
-
-/* marked table rows */
-td.marked,
-table tr.marked th,
-table tr.marked {
- background: ;
- color: ;
-}
-
-
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover,
-.structure_actions_dropdown {
- background: ;
- color: ;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: ;
- color: ;
-}
-
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-table .value {
- text-align: ;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-
-.value {
- font-family: ;
-}
-
-.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: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.syntax a {
- text-decoration: none;
- border-bottom:1px dotted black;
-}
-
-.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, img.footnotemarker {
- vertical-align: middle;
- margin-right: 0.3em;
- margin-left: 0.3em;
-}
-
-img.footnotemarker {
- display: none;
-}
-
-/* no extra space in table cells */
-td .icon {
- margin: 0;
-}
-
-.selectallarrow {
- margin-: 0.3em;
- margin-: 0.6em;
-}
-
-/* message boxes: warning, error, confirmation */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: ;
- margin: 0 0 0.2em 0;
-}
-
-div.success,
-div.notice,
-div.warning,
-div.error,
-div.footnotes {
- margin: 5px 0;
- border: 2px solid;
-
- background-repeat: no-repeat;
-
- background-position: 10px 50%;
- padding: 0.1em 0.1em 0.1em 36px;
-
- background-position: 99% 50%;
- padding: 10px 5% 10px 10px;
-
-
- padding: 0.3em;
-
-}
-
-.success {
- color: #000000;
- background-color: #f0fff0;
-}
-h1.success,
-div.success {
- border-color: #00FF00;
-
- background-image: url(getImgPath(); ?>s_success.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;
-
-
-}
-.success h1 {
- border-color: #00FF00;
-}
-
-.notice, .footnotes {
- color: #000000;
- background-color: #FFFFDD;
-}
-h1.notice,
-div.notice,
-div.footnotes {
- border-color: #FFD700;
-
- background-image: url(getImgPath(); ?>s_notice.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;
-
-
-}
-.notice h1 {
- border-color: #FFD700;
-}
-
-.warning {
- color: #CC0000;
- background-color: #FFFFCC;
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #CC0000;
-
- background-image: url(getImgPath(); ?>s_warn.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;
-
-
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
-.error {
- background-color: #FFFFCC;
- color: #ff0000;
-}
-
-h1.error,
-div.error {
- border-color: #ff0000;
-
- background-image: url(getImgPath(); ?>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;
-
-
-}
-div.error h1 {
- border-color: #ff0000;
-}
-
-.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(getImgPath(); ?>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 */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: ;
- background: ;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: ;
- background: ;
-}
-
-.tblHeaders a:link,
-.tblHeaders a:active,
-.tblHeaders a:visited,
-div.tools a:link,
-div.tools a:visited,
-div.tools a:active,
-.tblFooters a:link,
-.tblFooters a:active,
-.tblFooters a:visited {
- color: ;
-}
-
-.tblHeaders a:hover,
-div.tools a:hover,
-.tblFooters a:hover {
- color: #FF0000;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #FF0000;
- 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;
-}
-
-.nowrap {
- white-space: nowrap;
-}
-
-/**
- * login form
- */
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: ;
- width: 10em;
- font-weight: bolder;
-}
-
-.commented_column {
- border-bottom: 1px dashed black;
-}
-
-.column_attribute {
- font-size: 70%;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-#tbl_summary_row, thead {
- background: #333333;
-}
-
-#topmenucontainer {
- background: ;
- padding: 0px;
- margin-bottom: 10px;
- border: 1px solid #333;
-}
-
-/* topmenu */
-ul#topmenu, ul#topmenu2, ul.tabs {
- font-weight: bold;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-ul#topmenu2 {
- margin: 0;
- background: ;
- border-top: 3px solid ;
-}
-
-ul#topmenu li, ul#topmenu2 li {
- float: ;
- margin: 0;
- padding: 0;
- vertical-align: middle;
- border-right: 1px solid #333;
-}
-
-ul#topmenu2 li {
- padding: 0 3px;
- border: none;
-}
-
-#topmenu img, #topmenu2 img {
- vertical-align: middle;
- margin-: 0.1em;
-}
-
-/* default tab styles */
-ul#topmenu a, ul#topmenu span {
- display: block;
- margin: 0.2em 0.2em 0 0.2em;
- padding: 0.2em 0.2em 0 0.2em;
- white-space: nowrap;
-}
-
-ul#topmenu ul a {
- margin: 0;
- padding-bottom: 0.2em;
-}
-
-ul#topmenu .submenu {
- display: none;
- position: relative;
-}
-
-ul#topmenu ul {
- margin: 0;
- padding: 0;
- position: absolute;
- right: 0;
- list-style-type: none;
- display: none;
- border: 1px #666 solid;
-}
-
-ul#topmenu li:hover ul, ul#topmenu .submenuhover ul {
- display: block;
-}
-
-ul#topmenu ul li {
- width: 100%;
-}
-
-ul#topmenu2 a {
- display: block;
- margin: 0.1em;
- padding: 0.2em;
- white-space: nowrap;
-}
-
-/* disabled tabs */
-ul#topmenu span.tab {
- color: #666666;
-}
-
-/* disabled drop/empty tabs */
-ul#topmenu span.tabcaution {
- color: #ff6666;
-}
-
-/* enabled drop/empty tabs
-ul#topmenu a.tabcaution {
- color: #FF0000;
-}
-ul#topmenu a.tabcaution:hover {
- color: #FFFFFF;
- background-color: #FF0000;
-}*/
-fieldset.caution a {
- color: #FF0000;
-}
-fieldset.caution a:hover {
- color: #ffffff;
- background-color: #FF0000;
-}
-
-
-/* active tab */
-ul#topmenu a.tabactive, ul#topmenu2 a.tabactive {
- color: black;
-}
-
-ul#topmenu ul {
- background: ;
-}
-
-#topmenu {
- margin-top: 0.5em;
- padding: 0.1em 0.3em 0.1em 0.3em;
-}
-
-/*
-ul#topmenu ul {
- -moz-box-shadow: 2px 2px 3px #666;
- -webkit-box-shadow: 2px 2px 3px #666;
- box-shadow: 2px 2px 3px #666;
-}
-
-ul#topmenu > li {
- border-bottom: 1pt solid black;
-}
-*/
-
-/* default tab styles */
-ul#topmenu a, ul#topmenu span {
- background-color: ;
- padding: 5px;
- margin: 0;
- /*border: 0px solid ;
- border-width: 1pt 1pt 0 1pt;
- -moz-border-radius: 0.4em 0.4em 0 0;
- border-radius: 0.4em 0.4em 0 0;*/
-}
-
-ul#topmenu ul a {
- border-width: 1pt 0 0 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-
-ul#topmenu ul li:first-child a {
- border-width: 0;
-}
-
-/* enabled hover/active tabs */
-ul#topmenu > li > a:hover,
-ul#topmenu > li > .tabactive {
- padding: 5px;
- text-decoration: none;
-}
-
-ul#topmenu ul a:hover,
-ul#topmenu ul .tabactive {
- text-decoration: none;
-}
-
-ul#topmenu a.tab:hover,
-ul#topmenu .tabactive {
- background-color: ;
- padding: 5px;
-}
-
-ul#topmenu2 a.tab:hover,
-ul#topmenu2 a.tabactive {
- background-color: ;
- -moz-border-radius: 0.3em;
- border-radius: 0.3em;
- text-decoration: none;
-}
-
-/* to be able to cancel the bottom border, use */
-ul#topmenu > li.active {
- border-bottom: 1pt solid ;
-}
-
-/* disabled drop/empty tabs */
-ul#topmenu span.tab,
-a.warning,
-ul#topmenu span.tabcaution {
- cursor: url(getImgPath(); ?>error.ico), default;
-}
-
-/* end topmenu */
-
-
-/* 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: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#serverinfo {
- font-weight: bold;
- color: ;
- padding: 5px;
- background: ;
- border: 1px solid #999;
-}
-
-#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;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#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;
-}
-
-/* user privileges */
-#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: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- width: 29%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer select {
- width: 100%;
- /* height: 12em; */
-}
-
-textarea#sqlquery {
- width: 100%;
- /* height: 100%; */
-}
-textarea#sql_query_edit{
- height:7em;
- width: 95%;
- display:block;
-}
-div#queryboxcontainer div#bookmarkoptions {
- margin-top: 0.5em;
-}
-/* end querybox */
-
-/* main page */
-#maincontainer {
- /*background-image: url(getImgPath(); ?>logo_right.png);
- /*background-position: bottom;
- background-repeat: no-repeat;*/
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-type: disc;
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin: 0.2em 0em;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation {
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(getImgPath(); ?>s_theme.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(getImgPath(); ?>s_reload.png);
-}
-
-li#li_user_preferences {
- list-style-image: url(getImgPath(); ?>b_tblops.png);
-}
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em solid silver;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order {
- min-width: 48%;
- float: ;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: ;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_removal,
-#div_table_maintenance {
- min-width: 48%;
- float: ;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: ;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-label.desc sup {
- position: absolute;
-}
-
-code.sql, div.sqlvalidate {
- display: block;
- padding: 0.3em;
- margin-top: 0;
- margin-bottom: 0;
- border: solid 1px;
- border-top: 0;
- border-bottom: 0;
- max-height: 10em;
- overflow: auto;
- background: ;
-}
-
-#main_pane_left {
- width: 60%;
- float: ;
- padding-top: 1em;
-}
-
-#main_pane_right {
- margin-: 60%;
- padding-top: 1em;
- padding-: 1em;
-}
-
-.group {
- border: 0.3em solid ;
- margin-bottom: 1em;
- margin-right: 1em;
-}
-
-.group h2 {
- background: ;
- padding: 0.1em 0.3em;
- margin-top: 0;
- color: ;
-}
-
-.group ul {
- margin: 15px;
- padding-left: 20px;
-}
-
-.group-cnt {
- padding: 0 0 0 0.5em;
- display: inline-block;
- width: 98%;
-}
-
-/* for elements that should be revealed only via js */
-.hide {
- display: none;
-}
-
-#li_select_server {
- list-style-image: url(getImgPath(); ?>s_host.png);
-}
-
-#list_server {
- list-style-image: none;
-}
-
-/**
- * Progress bar styles
- */
-div.upload_progress_bar_outer
-{
- border: 1px solid black;
- width: 202px;
-}
-
-div.upload_progress_bar_inner
-{
- background-color: ;
- width: 0px;
- height: 12px;
- margin: 1px;
-}
-
-table#serverconnection_src_remote,
-table#serverconnection_trg_remote,
-table#serverconnection_src_local,
-table#serverconnection_trg_local {
- float:left;
-}
-/**
- * Validation error message styles
- */
-.invalid_value
-{background:#F00;}
-
-/**
- * Ajax notification styling
- */
- .ajax_notification {
- top: 0px; /** The notification needs to be shown on the top of the page */
- position: fixed;
- margin-top: 0;
- margin-right: auto;
- margin-bottom: 0;
- margin-left: auto;
- padding: 3px 5px; /** Keep a little space on the sides of the text */
- min-width: 70px;
- max-width: 350px; /** This value might have to be changed */
- background-color: #FFD700;
- z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
- text-align: center;
- display: block;
- left: 0;
- right: 0;
- background-image: url(getImgPath(); ?>ajax_clock_small.gif);
- background-repeat: no-repeat;
- background-position: 2%;
- }
-
- #loading_parent {
- /** Need this parent to properly center the notification division */
- position: relative;
- width: 100%;
- }
-/**
- * Export and Import styles
- */
-
-.exportoptions h3, .importoptions h3 {
- border-bottom: 1px #999999 solid;
- font-size: 110%;
-}
-
-.exportoptions ul, .importoptions ul, .format_specific_options ul {
- list-style-type: none;
- margin-bottom: 15px;
-}
-
-.exportoptions li, .importoptions li {
- margin: 7px;
-}
-.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
- margin: 5px;
- float: none;
-}
-
-#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
- float: left;
- width: 15em;
-}
-
-.exportoptions, .importoptions {
- margin: 20px 30px 30px 10px
-}
-
-.exportoptions #buttonGo, .importoptions #buttonGo {
- padding: 5px 30px;
- -moz-border-radius: 11px;
- -webkit-border-radius: 11px;
- border-radius: 11px;
- background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
- background: -moz-linear-gradient(top, #ffffff, #cccccc);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
- border: 1px solid #444444;
- cursor: pointer;
-}
-
-.format_specific_options h3 {
- margin: 10px 0px 0px 10px;
- border: 0px;
-}
-
-.format_specific_options {
- border: 1px solid #999999;
- margin: 7px 0px;
- padding: 3px;
-}
-
-p.desc {
- margin: 5px;
-}
-
-/**
- * Export styles only
- */
-select#db_select, select#table_select {
- width: 400px;
-}
-
-.export_sub_options {
- margin: 20px 0px 0px 30px;
-}
-
-.export_sub_options h4 {
- border-bottom: 1px #999999 solid;
-}
-
-.export_sub_options li.subgroup {
- display: inline-block;
- margin-top: 0;
-}
-
-.export_sub_options li {
- margin-bottom: 0;
-}
-
-#quick_or_custom, #output_quick_export {
- display: none;
-}
-/**
- * Import styles only
- */
-
-.importoptions #import_notification {
- margin: 10px 0px;
- font-style: italic;
-}
-
-input#input_import_file {
- margin: 5px;
-}
-
-.formelementrow {
- margin: 5px 0px 5px 0px;
-}
-
-/**
- * ENUM/SET editor styles
- */
-p.enum_notice {
- margin: 5px 2px;
- font-size: 80%;
-}
-
-#enum_editor {
- display: none;
- position: fixed;
- _position: absolute; /* hack for IE */
- z-index: 101;
- overflow-y: auto;
- overflow-x: hidden;
-}
-
-#enum_editor_no_js {
- margin: auto auto;
-}
-
-#enum_editor, #enum_editor_no_js {
- background: #D0DCE0;
- padding: 15px;
-}
-
-#popup_background {
- display: none;
- position: fixed;
- _position: absolute; /* hack for IE6 */
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background: #000;
- z-index: 100;
- overflow: hidden;
-}
-
-a.close_enum_editor {
- float: right;
-}
-
-#enum_editor #values, #enum_editor_no_js #values {
- margin: 15px 0px;
- width: 100%;
-}
-
-#enum_editor #values input, #enum_editor_no_js #values input {
- margin: 5px 0px;
- float: top;
- width: 100%;
-}
-
-}
-
-#enum_editor_output {
- margin-top: 50px;
-}
-
-/**
- * Table structure styles
- */
-.structure_actions_dropdown {
- position: absolute;
- padding: 3px;
- display: none;
- z-index: 100;
-}
-
-.structure_actions_dropdown a {
- display: block;
-}
-
-td.more_opts {
- display: none;
- white-space: nowrap;
-}
-
-iframe.IE_hack {
- z-index: 1;
- position: absolute;
- display: none;
- border: 0;
- filter: alpha(opacity=0);
-}
-
-/* config forms */
-.config-form ul.tabs {
- margin: 1.1em 0.2em 0;
- padding: 0 0 0.3em 0;
- list-style: none;
- font-weight: bold;
-}
-
-.config-form ul.tabs li {
- background: ;
- border: 1px solid ;
- float: ;
-}
-
-.config-form ul.tabs li a {
- display: block;
- margin: 0.1em 0.2em 0;
- padding: 0.1em 0.4em;
- white-space: nowrap;
- text-decoration: none;
- border-bottom: none;
-}
-
-.config-form ul.tabs li a:hover,
-.config-form ul.tabs li a:active,
-.config-form ul.tabs li a.active {
- margin: 0;
- padding: 0.1em 0.6em 0.2em;
-}
-
-.config-form ul.tabs li a.active {
- background-color: ;
- color:
-}
-
-.config-form fieldset {
- margin-top: 0;
- padding: 0;
- clear: both;
- /*border-color: ;*/
-}
-
-.config-form legend {
- display: none;
-}
-
-.config-form fieldset p {
- margin: 0;
- padding: 0.5em;
- background: ;
- color: ;
-}
-
-.config-form fieldset .errors { /* form error list */
- margin: 0 -2px 1em -2px;
- padding: 0.5em 1.5em;
- background: #FBEAD9;
- border: 0 #C83838 solid;
- border-width: 1px 0;
- list-style: none;
- font-family: sans-serif;
- font-size: small;
-}
-
-.config-form fieldset .inline_errors { /* field error list */
- margin: 0.3em 0.3em 0.3em 0;
- padding: 0;
- list-style: none;
- color: #9A0000;
- font-size: small;
-}
-
-.config-form fieldset th {
- padding: 0.3em 0.3em 0.3em 0.5em;
- text-align: left;
- vertical-align: top;
- width: 40%;
- background: transparent;
-}
-
-.config-form fieldset .doc, .config-form fieldset .disabled-notice {
- margin-left: 1em;
-}
-
-.config-form fieldset .disabled-notice {
- font-size: 80%;
- text-transform: uppercase;
- color: #E00;
- cursor: help;
-}
-
-.config-form fieldset td {
- padding-top: 0.3em;
- padding-bottom: 0.3em;
- vertical-align: top;
-}
-
-.config-form fieldset th small {
- display: block;
- font-weight: normal;
- font-family: sans-serif;
- font-size: x-small;
- color: #444;
-}
-
-.config-form fieldset th, .config-form fieldset td {
- border-top: 1px solid;
-}
-
-fieldset .group-header th {
- background: ;
-}
-
-fieldset .group-header + tr th {
- padding-top: 0.6em;
-}
-
-fieldset .group-field-1 th, fieldset .group-header-2 th {
- padding-left: 1.5em;
-}
-
-fieldset .group-field-2 th, fieldset .group-header-3 th {
- padding-left: 3em;
-}
-
-fieldset .group-field-3 th {
- padding-left: 4.5em;
-}
-
-fieldset .disabled-field th,
-fieldset .disabled-field th small,
-fieldset .disabled-field td {
- color: #666;
- background-color: #ddd;
-}
-
-.config-form .lastrow {
- border-top: 1px #000 solid;
-}
-
-.config-form .lastrow {
- background: ;;
- padding: 0.5em;
- text-align: center;
-}
-
-.config-form .lastrow input {
- font-weight: bold;
-}
-
-/* form elements */
-
-.config-form span.checkbox {
- padding: 2px;
- display: inline-block;
-}
-
-.config-form .custom { /* customized field */
- background: #FFC;
-}
-
-.config-form span.checkbox.custom {
- padding: 1px;
- border: 1px #EDEC90 solid;
- background: #FFC;
-}
-
-.config-form .field-error {
- border-color: #A11 !important;
-}
-
-.config-form input[type="text"],
-.config-form select,
-.config-form textarea {
- border: 1px #A7A6AA solid;
- height: auto;
-}
-
-.config-form input[type="text"]:focus,
-.config-form select:focus,
-.config-form textarea:focus {
- border: 1px #6676FF solid;
- background: #F7FBFF;
-}
-
-.config-form .field-comment-mark {
- font-family: serif;
- color: #007;
- cursor: help;
- padding: 0 0.2em;
- font-weight: bold;
- font-style: italic;
-}
-
-.config-form .field-comment-warning {
- color: #A00;
-}
-
-/* error list */
-.config-form dd {
- margin-left: 0.5em;
-}
-
-.config-form dd:before {
- content: "\25B8 ";
-}
-
-.click-hide-message {
- cursor: pointer;
-}
-
-.prefsmanage_opts {
- margin-: 2em;
-}
-
-#prefs_autoload {
- margin-bottom: 0.5em;
-}
-
-
-
-
-/* Misc */
-#serverinfo a {
- color: ;
-}
-
-#serverinfo a:hover {
- color: ;
- text-decoration: none;
-}
-
-table.data {
- margin: 0 5px 5px 0;
-}
-
-table.data thead a, table.insertRowTable thead a {
- color: ;
- /*font-weight: normal;*/
-}
-
-table.data a {
- color: ;
-}
-
-th a {
- color: ;
-}
-
-th label, .name, tr.odd th, tr.even th {
- color: ;
-}
-
-
-.ui-widget-header {
- background: red;
-}
diff --git a/toba/img/ajax_clock_small.gif b/toba/img/ajax_clock_small.gif
deleted file mode 100644
index 5b33f7e54..000000000
Binary files a/toba/img/ajax_clock_small.gif and /dev/null differ
diff --git a/toba/img/arrow_ltr.png b/toba/img/arrow_ltr.png
deleted file mode 100644
index 8cdb8ca17..000000000
Binary files a/toba/img/arrow_ltr.png and /dev/null differ
diff --git a/toba/img/arrow_rtl.png b/toba/img/arrow_rtl.png
deleted file mode 100644
index 6b70c4eb7..000000000
Binary files a/toba/img/arrow_rtl.png and /dev/null differ
diff --git a/toba/img/asc_order.png b/toba/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/toba/img/asc_order.png and /dev/null differ
diff --git a/toba/img/b_bookmark.png b/toba/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/toba/img/b_bookmark.png and /dev/null differ
diff --git a/toba/img/b_browse.png b/toba/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/toba/img/b_browse.png and /dev/null differ
diff --git a/toba/img/b_calendar.png b/toba/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/toba/img/b_calendar.png and /dev/null differ
diff --git a/toba/img/b_chart.png b/toba/img/b_chart.png
deleted file mode 100644
index 388ec3006..000000000
Binary files a/toba/img/b_chart.png and /dev/null differ
diff --git a/toba/img/b_comment.png b/toba/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/toba/img/b_comment.png and /dev/null differ
diff --git a/toba/img/b_dbstatistics.png b/toba/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/toba/img/b_dbstatistics.png and /dev/null differ
diff --git a/toba/img/b_deltbl.png b/toba/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/toba/img/b_deltbl.png and /dev/null differ
diff --git a/toba/img/b_docs.png b/toba/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/toba/img/b_docs.png and /dev/null differ
diff --git a/toba/img/b_docsql.png b/toba/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/toba/img/b_docsql.png and /dev/null differ
diff --git a/toba/img/b_drop.png b/toba/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/toba/img/b_drop.png and /dev/null differ
diff --git a/toba/img/b_edit.png b/toba/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/toba/img/b_edit.png and /dev/null differ
diff --git a/toba/img/b_empty.png b/toba/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/toba/img/b_empty.png and /dev/null differ
diff --git a/toba/img/b_engine.png b/toba/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/toba/img/b_engine.png and /dev/null differ
diff --git a/toba/img/b_export.png b/toba/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/toba/img/b_export.png and /dev/null differ
diff --git a/toba/img/b_firstpage.png b/toba/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/toba/img/b_firstpage.png and /dev/null differ
diff --git a/toba/img/b_ftext.png b/toba/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/toba/img/b_ftext.png and /dev/null differ
diff --git a/toba/img/b_help.png b/toba/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/toba/img/b_help.png and /dev/null differ
diff --git a/toba/img/b_home.png b/toba/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/toba/img/b_home.png and /dev/null differ
diff --git a/toba/img/b_import.png b/toba/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/toba/img/b_import.png and /dev/null differ
diff --git a/toba/img/b_index.png b/toba/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/toba/img/b_index.png and /dev/null differ
diff --git a/toba/img/b_info.png b/toba/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/toba/img/b_info.png and /dev/null differ
diff --git a/toba/img/b_inline_edit.png b/toba/img/b_inline_edit.png
deleted file mode 100644
index 054ddfce6..000000000
Binary files a/toba/img/b_inline_edit.png and /dev/null differ
diff --git a/toba/img/b_insrow.png b/toba/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/toba/img/b_insrow.png and /dev/null differ
diff --git a/toba/img/b_lastpage.png b/toba/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/toba/img/b_lastpage.png and /dev/null differ
diff --git a/toba/img/b_minus.png b/toba/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/toba/img/b_minus.png and /dev/null differ
diff --git a/toba/img/b_more.png b/toba/img/b_more.png
deleted file mode 100644
index 4a12e8cda..000000000
Binary files a/toba/img/b_more.png and /dev/null differ
diff --git a/toba/img/b_newdb.png b/toba/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/toba/img/b_newdb.png and /dev/null differ
diff --git a/toba/img/b_newtbl.png b/toba/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/toba/img/b_newtbl.png and /dev/null differ
diff --git a/toba/img/b_nextpage.png b/toba/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/toba/img/b_nextpage.png and /dev/null differ
diff --git a/toba/img/b_pdfdoc.png b/toba/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/toba/img/b_pdfdoc.png and /dev/null differ
diff --git a/toba/img/b_plus.png b/toba/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/toba/img/b_plus.png and /dev/null differ
diff --git a/toba/img/b_prevpage.png b/toba/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/toba/img/b_prevpage.png and /dev/null differ
diff --git a/toba/img/b_primary.png b/toba/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/toba/img/b_primary.png and /dev/null differ
diff --git a/toba/img/b_print.png b/toba/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/toba/img/b_print.png and /dev/null differ
diff --git a/toba/img/b_props.png b/toba/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/toba/img/b_props.png and /dev/null differ
diff --git a/toba/img/b_relations.png b/toba/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/toba/img/b_relations.png and /dev/null differ
diff --git a/toba/img/b_save.png b/toba/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/toba/img/b_save.png and /dev/null differ
diff --git a/toba/img/b_sbrowse.png b/toba/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/toba/img/b_sbrowse.png and /dev/null differ
diff --git a/toba/img/b_sdb.png b/toba/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/toba/img/b_sdb.png and /dev/null differ
diff --git a/toba/img/b_search.png b/toba/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/toba/img/b_search.png and /dev/null differ
diff --git a/toba/img/b_selboard.png b/toba/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/toba/img/b_selboard.png and /dev/null differ
diff --git a/toba/img/b_select.png b/toba/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/toba/img/b_select.png and /dev/null differ
diff --git a/toba/img/b_snewtbl.png b/toba/img/b_snewtbl.png
deleted file mode 100644
index 0c7d14202..000000000
Binary files a/toba/img/b_snewtbl.png and /dev/null differ
diff --git a/toba/img/b_sql.png b/toba/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/toba/img/b_sql.png and /dev/null differ
diff --git a/toba/img/b_sqldoc.png b/toba/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/toba/img/b_sqldoc.png and /dev/null differ
diff --git a/toba/img/b_sqlhelp.png b/toba/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/toba/img/b_sqlhelp.png and /dev/null differ
diff --git a/toba/img/b_tblanalyse.png b/toba/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/toba/img/b_tblanalyse.png and /dev/null differ
diff --git a/toba/img/b_tblexport.png b/toba/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/toba/img/b_tblexport.png and /dev/null differ
diff --git a/toba/img/b_tblimport.png b/toba/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/toba/img/b_tblimport.png and /dev/null differ
diff --git a/toba/img/b_tblops.png b/toba/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/toba/img/b_tblops.png and /dev/null differ
diff --git a/toba/img/b_tbloptimize.png b/toba/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/toba/img/b_tbloptimize.png and /dev/null differ
diff --git a/toba/img/b_tipp.png b/toba/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/toba/img/b_tipp.png and /dev/null differ
diff --git a/toba/img/b_unique.png b/toba/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/toba/img/b_unique.png and /dev/null differ
diff --git a/toba/img/b_usradd.png b/toba/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/toba/img/b_usradd.png and /dev/null differ
diff --git a/toba/img/b_usrcheck.png b/toba/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/toba/img/b_usrcheck.png and /dev/null differ
diff --git a/toba/img/b_usrdrop.png b/toba/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/toba/img/b_usrdrop.png and /dev/null differ
diff --git a/toba/img/b_usredit.png b/toba/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/toba/img/b_usredit.png and /dev/null differ
diff --git a/toba/img/b_usrlist.png b/toba/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/toba/img/b_usrlist.png and /dev/null differ
diff --git a/toba/img/b_view.png b/toba/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/toba/img/b_view.png and /dev/null differ
diff --git a/toba/img/b_views.png b/toba/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/toba/img/b_views.png and /dev/null differ
diff --git a/toba/img/bd_browse.png b/toba/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/toba/img/bd_browse.png and /dev/null differ
diff --git a/toba/img/bd_deltbl.png b/toba/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/toba/img/bd_deltbl.png and /dev/null differ
diff --git a/toba/img/bd_drop.png b/toba/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/toba/img/bd_drop.png and /dev/null differ
diff --git a/toba/img/bd_empty.png b/toba/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/toba/img/bd_empty.png and /dev/null differ
diff --git a/toba/img/bd_firstpage.png b/toba/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/toba/img/bd_firstpage.png and /dev/null differ
diff --git a/toba/img/bd_ftext.png b/toba/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/toba/img/bd_ftext.png and /dev/null differ
diff --git a/toba/img/bd_index.png b/toba/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/toba/img/bd_index.png and /dev/null differ
diff --git a/toba/img/bd_insrow.png b/toba/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/toba/img/bd_insrow.png and /dev/null differ
diff --git a/toba/img/bd_lastpage.png b/toba/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/toba/img/bd_lastpage.png and /dev/null differ
diff --git a/toba/img/bd_nextpage.png b/toba/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/toba/img/bd_nextpage.png and /dev/null differ
diff --git a/toba/img/bd_prevpage.png b/toba/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/toba/img/bd_prevpage.png and /dev/null differ
diff --git a/toba/img/bd_primary.png b/toba/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/toba/img/bd_primary.png and /dev/null differ
diff --git a/toba/img/bd_sbrowse.png b/toba/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/toba/img/bd_sbrowse.png and /dev/null differ
diff --git a/toba/img/bd_select.png b/toba/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/toba/img/bd_select.png and /dev/null differ
diff --git a/toba/img/bd_unique.png b/toba/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/toba/img/bd_unique.png and /dev/null differ
diff --git a/toba/img/docs_menu_bg.png b/toba/img/docs_menu_bg.png
deleted file mode 100644
index 8fe0d9746..000000000
Binary files a/toba/img/docs_menu_bg.png and /dev/null differ
diff --git a/toba/img/error.ico b/toba/img/error.ico
deleted file mode 100644
index 41d26d638..000000000
Binary files a/toba/img/error.ico and /dev/null differ
diff --git a/toba/img/eye.png b/toba/img/eye.png
deleted file mode 100644
index 564a1a971..000000000
Binary files a/toba/img/eye.png and /dev/null differ
diff --git a/toba/img/eye_grey.png b/toba/img/eye_grey.png
deleted file mode 100644
index a29cfdaad..000000000
Binary files a/toba/img/eye_grey.png and /dev/null differ
diff --git a/toba/img/item.png b/toba/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/toba/img/item.png and /dev/null differ
diff --git a/toba/img/item_ltr.png b/toba/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/toba/img/item_ltr.png and /dev/null differ
diff --git a/toba/img/item_rtl.png b/toba/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/toba/img/item_rtl.png and /dev/null differ
diff --git a/toba/img/logo_left.png b/toba/img/logo_left.png
deleted file mode 100644
index 26acf2e3b..000000000
Binary files a/toba/img/logo_left.png and /dev/null differ
diff --git a/toba/img/logo_right.png b/toba/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/toba/img/logo_right.png and /dev/null differ
diff --git a/toba/img/more.png b/toba/img/more.png
deleted file mode 100644
index e83694b3b..000000000
Binary files a/toba/img/more.png and /dev/null differ
diff --git a/toba/img/new_data.jpg b/toba/img/new_data.jpg
deleted file mode 100644
index 08d30d34a..000000000
Binary files a/toba/img/new_data.jpg and /dev/null differ
diff --git a/toba/img/new_data_hovered.jpg b/toba/img/new_data_hovered.jpg
deleted file mode 100644
index c385872ad..000000000
Binary files a/toba/img/new_data_hovered.jpg and /dev/null differ
diff --git a/toba/img/new_data_selected.jpg b/toba/img/new_data_selected.jpg
deleted file mode 100644
index caabf6767..000000000
Binary files a/toba/img/new_data_selected.jpg and /dev/null differ
diff --git a/toba/img/new_data_selected_hovered.jpg b/toba/img/new_data_selected_hovered.jpg
deleted file mode 100644
index a34ba2194..000000000
Binary files a/toba/img/new_data_selected_hovered.jpg and /dev/null differ
diff --git a/toba/img/new_struct.jpg b/toba/img/new_struct.jpg
deleted file mode 100644
index 283a5e969..000000000
Binary files a/toba/img/new_struct.jpg and /dev/null differ
diff --git a/toba/img/new_struct_hovered.jpg b/toba/img/new_struct_hovered.jpg
deleted file mode 100644
index 7a7c70442..000000000
Binary files a/toba/img/new_struct_hovered.jpg and /dev/null differ
diff --git a/toba/img/new_struct_selected.jpg b/toba/img/new_struct_selected.jpg
deleted file mode 100644
index 16b2b8cb3..000000000
Binary files a/toba/img/new_struct_selected.jpg and /dev/null differ
diff --git a/toba/img/new_struct_selected_hovered.jpg b/toba/img/new_struct_selected_hovered.jpg
deleted file mode 100644
index 77a53715d..000000000
Binary files a/toba/img/new_struct_selected_hovered.jpg and /dev/null differ
diff --git a/toba/img/php_sym.png b/toba/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/toba/img/php_sym.png and /dev/null differ
diff --git a/toba/img/pma_logo2.png b/toba/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/toba/img/pma_logo2.png and /dev/null differ
diff --git a/toba/img/s_asc.png b/toba/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/toba/img/s_asc.png and /dev/null differ
diff --git a/toba/img/s_asci.png b/toba/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/toba/img/s_asci.png and /dev/null differ
diff --git a/toba/img/s_attention.png b/toba/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/toba/img/s_attention.png and /dev/null differ
diff --git a/toba/img/s_cancel.png b/toba/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/toba/img/s_cancel.png and /dev/null differ
diff --git a/toba/img/s_cancel2.png b/toba/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/toba/img/s_cancel2.png and /dev/null differ
diff --git a/toba/img/s_db.png b/toba/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/toba/img/s_db.png and /dev/null differ
diff --git a/toba/img/s_desc.png b/toba/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/toba/img/s_desc.png and /dev/null differ
diff --git a/toba/img/s_error.png b/toba/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/toba/img/s_error.png and /dev/null differ
diff --git a/toba/img/s_error2.png b/toba/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/toba/img/s_error2.png and /dev/null differ
diff --git a/toba/img/s_fulltext.png b/toba/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/toba/img/s_fulltext.png and /dev/null differ
diff --git a/toba/img/s_host.png b/toba/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/toba/img/s_host.png and /dev/null differ
diff --git a/toba/img/s_info.png b/toba/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/toba/img/s_info.png and /dev/null differ
diff --git a/toba/img/s_lang.png b/toba/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/toba/img/s_lang.png and /dev/null differ
diff --git a/toba/img/s_loggoff.png b/toba/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/toba/img/s_loggoff.png and /dev/null differ
diff --git a/toba/img/s_notice.png b/toba/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/toba/img/s_notice.png and /dev/null differ
diff --git a/toba/img/s_okay.png b/toba/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/toba/img/s_okay.png and /dev/null differ
diff --git a/toba/img/s_partialtext.png b/toba/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/toba/img/s_partialtext.png and /dev/null differ
diff --git a/toba/img/s_passwd.png b/toba/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/toba/img/s_passwd.png and /dev/null differ
diff --git a/toba/img/s_process.png b/toba/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/toba/img/s_process.png and /dev/null differ
diff --git a/toba/img/s_really.png b/toba/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/toba/img/s_really.png and /dev/null differ
diff --git a/toba/img/s_reload.png b/toba/img/s_reload.png
deleted file mode 100644
index 0113cbd48..000000000
Binary files a/toba/img/s_reload.png and /dev/null differ
diff --git a/toba/img/s_replication.png b/toba/img/s_replication.png
deleted file mode 100644
index fec947990..000000000
Binary files a/toba/img/s_replication.png and /dev/null differ
diff --git a/toba/img/s_rights.png b/toba/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/toba/img/s_rights.png and /dev/null differ
diff --git a/toba/img/s_status.png b/toba/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/toba/img/s_status.png and /dev/null differ
diff --git a/toba/img/s_success.png b/toba/img/s_success.png
deleted file mode 100644
index 2f86f0ae6..000000000
Binary files a/toba/img/s_success.png and /dev/null differ
diff --git a/toba/img/s_sync.png b/toba/img/s_sync.png
deleted file mode 100644
index 49618bed2..000000000
Binary files a/toba/img/s_sync.png and /dev/null differ
diff --git a/toba/img/s_tbl.png b/toba/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/toba/img/s_tbl.png and /dev/null differ
diff --git a/toba/img/s_theme.png b/toba/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/toba/img/s_theme.png and /dev/null differ
diff --git a/toba/img/s_vars.png b/toba/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/toba/img/s_vars.png and /dev/null differ
diff --git a/toba/img/s_views.png b/toba/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/toba/img/s_views.png and /dev/null differ
diff --git a/toba/img/s_warn.png b/toba/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/toba/img/s_warn.png and /dev/null differ
diff --git a/toba/img/spacer.png b/toba/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/toba/img/spacer.png and /dev/null differ
diff --git a/toba/img/vertical_line.png b/toba/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/toba/img/vertical_line.png and /dev/null differ
diff --git a/toba/img/window-new.png b/toba/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/toba/img/window-new.png and /dev/null differ
diff --git a/toba/info.inc.php b/toba/info.inc.php
deleted file mode 100644
index e0e548cca..000000000
--- a/toba/info.inc.php
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Based on 'Original' theme
-*/
-$theme_name = 'Toba';
-$theme_full_version = '0.1';
-?>
diff --git a/toba/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/toba/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
deleted file mode 100644
index e425e6e46..000000000
Binary files a/toba/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png and /dev/null differ
diff --git a/toba/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/toba/jquery/images/ui-bg_flat_75_ffffff_40x100.png
deleted file mode 100644
index 72d475736..000000000
Binary files a/toba/jquery/images/ui-bg_flat_75_ffffff_40x100.png and /dev/null differ
diff --git a/toba/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/toba/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
deleted file mode 100644
index ad3d6346e..000000000
Binary files a/toba/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ
diff --git a/toba/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/toba/jquery/images/ui-bg_glass_65_ffffff_1x400.png
deleted file mode 100644
index 8569c1bc9..000000000
Binary files a/toba/jquery/images/ui-bg_glass_65_ffffff_1x400.png and /dev/null differ
diff --git a/toba/jquery/images/ui-bg_glass_75_dadada_1x400.png b/toba/jquery/images/ui-bg_glass_75_dadada_1x400.png
deleted file mode 100644
index 5a46b47cb..000000000
Binary files a/toba/jquery/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ
diff --git a/toba/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/toba/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
deleted file mode 100644
index 86c2baa65..000000000
Binary files a/toba/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ
diff --git a/toba/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/toba/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
deleted file mode 100644
index 4443fdc1a..000000000
Binary files a/toba/jquery/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ
diff --git a/toba/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/toba/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
deleted file mode 100644
index 3cd467e18..000000000
Binary files a/toba/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ
diff --git a/toba/jquery/images/ui-icons_222222_256x240.png b/toba/jquery/images/ui-icons_222222_256x240.png
deleted file mode 100644
index 8bc06cbf0..000000000
Binary files a/toba/jquery/images/ui-icons_222222_256x240.png and /dev/null differ
diff --git a/toba/jquery/images/ui-icons_2e83ff_256x240.png b/toba/jquery/images/ui-icons_2e83ff_256x240.png
deleted file mode 100644
index 7a3c7790d..000000000
Binary files a/toba/jquery/images/ui-icons_2e83ff_256x240.png and /dev/null differ
diff --git a/toba/jquery/images/ui-icons_454545_256x240.png b/toba/jquery/images/ui-icons_454545_256x240.png
deleted file mode 100644
index cfd1eaffa..000000000
Binary files a/toba/jquery/images/ui-icons_454545_256x240.png and /dev/null differ
diff --git a/toba/jquery/images/ui-icons_888888_256x240.png b/toba/jquery/images/ui-icons_888888_256x240.png
deleted file mode 100644
index 35f175092..000000000
Binary files a/toba/jquery/images/ui-icons_888888_256x240.png and /dev/null differ
diff --git a/toba/jquery/images/ui-icons_cd0a0a_256x240.png b/toba/jquery/images/ui-icons_cd0a0a_256x240.png
deleted file mode 100644
index a239d6ca6..000000000
Binary files a/toba/jquery/images/ui-icons_cd0a0a_256x240.png and /dev/null differ
diff --git a/toba/jquery/jquery-ui-1.8.custom.css b/toba/jquery/jquery-ui-1.8.custom.css
deleted file mode 100644
index a5e31ab44..000000000
--- a/toba/jquery/jquery-ui-1.8.custom.css
+++ /dev/null
@@ -1,480 +0,0 @@
-/*
-* jQuery UI CSS Framework
-* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
-* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
-*/
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled { cursor: default !important; }
-
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
-
-
-/*
-* jQuery UI CSS Framework
-* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
-* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
-* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
-*/
-
-
-/* Component containers
-----------------------------------*/
-.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
-.ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
-.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
-.ui-widget-content a { color: #222222; }
-.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
-.ui-widget-header a { color: #222222; }
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
-.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
-.ui-widget :active { outline: none; }
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
-.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
-.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
-.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
-.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
-.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
-.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
-.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
-.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
-.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
-
-/* positioning */
-.ui-icon-carat-1-n { background-position: 0 0; }
-.ui-icon-carat-1-ne { background-position: -16px 0; }
-.ui-icon-carat-1-e { background-position: -32px 0; }
-.ui-icon-carat-1-se { background-position: -48px 0; }
-.ui-icon-carat-1-s { background-position: -64px 0; }
-.ui-icon-carat-1-sw { background-position: -80px 0; }
-.ui-icon-carat-1-w { background-position: -96px 0; }
-.ui-icon-carat-1-nw { background-position: -112px 0; }
-.ui-icon-carat-2-n-s { background-position: -128px 0; }
-.ui-icon-carat-2-e-w { background-position: -144px 0; }
-.ui-icon-triangle-1-n { background-position: 0 -16px; }
-.ui-icon-triangle-1-ne { background-position: -16px -16px; }
-.ui-icon-triangle-1-e { background-position: -32px -16px; }
-.ui-icon-triangle-1-se { background-position: -48px -16px; }
-.ui-icon-triangle-1-s { background-position: -64px -16px; }
-.ui-icon-triangle-1-sw { background-position: -80px -16px; }
-.ui-icon-triangle-1-w { background-position: -96px -16px; }
-.ui-icon-triangle-1-nw { background-position: -112px -16px; }
-.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
-.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
-.ui-icon-arrow-1-n { background-position: 0 -32px; }
-.ui-icon-arrow-1-ne { background-position: -16px -32px; }
-.ui-icon-arrow-1-e { background-position: -32px -32px; }
-.ui-icon-arrow-1-se { background-position: -48px -32px; }
-.ui-icon-arrow-1-s { background-position: -64px -32px; }
-.ui-icon-arrow-1-sw { background-position: -80px -32px; }
-.ui-icon-arrow-1-w { background-position: -96px -32px; }
-.ui-icon-arrow-1-nw { background-position: -112px -32px; }
-.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
-.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
-.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
-.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
-.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
-.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
-.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
-.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
-.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
-.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
-.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
-.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
-.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
-.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
-.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
-.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
-.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
-.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
-.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
-.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
-.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
-.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
-.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
-.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
-.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
-.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
-.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
-.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
-.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
-.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
-.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
-.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
-.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
-.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
-.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
-.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
-.ui-icon-arrow-4 { background-position: 0 -80px; }
-.ui-icon-arrow-4-diag { background-position: -16px -80px; }
-.ui-icon-extlink { background-position: -32px -80px; }
-.ui-icon-newwin { background-position: -48px -80px; }
-.ui-icon-refresh { background-position: -64px -80px; }
-.ui-icon-shuffle { background-position: -80px -80px; }
-.ui-icon-transfer-e-w { background-position: -96px -80px; }
-.ui-icon-transferthick-e-w { background-position: -112px -80px; }
-.ui-icon-folder-collapsed { background-position: 0 -96px; }
-.ui-icon-folder-open { background-position: -16px -96px; }
-.ui-icon-document { background-position: -32px -96px; }
-.ui-icon-document-b { background-position: -48px -96px; }
-.ui-icon-note { background-position: -64px -96px; }
-.ui-icon-mail-closed { background-position: -80px -96px; }
-.ui-icon-mail-open { background-position: -96px -96px; }
-.ui-icon-suitcase { background-position: -112px -96px; }
-.ui-icon-comment { background-position: -128px -96px; }
-.ui-icon-person { background-position: -144px -96px; }
-.ui-icon-print { background-position: -160px -96px; }
-.ui-icon-trash { background-position: -176px -96px; }
-.ui-icon-locked { background-position: -192px -96px; }
-.ui-icon-unlocked { background-position: -208px -96px; }
-.ui-icon-bookmark { background-position: -224px -96px; }
-.ui-icon-tag { background-position: -240px -96px; }
-.ui-icon-home { background-position: 0 -112px; }
-.ui-icon-flag { background-position: -16px -112px; }
-.ui-icon-calendar { background-position: -32px -112px; }
-.ui-icon-cart { background-position: -48px -112px; }
-.ui-icon-pencil { background-position: -64px -112px; }
-.ui-icon-clock { background-position: -80px -112px; }
-.ui-icon-disk { background-position: -96px -112px; }
-.ui-icon-calculator { background-position: -112px -112px; }
-.ui-icon-zoomin { background-position: -128px -112px; }
-.ui-icon-zoomout { background-position: -144px -112px; }
-.ui-icon-search { background-position: -160px -112px; }
-.ui-icon-wrench { background-position: -176px -112px; }
-.ui-icon-gear { background-position: -192px -112px; }
-.ui-icon-heart { background-position: -208px -112px; }
-.ui-icon-star { background-position: -224px -112px; }
-.ui-icon-link { background-position: -240px -112px; }
-.ui-icon-cancel { background-position: 0 -128px; }
-.ui-icon-plus { background-position: -16px -128px; }
-.ui-icon-plusthick { background-position: -32px -128px; }
-.ui-icon-minus { background-position: -48px -128px; }
-.ui-icon-minusthick { background-position: -64px -128px; }
-.ui-icon-close { background-position: -80px -128px; }
-.ui-icon-closethick { background-position: -96px -128px; }
-.ui-icon-key { background-position: -112px -128px; }
-.ui-icon-lightbulb { background-position: -128px -128px; }
-.ui-icon-scissors { background-position: -144px -128px; }
-.ui-icon-clipboard { background-position: -160px -128px; }
-.ui-icon-copy { background-position: -176px -128px; }
-.ui-icon-contact { background-position: -192px -128px; }
-.ui-icon-image { background-position: -208px -128px; }
-.ui-icon-video { background-position: -224px -128px; }
-.ui-icon-script { background-position: -240px -128px; }
-.ui-icon-alert { background-position: 0 -144px; }
-.ui-icon-info { background-position: -16px -144px; }
-.ui-icon-notice { background-position: -32px -144px; }
-.ui-icon-help { background-position: -48px -144px; }
-.ui-icon-check { background-position: -64px -144px; }
-.ui-icon-bullet { background-position: -80px -144px; }
-.ui-icon-radio-off { background-position: -96px -144px; }
-.ui-icon-radio-on { background-position: -112px -144px; }
-.ui-icon-pin-w { background-position: -128px -144px; }
-.ui-icon-pin-s { background-position: -144px -144px; }
-.ui-icon-play { background-position: 0 -160px; }
-.ui-icon-pause { background-position: -16px -160px; }
-.ui-icon-seek-next { background-position: -32px -160px; }
-.ui-icon-seek-prev { background-position: -48px -160px; }
-.ui-icon-seek-end { background-position: -64px -160px; }
-.ui-icon-seek-start { background-position: -80px -160px; }
-/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
-.ui-icon-seek-first { background-position: -80px -160px; }
-.ui-icon-stop { background-position: -96px -160px; }
-.ui-icon-eject { background-position: -112px -160px; }
-.ui-icon-volume-off { background-position: -128px -160px; }
-.ui-icon-volume-on { background-position: -144px -160px; }
-.ui-icon-power { background-position: 0 -176px; }
-.ui-icon-signal-diag { background-position: -16px -176px; }
-.ui-icon-signal { background-position: -32px -176px; }
-.ui-icon-battery-0 { background-position: -48px -176px; }
-.ui-icon-battery-1 { background-position: -64px -176px; }
-.ui-icon-battery-2 { background-position: -80px -176px; }
-.ui-icon-battery-3 { background-position: -96px -176px; }
-.ui-icon-circle-plus { background-position: 0 -192px; }
-.ui-icon-circle-minus { background-position: -16px -192px; }
-.ui-icon-circle-close { background-position: -32px -192px; }
-.ui-icon-circle-triangle-e { background-position: -48px -192px; }
-.ui-icon-circle-triangle-s { background-position: -64px -192px; }
-.ui-icon-circle-triangle-w { background-position: -80px -192px; }
-.ui-icon-circle-triangle-n { background-position: -96px -192px; }
-.ui-icon-circle-arrow-e { background-position: -112px -192px; }
-.ui-icon-circle-arrow-s { background-position: -128px -192px; }
-.ui-icon-circle-arrow-w { background-position: -144px -192px; }
-.ui-icon-circle-arrow-n { background-position: -160px -192px; }
-.ui-icon-circle-zoomin { background-position: -176px -192px; }
-.ui-icon-circle-zoomout { background-position: -192px -192px; }
-.ui-icon-circle-check { background-position: -208px -192px; }
-.ui-icon-circlesmall-plus { background-position: 0 -208px; }
-.ui-icon-circlesmall-minus { background-position: -16px -208px; }
-.ui-icon-circlesmall-close { background-position: -32px -208px; }
-.ui-icon-squaresmall-plus { background-position: -48px -208px; }
-.ui-icon-squaresmall-minus { background-position: -64px -208px; }
-.ui-icon-squaresmall-close { background-position: -80px -208px; }
-.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
-.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
-.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
-.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
-.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
-.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
-.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
-
-/* Overlays */
-.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
-.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
-----------------------------------*/
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
-----------------------------------*/
-.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
-.ui-accordion .ui-accordion-li-fix { display: inline; }
-.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
-.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
-.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
-.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
-.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
-.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
-----------------------------------*/
-.ui-autocomplete { position: absolute; cursor: default; }
-.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
-
-/* workarounds */
-* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
-
-/* Menu
-----------------------------------*/
-.ui-menu {
- list-style:none;
- padding: 2px;
- margin: 0;
- display:block;
-}
-.ui-menu .ui-menu {
- margin-top: -3px;
-}
-.ui-menu .ui-menu-item {
- margin:0;
- padding: 0;
- width: 100%;
-}
-.ui-menu .ui-menu-item a {
- text-decoration:none;
- display:block;
- padding:.2em .4em;
- line-height:1.5;
- zoom:1;
-}
-.ui-menu .ui-menu-item a.ui-state-hover,
-.ui-menu .ui-menu-item a.ui-state-active {
- margin: -1px;
-}
-/* Button
-----------------------------------*/
-
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
-.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
-button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
-.ui-button-icons-only { width: 3.4em; }
-button.ui-button-icons-only { width: 3.7em; }
-
-/*button text element */
-.ui-button .ui-button-text { display: block; line-height: 1.4; }
-.ui-button-text-only .ui-button-text { padding: .4em 1em; }
-.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
-.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
-.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
-/* no icon support for input elements, provide padding by default */
-input.ui-button { padding: .4em 1em; }
-
-/*button icon element(s) */
-.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
-.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
-.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
-.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-
-/*button sets*/
-.ui-buttonset { margin-right: 7px; }
-.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
-
-/* workarounds */
-button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
-
-
-
-
-
-/* Dialog
-----------------------------------*/
-.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
-.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
-.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
-.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
-.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
-.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
-.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
-.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
-/* Slider
-----------------------------------*/
-.ui-slider { position: relative; text-align: left; }
-.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
-.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
-
-.ui-slider-horizontal { height: .8em; }
-.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
-.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
-.ui-slider-horizontal .ui-slider-range-min { left: 0; }
-.ui-slider-horizontal .ui-slider-range-max { right: 0; }
-
-.ui-slider-vertical { width: .8em; height: 100px; }
-.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
-.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
-.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
-.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
-----------------------------------*/
-.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
-.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
-.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
-.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
-.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
-.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
-.ui-tabs .ui-tabs-hide { display: none !important; }
-/* Datepicker
-----------------------------------*/
-.ui-datepicker { width: 17em; padding: .2em .2em 0; }
-.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
-.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
-.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
-.ui-datepicker .ui-datepicker-prev { left:2px; }
-.ui-datepicker .ui-datepicker-next { right:2px; }
-.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
-.ui-datepicker .ui-datepicker-next-hover { right:1px; }
-.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
-.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
-.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
-.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
-.ui-datepicker select.ui-datepicker-month,
-.ui-datepicker select.ui-datepicker-year { width: 49%;}
-.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
-.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
-.ui-datepicker td { border: 0; padding: 1px; }
-.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
-.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
-.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
-.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
-
-/* with multiple calendars */
-.ui-datepicker.ui-datepicker-multi { width:auto; }
-.ui-datepicker-multi .ui-datepicker-group { float:left; }
-.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
-.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
-.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
-.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
-.ui-datepicker-row-break { clear:both; width:100%; }
-
-/* RTL support */
-.ui-datepicker-rtl { direction: rtl; }
-.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-
-/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
-.ui-datepicker-cover {
- display: none; /*sorry for IE5*/
- display/**/: block; /*sorry for IE5*/
- position: absolute; /*must have*/
- z-index: -1; /*must have*/
- filter: mask(); /*must have*/
- top: -4px; /*must have*/
- left: -4px; /*must have*/
- width: 200px; /*must have*/
- height: 200px; /*must have*/
-}/* Progressbar
-----------------------------------*/
-.ui-progressbar { height:2em; text-align: left; }
-.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file
diff --git a/toba/layout.inc.php b/toba/layout.inc.php
deleted file mode 100644
index 984f67c82..000000000
--- a/toba/layout.inc.php
+++ /dev/null
@@ -1,160 +0,0 @@
- '#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/toba/screen.png b/toba/screen.png
deleted file mode 100644
index 5a9f969a1..000000000
Binary files a/toba/screen.png and /dev/null differ
diff --git a/very_small/css/theme_left.css.php b/very_small/css/theme_left.css.php
deleted file mode 100644
index 0614496a5..000000000
--- a/very_small/css/theme_left.css.php
+++ /dev/null
@@ -1,114 +0,0 @@
-
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * navigation css file from theme
- *
- * @version $Id$
- * @package phpMyAdmin-theme
- * @subpackage Very_small
- */
-?>
-
-#body_leftFrame {
- padding-top: 0px;
- padding-right: 0px;
- padding-bottom: 13px;
- padding-left: 1px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 13px;
- margin-left: 1px;
-}
-
-#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: 10px;
-}
-#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 0px 0px 0px;
-}
-
-.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: 12px;
- white-space: nowrap;
-}
-
-bdo {
- display: none;
-}
-#hr_third {
- display: none;
-}
-select optgroup, select option {
- font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
- font-size: 10px;
- font-style: normal;
-}
diff --git a/very_small/css/theme_print.css.php b/very_small/css/theme_print.css.php
deleted file mode 100644
index 097d64935..000000000
--- a/very_small/css/theme_print.css.php
+++ /dev/null
@@ -1,107 +0,0 @@
-
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * print css file from theme
- *
- * @version $Id$
- * @package phpMyAdmin-theme
- * @subpackage Very_small
- */
-?>
-/* 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;
-}
diff --git a/very_small/css/theme_right.css.php b/very_small/css/theme_right.css.php
deleted file mode 100644
index ad4b35891..000000000
--- a/very_small/css/theme_right.css.php
+++ /dev/null
@@ -1,971 +0,0 @@
-
-
-#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: 10px;
-}
-/* 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: 14px 0px 0px 0px;
- background-image: url(../getImgPath(); ?>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: 10px;
- 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: 0px;
- margin-bottom: 0px;
-}
-
-/* image */
-img {
- vertical-align: middle;
- margin: 0 2px 0 2px;
-}
-img[class=icon]{
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- height:13px;
-}
-/* tables */
-table,td,th{
- padding: 0px;
- margin: 0px;
-}
-table {
- border: 0px 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(../getImgPath(); ?>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(../getImgPath(); ?>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;
- padding: 0px;
- margin: 0px;
-}
-
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.marked th {
- background-image: none;
- border: none;
- padding: 0px;
- margin: 0px;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background-color: ;
- padding: 0px;
- margin: 0px;
-}
-
-/* -- FORM ELEMENTS */
-form {
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 0px 0px;
-}
-input, select {
- vertical-align: middle;
- margin-top: 0px;
- margin-bottom: 0px;
-}
-select {
- color: #585880;
-}
-select optgroup, select option {
- font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
- font-size: 10px;
- 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;
-}
-input.inpcheck {
- width:10px;
- height:10px;
-}
-input[type=checkbox] {
- width:10px;
- height:10px;
-}
-
-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(../getImgPath(); ?>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(../getImgPath(); ?>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(../getImgPath(); ?>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(../getImgPath(); ?>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: 10px;
- 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(../getImgPath(); ?>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(../getImgPath(); ?>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 0px 0px 0px;
- 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(../getImgPath(); ?>tbg_nav0.png);
- }
- .navActive {
- background-color: #ffffff;
- background-image: url(../getImgPath(); ?>tbg_nav2.png);
- border: none;
- margin: 0px;
- padding: 0px;
- }
- .navDrop {
- background-color: #e9c7b4;
- background-image: url(../getImgPath(); ?>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(../getImgPath(); ?>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(../getImgPath(); ?>tbg_nav0.png);
- background-repeat: repeat-x;
- background-position: center bottom;
- border: none;
- color: #000000;
- font-weight: bold;
- margin: 0;
- padding: 0px 0px 0px 0px;
- 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(../getImgPath(); ?>tbg_nav4.png);
- background-position: center bottom;
- }
- a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover {
- background-image: url(../getImgPath(); ?>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(../getImgPath(); ?>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;
-}
-
-
-/********************/
-/* NEW in PMA 2.9 */
-/********************/
-
-
-/* marked items */
-.marked a,
-.marked {
- background: ;
- color: black;
-}
-
-
-/* odd items 1,3,5,7,... */
-.odd {
- background: ;
-}
-
-/* even items 2,4,6,8,... */
-.even {
- background: ;
-}
-
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: ;
- color: black;
-}
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: ;
- width: 30em;
- margin: 0 auto;
-}
-
-#body_leftFrame #list_server {
- list-style-image: url(../getImgPath(); ?>s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
- font-size: 80%;
-}
-
-
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(../getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(../getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(../getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(../getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info,
-li#li_mysql_proto{
- list-style-image: url(../getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- list-style-image: url(../getImgPath(); ?>s_rights.png);
-}
-
-li#li_mysql_status{
- list-style-image: url(../getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(../getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes,
-li#li_mysql_client_version,
-li#li_used_php_extension{
- list-style-image: url(../getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(../getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(../getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(../getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(../getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(../getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(../getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(../getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(../getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs {
- list-style-image: url(../getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(../getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(../getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(../getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(../getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(../getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-
diff --git a/very_small/img/arrow_ltr.gif b/very_small/img/arrow_ltr.gif
deleted file mode 100644
index a8f2200ad..000000000
Binary files a/very_small/img/arrow_ltr.gif and /dev/null differ
diff --git a/very_small/img/arrow_ltr.png b/very_small/img/arrow_ltr.png
deleted file mode 100644
index abb38087d..000000000
Binary files a/very_small/img/arrow_ltr.png and /dev/null differ
diff --git a/very_small/img/arrow_rtl.gif b/very_small/img/arrow_rtl.gif
deleted file mode 100644
index 410b678a0..000000000
Binary files a/very_small/img/arrow_rtl.gif and /dev/null differ
diff --git a/very_small/img/arrow_rtl.png b/very_small/img/arrow_rtl.png
deleted file mode 100644
index 016cb2805..000000000
Binary files a/very_small/img/arrow_rtl.png and /dev/null differ
diff --git a/very_small/img/b_bookmark.png b/very_small/img/b_bookmark.png
deleted file mode 100644
index f69230031..000000000
Binary files a/very_small/img/b_bookmark.png and /dev/null differ
diff --git a/very_small/img/b_browse.png b/very_small/img/b_browse.png
deleted file mode 100644
index fc1d87337..000000000
Binary files a/very_small/img/b_browse.png and /dev/null differ
diff --git a/very_small/img/b_calendar.png b/very_small/img/b_calendar.png
deleted file mode 100644
index a91715af2..000000000
Binary files a/very_small/img/b_calendar.png and /dev/null differ
diff --git a/very_small/img/b_comment.png b/very_small/img/b_comment.png
deleted file mode 100644
index 488c13d87..000000000
Binary files a/very_small/img/b_comment.png and /dev/null differ
diff --git a/very_small/img/b_dbstatistics.png b/very_small/img/b_dbstatistics.png
deleted file mode 100644
index 08bf46c6d..000000000
Binary files a/very_small/img/b_dbstatistics.png and /dev/null differ
diff --git a/very_small/img/b_deltbl.png b/very_small/img/b_deltbl.png
deleted file mode 100644
index 7a0ec3420..000000000
Binary files a/very_small/img/b_deltbl.png and /dev/null differ
diff --git a/very_small/img/b_docs.png b/very_small/img/b_docs.png
deleted file mode 100644
index 3b775554b..000000000
Binary files a/very_small/img/b_docs.png and /dev/null differ
diff --git a/very_small/img/b_docsql.png b/very_small/img/b_docsql.png
deleted file mode 100644
index 6f3627210..000000000
Binary files a/very_small/img/b_docsql.png and /dev/null differ
diff --git a/very_small/img/b_drop.png b/very_small/img/b_drop.png
deleted file mode 100644
index 882bc15b0..000000000
Binary files a/very_small/img/b_drop.png and /dev/null differ
diff --git a/very_small/img/b_edit.png b/very_small/img/b_edit.png
deleted file mode 100644
index 9117b4ece..000000000
Binary files a/very_small/img/b_edit.png and /dev/null differ
diff --git a/very_small/img/b_empty.png b/very_small/img/b_empty.png
deleted file mode 100644
index 1d0742d7a..000000000
Binary files a/very_small/img/b_empty.png and /dev/null differ
diff --git a/very_small/img/b_engine.png b/very_small/img/b_engine.png
deleted file mode 100644
index 46f3c5ab7..000000000
Binary files a/very_small/img/b_engine.png and /dev/null differ
diff --git a/very_small/img/b_export.png b/very_small/img/b_export.png
deleted file mode 100644
index 0b59c8e74..000000000
Binary files a/very_small/img/b_export.png and /dev/null differ
diff --git a/very_small/img/b_firstpage.png b/very_small/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/very_small/img/b_firstpage.png and /dev/null differ
diff --git a/very_small/img/b_ftext.png b/very_small/img/b_ftext.png
deleted file mode 100644
index b28d578ac..000000000
Binary files a/very_small/img/b_ftext.png and /dev/null differ
diff --git a/very_small/img/b_help.png b/very_small/img/b_help.png
deleted file mode 100644
index a4f2f4f09..000000000
Binary files a/very_small/img/b_help.png and /dev/null differ
diff --git a/very_small/img/b_home.png b/very_small/img/b_home.png
deleted file mode 100644
index 30e9ff484..000000000
Binary files a/very_small/img/b_home.png and /dev/null differ
diff --git a/very_small/img/b_import.png b/very_small/img/b_import.png
deleted file mode 100644
index 7266b1a96..000000000
Binary files a/very_small/img/b_import.png and /dev/null differ
diff --git a/very_small/img/b_index.png b/very_small/img/b_index.png
deleted file mode 100644
index 654ccf5d7..000000000
Binary files a/very_small/img/b_index.png and /dev/null differ
diff --git a/very_small/img/b_info.png b/very_small/img/b_info.png
deleted file mode 100644
index 391e16799..000000000
Binary files a/very_small/img/b_info.png and /dev/null differ
diff --git a/very_small/img/b_insrow.png b/very_small/img/b_insrow.png
deleted file mode 100644
index 30c0c89a8..000000000
Binary files a/very_small/img/b_insrow.png and /dev/null differ
diff --git a/very_small/img/b_lastpage.png b/very_small/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/very_small/img/b_lastpage.png and /dev/null differ
diff --git a/very_small/img/b_minus.png b/very_small/img/b_minus.png
deleted file mode 100644
index 36500bb08..000000000
Binary files a/very_small/img/b_minus.png and /dev/null differ
diff --git a/very_small/img/b_newdb.png b/very_small/img/b_newdb.png
deleted file mode 100644
index 407746327..000000000
Binary files a/very_small/img/b_newdb.png and /dev/null differ
diff --git a/very_small/img/b_newtbl.png b/very_small/img/b_newtbl.png
deleted file mode 100644
index f798f4276..000000000
Binary files a/very_small/img/b_newtbl.png and /dev/null differ
diff --git a/very_small/img/b_nextpage.png b/very_small/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/very_small/img/b_nextpage.png and /dev/null differ
diff --git a/very_small/img/b_pdfdoc.png b/very_small/img/b_pdfdoc.png
deleted file mode 100644
index 18ff17bf1..000000000
Binary files a/very_small/img/b_pdfdoc.png and /dev/null differ
diff --git a/very_small/img/b_plus.png b/very_small/img/b_plus.png
deleted file mode 100644
index 477710f2f..000000000
Binary files a/very_small/img/b_plus.png and /dev/null differ
diff --git a/very_small/img/b_prevpage.png b/very_small/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/very_small/img/b_prevpage.png and /dev/null differ
diff --git a/very_small/img/b_primary.png b/very_small/img/b_primary.png
deleted file mode 100644
index fa04bff18..000000000
Binary files a/very_small/img/b_primary.png and /dev/null differ
diff --git a/very_small/img/b_print.png b/very_small/img/b_print.png
deleted file mode 100644
index 3e640e8f2..000000000
Binary files a/very_small/img/b_print.png and /dev/null differ
diff --git a/very_small/img/b_props.png b/very_small/img/b_props.png
deleted file mode 100644
index 37c270cd2..000000000
Binary files a/very_small/img/b_props.png and /dev/null differ
diff --git a/very_small/img/b_relations.png b/very_small/img/b_relations.png
deleted file mode 100644
index c4d7aaa77..000000000
Binary files a/very_small/img/b_relations.png and /dev/null differ
diff --git a/very_small/img/b_save.png b/very_small/img/b_save.png
deleted file mode 100644
index 89b337627..000000000
Binary files a/very_small/img/b_save.png and /dev/null differ
diff --git a/very_small/img/b_sbrowse.png b/very_small/img/b_sbrowse.png
deleted file mode 100644
index 56dd0d86b..000000000
Binary files a/very_small/img/b_sbrowse.png and /dev/null differ
diff --git a/very_small/img/b_sdb.png b/very_small/img/b_sdb.png
deleted file mode 100644
index c346ed39d..000000000
Binary files a/very_small/img/b_sdb.png and /dev/null differ
diff --git a/very_small/img/b_search.png b/very_small/img/b_search.png
deleted file mode 100644
index ab5d86c7d..000000000
Binary files a/very_small/img/b_search.png and /dev/null differ
diff --git a/very_small/img/b_selboard.png b/very_small/img/b_selboard.png
deleted file mode 100644
index 5132091b1..000000000
Binary files a/very_small/img/b_selboard.png and /dev/null differ
diff --git a/very_small/img/b_select.png b/very_small/img/b_select.png
deleted file mode 100644
index 247ec45ac..000000000
Binary files a/very_small/img/b_select.png and /dev/null differ
diff --git a/very_small/img/b_sql.png b/very_small/img/b_sql.png
deleted file mode 100644
index 87c298cd3..000000000
Binary files a/very_small/img/b_sql.png and /dev/null differ
diff --git a/very_small/img/b_sqldoc.png b/very_small/img/b_sqldoc.png
deleted file mode 100644
index 6f3627210..000000000
Binary files a/very_small/img/b_sqldoc.png and /dev/null differ
diff --git a/very_small/img/b_sqlhelp.png b/very_small/img/b_sqlhelp.png
deleted file mode 100644
index be02b6d29..000000000
Binary files a/very_small/img/b_sqlhelp.png and /dev/null differ
diff --git a/very_small/img/b_tblanalyse.png b/very_small/img/b_tblanalyse.png
deleted file mode 100644
index 822b689dd..000000000
Binary files a/very_small/img/b_tblanalyse.png and /dev/null differ
diff --git a/very_small/img/b_tblexport.png b/very_small/img/b_tblexport.png
deleted file mode 100644
index c1173a59e..000000000
Binary files a/very_small/img/b_tblexport.png and /dev/null differ
diff --git a/very_small/img/b_tblimport.png b/very_small/img/b_tblimport.png
deleted file mode 100644
index 218b63f24..000000000
Binary files a/very_small/img/b_tblimport.png and /dev/null differ
diff --git a/very_small/img/b_tblops.png b/very_small/img/b_tblops.png
deleted file mode 100644
index 7632874df..000000000
Binary files a/very_small/img/b_tblops.png and /dev/null differ
diff --git a/very_small/img/b_tbloptimize.png b/very_small/img/b_tbloptimize.png
deleted file mode 100644
index 20dd8e161..000000000
Binary files a/very_small/img/b_tbloptimize.png and /dev/null differ
diff --git a/very_small/img/b_tipp.png b/very_small/img/b_tipp.png
deleted file mode 100644
index 04034bdee..000000000
Binary files a/very_small/img/b_tipp.png and /dev/null differ
diff --git a/very_small/img/b_unique.png b/very_small/img/b_unique.png
deleted file mode 100644
index 310f1cff7..000000000
Binary files a/very_small/img/b_unique.png and /dev/null differ
diff --git a/very_small/img/b_usradd.png b/very_small/img/b_usradd.png
deleted file mode 100644
index aad768617..000000000
Binary files a/very_small/img/b_usradd.png and /dev/null differ
diff --git a/very_small/img/b_usrcheck.png b/very_small/img/b_usrcheck.png
deleted file mode 100644
index 3123ba689..000000000
Binary files a/very_small/img/b_usrcheck.png and /dev/null differ
diff --git a/very_small/img/b_usrdrop.png b/very_small/img/b_usrdrop.png
deleted file mode 100644
index b26f06ef2..000000000
Binary files a/very_small/img/b_usrdrop.png and /dev/null differ
diff --git a/very_small/img/b_usredit.png b/very_small/img/b_usredit.png
deleted file mode 100644
index 55a7ff277..000000000
Binary files a/very_small/img/b_usredit.png and /dev/null differ
diff --git a/very_small/img/b_usrlist.png b/very_small/img/b_usrlist.png
deleted file mode 100644
index 84324305d..000000000
Binary files a/very_small/img/b_usrlist.png and /dev/null differ
diff --git a/very_small/img/b_view.png b/very_small/img/b_view.png
deleted file mode 100644
index 07bcdadf9..000000000
Binary files a/very_small/img/b_view.png and /dev/null differ
diff --git a/very_small/img/b_views.png b/very_small/img/b_views.png
deleted file mode 100644
index bbb2cd2e5..000000000
Binary files a/very_small/img/b_views.png and /dev/null differ
diff --git a/very_small/img/bd_browse.png b/very_small/img/bd_browse.png
deleted file mode 100644
index c9a641c73..000000000
Binary files a/very_small/img/bd_browse.png and /dev/null differ
diff --git a/very_small/img/bd_deltbl.png b/very_small/img/bd_deltbl.png
deleted file mode 100644
index f94d8d536..000000000
Binary files a/very_small/img/bd_deltbl.png and /dev/null differ
diff --git a/very_small/img/bd_drop.png b/very_small/img/bd_drop.png
deleted file mode 100644
index f94d8d536..000000000
Binary files a/very_small/img/bd_drop.png and /dev/null differ
diff --git a/very_small/img/bd_empty.png b/very_small/img/bd_empty.png
deleted file mode 100644
index 4b95eb048..000000000
Binary files a/very_small/img/bd_empty.png and /dev/null differ
diff --git a/very_small/img/bd_firstpage.png b/very_small/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/very_small/img/bd_firstpage.png and /dev/null differ
diff --git a/very_small/img/bd_ftext.png b/very_small/img/bd_ftext.png
deleted file mode 100644
index be98f0391..000000000
Binary files a/very_small/img/bd_ftext.png and /dev/null differ
diff --git a/very_small/img/bd_index.png b/very_small/img/bd_index.png
deleted file mode 100644
index 9a41d0b86..000000000
Binary files a/very_small/img/bd_index.png and /dev/null differ
diff --git a/very_small/img/bd_insrow.png b/very_small/img/bd_insrow.png
deleted file mode 100644
index e045dbc0b..000000000
Binary files a/very_small/img/bd_insrow.png and /dev/null differ
diff --git a/very_small/img/bd_lastpage.png b/very_small/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/very_small/img/bd_lastpage.png and /dev/null differ
diff --git a/very_small/img/bd_nextpage.png b/very_small/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/very_small/img/bd_nextpage.png and /dev/null differ
diff --git a/very_small/img/bd_prevpage.png b/very_small/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/very_small/img/bd_prevpage.png and /dev/null differ
diff --git a/very_small/img/bd_primary.png b/very_small/img/bd_primary.png
deleted file mode 100644
index 12cd9ed49..000000000
Binary files a/very_small/img/bd_primary.png and /dev/null differ
diff --git a/very_small/img/bd_sbrowse.png b/very_small/img/bd_sbrowse.png
deleted file mode 100644
index e2ef8c3f0..000000000
Binary files a/very_small/img/bd_sbrowse.png and /dev/null differ
diff --git a/very_small/img/bd_select.png b/very_small/img/bd_select.png
deleted file mode 100644
index e901873c5..000000000
Binary files a/very_small/img/bd_select.png and /dev/null differ
diff --git a/very_small/img/bd_unique.png b/very_small/img/bd_unique.png
deleted file mode 100644
index b7cb1d2da..000000000
Binary files a/very_small/img/bd_unique.png and /dev/null differ
diff --git a/very_small/img/bd_views.png b/very_small/img/bd_views.png
deleted file mode 100644
index 21af78405..000000000
Binary files a/very_small/img/bd_views.png and /dev/null differ
diff --git a/very_small/img/dot_black.png b/very_small/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/very_small/img/dot_black.png and /dev/null differ
diff --git a/very_small/img/dot_blue.png b/very_small/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/very_small/img/dot_blue.png and /dev/null differ
diff --git a/very_small/img/dot_green.png b/very_small/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/very_small/img/dot_green.png and /dev/null differ
diff --git a/very_small/img/dot_red.png b/very_small/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/very_small/img/dot_red.png and /dev/null differ
diff --git a/very_small/img/dot_violet.png b/very_small/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/very_small/img/dot_violet.png and /dev/null differ
diff --git a/very_small/img/dot_yellow.png b/very_small/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/very_small/img/dot_yellow.png and /dev/null differ
diff --git a/very_small/img/item.png b/very_small/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/very_small/img/item.png and /dev/null differ
diff --git a/very_small/img/item_ltr.png b/very_small/img/item_ltr.png
deleted file mode 100644
index f545e9493..000000000
Binary files a/very_small/img/item_ltr.png and /dev/null differ
diff --git a/very_small/img/item_rtl.png b/very_small/img/item_rtl.png
deleted file mode 100644
index 0752346ff..000000000
Binary files a/very_small/img/item_rtl.png and /dev/null differ
diff --git a/very_small/img/logo_left.png b/very_small/img/logo_left.png
deleted file mode 100644
index fa056ea6f..000000000
Binary files a/very_small/img/logo_left.png and /dev/null differ
diff --git a/very_small/img/logo_right.png b/very_small/img/logo_right.png
deleted file mode 100644
index 6b53a25a4..000000000
Binary files a/very_small/img/logo_right.png and /dev/null differ
diff --git a/very_small/img/php_sym.png b/very_small/img/php_sym.png
deleted file mode 100644
index 30fc331b2..000000000
Binary files a/very_small/img/php_sym.png and /dev/null differ
diff --git a/very_small/img/pma_logo2.png b/very_small/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/very_small/img/pma_logo2.png and /dev/null differ
diff --git a/very_small/img/s_asc.png b/very_small/img/s_asc.png
deleted file mode 100644
index 412bb8a10..000000000
Binary files a/very_small/img/s_asc.png and /dev/null differ
diff --git a/very_small/img/s_asci.png b/very_small/img/s_asci.png
deleted file mode 100644
index 4cd52a360..000000000
Binary files a/very_small/img/s_asci.png and /dev/null differ
diff --git a/very_small/img/s_attention.png b/very_small/img/s_attention.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/very_small/img/s_attention.png and /dev/null differ
diff --git a/very_small/img/s_cancel.png b/very_small/img/s_cancel.png
deleted file mode 100644
index 922e00631..000000000
Binary files a/very_small/img/s_cancel.png and /dev/null differ
diff --git a/very_small/img/s_db.png b/very_small/img/s_db.png
deleted file mode 100644
index a4c05b52a..000000000
Binary files a/very_small/img/s_db.png and /dev/null differ
diff --git a/very_small/img/s_desc.png b/very_small/img/s_desc.png
deleted file mode 100644
index 99f8e4860..000000000
Binary files a/very_small/img/s_desc.png and /dev/null differ
diff --git a/very_small/img/s_error.png b/very_small/img/s_error.png
deleted file mode 100644
index ea8f52a8d..000000000
Binary files a/very_small/img/s_error.png and /dev/null differ
diff --git a/very_small/img/s_error2.png b/very_small/img/s_error2.png
deleted file mode 100644
index 7d7bd446c..000000000
Binary files a/very_small/img/s_error2.png and /dev/null differ
diff --git a/very_small/img/s_fulltext.png b/very_small/img/s_fulltext.png
deleted file mode 100644
index c17671200..000000000
Binary files a/very_small/img/s_fulltext.png and /dev/null differ
diff --git a/very_small/img/s_host.png b/very_small/img/s_host.png
deleted file mode 100644
index c06282d77..000000000
Binary files a/very_small/img/s_host.png and /dev/null differ
diff --git a/very_small/img/s_info.png b/very_small/img/s_info.png
deleted file mode 100644
index 8fcb0db26..000000000
Binary files a/very_small/img/s_info.png and /dev/null differ
diff --git a/very_small/img/s_lang.png b/very_small/img/s_lang.png
deleted file mode 100644
index 3e28de515..000000000
Binary files a/very_small/img/s_lang.png and /dev/null differ
diff --git a/very_small/img/s_loggoff.png b/very_small/img/s_loggoff.png
deleted file mode 100644
index f4b18305a..000000000
Binary files a/very_small/img/s_loggoff.png and /dev/null differ
diff --git a/very_small/img/s_notice.png b/very_small/img/s_notice.png
deleted file mode 100644
index 8fcb0db26..000000000
Binary files a/very_small/img/s_notice.png and /dev/null differ
diff --git a/very_small/img/s_okay.png b/very_small/img/s_okay.png
deleted file mode 100644
index d472fc3ea..000000000
Binary files a/very_small/img/s_okay.png and /dev/null differ
diff --git a/very_small/img/s_partialtext.png b/very_small/img/s_partialtext.png
deleted file mode 100644
index 25e795486..000000000
Binary files a/very_small/img/s_partialtext.png and /dev/null differ
diff --git a/very_small/img/s_passwd.png b/very_small/img/s_passwd.png
deleted file mode 100644
index 611553cd8..000000000
Binary files a/very_small/img/s_passwd.png and /dev/null differ
diff --git a/very_small/img/s_process.png b/very_small/img/s_process.png
deleted file mode 100644
index 10d283e38..000000000
Binary files a/very_small/img/s_process.png and /dev/null differ
diff --git a/very_small/img/s_really.png b/very_small/img/s_really.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/very_small/img/s_really.png and /dev/null differ
diff --git a/very_small/img/s_reload.png b/very_small/img/s_reload.png
deleted file mode 100644
index dd8b1c4d3..000000000
Binary files a/very_small/img/s_reload.png and /dev/null differ
diff --git a/very_small/img/s_rights.png b/very_small/img/s_rights.png
deleted file mode 100644
index 528df5440..000000000
Binary files a/very_small/img/s_rights.png and /dev/null differ
diff --git a/very_small/img/s_status.png b/very_small/img/s_status.png
deleted file mode 100644
index 8db027aad..000000000
Binary files a/very_small/img/s_status.png and /dev/null differ
diff --git a/very_small/img/s_tbl.png b/very_small/img/s_tbl.png
deleted file mode 100644
index 08f67a22a..000000000
Binary files a/very_small/img/s_tbl.png and /dev/null differ
diff --git a/very_small/img/s_theme.png b/very_small/img/s_theme.png
deleted file mode 100644
index 0024117e5..000000000
Binary files a/very_small/img/s_theme.png and /dev/null differ
diff --git a/very_small/img/s_vars.png b/very_small/img/s_vars.png
deleted file mode 100644
index 5d885b91d..000000000
Binary files a/very_small/img/s_vars.png and /dev/null differ
diff --git a/very_small/img/s_views.png b/very_small/img/s_views.png
deleted file mode 100644
index c8d892f1b..000000000
Binary files a/very_small/img/s_views.png and /dev/null differ
diff --git a/very_small/img/s_warn.png b/very_small/img/s_warn.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/very_small/img/s_warn.png and /dev/null differ
diff --git a/very_small/img/sd_views.png b/very_small/img/sd_views.png
deleted file mode 100644
index 612ab663a..000000000
Binary files a/very_small/img/sd_views.png and /dev/null differ
diff --git a/very_small/img/spacer.png b/very_small/img/spacer.png
deleted file mode 100644
index 548301343..000000000
Binary files a/very_small/img/spacer.png and /dev/null differ
diff --git a/very_small/img/tbg_nav0.png b/very_small/img/tbg_nav0.png
deleted file mode 100644
index 30934c836..000000000
Binary files a/very_small/img/tbg_nav0.png and /dev/null differ
diff --git a/very_small/img/tbg_nav1.png b/very_small/img/tbg_nav1.png
deleted file mode 100644
index bb88aa6ed..000000000
Binary files a/very_small/img/tbg_nav1.png and /dev/null differ
diff --git a/very_small/img/tbg_nav2.png b/very_small/img/tbg_nav2.png
deleted file mode 100644
index 1c0d026c8..000000000
Binary files a/very_small/img/tbg_nav2.png and /dev/null differ
diff --git a/very_small/img/tbg_nav3.png b/very_small/img/tbg_nav3.png
deleted file mode 100644
index ea8e78199..000000000
Binary files a/very_small/img/tbg_nav3.png and /dev/null differ
diff --git a/very_small/img/tbg_nav4.png b/very_small/img/tbg_nav4.png
deleted file mode 100644
index c9246e832..000000000
Binary files a/very_small/img/tbg_nav4.png and /dev/null differ
diff --git a/very_small/img/tbg_th0.png b/very_small/img/tbg_th0.png
deleted file mode 100644
index d206bf4b6..000000000
Binary files a/very_small/img/tbg_th0.png and /dev/null differ
diff --git a/very_small/img/tbg_th1.png b/very_small/img/tbg_th1.png
deleted file mode 100644
index 6c3a51414..000000000
Binary files a/very_small/img/tbg_th1.png and /dev/null differ
diff --git a/very_small/img/tbg_th2.png b/very_small/img/tbg_th2.png
deleted file mode 100644
index b79fa867d..000000000
Binary files a/very_small/img/tbg_th2.png and /dev/null differ
diff --git a/very_small/img/tbg_th2a.png b/very_small/img/tbg_th2a.png
deleted file mode 100644
index 8affe2064..000000000
Binary files a/very_small/img/tbg_th2a.png and /dev/null differ
diff --git a/very_small/img/tbg_th3.png b/very_small/img/tbg_th3.png
deleted file mode 100644
index 8bee5f576..000000000
Binary files a/very_small/img/tbg_th3.png and /dev/null differ
diff --git a/very_small/img/vertical_line.png b/very_small/img/vertical_line.png
deleted file mode 100644
index df0154445..000000000
Binary files a/very_small/img/vertical_line.png and /dev/null differ
diff --git a/very_small/img/wbg_left.jpg b/very_small/img/wbg_left.jpg
deleted file mode 100644
index 0e20113f1..000000000
Binary files a/very_small/img/wbg_left.jpg and /dev/null differ
diff --git a/very_small/img/wbg_right.jpg b/very_small/img/wbg_right.jpg
deleted file mode 100644
index 0b9dd8f98..000000000
Binary files a/very_small/img/wbg_right.jpg and /dev/null differ
diff --git a/very_small/img/window-new.png b/very_small/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/very_small/img/window-new.png and /dev/null differ
diff --git a/very_small/info.inc.php b/very_small/info.inc.php
deleted file mode 100644
index 7fc4afe64..000000000
--- a/very_small/info.inc.php
+++ /dev/null
@@ -1,17 +0,0 @@
-
diff --git a/very_small/layout.inc.php b/very_small/layout.inc.php
deleted file mode 100644
index d582adbce..000000000
--- a/very_small/layout.inc.php
+++ /dev/null
@@ -1,59 +0,0 @@
- '#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/very_small/license-gpl.txt b/very_small/license-gpl.txt
deleted file mode 100644
index 207a79cbd..000000000
--- a/very_small/license-gpl.txt
+++ /dev/null
@@ -1,278 +0,0 @@
- 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/very_small/license.txt b/very_small/license.txt
deleted file mode 100644
index 8fd9956e7..000000000
--- a/very_small/license.txt
+++ /dev/null
@@ -1,61 +0,0 @@
---------------------------------------------------------------------------------
-This copyright and license notice covers the images in this directory (+ /img).
-Note the license notice contains an add-on.
---------------------------------------------------------------------------------
-
-TITLE: Database Icon-Set
-AUTHORS:Michael Keck
- me[at]michaelkeck[dot]de
- Ruben Barkow
- rb@eclabs.de
-
---------------------------------------------------------------------------------
-
-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. Theme 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: Dezember 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/very_small/readme.txt b/very_small/readme.txt
deleted file mode 100644
index cf95d9a7c..000000000
--- a/very_small/readme.txt
+++ /dev/null
@@ -1,84 +0,0 @@
-
- README FILE FOR THE VERY SMALL THEME USED WITH PHPMYADMIN
-----------------------------------------------------------------------
-
-CHANGE LOG:
- - 2007-04-22:
- > Supporting phpMyAdmin Version 2.10.1-rc1
- > Fixed the text of selected (marked) and hovered lines (they weren't visible)
- > Fixed the startup page icons
- > Fixed the "Open new window" missing icon (it is from the "Original" theme)
- > The theme does not depend on the Arctic Ocean
- > Removed the $pma_http_url = ''; parameter because it is not neccessary any more
- - 2005-09-12;
- > Supporting phpMyAdmin Version 2.6.4 and higher
- - 2005-09-11:
- > $pma_http_url = '';
- set here your absolute url to the theme
- directory (if required)
-
-1. INSTALLATION
-----------------------------------------------------------------------
- Simply unzip the files.
- (sample: /phpMyAdmin/themes/)
-
-1b. OPTIONAL
------------------------------------------------------------------------
- in your config.inc.php you should set the configuration
- $cfg['LeftDisplayLogo'] =FALSE;
- to save space on the left frame at the top
-
- Optional for Internet Explorer:
- In mozilla it looks very small now ;)
- but in Internet Explorer the new style is not valid so it is ignored (but its
- still smaller than the original already)
-
- To get an even smaller view in IE, you need a small hack:
- (use an editor with a replace function where you can
- replace text inside all documents inside your PMA folder [whatever])
-
- 1.
- replace all occurrences of
- `type="checkbox" `
- ----------------
- with
- `type="checkbox" class="inpcheck" `
- ---------------------------------
- (take care that you also replace the spaces after the quotes)
-
-
- 2.
- replace all occurrences of
- `height="16"`
- -----------
- with
- `height="14"`
- -----------
-
-----------------------------------------------------------------------
-
-
-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 and Opera 9.20)
- - Your browser should support Javascript
- and png-images.
-
-----------------------------------------------------------------------
-
-
-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 'arctic ocean' theme by Michael Keck
- which 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 and Ruben Barkow.
diff --git a/very_small/screen.png b/very_small/screen.png
deleted file mode 100644
index b3038d526..000000000
Binary files a/very_small/screen.png and /dev/null differ
diff --git a/xampp/css/theme_left.css.php b/xampp/css/theme_left.css.php
deleted file mode 100644
index 6134d4dda..000000000
--- a/xampp/css/theme_left.css.php
+++ /dev/null
@@ -1,249 +0,0 @@
-getImgPath();
-
- $pma_fsize = $GLOBALS['PMA_Config']->get('fontsize');
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- $pma_fsize = @($pma_fsize / 100);
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- $fsize = ceil($usr_fsize * $pma_fsize)
- . ( (isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix'])) ? $GLOBALS['cfg']['FontSizePrefix'] : 'pt' );
- } else
- $fsize = $GLOBALS['PMA_Config']->get('fontsize');
-?>
-/******************************************************************************/
-/* general tags */
-html, td, body {
-
- font-family: ;
-
- font-size: ;
-}
-body {
- background: ;
- background-image: url('wbg_left.jpg');
- background-repeat: repeat-y;
- background-position: 0px 0px;
- color: ;
-
- font-family: ;
-
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 15px;
- padding-right: 10px;
-}
-p, h1, h2, h3, form {
- margin: 0px;
- padding: 0px;
-}
-
-a img { border: none; }
-form { display: inline; }
-select { width: 100%; }
-select optgroup, select option { font-style: normal; }
-button { display: inline; }
-
-
-/******************************************************************************/
-/* classes */
-
-/* leave some space between icons and text */
-.icon {
- margin-left: 3px;
- margin-right: 3px;
- vertical-align: middle;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- border-bottom: 1px solid ;
- margin-bottom: 1px;
- padding-bottom: 1px;
-}
-div#pmalogo, div#leftframelinks { text-align: center; }
-div#databaseList { text-align: left; }
-
-div#leftframelinks .icon {
- margin: 0;
- padding: 0;
-}
-
-div#leftframelinks a img.icon {
- border: 1px none ;
- margin: 0;
- padding: 2px;
-}
-
-div#leftframelinks a:hover {
- background: ;
- color: ;
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- font-size: 95%;
- margin: 0;
- padding: 0;
-}
-
-/* leftdatabaselist */
-div#left_tableList ul {
- background: ;
- font-size: 95%;
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: ;
- color: ;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
- background: ;
- color: ;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: ;
- color: ;
-}
-div#left_tableList ul li.marked, div#left_tableList ul li.marked a,
-div#left_tableList ul li.marked ul li.marked, div#left_tableList ul li.marked ul li.marked a {
- background: ;
- color: ;
-}
-div#left_tableList ul li.marked ul, div#left_tableList ul li.marked ul li, div#left_tableList ul li.marked ul a {
- background: ;
- color: ;
-}
-
-
-
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: ;
- color: ;
-}
-div#left_tableList ul li:hover, div#left_tableList ul li:hover a, div#left_tableList ul li a:hover,
-div#left_tableList ul li:hover ul li:hover, div#left_tableList ul li:hover ul li:hover a, div#left_tableList ul li ul li a:hover {
- background: ;
- color: ;
-}
-
-div#left_tableList ul li.marked a:hover, div#left_tableList ul li.marked ul li.marked a:hover {
- background: ;
- color: ;
-}
-
-div#left_tableList ul li:hover ul, div#left_tableList ul li:hover ul li,div#left_tableList ul li:hover ul a {
- background: ;
- color: ;
-}
-
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- background: ;
- border-bottom: 0.1em none ;
- border-left: 0.1em none ;
- color: ;
- margin-left: 0;
- padding-left: 15px;
- padding-bottom: 1px;
-}
-
-ul#databaseList, ul#databaseList ul {
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#databaseList li {
- border-bottom: 1px solid ;
- font-weight: bold;
- list-style: none;
- margin: 5px 0px 5px 0px;
- padding: 0px 0px 5px 0px;
- white-space: nowrap;
-}
-ul#databaseList li ul li {
- border-bottom: none;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#databaseList {
- background-color: ;
- color: ;
-}
-ul#databaseList a:link, ul#databaseList a:active, ul#databaseList a:visited {
- background-color: ;
- background-image: url('b_sdb.png');
- background-position: ;
- background-repeat: no-repeat;
- color: ;
- font-weight: normal;
- padding-: 12px;
- text-decoration: none;
-}
-
-ul#databaseList a:hover,
-ul#databaseList > li:hover > a, ul#databaseList > ul li:hover > a {
- background-color: ;
- color: ;
-}
-
-ul#databaseList a:hover { text-decoration: underline; }
-
-
diff --git a/xampp/css/theme_print.css.php b/xampp/css/theme_print.css.php
deleted file mode 100644
index 1d43dfeae..000000000
--- a/xampp/css/theme_print.css.php
+++ /dev/null
@@ -1,110 +0,0 @@
-get('fontsize');
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- $pma_fsize = @($pma_fsize / 100);
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- $fsize = ceil($usr_fsize * $pma_fsize)
- . ( (isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix'])) ? $GLOBALS['cfg']['FontSizePrefix'] : 'pt' );
- } else
- $fsize = $GLOBALS['PMA_Config']->get('fontsize');
-?>
-html {
- font-size: ;
-}
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
-
- font-family: ;
-
- font-size: ;
-}
-
-
-a:link, a:visited, a:active {
- color: #bb3902;
- font-weight: bold;
- text-decoration: none;
-}
-a:hover {
- color: #bb3902;
- text-decoration: underline;
-}
-
-h1, h2, h3 { font-weight: bold; }
-h1 { font-size: 130%; }
-h2 { font-size: 120%; }
-h3 { font-size: 110%; }
-
-img { border: none; }
-
-table, th, td {
- border-width: 1px;
- border-color: #000000;
- border-style: solid;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-th, td { padding: 2px; }
-th {
- background-color: #e5e5e5;
- color: #bb3902;
- font-weight: bold;
-}
-table tr.odd th, table tr.odd td,
-table tr.even th, table tr.even td, .even {
- text-align: ;
-}
-table tr.hover th, table tr.odd:hover th, table tr.even:hover th {
- background: ;
- color: ;
-}
-table tr.hover td, table tr.odd:hover td, table tr.even:hover td {
- color: #000000;
- background-color: ;
-}
-table td table {
- margin: 0px;
- padding: 0px;
- width: auto;
-}
-table td table, table td table td, table td table th {
- border: 1px none #999999;
-}
-table td table td, table td table th {
- font-size: 95%;
- white-space: nowrap;
-}
-
-#serverinfo {
- background-color: #ffffff;
- font-weight: bold;
- padding: 5px 5px 5px 5px;
- margin-top: 0px;
- white-space: nowrap;
- vertical-align: middle;
- border-bottom: 1px solid #bb3902;
- height: 16px;
-}
-#serverinfo .item { white-space: nowrap; }
-#serverinfo img { margin: 0px 1px 0px 1px; }
-#serverinfo .separator img {
- width: 9px;
- height: 11px;
- margin: 0px 2px 0px 2px;
- vertical-align: middle;
-}
-
-#selflink { display: none; }
diff --git a/xampp/css/theme_right.css.php b/xampp/css/theme_right.css.php
deleted file mode 100644
index 4c9b93730..000000000
--- a/xampp/css/theme_right.css.php
+++ /dev/null
@@ -1,1088 +0,0 @@
-getImgPath();
-
- // 2007-08-24 (mkkeck)
- // Get font-sizes
- $pma_fsize = $GLOBALS['PMA_Config']->get('fontsize');
- $pma_fsize = preg_replace("/[^0-9]/", "", $pma_fsize);
- if (!empty($pma_fsize)) {
- $pma_fsize = ($pma_fsize * 0.01);
- } else {
- $pma_fsize = 1;
- }
- if ( isset($GLOBALS['cfg']['FontSize']) && !empty($GLOBALS['cfg']['FontSize']) ) {
- $usr_fsize = preg_replace("/[^0-9]/", "", $GLOBALS['cfg']['FontSize']);
- }
- if (!isset($usr_fsize)) {
- $usr_fsize = 11;
- }
- if ( isset($GLOBALS['cfg']['FontSizePrefix']) && !empty($GLOBALS['cfg']['FontSizePrefix']) ) {
- $funit = strtolower($GLOBALS['cfg']['FontSizePrefix']);
- }
- if (!isset($funit) || ($funit!='px' && $funit != 'pt')) {
- $funit = 'pt';
- }
- $fsize = $usr_fsize;
- if ($pma_fsize) {
- $fsize = number_format( (intval($usr_fsize) * $pma_fsize), 0 );
- }
-
- // 2007-05-10 (mkkeck)
- // Get the file name for the css-style
- // TODO:
- // replace on /libraries/header_meta_style.inc.php
- // echo '';
- // with the folow lines
- // echo '';
-
- // default file
- $tmp_css_type = 'browse';
- if (isset($_GET['type'])) {
- if (stristr($_GET['type'], 'main')) {
- // main window
- $tmp_css_type = 'main';
- } else if (stristr($_GET['type'], 'querywin')) {
- // query window
- $tmp_css_type = 'popup';
- } else if (stristr($_GET['type'], 'inline')) {
- // inline popups
- $tmp_css_type = 'inline';
- }
- }
- if ($GLOBALS['cfg']['LightTabs']) {
- $tmp_css_type = '';
- }
-?>
-/* BASICS */
-html, body, td, th {
-
- font-family: ;
-
- font-family: sans-serif;
-
- font-size: ;
-}
-body {
- background: ;
-
- background-attachment: fixed;
- background-image: url('logo_right.png');
- background-position: 100% 100%;
- background-repeat: no-repeat;
-
- color: ;
-
- margin: 55px 5px 5px 5px;
-
- margin: 25px 5px 5px 5px;
-
- margin: 0px 0px 0px 0px;
-
- margin: 5px 5px 5px 5px;
-
- padding: 0px 0px 0px 0px;
-}
-button, img, input, select { vertical-align: middle; }
-
-textarea, tt, pre, code { font-family: ; }
-
-
-a:link, a:visited, a:active {
- color: #bb3902;
- font-weight: bold;
- text-decoration: none;
-}
-a:hover {
- text-decoration: underline;
- color: #cc0000;
-}
-a img { border: none; }
-button { display: inline; }
-h1, h2, h3 { color: #fb7922; font-weight: bold; }
-h1 { font-size: ; }
-h2 { font-size: ; }
-h3 { font-size: ; }
-
-img.icon {
- margin-left: 2px;
- margin-right: 2px;
-}
-img.lightbulb { cursor: pointer; }
-dfn, dfn:hover { font-style: normal; }
-dfn:hover { cursor: url('b_info.png'), default; }
-hr {
- color: #bb3902;
- background: #bb3902;
- border: 1px none #bb3902;
- height: 1px;
- margin-bottom: 5px;
- margin-top: 5px;
-}
-
-/* TABLES */
-table caption, table th, table td {
- padding: 2px 2px 2px 2px;
- vertical-align: top;
-}
-table tr.odd th, table tr.odd td, .odd {
- background: ;
-}
-table tr.even th, table tr.even td, .even {
- background: ;
-}
-table tr.odd th, table tr.odd td,
-table tr.even th, table tr.even td, .even {
- text-align: ;
-}
-table tr.marked th, table tr.marked td, .marked {
- background: ;
- color: ;
-}
-.odd:hover, .even:hover, .hover {
- background: ;
- color: ;
-}
-table tr.hover th, table tr.hover td, table tr.odd:hover th, table tr.even:hover th, table tr.odd:hover td, table tr.even:hover td {
- background: ;
- color: ;
-}
-tr.condition th, tr.condition td, td.condition, th.condition {
- border: 1px solid ;
-}
-table [class=value] {
- white-space: normal;
-}
-td img.icon, th img.icon { margin: 0px 0px 0px 0px; }
-.odd .value, .even .value, .marked .value {
- text-align: ;
-}
-th {
- font-weight: bold;
- color: ;
- background: ;
-}
-table caption.tblHeaders, th.tblHeaders { background-image: url('tbl_header.png'); }
-thead th { background-image: url('tbl_th.png'); }
-
-/* end TABLES */
-
-/* FORMS */
-form {
- display: inline;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-fieldset {
- background: transparent;
- border: 1px solid #bb3902;
- margin-top: 5px;
- padding: 5px;
-
-}
-fieldset fieldset {
- background: transparent;
- margin: 5px;
-}
-fieldset legend, fieldset fieldset legend {
- background-position: left top;
- background-repeat: repeat-x;
- border: 1px solid #bb3902;
- color: ;
- margin-bottom: 5px;
- padding: 3px 5px 3px 5px;
-}
-fieldset legend {
- background-color: ;
- background-image: url('tbl_header.png');
- color: ;
-}
-fieldset fieldset legend {
- background-color: ;
- background-image: url('tbl_th.png');
- color: ;
-}
-fieldset legend a:link, fieldset legend a:active, fieldset legend a:visited {
- color: #bb3902;
-}
-fieldset.tblFooters {
- background-color: ;
- background-image: url('tbl_header.png');
- background-position: left bottom;
- background-repeat: repeat-x;
- border-bottom: 1px solid #bb3902;
- border-left: 1px solid #bb3902;
- border-right: 1px solid #bb3902;
- border-top: none;
- clear: both;
- color: ;
- float: none;
- margin-top: 0px;
- margin-bottom: 5px;
- text-align: center;
-}
-
-fieldset .formelement {
- float: ;
- margin-: 15px;
- /* IE */
- white-space: nowrap;
-}
-fieldset div[class=formelement] {
- white-space: normal;
-}
-fieldset#exportoptions {
- white-space: nowrap;
- width: 25%;
-}
-button.mult_submit {
- background-color: transparent;
- border: none;
-}
-
-
-.value {
-
- font-family: ;
- white-space: normal;
-
-}
-.value .attention { color: #990000; }
-.value .allfine { color: #006600; }
-
-
-
-/* PDF */
-.pdflayout {
- background-color: #ffffff;
- border: 1px solid #000000;
- clip: inherit;
- display: none;
- overflow: hidden;
- position: relative;
-}
-.pdflayout_table {
- background: ;
- border: 1px dashed #bb3902;
- clip: inherit;
- color: #000000;
- cursor: move;
- display: inline;
- font-size: ;
- overflow: hidden;
- position: absolute;
- visibility: inherit;
- z-index: 2;
-}
-/* end PDF */
-
-/* PARSER */
-.syntax {
- font-size: ;
-}
-.syntax_comment {
- padding-left: 5px;
- padding-right: 5px;
-}
-.syntax_alpha_columnType, .syntax_alpha_columnAttrib, .syntax_alpha_functionName, .syntax_alpha_reservedWord {
- text-transform: uppercase;
-}
-.syntax_alpha_reservedWord {
- font-weight: bold;
-}
-.syntax_quote {
- white-space: pre;
-}
-/* end PARSER */
-
-
-
-.selectallarrow {
- margin-: 0.3em;
- margin-: 0.6em;
-}
-
-/* MESSAGE BOXES: warning, error, confirmation */
-div.error, div.notice, div.warning, h1.error, h1.notice, h1.warning, p.error, p.notice, p.warning {
- margin: 5px 0px 5px 0px;
-
- background-repeat: no-repeat;
-
- background-position: 5px 5px;
- padding: 5px 5px 5px 25px;
-
- background-position: 99% 5px;
- padding: 5px 25px 5px 5px;
-
-
- padding: 5px 5px 5px 5px;
-
- text-align: ;
-}
-div.notice, h1.notice {
-
- background-image: url('s_notice.png');
-
- border: 1px solid #ffd700;
-}
-.notice {
- background-color: #ffffdd;
- color: #000000;
-}
-.notice h1 {
- border-bottom: 1px solid #ffd700;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
- text-align: ;
-}
-div.warning, h1.warning, p.warning {
-
- background-image: url('s_warn.png');
-
- border: 1px solid #990000;
- text-align: ;
-}
-.warning {
- background-color: #fff0f0;
- color: #990000;
-}
-.warning h1 {
- border-bottom: 1px solid #990000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
-}
-div.error, h1.error {
-
- background-image: url('s_error.png');
-
- border: 1px solid #990000;
-}
-.error h1 {
- border-bottom: 1px solid #990000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
-}
-.error {
- background-color: #fff0f0;
- color: #990000;
-}
-fieldset.confirmation {
- border: 1px solid #990000;
-}
-fieldset.confirmation legend {
- background-color: #990000;
- border: 1px solid #990000;
- color: #ffffff;
- font-weight: bold;
-
- background-image: url('s_really.png');
- background-repeat: no-repeat;
-
- background-position: 5px 50%;
- padding: 2px 2px 2px 25px;
-
- background-position: 97% 50%;
- padding: 2px 25px 2px 2px;
-
-
-}
-.confirmation {
- background-color: #fff0f0;
-}
-.confirmation hr {
- background: #990000;
- border: 1px none #990000;
- color: #990000;
- height: 1px;
- margin-bottom: 5px;
- margin-top: 5px;
-}
-/* end MESSAGE BOXES */
-
-
-.tblcomment {
- color: #000099;
- font-size: 70%;
- font-weight: normal;
-}
-
-.tblHeaders, th, caption {
- background: ;
- color: ;
- font-weight: bold;
-}
-
-.tblFooters {
- background: ;
- color: ;
- font-weight: normal;
-}
-
-.tblHeaders a:link, .tblHeaders a:active, .tblHeaders a:visited,
-.tblFooters a:link, .tblFooters a:active, .tblFooters a:visited {
- color: #000000;
-}
-
-.tblHeaders a:hover, .tblFooters a:hover {
- color: #cc0000;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #990000;
- 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;
- color: #666666;
-}
-
-/**
- * login form
- */
-body.loginform h1, body.loginform a.logo {
- display: block;
- text-align: center;
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- margin: 0px auto;
- text-align: ;
- width: 30em;
-}
-
-form.login label {
- float: ;
- font-weight: bolder;
- width: 10em;
-}
-
-/* -- Top-Navi -- */
-#serverinfo {
- background-color: ;
- border-bottom: 1px solid #bb3902;
- font-weight: bold;
- height: 16px;
- margin-top: 0px;
- padding: 5px 5px 5px 5px;
- white-space: nowrap;
- vertical-align: middle;
-}
-#serverinfo .item { white-space: nowrap; }
-#serverinfo img { margin: 0px 1px 0px 1px; }
-ul#topmenu { list-style-type: none; }
-ul#topmenu li { vertical-align: middle; }
-#topmenu img {
- margin-: 2px;
- vertical-align: middle;
-}
-.tab, .tabcaution, .tabactive {
- display: block;
- margin: 0px 0px 0px 0px;
- padding: 4px 2px 4px 2px;
- white-space: nowrap;
-}
-span.tab, span.tabcaution { color: #666666; }
-a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited { color: #ffffff; }
-a.tabcaution:hover {
- color: #ffffff;
- background-color: #cc0000;
-}
-
-a.tabactive:link, a.tabactive:active, a.tabactive:visited { color: #bb3902; }
-
-#serverinfo, #topmenucontainer {
-
- position: absolute;
-
- position: fixed;
- width: 100%;
-
-}
-#serverinfo {
-
- left: 0px;
- top: expression(eval(document.documentElement.scrollTop));
- width: 100%;
-
- top: 0px;
- left: 0px;
-
-}
-#serverinfo .separator img {
- width: 9px;
- height: 11px;
- margin: 0px 2px 0px 2px;
- vertical-align: middle;
-}
-#topmenucontainer {
- background-color: ;
- background-image: url('tbl_header.png');
- background-repeat: repeat-x;
- background-position: center top;
- border-top: solid ;
- border-right: none;
- border-bottom: 5px solid ;
- border-left: none;
- color: #000000;
- font-weight: bold;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- white-space: nowrap;
-
- left: 0px;
- top: expression(eval(document.documentElement.scrollTop));
- width: expression(eval(document.documentElement.clientWidth));
-
- top: ;
- left: 0px;
-
-}
-#topmenu {
- border: none;
- float: ;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
-}
-ul#topmenu li {
- background-color: #333333;
- background-image: url('tbl_header.png');
- background-repeat: repeat-x;
- background-position: center top;
- border-bottom: none;
- border-right: 1px solid ;
- margin: 0px 0px 0px 0px;
- padding-right: 0px;
-}
-.tab, .tabcaution, .tabactive {
- background-color: ;
- background-repeat: repeat-x;
- background-position: center top;
- border: none;
-}
-.tab, .tabactive, .tabcaution, a.tab:hover, a.tabactive:hover, a.tabcaution:hover {
- border-top: 1px solid ;
- margin: 0px 0px 0px 0px;
- padding: 4px 2px 4px 2px;
- text-decoration: none;
-}
-.tab, a.tab:link, a.tab:active, a.tab:visited {
- color: #000000;
- background-color: ;
- background-image: url('tbl_header.png');
-}
-a.tab:hover {
- border-top: 1px solid #fb7922;
- border-right: 1px solid #fb7922;
- border-left: 1px solid #fb7922;
- color: #000000;
- background-color: #ffff99;
- background-image: url('tbl_th.png');
-}
-.tabcaution, a.tabcaution:link, a.tabcaution:active, a.tabcaution:visited {
- color: #ffffff;
- background-color: #cc0000;
- background-image: url('tbl_error.png');
-}
-a.tabcaution:hover {
- border-top: 1px solid #fb7922;
- border-right: 1px solid #fb7922;
- border-left: 1px solid #fb7922;
- color: #ffff99;
- background-color: #cc0000;
- background-image: url('tbl_error.png');
-}
-a.tabactive:link, a.tabactive:active, a.tabactive:visited, a.tabactive:hover {
- color: #000000;
- border-top: 1px solid #fb7922;
- border-right: 1px solid #fb7922;
- border-left: 1px solid #fb7922;
- background-color: ;
- /*background-image: url('tbl_th.png');*/
-}
-span.tab, span.tabcaution { cursor: url('s_error.png'), default; }
-span.tab img, span.tabcaution img {
-
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-
- -moz-opacity: 0.5;
-
- opacity: 0.5;
-}
-
-/* -- Top-Navi -- */
-
-
-/* CALENDAR */
-table.calendar {
- width: 100%;
-}
-table.calendar td {
- color: ;
- background-color: ;
- text-align: center;
-}
-table.calendar td a {
- display: block;
-}
-
-table.calendar td a:hover {
- color: ;
- background-color: ;
-}
-
-table.calendar th {
- color: ;
- background-color: ;
-}
-
-table.calendar td.selected {
- color: ;
- background-color: ;
-}
-img.calendar {
- border: none;
-}
-#clock_data, form.clock {
- text-align: center;
-}
-#clock_data input, form.clock input {
- text-align: center;
- width: 50px;
-}
-/* end CALENDAR */
-
-
-/* table stats */
-div#tablestatistics {
- border-bottom: 0.1em solid #669999;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-div#tablestatistics table {
- float: ;
- margin-bottom: 0.5em;
- margin-: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-#span_table_comment {
- font-weight: normal;
- font-style: italic;
- white-space: nowrap;
-}
-
-#TooltipContainer {
- font-size: inherit;
- color: #ffffff;
- background-color: #bb3902;
- position: absolute;
- z-index: 99;
- width: ;
- 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;
-}
-
-/* user privileges */
-#fieldset_add_user_login div.item {
- border-bottom: 1px solid #bb3902;
- padding-bottom: 0.3em;
- margin-bottom: 0.3em;
-}
-
-#fieldset_add_user_login label {
- float: ;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: ;
- padding-: 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: ;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: ;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: ;
- 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: ;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: ;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: ;
-}
-
-#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: 30px 2px 2px 2px;
- padding: 0;
- background-image: none;
- background-color: transparent;
-}
-
-div#querywindowcontainer {
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-div#querywindowcontainer fieldset {
- margin-top: 0;
-}
-/* END querywindow */
-
-
-/* querybox */
-
-div#sqlquerycontainer {
- float: ;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: ;
- 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 */
-
-/* main page */
-#maincontainer {
- background-image: none;
- background-position: bottom;
- background-repeat: no-repeat;
- border-bottom: none;
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: ;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url('item_.png');
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 3px;
- padding-left: 5px;
-}
-/* END main page */
-
-
-
-/* iconic view for ul items */
-li#li_create_database { list-style-image: url('b_newdb.png'); }
-li#li_select_lang { list-style-image: url('s_lang.png'); }
-li#li_select_mysql_collation { list-style-image: url('s_asci.png'); }
-li#li_select_mysql_charset { list-style-image: url('s_asci.png'); }
-li#li_select_theme { list-style-image: url('s_theme.png'); }
-li#li_server_info { list-style-image: url('s_host.png'); }
-li#li_user_info { list-style-image: url('b_dbusr.png'); }
-li#li_mysql_status { list-style-image: url('s_status.png'); }
-li#li_mysql_variables { list-style-image: url('s_vars.png'); }
-li#li_mysql_processes { list-style-image: url('s_process.png'); }
-li#li_mysql_collations { list-style-image: url('s_asci.png'); }
-li#li_mysql_engines { list-style-image: url('b_engine.png'); }
-li#li_mysql_binlogs { list-style-image: url('s_tbl.png'); }
-li#li_mysql_databases { list-style-image: url('s_db.png'); }
-li#li_export { list-style-image: url('b_export.png'); }
-li#li_import { list-style-image: url('b_import.png'); }
-li#li_change_password { list-style-image: url('s_passwd.png'); }
-li#li_log_out { list-style-image: url('s_loggoff.png'); }
-li#li_pma_docs { list-style-image: url('b_docs.png'); }
-li#li_phpinfo { list-style-image: url('php_sym.png'); }
-li#li_pma_homepage { list-style-image: url('b_home.png'); }
-li#li_mysql_privilegs { list-style-image: url('s_rights.png'); }
-li#li_switch_dbstats { list-style-image: url('b_dbstatistics.png'); }
-li#li_flush_privileges { list-style-image: url('s_reload.png'); }
-li#li_mysql_proto { list-style-image: url('b_dbsock.png'); }
-li#li_mysql_client_version { list-style-image: url('b_dbclient.png'); }
-li#li_select_fontsize { list-style-image: url('b_fontsize.png'); }
-li#li_used_php_extension { list-style-image: url('b_dbphpext.png'); }
-/* END iconic view for ul items */
-
-
-
-#body_browse_foreigners {
- background: ;
- margin: em 0.5em 0 0.5em;
- text-align: center;
-}
-#body_browse_foreigners form {
- left: 0px;
- background-color: ;
- margin: 0 0 0 0;
- padding: 0 0 0 0;
-
- position: absolute;
- top: expression(eval(document.documentElement.scrollTop));
-
- position: fixed;
- top: 0px;
-
- width: 100%;
-}
-#body_browse_foreigners, #body_browse_foreigners th, #body_browse_foreigners td {
- font-size: ;
- text-align: ;
-}
-#body_browse_foreigners td a {
- display: block; width: 100%;
-}
-#body_browse_foreigners tfoot th {
- background-color: ;
- background-image: url('tbl_th.png');
- background-position: left bottom;
-}
-#body_browse_foreigners .formelement {
- float: none; clear: both;
-}
-#body_browse_foreigners fieldset { text-align: center; padding: 0.1em 0.1em 0.1em 0.1em; margin: 0.1em 0.1em 0.1em 0.1em; }
-
-#bodyquerywindow {
- background: ;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid #bb3902;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid #bb3902;
-}
-
-#fieldset_select_fields {
- float: ;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- width: 100%;
- border-top: 0.1em none #bb3902;
- text-align: ;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: ;
-}
-
-#div_mysql_charset_collations table {
- float: ;
-}
-
-#div_table_order, #div_table_rename, #div_table_copy, #div_table_options {
- clear: both;
- float: none;
- min-width: 48%;
-}
-
-#qbe_div_table_list {
- float: ;
-}
-
-#qbe_div_sql_query {
- float: ;
-}
-
-label.desc {
- width: 30em;
- float: ;
-}
-
-#buttonGo, #buttonNo, #buttonYes, #cancel, #submit { font-weight: bold; }
-#buttonGo { color: #bb3902; }
-#buttonNo, #cancel { color: #cc0000; }
-#buttonYes, #submit { color: #006600; }
-#listTable { width: 260px;}
-#textSqlquery { width: 450px; }
-#textSQLDUMP {
- background-color: transparent;
- border: 1px solid #bb3902;
- color: #000000;
-
- font-family: ;
-
- font-size: 110%;
- width: 99%;
- height: 99%;
-}
\ No newline at end of file
diff --git a/xampp/img/arrow_ltr.gif b/xampp/img/arrow_ltr.gif
deleted file mode 100644
index a8f2200ad..000000000
Binary files a/xampp/img/arrow_ltr.gif and /dev/null differ
diff --git a/xampp/img/arrow_ltr.png b/xampp/img/arrow_ltr.png
deleted file mode 100644
index 44d0eb1e4..000000000
Binary files a/xampp/img/arrow_ltr.png and /dev/null differ
diff --git a/xampp/img/arrow_rtl.gif b/xampp/img/arrow_rtl.gif
deleted file mode 100644
index 410b678a0..000000000
Binary files a/xampp/img/arrow_rtl.gif and /dev/null differ
diff --git a/xampp/img/arrow_rtl.png b/xampp/img/arrow_rtl.png
deleted file mode 100644
index 4e3b0bdfd..000000000
Binary files a/xampp/img/arrow_rtl.png and /dev/null differ
diff --git a/xampp/img/asc_order.png b/xampp/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/xampp/img/asc_order.png and /dev/null differ
diff --git a/xampp/img/b_bookmark.png b/xampp/img/b_bookmark.png
deleted file mode 100644
index f69230031..000000000
Binary files a/xampp/img/b_bookmark.png and /dev/null differ
diff --git a/xampp/img/b_browse.png b/xampp/img/b_browse.png
deleted file mode 100644
index fc1d87337..000000000
Binary files a/xampp/img/b_browse.png and /dev/null differ
diff --git a/xampp/img/b_calendar.png b/xampp/img/b_calendar.png
deleted file mode 100644
index a91715af2..000000000
Binary files a/xampp/img/b_calendar.png and /dev/null differ
diff --git a/xampp/img/b_comment.png b/xampp/img/b_comment.png
deleted file mode 100644
index 488c13d87..000000000
Binary files a/xampp/img/b_comment.png and /dev/null differ
diff --git a/xampp/img/b_dbclient.png b/xampp/img/b_dbclient.png
deleted file mode 100644
index f261e77dc..000000000
Binary files a/xampp/img/b_dbclient.png and /dev/null differ
diff --git a/xampp/img/b_dbphpext.png b/xampp/img/b_dbphpext.png
deleted file mode 100644
index 317890c86..000000000
Binary files a/xampp/img/b_dbphpext.png and /dev/null differ
diff --git a/xampp/img/b_dbsock.png b/xampp/img/b_dbsock.png
deleted file mode 100644
index 302bbdc0c..000000000
Binary files a/xampp/img/b_dbsock.png and /dev/null differ
diff --git a/xampp/img/b_dbstatistics.png b/xampp/img/b_dbstatistics.png
deleted file mode 100644
index 08bf46c6d..000000000
Binary files a/xampp/img/b_dbstatistics.png and /dev/null differ
diff --git a/xampp/img/b_dbusr.png b/xampp/img/b_dbusr.png
deleted file mode 100644
index a9852e8cd..000000000
Binary files a/xampp/img/b_dbusr.png and /dev/null differ
diff --git a/xampp/img/b_deltbl.png b/xampp/img/b_deltbl.png
deleted file mode 100644
index 7a0ec3420..000000000
Binary files a/xampp/img/b_deltbl.png and /dev/null differ
diff --git a/xampp/img/b_docs.png b/xampp/img/b_docs.png
deleted file mode 100644
index 3b775554b..000000000
Binary files a/xampp/img/b_docs.png and /dev/null differ
diff --git a/xampp/img/b_docsql.png b/xampp/img/b_docsql.png
deleted file mode 100644
index 6f3627210..000000000
Binary files a/xampp/img/b_docsql.png and /dev/null differ
diff --git a/xampp/img/b_drop.png b/xampp/img/b_drop.png
deleted file mode 100644
index 7a0ec3420..000000000
Binary files a/xampp/img/b_drop.png and /dev/null differ
diff --git a/xampp/img/b_edit.png b/xampp/img/b_edit.png
deleted file mode 100644
index 9117b4ece..000000000
Binary files a/xampp/img/b_edit.png and /dev/null differ
diff --git a/xampp/img/b_empty.png b/xampp/img/b_empty.png
deleted file mode 100644
index 933f7f886..000000000
Binary files a/xampp/img/b_empty.png and /dev/null differ
diff --git a/xampp/img/b_engine.png b/xampp/img/b_engine.png
deleted file mode 100644
index 46f3c5ab7..000000000
Binary files a/xampp/img/b_engine.png and /dev/null differ
diff --git a/xampp/img/b_export.png b/xampp/img/b_export.png
deleted file mode 100644
index 0b59c8e74..000000000
Binary files a/xampp/img/b_export.png and /dev/null differ
diff --git a/xampp/img/b_firstpage.png b/xampp/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/xampp/img/b_firstpage.png and /dev/null differ
diff --git a/xampp/img/b_fontsize.png b/xampp/img/b_fontsize.png
deleted file mode 100644
index a07631319..000000000
Binary files a/xampp/img/b_fontsize.png and /dev/null differ
diff --git a/xampp/img/b_ftext.png b/xampp/img/b_ftext.png
deleted file mode 100644
index b28d578ac..000000000
Binary files a/xampp/img/b_ftext.png and /dev/null differ
diff --git a/xampp/img/b_help.png b/xampp/img/b_help.png
deleted file mode 100644
index a4f2f4f09..000000000
Binary files a/xampp/img/b_help.png and /dev/null differ
diff --git a/xampp/img/b_home.png b/xampp/img/b_home.png
deleted file mode 100644
index 30e9ff484..000000000
Binary files a/xampp/img/b_home.png and /dev/null differ
diff --git a/xampp/img/b_import.png b/xampp/img/b_import.png
deleted file mode 100644
index 7266b1a96..000000000
Binary files a/xampp/img/b_import.png and /dev/null differ
diff --git a/xampp/img/b_index.png b/xampp/img/b_index.png
deleted file mode 100644
index 654ccf5d7..000000000
Binary files a/xampp/img/b_index.png and /dev/null differ
diff --git a/xampp/img/b_info.png b/xampp/img/b_info.png
deleted file mode 100644
index 391e16799..000000000
Binary files a/xampp/img/b_info.png and /dev/null differ
diff --git a/xampp/img/b_insrow.png b/xampp/img/b_insrow.png
deleted file mode 100644
index 251dd6b2d..000000000
Binary files a/xampp/img/b_insrow.png and /dev/null differ
diff --git a/xampp/img/b_lastpage.png b/xampp/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/xampp/img/b_lastpage.png and /dev/null differ
diff --git a/xampp/img/b_minus.png b/xampp/img/b_minus.png
deleted file mode 100644
index 36500bb08..000000000
Binary files a/xampp/img/b_minus.png and /dev/null differ
diff --git a/xampp/img/b_newdb.png b/xampp/img/b_newdb.png
deleted file mode 100644
index 407746327..000000000
Binary files a/xampp/img/b_newdb.png and /dev/null differ
diff --git a/xampp/img/b_newtbl.png b/xampp/img/b_newtbl.png
deleted file mode 100644
index f798f4276..000000000
Binary files a/xampp/img/b_newtbl.png and /dev/null differ
diff --git a/xampp/img/b_nextpage.png b/xampp/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/xampp/img/b_nextpage.png and /dev/null differ
diff --git a/xampp/img/b_pdfdoc.png b/xampp/img/b_pdfdoc.png
deleted file mode 100644
index 18ff17bf1..000000000
Binary files a/xampp/img/b_pdfdoc.png and /dev/null differ
diff --git a/xampp/img/b_plus.png b/xampp/img/b_plus.png
deleted file mode 100644
index 477710f2f..000000000
Binary files a/xampp/img/b_plus.png and /dev/null differ
diff --git a/xampp/img/b_prevpage.png b/xampp/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/xampp/img/b_prevpage.png and /dev/null differ
diff --git a/xampp/img/b_primary.png b/xampp/img/b_primary.png
deleted file mode 100644
index fa04bff18..000000000
Binary files a/xampp/img/b_primary.png and /dev/null differ
diff --git a/xampp/img/b_print.png b/xampp/img/b_print.png
deleted file mode 100644
index 3e640e8f2..000000000
Binary files a/xampp/img/b_print.png and /dev/null differ
diff --git a/xampp/img/b_props.png b/xampp/img/b_props.png
deleted file mode 100644
index 37c270cd2..000000000
Binary files a/xampp/img/b_props.png and /dev/null differ
diff --git a/xampp/img/b_relations.png b/xampp/img/b_relations.png
deleted file mode 100644
index c4d7aaa77..000000000
Binary files a/xampp/img/b_relations.png and /dev/null differ
diff --git a/xampp/img/b_save.png b/xampp/img/b_save.png
deleted file mode 100644
index 89b337627..000000000
Binary files a/xampp/img/b_save.png and /dev/null differ
diff --git a/xampp/img/b_sbrowse.png b/xampp/img/b_sbrowse.png
deleted file mode 100644
index 56dd0d86b..000000000
Binary files a/xampp/img/b_sbrowse.png and /dev/null differ
diff --git a/xampp/img/b_sdb.png b/xampp/img/b_sdb.png
deleted file mode 100644
index c346ed39d..000000000
Binary files a/xampp/img/b_sdb.png and /dev/null differ
diff --git a/xampp/img/b_search.png b/xampp/img/b_search.png
deleted file mode 100644
index ab5d86c7d..000000000
Binary files a/xampp/img/b_search.png and /dev/null differ
diff --git a/xampp/img/b_selboard.png b/xampp/img/b_selboard.png
deleted file mode 100644
index 5132091b1..000000000
Binary files a/xampp/img/b_selboard.png and /dev/null differ
diff --git a/xampp/img/b_select.png b/xampp/img/b_select.png
deleted file mode 100644
index 3028370b9..000000000
Binary files a/xampp/img/b_select.png and /dev/null differ
diff --git a/xampp/img/b_sql.png b/xampp/img/b_sql.png
deleted file mode 100644
index 87c298cd3..000000000
Binary files a/xampp/img/b_sql.png and /dev/null differ
diff --git a/xampp/img/b_sqldoc.png b/xampp/img/b_sqldoc.png
deleted file mode 100644
index 6f3627210..000000000
Binary files a/xampp/img/b_sqldoc.png and /dev/null differ
diff --git a/xampp/img/b_sqlhelp.png b/xampp/img/b_sqlhelp.png
deleted file mode 100644
index be02b6d29..000000000
Binary files a/xampp/img/b_sqlhelp.png and /dev/null differ
diff --git a/xampp/img/b_tblanalyse.png b/xampp/img/b_tblanalyse.png
deleted file mode 100644
index 822b689dd..000000000
Binary files a/xampp/img/b_tblanalyse.png and /dev/null differ
diff --git a/xampp/img/b_tblexport.png b/xampp/img/b_tblexport.png
deleted file mode 100644
index c1173a59e..000000000
Binary files a/xampp/img/b_tblexport.png and /dev/null differ
diff --git a/xampp/img/b_tblimport.png b/xampp/img/b_tblimport.png
deleted file mode 100644
index 218b63f24..000000000
Binary files a/xampp/img/b_tblimport.png and /dev/null differ
diff --git a/xampp/img/b_tblops.png b/xampp/img/b_tblops.png
deleted file mode 100644
index 7632874df..000000000
Binary files a/xampp/img/b_tblops.png and /dev/null differ
diff --git a/xampp/img/b_tbloptimize.png b/xampp/img/b_tbloptimize.png
deleted file mode 100644
index 20dd8e161..000000000
Binary files a/xampp/img/b_tbloptimize.png and /dev/null differ
diff --git a/xampp/img/b_terminal.png b/xampp/img/b_terminal.png
deleted file mode 100644
index 0948b6b94..000000000
Binary files a/xampp/img/b_terminal.png and /dev/null differ
diff --git a/xampp/img/b_tipp.png b/xampp/img/b_tipp.png
deleted file mode 100644
index 04034bdee..000000000
Binary files a/xampp/img/b_tipp.png and /dev/null differ
diff --git a/xampp/img/b_unique.png b/xampp/img/b_unique.png
deleted file mode 100644
index 310f1cff7..000000000
Binary files a/xampp/img/b_unique.png and /dev/null differ
diff --git a/xampp/img/b_usradd.png b/xampp/img/b_usradd.png
deleted file mode 100644
index aad768617..000000000
Binary files a/xampp/img/b_usradd.png and /dev/null differ
diff --git a/xampp/img/b_usrcheck.png b/xampp/img/b_usrcheck.png
deleted file mode 100644
index 3123ba689..000000000
Binary files a/xampp/img/b_usrcheck.png and /dev/null differ
diff --git a/xampp/img/b_usrdrop.png b/xampp/img/b_usrdrop.png
deleted file mode 100644
index b26f06ef2..000000000
Binary files a/xampp/img/b_usrdrop.png and /dev/null differ
diff --git a/xampp/img/b_usredit.png b/xampp/img/b_usredit.png
deleted file mode 100644
index 55a7ff277..000000000
Binary files a/xampp/img/b_usredit.png and /dev/null differ
diff --git a/xampp/img/b_usrlist.png b/xampp/img/b_usrlist.png
deleted file mode 100644
index 84324305d..000000000
Binary files a/xampp/img/b_usrlist.png and /dev/null differ
diff --git a/xampp/img/b_view.png b/xampp/img/b_view.png
deleted file mode 100644
index 07bcdadf9..000000000
Binary files a/xampp/img/b_view.png and /dev/null differ
diff --git a/xampp/img/b_views.png b/xampp/img/b_views.png
deleted file mode 100644
index bbb2cd2e5..000000000
Binary files a/xampp/img/b_views.png and /dev/null differ
diff --git a/xampp/img/bd_browse.png b/xampp/img/bd_browse.png
deleted file mode 100644
index c9a641c73..000000000
Binary files a/xampp/img/bd_browse.png and /dev/null differ
diff --git a/xampp/img/bd_deltbl.png b/xampp/img/bd_deltbl.png
deleted file mode 100644
index f94d8d536..000000000
Binary files a/xampp/img/bd_deltbl.png and /dev/null differ
diff --git a/xampp/img/bd_drop.png b/xampp/img/bd_drop.png
deleted file mode 100644
index f94d8d536..000000000
Binary files a/xampp/img/bd_drop.png and /dev/null differ
diff --git a/xampp/img/bd_empty.png b/xampp/img/bd_empty.png
deleted file mode 100644
index 0e4923bf6..000000000
Binary files a/xampp/img/bd_empty.png and /dev/null differ
diff --git a/xampp/img/bd_firstpage.png b/xampp/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/xampp/img/bd_firstpage.png and /dev/null differ
diff --git a/xampp/img/bd_ftext.png b/xampp/img/bd_ftext.png
deleted file mode 100644
index be98f0391..000000000
Binary files a/xampp/img/bd_ftext.png and /dev/null differ
diff --git a/xampp/img/bd_index.png b/xampp/img/bd_index.png
deleted file mode 100644
index 9a41d0b86..000000000
Binary files a/xampp/img/bd_index.png and /dev/null differ
diff --git a/xampp/img/bd_insrow.png b/xampp/img/bd_insrow.png
deleted file mode 100644
index e045dbc0b..000000000
Binary files a/xampp/img/bd_insrow.png and /dev/null differ
diff --git a/xampp/img/bd_lastpage.png b/xampp/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/xampp/img/bd_lastpage.png and /dev/null differ
diff --git a/xampp/img/bd_nextpage.png b/xampp/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/xampp/img/bd_nextpage.png and /dev/null differ
diff --git a/xampp/img/bd_prevpage.png b/xampp/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/xampp/img/bd_prevpage.png and /dev/null differ
diff --git a/xampp/img/bd_primary.png b/xampp/img/bd_primary.png
deleted file mode 100644
index 12cd9ed49..000000000
Binary files a/xampp/img/bd_primary.png and /dev/null differ
diff --git a/xampp/img/bd_sbrowse.png b/xampp/img/bd_sbrowse.png
deleted file mode 100644
index e2ef8c3f0..000000000
Binary files a/xampp/img/bd_sbrowse.png and /dev/null differ
diff --git a/xampp/img/bd_select.png b/xampp/img/bd_select.png
deleted file mode 100644
index e901873c5..000000000
Binary files a/xampp/img/bd_select.png and /dev/null differ
diff --git a/xampp/img/bd_unique.png b/xampp/img/bd_unique.png
deleted file mode 100644
index b7cb1d2da..000000000
Binary files a/xampp/img/bd_unique.png and /dev/null differ
diff --git a/xampp/img/bd_views.png b/xampp/img/bd_views.png
deleted file mode 100644
index 21af78405..000000000
Binary files a/xampp/img/bd_views.png and /dev/null differ
diff --git a/xampp/img/dot_black.png b/xampp/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/xampp/img/dot_black.png and /dev/null differ
diff --git a/xampp/img/dot_blue.png b/xampp/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/xampp/img/dot_blue.png and /dev/null differ
diff --git a/xampp/img/dot_green.png b/xampp/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/xampp/img/dot_green.png and /dev/null differ
diff --git a/xampp/img/dot_red.png b/xampp/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/xampp/img/dot_red.png and /dev/null differ
diff --git a/xampp/img/dot_violet.png b/xampp/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/xampp/img/dot_violet.png and /dev/null differ
diff --git a/xampp/img/dot_yellow.png b/xampp/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/xampp/img/dot_yellow.png and /dev/null differ
diff --git a/xampp/img/frm_linevrlt.png b/xampp/img/frm_linevrlt.png
deleted file mode 100644
index 5a3cb83a3..000000000
Binary files a/xampp/img/frm_linevrlt.png and /dev/null differ
diff --git a/xampp/img/item.png b/xampp/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/xampp/img/item.png and /dev/null differ
diff --git a/xampp/img/item_ltr.png b/xampp/img/item_ltr.png
deleted file mode 100644
index f545e9493..000000000
Binary files a/xampp/img/item_ltr.png and /dev/null differ
diff --git a/xampp/img/item_rtl.png b/xampp/img/item_rtl.png
deleted file mode 100644
index 0752346ff..000000000
Binary files a/xampp/img/item_rtl.png and /dev/null differ
diff --git a/xampp/img/logo_left.png b/xampp/img/logo_left.png
deleted file mode 100644
index 00ce5aa76..000000000
Binary files a/xampp/img/logo_left.png and /dev/null differ
diff --git a/xampp/img/logo_right.png b/xampp/img/logo_right.png
deleted file mode 100644
index 7dea574a5..000000000
Binary files a/xampp/img/logo_right.png and /dev/null differ
diff --git a/xampp/img/php_sym.png b/xampp/img/php_sym.png
deleted file mode 100644
index 30fc331b2..000000000
Binary files a/xampp/img/php_sym.png and /dev/null differ
diff --git a/xampp/img/pma_logo2.png b/xampp/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/xampp/img/pma_logo2.png and /dev/null differ
diff --git a/xampp/img/s_asc.png b/xampp/img/s_asc.png
deleted file mode 100644
index 412bb8a10..000000000
Binary files a/xampp/img/s_asc.png and /dev/null differ
diff --git a/xampp/img/s_asci.png b/xampp/img/s_asci.png
deleted file mode 100644
index 4cd52a360..000000000
Binary files a/xampp/img/s_asci.png and /dev/null differ
diff --git a/xampp/img/s_attention.png b/xampp/img/s_attention.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/xampp/img/s_attention.png and /dev/null differ
diff --git a/xampp/img/s_cancel.png b/xampp/img/s_cancel.png
deleted file mode 100644
index 922e00631..000000000
Binary files a/xampp/img/s_cancel.png and /dev/null differ
diff --git a/xampp/img/s_cancel2.png b/xampp/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/xampp/img/s_cancel2.png and /dev/null differ
diff --git a/xampp/img/s_db.png b/xampp/img/s_db.png
deleted file mode 100644
index a4c05b52a..000000000
Binary files a/xampp/img/s_db.png and /dev/null differ
diff --git a/xampp/img/s_desc.png b/xampp/img/s_desc.png
deleted file mode 100644
index 99f8e4860..000000000
Binary files a/xampp/img/s_desc.png and /dev/null differ
diff --git a/xampp/img/s_error.png b/xampp/img/s_error.png
deleted file mode 100644
index ea8f52a8d..000000000
Binary files a/xampp/img/s_error.png and /dev/null differ
diff --git a/xampp/img/s_error2.png b/xampp/img/s_error2.png
deleted file mode 100644
index 7d7bd446c..000000000
Binary files a/xampp/img/s_error2.png and /dev/null differ
diff --git a/xampp/img/s_fulltext.png b/xampp/img/s_fulltext.png
deleted file mode 100644
index a87d723e5..000000000
Binary files a/xampp/img/s_fulltext.png and /dev/null differ
diff --git a/xampp/img/s_host.png b/xampp/img/s_host.png
deleted file mode 100644
index c06282d77..000000000
Binary files a/xampp/img/s_host.png and /dev/null differ
diff --git a/xampp/img/s_info.png b/xampp/img/s_info.png
deleted file mode 100644
index 8fcb0db26..000000000
Binary files a/xampp/img/s_info.png and /dev/null differ
diff --git a/xampp/img/s_lang.png b/xampp/img/s_lang.png
deleted file mode 100644
index 3e28de515..000000000
Binary files a/xampp/img/s_lang.png and /dev/null differ
diff --git a/xampp/img/s_loggoff.png b/xampp/img/s_loggoff.png
deleted file mode 100644
index f4b18305a..000000000
Binary files a/xampp/img/s_loggoff.png and /dev/null differ
diff --git a/xampp/img/s_notice.png b/xampp/img/s_notice.png
deleted file mode 100644
index 8fcb0db26..000000000
Binary files a/xampp/img/s_notice.png and /dev/null differ
diff --git a/xampp/img/s_okay.png b/xampp/img/s_okay.png
deleted file mode 100644
index d472fc3ea..000000000
Binary files a/xampp/img/s_okay.png and /dev/null differ
diff --git a/xampp/img/s_partialtext.png b/xampp/img/s_partialtext.png
deleted file mode 100644
index 43844ca19..000000000
Binary files a/xampp/img/s_partialtext.png and /dev/null differ
diff --git a/xampp/img/s_passwd.png b/xampp/img/s_passwd.png
deleted file mode 100644
index 611553cd8..000000000
Binary files a/xampp/img/s_passwd.png and /dev/null differ
diff --git a/xampp/img/s_process.png b/xampp/img/s_process.png
deleted file mode 100644
index 10d283e38..000000000
Binary files a/xampp/img/s_process.png and /dev/null differ
diff --git a/xampp/img/s_really.png b/xampp/img/s_really.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/xampp/img/s_really.png and /dev/null differ
diff --git a/xampp/img/s_reload.png b/xampp/img/s_reload.png
deleted file mode 100644
index dd8b1c4d3..000000000
Binary files a/xampp/img/s_reload.png and /dev/null differ
diff --git a/xampp/img/s_rights.png b/xampp/img/s_rights.png
deleted file mode 100644
index 528df5440..000000000
Binary files a/xampp/img/s_rights.png and /dev/null differ
diff --git a/xampp/img/s_status.png b/xampp/img/s_status.png
deleted file mode 100644
index 8db027aad..000000000
Binary files a/xampp/img/s_status.png and /dev/null differ
diff --git a/xampp/img/s_tbl.png b/xampp/img/s_tbl.png
deleted file mode 100644
index 08f67a22a..000000000
Binary files a/xampp/img/s_tbl.png and /dev/null differ
diff --git a/xampp/img/s_theme.png b/xampp/img/s_theme.png
deleted file mode 100644
index 0024117e5..000000000
Binary files a/xampp/img/s_theme.png and /dev/null differ
diff --git a/xampp/img/s_vars.png b/xampp/img/s_vars.png
deleted file mode 100644
index 5d885b91d..000000000
Binary files a/xampp/img/s_vars.png and /dev/null differ
diff --git a/xampp/img/s_views.png b/xampp/img/s_views.png
deleted file mode 100644
index c8d892f1b..000000000
Binary files a/xampp/img/s_views.png and /dev/null differ
diff --git a/xampp/img/s_warn.png b/xampp/img/s_warn.png
deleted file mode 100644
index 80e7caf97..000000000
Binary files a/xampp/img/s_warn.png and /dev/null differ
diff --git a/xampp/img/sd_views.png b/xampp/img/sd_views.png
deleted file mode 100644
index 612ab663a..000000000
Binary files a/xampp/img/sd_views.png and /dev/null differ
diff --git a/xampp/img/spacer.png b/xampp/img/spacer.png
deleted file mode 100644
index 548301343..000000000
Binary files a/xampp/img/spacer.png and /dev/null differ
diff --git a/xampp/img/tbl_error.png b/xampp/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/xampp/img/tbl_error.png and /dev/null differ
diff --git a/xampp/img/tbl_header.png b/xampp/img/tbl_header.png
deleted file mode 100644
index 56ad9e188..000000000
Binary files a/xampp/img/tbl_header.png and /dev/null differ
diff --git a/xampp/img/tbl_th.png b/xampp/img/tbl_th.png
deleted file mode 100644
index c06d29b78..000000000
Binary files a/xampp/img/tbl_th.png and /dev/null differ
diff --git a/xampp/img/vertical_line.png b/xampp/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/xampp/img/vertical_line.png and /dev/null differ
diff --git a/xampp/img/window-new.png b/xampp/img/window-new.png
deleted file mode 100644
index 52ef4c5e5..000000000
Binary files a/xampp/img/window-new.png and /dev/null differ
diff --git a/xampp/img/wysiwyg.png b/xampp/img/wysiwyg.png
deleted file mode 100644
index 95c7ba6a9..000000000
Binary files a/xampp/img/wysiwyg.png and /dev/null differ
diff --git a/xampp/info.inc.php b/xampp/info.inc.php
deleted file mode 100644
index 85dd45a51..000000000
--- a/xampp/info.inc.php
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/xampp/layout.inc.php b/xampp/layout.inc.php
deleted file mode 100644
index e61f569db..000000000
--- a/xampp/layout.inc.php
+++ /dev/null
@@ -1,121 +0,0 @@
- '#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' => '#333333',
- 'alpha_charset' => '#6495ed',
- 'alpha_variable' => '#800000',
- 'quote' => '#008000',
- 'quote_double' => '#000000',
- 'quote_single' => '#000000',
- 'quote_backtick' => ''
-);
-
-/**
- * for current version
- */
-// NAVI FRAME
-$GLOBALS['cfg']['LeftPointerEnable'] = false;
-$GLOBALS['cfg']['NaviWidth'] = 180; // width
-$GLOBALS['cfg']['NaviColor'] = '#ffffff'; // foreground (text) color
-$GLOBALS['cfg']['NaviBackground'] = '#fb7922'; // background
-$GLOBALS['cfg']['NaviPointerColor'] = '#f8e8a0'; // foreground (text) color of the pointer
-$GLOBALS['cfg']['NaviPointerBackground'] = '#ffffff'; // background of the pointer
-$GLOBALS['cfg']['NaviMarkerColor'] = '#ffcc99'; // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['NaviMarkerBackground'] = '#ffffff'; // background of the marker (visually marks row by clicking on it) in browse mode
-
-// MAIN FRAME
-$GLOBALS['cfg']['MainColor'] = '#333333'; // foreground (text) color for the main frame
-$GLOBALS['cfg']['MainBackground'] = '#ffffff'; // background for the main frame
-// for a solid vertical line, uncomment this:
-//$GLOBALS['cfg']['MainBackground'] = '#ffffff url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y';
-$GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; // foreground (text) color of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#f8e8a0'; // background of the pointer in browse mode
-$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000'; // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
-$GLOBALS['cfg']['BrowseMarkerBackground'] = '#ffcc99'; // background of the marker (visually marks row by clicking on it) in browse mode
-
-// FONTS
-// the font family as a valid css font family value,
-// if not set the browser default will be used
-// (depending on browser, DTD and system settings)
-$GLOBALS['cfg']['FontFamily'] = 'Verdana, Helvetica, sans-serif';
-$GLOBALS['cfg']['FontFamilyFixed'] = '\'Courier New\', Courier, monospace'; // fixed width font family, used in textarea
-$GLOBALS['cfg']['FontSize'] = '11'; // default width of the font
-$GLOBALS['cfg']['FontSizePrefix'] = 'px'; // pt (Points) | px (Pixel), default is 'pt'
-
-// TABLES
-$GLOBALS['cfg']['Border'] = 0; // border
-$GLOBALS['cfg']['ThBackground'] = '#f8e8a0'; // table header and footer color
-$GLOBALS['cfg']['ThColor'] = '#000000'; // table header and footer background
-$GLOBALS['cfg']['BgOne'] = '#eeeeee'; // table data row background
-$GLOBALS['cfg']['BgTwo'] = '#e5e5e5'; // table data row background, alternate
-
-// QUERY WINDOW
-$GLOBALS['cfg']['QueryWindowWidth'] = 550; // width of Query window
-$GLOBALS['cfg']['QueryWindowHeight'] = 310; // height of Query window
-
-// SQL PARSER SETTINGS
-// Syntax colouring data
-$GLOBALS['cfg']['SQP']['fmtColor'] = array(
- 'comment' => '#808000',
- 'comment_mysql' => '#999999',
- 'comment_ansi' => '#999999',
- 'comment_c' => '#999999',
- 'digit' => '#999999',
- 'digit_hex' => 'teal',
- 'digit_integer' => 'teal',
- 'digit_float' => 'aqua',
- 'punct' => 'fuchsia',
- 'alpha' => '#cc0000',
- 'alpha_columnType' => '#ff9900',
- 'alpha_columnAttrib' => '#0000ff',
- 'alpha_reservedWord' => '#990099',
- 'alpha_functionName' => '#ff0000',
- 'alpha_identifier' => '#000000',
- 'alpha_charset' => '#6495ed',
- 'alpha_variable' => '#800000',
- 'quote' => '#008000',
- 'quote_double' => '',
- 'quote_single' => '',
- 'quote_backtick' => ''
-);
-?>
diff --git a/xampp/license-gpl.txt b/xampp/license-gpl.txt
deleted file mode 100644
index 207a79cbd..000000000
--- a/xampp/license-gpl.txt
+++ /dev/null
@@ -1,278 +0,0 @@
- 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/xampp/license.txt b/xampp/license.txt
deleted file mode 100644
index ae149a8c0..000000000
--- a/xampp/license.txt
+++ /dev/null
@@ -1,67 +0,0 @@
---------------------------------------------------------------------------------
-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) 2007 Michael Keck.
-
-The icons b_dbsock.png and db_client.png are from the nuvola icons
-and made by David Vignoni
-http://www.icon-king.com
-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-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/xampp/readme.txt b/xampp/readme.txt
deleted file mode 100644
index a121f3566..000000000
--- a/xampp/readme.txt
+++ /dev/null
@@ -1,79 +0,0 @@
-
-README FILE FOR THE XAMPP THEME USED WITH PHPMAYADMIN
-----------------------------------------------------------------------
-
-CHANGE LOG:
-
- - 2007-09-20:
- - hover colors and backcolors in print css
- - id #selflink is hidden in print css
- - font-sizes in print css are same as in right css
- - inline tables (for comment column) in print view
- without frames and smaller font
- - Supporting phpMyAdmin Version 2.11.x and higher
- - New Icons
- - Some specials for main.php and querywindow.php
- (please see source of theme_right.css.php)
- - static nav-panel and static server-info
- - $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 'xampp' theme.
- This may fix some problems with relative urls.
-
- Then make sure, that all images are in the directory
- - [whatever]/phpMyAdmin/themes/xampp/img/
-
- and all *.css.php files are in the directory
- - [whatever]/phpMyAdmin/themes/xampp/css/.
-
- The two *.inc.php files must stored in the directory
- - [whatever]/phpMyAdmin/themes/xampp/.
-
- Note:
- [whatever] is any path to your phpMyAdmin-Installation.
-
-----------------------------------------------------------------------
-
-2. REQUIREMENTS / INFORMATIONS
-----------------------------------------------------------------------
- - phpMyAdmin Version 2.9.x or higher
- - full CSS2 compatible browser
- I've tested with
- - Firefox 2.0.0.3
- - Microsoft(R) InternetExplorer 6.0 (some bad png's)
- - Microsoft(R) InternetExplorer 7.0
- - Your browser should support Javascript
- and png-images.
-
-----------------------------------------------------------------------
-
-3. INFORMATION ABOUT THE XAMPP THEME:
-----------------------------------------------------------------------
- a) ICONS:
- Database Icon-Set made 2005-2007 by Michael Keck.
- Updated 2007-05-10 by Michael Keck
-
- The icons b_dbsock.png and db_client.png are from the nuvola icons
- and made by David Vignoni
- http://www.icon-king.com
- http://mail.icon-king.com/mailman/listinfo/nuvola_icon-king.com
- Copyright (c) 2003-2004 David Vignoni.
-
- 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/xampp/screen.png b/xampp/screen.png
deleted file mode 100644
index cd1dd4f57..000000000
Binary files a/xampp/screen.png and /dev/null differ
diff --git a/xp_basic/css/theme_left.css.php b/xp_basic/css/theme_left.css.php
deleted file mode 100644
index 8bb1e431d..000000000
--- a/xp_basic/css/theme_left.css.php
+++ /dev/null
@@ -1,83 +0,0 @@
-
-/* 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
deleted file mode 100644
index da0824442..000000000
--- a/xp_basic/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* 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
deleted file mode 100644
index 277afdabb..000000000
--- a/xp_basic/css/theme_right.css.php
+++ /dev/null
@@ -1,321 +0,0 @@
-
-
-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/asc_order.png b/xp_basic/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/xp_basic/img/asc_order.png and /dev/null differ
diff --git a/xp_basic/img/b_bookmark.png b/xp_basic/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/xp_basic/img/b_bookmark.png and /dev/null differ
diff --git a/xp_basic/img/b_browse.png b/xp_basic/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/xp_basic/img/b_browse.png and /dev/null differ
diff --git a/xp_basic/img/b_calendar.png b/xp_basic/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/xp_basic/img/b_calendar.png and /dev/null differ
diff --git a/xp_basic/img/b_comment.png b/xp_basic/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/xp_basic/img/b_comment.png and /dev/null differ
diff --git a/xp_basic/img/b_dbstatistics.png b/xp_basic/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/xp_basic/img/b_dbstatistics.png and /dev/null differ
diff --git a/xp_basic/img/b_deltbl.png b/xp_basic/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/xp_basic/img/b_deltbl.png and /dev/null differ
diff --git a/xp_basic/img/b_docs.png b/xp_basic/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/xp_basic/img/b_docs.png and /dev/null differ
diff --git a/xp_basic/img/b_docsql.png b/xp_basic/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/xp_basic/img/b_docsql.png and /dev/null differ
diff --git a/xp_basic/img/b_drop.png b/xp_basic/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/xp_basic/img/b_drop.png and /dev/null differ
diff --git a/xp_basic/img/b_edit.png b/xp_basic/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/xp_basic/img/b_edit.png and /dev/null differ
diff --git a/xp_basic/img/b_empty.png b/xp_basic/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/xp_basic/img/b_empty.png and /dev/null differ
diff --git a/xp_basic/img/b_engine.png b/xp_basic/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/xp_basic/img/b_engine.png and /dev/null differ
diff --git a/xp_basic/img/b_export.png b/xp_basic/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/xp_basic/img/b_export.png and /dev/null differ
diff --git a/xp_basic/img/b_firstpage.png b/xp_basic/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/xp_basic/img/b_firstpage.png and /dev/null differ
diff --git a/xp_basic/img/b_ftext.png b/xp_basic/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/xp_basic/img/b_ftext.png and /dev/null differ
diff --git a/xp_basic/img/b_help.png b/xp_basic/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/xp_basic/img/b_help.png and /dev/null differ
diff --git a/xp_basic/img/b_home.png b/xp_basic/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/xp_basic/img/b_home.png and /dev/null differ
diff --git a/xp_basic/img/b_import.png b/xp_basic/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/xp_basic/img/b_import.png and /dev/null differ
diff --git a/xp_basic/img/b_index.png b/xp_basic/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/xp_basic/img/b_index.png and /dev/null differ
diff --git a/xp_basic/img/b_info.png b/xp_basic/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/xp_basic/img/b_info.png and /dev/null differ
diff --git a/xp_basic/img/b_insrow.png b/xp_basic/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/xp_basic/img/b_insrow.png and /dev/null differ
diff --git a/xp_basic/img/b_lastpage.png b/xp_basic/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/xp_basic/img/b_lastpage.png and /dev/null differ
diff --git a/xp_basic/img/b_minus.png b/xp_basic/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/xp_basic/img/b_minus.png and /dev/null differ
diff --git a/xp_basic/img/b_newdb.png b/xp_basic/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/xp_basic/img/b_newdb.png and /dev/null differ
diff --git a/xp_basic/img/b_newtbl.png b/xp_basic/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/xp_basic/img/b_newtbl.png and /dev/null differ
diff --git a/xp_basic/img/b_nextpage.png b/xp_basic/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/xp_basic/img/b_nextpage.png and /dev/null differ
diff --git a/xp_basic/img/b_pdfdoc.png b/xp_basic/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/xp_basic/img/b_pdfdoc.png and /dev/null differ
diff --git a/xp_basic/img/b_plus.png b/xp_basic/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/xp_basic/img/b_plus.png and /dev/null differ
diff --git a/xp_basic/img/b_prevpage.png b/xp_basic/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/xp_basic/img/b_prevpage.png and /dev/null differ
diff --git a/xp_basic/img/b_primary.png b/xp_basic/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/xp_basic/img/b_primary.png and /dev/null differ
diff --git a/xp_basic/img/b_print.png b/xp_basic/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/xp_basic/img/b_print.png and /dev/null differ
diff --git a/xp_basic/img/b_props.png b/xp_basic/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/xp_basic/img/b_props.png and /dev/null differ
diff --git a/xp_basic/img/b_relations.png b/xp_basic/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/xp_basic/img/b_relations.png and /dev/null differ
diff --git a/xp_basic/img/b_save.png b/xp_basic/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/xp_basic/img/b_save.png and /dev/null differ
diff --git a/xp_basic/img/b_sbrowse.png b/xp_basic/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/xp_basic/img/b_sbrowse.png and /dev/null differ
diff --git a/xp_basic/img/b_sdb.png b/xp_basic/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/xp_basic/img/b_sdb.png and /dev/null differ
diff --git a/xp_basic/img/b_search.png b/xp_basic/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/xp_basic/img/b_search.png and /dev/null differ
diff --git a/xp_basic/img/b_selboard.png b/xp_basic/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/xp_basic/img/b_selboard.png and /dev/null differ
diff --git a/xp_basic/img/b_select.png b/xp_basic/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/xp_basic/img/b_select.png and /dev/null differ
diff --git a/xp_basic/img/b_sql.png b/xp_basic/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/xp_basic/img/b_sql.png and /dev/null differ
diff --git a/xp_basic/img/b_sqldoc.png b/xp_basic/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/xp_basic/img/b_sqldoc.png and /dev/null differ
diff --git a/xp_basic/img/b_sqlhelp.png b/xp_basic/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/xp_basic/img/b_sqlhelp.png and /dev/null differ
diff --git a/xp_basic/img/b_tblanalyse.png b/xp_basic/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/xp_basic/img/b_tblanalyse.png and /dev/null differ
diff --git a/xp_basic/img/b_tblexport.png b/xp_basic/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/xp_basic/img/b_tblexport.png and /dev/null differ
diff --git a/xp_basic/img/b_tblimport.png b/xp_basic/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/xp_basic/img/b_tblimport.png and /dev/null differ
diff --git a/xp_basic/img/b_tblops.png b/xp_basic/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/xp_basic/img/b_tblops.png and /dev/null differ
diff --git a/xp_basic/img/b_tbloptimize.png b/xp_basic/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/xp_basic/img/b_tbloptimize.png and /dev/null differ
diff --git a/xp_basic/img/b_tipp.png b/xp_basic/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/xp_basic/img/b_tipp.png and /dev/null differ
diff --git a/xp_basic/img/b_unique.png b/xp_basic/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/xp_basic/img/b_unique.png and /dev/null differ
diff --git a/xp_basic/img/b_usradd.png b/xp_basic/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/xp_basic/img/b_usradd.png and /dev/null differ
diff --git a/xp_basic/img/b_usrcheck.png b/xp_basic/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/xp_basic/img/b_usrcheck.png and /dev/null differ
diff --git a/xp_basic/img/b_usrdrop.png b/xp_basic/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/xp_basic/img/b_usrdrop.png and /dev/null differ
diff --git a/xp_basic/img/b_usredit.png b/xp_basic/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/xp_basic/img/b_usredit.png and /dev/null differ
diff --git a/xp_basic/img/b_usrlist.png b/xp_basic/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/xp_basic/img/b_usrlist.png and /dev/null differ
diff --git a/xp_basic/img/b_view.png b/xp_basic/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/xp_basic/img/b_view.png and /dev/null differ
diff --git a/xp_basic/img/b_views.png b/xp_basic/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/xp_basic/img/b_views.png and /dev/null differ
diff --git a/xp_basic/img/bd_browse.png b/xp_basic/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/xp_basic/img/bd_browse.png and /dev/null differ
diff --git a/xp_basic/img/bd_deltbl.png b/xp_basic/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/xp_basic/img/bd_deltbl.png and /dev/null differ
diff --git a/xp_basic/img/bd_drop.png b/xp_basic/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/xp_basic/img/bd_drop.png and /dev/null differ
diff --git a/xp_basic/img/bd_empty.png b/xp_basic/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/xp_basic/img/bd_empty.png and /dev/null differ
diff --git a/xp_basic/img/bd_firstpage.png b/xp_basic/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/xp_basic/img/bd_firstpage.png and /dev/null differ
diff --git a/xp_basic/img/bd_ftext.png b/xp_basic/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/xp_basic/img/bd_ftext.png and /dev/null differ
diff --git a/xp_basic/img/bd_index.png b/xp_basic/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/xp_basic/img/bd_index.png and /dev/null differ
diff --git a/xp_basic/img/bd_insrow.png b/xp_basic/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/xp_basic/img/bd_insrow.png and /dev/null differ
diff --git a/xp_basic/img/bd_lastpage.png b/xp_basic/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/xp_basic/img/bd_lastpage.png and /dev/null differ
diff --git a/xp_basic/img/bd_nextpage.png b/xp_basic/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/xp_basic/img/bd_nextpage.png and /dev/null differ
diff --git a/xp_basic/img/bd_prevpage.png b/xp_basic/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/xp_basic/img/bd_prevpage.png and /dev/null differ
diff --git a/xp_basic/img/bd_primary.png b/xp_basic/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/xp_basic/img/bd_primary.png and /dev/null differ
diff --git a/xp_basic/img/bd_sbrowse.png b/xp_basic/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/xp_basic/img/bd_sbrowse.png and /dev/null differ
diff --git a/xp_basic/img/bd_select.png b/xp_basic/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/xp_basic/img/bd_select.png and /dev/null differ
diff --git a/xp_basic/img/bd_unique.png b/xp_basic/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/xp_basic/img/bd_unique.png and /dev/null differ
diff --git a/xp_basic/img/item.png b/xp_basic/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/xp_basic/img/item.png and /dev/null differ
diff --git a/xp_basic/img/item_ltr.png b/xp_basic/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/xp_basic/img/item_ltr.png and /dev/null differ
diff --git a/xp_basic/img/item_rtl.png b/xp_basic/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/xp_basic/img/item_rtl.png and /dev/null differ
diff --git a/xp_basic/img/logo_left.png b/xp_basic/img/logo_left.png
deleted file mode 100644
index 0d2cd811f..000000000
Binary files a/xp_basic/img/logo_left.png and /dev/null differ
diff --git a/xp_basic/img/logo_right.png b/xp_basic/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/xp_basic/img/logo_right.png and /dev/null differ
diff --git a/xp_basic/img/php_sym.png b/xp_basic/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/xp_basic/img/php_sym.png and /dev/null differ
diff --git a/xp_basic/img/pma_logo2.png b/xp_basic/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/xp_basic/img/pma_logo2.png and /dev/null differ
diff --git a/xp_basic/img/s_asc.png b/xp_basic/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/xp_basic/img/s_asc.png and /dev/null differ
diff --git a/xp_basic/img/s_asci.png b/xp_basic/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/xp_basic/img/s_asci.png and /dev/null differ
diff --git a/xp_basic/img/s_attention.png b/xp_basic/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/xp_basic/img/s_attention.png and /dev/null differ
diff --git a/xp_basic/img/s_cancel.png b/xp_basic/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/xp_basic/img/s_cancel.png and /dev/null differ
diff --git a/xp_basic/img/s_cancel2.png b/xp_basic/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/xp_basic/img/s_cancel2.png and /dev/null differ
diff --git a/xp_basic/img/s_db.png b/xp_basic/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/xp_basic/img/s_db.png and /dev/null differ
diff --git a/xp_basic/img/s_desc.png b/xp_basic/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/xp_basic/img/s_desc.png and /dev/null differ
diff --git a/xp_basic/img/s_error.png b/xp_basic/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/xp_basic/img/s_error.png and /dev/null differ
diff --git a/xp_basic/img/s_error2.png b/xp_basic/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/xp_basic/img/s_error2.png and /dev/null differ
diff --git a/xp_basic/img/s_fulltext.png b/xp_basic/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/xp_basic/img/s_fulltext.png and /dev/null differ
diff --git a/xp_basic/img/s_host.png b/xp_basic/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/xp_basic/img/s_host.png and /dev/null differ
diff --git a/xp_basic/img/s_info.png b/xp_basic/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/xp_basic/img/s_info.png and /dev/null differ
diff --git a/xp_basic/img/s_lang.png b/xp_basic/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/xp_basic/img/s_lang.png and /dev/null differ
diff --git a/xp_basic/img/s_loggoff.png b/xp_basic/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/xp_basic/img/s_loggoff.png and /dev/null differ
diff --git a/xp_basic/img/s_notice.png b/xp_basic/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/xp_basic/img/s_notice.png and /dev/null differ
diff --git a/xp_basic/img/s_okay.png b/xp_basic/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/xp_basic/img/s_okay.png and /dev/null differ
diff --git a/xp_basic/img/s_partialtext.png b/xp_basic/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/xp_basic/img/s_partialtext.png and /dev/null differ
diff --git a/xp_basic/img/s_passwd.png b/xp_basic/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/xp_basic/img/s_passwd.png and /dev/null differ
diff --git a/xp_basic/img/s_process.png b/xp_basic/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/xp_basic/img/s_process.png and /dev/null differ
diff --git a/xp_basic/img/s_really.png b/xp_basic/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/xp_basic/img/s_really.png and /dev/null differ
diff --git a/xp_basic/img/s_reload.png b/xp_basic/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/xp_basic/img/s_reload.png and /dev/null differ
diff --git a/xp_basic/img/s_rights.png b/xp_basic/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/xp_basic/img/s_rights.png and /dev/null differ
diff --git a/xp_basic/img/s_status.png b/xp_basic/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/xp_basic/img/s_status.png and /dev/null differ
diff --git a/xp_basic/img/s_tbl.png b/xp_basic/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/xp_basic/img/s_tbl.png and /dev/null differ
diff --git a/xp_basic/img/s_theme.png b/xp_basic/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/xp_basic/img/s_theme.png and /dev/null differ
diff --git a/xp_basic/img/s_vars.png b/xp_basic/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/xp_basic/img/s_vars.png and /dev/null differ
diff --git a/xp_basic/img/s_views.png b/xp_basic/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/xp_basic/img/s_views.png and /dev/null differ
diff --git a/xp_basic/img/s_warn.png b/xp_basic/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/xp_basic/img/s_warn.png and /dev/null differ
diff --git a/xp_basic/img/spacer.png b/xp_basic/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/xp_basic/img/spacer.png and /dev/null differ
diff --git a/xp_basic/img/tbl_error.png b/xp_basic/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/xp_basic/img/tbl_error.png and /dev/null differ
diff --git a/xp_basic/img/tbl_header.png b/xp_basic/img/tbl_header.png
deleted file mode 100644
index 7b2f8caaf..000000000
Binary files a/xp_basic/img/tbl_header.png and /dev/null differ
diff --git a/xp_basic/img/tbl_th.png b/xp_basic/img/tbl_th.png
deleted file mode 100644
index 2aa0eb8d0..000000000
Binary files a/xp_basic/img/tbl_th.png and /dev/null differ
diff --git a/xp_basic/img/vertical_line.png b/xp_basic/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/xp_basic/img/vertical_line.png and /dev/null differ
diff --git a/xp_basic/info.inc.php b/xp_basic/info.inc.php
deleted file mode 100644
index ac65205ce..000000000
--- a/xp_basic/info.inc.php
+++ /dev/null
@@ -1,21 +0,0 @@
-
diff --git a/xp_basic/layout.inc.php b/xp_basic/layout.inc.php
deleted file mode 100644
index 4c3be03de..000000000
--- a/xp_basic/layout.inc.php
+++ /dev/null
@@ -1,53 +0,0 @@
- '#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
deleted file mode 100644
index da5c1f35e..000000000
Binary files a/xp_basic/screen.png and /dev/null differ
diff --git a/xp_blue/css/theme_left.css.php b/xp_blue/css/theme_left.css.php
deleted file mode 100644
index d6ea1e273..000000000
--- a/xp_blue/css/theme_left.css.php
+++ /dev/null
@@ -1,241 +0,0 @@
-
-/* 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
deleted file mode 100644
index ed687bc16..000000000
--- a/xp_blue/css/theme_print.css.php
+++ /dev/null
@@ -1,52 +0,0 @@
-
-/* 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
deleted file mode 100644
index 843ac479f..000000000
--- a/xp_blue/css/theme_right.css.php
+++ /dev/null
@@ -1,567 +0,0 @@
-
-
-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/asc_order.png b/xp_blue/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/xp_blue/img/asc_order.png and /dev/null differ
diff --git a/xp_blue/img/b_bookmark.png b/xp_blue/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/xp_blue/img/b_bookmark.png and /dev/null differ
diff --git a/xp_blue/img/b_browse.png b/xp_blue/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/xp_blue/img/b_browse.png and /dev/null differ
diff --git a/xp_blue/img/b_calendar.png b/xp_blue/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/xp_blue/img/b_calendar.png and /dev/null differ
diff --git a/xp_blue/img/b_comment.png b/xp_blue/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/xp_blue/img/b_comment.png and /dev/null differ
diff --git a/xp_blue/img/b_dbstatistics.png b/xp_blue/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/xp_blue/img/b_dbstatistics.png and /dev/null differ
diff --git a/xp_blue/img/b_deltbl.png b/xp_blue/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/xp_blue/img/b_deltbl.png and /dev/null differ
diff --git a/xp_blue/img/b_docs.png b/xp_blue/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/xp_blue/img/b_docs.png and /dev/null differ
diff --git a/xp_blue/img/b_docsql.png b/xp_blue/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/xp_blue/img/b_docsql.png and /dev/null differ
diff --git a/xp_blue/img/b_drop.png b/xp_blue/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/xp_blue/img/b_drop.png and /dev/null differ
diff --git a/xp_blue/img/b_edit.png b/xp_blue/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/xp_blue/img/b_edit.png and /dev/null differ
diff --git a/xp_blue/img/b_empty.png b/xp_blue/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/xp_blue/img/b_empty.png and /dev/null differ
diff --git a/xp_blue/img/b_engine.png b/xp_blue/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/xp_blue/img/b_engine.png and /dev/null differ
diff --git a/xp_blue/img/b_export.png b/xp_blue/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/xp_blue/img/b_export.png and /dev/null differ
diff --git a/xp_blue/img/b_firstpage.png b/xp_blue/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/xp_blue/img/b_firstpage.png and /dev/null differ
diff --git a/xp_blue/img/b_ftext.png b/xp_blue/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/xp_blue/img/b_ftext.png and /dev/null differ
diff --git a/xp_blue/img/b_help.png b/xp_blue/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/xp_blue/img/b_help.png and /dev/null differ
diff --git a/xp_blue/img/b_home.png b/xp_blue/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/xp_blue/img/b_home.png and /dev/null differ
diff --git a/xp_blue/img/b_import.png b/xp_blue/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/xp_blue/img/b_import.png and /dev/null differ
diff --git a/xp_blue/img/b_index.png b/xp_blue/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/xp_blue/img/b_index.png and /dev/null differ
diff --git a/xp_blue/img/b_info.png b/xp_blue/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/xp_blue/img/b_info.png and /dev/null differ
diff --git a/xp_blue/img/b_insrow.png b/xp_blue/img/b_insrow.png
deleted file mode 100644
index 50e034e51..000000000
Binary files a/xp_blue/img/b_insrow.png and /dev/null differ
diff --git a/xp_blue/img/b_lastpage.png b/xp_blue/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/xp_blue/img/b_lastpage.png and /dev/null differ
diff --git a/xp_blue/img/b_minus.png b/xp_blue/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/xp_blue/img/b_minus.png and /dev/null differ
diff --git a/xp_blue/img/b_newdb.png b/xp_blue/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/xp_blue/img/b_newdb.png and /dev/null differ
diff --git a/xp_blue/img/b_newtbl.png b/xp_blue/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/xp_blue/img/b_newtbl.png and /dev/null differ
diff --git a/xp_blue/img/b_nextpage.png b/xp_blue/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/xp_blue/img/b_nextpage.png and /dev/null differ
diff --git a/xp_blue/img/b_pdfdoc.png b/xp_blue/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/xp_blue/img/b_pdfdoc.png and /dev/null differ
diff --git a/xp_blue/img/b_plus.png b/xp_blue/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/xp_blue/img/b_plus.png and /dev/null differ
diff --git a/xp_blue/img/b_prevpage.png b/xp_blue/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/xp_blue/img/b_prevpage.png and /dev/null differ
diff --git a/xp_blue/img/b_primary.png b/xp_blue/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/xp_blue/img/b_primary.png and /dev/null differ
diff --git a/xp_blue/img/b_print.png b/xp_blue/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/xp_blue/img/b_print.png and /dev/null differ
diff --git a/xp_blue/img/b_props.png b/xp_blue/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/xp_blue/img/b_props.png and /dev/null differ
diff --git a/xp_blue/img/b_relations.png b/xp_blue/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/xp_blue/img/b_relations.png and /dev/null differ
diff --git a/xp_blue/img/b_save.png b/xp_blue/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/xp_blue/img/b_save.png and /dev/null differ
diff --git a/xp_blue/img/b_sbrowse.png b/xp_blue/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/xp_blue/img/b_sbrowse.png and /dev/null differ
diff --git a/xp_blue/img/b_sdb.png b/xp_blue/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/xp_blue/img/b_sdb.png and /dev/null differ
diff --git a/xp_blue/img/b_search.png b/xp_blue/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/xp_blue/img/b_search.png and /dev/null differ
diff --git a/xp_blue/img/b_selboard.png b/xp_blue/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/xp_blue/img/b_selboard.png and /dev/null differ
diff --git a/xp_blue/img/b_select.png b/xp_blue/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/xp_blue/img/b_select.png and /dev/null differ
diff --git a/xp_blue/img/b_sql.png b/xp_blue/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/xp_blue/img/b_sql.png and /dev/null differ
diff --git a/xp_blue/img/b_sqldoc.png b/xp_blue/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/xp_blue/img/b_sqldoc.png and /dev/null differ
diff --git a/xp_blue/img/b_sqlhelp.png b/xp_blue/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/xp_blue/img/b_sqlhelp.png and /dev/null differ
diff --git a/xp_blue/img/b_tblanalyse.png b/xp_blue/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/xp_blue/img/b_tblanalyse.png and /dev/null differ
diff --git a/xp_blue/img/b_tblexport.png b/xp_blue/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/xp_blue/img/b_tblexport.png and /dev/null differ
diff --git a/xp_blue/img/b_tblimport.png b/xp_blue/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/xp_blue/img/b_tblimport.png and /dev/null differ
diff --git a/xp_blue/img/b_tblops.png b/xp_blue/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/xp_blue/img/b_tblops.png and /dev/null differ
diff --git a/xp_blue/img/b_tbloptimize.png b/xp_blue/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/xp_blue/img/b_tbloptimize.png and /dev/null differ
diff --git a/xp_blue/img/b_tipp.png b/xp_blue/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/xp_blue/img/b_tipp.png and /dev/null differ
diff --git a/xp_blue/img/b_unique.png b/xp_blue/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/xp_blue/img/b_unique.png and /dev/null differ
diff --git a/xp_blue/img/b_usradd.png b/xp_blue/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/xp_blue/img/b_usradd.png and /dev/null differ
diff --git a/xp_blue/img/b_usrcheck.png b/xp_blue/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/xp_blue/img/b_usrcheck.png and /dev/null differ
diff --git a/xp_blue/img/b_usrdrop.png b/xp_blue/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/xp_blue/img/b_usrdrop.png and /dev/null differ
diff --git a/xp_blue/img/b_usredit.png b/xp_blue/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/xp_blue/img/b_usredit.png and /dev/null differ
diff --git a/xp_blue/img/b_usrlist.png b/xp_blue/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/xp_blue/img/b_usrlist.png and /dev/null differ
diff --git a/xp_blue/img/b_view.png b/xp_blue/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/xp_blue/img/b_view.png and /dev/null differ
diff --git a/xp_blue/img/b_views.png b/xp_blue/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/xp_blue/img/b_views.png and /dev/null differ
diff --git a/xp_blue/img/bd_browse.png b/xp_blue/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/xp_blue/img/bd_browse.png and /dev/null differ
diff --git a/xp_blue/img/bd_deltbl.png b/xp_blue/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/xp_blue/img/bd_deltbl.png and /dev/null differ
diff --git a/xp_blue/img/bd_drop.png b/xp_blue/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/xp_blue/img/bd_drop.png and /dev/null differ
diff --git a/xp_blue/img/bd_empty.png b/xp_blue/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/xp_blue/img/bd_empty.png and /dev/null differ
diff --git a/xp_blue/img/bd_firstpage.png b/xp_blue/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/xp_blue/img/bd_firstpage.png and /dev/null differ
diff --git a/xp_blue/img/bd_ftext.png b/xp_blue/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/xp_blue/img/bd_ftext.png and /dev/null differ
diff --git a/xp_blue/img/bd_index.png b/xp_blue/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/xp_blue/img/bd_index.png and /dev/null differ
diff --git a/xp_blue/img/bd_insrow.png b/xp_blue/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/xp_blue/img/bd_insrow.png and /dev/null differ
diff --git a/xp_blue/img/bd_lastpage.png b/xp_blue/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/xp_blue/img/bd_lastpage.png and /dev/null differ
diff --git a/xp_blue/img/bd_nextpage.png b/xp_blue/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/xp_blue/img/bd_nextpage.png and /dev/null differ
diff --git a/xp_blue/img/bd_prevpage.png b/xp_blue/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/xp_blue/img/bd_prevpage.png and /dev/null differ
diff --git a/xp_blue/img/bd_primary.png b/xp_blue/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/xp_blue/img/bd_primary.png and /dev/null differ
diff --git a/xp_blue/img/bd_sbrowse.png b/xp_blue/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/xp_blue/img/bd_sbrowse.png and /dev/null differ
diff --git a/xp_blue/img/bd_select.png b/xp_blue/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/xp_blue/img/bd_select.png and /dev/null differ
diff --git a/xp_blue/img/bd_unique.png b/xp_blue/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/xp_blue/img/bd_unique.png and /dev/null differ
diff --git a/xp_blue/img/item.png b/xp_blue/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/xp_blue/img/item.png and /dev/null differ
diff --git a/xp_blue/img/item_ltr.png b/xp_blue/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/xp_blue/img/item_ltr.png and /dev/null differ
diff --git a/xp_blue/img/item_rtl.png b/xp_blue/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/xp_blue/img/item_rtl.png and /dev/null differ
diff --git a/xp_blue/img/logo_left.png b/xp_blue/img/logo_left.png
deleted file mode 100644
index c7e02f4a3..000000000
Binary files a/xp_blue/img/logo_left.png and /dev/null differ
diff --git a/xp_blue/img/logo_right.png b/xp_blue/img/logo_right.png
deleted file mode 100644
index 7dea574a5..000000000
Binary files a/xp_blue/img/logo_right.png and /dev/null differ
diff --git a/xp_blue/img/php_sym.png b/xp_blue/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/xp_blue/img/php_sym.png and /dev/null differ
diff --git a/xp_blue/img/pma_logo2.png b/xp_blue/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/xp_blue/img/pma_logo2.png and /dev/null differ
diff --git a/xp_blue/img/s_asc.png b/xp_blue/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/xp_blue/img/s_asc.png and /dev/null differ
diff --git a/xp_blue/img/s_asci.png b/xp_blue/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/xp_blue/img/s_asci.png and /dev/null differ
diff --git a/xp_blue/img/s_attention.png b/xp_blue/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/xp_blue/img/s_attention.png and /dev/null differ
diff --git a/xp_blue/img/s_cancel.png b/xp_blue/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/xp_blue/img/s_cancel.png and /dev/null differ
diff --git a/xp_blue/img/s_cancel2.png b/xp_blue/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/xp_blue/img/s_cancel2.png and /dev/null differ
diff --git a/xp_blue/img/s_db.png b/xp_blue/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/xp_blue/img/s_db.png and /dev/null differ
diff --git a/xp_blue/img/s_desc.png b/xp_blue/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/xp_blue/img/s_desc.png and /dev/null differ
diff --git a/xp_blue/img/s_error.png b/xp_blue/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/xp_blue/img/s_error.png and /dev/null differ
diff --git a/xp_blue/img/s_error2.png b/xp_blue/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/xp_blue/img/s_error2.png and /dev/null differ
diff --git a/xp_blue/img/s_fulltext.png b/xp_blue/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/xp_blue/img/s_fulltext.png and /dev/null differ
diff --git a/xp_blue/img/s_host.png b/xp_blue/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/xp_blue/img/s_host.png and /dev/null differ
diff --git a/xp_blue/img/s_info.png b/xp_blue/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/xp_blue/img/s_info.png and /dev/null differ
diff --git a/xp_blue/img/s_lang.png b/xp_blue/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/xp_blue/img/s_lang.png and /dev/null differ
diff --git a/xp_blue/img/s_loggoff.png b/xp_blue/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/xp_blue/img/s_loggoff.png and /dev/null differ
diff --git a/xp_blue/img/s_notice.png b/xp_blue/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/xp_blue/img/s_notice.png and /dev/null differ
diff --git a/xp_blue/img/s_okay.png b/xp_blue/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/xp_blue/img/s_okay.png and /dev/null differ
diff --git a/xp_blue/img/s_partialtext.png b/xp_blue/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/xp_blue/img/s_partialtext.png and /dev/null differ
diff --git a/xp_blue/img/s_passwd.png b/xp_blue/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/xp_blue/img/s_passwd.png and /dev/null differ
diff --git a/xp_blue/img/s_process.png b/xp_blue/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/xp_blue/img/s_process.png and /dev/null differ
diff --git a/xp_blue/img/s_really.png b/xp_blue/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/xp_blue/img/s_really.png and /dev/null differ
diff --git a/xp_blue/img/s_reload.png b/xp_blue/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/xp_blue/img/s_reload.png and /dev/null differ
diff --git a/xp_blue/img/s_rights.png b/xp_blue/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/xp_blue/img/s_rights.png and /dev/null differ
diff --git a/xp_blue/img/s_status.png b/xp_blue/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/xp_blue/img/s_status.png and /dev/null differ
diff --git a/xp_blue/img/s_tbl.png b/xp_blue/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/xp_blue/img/s_tbl.png and /dev/null differ
diff --git a/xp_blue/img/s_theme.png b/xp_blue/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/xp_blue/img/s_theme.png and /dev/null differ
diff --git a/xp_blue/img/s_vars.png b/xp_blue/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/xp_blue/img/s_vars.png and /dev/null differ
diff --git a/xp_blue/img/s_views.png b/xp_blue/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/xp_blue/img/s_views.png and /dev/null differ
diff --git a/xp_blue/img/s_warn.png b/xp_blue/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/xp_blue/img/s_warn.png and /dev/null differ
diff --git a/xp_blue/img/spacer.png b/xp_blue/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/xp_blue/img/spacer.png and /dev/null differ
diff --git a/xp_blue/img/tbl_error.png b/xp_blue/img/tbl_error.png
deleted file mode 100644
index d32c736fb..000000000
Binary files a/xp_blue/img/tbl_error.png and /dev/null differ
diff --git a/xp_blue/img/tbl_footer.png b/xp_blue/img/tbl_footer.png
deleted file mode 100644
index 6d6aa1088..000000000
Binary files a/xp_blue/img/tbl_footer.png and /dev/null differ
diff --git a/xp_blue/img/tbl_header.png b/xp_blue/img/tbl_header.png
deleted file mode 100644
index b7ac233a5..000000000
Binary files a/xp_blue/img/tbl_header.png and /dev/null differ
diff --git a/xp_blue/img/tbl_th.png b/xp_blue/img/tbl_th.png
deleted file mode 100644
index 10aa46a67..000000000
Binary files a/xp_blue/img/tbl_th.png and /dev/null differ
diff --git a/xp_blue/img/vertical_line.png b/xp_blue/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/xp_blue/img/vertical_line.png and /dev/null differ
diff --git a/xp_blue/info.inc.php b/xp_blue/info.inc.php
deleted file mode 100644
index f0ce07c9f..000000000
--- a/xp_blue/info.inc.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/xp_blue/layout.inc.php b/xp_blue/layout.inc.php
deleted file mode 100644
index 5256b8d43..000000000
--- a/xp_blue/layout.inc.php
+++ /dev/null
@@ -1,53 +0,0 @@
- '#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
deleted file mode 100644
index 1af322642..000000000
Binary files a/xp_blue/screen.png and /dev/null differ
diff --git a/xp_dirty/css/theme_left.css.php b/xp_dirty/css/theme_left.css.php
deleted file mode 100644
index d8f4047cf..000000000
--- a/xp_dirty/css/theme_left.css.php
+++ /dev/null
@@ -1,96 +0,0 @@
-
-body, input, select {
- font-family: ;
- font-size: ;
- color: #000000
-}
-
-body#body_leftFrame {
- background-color: ;
-}
-
-select {
- background-color: #ffffff;
- color: #000000;
-}
-
-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: #669999;
-}
-
-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: #333399;
- color: #FFFFFF;
- text-decoration: none;
-}
-
-div#left_tableList a:hover {
-// color: #FF0000;
- color: #333399;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-
-
-div#left_tableList li:hover {
- background-color: ;
-}
-
-
-div#left_tableList img {
- vertical-align: middle;
-}
-
-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;
-}
\ No newline at end of file
diff --git a/xp_dirty/css/theme_print.css.php b/xp_dirty/css/theme_print.css.php
deleted file mode 100644
index 50a557b52..000000000
--- a/xp_dirty/css/theme_print.css.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-/* For printview */
-body{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- color: #FFFFFF;
- background-color: #ffffff;
-}
-h1{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 16px;
- font-weight: bold;
- color: #FFFFFF;
-}
-table{
- border-width: 1px;
- border-color: #FFFFFF;
- border-style: solid;
- border-collapse: collapse;
- border-spacing: 0;
-}
-th{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- font-weight: bold;
- color: #FFFFFF;
- background-color: #e5e5e5;
- border-width: 1px;
- border-color: #FFFFFF;
- border-style: solid;
- padding: 2px;
-}
-td{
- font-family: Tahoma, Verdana, Arial, Hevetica, sans-serif;
- font-size: 10px;
- color: #FFFFFF;
- background-color: #ffffff;
- border-width: 1px;
- border-color: #FFFFFF;
- 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
deleted file mode 100644
index 132e85d91..000000000
--- a/xp_dirty/css/theme_right.css.php
+++ /dev/null
@@ -1,348 +0,0 @@
-
-
-body {
- font-family: ;
- font-size: ;
- color: #000000;
-
- background-color:
-}
-
-pre, tt {font-size: }
-th {font-family: ; font-size: ; font-weight: bold; color: #000000; background-color: }
-td {font-family: ; font-size: }
-form {font-family: ; font-size: ; padding: 0px; margin: 0px;}
-input {font-family: ; font-size: }
-input.textfield {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-select {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-textarea {font-family: ; font-size: ; color: #000000; background-color: #FFFFFF}
-h1 {font-family: ; font-size: ; font-weight: bold}
-h2 {font-family: ; font-size: ; font-weight: bold}
-h3 {font-family: ; font-size: ; font-weight: bold}
-a:link {font-family: ; font-size: ; text-decoration: none; color: #0000FF}
-a:visited {font-family: ; font-size: ; text-decoration: none; color: #0000FF}
-a:hover {font-family: ; font-size: ; text-decoration: underline; color: #FF0000}
-a.nav:link {font-family: ; color: #000000}
-a.nav:visited {font-family: ; color: #000000}
-a.nav:hover {font-family: ; color: #FF0000}
-a.h1:link {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:active {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:visited {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h1:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-a.h2:link {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:active {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:visited {font-family: ; font-size: ; font-weight: bold; color: #000000}
-a.h2:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-a.drop:link {font-family: ; color: #ff0000}
-a.drop:visited {font-family: ; color: #ff0000}
-a.drop:hover {font-family: ; color: #ffffff; background-color:#ff0000; text-decoration: none}
-dfn {font-style: normal}
-dfn:hover {font-style: normal; cursor: help}
-.nav {font-family: ; color: #000000}
-.warning {font-family: ; font-size: ; font-weight: bold; color: #FF0000}
-.tblcomment {font-family: ; font-size: ; font-weight: normal; color: #000099; }
-td.topline {font-size: 1px}
-td.tab {
- border-top: 1px solid #999;
- border-right: 1px solid #666;
- border-left: 1px solid #999;
- border-bottom: none;
- border-radius: 2px;
- -moz-border-radius: 2px;
-}
-
-div.tabs {
- clear: both;
-}
-
-table.tabs {
- border-top: none;
- border-right: none;
- border-left: none;
- border-bottom: 1px solid #666;
-}
-
-fieldset {
- border: #686868 solid 1px;
- padding: 0.5em;
-}
-fieldset fieldset {
- margin: 0.8em;
-}
-
-button.mult_submit {
- border: none;
- background-color: transparent;
-}
-
-.pdflayout {
- overflow: hidden;
- clip: inherit;
- background-color: #FFFFFF;
- display: none;
- border: 1px solid #000000;
- position: relative;
-}
-
-.pdflayout_table {
- background: ;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: ;
- border: 1px dashed #000000;
-}
-
-.print{font-family:arial;font-size:8pt;}
-
-/* MySQL Parser */
-.syntax {font-family: sans-serif; font-size: ;}
-.syntax_comment { padding-left: 4pt; padding-right: 4pt;}
-.syntax_digit {}
-.syntax_digit_hex {}
-.syntax_digit_integer {}
-.syntax_digit_float {}
-.syntax_punct {}
-.syntax_alpha {}
-.syntax_alpha_columnType {text-transform: uppercase;}
-.syntax_alpha_columnAttrib {text-transform: uppercase;}
-.syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
-.syntax_alpha_functionName {text-transform: uppercase;}
-.syntax_alpha_identifier {}
-.syntax_alpha_charset {}
-.syntax_alpha_variable {}
-.syntax_quote {white-space: pre;}
-.syntax_quote_backtick {}
-
-hr{ color: #666666; background-color: #666666; border: 0; height: 1px; }
-
-/* new styles for navigation */
-
-.nav {
- font-family: ;
- color: #000000;
- border-top: none;
- border-right: none;
- border-left: none;
- border-bottom: 1px solid #666;
-}
-.navSpacer {
- width: 5px;
- height: 16px;
-}
-.navNormal, .navDrop, .navActive {
- font-family: ;
- font-size: ;
- font-weight: bold;
- border-top: 1px solid #999;
- border-right: 1px solid #666;
- border-left: 1px solid #999;
- border-bottom: none;
- border-radius: 2px;
- -moz-border-radius: 2px;
- padding: 2px 5px 2px 5px;
-}
-.navNormal {
- color: #000000;
- background-color: #FEFEFE;
-}
-.navActive{
- font-family: ;
- font-size: ;
- font-weight: bold;
- color: #000000;
- background-color: #EAE6D0;
-}
-.navDrop{
- color: #000000;
- background-color: #E5E5E5;
-}
-.navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{
- color: #0000FF;
-}
-
-.navDrop a:link, .navDrop a:active, .navDrop a:visited{
- color: #FF0000;
-}
-.navDrop a:hover{
- color: #FFFFFF;
- background-color: #FF0000;
-}
-.navNormal a:hover, .navActive a:hover{
- color: #FF0000;
-}
-
-/* Warning showing div with right border and optional icon */
-
-div.errorhead {
- font-weight: bold;
- color: #ffffff;
- text-align: left;
-
- background-image: url(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;
-}
-
-/* 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/original/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
deleted file mode 100644
index 90da978cd..000000000
Binary files a/xp_dirty/img/arrow_ltr.gif and /dev/null differ
diff --git a/xp_dirty/img/arrow_ltr.png b/xp_dirty/img/arrow_ltr.png
deleted file mode 100644
index 8cdb8ca17..000000000
Binary files a/xp_dirty/img/arrow_ltr.png and /dev/null differ
diff --git a/xp_dirty/img/arrow_rtl.gif b/xp_dirty/img/arrow_rtl.gif
deleted file mode 100644
index f4ad5c58f..000000000
Binary files a/xp_dirty/img/arrow_rtl.gif and /dev/null differ
diff --git a/xp_dirty/img/arrow_rtl.png b/xp_dirty/img/arrow_rtl.png
deleted file mode 100644
index 6b70c4eb7..000000000
Binary files a/xp_dirty/img/arrow_rtl.png and /dev/null differ
diff --git a/xp_dirty/img/asc_order.png b/xp_dirty/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/xp_dirty/img/asc_order.png and /dev/null differ
diff --git a/xp_dirty/img/b_bookmark.png b/xp_dirty/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/xp_dirty/img/b_bookmark.png and /dev/null differ
diff --git a/xp_dirty/img/b_browse.png b/xp_dirty/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/xp_dirty/img/b_browse.png and /dev/null differ
diff --git a/xp_dirty/img/b_calendar.png b/xp_dirty/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/xp_dirty/img/b_calendar.png and /dev/null differ
diff --git a/xp_dirty/img/b_comment.png b/xp_dirty/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/xp_dirty/img/b_comment.png and /dev/null differ
diff --git a/xp_dirty/img/b_dbstatistics.png b/xp_dirty/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/xp_dirty/img/b_dbstatistics.png and /dev/null differ
diff --git a/xp_dirty/img/b_deltbl.png b/xp_dirty/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/xp_dirty/img/b_deltbl.png and /dev/null differ
diff --git a/xp_dirty/img/b_docs.png b/xp_dirty/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/xp_dirty/img/b_docs.png and /dev/null differ
diff --git a/xp_dirty/img/b_docsql.png b/xp_dirty/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/xp_dirty/img/b_docsql.png and /dev/null differ
diff --git a/xp_dirty/img/b_drop.png b/xp_dirty/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/xp_dirty/img/b_drop.png and /dev/null differ
diff --git a/xp_dirty/img/b_edit.png b/xp_dirty/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/xp_dirty/img/b_edit.png and /dev/null differ
diff --git a/xp_dirty/img/b_empty.png b/xp_dirty/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/xp_dirty/img/b_empty.png and /dev/null differ
diff --git a/xp_dirty/img/b_engine.png b/xp_dirty/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/xp_dirty/img/b_engine.png and /dev/null differ
diff --git a/xp_dirty/img/b_export.png b/xp_dirty/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/xp_dirty/img/b_export.png and /dev/null differ
diff --git a/xp_dirty/img/b_firstpage.png b/xp_dirty/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/xp_dirty/img/b_firstpage.png and /dev/null differ
diff --git a/xp_dirty/img/b_ftext.png b/xp_dirty/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/xp_dirty/img/b_ftext.png and /dev/null differ
diff --git a/xp_dirty/img/b_help.png b/xp_dirty/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/xp_dirty/img/b_help.png and /dev/null differ
diff --git a/xp_dirty/img/b_home.png b/xp_dirty/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/xp_dirty/img/b_home.png and /dev/null differ
diff --git a/xp_dirty/img/b_import.png b/xp_dirty/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/xp_dirty/img/b_import.png and /dev/null differ
diff --git a/xp_dirty/img/b_index.png b/xp_dirty/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/xp_dirty/img/b_index.png and /dev/null differ
diff --git a/xp_dirty/img/b_info.png b/xp_dirty/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/xp_dirty/img/b_info.png and /dev/null differ
diff --git a/xp_dirty/img/b_insrow.png b/xp_dirty/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/xp_dirty/img/b_insrow.png and /dev/null differ
diff --git a/xp_dirty/img/b_lastpage.png b/xp_dirty/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/xp_dirty/img/b_lastpage.png and /dev/null differ
diff --git a/xp_dirty/img/b_minus.png b/xp_dirty/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/xp_dirty/img/b_minus.png and /dev/null differ
diff --git a/xp_dirty/img/b_newdb.png b/xp_dirty/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/xp_dirty/img/b_newdb.png and /dev/null differ
diff --git a/xp_dirty/img/b_newtbl.png b/xp_dirty/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/xp_dirty/img/b_newtbl.png and /dev/null differ
diff --git a/xp_dirty/img/b_nextpage.png b/xp_dirty/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/xp_dirty/img/b_nextpage.png and /dev/null differ
diff --git a/xp_dirty/img/b_pdfdoc.png b/xp_dirty/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/xp_dirty/img/b_pdfdoc.png and /dev/null differ
diff --git a/xp_dirty/img/b_plus.png b/xp_dirty/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/xp_dirty/img/b_plus.png and /dev/null differ
diff --git a/xp_dirty/img/b_prevpage.png b/xp_dirty/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/xp_dirty/img/b_prevpage.png and /dev/null differ
diff --git a/xp_dirty/img/b_primary.png b/xp_dirty/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/xp_dirty/img/b_primary.png and /dev/null differ
diff --git a/xp_dirty/img/b_print.png b/xp_dirty/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/xp_dirty/img/b_print.png and /dev/null differ
diff --git a/xp_dirty/img/b_props.png b/xp_dirty/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/xp_dirty/img/b_props.png and /dev/null differ
diff --git a/xp_dirty/img/b_relations.png b/xp_dirty/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/xp_dirty/img/b_relations.png and /dev/null differ
diff --git a/xp_dirty/img/b_save.png b/xp_dirty/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/xp_dirty/img/b_save.png and /dev/null differ
diff --git a/xp_dirty/img/b_sbrowse.png b/xp_dirty/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/xp_dirty/img/b_sbrowse.png and /dev/null differ
diff --git a/xp_dirty/img/b_sdb.png b/xp_dirty/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/xp_dirty/img/b_sdb.png and /dev/null differ
diff --git a/xp_dirty/img/b_search.png b/xp_dirty/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/xp_dirty/img/b_search.png and /dev/null differ
diff --git a/xp_dirty/img/b_selboard.png b/xp_dirty/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/xp_dirty/img/b_selboard.png and /dev/null differ
diff --git a/xp_dirty/img/b_select.png b/xp_dirty/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/xp_dirty/img/b_select.png and /dev/null differ
diff --git a/xp_dirty/img/b_sql.png b/xp_dirty/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/xp_dirty/img/b_sql.png and /dev/null differ
diff --git a/xp_dirty/img/b_sqldoc.png b/xp_dirty/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/xp_dirty/img/b_sqldoc.png and /dev/null differ
diff --git a/xp_dirty/img/b_sqlhelp.png b/xp_dirty/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/xp_dirty/img/b_sqlhelp.png and /dev/null differ
diff --git a/xp_dirty/img/b_tblanalyse.png b/xp_dirty/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/xp_dirty/img/b_tblanalyse.png and /dev/null differ
diff --git a/xp_dirty/img/b_tblexport.png b/xp_dirty/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/xp_dirty/img/b_tblexport.png and /dev/null differ
diff --git a/xp_dirty/img/b_tblimport.png b/xp_dirty/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/xp_dirty/img/b_tblimport.png and /dev/null differ
diff --git a/xp_dirty/img/b_tblops.png b/xp_dirty/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/xp_dirty/img/b_tblops.png and /dev/null differ
diff --git a/xp_dirty/img/b_tbloptimize.png b/xp_dirty/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/xp_dirty/img/b_tbloptimize.png and /dev/null differ
diff --git a/xp_dirty/img/b_tipp.png b/xp_dirty/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/xp_dirty/img/b_tipp.png and /dev/null differ
diff --git a/xp_dirty/img/b_unique.png b/xp_dirty/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/xp_dirty/img/b_unique.png and /dev/null differ
diff --git a/xp_dirty/img/b_usradd.png b/xp_dirty/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/xp_dirty/img/b_usradd.png and /dev/null differ
diff --git a/xp_dirty/img/b_usrcheck.png b/xp_dirty/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/xp_dirty/img/b_usrcheck.png and /dev/null differ
diff --git a/xp_dirty/img/b_usrdrop.png b/xp_dirty/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/xp_dirty/img/b_usrdrop.png and /dev/null differ
diff --git a/xp_dirty/img/b_usredit.png b/xp_dirty/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/xp_dirty/img/b_usredit.png and /dev/null differ
diff --git a/xp_dirty/img/b_usrlist.png b/xp_dirty/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/xp_dirty/img/b_usrlist.png and /dev/null differ
diff --git a/xp_dirty/img/b_view.png b/xp_dirty/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/xp_dirty/img/b_view.png and /dev/null differ
diff --git a/xp_dirty/img/b_views.png b/xp_dirty/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/xp_dirty/img/b_views.png and /dev/null differ
diff --git a/xp_dirty/img/bd_browse.png b/xp_dirty/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/xp_dirty/img/bd_browse.png and /dev/null differ
diff --git a/xp_dirty/img/bd_empty.png b/xp_dirty/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/xp_dirty/img/bd_empty.png and /dev/null differ
diff --git a/xp_dirty/img/bd_firstpage.png b/xp_dirty/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/xp_dirty/img/bd_firstpage.png and /dev/null differ
diff --git a/xp_dirty/img/bd_ftext.png b/xp_dirty/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/xp_dirty/img/bd_ftext.png and /dev/null differ
diff --git a/xp_dirty/img/bd_index.png b/xp_dirty/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/xp_dirty/img/bd_index.png and /dev/null differ
diff --git a/xp_dirty/img/bd_lastpage.png b/xp_dirty/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/xp_dirty/img/bd_lastpage.png and /dev/null differ
diff --git a/xp_dirty/img/bd_nextpage.png b/xp_dirty/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/xp_dirty/img/bd_nextpage.png and /dev/null differ
diff --git a/xp_dirty/img/bd_prevpage.png b/xp_dirty/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/xp_dirty/img/bd_prevpage.png and /dev/null differ
diff --git a/xp_dirty/img/bd_primary.png b/xp_dirty/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/xp_dirty/img/bd_primary.png and /dev/null differ
diff --git a/xp_dirty/img/bd_sbrowse.png b/xp_dirty/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/xp_dirty/img/bd_sbrowse.png and /dev/null differ
diff --git a/xp_dirty/img/bd_select.png b/xp_dirty/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/xp_dirty/img/bd_select.png and /dev/null differ
diff --git a/xp_dirty/img/bd_unique.png b/xp_dirty/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/xp_dirty/img/bd_unique.png and /dev/null differ
diff --git a/xp_dirty/img/dot_black.png b/xp_dirty/img/dot_black.png
deleted file mode 100644
index ef44ae5ef..000000000
Binary files a/xp_dirty/img/dot_black.png and /dev/null differ
diff --git a/xp_dirty/img/dot_blue.png b/xp_dirty/img/dot_blue.png
deleted file mode 100644
index 1577a4668..000000000
Binary files a/xp_dirty/img/dot_blue.png and /dev/null differ
diff --git a/xp_dirty/img/dot_green.png b/xp_dirty/img/dot_green.png
deleted file mode 100644
index 69d175636..000000000
Binary files a/xp_dirty/img/dot_green.png and /dev/null differ
diff --git a/xp_dirty/img/dot_red.png b/xp_dirty/img/dot_red.png
deleted file mode 100644
index 029fedc92..000000000
Binary files a/xp_dirty/img/dot_red.png and /dev/null differ
diff --git a/xp_dirty/img/dot_violet.png b/xp_dirty/img/dot_violet.png
deleted file mode 100644
index 7823fa6ce..000000000
Binary files a/xp_dirty/img/dot_violet.png and /dev/null differ
diff --git a/xp_dirty/img/dot_yellow.png b/xp_dirty/img/dot_yellow.png
deleted file mode 100644
index 78598fcf0..000000000
Binary files a/xp_dirty/img/dot_yellow.png and /dev/null differ
diff --git a/xp_dirty/img/frm_linevrlt.png b/xp_dirty/img/frm_linevrlt.png
deleted file mode 100644
index 5a3cb83a3..000000000
Binary files a/xp_dirty/img/frm_linevrlt.png and /dev/null differ
diff --git a/xp_dirty/img/item.png b/xp_dirty/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/xp_dirty/img/item.png and /dev/null differ
diff --git a/xp_dirty/img/item_ltr.png b/xp_dirty/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/xp_dirty/img/item_ltr.png and /dev/null differ
diff --git a/xp_dirty/img/item_rtl.png b/xp_dirty/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/xp_dirty/img/item_rtl.png and /dev/null differ
diff --git a/xp_dirty/img/logo_left.png b/xp_dirty/img/logo_left.png
deleted file mode 100644
index df8971203..000000000
Binary files a/xp_dirty/img/logo_left.png and /dev/null differ
diff --git a/xp_dirty/img/logo_right.png b/xp_dirty/img/logo_right.png
deleted file mode 100644
index 44da9f28d..000000000
Binary files a/xp_dirty/img/logo_right.png and /dev/null differ
diff --git a/xp_dirty/img/php_sym.png b/xp_dirty/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/xp_dirty/img/php_sym.png and /dev/null differ
diff --git a/xp_dirty/img/pma_logo2.png b/xp_dirty/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/xp_dirty/img/pma_logo2.png and /dev/null differ
diff --git a/xp_dirty/img/s_asc.png b/xp_dirty/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/xp_dirty/img/s_asc.png and /dev/null differ
diff --git a/xp_dirty/img/s_asci.png b/xp_dirty/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/xp_dirty/img/s_asci.png and /dev/null differ
diff --git a/xp_dirty/img/s_attention.png b/xp_dirty/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/xp_dirty/img/s_attention.png and /dev/null differ
diff --git a/xp_dirty/img/s_cancel.png b/xp_dirty/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/xp_dirty/img/s_cancel.png and /dev/null differ
diff --git a/xp_dirty/img/s_cancel2.png b/xp_dirty/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/xp_dirty/img/s_cancel2.png and /dev/null differ
diff --git a/xp_dirty/img/s_db.png b/xp_dirty/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/xp_dirty/img/s_db.png and /dev/null differ
diff --git a/xp_dirty/img/s_desc.png b/xp_dirty/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/xp_dirty/img/s_desc.png and /dev/null differ
diff --git a/xp_dirty/img/s_error.png b/xp_dirty/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/xp_dirty/img/s_error.png and /dev/null differ
diff --git a/xp_dirty/img/s_error2.png b/xp_dirty/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/xp_dirty/img/s_error2.png and /dev/null differ
diff --git a/xp_dirty/img/s_fulltext.png b/xp_dirty/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/xp_dirty/img/s_fulltext.png and /dev/null differ
diff --git a/xp_dirty/img/s_host.png b/xp_dirty/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/xp_dirty/img/s_host.png and /dev/null differ
diff --git a/xp_dirty/img/s_info.png b/xp_dirty/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/xp_dirty/img/s_info.png and /dev/null differ
diff --git a/xp_dirty/img/s_lang.png b/xp_dirty/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/xp_dirty/img/s_lang.png and /dev/null differ
diff --git a/xp_dirty/img/s_loggoff.png b/xp_dirty/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/xp_dirty/img/s_loggoff.png and /dev/null differ
diff --git a/xp_dirty/img/s_notice.png b/xp_dirty/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/xp_dirty/img/s_notice.png and /dev/null differ
diff --git a/xp_dirty/img/s_okay.png b/xp_dirty/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/xp_dirty/img/s_okay.png and /dev/null differ
diff --git a/xp_dirty/img/s_partialtext.png b/xp_dirty/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/xp_dirty/img/s_partialtext.png and /dev/null differ
diff --git a/xp_dirty/img/s_passwd.png b/xp_dirty/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/xp_dirty/img/s_passwd.png and /dev/null differ
diff --git a/xp_dirty/img/s_process.png b/xp_dirty/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/xp_dirty/img/s_process.png and /dev/null differ
diff --git a/xp_dirty/img/s_really.png b/xp_dirty/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/xp_dirty/img/s_really.png and /dev/null differ
diff --git a/xp_dirty/img/s_reload.png b/xp_dirty/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/xp_dirty/img/s_reload.png and /dev/null differ
diff --git a/xp_dirty/img/s_rights.png b/xp_dirty/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/xp_dirty/img/s_rights.png and /dev/null differ
diff --git a/xp_dirty/img/s_status.png b/xp_dirty/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/xp_dirty/img/s_status.png and /dev/null differ
diff --git a/xp_dirty/img/s_tbl.png b/xp_dirty/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/xp_dirty/img/s_tbl.png and /dev/null differ
diff --git a/xp_dirty/img/s_theme.png b/xp_dirty/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/xp_dirty/img/s_theme.png and /dev/null differ
diff --git a/xp_dirty/img/s_vars.png b/xp_dirty/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/xp_dirty/img/s_vars.png and /dev/null differ
diff --git a/xp_dirty/img/s_views.png b/xp_dirty/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/xp_dirty/img/s_views.png and /dev/null differ
diff --git a/xp_dirty/img/s_warn.png b/xp_dirty/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/xp_dirty/img/s_warn.png and /dev/null differ
diff --git a/xp_dirty/img/spacer.png b/xp_dirty/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/xp_dirty/img/spacer.png and /dev/null differ
diff --git a/xp_dirty/img/tbl_error.png b/xp_dirty/img/tbl_error.png
deleted file mode 100644
index 8509a7d9c..000000000
Binary files a/xp_dirty/img/tbl_error.png and /dev/null differ
diff --git a/xp_dirty/img/tbl_header.png b/xp_dirty/img/tbl_header.png
deleted file mode 100644
index 7b2f8caaf..000000000
Binary files a/xp_dirty/img/tbl_header.png and /dev/null differ
diff --git a/xp_dirty/img/tbl_th.png b/xp_dirty/img/tbl_th.png
deleted file mode 100644
index 2aa0eb8d0..000000000
Binary files a/xp_dirty/img/tbl_th.png and /dev/null differ
diff --git a/xp_dirty/img/vertical_line.png b/xp_dirty/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/xp_dirty/img/vertical_line.png and /dev/null differ
diff --git a/xp_dirty/img/window-new.png b/xp_dirty/img/window-new.png
deleted file mode 100644
index 0e12ef954..000000000
Binary files a/xp_dirty/img/window-new.png and /dev/null differ
diff --git a/xp_dirty/info.inc.php b/xp_dirty/info.inc.php
deleted file mode 100644
index 4c2ad43fa..000000000
--- a/xp_dirty/info.inc.php
+++ /dev/null
@@ -1,21 +0,0 @@
-
diff --git a/xp_dirty/layout.inc.php b/xp_dirty/layout.inc.php
deleted file mode 100644
index 2092ab892..000000000
--- a/xp_dirty/layout.inc.php
+++ /dev/null
@@ -1,53 +0,0 @@
- '#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
deleted file mode 100644
index ddfd82a58..000000000
Binary files a/xp_dirty/screen.png and /dev/null differ
diff --git a/xp_green/css/theme_left.css.php b/xp_green/css/theme_left.css.php
deleted file mode 100644
index 09ff0c981..000000000
--- a/xp_green/css/theme_left.css.php
+++ /dev/null
@@ -1,251 +0,0 @@
-
-/************************************************************************************
- * 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
deleted file mode 100644
index 94666ac59..000000000
--- a/xp_green/css/theme_print.css.php
+++ /dev/null
@@ -1,52 +0,0 @@
-
-/* 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
deleted file mode 100644
index 06633bc3a..000000000
--- a/xp_green/css/theme_right.css.php
+++ /dev/null
@@ -1,567 +0,0 @@
-
-
-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/asc_order.png b/xp_green/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/xp_green/img/asc_order.png and /dev/null differ
diff --git a/xp_green/img/b_bookmark.png b/xp_green/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/xp_green/img/b_bookmark.png and /dev/null differ
diff --git a/xp_green/img/b_browse.png b/xp_green/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/xp_green/img/b_browse.png and /dev/null differ
diff --git a/xp_green/img/b_calendar.png b/xp_green/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/xp_green/img/b_calendar.png and /dev/null differ
diff --git a/xp_green/img/b_comment.png b/xp_green/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/xp_green/img/b_comment.png and /dev/null differ
diff --git a/xp_green/img/b_dbstatistics.png b/xp_green/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/xp_green/img/b_dbstatistics.png and /dev/null differ
diff --git a/xp_green/img/b_deltbl.png b/xp_green/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/xp_green/img/b_deltbl.png and /dev/null differ
diff --git a/xp_green/img/b_docs.png b/xp_green/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/xp_green/img/b_docs.png and /dev/null differ
diff --git a/xp_green/img/b_docsql.png b/xp_green/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/xp_green/img/b_docsql.png and /dev/null differ
diff --git a/xp_green/img/b_drop.png b/xp_green/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/xp_green/img/b_drop.png and /dev/null differ
diff --git a/xp_green/img/b_edit.png b/xp_green/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/xp_green/img/b_edit.png and /dev/null differ
diff --git a/xp_green/img/b_empty.png b/xp_green/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/xp_green/img/b_empty.png and /dev/null differ
diff --git a/xp_green/img/b_engine.png b/xp_green/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/xp_green/img/b_engine.png and /dev/null differ
diff --git a/xp_green/img/b_export.png b/xp_green/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/xp_green/img/b_export.png and /dev/null differ
diff --git a/xp_green/img/b_firstpage.png b/xp_green/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/xp_green/img/b_firstpage.png and /dev/null differ
diff --git a/xp_green/img/b_ftext.png b/xp_green/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/xp_green/img/b_ftext.png and /dev/null differ
diff --git a/xp_green/img/b_help.png b/xp_green/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/xp_green/img/b_help.png and /dev/null differ
diff --git a/xp_green/img/b_home.png b/xp_green/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/xp_green/img/b_home.png and /dev/null differ
diff --git a/xp_green/img/b_import.png b/xp_green/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/xp_green/img/b_import.png and /dev/null differ
diff --git a/xp_green/img/b_index.png b/xp_green/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/xp_green/img/b_index.png and /dev/null differ
diff --git a/xp_green/img/b_info.png b/xp_green/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/xp_green/img/b_info.png and /dev/null differ
diff --git a/xp_green/img/b_insrow.png b/xp_green/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/xp_green/img/b_insrow.png and /dev/null differ
diff --git a/xp_green/img/b_lastpage.png b/xp_green/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/xp_green/img/b_lastpage.png and /dev/null differ
diff --git a/xp_green/img/b_minus.png b/xp_green/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/xp_green/img/b_minus.png and /dev/null differ
diff --git a/xp_green/img/b_newdb.png b/xp_green/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/xp_green/img/b_newdb.png and /dev/null differ
diff --git a/xp_green/img/b_newtbl.png b/xp_green/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/xp_green/img/b_newtbl.png and /dev/null differ
diff --git a/xp_green/img/b_nextpage.png b/xp_green/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/xp_green/img/b_nextpage.png and /dev/null differ
diff --git a/xp_green/img/b_pdfdoc.png b/xp_green/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/xp_green/img/b_pdfdoc.png and /dev/null differ
diff --git a/xp_green/img/b_plus.png b/xp_green/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/xp_green/img/b_plus.png and /dev/null differ
diff --git a/xp_green/img/b_prevpage.png b/xp_green/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/xp_green/img/b_prevpage.png and /dev/null differ
diff --git a/xp_green/img/b_primary.png b/xp_green/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/xp_green/img/b_primary.png and /dev/null differ
diff --git a/xp_green/img/b_print.png b/xp_green/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/xp_green/img/b_print.png and /dev/null differ
diff --git a/xp_green/img/b_props.png b/xp_green/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/xp_green/img/b_props.png and /dev/null differ
diff --git a/xp_green/img/b_relations.png b/xp_green/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/xp_green/img/b_relations.png and /dev/null differ
diff --git a/xp_green/img/b_save.png b/xp_green/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/xp_green/img/b_save.png and /dev/null differ
diff --git a/xp_green/img/b_sbrowse.png b/xp_green/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/xp_green/img/b_sbrowse.png and /dev/null differ
diff --git a/xp_green/img/b_sdb.png b/xp_green/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/xp_green/img/b_sdb.png and /dev/null differ
diff --git a/xp_green/img/b_search.png b/xp_green/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/xp_green/img/b_search.png and /dev/null differ
diff --git a/xp_green/img/b_selboard.png b/xp_green/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/xp_green/img/b_selboard.png and /dev/null differ
diff --git a/xp_green/img/b_select.png b/xp_green/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/xp_green/img/b_select.png and /dev/null differ
diff --git a/xp_green/img/b_sql.png b/xp_green/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/xp_green/img/b_sql.png and /dev/null differ
diff --git a/xp_green/img/b_sqldoc.png b/xp_green/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/xp_green/img/b_sqldoc.png and /dev/null differ
diff --git a/xp_green/img/b_sqlhelp.png b/xp_green/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/xp_green/img/b_sqlhelp.png and /dev/null differ
diff --git a/xp_green/img/b_tblanalyse.png b/xp_green/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/xp_green/img/b_tblanalyse.png and /dev/null differ
diff --git a/xp_green/img/b_tblexport.png b/xp_green/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/xp_green/img/b_tblexport.png and /dev/null differ
diff --git a/xp_green/img/b_tblimport.png b/xp_green/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/xp_green/img/b_tblimport.png and /dev/null differ
diff --git a/xp_green/img/b_tblops.png b/xp_green/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/xp_green/img/b_tblops.png and /dev/null differ
diff --git a/xp_green/img/b_tbloptimize.png b/xp_green/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/xp_green/img/b_tbloptimize.png and /dev/null differ
diff --git a/xp_green/img/b_tipp.png b/xp_green/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/xp_green/img/b_tipp.png and /dev/null differ
diff --git a/xp_green/img/b_unique.png b/xp_green/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/xp_green/img/b_unique.png and /dev/null differ
diff --git a/xp_green/img/b_usradd.png b/xp_green/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/xp_green/img/b_usradd.png and /dev/null differ
diff --git a/xp_green/img/b_usrcheck.png b/xp_green/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/xp_green/img/b_usrcheck.png and /dev/null differ
diff --git a/xp_green/img/b_usrdrop.png b/xp_green/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/xp_green/img/b_usrdrop.png and /dev/null differ
diff --git a/xp_green/img/b_usredit.png b/xp_green/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/xp_green/img/b_usredit.png and /dev/null differ
diff --git a/xp_green/img/b_usrlist.png b/xp_green/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/xp_green/img/b_usrlist.png and /dev/null differ
diff --git a/xp_green/img/b_view.png b/xp_green/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/xp_green/img/b_view.png and /dev/null differ
diff --git a/xp_green/img/b_views.png b/xp_green/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/xp_green/img/b_views.png and /dev/null differ
diff --git a/xp_green/img/bd_browse.png b/xp_green/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/xp_green/img/bd_browse.png and /dev/null differ
diff --git a/xp_green/img/bd_deltbl.png b/xp_green/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/xp_green/img/bd_deltbl.png and /dev/null differ
diff --git a/xp_green/img/bd_drop.png b/xp_green/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/xp_green/img/bd_drop.png and /dev/null differ
diff --git a/xp_green/img/bd_empty.png b/xp_green/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/xp_green/img/bd_empty.png and /dev/null differ
diff --git a/xp_green/img/bd_firstpage.png b/xp_green/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/xp_green/img/bd_firstpage.png and /dev/null differ
diff --git a/xp_green/img/bd_ftext.png b/xp_green/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/xp_green/img/bd_ftext.png and /dev/null differ
diff --git a/xp_green/img/bd_index.png b/xp_green/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/xp_green/img/bd_index.png and /dev/null differ
diff --git a/xp_green/img/bd_insrow.png b/xp_green/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/xp_green/img/bd_insrow.png and /dev/null differ
diff --git a/xp_green/img/bd_lastpage.png b/xp_green/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/xp_green/img/bd_lastpage.png and /dev/null differ
diff --git a/xp_green/img/bd_nextpage.png b/xp_green/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/xp_green/img/bd_nextpage.png and /dev/null differ
diff --git a/xp_green/img/bd_prevpage.png b/xp_green/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/xp_green/img/bd_prevpage.png and /dev/null differ
diff --git a/xp_green/img/bd_primary.png b/xp_green/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/xp_green/img/bd_primary.png and /dev/null differ
diff --git a/xp_green/img/bd_sbrowse.png b/xp_green/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/xp_green/img/bd_sbrowse.png and /dev/null differ
diff --git a/xp_green/img/bd_select.png b/xp_green/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/xp_green/img/bd_select.png and /dev/null differ
diff --git a/xp_green/img/bd_unique.png b/xp_green/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/xp_green/img/bd_unique.png and /dev/null differ
diff --git a/xp_green/img/item.png b/xp_green/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/xp_green/img/item.png and /dev/null differ
diff --git a/xp_green/img/item_ltr.png b/xp_green/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/xp_green/img/item_ltr.png and /dev/null differ
diff --git a/xp_green/img/item_rtl.png b/xp_green/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/xp_green/img/item_rtl.png and /dev/null differ
diff --git a/xp_green/img/logo_left.png b/xp_green/img/logo_left.png
deleted file mode 100644
index 4ab9bc4e7..000000000
Binary files a/xp_green/img/logo_left.png and /dev/null differ
diff --git a/xp_green/img/logo_right.png b/xp_green/img/logo_right.png
deleted file mode 100644
index 7dea574a5..000000000
Binary files a/xp_green/img/logo_right.png and /dev/null differ
diff --git a/xp_green/img/php_sym.png b/xp_green/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/xp_green/img/php_sym.png and /dev/null differ
diff --git a/xp_green/img/pma_logo2.png b/xp_green/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/xp_green/img/pma_logo2.png and /dev/null differ
diff --git a/xp_green/img/s_asc.png b/xp_green/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/xp_green/img/s_asc.png and /dev/null differ
diff --git a/xp_green/img/s_asci.png b/xp_green/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/xp_green/img/s_asci.png and /dev/null differ
diff --git a/xp_green/img/s_attention.png b/xp_green/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/xp_green/img/s_attention.png and /dev/null differ
diff --git a/xp_green/img/s_cancel.png b/xp_green/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/xp_green/img/s_cancel.png and /dev/null differ
diff --git a/xp_green/img/s_cancel2.png b/xp_green/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/xp_green/img/s_cancel2.png and /dev/null differ
diff --git a/xp_green/img/s_db.png b/xp_green/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/xp_green/img/s_db.png and /dev/null differ
diff --git a/xp_green/img/s_desc.png b/xp_green/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/xp_green/img/s_desc.png and /dev/null differ
diff --git a/xp_green/img/s_error.png b/xp_green/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/xp_green/img/s_error.png and /dev/null differ
diff --git a/xp_green/img/s_error2.png b/xp_green/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/xp_green/img/s_error2.png and /dev/null differ
diff --git a/xp_green/img/s_fulltext.png b/xp_green/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/xp_green/img/s_fulltext.png and /dev/null differ
diff --git a/xp_green/img/s_host.png b/xp_green/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/xp_green/img/s_host.png and /dev/null differ
diff --git a/xp_green/img/s_info.png b/xp_green/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/xp_green/img/s_info.png and /dev/null differ
diff --git a/xp_green/img/s_lang.png b/xp_green/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/xp_green/img/s_lang.png and /dev/null differ
diff --git a/xp_green/img/s_loggoff.png b/xp_green/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/xp_green/img/s_loggoff.png and /dev/null differ
diff --git a/xp_green/img/s_notice.png b/xp_green/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/xp_green/img/s_notice.png and /dev/null differ
diff --git a/xp_green/img/s_okay.png b/xp_green/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/xp_green/img/s_okay.png and /dev/null differ
diff --git a/xp_green/img/s_partialtext.png b/xp_green/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/xp_green/img/s_partialtext.png and /dev/null differ
diff --git a/xp_green/img/s_passwd.png b/xp_green/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/xp_green/img/s_passwd.png and /dev/null differ
diff --git a/xp_green/img/s_process.png b/xp_green/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/xp_green/img/s_process.png and /dev/null differ
diff --git a/xp_green/img/s_really.png b/xp_green/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/xp_green/img/s_really.png and /dev/null differ
diff --git a/xp_green/img/s_reload.png b/xp_green/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/xp_green/img/s_reload.png and /dev/null differ
diff --git a/xp_green/img/s_rights.png b/xp_green/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/xp_green/img/s_rights.png and /dev/null differ
diff --git a/xp_green/img/s_status.png b/xp_green/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/xp_green/img/s_status.png and /dev/null differ
diff --git a/xp_green/img/s_tbl.png b/xp_green/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/xp_green/img/s_tbl.png and /dev/null differ
diff --git a/xp_green/img/s_theme.png b/xp_green/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/xp_green/img/s_theme.png and /dev/null differ
diff --git a/xp_green/img/s_vars.png b/xp_green/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/xp_green/img/s_vars.png and /dev/null differ
diff --git a/xp_green/img/s_views.png b/xp_green/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/xp_green/img/s_views.png and /dev/null differ
diff --git a/xp_green/img/s_warn.png b/xp_green/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/xp_green/img/s_warn.png and /dev/null differ
diff --git a/xp_green/img/spacer.png b/xp_green/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/xp_green/img/spacer.png and /dev/null differ
diff --git a/xp_green/img/tbl_error.png b/xp_green/img/tbl_error.png
deleted file mode 100644
index 24cd3b5f4..000000000
Binary files a/xp_green/img/tbl_error.png and /dev/null differ
diff --git a/xp_green/img/tbl_footer.png b/xp_green/img/tbl_footer.png
deleted file mode 100644
index 12f9757db..000000000
Binary files a/xp_green/img/tbl_footer.png and /dev/null differ
diff --git a/xp_green/img/tbl_header.png b/xp_green/img/tbl_header.png
deleted file mode 100644
index 65e0cb7aa..000000000
Binary files a/xp_green/img/tbl_header.png and /dev/null differ
diff --git a/xp_green/img/tbl_th.png b/xp_green/img/tbl_th.png
deleted file mode 100644
index 2518e50f1..000000000
Binary files a/xp_green/img/tbl_th.png and /dev/null differ
diff --git a/xp_green/img/vertical_line.png b/xp_green/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/xp_green/img/vertical_line.png and /dev/null differ
diff --git a/xp_green/info.inc.php b/xp_green/info.inc.php
deleted file mode 100644
index 2a9328b7c..000000000
--- a/xp_green/info.inc.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/xp_green/layout.inc.php b/xp_green/layout.inc.php
deleted file mode 100644
index fd436098a..000000000
--- a/xp_green/layout.inc.php
+++ /dev/null
@@ -1,53 +0,0 @@
- '#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
deleted file mode 100644
index 3a26722ad..000000000
Binary files a/xp_green/screen.png and /dev/null differ
diff --git a/xp_silver/css/theme_left.css.php b/xp_silver/css/theme_left.css.php
deleted file mode 100644
index 070f62d96..000000000
--- a/xp_silver/css/theme_left.css.php
+++ /dev/null
@@ -1,241 +0,0 @@
-
-/* 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
deleted file mode 100644
index a2db16f05..000000000
--- a/xp_silver/css/theme_print.css.php
+++ /dev/null
@@ -1,52 +0,0 @@
-
-/* 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
deleted file mode 100644
index e521b20c5..000000000
--- a/xp_silver/css/theme_right.css.php
+++ /dev/null
@@ -1,567 +0,0 @@
-
-
-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/asc_order.png b/xp_silver/img/asc_order.png
deleted file mode 100644
index 59cb2cb65..000000000
Binary files a/xp_silver/img/asc_order.png and /dev/null differ
diff --git a/xp_silver/img/b_bookmark.png b/xp_silver/img/b_bookmark.png
deleted file mode 100644
index 5fa332089..000000000
Binary files a/xp_silver/img/b_bookmark.png and /dev/null differ
diff --git a/xp_silver/img/b_browse.png b/xp_silver/img/b_browse.png
deleted file mode 100644
index 744cfcd68..000000000
Binary files a/xp_silver/img/b_browse.png and /dev/null differ
diff --git a/xp_silver/img/b_calendar.png b/xp_silver/img/b_calendar.png
deleted file mode 100644
index 90829a353..000000000
Binary files a/xp_silver/img/b_calendar.png and /dev/null differ
diff --git a/xp_silver/img/b_comment.png b/xp_silver/img/b_comment.png
deleted file mode 100644
index 6f6da0c83..000000000
Binary files a/xp_silver/img/b_comment.png and /dev/null differ
diff --git a/xp_silver/img/b_dbstatistics.png b/xp_silver/img/b_dbstatistics.png
deleted file mode 100644
index b04e813b0..000000000
Binary files a/xp_silver/img/b_dbstatistics.png and /dev/null differ
diff --git a/xp_silver/img/b_deltbl.png b/xp_silver/img/b_deltbl.png
deleted file mode 100644
index 1c450fad6..000000000
Binary files a/xp_silver/img/b_deltbl.png and /dev/null differ
diff --git a/xp_silver/img/b_docs.png b/xp_silver/img/b_docs.png
deleted file mode 100644
index 4654c06fb..000000000
Binary files a/xp_silver/img/b_docs.png and /dev/null differ
diff --git a/xp_silver/img/b_docsql.png b/xp_silver/img/b_docsql.png
deleted file mode 100644
index badb78d1c..000000000
Binary files a/xp_silver/img/b_docsql.png and /dev/null differ
diff --git a/xp_silver/img/b_drop.png b/xp_silver/img/b_drop.png
deleted file mode 100644
index 6fc4d3b20..000000000
Binary files a/xp_silver/img/b_drop.png and /dev/null differ
diff --git a/xp_silver/img/b_edit.png b/xp_silver/img/b_edit.png
deleted file mode 100644
index 05711a094..000000000
Binary files a/xp_silver/img/b_edit.png and /dev/null differ
diff --git a/xp_silver/img/b_empty.png b/xp_silver/img/b_empty.png
deleted file mode 100644
index b4c30f951..000000000
Binary files a/xp_silver/img/b_empty.png and /dev/null differ
diff --git a/xp_silver/img/b_engine.png b/xp_silver/img/b_engine.png
deleted file mode 100644
index d47891835..000000000
Binary files a/xp_silver/img/b_engine.png and /dev/null differ
diff --git a/xp_silver/img/b_export.png b/xp_silver/img/b_export.png
deleted file mode 100644
index 03c136996..000000000
Binary files a/xp_silver/img/b_export.png and /dev/null differ
diff --git a/xp_silver/img/b_firstpage.png b/xp_silver/img/b_firstpage.png
deleted file mode 100644
index d172f4ec9..000000000
Binary files a/xp_silver/img/b_firstpage.png and /dev/null differ
diff --git a/xp_silver/img/b_ftext.png b/xp_silver/img/b_ftext.png
deleted file mode 100644
index 9247c3104..000000000
Binary files a/xp_silver/img/b_ftext.png and /dev/null differ
diff --git a/xp_silver/img/b_help.png b/xp_silver/img/b_help.png
deleted file mode 100644
index 82a55ce37..000000000
Binary files a/xp_silver/img/b_help.png and /dev/null differ
diff --git a/xp_silver/img/b_home.png b/xp_silver/img/b_home.png
deleted file mode 100644
index 74e711b91..000000000
Binary files a/xp_silver/img/b_home.png and /dev/null differ
diff --git a/xp_silver/img/b_import.png b/xp_silver/img/b_import.png
deleted file mode 100644
index 6f8c8611f..000000000
Binary files a/xp_silver/img/b_import.png and /dev/null differ
diff --git a/xp_silver/img/b_index.png b/xp_silver/img/b_index.png
deleted file mode 100644
index 8f7373cbd..000000000
Binary files a/xp_silver/img/b_index.png and /dev/null differ
diff --git a/xp_silver/img/b_info.png b/xp_silver/img/b_info.png
deleted file mode 100644
index 09be19382..000000000
Binary files a/xp_silver/img/b_info.png and /dev/null differ
diff --git a/xp_silver/img/b_insrow.png b/xp_silver/img/b_insrow.png
deleted file mode 100644
index 3913b4a65..000000000
Binary files a/xp_silver/img/b_insrow.png and /dev/null differ
diff --git a/xp_silver/img/b_lastpage.png b/xp_silver/img/b_lastpage.png
deleted file mode 100644
index c3ca09654..000000000
Binary files a/xp_silver/img/b_lastpage.png and /dev/null differ
diff --git a/xp_silver/img/b_minus.png b/xp_silver/img/b_minus.png
deleted file mode 100644
index bd87ad586..000000000
Binary files a/xp_silver/img/b_minus.png and /dev/null differ
diff --git a/xp_silver/img/b_newdb.png b/xp_silver/img/b_newdb.png
deleted file mode 100644
index 6b27550de..000000000
Binary files a/xp_silver/img/b_newdb.png and /dev/null differ
diff --git a/xp_silver/img/b_newtbl.png b/xp_silver/img/b_newtbl.png
deleted file mode 100644
index 5b163990f..000000000
Binary files a/xp_silver/img/b_newtbl.png and /dev/null differ
diff --git a/xp_silver/img/b_nextpage.png b/xp_silver/img/b_nextpage.png
deleted file mode 100644
index 57482d359..000000000
Binary files a/xp_silver/img/b_nextpage.png and /dev/null differ
diff --git a/xp_silver/img/b_pdfdoc.png b/xp_silver/img/b_pdfdoc.png
deleted file mode 100644
index 281bdf1b6..000000000
Binary files a/xp_silver/img/b_pdfdoc.png and /dev/null differ
diff --git a/xp_silver/img/b_plus.png b/xp_silver/img/b_plus.png
deleted file mode 100644
index 84b1d688d..000000000
Binary files a/xp_silver/img/b_plus.png and /dev/null differ
diff --git a/xp_silver/img/b_prevpage.png b/xp_silver/img/b_prevpage.png
deleted file mode 100644
index 51d47a401..000000000
Binary files a/xp_silver/img/b_prevpage.png and /dev/null differ
diff --git a/xp_silver/img/b_primary.png b/xp_silver/img/b_primary.png
deleted file mode 100644
index 7dcef3332..000000000
Binary files a/xp_silver/img/b_primary.png and /dev/null differ
diff --git a/xp_silver/img/b_print.png b/xp_silver/img/b_print.png
deleted file mode 100644
index 0f259ebf9..000000000
Binary files a/xp_silver/img/b_print.png and /dev/null differ
diff --git a/xp_silver/img/b_props.png b/xp_silver/img/b_props.png
deleted file mode 100644
index 9799eaff2..000000000
Binary files a/xp_silver/img/b_props.png and /dev/null differ
diff --git a/xp_silver/img/b_relations.png b/xp_silver/img/b_relations.png
deleted file mode 100644
index 265510c11..000000000
Binary files a/xp_silver/img/b_relations.png and /dev/null differ
diff --git a/xp_silver/img/b_save.png b/xp_silver/img/b_save.png
deleted file mode 100644
index b89b1c0e6..000000000
Binary files a/xp_silver/img/b_save.png and /dev/null differ
diff --git a/xp_silver/img/b_sbrowse.png b/xp_silver/img/b_sbrowse.png
deleted file mode 100644
index 4dc16720c..000000000
Binary files a/xp_silver/img/b_sbrowse.png and /dev/null differ
diff --git a/xp_silver/img/b_sdb.png b/xp_silver/img/b_sdb.png
deleted file mode 100644
index 3d3c3a7ba..000000000
Binary files a/xp_silver/img/b_sdb.png and /dev/null differ
diff --git a/xp_silver/img/b_search.png b/xp_silver/img/b_search.png
deleted file mode 100644
index 24e1ec626..000000000
Binary files a/xp_silver/img/b_search.png and /dev/null differ
diff --git a/xp_silver/img/b_selboard.png b/xp_silver/img/b_selboard.png
deleted file mode 100644
index 3fa6e3dbd..000000000
Binary files a/xp_silver/img/b_selboard.png and /dev/null differ
diff --git a/xp_silver/img/b_select.png b/xp_silver/img/b_select.png
deleted file mode 100644
index fcb646a7a..000000000
Binary files a/xp_silver/img/b_select.png and /dev/null differ
diff --git a/xp_silver/img/b_sql.png b/xp_silver/img/b_sql.png
deleted file mode 100644
index 604e35e6b..000000000
Binary files a/xp_silver/img/b_sql.png and /dev/null differ
diff --git a/xp_silver/img/b_sqldoc.png b/xp_silver/img/b_sqldoc.png
deleted file mode 100644
index 1d023b491..000000000
Binary files a/xp_silver/img/b_sqldoc.png and /dev/null differ
diff --git a/xp_silver/img/b_sqlhelp.png b/xp_silver/img/b_sqlhelp.png
deleted file mode 100644
index ec85f83d3..000000000
Binary files a/xp_silver/img/b_sqlhelp.png and /dev/null differ
diff --git a/xp_silver/img/b_tblanalyse.png b/xp_silver/img/b_tblanalyse.png
deleted file mode 100644
index 789013460..000000000
Binary files a/xp_silver/img/b_tblanalyse.png and /dev/null differ
diff --git a/xp_silver/img/b_tblexport.png b/xp_silver/img/b_tblexport.png
deleted file mode 100644
index ffdfa09b9..000000000
Binary files a/xp_silver/img/b_tblexport.png and /dev/null differ
diff --git a/xp_silver/img/b_tblimport.png b/xp_silver/img/b_tblimport.png
deleted file mode 100644
index eccb7d5ab..000000000
Binary files a/xp_silver/img/b_tblimport.png and /dev/null differ
diff --git a/xp_silver/img/b_tblops.png b/xp_silver/img/b_tblops.png
deleted file mode 100644
index a3774e559..000000000
Binary files a/xp_silver/img/b_tblops.png and /dev/null differ
diff --git a/xp_silver/img/b_tbloptimize.png b/xp_silver/img/b_tbloptimize.png
deleted file mode 100644
index 9a239e2f7..000000000
Binary files a/xp_silver/img/b_tbloptimize.png and /dev/null differ
diff --git a/xp_silver/img/b_tipp.png b/xp_silver/img/b_tipp.png
deleted file mode 100644
index 2faf5abea..000000000
Binary files a/xp_silver/img/b_tipp.png and /dev/null differ
diff --git a/xp_silver/img/b_unique.png b/xp_silver/img/b_unique.png
deleted file mode 100644
index b949f4b33..000000000
Binary files a/xp_silver/img/b_unique.png and /dev/null differ
diff --git a/xp_silver/img/b_usradd.png b/xp_silver/img/b_usradd.png
deleted file mode 100644
index fe03e8bd2..000000000
Binary files a/xp_silver/img/b_usradd.png and /dev/null differ
diff --git a/xp_silver/img/b_usrcheck.png b/xp_silver/img/b_usrcheck.png
deleted file mode 100644
index 424538bf6..000000000
Binary files a/xp_silver/img/b_usrcheck.png and /dev/null differ
diff --git a/xp_silver/img/b_usrdrop.png b/xp_silver/img/b_usrdrop.png
deleted file mode 100644
index 9d1eee5fd..000000000
Binary files a/xp_silver/img/b_usrdrop.png and /dev/null differ
diff --git a/xp_silver/img/b_usredit.png b/xp_silver/img/b_usredit.png
deleted file mode 100644
index 41c803daf..000000000
Binary files a/xp_silver/img/b_usredit.png and /dev/null differ
diff --git a/xp_silver/img/b_usrlist.png b/xp_silver/img/b_usrlist.png
deleted file mode 100644
index 85b5df099..000000000
Binary files a/xp_silver/img/b_usrlist.png and /dev/null differ
diff --git a/xp_silver/img/b_view.png b/xp_silver/img/b_view.png
deleted file mode 100644
index c987bbb7d..000000000
Binary files a/xp_silver/img/b_view.png and /dev/null differ
diff --git a/xp_silver/img/b_views.png b/xp_silver/img/b_views.png
deleted file mode 100644
index 4736603a5..000000000
Binary files a/xp_silver/img/b_views.png and /dev/null differ
diff --git a/xp_silver/img/bd_browse.png b/xp_silver/img/bd_browse.png
deleted file mode 100644
index 90e3e780f..000000000
Binary files a/xp_silver/img/bd_browse.png and /dev/null differ
diff --git a/xp_silver/img/bd_deltbl.png b/xp_silver/img/bd_deltbl.png
deleted file mode 100644
index 77995e452..000000000
Binary files a/xp_silver/img/bd_deltbl.png and /dev/null differ
diff --git a/xp_silver/img/bd_drop.png b/xp_silver/img/bd_drop.png
deleted file mode 100644
index 15c70d676..000000000
Binary files a/xp_silver/img/bd_drop.png and /dev/null differ
diff --git a/xp_silver/img/bd_empty.png b/xp_silver/img/bd_empty.png
deleted file mode 100644
index 546b7d00a..000000000
Binary files a/xp_silver/img/bd_empty.png and /dev/null differ
diff --git a/xp_silver/img/bd_firstpage.png b/xp_silver/img/bd_firstpage.png
deleted file mode 100644
index cd2ae4e61..000000000
Binary files a/xp_silver/img/bd_firstpage.png and /dev/null differ
diff --git a/xp_silver/img/bd_ftext.png b/xp_silver/img/bd_ftext.png
deleted file mode 100644
index 0082469c3..000000000
Binary files a/xp_silver/img/bd_ftext.png and /dev/null differ
diff --git a/xp_silver/img/bd_index.png b/xp_silver/img/bd_index.png
deleted file mode 100644
index 11101c931..000000000
Binary files a/xp_silver/img/bd_index.png and /dev/null differ
diff --git a/xp_silver/img/bd_insrow.png b/xp_silver/img/bd_insrow.png
deleted file mode 100644
index d3c9b7b0b..000000000
Binary files a/xp_silver/img/bd_insrow.png and /dev/null differ
diff --git a/xp_silver/img/bd_lastpage.png b/xp_silver/img/bd_lastpage.png
deleted file mode 100644
index 64c191067..000000000
Binary files a/xp_silver/img/bd_lastpage.png and /dev/null differ
diff --git a/xp_silver/img/bd_nextpage.png b/xp_silver/img/bd_nextpage.png
deleted file mode 100644
index 528fc6abb..000000000
Binary files a/xp_silver/img/bd_nextpage.png and /dev/null differ
diff --git a/xp_silver/img/bd_prevpage.png b/xp_silver/img/bd_prevpage.png
deleted file mode 100644
index d78bed932..000000000
Binary files a/xp_silver/img/bd_prevpage.png and /dev/null differ
diff --git a/xp_silver/img/bd_primary.png b/xp_silver/img/bd_primary.png
deleted file mode 100644
index 6b0b51993..000000000
Binary files a/xp_silver/img/bd_primary.png and /dev/null differ
diff --git a/xp_silver/img/bd_sbrowse.png b/xp_silver/img/bd_sbrowse.png
deleted file mode 100644
index b75de1a05..000000000
Binary files a/xp_silver/img/bd_sbrowse.png and /dev/null differ
diff --git a/xp_silver/img/bd_select.png b/xp_silver/img/bd_select.png
deleted file mode 100644
index d15b24a74..000000000
Binary files a/xp_silver/img/bd_select.png and /dev/null differ
diff --git a/xp_silver/img/bd_unique.png b/xp_silver/img/bd_unique.png
deleted file mode 100644
index 6c29dd565..000000000
Binary files a/xp_silver/img/bd_unique.png and /dev/null differ
diff --git a/xp_silver/img/item.png b/xp_silver/img/item.png
deleted file mode 100644
index 46872bf35..000000000
Binary files a/xp_silver/img/item.png and /dev/null differ
diff --git a/xp_silver/img/item_ltr.png b/xp_silver/img/item_ltr.png
deleted file mode 100644
index 35b4945c9..000000000
Binary files a/xp_silver/img/item_ltr.png and /dev/null differ
diff --git a/xp_silver/img/item_rtl.png b/xp_silver/img/item_rtl.png
deleted file mode 100644
index dc6663d34..000000000
Binary files a/xp_silver/img/item_rtl.png and /dev/null differ
diff --git a/xp_silver/img/logo_left.png b/xp_silver/img/logo_left.png
deleted file mode 100644
index d4f5049e5..000000000
Binary files a/xp_silver/img/logo_left.png and /dev/null differ
diff --git a/xp_silver/img/logo_right.png b/xp_silver/img/logo_right.png
deleted file mode 100644
index 7dea574a5..000000000
Binary files a/xp_silver/img/logo_right.png and /dev/null differ
diff --git a/xp_silver/img/php_sym.png b/xp_silver/img/php_sym.png
deleted file mode 100644
index d66010f4c..000000000
Binary files a/xp_silver/img/php_sym.png and /dev/null differ
diff --git a/xp_silver/img/pma_logo2.png b/xp_silver/img/pma_logo2.png
deleted file mode 100644
index 7f80d0965..000000000
Binary files a/xp_silver/img/pma_logo2.png and /dev/null differ
diff --git a/xp_silver/img/s_asc.png b/xp_silver/img/s_asc.png
deleted file mode 100644
index 9990376f5..000000000
Binary files a/xp_silver/img/s_asc.png and /dev/null differ
diff --git a/xp_silver/img/s_asci.png b/xp_silver/img/s_asci.png
deleted file mode 100644
index 6b7302f75..000000000
Binary files a/xp_silver/img/s_asci.png and /dev/null differ
diff --git a/xp_silver/img/s_attention.png b/xp_silver/img/s_attention.png
deleted file mode 100644
index 69131c014..000000000
Binary files a/xp_silver/img/s_attention.png and /dev/null differ
diff --git a/xp_silver/img/s_cancel.png b/xp_silver/img/s_cancel.png
deleted file mode 100644
index a533c34dd..000000000
Binary files a/xp_silver/img/s_cancel.png and /dev/null differ
diff --git a/xp_silver/img/s_cancel2.png b/xp_silver/img/s_cancel2.png
deleted file mode 100644
index 7911f69c8..000000000
Binary files a/xp_silver/img/s_cancel2.png and /dev/null differ
diff --git a/xp_silver/img/s_db.png b/xp_silver/img/s_db.png
deleted file mode 100644
index 7a79edde9..000000000
Binary files a/xp_silver/img/s_db.png and /dev/null differ
diff --git a/xp_silver/img/s_desc.png b/xp_silver/img/s_desc.png
deleted file mode 100644
index a03226d9b..000000000
Binary files a/xp_silver/img/s_desc.png and /dev/null differ
diff --git a/xp_silver/img/s_error.png b/xp_silver/img/s_error.png
deleted file mode 100644
index 4e5ba1327..000000000
Binary files a/xp_silver/img/s_error.png and /dev/null differ
diff --git a/xp_silver/img/s_error2.png b/xp_silver/img/s_error2.png
deleted file mode 100644
index d9a78a710..000000000
Binary files a/xp_silver/img/s_error2.png and /dev/null differ
diff --git a/xp_silver/img/s_fulltext.png b/xp_silver/img/s_fulltext.png
deleted file mode 100644
index 291d22300..000000000
Binary files a/xp_silver/img/s_fulltext.png and /dev/null differ
diff --git a/xp_silver/img/s_host.png b/xp_silver/img/s_host.png
deleted file mode 100644
index afc321def..000000000
Binary files a/xp_silver/img/s_host.png and /dev/null differ
diff --git a/xp_silver/img/s_info.png b/xp_silver/img/s_info.png
deleted file mode 100644
index 0d3cbb662..000000000
Binary files a/xp_silver/img/s_info.png and /dev/null differ
diff --git a/xp_silver/img/s_lang.png b/xp_silver/img/s_lang.png
deleted file mode 100644
index 8b2330cf0..000000000
Binary files a/xp_silver/img/s_lang.png and /dev/null differ
diff --git a/xp_silver/img/s_loggoff.png b/xp_silver/img/s_loggoff.png
deleted file mode 100644
index b4b4dcaff..000000000
Binary files a/xp_silver/img/s_loggoff.png and /dev/null differ
diff --git a/xp_silver/img/s_notice.png b/xp_silver/img/s_notice.png
deleted file mode 100644
index f581829e8..000000000
Binary files a/xp_silver/img/s_notice.png and /dev/null differ
diff --git a/xp_silver/img/s_okay.png b/xp_silver/img/s_okay.png
deleted file mode 100644
index 99a0d05d5..000000000
Binary files a/xp_silver/img/s_okay.png and /dev/null differ
diff --git a/xp_silver/img/s_partialtext.png b/xp_silver/img/s_partialtext.png
deleted file mode 100644
index 2c88fce53..000000000
Binary files a/xp_silver/img/s_partialtext.png and /dev/null differ
diff --git a/xp_silver/img/s_passwd.png b/xp_silver/img/s_passwd.png
deleted file mode 100644
index 2494664e0..000000000
Binary files a/xp_silver/img/s_passwd.png and /dev/null differ
diff --git a/xp_silver/img/s_process.png b/xp_silver/img/s_process.png
deleted file mode 100644
index 1d1c03596..000000000
Binary files a/xp_silver/img/s_process.png and /dev/null differ
diff --git a/xp_silver/img/s_really.png b/xp_silver/img/s_really.png
deleted file mode 100644
index 8c1ca1bd4..000000000
Binary files a/xp_silver/img/s_really.png and /dev/null differ
diff --git a/xp_silver/img/s_reload.png b/xp_silver/img/s_reload.png
deleted file mode 100644
index 754361eb8..000000000
Binary files a/xp_silver/img/s_reload.png and /dev/null differ
diff --git a/xp_silver/img/s_rights.png b/xp_silver/img/s_rights.png
deleted file mode 100644
index e1a638301..000000000
Binary files a/xp_silver/img/s_rights.png and /dev/null differ
diff --git a/xp_silver/img/s_status.png b/xp_silver/img/s_status.png
deleted file mode 100644
index 1584233b3..000000000
Binary files a/xp_silver/img/s_status.png and /dev/null differ
diff --git a/xp_silver/img/s_tbl.png b/xp_silver/img/s_tbl.png
deleted file mode 100644
index a82123636..000000000
Binary files a/xp_silver/img/s_tbl.png and /dev/null differ
diff --git a/xp_silver/img/s_theme.png b/xp_silver/img/s_theme.png
deleted file mode 100644
index cab68be5a..000000000
Binary files a/xp_silver/img/s_theme.png and /dev/null differ
diff --git a/xp_silver/img/s_vars.png b/xp_silver/img/s_vars.png
deleted file mode 100644
index 9be38ecb0..000000000
Binary files a/xp_silver/img/s_vars.png and /dev/null differ
diff --git a/xp_silver/img/s_views.png b/xp_silver/img/s_views.png
deleted file mode 100644
index 1f2ed03e4..000000000
Binary files a/xp_silver/img/s_views.png and /dev/null differ
diff --git a/xp_silver/img/s_warn.png b/xp_silver/img/s_warn.png
deleted file mode 100644
index 80d282408..000000000
Binary files a/xp_silver/img/s_warn.png and /dev/null differ
diff --git a/xp_silver/img/spacer.png b/xp_silver/img/spacer.png
deleted file mode 100644
index bf867a398..000000000
Binary files a/xp_silver/img/spacer.png and /dev/null differ
diff --git a/xp_silver/img/tbl_error.png b/xp_silver/img/tbl_error.png
deleted file mode 100644
index 24cd3b5f4..000000000
Binary files a/xp_silver/img/tbl_error.png and /dev/null differ
diff --git a/xp_silver/img/tbl_footer.png b/xp_silver/img/tbl_footer.png
deleted file mode 100644
index 9995beb8e..000000000
Binary files a/xp_silver/img/tbl_footer.png and /dev/null differ
diff --git a/xp_silver/img/tbl_header.png b/xp_silver/img/tbl_header.png
deleted file mode 100644
index d48ab32ca..000000000
Binary files a/xp_silver/img/tbl_header.png and /dev/null differ
diff --git a/xp_silver/img/tbl_th.png b/xp_silver/img/tbl_th.png
deleted file mode 100644
index a54420941..000000000
Binary files a/xp_silver/img/tbl_th.png and /dev/null differ
diff --git a/xp_silver/img/vertical_line.png b/xp_silver/img/vertical_line.png
deleted file mode 100644
index c514d6160..000000000
Binary files a/xp_silver/img/vertical_line.png and /dev/null differ
diff --git a/xp_silver/info.inc.php b/xp_silver/info.inc.php
deleted file mode 100644
index 108db917b..000000000
--- a/xp_silver/info.inc.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/xp_silver/layout.inc.php b/xp_silver/layout.inc.php
deleted file mode 100644
index bef10b88d..000000000
--- a/xp_silver/layout.inc.php
+++ /dev/null
@@ -1,53 +0,0 @@
- '#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
deleted file mode 100644
index fab17e0bd..000000000
Binary files a/xp_silver/screen.png and /dev/null differ