diff --git a/pmahomme/css/theme_left.css.php b/pmahomme/css/theme_left.css.php
new file mode 100644
index 000000000..09b49c043
--- /dev/null
+++ b/pmahomme/css/theme_left.css.php
@@ -0,0 +1,240 @@
+
+/******************************************************************************/
+/* general tags */
+html {
+ font-size: get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
+}
+
+input, select, textarea {
+ font-size: 1em;
+}
+
+body {
+
+ font-family: ;
+
+ background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
+ border-right: 1px solid #aaa;
+ color: ;
+ margin: 0;
+ padding: 0;
+}
+
+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 {
+
+ padding:.3em;
+}
+div#pmalogo,
+div#leftframelinks,
+div#databaseList {
+ text-align: center;
+ margin: 20px 10px 0px 10px;
+}
+
+ul#databaseList {
+ margin-bottom: 0.5em;
+ padding-bottom: 0.5em;
+ padding:20px 0;
+}
+
+#databaseList li {
+ list-style-type:none;
+ text-indent:29px;
+
+}
+
+ul#databaseList a {
+ display: block;
+ padding:5px;
+}
+
+div#navidbpageselector a,
+ul#databaseList a {
+ background:url(./themes/pmahomme/img/database.png) no-repeat 5% 50% transparent;
+ color: #333;
+}
+
+ul#databaseList a:hover {
+ background:url(./themes/pmahomme/img/database.png) no-repeat 5% 50% #e3e3e3;
+}
+
+ul#databaseList li.selected a {
+ background: ;
+ color: ;
+}
+
+div#leftframelinks .icon {
+ padding: 0;
+ margin: 0;
+}
+
+div#leftframelinks a img.icon {
+ margin: 10px 10px 0 0;
+ padding: 0.2em;
+}
+
+div#leftframelinks a:hover {
+
+}
+
+/* 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;
+}
+
+div#left_tableList ul {
+ list-style-type: none;
+ list-style-position: outside;
+ margin: 0;
+ padding: 0;
+ background: ;
+}
+
+div#left_tableList ul ul {
+ font-size: 100%;
+}
+
+div#left_tableList a {
+ background: ;
+ color: ;
+ text-decoration: none;
+}
+
+#left_tableList{
+ display:none;
+}
+
+
+div#left_tableList a:hover {
+ background: ;
+ color: ;
+ text-decoration: underline;
+}
+
+div#left_tableList li {
+ margin: 0;
+ padding: 0;
+ white-space: nowrap;
+}
+select{
+-moz-border-radius:2px 2px 2px 2px;
+-moz-box-shadow:0 1px 2px #DDDDDD;
+border:1px solid #aaa;
+color:#333333;
+padding:3px;
+background:url(./themes/pmahomme/img/input_bg.gif);
+}
+
+
+/* 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/pmahomme/css/theme_print.css.php b/pmahomme/css/theme_print.css.php
new file mode 100644
index 000000000..ed509e921
--- /dev/null
+++ b/pmahomme/css/theme_print.css.php
@@ -0,0 +1,39 @@
+
+/* 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/css/theme_right.css.php b/pmahomme/css/theme_right.css.php
new file mode 100644
index 000000000..eae82d15d
--- /dev/null
+++ b/pmahomme/css/theme_right.css.php
@@ -0,0 +1,1299 @@
+
+/******************************************************************************/
+/* general tags */
+html {
+ font-size: get('fontsize') ? $_SESSION['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: #111;
+ background: ;
+}
+
+
+textarea, tt, pre, code {
+ font-family: ;
+}
+
+h1 {
+ font-size: 140%;
+ font-weight: bold;
+}
+
+h2 {
+ font-size: 2em;
+ font-weight: normal;
+ text-shadow: 0px 1px 0px #fff;
+ background: #fff;
+ padding: 10px 0 0 10px;
+}
+
+h2 .icon {
+ display:none;
+}
+
+h3 {
+ font-weight: bold;
+}
+
+a:link,
+a:visited,
+a:active {
+ text-decoration: none;
+ color: #3a7ead;
+}
+
+a:hover {
+ text-decoration: underline;
+ color: #235a81;
+}
+
+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;
+}
+
+input[type=text]{
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+ -moz-box-shadow:0 1px 2px #ddd;
+ -webkit-box-shadow:0 1px 2px #ddd;
+ background:url(./themes/pmahomme/img/input_bg.gif);
+ border:1px solid #aaa;
+ color:#555555;
+ padding:4px;
+ margin:6px;
+
+}
+input[type=submit]{
+font-weight:bold;
+margin-left:14px;
+ border: 1px solid #aaa;
+ padding: 4px 10px;
+ color: #111;
+ text-decoration: none;
+ line-height: 30px;
+ background: #ddd;
+ border-radius: 12px;
+ -webkit-border-radius: 12px;
+ -moz-border-radius: 12px;
+ box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ /*
+ -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ text-shadow: #fff 0px 1px 0px;
+ */
+ background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
+ background: -moz-linear-gradient(top, #eeeeee, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
+}
+input[type=submit]:hover{ position: relative;
+ background:#fff;
+ cursor:pointer;
+}
+input[type=submit]:active{ position: relative;
+ top: 1px;
+ left: 1px;
+}
+textarea {
+ overflow: visible;
+ height: em;
+}
+
+
+
+fieldset {
+ margin-top: 1em;
+ -moz-border-radius:4px 4px 0 0;
+ -webkit-border-radius:4px;padding:5px;
+ border: #aaa solid 1px;
+ padding: 1.5em;
+ background: #eee;
+ text-shadow:0 1px 0 #fff;
+
+ -moz-box-shadow:none;
+}
+
+fieldset fieldset {
+ margin: 0.8em;
+ background:#fff;
+ border:1px solid #aaa;
+ background:none repeat scroll 0 0 #E8E8E8;
+
+}
+
+fieldset legend {
+ font-weight: bold;
+ color: #444;
+ padding:5px 10px;
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+ border:1px solid #aaa;
+ background-color: #fff;
+-moz-box-shadow:3px 3px 15px #bbb;
+-webkit-box-shadow:3px 3px 15px #bbb;
+box-shadow:3px 3px 15px #bbb;
+}
+
+/* buttons in some browsers (eg. Konqueror) are block elements,
+ this breaks design */
+button {
+ display: inline;
+}
+
+table caption,
+table th,
+table td {
+ padding: 0.8em;
+ margin: 0.1em;
+ vertical-align: top;
+ text-shadow:0 1px 0 #FFFFFF;
+}
+
+img,
+ input,
+ select,
+ button {
+ vertical-align: middle;
+}
+select{
+ -moz-border-radius:2px 2px 2px 2px;
+ -moz-box-shadow:0 1px 2px #DDDDDD;
+ border:1px solid #aaa;
+ color:#333333;
+ padding:3px;
+ background:url(./themes/pmahomme/img/input_bg.gif)
+}
+
+/******************************************************************************/
+/* classes */
+div.tools {
+ /* border: 1px solid #000000;*/
+ padding: 0.2em;
+}
+div.tools a{color:#3a7ead !important;}
+
+
+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;
+ -webkit-border-radius:0 0 4px 4px;
+ -moz-border-radius:0 0 4px 4px;
+}
+
+
+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 {
+
+}
+
+.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: -3px;
+ 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.5em 0 1.3em 0;
+ border: 1px solid;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+
+
+ background-repeat: no-repeat;
+
+ background-position: 10px 50%;
+ padding: 10px 10px 10px 35px
+
+ background-position: 99% 50%;
+ padding: 35px 10px 10px 10px
+
+
+ padding: 0.3em;
+
+}
+
+.success {
+ color: #000000;
+ background-color: #c5f568;
+}
+h1.success,
+div.success {
+ border-color: #a2d246;
+
+ background-image: url(getImgPath(); ?>s_success.png);
+
+}
+.success h1 {
+ border-color: #00FF00;
+}
+
+.notice {
+ color: #000000;
+ background-color: #ffdf5f;
+}
+h1.notice,
+div.notice {
+ border-color: #ff9600;
+
+ background-image: url(getImgPath(); ?>s_notice.png);
+
+}
+.notice h1 {
+ border-color: #ffb10a;
+}
+
+.warning {
+ color: #fff;
+ background-color: #e97777;
+}
+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: #ddd;
+}
+
+.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{}
+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 .icon {}
+#topmenu a {text-shadow:0px 1px 0px #fff;}
+/* topmenu */
+ul#topmenu {
+ font-weight: bold;
+ list-style-type: none;
+ margin: 0 0 20px 0;
+ padding: 0;
+}
+
+ul#topmenu li {
+ float: ;
+ margin: 0;
+ padding: 0;
+ vertical-align: middle;
+}
+
+#topmenu img {
+ margin-right:0.5em;
+ vertical-align:-3px;
+}
+
+#topmenucontainer{ background:url(./themes/pmahomme/img/tab_bg.png) repeat-x; border-top:1px solid #aaa;}
+
+/* default tab styles */
+.tabactive {
+ background: #fff !important;
+
+}
+.tab, .tabcaution, .tabactive {
+ display: block;
+ padding:10px 20px 9px 10px;
+ white-space: nowrap;
+ background: url("./themes/pmahomme/img/tab_bg.png") repeat-x scroll 0 0 transparent
+
+}
+
+/* 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;
+ overflow: auto;
+}
+
+#topmenu a:hover {
+ text-decoration: none;
+
+}
+
+ul#topmenu li {
+ border-bottom: 0pt solid black;
+ border-right:1px solid #aaa;
+
+}
+
+/* default tab styles */
+.tab, .tabcaution, .tabactive {
+
+ 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 {
+
+}
+
+a.tab:hover,
+.tabactive {
+ padding:10px 20px 9px 10px;
+ 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 {
+border-bottom:1px solid #fff;
+-moz-border-radius: 4px 4px 0 0;
+background:#666;
+padding:10px;
+text-shadow:0 1px 0 #000000;
+
+}
+#serverinfo a{
+color:#fff;
+
+}
+
+
+#serverinfo .item {
+ white-space: nowrap; vertical-align:-4px;
+}
+
+#span_table_comment {
+ font-weight: normal;
+ font-style: italic;
+ white-space: nowrap;
+}
+
+#serverinfo img {
+ margin: 0 0.1em 0 0.2em;
+ vertical-align: -4px;
+}
+
+
+#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%; */
+ -moz-border-radius:4px 4px 4px 4px;
+border:1px solid #AAAAAA;
+padding:5px;
+font-family:inherit;
+}
+
+div#queryboxcontainer div#bookmarkoptions {
+ margin-top: 0.5em;
+}
+/* end querybox */
+
+/* main page */
+#maincontainer {
+/* background: url(./themes/pmahomme/img/body_bg.png) repeat-x;*/
+
+}
+
+#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: 2em .2em;
+ background:#f3f3f3;
+ padding:10px;
+ 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 #999;
+ background:#f3f3f3;
+ -moz-border-radius:4px;
+ -webkit-border-radius:4px;
+ -moz-box-shadow:3px 3px 10px #ddd;
+ margin-bottom: 1em;
+}
+
+.group h2 {
+ background-color: #bbb;
+ padding: 0.1em 0.3em;
+ margin-top: 0;
+ color:#fff;
+ font-size:2em;
+ font-weight:normal;
+ text-shadow:0 1px 0 #777;
+}
+
+#li_select_server {
+ padding-bottom: 0.3em;
+ border-bottom: 0.3em solid ;
+ margin-bottom: 0.3em;
+}
diff --git a/pmahomme/img/arrow_ltr.png b/pmahomme/img/arrow_ltr.png
new file mode 100644
index 000000000..8cdb8ca17
Binary files /dev/null and b/pmahomme/img/arrow_ltr.png differ
diff --git a/pmahomme/img/arrow_rtl.png b/pmahomme/img/arrow_rtl.png
new file mode 100644
index 000000000..6b70c4eb7
Binary files /dev/null and b/pmahomme/img/arrow_rtl.png differ
diff --git a/pmahomme/img/asc_order.png b/pmahomme/img/asc_order.png
new file mode 100644
index 000000000..9b23c06d7
Binary files /dev/null and b/pmahomme/img/asc_order.png differ
diff --git a/pmahomme/img/b_bookmark.png b/pmahomme/img/b_bookmark.png
new file mode 100644
index 000000000..e2f084727
Binary files /dev/null and b/pmahomme/img/b_bookmark.png differ
diff --git a/pmahomme/img/b_browse.png b/pmahomme/img/b_browse.png
new file mode 100644
index 000000000..abcd93689
Binary files /dev/null and b/pmahomme/img/b_browse.png differ
diff --git a/pmahomme/img/b_calendar.png b/pmahomme/img/b_calendar.png
new file mode 100644
index 000000000..658913852
Binary files /dev/null and b/pmahomme/img/b_calendar.png differ
diff --git a/pmahomme/img/b_comment.png b/pmahomme/img/b_comment.png
new file mode 100644
index 000000000..7bc9233ea
Binary files /dev/null and b/pmahomme/img/b_comment.png differ
diff --git a/pmahomme/img/b_dbstatistics.png b/pmahomme/img/b_dbstatistics.png
new file mode 100644
index 000000000..9051fbc60
Binary files /dev/null and b/pmahomme/img/b_dbstatistics.png differ
diff --git a/pmahomme/img/b_deltbl.png b/pmahomme/img/b_deltbl.png
new file mode 100644
index 000000000..b85916d92
Binary files /dev/null and b/pmahomme/img/b_deltbl.png differ
diff --git a/pmahomme/img/b_docs.png b/pmahomme/img/b_docs.png
new file mode 100644
index 000000000..5c870176d
Binary files /dev/null and b/pmahomme/img/b_docs.png differ
diff --git a/pmahomme/img/b_docsql.png b/pmahomme/img/b_docsql.png
new file mode 100644
index 000000000..badb78d1c
Binary files /dev/null and b/pmahomme/img/b_docsql.png differ
diff --git a/pmahomme/img/b_drop.png b/pmahomme/img/b_drop.png
new file mode 100644
index 000000000..0cfd58596
Binary files /dev/null and b/pmahomme/img/b_drop.png differ
diff --git a/pmahomme/img/b_edit.png b/pmahomme/img/b_edit.png
new file mode 100644
index 000000000..0bfecd50e
Binary files /dev/null and b/pmahomme/img/b_edit.png differ
diff --git a/pmahomme/img/b_empty.png b/pmahomme/img/b_empty.png
new file mode 100644
index 000000000..afe22ba99
Binary files /dev/null and b/pmahomme/img/b_empty.png differ
diff --git a/pmahomme/img/b_engine.png b/pmahomme/img/b_engine.png
new file mode 100644
index 000000000..7c0ab2b4c
Binary files /dev/null and b/pmahomme/img/b_engine.png differ
diff --git a/pmahomme/img/b_export.png b/pmahomme/img/b_export.png
new file mode 100644
index 000000000..ff5925efd
Binary files /dev/null and b/pmahomme/img/b_export.png differ
diff --git a/pmahomme/img/b_firstpage (2).png b/pmahomme/img/b_firstpage (2).png
new file mode 100644
index 000000000..b03eaf8b5
Binary files /dev/null and b/pmahomme/img/b_firstpage (2).png differ
diff --git a/pmahomme/img/b_firstpage.png b/pmahomme/img/b_firstpage.png
new file mode 100644
index 000000000..15d1584bd
Binary files /dev/null and b/pmahomme/img/b_firstpage.png differ
diff --git a/pmahomme/img/b_ftext.png b/pmahomme/img/b_ftext.png
new file mode 100644
index 000000000..9247c3104
Binary files /dev/null and b/pmahomme/img/b_ftext.png differ
diff --git a/pmahomme/img/b_help.png b/pmahomme/img/b_help.png
new file mode 100644
index 000000000..82a55ce37
Binary files /dev/null and b/pmahomme/img/b_help.png differ
diff --git a/pmahomme/img/b_home.png b/pmahomme/img/b_home.png
new file mode 100644
index 000000000..fed62219f
Binary files /dev/null and b/pmahomme/img/b_home.png differ
diff --git a/pmahomme/img/b_import.png b/pmahomme/img/b_import.png
new file mode 100644
index 000000000..54c69691e
Binary files /dev/null and b/pmahomme/img/b_import.png differ
diff --git a/pmahomme/img/b_index.png b/pmahomme/img/b_index.png
new file mode 100644
index 000000000..8f7373cbd
Binary files /dev/null and b/pmahomme/img/b_index.png differ
diff --git a/pmahomme/img/b_info.png b/pmahomme/img/b_info.png
new file mode 100644
index 000000000..09be19382
Binary files /dev/null and b/pmahomme/img/b_info.png differ
diff --git a/pmahomme/img/b_insrow.png b/pmahomme/img/b_insrow.png
new file mode 100644
index 000000000..3913b4a65
Binary files /dev/null and b/pmahomme/img/b_insrow.png differ
diff --git a/pmahomme/img/b_lastpage (2).png b/pmahomme/img/b_lastpage (2).png
new file mode 100644
index 000000000..8ec894784
Binary files /dev/null and b/pmahomme/img/b_lastpage (2).png differ
diff --git a/pmahomme/img/b_lastpage.png b/pmahomme/img/b_lastpage.png
new file mode 100644
index 000000000..4a2f9d4e4
Binary files /dev/null and b/pmahomme/img/b_lastpage.png differ
diff --git a/pmahomme/img/b_minus.png b/pmahomme/img/b_minus.png
new file mode 100644
index 000000000..b47ce55f6
Binary files /dev/null and b/pmahomme/img/b_minus.png differ
diff --git a/pmahomme/img/b_newdb.png b/pmahomme/img/b_newdb.png
new file mode 100644
index 000000000..802bd6cde
Binary files /dev/null and b/pmahomme/img/b_newdb.png differ
diff --git a/pmahomme/img/b_newtbl.png b/pmahomme/img/b_newtbl.png
new file mode 100644
index 000000000..5b163990f
Binary files /dev/null and b/pmahomme/img/b_newtbl.png differ
diff --git a/pmahomme/img/b_nextpage.png b/pmahomme/img/b_nextpage.png
new file mode 100644
index 000000000..e252606d3
Binary files /dev/null and b/pmahomme/img/b_nextpage.png differ
diff --git a/pmahomme/img/b_pdfdoc.png b/pmahomme/img/b_pdfdoc.png
new file mode 100644
index 000000000..8f8095e46
Binary files /dev/null and b/pmahomme/img/b_pdfdoc.png differ
diff --git a/pmahomme/img/b_plus.png b/pmahomme/img/b_plus.png
new file mode 100644
index 000000000..9ab4a8966
Binary files /dev/null and b/pmahomme/img/b_plus.png differ
diff --git a/pmahomme/img/b_prevpage.png b/pmahomme/img/b_prevpage.png
new file mode 100644
index 000000000..18f9cc109
Binary files /dev/null and b/pmahomme/img/b_prevpage.png differ
diff --git a/pmahomme/img/b_primary.png b/pmahomme/img/b_primary.png
new file mode 100644
index 000000000..4ec1a9281
Binary files /dev/null and b/pmahomme/img/b_primary.png differ
diff --git a/pmahomme/img/b_print.png b/pmahomme/img/b_print.png
new file mode 100644
index 000000000..a350d1871
Binary files /dev/null and b/pmahomme/img/b_print.png differ
diff --git a/pmahomme/img/b_props.png b/pmahomme/img/b_props.png
new file mode 100644
index 000000000..28b8505c0
Binary files /dev/null and b/pmahomme/img/b_props.png differ
diff --git a/pmahomme/img/b_relations.png b/pmahomme/img/b_relations.png
new file mode 100644
index 000000000..265510c11
Binary files /dev/null and b/pmahomme/img/b_relations.png differ
diff --git a/pmahomme/img/b_save.png b/pmahomme/img/b_save.png
new file mode 100644
index 000000000..99d532e8b
Binary files /dev/null and b/pmahomme/img/b_save.png differ
diff --git a/pmahomme/img/b_sbrowse.png b/pmahomme/img/b_sbrowse.png
new file mode 100644
index 000000000..4dc16720c
Binary files /dev/null and b/pmahomme/img/b_sbrowse.png differ
diff --git a/pmahomme/img/b_sdb.png b/pmahomme/img/b_sdb.png
new file mode 100644
index 000000000..3d3c3a7ba
Binary files /dev/null and b/pmahomme/img/b_sdb.png differ
diff --git a/pmahomme/img/b_search.png b/pmahomme/img/b_search.png
new file mode 100644
index 000000000..cf3d97f75
Binary files /dev/null and b/pmahomme/img/b_search.png differ
diff --git a/pmahomme/img/b_selboard.png b/pmahomme/img/b_selboard.png
new file mode 100644
index 000000000..61a8556c4
Binary files /dev/null and b/pmahomme/img/b_selboard.png differ
diff --git a/pmahomme/img/b_select.png b/pmahomme/img/b_select.png
new file mode 100644
index 000000000..af4fe0747
Binary files /dev/null and b/pmahomme/img/b_select.png differ
diff --git a/pmahomme/img/b_sql.png b/pmahomme/img/b_sql.png
new file mode 100644
index 000000000..0f9ed4d48
Binary files /dev/null and b/pmahomme/img/b_sql.png differ
diff --git a/pmahomme/img/b_sqldoc.png b/pmahomme/img/b_sqldoc.png
new file mode 100644
index 000000000..1d023b491
Binary files /dev/null and b/pmahomme/img/b_sqldoc.png differ
diff --git a/pmahomme/img/b_sqlhelp.png b/pmahomme/img/b_sqlhelp.png
new file mode 100644
index 000000000..bddba1f98
Binary files /dev/null and b/pmahomme/img/b_sqlhelp.png differ
diff --git a/pmahomme/img/b_tblanalyse.png b/pmahomme/img/b_tblanalyse.png
new file mode 100644
index 000000000..789013460
Binary files /dev/null and b/pmahomme/img/b_tblanalyse.png differ
diff --git a/pmahomme/img/b_tblexport.png b/pmahomme/img/b_tblexport.png
new file mode 100644
index 000000000..ff5925efd
Binary files /dev/null and b/pmahomme/img/b_tblexport.png differ
diff --git a/pmahomme/img/b_tblimport.png b/pmahomme/img/b_tblimport.png
new file mode 100644
index 000000000..54c69691e
Binary files /dev/null and b/pmahomme/img/b_tblimport.png differ
diff --git a/pmahomme/img/b_tblops.png b/pmahomme/img/b_tblops.png
new file mode 100644
index 000000000..5c8213fef
Binary files /dev/null and b/pmahomme/img/b_tblops.png differ
diff --git a/pmahomme/img/b_tbloptimize.png b/pmahomme/img/b_tbloptimize.png
new file mode 100644
index 000000000..9a239e2f7
Binary files /dev/null and b/pmahomme/img/b_tbloptimize.png differ
diff --git a/pmahomme/img/b_tipp.png b/pmahomme/img/b_tipp.png
new file mode 100644
index 000000000..d22fde8ba
Binary files /dev/null and b/pmahomme/img/b_tipp.png differ
diff --git a/pmahomme/img/b_unique.png b/pmahomme/img/b_unique.png
new file mode 100644
index 000000000..b949f4b33
Binary files /dev/null and b/pmahomme/img/b_unique.png differ
diff --git a/pmahomme/img/b_usradd.png b/pmahomme/img/b_usradd.png
new file mode 100644
index 000000000..deae99bcf
Binary files /dev/null and b/pmahomme/img/b_usradd.png differ
diff --git a/pmahomme/img/b_usrcheck.png b/pmahomme/img/b_usrcheck.png
new file mode 100644
index 000000000..0468cf08f
Binary files /dev/null and b/pmahomme/img/b_usrcheck.png differ
diff --git a/pmahomme/img/b_usrdrop.png b/pmahomme/img/b_usrdrop.png
new file mode 100644
index 000000000..acbb5630e
Binary files /dev/null and b/pmahomme/img/b_usrdrop.png differ
diff --git a/pmahomme/img/b_usredit.png b/pmahomme/img/b_usredit.png
new file mode 100644
index 000000000..c1974cda7
Binary files /dev/null and b/pmahomme/img/b_usredit.png differ
diff --git a/pmahomme/img/b_usrlist.png b/pmahomme/img/b_usrlist.png
new file mode 100644
index 000000000..7fb4e1f1e
Binary files /dev/null and b/pmahomme/img/b_usrlist.png differ
diff --git a/pmahomme/img/b_view.png b/pmahomme/img/b_view.png
new file mode 100644
index 000000000..c987bbb7d
Binary files /dev/null and b/pmahomme/img/b_view.png differ
diff --git a/pmahomme/img/b_views.png b/pmahomme/img/b_views.png
new file mode 100644
index 000000000..4736603a5
Binary files /dev/null and b/pmahomme/img/b_views.png differ
diff --git a/pmahomme/img/bd_browse.png b/pmahomme/img/bd_browse.png
new file mode 100644
index 000000000..90e3e780f
Binary files /dev/null and b/pmahomme/img/bd_browse.png differ
diff --git a/pmahomme/img/bd_deltbl.png b/pmahomme/img/bd_deltbl.png
new file mode 100644
index 000000000..77995e452
Binary files /dev/null and b/pmahomme/img/bd_deltbl.png differ
diff --git a/pmahomme/img/bd_drop.png b/pmahomme/img/bd_drop.png
new file mode 100644
index 000000000..15c70d676
Binary files /dev/null and b/pmahomme/img/bd_drop.png differ
diff --git a/pmahomme/img/bd_empty.png b/pmahomme/img/bd_empty.png
new file mode 100644
index 000000000..546b7d00a
Binary files /dev/null and b/pmahomme/img/bd_empty.png differ
diff --git a/pmahomme/img/bd_firstpage.png b/pmahomme/img/bd_firstpage.png
new file mode 100644
index 000000000..cd2ae4e61
Binary files /dev/null and b/pmahomme/img/bd_firstpage.png differ
diff --git a/pmahomme/img/bd_ftext.png b/pmahomme/img/bd_ftext.png
new file mode 100644
index 000000000..0082469c3
Binary files /dev/null and b/pmahomme/img/bd_ftext.png differ
diff --git a/pmahomme/img/bd_index.png b/pmahomme/img/bd_index.png
new file mode 100644
index 000000000..11101c931
Binary files /dev/null and b/pmahomme/img/bd_index.png differ
diff --git a/pmahomme/img/bd_insrow.png b/pmahomme/img/bd_insrow.png
new file mode 100644
index 000000000..d3c9b7b0b
Binary files /dev/null and b/pmahomme/img/bd_insrow.png differ
diff --git a/pmahomme/img/bd_lastpage.png b/pmahomme/img/bd_lastpage.png
new file mode 100644
index 000000000..64c191067
Binary files /dev/null and b/pmahomme/img/bd_lastpage.png differ
diff --git a/pmahomme/img/bd_nextpage.png b/pmahomme/img/bd_nextpage.png
new file mode 100644
index 000000000..528fc6abb
Binary files /dev/null and b/pmahomme/img/bd_nextpage.png differ
diff --git a/pmahomme/img/bd_prevpage.png b/pmahomme/img/bd_prevpage.png
new file mode 100644
index 000000000..d78bed932
Binary files /dev/null and b/pmahomme/img/bd_prevpage.png differ
diff --git a/pmahomme/img/bd_primary.png b/pmahomme/img/bd_primary.png
new file mode 100644
index 000000000..6b0b51993
Binary files /dev/null and b/pmahomme/img/bd_primary.png differ
diff --git a/pmahomme/img/bd_sbrowse.png b/pmahomme/img/bd_sbrowse.png
new file mode 100644
index 000000000..b75de1a05
Binary files /dev/null and b/pmahomme/img/bd_sbrowse.png differ
diff --git a/pmahomme/img/bd_select.png b/pmahomme/img/bd_select.png
new file mode 100644
index 000000000..d15b24a74
Binary files /dev/null and b/pmahomme/img/bd_select.png differ
diff --git a/pmahomme/img/bd_unique.png b/pmahomme/img/bd_unique.png
new file mode 100644
index 000000000..6c29dd565
Binary files /dev/null and b/pmahomme/img/bd_unique.png differ
diff --git a/pmahomme/img/body_bg.png b/pmahomme/img/body_bg.png
new file mode 100644
index 000000000..fd8700c5e
Binary files /dev/null and b/pmahomme/img/body_bg.png differ
diff --git a/pmahomme/img/database.png b/pmahomme/img/database.png
new file mode 100644
index 000000000..3d09261a2
Binary files /dev/null and b/pmahomme/img/database.png differ
diff --git a/pmahomme/img/error.ico b/pmahomme/img/error.ico
new file mode 100644
index 000000000..41d26d638
Binary files /dev/null and b/pmahomme/img/error.ico differ
diff --git a/pmahomme/img/input_bg.gif b/pmahomme/img/input_bg.gif
new file mode 100644
index 000000000..f170eeb73
Binary files /dev/null and b/pmahomme/img/input_bg.gif differ
diff --git a/pmahomme/img/item.png b/pmahomme/img/item.png
new file mode 100644
index 000000000..46872bf35
Binary files /dev/null and b/pmahomme/img/item.png differ
diff --git a/pmahomme/img/item_ltr.png b/pmahomme/img/item_ltr.png
new file mode 100644
index 000000000..35b4945c9
Binary files /dev/null and b/pmahomme/img/item_ltr.png differ
diff --git a/pmahomme/img/item_rtl.png b/pmahomme/img/item_rtl.png
new file mode 100644
index 000000000..dc6663d34
Binary files /dev/null and b/pmahomme/img/item_rtl.png differ
diff --git a/pmahomme/img/left_nav_bg.png b/pmahomme/img/left_nav_bg.png
new file mode 100644
index 000000000..629b5019f
Binary files /dev/null and b/pmahomme/img/left_nav_bg.png differ
diff --git a/pmahomme/img/logo_left.png b/pmahomme/img/logo_left.png
new file mode 100644
index 000000000..7c6455909
Binary files /dev/null and b/pmahomme/img/logo_left.png differ
diff --git a/pmahomme/img/logo_right.png b/pmahomme/img/logo_right.png
new file mode 100644
index 000000000..44da9f28d
Binary files /dev/null and b/pmahomme/img/logo_right.png differ
diff --git a/pmahomme/img/php_sym.png b/pmahomme/img/php_sym.png
new file mode 100644
index 000000000..d66010f4c
Binary files /dev/null and b/pmahomme/img/php_sym.png differ
diff --git a/pmahomme/img/pma_logo2.png b/pmahomme/img/pma_logo2.png
new file mode 100644
index 000000000..7f80d0965
Binary files /dev/null and b/pmahomme/img/pma_logo2.png differ
diff --git a/pmahomme/img/s_asc.png b/pmahomme/img/s_asc.png
new file mode 100644
index 000000000..24df0f421
Binary files /dev/null and b/pmahomme/img/s_asc.png differ
diff --git a/pmahomme/img/s_asci.png b/pmahomme/img/s_asci.png
new file mode 100644
index 000000000..2fbdd6920
Binary files /dev/null and b/pmahomme/img/s_asci.png differ
diff --git a/pmahomme/img/s_attention.png b/pmahomme/img/s_attention.png
new file mode 100644
index 000000000..628cf2dae
Binary files /dev/null and b/pmahomme/img/s_attention.png differ
diff --git a/pmahomme/img/s_cancel.png b/pmahomme/img/s_cancel.png
new file mode 100644
index 000000000..c149c2bc0
Binary files /dev/null and b/pmahomme/img/s_cancel.png differ
diff --git a/pmahomme/img/s_cancel2.png b/pmahomme/img/s_cancel2.png
new file mode 100644
index 000000000..bd6271b24
Binary files /dev/null and b/pmahomme/img/s_cancel2.png differ
diff --git a/pmahomme/img/s_db.png b/pmahomme/img/s_db.png
new file mode 100644
index 000000000..3d09261a2
Binary files /dev/null and b/pmahomme/img/s_db.png differ
diff --git a/pmahomme/img/s_desc.png b/pmahomme/img/s_desc.png
new file mode 100644
index 000000000..9b23c06d7
Binary files /dev/null and b/pmahomme/img/s_desc.png differ
diff --git a/pmahomme/img/s_error.png b/pmahomme/img/s_error.png
new file mode 100644
index 000000000..c37bd062e
Binary files /dev/null and b/pmahomme/img/s_error.png differ
diff --git a/pmahomme/img/s_error2.png b/pmahomme/img/s_error2.png
new file mode 100644
index 000000000..d9a78a710
Binary files /dev/null and b/pmahomme/img/s_error2.png differ
diff --git a/pmahomme/img/s_fulltext.png b/pmahomme/img/s_fulltext.png
new file mode 100644
index 000000000..291d22300
Binary files /dev/null and b/pmahomme/img/s_fulltext.png differ
diff --git a/pmahomme/img/s_host.png b/pmahomme/img/s_host.png
new file mode 100644
index 000000000..9bc37dce3
Binary files /dev/null and b/pmahomme/img/s_host.png differ
diff --git a/pmahomme/img/s_info.png b/pmahomme/img/s_info.png
new file mode 100644
index 000000000..12cd1aef9
Binary files /dev/null and b/pmahomme/img/s_info.png differ
diff --git a/pmahomme/img/s_lang.png b/pmahomme/img/s_lang.png
new file mode 100644
index 000000000..e54ebebaf
Binary files /dev/null and b/pmahomme/img/s_lang.png differ
diff --git a/pmahomme/img/s_loggoff.png b/pmahomme/img/s_loggoff.png
new file mode 100644
index 000000000..b4b4dcaff
Binary files /dev/null and b/pmahomme/img/s_loggoff.png differ
diff --git a/pmahomme/img/s_notice.png b/pmahomme/img/s_notice.png
new file mode 100644
index 000000000..628cf2dae
Binary files /dev/null and b/pmahomme/img/s_notice.png differ
diff --git a/pmahomme/img/s_okay.png b/pmahomme/img/s_okay.png
new file mode 100644
index 000000000..89c8129a4
Binary files /dev/null and b/pmahomme/img/s_okay.png differ
diff --git a/pmahomme/img/s_partialtext.png b/pmahomme/img/s_partialtext.png
new file mode 100644
index 000000000..2c88fce53
Binary files /dev/null and b/pmahomme/img/s_partialtext.png differ
diff --git a/pmahomme/img/s_passwd.png b/pmahomme/img/s_passwd.png
new file mode 100644
index 000000000..2494664e0
Binary files /dev/null and b/pmahomme/img/s_passwd.png differ
diff --git a/pmahomme/img/s_process.png b/pmahomme/img/s_process.png
new file mode 100644
index 000000000..67de2c6cc
Binary files /dev/null and b/pmahomme/img/s_process.png differ
diff --git a/pmahomme/img/s_really.png b/pmahomme/img/s_really.png
new file mode 100644
index 000000000..8c1ca1bd4
Binary files /dev/null and b/pmahomme/img/s_really.png differ
diff --git a/pmahomme/img/s_reload.png b/pmahomme/img/s_reload.png
new file mode 100644
index 000000000..46c75aa85
Binary files /dev/null and b/pmahomme/img/s_reload.png differ
diff --git a/pmahomme/img/s_rights.png b/pmahomme/img/s_rights.png
new file mode 100644
index 000000000..c02f315d2
Binary files /dev/null and b/pmahomme/img/s_rights.png differ
diff --git a/pmahomme/img/s_status.png b/pmahomme/img/s_status.png
new file mode 100644
index 000000000..1128d3f33
Binary files /dev/null and b/pmahomme/img/s_status.png differ
diff --git a/pmahomme/img/s_success.png b/pmahomme/img/s_success.png
new file mode 100644
index 000000000..a9925a06a
Binary files /dev/null and b/pmahomme/img/s_success.png differ
diff --git a/pmahomme/img/s_tbl.png b/pmahomme/img/s_tbl.png
new file mode 100644
index 000000000..cfc2702ac
Binary files /dev/null and b/pmahomme/img/s_tbl.png differ
diff --git a/pmahomme/img/s_theme.png b/pmahomme/img/s_theme.png
new file mode 100644
index 000000000..73c5b3f24
Binary files /dev/null and b/pmahomme/img/s_theme.png differ
diff --git a/pmahomme/img/s_vars.png b/pmahomme/img/s_vars.png
new file mode 100644
index 000000000..0c76bd129
Binary files /dev/null and b/pmahomme/img/s_vars.png differ
diff --git a/pmahomme/img/s_views.png b/pmahomme/img/s_views.png
new file mode 100644
index 000000000..1f2ed03e4
Binary files /dev/null and b/pmahomme/img/s_views.png differ
diff --git a/pmahomme/img/s_warn.png b/pmahomme/img/s_warn.png
new file mode 100644
index 000000000..c37bd062e
Binary files /dev/null and b/pmahomme/img/s_warn.png differ
diff --git a/pmahomme/img/spacer.png b/pmahomme/img/spacer.png
new file mode 100644
index 000000000..bf867a398
Binary files /dev/null and b/pmahomme/img/spacer.png differ
diff --git a/pmahomme/img/tab_bg.png b/pmahomme/img/tab_bg.png
new file mode 100644
index 000000000..fdb00c579
Binary files /dev/null and b/pmahomme/img/tab_bg.png differ
diff --git a/pmahomme/img/vertical_line.png b/pmahomme/img/vertical_line.png
new file mode 100644
index 000000000..c514d6160
Binary files /dev/null and b/pmahomme/img/vertical_line.png differ
diff --git a/pmahomme/img/window-new.png b/pmahomme/img/window-new.png
new file mode 100644
index 000000000..0e12ef954
Binary files /dev/null and b/pmahomme/img/window-new.png differ
diff --git a/pmahomme/info.inc.php b/pmahomme/info.inc.php
new file mode 100644
index 000000000..30c1b7cdf
--- /dev/null
+++ b/pmahomme/info.inc.php
@@ -0,0 +1,11 @@
+
+
diff --git a/pmahomme/layout.inc.php b/pmahomme/layout.inc.php
new file mode 100644
index 000000000..34bb01257
--- /dev/null
+++ b/pmahomme/layout.inc.php
@@ -0,0 +1,116 @@
+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'] = 'tahoma,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'] = '#ddd';
+// table header and footer background
+$GLOBALS['cfg']['ThColor'] = '#000000';
+// table data row background
+$GLOBALS['cfg']['BgOne'] = '#f3f3f3';
+// table data row background, alternate
+$GLOBALS['cfg']['BgTwo'] = '#fff';
+
+/**
+ * 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/pmahomme/screen.png b/pmahomme/screen.png
new file mode 100644
index 000000000..32194d99e
Binary files /dev/null and b/pmahomme/screen.png differ