New link design.

This commit is contained in:
Alexander M. Turek
2002-04-29 20:48:11 +00:00
parent c6122c2bdd
commit e1cadd90e1
4 changed files with 26 additions and 22 deletions

View File

@@ -11,12 +11,13 @@ $Source$
* tbl_qbe.php3: code was broken and warnings. * tbl_qbe.php3: code was broken and warnings.
* user_details.php3, line 1343: fixed bug #549887 - Db name with "\_" * user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
changed when granting. changed when granting.
* tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
2002-04-29 Alexander M. Turek <rabus@users.sourceforge.net> 2002-04-29 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_dump.php3, lines 347, 348: Fixed a bug concerning the * tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
file extensions of XML files in ZIP archives. file extensions of XML files in ZIP archives.
* lang/german.inc.php3: Translated $strOptions. * lang/german.inc.php3: Translated $strOptions.
* tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
* header.inc.php3, tbl_properties_links.php3: New link design.
2002-04-29 Marc Delisle <lem9@users.sourceforge.net> 2002-04-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_qbe.php3: corrections from Mike Beck for better joints * tbl_qbe.php3: corrections from Mike Beck for better joints

View File

@@ -18,7 +18,7 @@
* It must contain characters that are valid for a URL, and the path is * It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers. * case sensitive on some Web servers, for example Unix-based servers.
*/ */
$cfg['PmaAbsoluteUri'] = ''; $cfg['PmaAbsoluteUri'] = 'http://rabus.rus-net.de/';
/** /**
@@ -32,12 +32,12 @@ $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port $cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket $cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket') $cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings $cfg['Servers'][$i]['controluser'] = 'pma'; // MySQL control user settings
// (this user must have read-only // (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user" $cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables) // and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user $cfg['Servers'][$i]['user'] = ''; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type) // with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only $cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
@@ -48,7 +48,7 @@ $cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
$cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname $cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
$cfg['Servers'][$i]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support $cfg['Servers'][$i]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
$cfg['Servers'][$i]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support $cfg['Servers'][$i]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support
$cfg['Servers'][$i]['relation'] = ''; // table to describe the relation between links (see doc) $cfg['Servers'][$i]['relation'] = 'relation'; // table to describe the relation between links (see doc)
// - leave blank for no relation-links support // - leave blank for no relation-links support
$i++; $i++;

View File

@@ -75,6 +75,9 @@ a.nav:hover {font-family: <?php echo $right_font_family; ?>; color: #FF0000}
a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000} a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000} a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #FF0000} a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #FF0000}
a.drop:link {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
a.drop:visited {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff; background-color:#ff0000; text-decoration:none}
.nav {font-family: <?php echo $right_font_family; ?>; color: #000000} .nav {font-family: <?php echo $right_font_family; ?>; color: #000000}
.warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000} .warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
//--> //-->

View File

@@ -36,21 +36,21 @@ if ($num_rows > 0) {
?> ?>
<p> <p>
[ <?php echo $lnk1 . "\n"; ?> [ <?php echo $lnk1 . "\n"; ?>
<b><?php echo $strBrowse; ?></b><?php if ($lnk1) echo '</a>'; ?> ]&nbsp;&nbsp;&nbsp; <b><?php echo $strBrowse; ?></b><?php if ($lnk1) echo '</a>'; ?>&nbsp;|
[ <?php echo $lnk2 . "\n"; ?> <?php echo $lnk2 . "\n"; ?>
<b><?php echo $strSelect; ?></b><?php if ($lnk2) echo '</a>'; ?> ]&nbsp;&nbsp;&nbsp; <b><?php echo $strSelect; ?></b><?php if ($lnk2) echo '</a>'; ?>&nbsp;|
[ <a href="tbl_change.php3?<?php echo $url_query; ?>"> <a href="tbl_change.php3?<?php echo $url_query; ?>">
<b><?php echo $strInsert; ?></b></a> ]&nbsp;&nbsp;&nbsp; <b><?php echo $strInsert; ?></b></a>&nbsp;|
[ <?php echo $lnk4 . "\n"; ?> <?php echo $lnk4 . "\n"; ?>
<b><?php echo $strEmpty; ?></b><?php if ($lnk4) echo '</a>'; ?> ]&nbsp;&nbsp;&nbsp; <b><?php echo $strEmpty; ?></b><?php if ($lnk4) echo '</a>'; ?>&nbsp;|
[ <?php echo $lnk3 . "\n"; ?> <?php echo $lnk3 . "\n"; ?>
<b><?php echo $strExport; ?></b><?php if ($lnk3) echo '</a>'; ?> ]&nbsp;&nbsp;&nbsp; <b><?php echo $strExport; ?></b><?php if ($lnk3) echo '</a>'; ?>&nbsp;|
[ <?php echo $lnk5 . "\n"; ?> <?php echo $lnk5 . "\n"; ?>
<b><?php echo $strOperations; ?></b><?php if ($lnk5) echo '</a>'; ?> ]&nbsp;&nbsp;&nbsp; <b><?php echo $strOperations; ?></b><?php if ($lnk5) echo '</a>'; ?>&nbsp;|
[ <?php echo $lnk6 . "\n"; ?> <?php echo $lnk6 . "\n"; ?>
<b><?php echo $strOptions; ?></b><?php if ($lnk6) echo '</a>'; ?> ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b><?php echo $strOptions; ?></b><?php if ($lnk6) echo '</a>'; ?>&nbsp;]&nbsp;&nbsp;&nbsp;
[ <a href="sql.php3?<?php echo ereg_replace('tbl_properties.php3$', 'db_details.php3', $url_query); ?>&amp;back=tbl_properties.php3&amp;reload=1&amp;sql_query=<?php echo urlencode('DROP TABLE ' . PMA_backquote($table)); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strTableHasBeenDropped, htmlspecialchars($table))); ?>" [<a href="sql.php3?<?php echo ereg_replace('tbl_properties.php3$', 'db_details.php3', $url_query); ?>&amp;back=tbl_properties.php3&amp;reload=1&amp;sql_query=<?php echo urlencode('DROP TABLE ' . PMA_backquote($table)); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strTableHasBeenDropped, htmlspecialchars($table))); ?>"
onclick="return confirmLink(this, 'DROP TABLE <?php echo PMA_jsFormat($table); ?>')"> class="drop" onclick="return confirmLink(this, 'DROP TABLE <?php echo PMA_jsFormat($table); ?>')">
<b><?php echo $strDrop; ?></b></a> ] <b><?php echo $strDrop; ?></b> </a>]
</p> </p>
<hr /> <hr />