Git
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 9 participants
- 39111 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_8-10702-gfff8f28
by Marc Delisle 29 Oct '10
by Marc Delisle 29 Oct '10
29 Oct '10
The branch, master has been updated
via fff8f28a53c5706958f022e95d339228269ca511 (commit)
via 540cd447a3f8b8e324daf9ccd2ec8112687a690f (commit)
from 7a23316314fc3c0c83f33d96ca6c8480ce885259 (commit)
- Log -----------------------------------------------------------------
commit fff8f28a53c5706958f022e95d339228269ca511
Merge: 7a23316314fc3c0c83f33d96ca6c8480ce885259 540cd447a3f8b8e324daf9ccd2ec8112687a690f
Author: Marc Delisle <marc(a)infomarc.info>
Date: Fri Oct 29 05:39:02 2010 -0400
Merge branch 'QA_3_3'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
Documentation.html | 21 ++++++++-------------
2 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index de1f54f..40b269b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -120,6 +120,7 @@
- bug #3087682 [interface] Do not apply LeftFrameDBSeparator on first character.
3.3.9.0 (not yet released)
+- bug [doc] Fix references to MySQL doc
3.3.8.0 (2010-10-25)
- bug #3059311 [import] BIGINT field type added to table analysis
diff --git a/Documentation.html b/Documentation.html
index e0fd263..d572174 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -2674,7 +2674,7 @@ setfacl -d -m "g:www-data:rwx" tmp
<a href="#faq1_12">1.12 I have lost my MySQL root password, what can I do?</a></h4>
<p> The MySQL manual explains how to
- <a href="http://www.mysql.com/doc/R/e/Resetting_permissions.html">
+ <a href="http://dev.mysql.com/doc/mysql/en/resetting-permissions.html">
reset the permissions</a>.</p>
<h4 id="faq1_13">
@@ -2730,7 +2730,7 @@ setfacl -d -m "g:www-data:rwx" tmp
support?</a></h4>
<p> Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For
- older MySQL versions, you need to use 2.8.x branch. phpMyAdmin can
+ older MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can
connect to your MySQL server using PHP's classic
<a href="http://php.net/mysql">MySQL extension</a> as well as the
<a href="http://php.net/mysqli">improved MySQL extension (MySQLi)</a> that
@@ -2740,12 +2740,7 @@ setfacl -d -m "g:www-data:rwx" tmp
extension of your choice to a MySQL client library of at least the same
minor version since the one that is bundled with some PHP distributions is
rather old and might cause problems <a href="#faq1_17a">
- (see <abbr title="Frequently Asked Questions">FAQ</abbr> 1.17a)</a>.
- If your webserver is running on a windows system, you might want to try
- MySQL's
- <a href="http://dev.mysql.com/downloads/connector/php/">Connector/PHP</a>
- instead of the MySQL / MySQLi extensions that are bundled with the official
- php Win32 builds.</p>
+ (see <abbr title="Frequently Asked Questions">FAQ</abbr> 1.17a)</a>.</p>
<h5 id="faq1_17a">
<a href="#faq1_17a">1.17a I cannot connect to the MySQL server. It always returns the error
@@ -3138,7 +3133,7 @@ the <tt>mysql_upgrade</tt> command on the server.</p>
</ul>
<p> Have also a look at the
- <a href="http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html">
+ <a href="http://dev.mysql.com/doc/en/can-not-connect-to-server.html">
corresponding section of the MySQL documentation</a>.</p>
<h4 id="faq2_4">
@@ -3372,8 +3367,8 @@ have either the <a href="http://pecl.php.net/package/APC">APC</a> extension
<p> When MySQL is running in ANSI-compatibility mode, there are some major
differences in how <abbr title="structured query language">SQL</abbr> is
- structured (see <a href="http://dev.mysql.com/doc/mysql/en/ANSI_mode.html">
- http://dev.mysql.com/doc/mysql/en/ANSI_mode.html</a>). Most important of all,
+ structured (see <a href="http://dev.mysql.com/doc/mysql/en/ansi-mode.html">
+ http://dev.mysql.com/doc/mysql/en/ansi-mode.html</a>). Most important of all,
the quote-character (") is interpreted as an identifier quote character and
not as a string quote character, which makes many internal phpMyAdmin
operations into invalid <abbr title="structured query language">SQL</abbr>
@@ -3960,7 +3955,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');
columns!</a></h4>
<p> No, it's MySQL that is doing
- <a href="http://www.mysql.com/doc/S/i/Silent_column_changes.html">silent
+ <a href="http://dev.mysql.com/doc/en/silent-column-changes.html">silent
column type changing</a>.</p>
<h4 id="underscore">
@@ -5056,7 +5051,7 @@ Jakub Wilk, Thomas Michael Winningham, Vilius Zigmantas, "Manuzhai".
<li><a href="http://www.wikipedia.org/wiki/Server_%28computing%29">Server</a>
- a computer system that provides services to other computing
systems over a network.</li>
- <li><a id="glossar_storage_engine" href="http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html">Storage Engines</a>
+ <li><a id="glossar_storage_engine" href="http://dev.mysql.com/doc/en/storage-engines.html">Storage Engines</a>
- handlers for different table types</li>
<li><a href="http://www.wikipedia.org/wiki/Socket#Computer_sockets">socket</a>
- a form of inter-process communication.</li>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_8-6-g540cd44
by Marc Delisle 29 Oct '10
by Marc Delisle 29 Oct '10
29 Oct '10
The branch, QA_3_3 has been updated
via 540cd447a3f8b8e324daf9ccd2ec8112687a690f (commit)
from 74f593aa867f631d1e80c177bbd61e70a5c2af30 (commit)
- Log -----------------------------------------------------------------
commit 540cd447a3f8b8e324daf9ccd2ec8112687a690f
Author: Marc Delisle <marc(a)infomarc.info>
Date: Fri Oct 29 05:38:12 2010 -0400
bug [doc] Fix references to MySQL doc
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
Documentation.html | 21 ++++++++-------------
2 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1e73469..4808160 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ $Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/… $
3.3.9.0 (not yet released)
+- bug [doc] Fix references to MySQL doc
3.3.8.0 (2010-10-25)
- bug #3059311 [import] BIGINT field type added to table analysis
diff --git a/Documentation.html b/Documentation.html
index 95a6681..cb21dfc 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -2701,7 +2701,7 @@ setfacl -d -m "g:www-data:rwx" tmp
<a href="#faq1_12">1.12 I have lost my MySQL root password, what can I do?</a></h4>
<p> The MySQL manual explains how to
- <a href="http://www.mysql.com/doc/R/e/Resetting_permissions.html">
+ <a href="http://dev.mysql.com/doc/mysql/en/resetting-permissions.html">
reset the permissions</a>.</p>
<h4 id="faq1_13">
@@ -2767,7 +2767,7 @@ setfacl -d -m "g:www-data:rwx" tmp
support?</a></h4>
<p> Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For
- older MySQL versions, you need to use 2.8.x branch. phpMyAdmin can
+ older MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can
connect to your MySQL server using PHP's classic
<a href="http://php.net/mysql">MySQL extension</a> as well as the
<a href="http://php.net/mysqli">improved MySQL extension (MySQLi)</a> that
@@ -2777,12 +2777,7 @@ setfacl -d -m "g:www-data:rwx" tmp
extension of your choice to a MySQL client library of at least the same
minor version since the one that is bundled with some PHP distributions is
rather old and might cause problems <a href="#faq1_17a">
- (see <abbr title="Frequently Asked Questions">FAQ</abbr> 1.17a)</a>.
- If your webserver is running on a windows system, you might want to try
- MySQL's
- <a href="http://dev.mysql.com/downloads/connector/php/">Connector/PHP</a>
- instead of the MySQL / MySQLi extensions that are bundled with the official
- php Win32 builds.</p>
+ (see <abbr title="Frequently Asked Questions">FAQ</abbr> 1.17a)</a>.</p>
<h5 id="faq1_17a">
<a href="#faq1_17a">1.17a I cannot connect to the MySQL server. It always returns the error
@@ -3175,7 +3170,7 @@ the <tt>mysql_upgrade</tt> command on the server.</p>
</ul>
<p> Have also a look at the
- <a href="http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html">
+ <a href="http://dev.mysql.com/doc/en/can-not-connect-to-server.html">
corresponding section of the MySQL documentation</a>.</p>
<h4 id="faq2_4">
@@ -3409,8 +3404,8 @@ have either the <a href="http://pecl.php.net/package/APC">APC</a> extension
<p> When MySQL is running in ANSI-compatibility mode, there are some major
differences in how <abbr title="structured query language">SQL</abbr> is
- structured (see <a href="http://dev.mysql.com/doc/mysql/en/ANSI_mode.html">
- http://dev.mysql.com/doc/mysql/en/ANSI_mode.html</a>). Most important of all,
+ structured (see <a href="http://dev.mysql.com/doc/mysql/en/ansi-mode.html">
+ http://dev.mysql.com/doc/mysql/en/ansi-mode.html</a>). Most important of all,
the quote-character (") is interpreted as an identifier quote character and
not as a string quote character, which makes many internal phpMyAdmin
operations into invalid <abbr title="structured query language">SQL</abbr>
@@ -3995,7 +3990,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');
columns!</a></h4>
<p> No, it's MySQL that is doing
- <a href="http://www.mysql.com/doc/S/i/Silent_column_changes.html">silent
+ <a href="http://dev.mysql.com/doc/en/silent-column-changes.html">silent
column type changing</a>.</p>
<h4 id="underscore">
@@ -4912,7 +4907,7 @@ Jakub Wilk, Thomas Michael Winningham, Vilius Zigmantas, "Manuzhai".
<li><a href="http://www.wikipedia.org/wiki/Server_%28computing%29">Server</a>
- a computer system that provides services to other computing
systems over a network.</li>
- <li><a id="glossar_storage_engine" href="http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html">Storage Engines</a>
+ <li><a id="glossar_storage_engine" href="http://dev.mysql.com/doc/en/storage-engines.html">Storage Engines</a>
- handlers for different table types</li>
<li><a href="http://www.wikipedia.org/wiki/Socket#Computer_sockets">socket</a>
- a form of inter-process communication.</li>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_8-10700-g7a23316
by Marc Delisle 28 Oct '10
by Marc Delisle 28 Oct '10
28 Oct '10
The branch, master has been updated
via 7a23316314fc3c0c83f33d96ca6c8480ce885259 (commit)
from 36d2627151a7d1349d78bae43d0caf0a7c3a97b3 (commit)
- Log -----------------------------------------------------------------
commit 7a23316314fc3c0c83f33d96ca6c8480ce885259
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Oct 28 13:11:46 2010 -0400
for all data pages including AJAX-reached, handle clicking of the companion checkbox and the shift-clicking
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 145 +++++++++++-----------------------------
libraries/display_tbl.lib.php | 2 +-
2 files changed, 41 insertions(+), 106 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 6a764b1..cd0dc9a 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -873,101 +873,6 @@ $(document).ready(function() {
var marked_row = new Array;
/**
- * enables highlight and marking of rows in data tables
- *
- */
-function PMA_markRowsInit() {
- // for every table row ...
- var rows = document.getElementsByTagName('tr');
- for ( var i = 0; i < rows.length; i++ ) {
- // ... with the class 'odd' or 'even' ...
- if ( 'odd' != rows[i].className.substr(0,3) && 'even' != rows[i].className.substr(0,4) ) {
- continue;
- }
- // ... add event listeners ...
- // Do not set click events if not wanted
- if (rows[i].className.search(/noclick/) != -1) {
- continue;
- }
- // ... and to mark the row on click ...
- $(rows[i]).bind('mousedown', function(event) {
- var unique_id;
- var checkbox;
- var table;
-
- // Somehow IE8 has this not set
- if (!event) var event = window.event
-
- checkbox = this.getElementsByTagName( 'input' )[0];
- if ( checkbox && checkbox.type == 'checkbox' ) {
- unique_id = checkbox.name + checkbox.value;
- } else if ( this.id.length > 0 ) {
- unique_id = this.id;
- } else {
- return;
- }
-
- if ( typeof(marked_row[unique_id]) == 'undefined' || !marked_row[unique_id] ) {
- marked_row[unique_id] = true;
- } else {
- marked_row[unique_id] = false;
- }
-
- if ( checkbox && checkbox.disabled == false ) {
- checkbox.checked = marked_row[unique_id];
- if (typeof(event) == 'object') {
- table = this.parentNode;
- parentTableLimit = 0;
- while (table.tagName.toLowerCase() != 'table' && parentTableLimit < 20) {
- parentTableLimit++;
- table = table.parentNode;
- }
-
- if (event.shiftKey == true && table.lastClicked != undefined) {
- if (event.preventDefault) {event.preventDefault();} else {event.returnValue = false;}
- i = table.lastClicked;
-
- if (i < this.rowIndex) {
- i++;
- } else {
- i--;
- }
-
- while (i != this.rowIndex) {
- $(table.rows[i]).mousedown();
- if (i < this.rowIndex) {
- i++;
- } else {
- i--;
- }
- }
- }
-
- table.lastClicked = this.rowIndex;
- }
- }
- });
-
- // ... and disable label ...
- var labeltag = rows[i].getElementsByTagName('label')[0];
- if ( labeltag ) {
- labeltag.onclick = function() {
- return false;
- }
- }
- // .. and checkbox clicks
- var checkbox = rows[i].getElementsByTagName('input')[0];
- if ( checkbox ) {
- checkbox.onclick = function() {
- // opera does not recognize return false;
- this.checked = ! this.checked;
- }
- }
- }
-}
-$(document).ready(PMA_markRowsInit);
-
-/**
* marks all rows and selects its first checkbox inside the given element
* the given element is usaly a table or a div containing the table or tables
*
@@ -2665,11 +2570,12 @@ $(function() {
});
/**
- * When there is a checkbox on both ends of the row, propagate the click on
- * one of them to the other one
+ * For the checkboxes in browse mode, handles the shift/click (only works
+ * in horizontal mode) and propagates the click to the "companion" checkbox
+ * (in both horizontal and vertical). Works also for pages reached via AJAX.
*/
$(document).ready(function() {
- $('.verify_other_checkbox').live('click',function() {
+ $('.multi_checkbox').live('click',function(e) {
var current_checkbox_id = this.id;
var left_checkbox_id = current_checkbox_id.replace('_right', '_left');
var right_checkbox_id = current_checkbox_id.replace('_left', '_right');
@@ -2680,12 +2586,41 @@ $(document).ready(function() {
other_checkbox_id = left_checkbox_id;
}
- // the default action has not been prevented so if we have
- // just clicked this "if" is true
- if ($('#' + current_checkbox_id).is(':checked')) {
- $('#' + other_checkbox_id).attr('checked', true);
+ var $current_checkbox = $('#' + current_checkbox_id);
+ var $other_checkbox = $('#' + other_checkbox_id);
+
+ if (e.shiftKey) {
+ var index_of_current_checkbox = $('.multi_checkbox').index($current_checkbox);
+ var $last_checkbox = $('.multi_checkbox').filter('.last_clicked');
+ var index_of_last_click = $('.multi_checkbox').index($last_checkbox);
+ $('.multi_checkbox')
+ .filter(function(index) {
+ // the first clicked row can be on a row above or below the
+ // shift-clicked row
+ return (index_of_current_checkbox > index_of_last_click && index > index_of_last_click && index < index_of_current_checkbox)
+ || (index_of_last_click > index_of_current_checkbox && index < index_of_last_click && index > index_of_current_checkbox);
+ })
+ .each(function(index) {
+ var $intermediate_checkbox = $(this);
+ if ($current_checkbox.is(':checked')) {
+ $intermediate_checkbox.attr('checked', true);
+ } else {
+ $intermediate_checkbox.attr('checked', false);
+ }
+ });
+ }
+
+ $('.multi_checkbox').removeClass('last_clicked');
+ $current_checkbox.addClass('last_clicked');
+
+ // When there is a checkbox on both ends of the row, propagate the
+ // click on one of them to the other one.
+ // (the default action has not been prevented so if we have
+ // just clicked, this "if" is true)
+ if ($current_checkbox.is(':checked')) {
+ $other_checkbox.attr('checked', true);
} else {
- $('#' + other_checkbox_id).attr('checked', false);
- }
+ $other_checkbox.attr('checked', false);
+ }
});
-}) // end of $(document).ready() for verify other checkbox
+}) // end of $(document).ready() for multi checkbox
diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php
index 1e7b73a..6504839 100644
--- a/libraries/display_tbl.lib.php
+++ b/libraries/display_tbl.lib.php
@@ -2464,7 +2464,7 @@ function PMA_generateCheckboxForMulti($del_url, $is_display, $row_no, $where_cla
$ret .= ' align="center">'
. '<input type="checkbox" id="id_rows_to_delete' . $row_no . $id_suffix . '" name="rows_to_delete[' . $where_clause_html . ']"'
. ' onclick="' . $column_marker_vertical . '"'
- . ' class="verify_other_checkbox"'
+ . ' class="multi_checkbox"'
. ' value="' . htmlspecialchars($del_query) . '" ' . (isset($GLOBALS['checkall']) ? 'checked="checked"' : '') . ' />'
. ' </td>';
}
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 6e556755dcda459810580daea5b83bba69d44cca
by Marc Delisle 27 Oct '10
by Marc Delisle 27 Oct '10
27 Oct '10
The branch, master has been updated
via 6e556755dcda459810580daea5b83bba69d44cca (commit)
from b0fa0379b2aa2539071415c24af7be3a443a7fd4 (commit)
- Log -----------------------------------------------------------------
commit 6e556755dcda459810580daea5b83bba69d44cca
Author: Marc Delisle <marc(a)infomarc.info>
Date: Wed Oct 27 13:04:43 2010 -0400
German book out of print
-----------------------------------------------------------------------
Summary of changes:
images/books/pma_de_90x122.jpg | Bin 10949 -> 0 bytes
images/books/pma_en_3.1_100x123.png | Bin 23427 -> 0 bytes
images/books/pma_en_97x123.png | Bin 45459 -> 0 bytes
images/books/pma_it_90x117.jpg | Bin 4139 -> 0 bytes
templates/docs.tpl | 18 ------------------
templates/index.tpl | 1 -
6 files changed, 0 insertions(+), 19 deletions(-)
delete mode 100644 images/books/pma_de_90x122.jpg
delete mode 100644 images/books/pma_en_3.1_100x123.png
delete mode 100644 images/books/pma_en_97x123.png
delete mode 100644 images/books/pma_it_90x117.jpg
diff --git a/images/books/pma_de_90x122.jpg b/images/books/pma_de_90x122.jpg
deleted file mode 100644
index 45eadac..0000000
Binary files a/images/books/pma_de_90x122.jpg and /dev/null differ
diff --git a/images/books/pma_en_3.1_100x123.png b/images/books/pma_en_3.1_100x123.png
deleted file mode 100644
index dc5cb1c..0000000
Binary files a/images/books/pma_en_3.1_100x123.png and /dev/null differ
diff --git a/images/books/pma_en_97x123.png b/images/books/pma_en_97x123.png
deleted file mode 100644
index cbb4459..0000000
Binary files a/images/books/pma_en_97x123.png and /dev/null differ
diff --git a/images/books/pma_it_90x117.jpg b/images/books/pma_it_90x117.jpg
deleted file mode 100644
index 5e806e1..0000000
Binary files a/images/books/pma_it_90x117.jpg and /dev/null differ
diff --git a/templates/docs.tpl b/templates/docs.tpl
index 682d545..9699dbf 100644
--- a/templates/docs.tpl
+++ b/templates/docs.tpl
@@ -137,24 +137,6 @@ Este libro es una guía completa que le ayuda a sacar partido del potencia
</div>
-<div class="floatbox book">
-<h3>phpMyAdmin - MySQL-Datenbanken effizient über das Web verwalten</h3>
-
-<a href="http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&Produc…"><img src="${base_url}images/books/pma_de_90x122.jpg" alt="Book cover" width="90" height="122" /></a>
-
-<p xml:lang="de">
-Dieses Buch gibt Ihnen einen profunden Einstieg in die effiziente Verwaltung von MySQL-Datenbanken mit phpMyAdmin (neue Version 2.6.0) bis hin zur professionellen Administration. Der Autor zeigt, wie Sie mit phpMyAdmin Datenbanken anlegen, editieren, abfragen und pflegen und wie Sie Benutzer anlegen und verwalten.
-</p>
-
-<p xml:lang="de">Sie lernen, wie Sie Abfragen optimieren und automatisieren und was Sie beim Arbeiten mit verschiedenen Zeichensätzen und MIME-Typen beachten müssen u.v.a.m. Ein Troubleshooting-Kapitel hilft bei Problemen.
-</p>
-
-<p xml:lang="de">
-<a href="http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&Produc…">Besuchen Sie auch die Webseite der deutschen Ausgabe</a>
-</p>
-</div>
-
-
<div class="clearer"></div>
</div>
diff --git a/templates/index.tpl b/templates/index.tpl
index 1b39993..0510e4e 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -23,7 +23,6 @@ etc), while you still have the ability to directly execute any SQL statement.
<img src="images/books/pma_en_3.3_113x149.jpg" alt="phpMyAdmin book" />
<img src="images/books/pma_en_100x123.png" alt="phpMyAdmin book" />
<img src="images/books/pma_cz_90x122.jpg" alt="phpMyAdmin book" />
-<img src="images/books/pma_de_90x122.jpg" alt="phpMyAdmin book" />
<img src="images/books/pma_es_100x123.png" alt="phpMyAdmin book" />
</a>
</div>
hooks/post-receive
--
phpMyAdmin website
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_8-10699-g36d2627
by Michal Čihař 26 Oct '10
by Michal Čihař 26 Oct '10
26 Oct '10
The branch, master has been updated
via 36d2627151a7d1349d78bae43d0caf0a7c3a97b3 (commit)
via 74f593aa867f631d1e80c177bbd61e70a5c2af30 (commit)
from 167f72efc986bc3ee5c55a7d18ae9a419180faa0 (commit)
- Log -----------------------------------------------------------------
commit 36d2627151a7d1349d78bae43d0caf0a7c3a97b3
Merge: 167f72efc986bc3ee5c55a7d18ae9a419180faa0 74f593aa867f631d1e80c177bbd61e70a5c2af30
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Oct 26 15:06:44 2010 +0200
Merge branch 'QA_3_3'
-----------------------------------------------------------------------
Summary of changes:
themes/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/themes/.gitignore b/themes/.gitignore
index 2676970..410d2dc 100644
--- a/themes/.gitignore
+++ b/themes/.gitignore
@@ -15,6 +15,7 @@ openphpnuke
original_small
paradice
pixeline
+pmahomme
silk
silkline
smooth_yellow
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_8-5-g74f593a
by Michal Čihař 26 Oct '10
by Michal Čihař 26 Oct '10
26 Oct '10
The branch, QA_3_3 has been updated
via 74f593aa867f631d1e80c177bbd61e70a5c2af30 (commit)
from f2d82daad8ec37ec4ed3c3e04e2f34ba1d72b489 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
themes/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/themes/.gitignore b/themes/.gitignore
index 2676970..410d2dc 100644
--- a/themes/.gitignore
+++ b/themes/.gitignore
@@ -15,6 +15,7 @@ openphpnuke
original_small
paradice
pixeline
+pmahomme
silk
silkline
smooth_yellow
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_8-10697-g167f72e
by Michal Čihař 26 Oct '10
by Michal Čihař 26 Oct '10
26 Oct '10
The branch, master has been updated
via 167f72efc986bc3ee5c55a7d18ae9a419180faa0 (commit)
via 1b4bf396f53a48bacf29178c38eae7add8e0343c (commit)
via df2c59d74f38b8f34c509eedd9f4f60af969acf4 (commit)
via 4996efc77b2ff1f926e11b158f195dc3a34aac01 (commit)
via 674d3e98181e1e878cd2a170ef684df52fce6fa9 (commit)
from 6dd2e460f22b2f874e1a318c7f2e06d8219670be (commit)
- Log -----------------------------------------------------------------
commit 167f72efc986bc3ee5c55a7d18ae9a419180faa0
Merge: 1b4bf396f53a48bacf29178c38eae7add8e0343c 6dd2e460f22b2f874e1a318c7f2e06d8219670be
Author: Pootle server <pootle(a)cihar.com>
Date: Tue Oct 26 14:40:10 2010 +0200
Merge remote branch 'origin/master'
commit 1b4bf396f53a48bacf29178c38eae7add8e0343c
Author: edgaras.janusauskas <edgaras.janusauskas(a)gmail.com>
Date: Tue Oct 26 13:51:31 2010 +0200
Translation update done using Pootle.
commit df2c59d74f38b8f34c509eedd9f4f60af969acf4
Author: edgaras.janusauskas <edgaras.janusauskas(a)gmail.com>
Date: Tue Oct 26 13:50:57 2010 +0200
Translation update done using Pootle.
commit 4996efc77b2ff1f926e11b158f195dc3a34aac01
Author: edgaras.janusauskas <edgaras.janusauskas(a)gmail.com>
Date: Tue Oct 26 13:50:15 2010 +0200
Translation update done using Pootle.
commit 674d3e98181e1e878cd2a170ef684df52fce6fa9
Author: edgaras.janusauskas <edgaras.janusauskas(a)gmail.com>
Date: Tue Oct 26 13:50:07 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/lt.po | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/po/lt.po b/po/lt.po
index 4cce57c..b2eaab2 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-10-04 08:08-0400\n"
-"PO-Revision-Date: 2010-10-10 14:33+0200\n"
+"PO-Revision-Date: 2010-10-26 13:51+0200\n"
"Last-Translator: <edgaras.janusauskas(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
"Language: lt\n"
@@ -1004,16 +1004,14 @@ msgid "The passwords aren't the same!"
msgstr "Slaptažodžiai nesutampa!"
#: js/messages.php:52
-#, fuzzy
#| msgid "Add a new User"
msgid "Add a New User"
-msgstr "Sukurti naują vartotoją"
+msgstr "Sukurti naują naudotoją"
#: js/messages.php:53
-#, fuzzy
#| msgid "Create version"
msgid "Create User"
-msgstr "Sukurti versiją"
+msgstr "Sukurti naudotoją"
#: js/messages.php:54
#, fuzzy
@@ -7139,11 +7137,11 @@ msgstr "Patikrinti duombazės „%s“ privilegijas."
#: server_databases.php:369 server_databases.php:370
msgid "Enable Statistics"
-msgstr "Neleisti statistikos"
+msgstr "Leisti statistiką"
#: server_databases.php:373 server_databases.php:374
msgid "Disable Statistics"
-msgstr "Leisti statistiką"
+msgstr "Neleisti statistikos"
#: server_databases.php:377
msgid ""
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_8-10692-g6dd2e46
by Marc Delisle 26 Oct '10
by Marc Delisle 26 Oct '10
26 Oct '10
The branch, master has been updated
via 6dd2e460f22b2f874e1a318c7f2e06d8219670be (commit)
from d0d96fbd5669e0537ad0088c6222c901b4d2a354 (commit)
- Log -----------------------------------------------------------------
commit 6dd2e460f22b2f874e1a318c7f2e06d8219670be
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Oct 26 07:58:17 2010 -0400
row highlighting in horizontal mode for IE6 on pages reached via AJAX
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index dc459cd..6a764b1 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -858,6 +858,16 @@ $(document).ready(function() {
})
/**
+ * For row highlighting in horizontal mode (necessary for IE 6; use "live"
+ * so that it works also for pages reached via AJAX)
+ */
+$(document).ready(function() {
+ $('tr.odd, tr.even').live('hover',function() {
+ $(this).toggleClass('hover');
+ });
+})
+
+/**
* This array is used to remember mark status of rows in browse mode
*/
var marked_row = new Array;
@@ -875,16 +885,6 @@ function PMA_markRowsInit() {
continue;
}
// ... add event listeners ...
- // ... to highlight the row on mouseover ...
- if ( navigator.appName == 'Microsoft Internet Explorer' ) {
- // but only for IE, other browsers are handled by :hover in css
- rows[i].onmouseover = function() {
- this.className += ' hover';
- }
- rows[i].onmouseout = function() {
- this.className = this.className.replace( ' hover', '' );
- }
- }
// Do not set click events if not wanted
if (rows[i].className.search(/noclick/) != -1) {
continue;
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. da9c73a68fbb487ef5e4156e1c9e2ac0ac6a990c
by Michal Čihař 26 Oct '10
by Michal Čihař 26 Oct '10
26 Oct '10
The branch, master has been updated
via da9c73a68fbb487ef5e4156e1c9e2ac0ac6a990c (commit)
from cc8f34c056648bee10a78b183a71d12dedbee955 (commit)
- Log -----------------------------------------------------------------
commit da9c73a68fbb487ef5e4156e1c9e2ac0ac6a990c
Author: Mike Homme <mikehomme(a)users.sourceforge.net>
Date: Tue Oct 26 11:59:00 2010 +0200
PMAhomme theme
-----------------------------------------------------------------------
Summary of changes:
pmahomme/css/theme_left.css.php | 240 ++++
pmahomme/css/theme_print.css.php | 39 +
pmahomme/css/theme_right.css.php | 1299 ++++++++++++++++++++
{aqua => pmahomme}/img/arrow_ltr.png | Bin 277 -> 277 bytes
{aqua => pmahomme}/img/arrow_rtl.png | Bin 278 -> 278 bytes
.../img/s_desc.png => pmahomme/img/asc_order.png | Bin 201 -> 201 bytes
{hillside => pmahomme}/img/b_bookmark.png | Bin 714 -> 714 bytes
{hillside => pmahomme}/img/b_browse.png | Bin 566 -> 566 bytes
.../img_32bit => pmahomme/img}/b_calendar.png | Bin 675 -> 675 bytes
{hillside => pmahomme}/img/b_comment.png | Bin 413 -> 413 bytes
.../img_32bit => pmahomme/img}/b_dbstatistics.png | Bin 541 -> 541 bytes
.../img_32bit => pmahomme/img}/b_deltbl.png | Bin 660 -> 660 bytes
{hillside => pmahomme}/img/b_docs.png | Bin 786 -> 786 bytes
{aqua_brushed => pmahomme}/img/b_docsql.png | Bin 283 -> 283 bytes
pmahomme/img/b_drop.png | Bin 0 -> 700 bytes
{clearview3/img_32bit => pmahomme/img}/b_edit.png | Bin 450 -> 450 bytes
pmahomme/img/b_empty.png | Bin 0 -> 363 bytes
.../img_32bit => pmahomme/img}/b_engine.png | Bin 468 -> 468 bytes
.../b_insrow.png => pmahomme/img/b_export.png | Bin 641 -> 641 bytes
.../img/b_firstpage (2).png | Bin 522 -> 522 bytes
pmahomme/img/b_firstpage.png | Bin 0 -> 745 bytes
{cactica_blues => pmahomme}/img/b_ftext.png | Bin 277 -> 277 bytes
{cactica_blues => pmahomme}/img/b_help.png | Bin 229 -> 229 bytes
{clearview3/img_32bit => pmahomme/img}/b_home.png | Bin 806 -> 806 bytes
silk/img/b_drop.png => pmahomme/img/b_import.png | Bin 629 -> 629 bytes
{cactica_blues => pmahomme}/img/b_index.png | Bin 315 -> 315 bytes
{cactica_blues => pmahomme}/img/b_info.png | Bin 234 -> 234 bytes
{aqua_brushed => pmahomme}/img/b_insrow.png | Bin 283 -> 283 bytes
.../img/b_lastpage (2).png | Bin 524 -> 524 bytes
pmahomme/img/b_lastpage.png | Bin 0 -> 736 bytes
{silk => pmahomme}/img/b_minus.png | Bin 207 -> 207 bytes
{clearview3/img_32bit => pmahomme/img}/b_newdb.png | Bin 658 -> 658 bytes
{cactica_blues => pmahomme}/img/b_newtbl.png | Bin 409 -> 409 bytes
{hillside => pmahomme}/img/b_nextpage.png | Bin 395 -> 395 bytes
.../img_32bit => pmahomme/img}/b_pdfdoc.png | Bin 591 -> 591 bytes
{silk => pmahomme}/img/b_plus.png | Bin 209 -> 209 bytes
{hillside => pmahomme}/img/b_prevpage.png | Bin 389 -> 389 bytes
.../s_passwd.png => pmahomme/img/b_primary.png | Bin 612 -> 612 bytes
{clearview3/img_32bit => pmahomme/img}/b_print.png | Bin 731 -> 731 bytes
.../b_relations.png => pmahomme/img/b_props.png | Bin 663 -> 663 bytes
{cactica_blues => pmahomme}/img/b_relations.png | Bin 280 -> 280 bytes
{clearview3/img_32bit => pmahomme/img}/b_save.png | Bin 620 -> 620 bytes
{cactica_blues => pmahomme}/img/b_sbrowse.png | Bin 197 -> 197 bytes
{aqua_brushed => pmahomme}/img/b_sdb.png | Bin 232 -> 232 bytes
{hillside => pmahomme}/img/b_search.png | Bin 615 -> 615 bytes
.../b_export.png => pmahomme/img/b_selboard.png | Bin 698 -> 698 bytes
pmahomme/img/b_select.png | Bin 0 -> 680 bytes
pmahomme/img/b_sql.png | Bin 0 -> 748 bytes
{aqua_brushed => pmahomme}/img/b_sqldoc.png | Bin 290 -> 290 bytes
.../img/b_docsql.png => pmahomme/img/b_sqlhelp.png | Bin 579 -> 579 bytes
{aqua_brushed => pmahomme}/img/b_tblanalyse.png | Bin 296 -> 296 bytes
.../b_insrow.png => pmahomme/img/b_tblexport.png | Bin 641 -> 641 bytes
.../img/b_drop.png => pmahomme/img/b_tblimport.png | Bin 629 -> 629 bytes
{hillside => pmahomme}/img/b_tblops.png | Bin 610 -> 610 bytes
{cactica_blues => pmahomme}/img/b_tbloptimize.png | Bin 300 -> 300 bytes
{clearview3/img_32bit => pmahomme/img}/b_tipp.png | Bin 782 -> 782 bytes
{cactica_blues => pmahomme}/img/b_unique.png | Bin 281 -> 281 bytes
.../img_32bit => pmahomme/img}/b_usradd.png | Bin 746 -> 746 bytes
{hillside => pmahomme}/img/b_usrcheck.png | Bin 793 -> 793 bytes
.../img_32bit => pmahomme/img}/b_usrdrop.png | Bin 767 -> 767 bytes
.../img_32bit => pmahomme/img}/b_usredit.png | Bin 833 -> 833 bytes
.../img_32bit => pmahomme/img}/b_usrlist.png | Bin 753 -> 753 bytes
{aqua_brushed => pmahomme}/img/b_view.png | Bin 885 -> 885 bytes
{aqua => pmahomme}/img/b_views.png | Bin 477 -> 477 bytes
{cactica_blues => pmahomme}/img/bd_browse.png | Bin 265 -> 265 bytes
{aqua => pmahomme}/img/bd_deltbl.png | Bin 424 -> 424 bytes
{aqua => pmahomme}/img/bd_drop.png | Bin 337 -> 337 bytes
{cactica_blues => pmahomme}/img/bd_empty.png | Bin 298 -> 298 bytes
{aqua_brushed => pmahomme}/img/bd_firstpage.png | Bin 238 -> 238 bytes
{cactica_blues => pmahomme}/img/bd_ftext.png | Bin 277 -> 277 bytes
{cactica_blues => pmahomme}/img/bd_index.png | Bin 315 -> 315 bytes
{aqua => pmahomme}/img/bd_insrow.png | Bin 347 -> 347 bytes
{aqua_brushed => pmahomme}/img/bd_lastpage.png | Bin 236 -> 236 bytes
{aqua_brushed => pmahomme}/img/bd_nextpage.png | Bin 221 -> 221 bytes
{aqua_brushed => pmahomme}/img/bd_prevpage.png | Bin 225 -> 225 bytes
{cactica_blues => pmahomme}/img/bd_primary.png | Bin 389 -> 389 bytes
{aqua_brushed => pmahomme}/img/bd_sbrowse.png | Bin 197 -> 197 bytes
{cactica_blues => pmahomme}/img/bd_select.png | Bin 524 -> 524 bytes
{cactica_blues => pmahomme}/img/bd_unique.png | Bin 287 -> 287 bytes
pmahomme/img/body_bg.png | Bin 0 -> 372 bytes
.../s_db.png => pmahomme/img/database.png | Bin 390 -> 390 bytes
{aqua => pmahomme}/img/error.ico | Bin 318 -> 318 bytes
pmahomme/img/input_bg.gif | Bin 0 -> 162 bytes
{aqua_brushed => pmahomme}/img/item.png | Bin 206 -> 206 bytes
{aqua_brushed => pmahomme}/img/item_ltr.png | Bin 173 -> 173 bytes
{aqua_brushed => pmahomme}/img/item_rtl.png | Bin 173 -> 173 bytes
pmahomme/img/left_nav_bg.png | Bin 0 -> 215 bytes
pmahomme/img/logo_left.png | Bin 0 -> 1997 bytes
{crimson_gray => pmahomme}/img/logo_right.png | Bin 5658 -> 5658 bytes
{cactica_blues => pmahomme}/img/php_sym.png | Bin 249 -> 249 bytes
{aqua_brushed => pmahomme}/img/pma_logo2.png | Bin 1837 -> 1837 bytes
pmahomme/img/s_asc.png | Bin 0 -> 201 bytes
pmahomme/img/s_asci.png | Bin 0 -> 209 bytes
.../img/s_warn.png => pmahomme/img/s_attention.png | Bin 666 -> 666 bytes
{silk => pmahomme}/img/s_cancel.png | Bin 587 -> 587 bytes
pmahomme/img/s_cancel2.png | Bin 0 -> 308 bytes
{clearview3/img_32bit => pmahomme/img}/s_db.png | Bin 390 -> 390 bytes
{hillside => pmahomme}/img/s_desc.png | Bin 201 -> 201 bytes
.../s_warn.png => pmahomme/img/s_error.png | Bin 701 -> 701 bytes
{cactica_blues => pmahomme}/img/s_error2.png | Bin 237 -> 237 bytes
{cactica_blues => pmahomme}/img/s_fulltext.png | Bin 308 -> 308 bytes
pmahomme/img/s_host.png | Bin 0 -> 667 bytes
{hillside => pmahomme}/img/s_info.png | Bin 778 -> 778 bytes
{clearview3/img_32bit => pmahomme/img}/s_lang.png | Bin 743 -> 743 bytes
{aqua_brushed => pmahomme}/img/s_loggoff.png | Bin 262 -> 262 bytes
.../img/s_warn.png => pmahomme/img/s_notice.png | Bin 666 -> 666 bytes
{silk => pmahomme}/img/s_okay.png | Bin 781 -> 781 bytes
{aqua_brushed => pmahomme}/img/s_partialtext.png | Bin 318 -> 318 bytes
{cactica_blues => pmahomme}/img/s_passwd.png | Bin 505 -> 505 bytes
.../img_32bit => pmahomme/img}/s_process.png | Bin 512 -> 512 bytes
{aqua_brushed => pmahomme}/img/s_really.png | Bin 229 -> 229 bytes
pmahomme/img/s_reload.png | Bin 0 -> 608 bytes
pmahomme/img/s_rights.png | Bin 0 -> 533 bytes
pmahomme/img/s_status.png | Bin 0 -> 673 bytes
.../s_okay.png => pmahomme/img/s_success.png | Bin 537 -> 537 bytes
.../b_tbloptimize.png => pmahomme/img/s_tbl.png | Bin 714 -> 714 bytes
{clearview3/img_32bit => pmahomme/img}/s_theme.png | Bin 856 -> 856 bytes
hillside/img/b_sql.png => pmahomme/img/s_vars.png | Bin 603 -> 603 bytes
{aqua => pmahomme}/img/s_views.png | Bin 368 -> 368 bytes
{clearview3/img_32bit => pmahomme/img}/s_warn.png | Bin 701 -> 701 bytes
{aqua_brushed => pmahomme}/img/spacer.png | Bin 153 -> 153 bytes
pmahomme/img/tab_bg.png | Bin 0 -> 182 bytes
{aqua_brushed => pmahomme}/img/vertical_line.png | Bin 83 -> 83 bytes
{aqua => pmahomme}/img/window-new.png | Bin 583 -> 583 bytes
pmahomme/info.inc.php | 11 +
pmahomme/layout.inc.php | 116 ++
pmahomme/screen.png | Bin 0 -> 52694 bytes
127 files changed, 1705 insertions(+), 0 deletions(-)
create mode 100644 pmahomme/css/theme_left.css.php
create mode 100644 pmahomme/css/theme_print.css.php
create mode 100644 pmahomme/css/theme_right.css.php
copy {aqua => pmahomme}/img/arrow_ltr.png (100%)
copy {aqua => pmahomme}/img/arrow_rtl.png (100%)
copy hillside/img/s_desc.png => pmahomme/img/asc_order.png (100%)
copy {hillside => pmahomme}/img/b_bookmark.png (100%)
copy {hillside => pmahomme}/img/b_browse.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_calendar.png (100%)
copy {hillside => pmahomme}/img/b_comment.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_dbstatistics.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_deltbl.png (100%)
copy {hillside => pmahomme}/img/b_docs.png (100%)
copy {aqua_brushed => pmahomme}/img/b_docsql.png (100%)
create mode 100644 pmahomme/img/b_drop.png
copy {clearview3/img_32bit => pmahomme/img}/b_edit.png (100%)
create mode 100644 pmahomme/img/b_empty.png
copy {clearview3/img_32bit => pmahomme/img}/b_engine.png (100%)
copy clearview3/img_32bit/b_insrow.png => pmahomme/img/b_export.png (100%)
copy hillside/img/b_firstpage.png => pmahomme/img/b_firstpage (2).png (100%)
create mode 100644 pmahomme/img/b_firstpage.png
copy {cactica_blues => pmahomme}/img/b_ftext.png (100%)
copy {cactica_blues => pmahomme}/img/b_help.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_home.png (100%)
copy silk/img/b_drop.png => pmahomme/img/b_import.png (100%)
copy {cactica_blues => pmahomme}/img/b_index.png (100%)
copy {cactica_blues => pmahomme}/img/b_info.png (100%)
copy {aqua_brushed => pmahomme}/img/b_insrow.png (100%)
copy hillside/img/b_lastpage.png => pmahomme/img/b_lastpage (2).png (100%)
create mode 100644 pmahomme/img/b_lastpage.png
copy {silk => pmahomme}/img/b_minus.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_newdb.png (100%)
copy {cactica_blues => pmahomme}/img/b_newtbl.png (100%)
copy {hillside => pmahomme}/img/b_nextpage.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_pdfdoc.png (100%)
copy {silk => pmahomme}/img/b_plus.png (100%)
copy {hillside => pmahomme}/img/b_prevpage.png (100%)
copy clearview3/img_32bit/s_passwd.png => pmahomme/img/b_primary.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_print.png (100%)
copy clearview3/img_32bit/b_relations.png => pmahomme/img/b_props.png (100%)
copy {cactica_blues => pmahomme}/img/b_relations.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_save.png (100%)
copy {cactica_blues => pmahomme}/img/b_sbrowse.png (100%)
copy {aqua_brushed => pmahomme}/img/b_sdb.png (100%)
copy {hillside => pmahomme}/img/b_search.png (100%)
copy clearview3/img_32bit/b_export.png => pmahomme/img/b_selboard.png (100%)
create mode 100644 pmahomme/img/b_select.png
create mode 100644 pmahomme/img/b_sql.png
copy {aqua_brushed => pmahomme}/img/b_sqldoc.png (100%)
copy hillside/img/b_docsql.png => pmahomme/img/b_sqlhelp.png (100%)
copy {aqua_brushed => pmahomme}/img/b_tblanalyse.png (100%)
copy clearview3/img_32bit/b_insrow.png => pmahomme/img/b_tblexport.png (100%)
copy silk/img/b_drop.png => pmahomme/img/b_tblimport.png (100%)
copy {hillside => pmahomme}/img/b_tblops.png (100%)
copy {cactica_blues => pmahomme}/img/b_tbloptimize.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_tipp.png (100%)
copy {cactica_blues => pmahomme}/img/b_unique.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_usradd.png (100%)
copy {hillside => pmahomme}/img/b_usrcheck.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_usrdrop.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_usredit.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/b_usrlist.png (100%)
copy {aqua_brushed => pmahomme}/img/b_view.png (100%)
copy {aqua => pmahomme}/img/b_views.png (100%)
copy {cactica_blues => pmahomme}/img/bd_browse.png (100%)
copy {aqua => pmahomme}/img/bd_deltbl.png (100%)
copy {aqua => pmahomme}/img/bd_drop.png (100%)
copy {cactica_blues => pmahomme}/img/bd_empty.png (100%)
copy {aqua_brushed => pmahomme}/img/bd_firstpage.png (100%)
copy {cactica_blues => pmahomme}/img/bd_ftext.png (100%)
copy {cactica_blues => pmahomme}/img/bd_index.png (100%)
copy {aqua => pmahomme}/img/bd_insrow.png (100%)
copy {aqua_brushed => pmahomme}/img/bd_lastpage.png (100%)
copy {aqua_brushed => pmahomme}/img/bd_nextpage.png (100%)
copy {aqua_brushed => pmahomme}/img/bd_prevpage.png (100%)
copy {cactica_blues => pmahomme}/img/bd_primary.png (100%)
copy {aqua_brushed => pmahomme}/img/bd_sbrowse.png (100%)
copy {cactica_blues => pmahomme}/img/bd_select.png (100%)
copy {cactica_blues => pmahomme}/img/bd_unique.png (100%)
create mode 100644 pmahomme/img/body_bg.png
copy clearview3/img_32bit/s_db.png => pmahomme/img/database.png (100%)
copy {aqua => pmahomme}/img/error.ico (100%)
create mode 100644 pmahomme/img/input_bg.gif
copy {aqua_brushed => pmahomme}/img/item.png (100%)
copy {aqua_brushed => pmahomme}/img/item_ltr.png (100%)
copy {aqua_brushed => pmahomme}/img/item_rtl.png (100%)
create mode 100644 pmahomme/img/left_nav_bg.png
create mode 100644 pmahomme/img/logo_left.png
copy {crimson_gray => pmahomme}/img/logo_right.png (100%)
copy {cactica_blues => pmahomme}/img/php_sym.png (100%)
copy {aqua_brushed => pmahomme}/img/pma_logo2.png (100%)
create mode 100644 pmahomme/img/s_asc.png
create mode 100644 pmahomme/img/s_asci.png
copy hillside/img/s_warn.png => pmahomme/img/s_attention.png (100%)
copy {silk => pmahomme}/img/s_cancel.png (100%)
create mode 100644 pmahomme/img/s_cancel2.png
copy {clearview3/img_32bit => pmahomme/img}/s_db.png (100%)
copy {hillside => pmahomme}/img/s_desc.png (100%)
copy clearview3/img_32bit/s_warn.png => pmahomme/img/s_error.png (100%)
copy {cactica_blues => pmahomme}/img/s_error2.png (100%)
copy {cactica_blues => pmahomme}/img/s_fulltext.png (100%)
create mode 100644 pmahomme/img/s_host.png
copy {hillside => pmahomme}/img/s_info.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/s_lang.png (100%)
copy {aqua_brushed => pmahomme}/img/s_loggoff.png (100%)
copy hillside/img/s_warn.png => pmahomme/img/s_notice.png (100%)
copy {silk => pmahomme}/img/s_okay.png (100%)
copy {aqua_brushed => pmahomme}/img/s_partialtext.png (100%)
copy {cactica_blues => pmahomme}/img/s_passwd.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/s_process.png (100%)
copy {aqua_brushed => pmahomme}/img/s_really.png (100%)
create mode 100644 pmahomme/img/s_reload.png
create mode 100644 pmahomme/img/s_rights.png
create mode 100644 pmahomme/img/s_status.png
copy clearview3/img_32bit/s_okay.png => pmahomme/img/s_success.png (100%)
copy hillside/img/b_tbloptimize.png => pmahomme/img/s_tbl.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/s_theme.png (100%)
copy hillside/img/b_sql.png => pmahomme/img/s_vars.png (100%)
copy {aqua => pmahomme}/img/s_views.png (100%)
copy {clearview3/img_32bit => pmahomme/img}/s_warn.png (100%)
copy {aqua_brushed => pmahomme}/img/spacer.png (100%)
create mode 100644 pmahomme/img/tab_bg.png
copy {aqua_brushed => pmahomme}/img/vertical_line.png (100%)
copy {aqua => pmahomme}/img/window-new.png (100%)
create mode 100644 pmahomme/info.inc.php
create mode 100644 pmahomme/layout.inc.php
create mode 100644 pmahomme/screen.png
diff --git a/pmahomme/css/theme_left.css.php b/pmahomme/css/theme_left.css.php
new file mode 100644
index 0000000..09b49c0
--- /dev/null
+++ b/pmahomme/css/theme_left.css.php
@@ -0,0 +1,240 @@
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * navigation css file from theme Original
+ *
+ * @version $Id: theme_left.css.php 11409 2008-07-19 14:46:28Z lem9 $
+ * @package phpMyAdmin-theme
+ * @subpackage Original
+ */
+
+// unplanned execution path
+if (!defined('PMA_MINIMUM_COMMON')) {
+ exit();
+}
+?>
+/******************************************************************************/
+/* general tags */
+html {
+ font-size: <?php echo (null !== $_SESSION['PMA_Config']->get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
+}
+
+input, select, textarea {
+ font-size: 1em;
+}
+
+body {
+<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
+ font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
+<?php } ?>
+ background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
+ border-right: 1px solid #aaa;
+ color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ 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: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
+}
+
+/******************************************************************************/
+/* specific elements */
+
+div#pmalogo {
+ <?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
+ 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: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
+}
+
+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(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/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: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?>;
+}
+
+div#left_tableList ul ul {
+ font-size: 100%;
+}
+
+div#left_tableList a {
+ background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ text-decoration: none;
+}
+
+#left_tableList{
+ display:none;
+}
+
+
+div#left_tableList a:hover {
+ background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ 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);
+}
+
+<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
+/* marked items */
+div#left_tableList > ul li.marked > a,
+div#left_tableList > ul li.marked {
+ background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
+}
+<?php } ?>
+
+<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
+div#left_tableList > ul li:hover > a,
+div#left_tableList > ul li:hover {
+ background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
+}
+<?php } ?>
+
+div#left_tableList img {
+ padding: 0;
+ vertical-align: middle;
+}
+
+div#left_tableList ul ul {
+ margin-<?php echo $left; ?>: 0;
+ padding-<?php echo $left; ?>: 0.1em;
+ border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ padding-bottom: 0.1em;
+ border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+}
+
+/* for the servers list in navi panel */
+#serverinfo .item {
+ white-space: nowrap;
+ color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+}
+#serverinfo a:hover {
+ background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
+}
diff --git a/pmahomme/css/theme_print.css.php b/pmahomme/css/theme_print.css.php
new file mode 100644
index 0000000..ed509e9
--- /dev/null
+++ b/pmahomme/css/theme_print.css.php
@@ -0,0 +1,39 @@
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * print css file from theme Original
+ *
+ * @version $Id: theme_print.css.php 10145 2007-03-20 13:39:12Z cybot_tm $
+ * @package phpMyAdmin-theme
+ * @subpackage Original
+ */
+?>
+/* 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 0000000..eae82d1
--- /dev/null
+++ b/pmahomme/css/theme_right.css.php
@@ -0,0 +1,1299 @@
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * main css file from theme Original
+ *
+ * @version $Id: theme_right.css.php 12031 2008-11-28 23:22:27Z nijel $
+ * @package phpMyAdmin-theme
+ * @subpackage Original
+ */
+
+// unplanned execution path
+if (!defined('PMA_MINIMUM_COMMON')) {
+ exit();
+}
+?>
+/******************************************************************************/
+/* general tags */
+html {
+ font-size: <?php echo (null !== $_SESSION['PMA_Config']->get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : (
+ isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '84%'));?>;
+}
+
+input, select, textarea {
+ font-size: 1em;
+}
+
+body {
+<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
+ font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
+<?php } ?>
+ padding: 0;
+ margin: 0.5em;
+ color: #111;
+ background: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?>;
+}
+
+<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
+textarea, tt, pre, code {
+ font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
+}
+<?php } ?>
+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: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
+ background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
+}
+
+a img {
+ border: 0;
+}
+
+hr {
+ color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
+ background-color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
+ 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: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>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: <?php echo $right; ?>;
+ float: none;
+ clear: both;
+ -webkit-border-radius:0 0 4px 4px;
+ -moz-border-radius:0 0 4px 4px;
+}
+
+
+fieldset .formelement {
+ float: <?php echo $left; ?>;
+ margin-<?php echo $right; ?>: 0.5em;
+ /* IE */
+ white-space: nowrap;
+}
+
+/* revert for Gecko */
+fieldset div[class=formelement] {
+ white-space: normal;
+}
+
+button.mult_submit {
+ border: none;
+ background-color: transparent;
+}
+
+/* odd items 1,3,5,7,... */
+table tr.odd th,
+.odd {
+ background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
+}
+
+/* even items 2,4,6,8,... */
+table tr.even th,
+.even {
+ background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
+}
+
+/* odd table rows 1,3,5,7,... */
+table tr.odd th,
+table tr.odd,
+table tr.even th,
+table tr.even {
+ text-align: <?php echo $left; ?>;
+}
+
+<?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?>
+/* marked table rows */
+table tr.marked th,
+table tr.marked {
+ background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
+}
+<?php } ?>
+
+<?php if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?>
+/* hovered items */
+.odd:hover,
+.even:hover,
+.hover {
+ background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
+}
+
+/* hovered table rows */
+table tr.odd:hover th,
+table tr.even:hover th,
+table tr.hover th {
+ background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
+}
+<?php } ?>
+
+/**
+ * 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 <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
+}
+
+table .value {
+ text-align: <?php echo $right; ?>;
+ white-space: normal;
+}
+/* IE doesnt handles 'pre' right */
+table [class=value] {
+ white-space: normal;
+}
+
+
+<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
+.value {
+ font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
+}
+<?php } ?>
+.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-<?php echo $right; ?>: 0.3em;
+ margin-<?php echo $left; ?>: 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: <?php echo $left; ?>;
+ 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;
+
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-repeat: no-repeat;
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
+ background-position: 10px 50%;
+ padding: 10px 10px 10px 35px
+ <?php } else { ?>
+ background-position: 99% 50%;
+ padding: 35px 10px 10px 10px
+ <?php } ?>
+ <?php } else { ?>
+ padding: 0.3em;
+ <?php } ?>
+}
+
+.success {
+ color: #000000;
+ background-color: #c5f568;
+}
+h1.success,
+div.success {
+ border-color: #a2d246;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_success.png);
+ <?php } ?>
+}
+.success h1 {
+ border-color: #00FF00;
+}
+
+.notice {
+ color: #000000;
+ background-color: #ffdf5f;
+}
+h1.notice,
+div.notice {
+ border-color: #ff9600;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
+ <?php } ?>
+}
+.notice h1 {
+ border-color: #ffb10a;
+}
+
+.warning {
+ color: #fff;
+ background-color: #e97777;
+}
+p.warning,
+h1.warning,
+div.warning {
+ border-color: #CC0000;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
+ <?php } ?>
+}
+.warning h1 {
+ border-color: #cc0000;
+}
+
+.error {
+ background-color: #FFFFCC;
+ color: #ff0000;
+}
+
+h1.error,
+div.error {
+ border-color: #ff0000;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
+ <?php } ?>
+}
+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;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
+ background-repeat: no-repeat;
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
+ background-position: 5px 50%;
+ padding: 0.2em 0.2em 0.2em 25px;
+ <?php } else { ?>
+ background-position: 97% 50%;
+ padding: 0.2em 25px 0.2em 0.2em;
+ <?php } ?>
+ <?php } ?>
+}
+/* end messageboxes */
+
+
+.tblcomment {
+ font-size: 70%;
+ font-weight: normal;
+ color: #000099;
+}
+
+.tblHeaders {
+ font-weight: bold;
+ color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
+ background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
+}
+
+div.tools,
+.tblFooters {
+ font-weight: normal;
+ color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
+ 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: <?php echo $left; ?>;
+ width: 30em;
+ margin: 0 auto;
+}
+
+form.login label {
+ float: <?php echo $left; ?>;
+ 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: <?php echo $left; ?>;
+ 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;
+}
+
+
+<?php if ($GLOBALS['cfg']['LightTabs']) { ?>
+/* active tab */
+a.tabactive {
+ color: black;
+}
+<?php } else { ?>
+#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: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
+}
+
+/* to be able to cancel the bottom border, use <li class="active"> */
+ul#topmenu li.active {
+ border-bottom: 1pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
+}
+
+/* disabled drop/empty tabs */
+span.tab,
+a.warning,
+span.tabcaution {
+ cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
+}
+<?php } ?>
+/* 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: <?php echo $left; ?>;
+ margin-bottom: 0.5em;
+ margin-<?php echo $right; ?>: 0.5em;
+}
+
+div#tablestatistics table caption {
+ margin-<?php echo $right; ?>: 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: <?php echo $left; ?>;
+ display: block;
+ width: 10em;
+ max-width: 100%;
+ text-align: <?php echo $right; ?>;
+ padding-<?php echo $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: <?php echo $left; ?>;
+ display: block;
+ width: 12em;
+ max-width: 100%;
+ padding-<?php echo $right; ?>: 0.5em;
+}
+
+#fieldset_add_user_login input {
+ width: 12em;
+ clear: <?php echo $right; ?>;
+ max-width: 100%;
+}
+
+#fieldset_add_user_login span.options input {
+ width: auto;
+}
+
+#fieldset_user_priv div.item {
+ float: <?php echo $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: <?php echo $left; ?>;
+}
+/* END user privileges */
+
+
+/* serverstatus */
+div#serverstatus table caption a.top {
+ float: <?php echo $right; ?>;
+}
+
+div#serverstatus div#serverstatusqueriesdetails table,
+div#serverstatus table#serverstatustraffic,
+div#serverstatus table#serverstatusconnections {
+ float: <?php echo $left; ?>;
+}
+
+#serverstatussection,
+.clearfloat {
+ clear: both;
+}
+div#serverstatussection table {
+ width: 100%;
+ margin-bottom: 1em;
+}
+div#serverstatussection table .name {
+ width: 18em;
+}
+div#serverstatussection table .value {
+ width: 6em;
+}
+
+div#serverstatus table tbody td.descr a,
+div#serverstatus table .tblFooters a {
+ white-space: nowrap;
+}
+div#serverstatus div#statuslinks a:before,
+div#serverstatus div#sectionlinks a:before,
+div#serverstatus table tbody td.descr a:before,
+div#serverstatus table .tblFooters a:before {
+ content: '[';
+}
+div#serverstatus div#statuslinks a:after,
+div#serverstatus div#sectionlinks a:after,
+div#serverstatus table tbody td.descr a:after,
+div#serverstatus table .tblFooters a:after {
+ content: ']';
+}
+/* end serverstatus */
+
+/* querywindow */
+body#bodyquerywindow {
+ margin: 0;
+ padding: 0;
+ background-image: none;
+ background-color: #F5F5F5;
+}
+
+div#querywindowcontainer {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+}
+
+div#querywindowcontainer fieldset {
+ margin-top: 0;
+}
+/* END querywindow */
+
+
+/* querybox */
+
+div#sqlquerycontainer {
+ float: <?php echo $left; ?>;
+ width: 69%;
+ /* height: 15em; */
+}
+
+div#tablefieldscontainer {
+ float: <?php echo $right; ?>;
+ 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: <?php echo $left; ?>;
+ width: 49%;
+}
+
+#maincontainer ul {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
+ vertical-align: middle;
+}
+
+#maincontainer li {
+ margin-bottom: 0.3em;
+}
+/* END main page */
+
+
+<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
+/* iconic view for ul items */
+li#li_create_database {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
+}
+
+li#li_select_lang {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
+}
+
+li#li_select_mysql_collation,
+li#li_select_mysql_charset {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
+}
+
+li#li_select_theme{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
+}
+
+li#li_server_info,
+li#li_server_version{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
+}
+
+li#li_user_info{
+ /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
+}
+
+li#li_mysql_status{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
+}
+
+li#li_mysql_variables{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
+}
+
+li#li_mysql_processes{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
+}
+
+li#li_mysql_collations{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
+}
+
+li#li_mysql_engines{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
+}
+
+li#li_mysql_binlogs {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
+}
+
+li#li_mysql_databases {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
+}
+
+li#li_export {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
+}
+
+li#li_import {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
+}
+
+li#li_change_password {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
+}
+
+li#li_log_out {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
+}
+
+li#li_pma_docs,
+li#li_pma_wiki {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
+}
+
+li#li_phpinfo {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
+}
+
+li#li_pma_homepage {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
+}
+
+li#li_mysql_privilegs{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
+}
+
+li#li_switch_dbstats {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
+}
+
+li#li_flush_privileges {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
+}
+/* END iconic view for ul items */
+<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
+
+
+#body_browse_foreigners {
+ background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
+ margin: 0.5em 0.5em 0 0.5em;
+}
+
+#bodyquerywindow {
+ background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
+}
+
+#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: <?php echo $left; ?>;
+}
+
+#selflink {
+ clear: both;
+ display: block;
+ margin-top: 2em .2em;
+ background:#f3f3f3;
+ padding:10px;
+ text-align: <?php echo $right; ?>;
+}
+
+#table_innodb_bufferpool_usage,
+#table_innodb_bufferpool_activity {
+ float: <?php echo $left; ?>;
+}
+
+#div_mysql_charset_collations table {
+ float: <?php echo $left; ?>;
+}
+
+#div_table_order {
+ min-width: 48%;
+ float: <?php echo $left; ?>;
+}
+
+#div_table_rename {
+ min-width: 48%;
+ float: <?php echo $left; ?>;
+}
+
+#div_table_copy,
+#div_partition_maintenance,
+#div_referential_integrity,
+#div_table_maintenance {
+ min-width: 48%;
+ float: <?php echo $left; ?>;
+}
+
+#div_table_options {
+ clear: both;
+ min-width: 48%;
+ float: <?php echo $left; ?>;
+}
+
+#qbe_div_table_list {
+ float: <?php echo $left; ?>;
+}
+
+#qbe_div_sql_query {
+ float: <?php echo $left; ?>;
+}
+
+label.desc {
+ width: 30em;
+ float: <?php echo $left; ?>;
+}
+
+code.sql {
+ display: block;
+ padding: 0.3em;
+ margin-top: 0;
+ margin-bottom: 0;
+ /* border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 1px;*/
+ border-top: 0;
+ border-bottom: 0;
+ max-height: 10em;
+ overflow: auto;
+ background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
+}
+
+#main_pane_left {
+ width: 60%;
+ float: <?php echo $left; ?>;
+ padding-top: 1em;
+}
+
+#main_pane_right {
+ margin-<?php echo $left; ?>: 60%;
+ padding-top: 1em;
+ padding-<?php echo $left; ?>: 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 <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
+ margin-bottom: 0.3em;
+}
diff --git a/pmahomme/img/b_drop.png b/pmahomme/img/b_drop.png
new file mode 100644
index 0000000..0cfd585
Binary files /dev/null and b/pmahomme/img/b_drop.png differ
diff --git a/pmahomme/img/b_empty.png b/pmahomme/img/b_empty.png
new file mode 100644
index 0000000..afe22ba
Binary files /dev/null and b/pmahomme/img/b_empty.png differ
diff --git a/pmahomme/img/b_firstpage.png b/pmahomme/img/b_firstpage.png
new file mode 100644
index 0000000..15d1584
Binary files /dev/null and b/pmahomme/img/b_firstpage.png differ
diff --git a/pmahomme/img/b_lastpage.png b/pmahomme/img/b_lastpage.png
new file mode 100644
index 0000000..4a2f9d4
Binary files /dev/null and b/pmahomme/img/b_lastpage.png differ
diff --git a/pmahomme/img/b_select.png b/pmahomme/img/b_select.png
new file mode 100644
index 0000000..af4fe07
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 0000000..0f9ed4d
Binary files /dev/null and b/pmahomme/img/b_sql.png differ
diff --git a/pmahomme/img/body_bg.png b/pmahomme/img/body_bg.png
new file mode 100644
index 0000000..fd8700c
Binary files /dev/null and b/pmahomme/img/body_bg.png differ
diff --git a/pmahomme/img/input_bg.gif b/pmahomme/img/input_bg.gif
new file mode 100644
index 0000000..f170eeb
Binary files /dev/null and b/pmahomme/img/input_bg.gif differ
diff --git a/pmahomme/img/left_nav_bg.png b/pmahomme/img/left_nav_bg.png
new file mode 100644
index 0000000..629b501
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 0000000..7c64559
Binary files /dev/null and b/pmahomme/img/logo_left.png differ
diff --git a/pmahomme/img/s_asc.png b/pmahomme/img/s_asc.png
new file mode 100644
index 0000000..24df0f4
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 0000000..2fbdd69
Binary files /dev/null and b/pmahomme/img/s_asci.png differ
diff --git a/pmahomme/img/s_cancel2.png b/pmahomme/img/s_cancel2.png
new file mode 100644
index 0000000..bd6271b
Binary files /dev/null and b/pmahomme/img/s_cancel2.png differ
diff --git a/pmahomme/img/s_host.png b/pmahomme/img/s_host.png
new file mode 100644
index 0000000..9bc37dc
Binary files /dev/null and b/pmahomme/img/s_host.png differ
diff --git a/pmahomme/img/s_reload.png b/pmahomme/img/s_reload.png
new file mode 100644
index 0000000..46c75aa
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 0000000..c02f315
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 0000000..1128d3f
Binary files /dev/null and b/pmahomme/img/s_status.png differ
diff --git a/pmahomme/img/tab_bg.png b/pmahomme/img/tab_bg.png
new file mode 100644
index 0000000..fdb00c5
Binary files /dev/null and b/pmahomme/img/tab_bg.png differ
diff --git a/pmahomme/info.inc.php b/pmahomme/info.inc.php
new file mode 100644
index 0000000..30c1b7c
--- /dev/null
+++ b/pmahomme/info.inc.php
@@ -0,0 +1,11 @@
+<?php
+/*
+Theme created by Mike Homme http://www.mikehomme.com
+- Based off the current default phpMyAdmin theme
+- Uses Silk Icon set: http://www.famfamfam.com/lab/icons/silk/
+*/
+
+$theme_name = 'pmamhomme';
+$theme_full_version = '1.0';
+?>
+
diff --git a/pmahomme/layout.inc.php b/pmahomme/layout.inc.php
new file mode 100644
index 0000000..34bb012
--- /dev/null
+++ b/pmahomme/layout.inc.php
@@ -0,0 +1,116 @@
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * configures general layout
+ * for detailed layout configuration please refer to the css files
+ *
+ * @version $Id: layout.inc.php 10515 2007-07-22 16:22:54Z lem9 $
+ * @package phpMyAdmin-theme
+ * @subpackage Original
+ */
+
+/**
+ * navi frame
+ */
+// navi frame width
+$GLOBALS['cfg']['NaviWidth'] = 200;
+
+// foreground (text) color for the navi frame
+$GLOBALS['cfg']['NaviColor'] = '#000000';
+
+// background for the navi frame
+$GLOBALS['cfg']['NaviBackground'] = '#f3f3f3';
+
+// foreground (text) color of the pointer in navi frame
+$GLOBALS['cfg']['NaviPointerColor'] = '#000000';
+// background of the pointer in navi frame
+$GLOBALS['cfg']['NaviPointerBackground'] = '#ddd';
+// text color of the selected database name (when showing the table list)
+$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#0000FF';
+
+/**
+ * main frame
+ */
+// foreground (text) color for the main frame
+$GLOBALS['cfg']['MainColor'] = '#555';
+
+// background for the main frame
+$GLOBALS['cfg']['MainBackground'] = '#fff';
+//$GLOBALS['cfg']['MainBackground'] = '#F5F5F5 url(' . $_SESSION['PMA_Theme']->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 0000000..32194d9
Binary files /dev/null and b/pmahomme/screen.png differ
hooks/post-receive
--
phpMyAdmin themes
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. b0fa0379b2aa2539071415c24af7be3a443a7fd4
by Michal Čihař 26 Oct '10
by Michal Čihař 26 Oct '10
26 Oct '10
The branch, master has been updated
via b0fa0379b2aa2539071415c24af7be3a443a7fd4 (commit)
from ac60daf5e17669ec2a806807f90c3579f905d6cf (commit)
- Log -----------------------------------------------------------------
commit b0fa0379b2aa2539071415c24af7be3a443a7fd4
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Oct 26 13:35:46 2010 +0200
add pmahomme-1.0
-----------------------------------------------------------------------
Summary of changes:
data/themes.py | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/data/themes.py b/data/themes.py
index 52f7231..78da03e 100644
--- a/data/themes.py
+++ b/data/themes.py
@@ -183,6 +183,12 @@ THEMES = {
'info' : u'Very light and clear with white color and super Silk icons.',
'author': u'beholder',
},
+ 'pmahomme-1.0' : {
+ 'name': 'pmamhomme',
+ 'support' : '3.3',
+ 'info': u'Clean, modern and easy to use phpMyAdmin theme.',
+ 'author': 'Mike Homme',
+ }
}
TEMPLATE = {
'' : {
hooks/post-receive
--
phpMyAdmin website
1
0