24 |

25 |
26 | Welcome to phpMyAdmin
27 |
28 |
97 |
98 |
99 |
100 |
101 |
ERROR: Invalid Login Attempt
102 |
103 |
104 |
125 |
126 |
127 |
151 |
152 |
153 |
154 |
155 |
--------------------------------------------------------------------------------
/phpmyadmin-interactive/log.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gfoss/phpmyadmin_honeypot/d0e0e46d9415deb37ac6592d1cf98b4ac96da786/phpmyadmin-interactive/log.txt
--------------------------------------------------------------------------------
/phpmyadmin-interactive/login.php:
--------------------------------------------------------------------------------
1 |
24 |
--------------------------------------------------------------------------------
/phpmyadmin-interactive/master-config/phpinfo.php:
--------------------------------------------------------------------------------
1 |
30 |
--------------------------------------------------------------------------------
/phpmyadmin-interactive/master-config/phpmyadmin_files/ajax_clock_small.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gfoss/phpmyadmin_honeypot/d0e0e46d9415deb37ac6592d1cf98b4ac96da786/phpmyadmin-interactive/master-config/phpmyadmin_files/ajax_clock_small.gif
--------------------------------------------------------------------------------
/phpmyadmin-interactive/master-config/phpmyadmin_files/dot.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gfoss/phpmyadmin_honeypot/d0e0e46d9415deb37ac6592d1cf98b4ac96da786/phpmyadmin-interactive/master-config/phpmyadmin_files/dot.gif
--------------------------------------------------------------------------------
/phpmyadmin-interactive/master-config/phpmyadmin_files/get_image.js.php:
--------------------------------------------------------------------------------
1 | /**
2 | * Returns an HTML IMG tag for a particular image from a theme,
3 | * which may be an actual file or an icon from a sprite
4 | *
5 | * @param string image The name of the file to get
6 | * @param string alternate Used to set 'alt' and 'title' attributes of the image
7 | * @param object attributes An associative array of other attributes
8 | *
9 | * @return Object The requested image, this object has two methods:
10 | * .toString() - Returns the IMG tag for the requested image
11 | * .attr(name) - Returns a particular attribute of the IMG
12 | * tag given it's name
13 | * .attr(name, value) - Sets a particular attribute of the IMG
14 | * tag to the given value
15 | * And one property:
16 | * .isSprite - Whether the image is a sprite or not
17 | */
18 | function PMA_getImage(image, alternate, attributes) {
19 | var in_array = function (needle, haystack) {
20 | for (var i in haystack) {
21 | if (haystack[i] == needle) {
22 | return true;
23 | }
24 | }
25 | return false;
26 | };
27 | var sprites = [
28 | 'asc_order',
29 | 'b_bookmark',
30 | 'b_browse',
31 | 'b_calendar',
32 | 'b_chart',
33 | 'b_close',
34 | 'b_column_add',
35 | 'b_comment',
36 | 'b_dbstatistics',
37 | 'b_deltbl',
38 | 'b_docs',
39 | 'b_docsql',
40 | 'b_drop',
41 | 'b_edit',
42 | 'b_empty',
43 | 'b_engine',
44 | 'b_event_add',
45 | 'b_events',
46 | 'b_export',
47 | 'b_find_replace',
48 | 'b_firstpage',
49 | 'b_ftext',
50 | 'b_group',
51 | 'b_help',
52 | 'b_home',
53 | 'b_import',
54 | 'b_index',
55 | 'b_index_add',
56 | 'b_info',
57 | 'b_inline_edit',
58 | 'b_insrow',
59 | 'b_lastpage',
60 | 'b_minus',
61 | 'b_more',
62 | 'b_move',
63 | 'b_newdb',
64 | 'b_newtbl',
65 | 'b_nextpage',
66 | 'b_pdfdoc',
67 | 'b_plus',
68 | 'b_prevpage',
69 | 'b_primary',
70 | 'b_print',
71 | 'b_props',
72 | 'b_relations',
73 | 'b_routine_add',
74 | 'b_routines',
75 | 'b_save',
76 | 'b_sbrowse',
77 | 'b_sdb',
78 | 'b_search',
79 | 'b_selboard',
80 | 'b_select',
81 | 'b_snewtbl',
82 | 'b_spatial',
83 | 'b_sql',
84 | 'b_sqldoc',
85 | 'b_sqlhelp',
86 | 'b_table_add',
87 | 'b_tblanalyse',
88 | 'b_tblexport',
89 | 'b_tblimport',
90 | 'b_tblops',
91 | 'b_tbloptimize',
92 | 'b_tipp',
93 | 'b_trigger_add',
94 | 'b_triggers',
95 | 'b_undo',
96 | 'b_unique',
97 | 'b_usradd',
98 | 'b_usrcheck',
99 | 'b_usrdrop',
100 | 'b_usredit',
101 | 'b_usrlist',
102 | 'b_view',
103 | 'b_view_add',
104 | 'b_views',
105 | 'bd_browse',
106 | 'bd_deltbl',
107 | 'bd_drop',
108 | 'bd_edit',
109 | 'bd_empty',
110 | 'bd_export',
111 | 'bd_firstpage',
112 | 'bd_ftext',
113 | 'bd_index',
114 | 'bd_insrow',
115 | 'bd_lastpage',
116 | 'bd_nextpage',
117 | 'bd_prevpage',
118 | 'bd_primary',
119 | 'bd_sbrowse',
120 | 'bd_select',
121 | 'bd_spatial',
122 | 'bd_unique',
123 | 'col_drop',
124 | 'database',
125 | 'eye',
126 | 'eye_grey',
127 | 'item',
128 | 'lightbulb',
129 | 'lightbulb_off',
130 | 'more',
131 | 'new_data',
132 | 'new_data_hovered',
133 | 'new_data_selected',
134 | 'new_data_selected_hovered',
135 | 'new_struct',
136 | 'new_struct_hovered',
137 | 'new_struct_selected',
138 | 'new_struct_selected_hovered',
139 | 'pause',
140 | 'php_sym',
141 | 'play',
142 | 's_asc',
143 | 's_asci',
144 | 's_attention',
145 | 's_cancel',
146 | 's_cancel2',
147 | 's_cog',
148 | 's_db',
149 | 's_desc',
150 | 's_error',
151 | 's_error2',
152 | 's_host',
153 | 's_info',
154 | 's_lang',
155 | 's_loggoff',
156 | 's_notice',
157 | 's_okay',
158 | 's_passwd',
159 | 's_process',
160 | 's_really',
161 | 's_reload',
162 | 's_replication',
163 | 's_rights',
164 | 's_sortable',
165 | 's_status',
166 | 's_success',
167 | 's_sync',
168 | 's_tbl',
169 | 's_theme',
170 | 's_top',
171 | 's_vars',
172 | 's_views',
173 | 'window-new'
174 | ];
175 | // custom image object, it will eventually be returned by this functions
176 | var retval = {
177 | data: {
178 | // this is private
179 | alt: '',
180 | title: '',
181 | src: (typeof PMA_TEST_THEME == 'undefined' ? '' : '../')
182 | + 'themes/dot.gif'
183 | },
184 | isSprite: true,
185 | attr: function (name, value) {
186 | if (value == undefined) {
187 | if (this.data[name] == undefined) {
188 | return '';
189 | } else {
190 | return this.data[name];
191 | }
192 | } else {
193 | this.data[name] = value;
194 | }
195 | },
196 | toString: function () {
197 | var retval = '<' + 'img';
198 | for (var i in this.data) {
199 | retval += ' ' + i + '="' + this.data[i] + '"';
200 | }
201 | retval += ' /' + '>';
202 | return retval;
203 | }
204 | };
205 | // initialise missing parameters
206 | if (attributes == undefined) {
207 | attributes = {};
208 | }
209 | if (alternate == undefined) {
210 | alternate = '';
211 | }
212 | // set alt
213 | if (attributes.alt != undefined) {
214 | retval.attr('alt', attributes.alt);
215 | } else {
216 | retval.attr('alt', alternate);
217 | }
218 | // set title
219 | if (attributes.title != undefined) {
220 | retval.attr('title', attributes.title);
221 | } else {
222 | retval.attr('title', alternate);
223 | }
224 | // set src
225 | var klass = image.replace('.gif', '').replace('.png', '');
226 | if (in_array(klass, sprites)) {
227 | // it's an icon from a sprite
228 | retval.attr('class', 'icon ic_' + klass);
229 | } else {
230 | // it's an image file
231 | retval.isSprite = false;
232 | retval.attr(
233 | 'src',
234 | "./themes/pmahomme/img/" + image
235 | );
236 | }
237 | // set all other attrubutes
238 | for (var i in attributes) {
239 | if (i == 'src') {
240 | // do not allow to override the 'src' attribute
241 | continue;
242 | } else if (i == 'class') {
243 | retval.attr(i, retval.attr('class') + ' ' + attributes[i]);
244 | } else {
245 | retval.attr(i, attributes[i]);
246 | }
247 | }
248 |
249 | return retval;
250 | }
251 | //
252 |
--------------------------------------------------------------------------------
/phpmyadmin-interactive/master-config/phpmyadmin_files/get_scripts.js.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gfoss/phpmyadmin_honeypot/d0e0e46d9415deb37ac6592d1cf98b4ac96da786/phpmyadmin-interactive/master-config/phpmyadmin_files/get_scripts.js.php
--------------------------------------------------------------------------------
/phpmyadmin-interactive/master-config/phpmyadmin_files/jquery-ui-1.9.2.custom.css:
--------------------------------------------------------------------------------
1 | /*! jQuery UI - v1.9.2 - 2012-12-19
2 | * http://jqueryui.com
3 | * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
4 | * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
5 | * Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
6 |
7 | /* Layout helpers
8 | ----------------------------------*/
9 | .ui-helper-hidden { display: none; }
10 | .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
11 | .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
12 | .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
13 | .ui-helper-clearfix:after { clear: both; }
14 | .ui-helper-clearfix { zoom: 1; }
15 | .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
16 |
17 |
18 | /* Interaction Cues
19 | ----------------------------------*/
20 | .ui-state-disabled { cursor: default !important; }
21 |
22 |
23 | /* Icons
24 | ----------------------------------*/
25 |
26 | /* states and images */
27 | .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
28 |
29 |
30 | /* Misc visuals
31 | ----------------------------------*/
32 |
33 | /* Overlays */
34 | .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
35 | .ui-resizable { position: relative;}
36 | .ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
37 | .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
38 | .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
39 | .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
40 | .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
41 | .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
42 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
43 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
44 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
45 | .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
46 | .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
47 | .ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
48 | .ui-accordion .ui-accordion-noicons { padding-left: .7em; }
49 | .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
50 | .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
51 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
52 | .ui-autocomplete {
53 | position: absolute;
54 | top: 0;
55 | left: 0;
56 | cursor: default;
57 | }
58 |
59 | /* workarounds */
60 | * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
61 | .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
62 | .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
63 | .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
64 | button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
65 | .ui-button-icons-only { width: 3.4em; }
66 | button.ui-button-icons-only { width: 3.7em; }
67 |
68 | /*button text element */
69 | .ui-button .ui-button-text { display: block; line-height: 1.4; }
70 | .ui-button-text-only .ui-button-text { padding: .4em 1em; }
71 | .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
72 | .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
73 | .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
74 | .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
75 | /* no icon support for input elements, provide padding by default */
76 | input.ui-button { padding: .4em 1em; }
77 |
78 | /*button icon element(s) */
79 | .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
80 | .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
81 | .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
82 | .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
83 | .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
84 |
85 | /*button sets*/
86 | .ui-buttonset { margin-right: 7px; }
87 | .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
88 |
89 | /* workarounds */
90 | button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
91 | .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
92 | .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
93 | .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
94 | .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
95 | .ui-datepicker .ui-datepicker-prev { left:2px; }
96 | .ui-datepicker .ui-datepicker-next { right:2px; }
97 | .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
98 | .ui-datepicker .ui-datepicker-next-hover { right:1px; }
99 | .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
100 | .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
101 | .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
102 | .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
103 | .ui-datepicker select.ui-datepicker-month,
104 | .ui-datepicker select.ui-datepicker-year { width: 49%;}
105 | .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
106 | .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
107 | .ui-datepicker td { border: 0; padding: 1px; }
108 | .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
109 | .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
110 | .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
111 | .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
112 |
113 | /* with multiple calendars */
114 | .ui-datepicker.ui-datepicker-multi { width:auto; }
115 | .ui-datepicker-multi .ui-datepicker-group { float:left; }
116 | .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
117 | .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
118 | .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
119 | .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
120 | .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
121 | .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
122 | .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
123 | .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
124 |
125 | /* RTL support */
126 | .ui-datepicker-rtl { direction: rtl; }
127 | .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
128 | .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
129 | .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
130 | .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
131 | .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
132 | .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
133 | .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
134 | .ui-datepicker-rtl .ui-datepicker-group { float:right; }
135 | .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
136 | .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
137 |
138 | /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
139 | .ui-datepicker-cover {
140 | position: absolute; /*must have*/
141 | z-index: -1; /*must have*/
142 | filter: mask(); /*must have*/
143 | top: -4px; /*must have*/
144 | left: -4px; /*must have*/
145 | width: 200px; /*must have*/
146 | height: 200px; /*must have*/
147 | }.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
148 | .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
149 | .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
150 | .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
151 | .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
152 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
153 | .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
154 | .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
155 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
156 | .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
157 | .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
158 | .ui-draggable .ui-dialog-titlebar { cursor: move; }
159 | .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
160 | .ui-menu .ui-menu { margin-top: -3px; position: absolute; }
161 | .ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
162 | .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
163 | .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
164 | .ui-menu .ui-menu-item a.ui-state-focus,
165 | .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
166 |
167 | .ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
168 | .ui-menu .ui-state-disabled a { cursor: default; }
169 |
170 | /* icon support */
171 | .ui-menu-icons { position: relative; }
172 | .ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
173 |
174 | /* left-aligned */
175 | .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
176 |
177 | /* right-aligned */
178 | .ui-menu .ui-menu-icon { position: static; float: right; }
179 | .ui-progressbar { height:2em; text-align: left; overflow: hidden; }
180 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
181 | .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
182 | .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
183 |
184 | .ui-slider-horizontal { height: .8em; }
185 | .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
186 | .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
187 | .ui-slider-horizontal .ui-slider-range-min { left: 0; }
188 | .ui-slider-horizontal .ui-slider-range-max { right: 0; }
189 |
190 | .ui-slider-vertical { width: .8em; height: 100px; }
191 | .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
192 | .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
193 | .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
194 | .ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
195 | .ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
196 | .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
197 | .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
198 | .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
199 | .ui-spinner-up { top: 0; }
200 | .ui-spinner-down { bottom: 0; }
201 |
202 | /* TR overrides */
203 | .ui-spinner .ui-icon-triangle-1-s {
204 | /* need to fix icons sprite */
205 | background-position:-65px -16px;
206 | }
207 | .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
208 | .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
209 | .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
210 | .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
211 | .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
212 | .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
213 | .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
214 | .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
215 | .ui-tooltip {
216 | padding: 8px;
217 | position: absolute;
218 | z-index: 9999;
219 | max-width: 300px;
220 | -webkit-box-shadow: 0 0 5px #aaa;
221 | box-shadow: 0 0 5px #aaa;
222 | }
223 | /* Fades and background-images don't work well together in IE6, drop the image */
224 | * html .ui-tooltip {
225 | background-image: none;
226 | }
227 | body .ui-tooltip { border-width: 2px; }
228 |
229 | /* Component containers
230 | ----------------------------------*/
231 | .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
232 | .ui-widget .ui-widget { font-size: 1em; }
233 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
234 | .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
235 | .ui-widget-content a { color: #222222; }
236 | .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
237 | .ui-widget-header a { color: #222222; }
238 |
239 | /* Interaction states
240 | ----------------------------------*/
241 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
242 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
243 | .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
244 | .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
245 | .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
246 | .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
247 |
248 | /* Interaction Cues
249 | ----------------------------------*/
250 | .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
251 | .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
252 | .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
253 | .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
254 | .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
255 | .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
256 | .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
257 | .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
258 | .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
259 |
260 | /* Icons
261 | ----------------------------------*/
262 |
263 | /* states and images */
264 | .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
265 | .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
266 | .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
267 | .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
268 | .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
269 | .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
270 | .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
271 | .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
272 |
273 | /* positioning */
274 | .ui-icon-carat-1-n { background-position: 0 0; }
275 | .ui-icon-carat-1-ne { background-position: -16px 0; }
276 | .ui-icon-carat-1-e { background-position: -32px 0; }
277 | .ui-icon-carat-1-se { background-position: -48px 0; }
278 | .ui-icon-carat-1-s { background-position: -64px 0; }
279 | .ui-icon-carat-1-sw { background-position: -80px 0; }
280 | .ui-icon-carat-1-w { background-position: -96px 0; }
281 | .ui-icon-carat-1-nw { background-position: -112px 0; }
282 | .ui-icon-carat-2-n-s { background-position: -128px 0; }
283 | .ui-icon-carat-2-e-w { background-position: -144px 0; }
284 | .ui-icon-triangle-1-n { background-position: 0 -16px; }
285 | .ui-icon-triangle-1-ne { background-position: -16px -16px; }
286 | .ui-icon-triangle-1-e { background-position: -32px -16px; }
287 | .ui-icon-triangle-1-se { background-position: -48px -16px; }
288 | .ui-icon-triangle-1-s { background-position: -64px -16px; }
289 | .ui-icon-triangle-1-sw { background-position: -80px -16px; }
290 | .ui-icon-triangle-1-w { background-position: -96px -16px; }
291 | .ui-icon-triangle-1-nw { background-position: -112px -16px; }
292 | .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
293 | .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
294 | .ui-icon-arrow-1-n { background-position: 0 -32px; }
295 | .ui-icon-arrow-1-ne { background-position: -16px -32px; }
296 | .ui-icon-arrow-1-e { background-position: -32px -32px; }
297 | .ui-icon-arrow-1-se { background-position: -48px -32px; }
298 | .ui-icon-arrow-1-s { background-position: -64px -32px; }
299 | .ui-icon-arrow-1-sw { background-position: -80px -32px; }
300 | .ui-icon-arrow-1-w { background-position: -96px -32px; }
301 | .ui-icon-arrow-1-nw { background-position: -112px -32px; }
302 | .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
303 | .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
304 | .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
305 | .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
306 | .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
307 | .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
308 | .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
309 | .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
310 | .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
311 | .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
312 | .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
313 | .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
314 | .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
315 | .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
316 | .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
317 | .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
318 | .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
319 | .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
320 | .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
321 | .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
322 | .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
323 | .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
324 | .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
325 | .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
326 | .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
327 | .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
328 | .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
329 | .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
330 | .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
331 | .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
332 | .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
333 | .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
334 | .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
335 | .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
336 | .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
337 | .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
338 | .ui-icon-arrow-4 { background-position: 0 -80px; }
339 | .ui-icon-arrow-4-diag { background-position: -16px -80px; }
340 | .ui-icon-extlink { background-position: -32px -80px; }
341 | .ui-icon-newwin { background-position: -48px -80px; }
342 | .ui-icon-refresh { background-position: -64px -80px; }
343 | .ui-icon-shuffle { background-position: -80px -80px; }
344 | .ui-icon-transfer-e-w { background-position: -96px -80px; }
345 | .ui-icon-transferthick-e-w { background-position: -112px -80px; }
346 | .ui-icon-folder-collapsed { background-position: 0 -96px; }
347 | .ui-icon-folder-open { background-position: -16px -96px; }
348 | .ui-icon-document { background-position: -32px -96px; }
349 | .ui-icon-document-b { background-position: -48px -96px; }
350 | .ui-icon-note { background-position: -64px -96px; }
351 | .ui-icon-mail-closed { background-position: -80px -96px; }
352 | .ui-icon-mail-open { background-position: -96px -96px; }
353 | .ui-icon-suitcase { background-position: -112px -96px; }
354 | .ui-icon-comment { background-position: -128px -96px; }
355 | .ui-icon-person { background-position: -144px -96px; }
356 | .ui-icon-print { background-position: -160px -96px; }
357 | .ui-icon-trash { background-position: -176px -96px; }
358 | .ui-icon-locked { background-position: -192px -96px; }
359 | .ui-icon-unlocked { background-position: -208px -96px; }
360 | .ui-icon-bookmark { background-position: -224px -96px; }
361 | .ui-icon-tag { background-position: -240px -96px; }
362 | .ui-icon-home { background-position: 0 -112px; }
363 | .ui-icon-flag { background-position: -16px -112px; }
364 | .ui-icon-calendar { background-position: -32px -112px; }
365 | .ui-icon-cart { background-position: -48px -112px; }
366 | .ui-icon-pencil { background-position: -64px -112px; }
367 | .ui-icon-clock { background-position: -80px -112px; }
368 | .ui-icon-disk { background-position: -96px -112px; }
369 | .ui-icon-calculator { background-position: -112px -112px; }
370 | .ui-icon-zoomin { background-position: -128px -112px; }
371 | .ui-icon-zoomout { background-position: -144px -112px; }
372 | .ui-icon-search { background-position: -160px -112px; }
373 | .ui-icon-wrench { background-position: -176px -112px; }
374 | .ui-icon-gear { background-position: -192px -112px; }
375 | .ui-icon-heart { background-position: -208px -112px; }
376 | .ui-icon-star { background-position: -224px -112px; }
377 | .ui-icon-link { background-position: -240px -112px; }
378 | .ui-icon-cancel { background-position: 0 -128px; }
379 | .ui-icon-plus { background-position: -16px -128px; }
380 | .ui-icon-plusthick { background-position: -32px -128px; }
381 | .ui-icon-minus { background-position: -48px -128px; }
382 | .ui-icon-minusthick { background-position: -64px -128px; }
383 | .ui-icon-close { background-position: -80px -128px; }
384 | .ui-icon-closethick { background-position: -96px -128px; }
385 | .ui-icon-key { background-position: -112px -128px; }
386 | .ui-icon-lightbulb { background-position: -128px -128px; }
387 | .ui-icon-scissors { background-position: -144px -128px; }
388 | .ui-icon-clipboard { background-position: -160px -128px; }
389 | .ui-icon-copy { background-position: -176px -128px; }
390 | .ui-icon-contact { background-position: -192px -128px; }
391 | .ui-icon-image { background-position: -208px -128px; }
392 | .ui-icon-video { background-position: -224px -128px; }
393 | .ui-icon-script { background-position: -240px -128px; }
394 | .ui-icon-alert { background-position: 0 -144px; }
395 | .ui-icon-info { background-position: -16px -144px; }
396 | .ui-icon-notice { background-position: -32px -144px; }
397 | .ui-icon-help { background-position: -48px -144px; }
398 | .ui-icon-check { background-position: -64px -144px; }
399 | .ui-icon-bullet { background-position: -80px -144px; }
400 | .ui-icon-radio-on { background-position: -96px -144px; }
401 | .ui-icon-radio-off { background-position: -112px -144px; }
402 | .ui-icon-pin-w { background-position: -128px -144px; }
403 | .ui-icon-pin-s { background-position: -144px -144px; }
404 | .ui-icon-play { background-position: 0 -160px; }
405 | .ui-icon-pause { background-position: -16px -160px; }
406 | .ui-icon-seek-next { background-position: -32px -160px; }
407 | .ui-icon-seek-prev { background-position: -48px -160px; }
408 | .ui-icon-seek-end { background-position: -64px -160px; }
409 | .ui-icon-seek-start { background-position: -80px -160px; }
410 | /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
411 | .ui-icon-seek-first { background-position: -80px -160px; }
412 | .ui-icon-stop { background-position: -96px -160px; }
413 | .ui-icon-eject { background-position: -112px -160px; }
414 | .ui-icon-volume-off { background-position: -128px -160px; }
415 | .ui-icon-volume-on { background-position: -144px -160px; }
416 | .ui-icon-power { background-position: 0 -176px; }
417 | .ui-icon-signal-diag { background-position: -16px -176px; }
418 | .ui-icon-signal { background-position: -32px -176px; }
419 | .ui-icon-battery-0 { background-position: -48px -176px; }
420 | .ui-icon-battery-1 { background-position: -64px -176px; }
421 | .ui-icon-battery-2 { background-position: -80px -176px; }
422 | .ui-icon-battery-3 { background-position: -96px -176px; }
423 | .ui-icon-circle-plus { background-position: 0 -192px; }
424 | .ui-icon-circle-minus { background-position: -16px -192px; }
425 | .ui-icon-circle-close { background-position: -32px -192px; }
426 | .ui-icon-circle-triangle-e { background-position: -48px -192px; }
427 | .ui-icon-circle-triangle-s { background-position: -64px -192px; }
428 | .ui-icon-circle-triangle-w { background-position: -80px -192px; }
429 | .ui-icon-circle-triangle-n { background-position: -96px -192px; }
430 | .ui-icon-circle-arrow-e { background-position: -112px -192px; }
431 | .ui-icon-circle-arrow-s { background-position: -128px -192px; }
432 | .ui-icon-circle-arrow-w { background-position: -144px -192px; }
433 | .ui-icon-circle-arrow-n { background-position: -160px -192px; }
434 | .ui-icon-circle-zoomin { background-position: -176px -192px; }
435 | .ui-icon-circle-zoomout { background-position: -192px -192px; }
436 | .ui-icon-circle-check { background-position: -208px -192px; }
437 | .ui-icon-circlesmall-plus { background-position: 0 -208px; }
438 | .ui-icon-circlesmall-minus { background-position: -16px -208px; }
439 | .ui-icon-circlesmall-close { background-position: -32px -208px; }
440 | .ui-icon-squaresmall-plus { background-position: -48px -208px; }
441 | .ui-icon-squaresmall-minus { background-position: -64px -208px; }
442 | .ui-icon-squaresmall-close { background-position: -80px -208px; }
443 | .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
444 | .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
445 | .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
446 | .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
447 | .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
448 | .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
449 |
450 |
451 | /* Misc visuals
452 | ----------------------------------*/
453 |
454 | /* Corner radius */
455 | .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
456 | .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
457 | .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
458 | .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
459 |
460 | /* Overlays */
461 | .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
462 | .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
--------------------------------------------------------------------------------
/phpmyadmin-interactive/master-config/phpmyadmin_files/logo_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/gfoss/phpmyadmin_honeypot/d0e0e46d9415deb37ac6592d1cf98b4ac96da786/phpmyadmin-interactive/master-config/phpmyadmin_files/logo_left.png
--------------------------------------------------------------------------------
/phpmyadmin-interactive/master-config/phpmyadmin_files/messages.php:
--------------------------------------------------------------------------------
1 | var PMA_messages = new Array();
2 | PMA_messages['strNoDropDatabases'] = "\"DROP DATABASE\" statements are disabled.";
3 | PMA_messages['strConfirm'] = "Confirm";
4 | PMA_messages['strDoYouReally'] = "Do you really want to execute \"%s\"?";
5 | PMA_messages['strDropDatabaseStrongWarning'] = "You are about to DESTROY a complete database!";
6 | PMA_messages['strDropTableStrongWarning'] = "You are about to DESTROY a complete table!";
7 | PMA_messages['strTruncateTableStrongWarning'] = "You are about to TRUNCATE a complete table!";
8 | PMA_messages['strDeleteTrackingData'] = "Delete tracking data for this table";
9 | PMA_messages['strDeletingTrackingData'] = "Deleting tracking data";
10 | PMA_messages['strDroppingPrimaryKeyIndex'] = "Dropping Primary Key/Index";
11 | PMA_messages['strOperationTakesLongTime'] = "This operation could take a long time. Proceed anyway?";
12 | PMA_messages['strDropUserGroupWarning'] = "Do you really want to delete user group \"%s\"?";
13 | PMA_messages['strConfirmDeleteQBESearch'] = "Do you really want to delete the search \"%s\"?";
14 | PMA_messages['strFormEmpty'] = "Missing value in the form!";
15 | PMA_messages['strEnterValidNumber'] = "Please enter a valid number!";
16 | PMA_messages['strEnterValidLength'] = "Please enter a valid length!";
17 | PMA_messages['strAddIndex'] = "Add Index";
18 | PMA_messages['strEditIndex'] = "Edit Index";
19 | PMA_messages['strAddToIndex'] = "Add %s column(s) to index";
20 | PMA_messages['strYValues'] = "Y Values";
21 | PMA_messages['strHostEmpty'] = "The host name is empty!";
22 | PMA_messages['strUserEmpty'] = "The user name is empty!";
23 | PMA_messages['strPasswordEmpty'] = "The password is empty!";
24 | PMA_messages['strPasswordNotSame'] = "The passwords aren\'t the same!";
25 | PMA_messages['strRemovingSelectedUsers'] = "Removing Selected Users";
26 | PMA_messages['strClose'] = "Close";
27 | PMA_messages['strOther'] = "Other";
28 | PMA_messages['strThousandsSeparator'] = ",";
29 | PMA_messages['strDecimalSeparator'] = ".";
30 | PMA_messages['strChartConnectionsTitle'] = "Connections / Processes";
31 | PMA_messages['strIncompatibleMonitorConfig'] = "Local monitor configuration incompatible!";
32 | PMA_messages['strIncompatibleMonitorConfigDescription'] = "The chart arrangement configuration in your browsers local storage is not compatible anymore to the newer version of the monitor dialog. It is very likely that your current configuration will not work anymore. Please reset your configuration to default in the