Unneeded wrapping of jQuery object
[phpmyadmin-themes.git] / navigation.php
blob8c2b65c2a3eff0e5d6b0900b2373b60ca40db827
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * the navigation frame - displays server, db and table selection tree
6 * @package phpMyAdmin
7 * @uses $GLOBALS['pma']->databases
8 * @uses $GLOBALS['server']
9 * @uses $GLOBALS['db']
10 * @uses $GLOBALS['table']
11 * @uses $GLOBALS['available_languages']
12 * @uses $GLOBALS['lang']
13 * @uses $GLOBALS['text_dir']
14 * @uses $GLOBALS['charset']
15 * @uses $GLOBALS['pmaThemeImage']
16 * @uses $GLOBALS['cfg']['LeftFrameLight']
17 * @uses $GLOBALS['cfg']['ShowTooltip']
18 * @uses $GLOBALS['cfg']['ShowTooltipAliasDB']
19 * @uses $GLOBALS['cfg']['DefaultTabDatabase']
20 * @uses $GLOBALS['cfgRelation']['commwork']) {
21 * @uses PMA_List_Database::getSingleItem()
22 * @uses PMA_List_Database::getHtmlSelectGrouped()
23 * @uses PMA_List_Database::getGroupedDetails()
24 * @uses PMA_generate_common_url()
25 * @uses PMA_generate_common_hidden_inputs()
26 * @uses PMA_getDbComment();
27 * @uses PMA_getTableCount()
28 * @uses PMA_getTableList()
29 * @uses PMA_getRelationsParam()
30 * @uses PMA_outBufferPre()
31 * @uses strlen()
32 * @uses session_write_close()
33 * @uses is_array()
34 * @uses implode()
35 * @uses htmlspecialchars()
38 /**
39 * Gets a core script and starts output buffering work
41 require_once './libraries/common.inc.php';
43 /**
44 * finish and cleanup navigation.php script execution, only to be used in navigation.php
46 * @uses $GLOBALS['controllink'] to close it
47 * @uses $GLOBALS['userlink'] to close it
48 * @access private
50 function PMA_exitNavigationFrame()
52 echo '</body></html>';
53 exit;
56 // keep the offset of the db list in session before closing it
57 if (! isset($_SESSION['tmp_user_values']['navi_limit_offset'])) {
58 $_SESSION['tmp_user_values']['navi_limit_offset'] = 0;
60 if (! isset($_SESSION['tmp_user_values']['table_limit_offset']) || $_SESSION['tmp_user_values']['table_limit_offset_db'] != $db) {
61 $_SESSION['tmp_user_values']['table_limit_offset'] = 0;
62 $_SESSION['tmp_user_values']['table_limit_offset_db'] = $db;
64 if (isset($_REQUEST['pos'])) {
65 if (isset($_REQUEST['tpos'])) {
66 $_SESSION['tmp_user_values']['table_limit_offset'] = (int) $_REQUEST['pos'];
68 else {
69 $_SESSION['tmp_user_values']['navi_limit_offset'] = (int) $_REQUEST['pos'];
72 $pos = $_SESSION['tmp_user_values']['navi_limit_offset'];
73 $tpos = $_SESSION['tmp_user_values']['table_limit_offset'];
74 // free the session file, for the other frames to be loaded
75 // but only if debugging is not enabled
76 if (empty($_SESSION['debug'])) {
77 session_write_close();
80 /**
81 * the output compression library
83 require_once './libraries/ob.lib.php';
85 PMA_outBufferPre();
88 * selects the database if there is only one on current server
90 if ($GLOBALS['server'] && ! strlen($GLOBALS['db'])) {
91 $GLOBALS['db'] = $GLOBALS['pma']->databases->getSingleItem();
94 $db_start = $GLOBALS['db'];
96 /**
97 * the relation settings
99 $cfgRelation = PMA_getRelationsParam();
102 * For re-usability, moved http-headers to a seperate file.
103 * It can now be included by libraries/header.inc.php, querywindow.php.
105 require_once './libraries/header_http.inc.php';
108 * Displays the frame
110 // xml declaration moves IE into quirks mode, making much trouble with CSS
111 /* echo '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?>'; */
113 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
114 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
115 <html xmlns="http://www.w3.org/1999/xhtml"
116 xml:lang="<?php echo $available_languages[$lang][1]; ?>"
117 lang="<?php echo $available_languages[$lang][1]; ?>"
118 dir="<?php echo $GLOBALS['text_dir']; ?>">
120 <head>
121 <link rel="icon" href="./favicon.ico" type="image/x-icon" />
122 <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
123 <title>phpMyAdmin</title>
124 <meta http-equiv="Content-Type"
125 content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
126 <base target="frame_content" />
127 <link rel="stylesheet" type="text/css"
128 href="phpmyadmin.css.php?<?php echo PMA_generate_common_url('', ''); ?>&amp;js_frame=left&amp;nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
129 <script src="./js/jquery/jquery-1.4.4.js" type="text/javascript"></script>
130 <script type="text/javascript" src="js/navigation.js"></script>
131 <script type="text/javascript" src="js/functions.js"></script>
132 <script type="text/javascript">
133 // <![CDATA[
134 var image_minus = '<?php echo $GLOBALS['pmaThemeImage']; ?>b_minus.png';
135 var image_plus = '<?php echo $GLOBALS['pmaThemeImage']; ?>b_plus.png';
137 // INIT PMA_setFrameSize
138 var onloadCnt = 0;
139 var onLoadHandler = window.onload;
140 var resizeHandler = window.onresize;
141 window.document.onresize = resizeHandler;
142 window.onload = function() {
143 if (onloadCnt == 0) {
144 if (typeof(onLoadHandler) == "function") {
145 onLoadHandler();
147 if (typeof(PMA_setFrameSize) != 'undefined' && typeof(PMA_setFrameSize) == 'function') {
148 PMA_setFrameSize();
150 onloadCnt++;
153 window.onresize = function() {
154 if (typeof(resizeHandler) == "function") {
155 resizeHandler();
157 if (typeof(PMA_saveFrameSize) != 'undefined' && typeof(PMA_saveFrameSize) == 'function') {
158 PMA_saveFrameSize();
161 // ]]>
162 </script>
163 <?php
165 * remove horizontal scroll bar bug in IE 6 by forcing a vertical scroll bar
168 <!--[if IE 6]>
169 <style type="text/css">
170 /* <![CDATA[ */
171 html {
172 overflow-y: scroll;
174 /* ]]> */
175 </style>
176 <![endif]-->
177 </head>
179 <body id="body_leftFrame">
180 <?php
181 require './libraries/navigation_header.inc.php';
182 if (! $GLOBALS['server']) {
183 // no server selected
184 PMA_exitNavigationFrame();
185 } elseif (! count($GLOBALS['pma']->databases)) {
186 // no database available, so we break here
187 echo '<p>' . __('No databases') . '</p>';
188 PMA_exitNavigationFrame();
189 } elseif ($GLOBALS['cfg']['LeftFrameLight'] && count($GLOBALS['pma']->databases) > 1) {
190 $list = $cfg['DisplayDatabasesList'];
191 if ($list === 'auto') {
192 if (empty($GLOBALS['db'])) {
193 $list = true;
194 } else {
195 $list = false;
198 if (!$list) {
199 // more than one database available and LeftFrameLight is true
200 // display db selectbox
202 // Light mode -> beginning of the select combo for databases
203 // Note: When javascript is active, the frameset will be changed from
204 // within navigation.php. With no JS (<noscript>) the whole frameset will
205 // be rebuilt with the new target frame.
208 <div id="databaseList">
209 <form method="post" action="index.php" target="_parent" id="left">
210 <?php
211 echo PMA_generate_common_hidden_inputs() . "\n";
212 echo $GLOBALS['pma']->databases->getHtmlSelectGrouped(true, $_SESSION['tmp_user_values']['navi_limit_offset'], $GLOBALS['cfg']['MaxDbList']) . "\n";
213 echo '<noscript>' . "\n"
214 .'<input type="submit" name="Go" value="' . __('Go') . '" />' . "\n"
215 .'</noscript>' . "\n"
216 .'</form>' . "\n"
217 . '</div>' . "\n";
218 } else {
219 echo $GLOBALS['pma']->databases->getHtmlListGrouped(true, $_SESSION['tmp_user_values']['navi_limit_offset'], $GLOBALS['cfg']['MaxDbList']) . "\n";
221 $_url_params = array('pos' => $pos);
222 PMA_listNavigator(count($GLOBALS['pma']->databases), $pos, $_url_params, 'navigation.php', 'frame_navigation', $GLOBALS['cfg']['MaxDbList']);
226 <div id="left_tableList">
227 <?php
228 // Don't display expansible/collapsible database info if:
229 // 1. $GLOBALS['server'] == 0 (no server selected)
230 // This is the case when there are multiple servers and
231 // '$GLOBALS['cfg']['ServerDefault'] = 0' is set. In that case, we want the welcome
232 // screen to appear with no database info displayed.
233 // 2. there is only one database available (ie either only one database exists
234 // or $GLOBALS['cfg']['Servers']['only_db'] is defined and is not an array)
235 // In this case, the database should not be collapsible/expandable
237 $img_plus = '<img class="icon" id="el%dImg" src="' . $pmaThemeImage . 'b_plus.png"'
238 .' width="9" height="9" alt="+" />';
239 $img_minus = '<img class="icon" id="el%dImg" src="' . $pmaThemeImage . 'b_minus.png"'
240 .' width="9" height="9" alt="-" />';
242 $href_left = '<a onclick="if (toggle(\'%d\')) return false;"'
243 .' href="navigation.php?%s" target="_self">';
245 $element_counter = 0;
248 if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
249 $table_list = PMA_getTableList($GLOBALS['db']);
250 $table_count = count($table_list);
252 // show selected databasename as link to DefaultTabDatabase-page
253 // with table count in ()
254 $common_url_query = PMA_generate_common_url($GLOBALS['db']);
256 $db_tooltip = '';
258 if ($GLOBALS['cfg']['ShowTooltip']
259 && $GLOBALS['cfgRelation']['commwork']) {
260 $_db_tooltip = PMA_getDbComment($GLOBALS['db']);
261 if ($_db_tooltip) {
262 $db_tooltip = $_db_tooltip;
266 $disp_name = $GLOBALS['db'];
267 if ($db_tooltip && $GLOBALS['cfg']['ShowTooltipAliasDB']) {
268 $disp_name = $db_tooltip;
269 $disp_name_cut = $db_tooltip;
270 $db_tooltip = $GLOBALS['db'];
273 if ($table_count >= $GLOBALS['cfg']['LeftDisplayTableFilterMinimum']) {
275 <span id="NavFilter">
276 <span id="clear_fast_filter" title="<?php echo __('Clear'); ?>">X</span>
277 <input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="<?php echo __('filter tables by name'); ?>" />
278 </span>
279 <?php
283 * This helps reducing the navi panel size; in the right panel,
284 * user can find a navigator to page thru all tables.
287 $table_list = array_slice($table_list, $tpos, $cfg['MaxTableList']);
288 if (! empty($table_list)) {
289 // upper table list paginator
290 if (count($table_list) <= $GLOBALS['cfg']['MaxTableList'] && $table_count > $GLOBALS['cfg']['MaxTableList']) {
291 $_url_params = array(
292 'tpos' => 'true',
293 'pos' => $tpos,
294 'db' => $GLOBALS['db']
296 PMA_listNavigator($table_count, $tpos, $_url_params, 'navigation.php', 'frame_navigation', $GLOBALS['cfg']['MaxTableList']);
298 PMA_displayTableList($table_list, true, '', $GLOBALS['db']);
299 // lower table list paginator
300 if (count($table_list) <= $GLOBALS['cfg']['MaxTableList'] && $table_count > $GLOBALS['cfg']['MaxTableList']) {
301 PMA_listNavigator($table_count, $tpos, $_url_params, 'navigation.php', 'frame_navigation', $GLOBALS['cfg']['MaxTableList']);
303 } else {
304 echo __('No tables found in database.');
306 unset($table_list);
307 echo '<ul id="newtable"><li><a target="frame_content" href="tbl_create.php' . PMA_generate_common_url(array('db' => $GLOBALS['db'])) . '">'
308 .'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_snewtbl.png" id="icon_newtable" width="10" height="10" alt="' . _pgettext('short form', 'Create table') . '" />'
309 . _pgettext('short form', 'Create table') . '</a></li></ul>';
310 } elseif ($GLOBALS['cfg']['LeftFrameLight']) {
311 echo '<p>' . __('Please select a database') . '</p>';
312 } else {
313 echo '<div id="databaseList">' . "\n";
314 $_url_params = array('pos' => $pos);
315 PMA_listNavigator(count($GLOBALS['pma']->databases), $pos, $_url_params, 'navigation.php', 'frame_navigation', $GLOBALS['cfg']['MaxDbList']);
316 echo '</div>' . "\n";
318 $common_url_query = PMA_generate_common_url();
319 PMA_displayDbList($GLOBALS['pma']->databases->getGroupedDetails($_SESSION['tmp_user_values']['navi_limit_offset'],$GLOBALS['cfg']['MaxDbList']), $_SESSION['tmp_user_values']['navi_limit_offset'],$GLOBALS['cfg']['MaxDbList']);
323 * displays collapsable db list
325 * @uses $_REQUEST['dbgroup']
326 * @uses $GLOBALS['cfg']['DefaultTabDatabase']
327 * @uses strpos()
328 * @uses urlencode()
329 * @uses printf()
330 * @uses htmlspecialchars()
331 * @uses PMA_generate_common_url()
332 * @uses PMA_getTableList()
333 * @uses PMA_displayTableList()
334 * @global integer $element_counter
335 * @global string $img_minus
336 * @global string $img_plus
337 * @global string $href_left
338 * @global string $db_start
339 * @global string $common_url_query
340 * @param array $ext_dblist extended db list
341 * @param integer $offset
342 * @param integer $count
344 function PMA_displayDbList($ext_dblist, $offset, $count) {
345 global $element_counter, $img_minus, $img_plus, $href_left,
346 $db_start, $common_url_query;
348 // get table list, for all databases
349 // doing this in one step takes advantage of a single query with information_schema!
350 $tables_full = PMA_DBI_get_tables_full($GLOBALS['pma']->databases->getLimitedItems($offset, $count));
352 $url_dbgroup = '';
353 echo '<ul id="leftdatabaselist">';
354 $close_db_group = false;
355 foreach ($ext_dblist as $group => $db_group) {
356 if (count($GLOBALS['pma']->databases) > 1) {
357 if ($close_db_group) {
358 $url_dbgroup = '';
359 echo '</ul>';
360 echo '</li>';
361 $close_db_group = false;
363 if (count($db_group) > 1) {
364 $close_db_group = true;
365 $url_dbgroup = '&amp;dbgroup=' . urlencode($group);
366 $common_url_query = PMA_generate_common_url() . $url_dbgroup;
367 $element_counter++;
368 echo '<li class="dbgroup">';
369 if ((! empty($_REQUEST['dbgroup']) && $_REQUEST['dbgroup'] == $group)
370 || $db_start == $group || strpos($db_start, $group) === 0) {
371 // display + only if this db(group) is not preselected
372 printf($href_left, $element_counter, PMA_generate_common_url());
373 printf($img_minus, $element_counter);
374 } else {
375 printf($href_left, $element_counter, $common_url_query);
376 printf($img_plus, $element_counter);
378 echo '</a> ' . $group . "\n";
379 if ((! empty($_REQUEST['dbgroup']) && $_REQUEST['dbgroup'] == $group)
380 || $db_start == $group || strpos($db_start, $group) === 0) {
381 echo '<ul id="subel' . $element_counter . '">' . "\n";
382 } else {
383 echo '<ul id="subel' . $element_counter . '"'
384 .' style="display: none">' . "\n";
388 foreach ($db_group as $db) {
389 $common_url_query = PMA_generate_common_url($db['name']) . $url_dbgroup;
391 $element_counter++;
392 // Displays the database name
393 echo '<li>' . "\n";
395 if (count($GLOBALS['pma']->databases) > 1) {
396 // only with more than one db we need collapse ...
397 if ($db_start != $db['name'] || $db['num_tables'] < 1) {
398 // display + only if this db is not preselected
399 // or table count is 0
400 printf($href_left, $element_counter, $common_url_query);
401 printf($img_plus, $element_counter);
402 } else {
403 printf($href_left, $element_counter,
404 PMA_generate_common_url() . $url_dbgroup);
405 printf($img_minus, $element_counter);
407 echo '</a>';
409 // ... and we need to refresh both frames on db selection
411 <a class="item"
412 id="<?php echo htmlspecialchars($db['name']); ?>"
413 href="index.php?<?php echo $common_url_query; ?>"
414 target="_parent"
415 title="<?php echo htmlspecialchars($db['comment']); ?>"
416 onclick="
417 if (! toggle('<?php echo $element_counter; ?>', true))
418 window.parent.goTo('./navigation.php?<?php echo $common_url_query; ?>');
419 window.parent.goTo('./<?php echo $GLOBALS['cfg']['DefaultTabDatabase']
420 . '?' . $common_url_query; ?>', 'main');
421 return false;">
422 <?php
423 if ($GLOBALS['text_dir'] === 'rtl') {
424 echo ' <bdo dir="ltr">(' . $db['num_tables'] . ')</bdo> ';
426 echo htmlspecialchars($db['disp_name']);
427 if ($GLOBALS['text_dir'] === 'ltr') {
428 echo ' <bdo dir="ltr">(' . $db['num_tables'] . ')</bdo> ';
431 </a>
432 <?php
433 } else {
434 // with only 1 db available we dont need to refresh left frame
435 // on db selection, only phpmain
437 <a href="<?php echo $GLOBALS['cfg']['DefaultTabDatabase']
438 . '?' . $common_url_query; ?>"
439 id="<?php echo htmlspecialchars($db['name']); ?>"
440 title="<?php echo htmlspecialchars($db['comment']); ?>">
441 <?php
442 if ($GLOBALS['text_dir'] === 'rtl') {
443 echo ' <bdo dir="ltr">(' . $db['num_tables'] . ')</bdo> ';
445 echo htmlspecialchars($db['disp_name']);
446 if ($GLOBALS['text_dir'] === 'ltr') {
447 echo ' <bdo dir="ltr">(' . $db['num_tables'] . ')</bdo> ';
450 </a>
451 <?php
453 if ($db['num_tables']) {
454 if (isset($tables_full[$db['name']])) {
455 $tables = PMA_getTableList($db['name'], $tables_full[$db['name']]);
456 } elseif (isset($tables_full[strtolower($db['name'])])) {
457 // on windows with lower_case_table_names = 1
458 // MySQL returns
459 // with SHOW DATABASES or information_schema.SCHEMATA: `Test`
460 // but information_schema.TABLES gives `test`
461 // bug #1436171
462 // sf.net/tracker/?func=detail&aid=1436171&group_id=23067&atid=377408
463 $tables = PMA_getTableList($db['name'], $tables_full[strtolower($db['name'])]);
464 } else {
465 $tables = PMA_getTableList($db['name']);
467 $child_visible =
468 (bool) (count($GLOBALS['pma']->databases) === 1 || $db_start == $db['name']);
469 PMA_displayTableList($tables, $child_visible, '', $db['name']);
470 } elseif ($GLOBALS['cfg']['LeftFrameLight']) {
471 // no tables and LeftFrameLight:
472 // display message no tables in selected db
473 echo '<p>' . __('Please select a database') . '</p>' . "\n";
475 echo '</li>' . "\n";
476 } // end foreach db
477 } // end foreach group
479 if ($close_db_group) {
480 $url_dbgroup = '';
481 echo '</ul>';
482 echo '</li>';
483 $close_db_group = false;
486 echo '</ul>' . "\n";
490 * display unordered list of tables
491 * calls itself recursively if table in given list
492 * is a list itself
494 * @uses is_array()
495 * @uses count()
496 * @uses urlencode()
497 * @uses strpos()
498 * @uses printf()
499 * @uses htmlspecialchars()
500 * @uses strlen()
501 * @uses is_array()
502 * @uses PMA_displayTableList()
503 * @uses $_REQUEST['tbl_group']
504 * @uses $GLOBALS['common_url_query']
505 * @uses $GLOBALS['table']
506 * @uses $GLOBALS['pmaThemeImage']
507 * @uses $GLOBALS['cfg']['LeftFrameTableSeparator']
508 * @uses $GLOBALS['cfg']['DefaultTabDatabase']
509 * @uses $GLOBALS['cfg']['DefaultTabTable']
510 * @global integer the element counter
511 * @global string html code for '-' image
512 * @global string html code for '+' image
513 * @global string html code for self link
514 * @param array $tables array of tables/tablegroups
515 * @param boolean $visible whether the list is visible or not
516 * @param string $tab_group_full full tab group name
517 * @param string $table_db db of this table
519 function PMA_displayTableList($tables, $visible = false,
520 $tab_group_full = '', $table_db = '')
522 if (! is_array($tables) || count($tables) === 0) {
523 return;
526 global $element_counter, $img_minus, $img_plus, $href_left;
527 $sep = $GLOBALS['cfg']['LeftFrameTableSeparator'];
529 if ($visible) {
530 echo '<ul id="subel' . $element_counter . '">';
531 } else {
532 echo '<ul id="subel' . $element_counter . '" style="display: none">';
534 foreach ($tables as $group => $table) {
535 // only allow grouping if the group has more than 1 table
536 if (isset($table['is' . $sep . 'group']) && $table['tab' . $sep . 'count'] > 1) {
537 $common_url_query = $GLOBALS['common_url_query']
538 . '&amp;tbl_group=' . urlencode($tab_group_full . $group);
540 $element_counter++;
541 echo '<li>' . "\n";
542 if ($visible
543 && ((isset($_REQUEST['tbl_group'])
544 && (strpos($_REQUEST['tbl_group'], $group) === 0
545 || strpos($_REQUEST['tbl_group'], $sep . $group) !== false))
546 || strpos($GLOBALS['table'], $group) === 0)) {
547 printf($href_left, $element_counter,
548 $GLOBALS['common_url_query'] . '&amp;tbl_group=' . $tab_group_full);
549 printf($img_minus, $element_counter);
550 } else {
551 printf($href_left, $element_counter, $common_url_query);
552 printf($img_plus, $element_counter);
554 echo '</a>';
556 <a href="index.php?<?php echo $common_url_query; ?>"
557 target="_parent"
558 onclick="
559 if (! toggle('<?php echo $element_counter; ?>', true))
560 window.parent.goTo('./navigation.php?<?php echo $common_url_query; ?>');
561 window.parent.goTo('./<?php echo $GLOBALS['cfg']['DefaultTabDatabase']
562 . '?' . $common_url_query; ?>', 'main');
563 return false;">
564 <?php
565 if ($GLOBALS['text_dir'] === 'rtl') {
566 echo ' <bdo dir="ltr">(' . $table['tab' . $sep . 'count'] . ')</bdo> ';
568 echo htmlspecialchars(substr($group, 0, strlen($group) - strlen($sep)));
569 if ($GLOBALS['text_dir'] === 'ltr') {
570 echo ' <bdo dir="ltr">(' . $table['tab' . $sep . 'count'] . ')</bdo> ';
573 </a>
574 <?php
576 unset($table['is' . $sep . 'group']);
577 unset($table['tab' . $sep . 'group']);
578 unset($table['tab' . $sep . 'count']);
580 if ($visible &&
581 ((isset($_REQUEST['tbl_group'])
582 && (strpos($_REQUEST['tbl_group'], $group) === 0
583 || strpos($_REQUEST['tbl_group'], $sep . $group) !== false))
584 || strpos($GLOBALS['table'], $group) === 0)) {
585 PMA_displayTableList($table, true,
586 $tab_group_full . $group, $table_db);
587 } else {
588 PMA_displayTableList($table, false, '', $table_db);
590 echo '</li>' . "\n";
591 } elseif (is_array($table)) {
592 // the table was not grouped because it is the only one with its prefix
593 while (isset($table['is' . $sep . 'group'])) {
594 // get the array with the actual table information
595 foreach ($table as $value) {
596 if(is_array($value)) {
597 $table = $value;
601 $link_title = PMA_getTitleForTarget($GLOBALS['cfg']['LeftDefaultTabTable']);
602 // quick access icon next to each table name
603 echo '<li>' . "\n";
604 echo '<a class="tableicon" title="'
605 . htmlspecialchars($link_title)
606 . ': ' . htmlspecialchars($table['Comment'])
607 .' (' . PMA_formatNumber($table['Rows'], 0) . ' ' . __('Rows') . ')"'
608 .' id="quick_' . htmlspecialchars($table_db . '.' . $table['Name']) . '"'
609 .' href="' . $GLOBALS['cfg']['LeftDefaultTabTable'] . '?'
610 . $GLOBALS['common_url_query']
611 .'&amp;table=' . urlencode($table['Name'])
612 .'&amp;goto=' . $GLOBALS['cfg']['LeftDefaultTabTable']
613 . '" >'
614 .'<img class="icon"';
615 if ('VIEW' === strtoupper($table['Comment'])) {
616 echo ' src="' . $GLOBALS['pmaThemeImage'] . 's_views.png"';
617 } else {
618 echo ' src="' . $GLOBALS['pmaThemeImage'] . 'b_sbrowse.png"';
620 echo ' id="icon_' . htmlspecialchars($table_db . '.' . $table['Name']) . '"'
621 .' width="10" height="10" alt="' . htmlspecialchars($link_title) . '" /></a>' . "\n";
623 // link for the table name itself
624 $href = $GLOBALS['cfg']['DefaultTabTable'] . '?'
625 .$GLOBALS['common_url_query'] . '&amp;table='
626 .urlencode($table['Name']) . '&amp;pos=0';
627 echo '<a href="' . $href
628 . '" title="' . htmlspecialchars(PMA_getTitleForTarget($GLOBALS['cfg']['DefaultTabTable']) . ': ' . $table['Comment']
629 .' (' . PMA_formatNumber($table['Rows'], 0) . ' ' . __('Rows')) . ')"'
630 .' id="' . htmlspecialchars($table_db . '.' . $table['Name']) . '">'
631 // preserve spaces in table name
632 . str_replace(' ', '&nbsp;', htmlspecialchars($table['disp_name'])) . '</a>';
633 echo '</li>' . "\n";
636 echo '</ul>';
639 echo '</div>' . "\n";
641 PMA_exitNavigationFrame();