New link design.
This commit is contained in:
@@ -11,12 +11,13 @@ $Source$
|
||||
* tbl_qbe.php3: code was broken and warnings.
|
||||
* user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
|
||||
changed when granting.
|
||||
* tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
|
||||
|
||||
2002-04-29 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
|
||||
file extensions of XML files in ZIP archives.
|
||||
* 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>
|
||||
* tbl_qbe.php3: corrections from Mike Beck for better joints
|
||||
|
@@ -18,7 +18,7 @@
|
||||
* 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.
|
||||
*/
|
||||
$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]['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]['controluser'] = ''; // MySQL control user settings
|
||||
$cfg['Servers'][$i]['controluser'] = 'pma'; // MySQL control user settings
|
||||
// (this user must have read-only
|
||||
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
|
||||
// and "mysql/db" tables)
|
||||
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
|
||||
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
|
||||
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
|
||||
$cfg['Servers'][$i]['user'] = ''; // MySQL user
|
||||
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
|
||||
// with 'config' auth_type)
|
||||
$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]['bookmarkdb'] = ''; // Bookmark db - 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
|
||||
|
||||
$i++;
|
||||
|
@@ -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: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.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}
|
||||
.warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
|
||||
//-->
|
||||
|
@@ -36,21 +36,21 @@ if ($num_rows > 0) {
|
||||
?>
|
||||
<p>
|
||||
[ <?php echo $lnk1 . "\n"; ?>
|
||||
<b><?php echo $strBrowse; ?></b><?php if ($lnk1) echo '</a>'; ?> ]
|
||||
[ <?php echo $lnk2 . "\n"; ?>
|
||||
<b><?php echo $strSelect; ?></b><?php if ($lnk2) echo '</a>'; ?> ]
|
||||
[ <a href="tbl_change.php3?<?php echo $url_query; ?>">
|
||||
<b><?php echo $strInsert; ?></b></a> ]
|
||||
[ <?php echo $lnk4 . "\n"; ?>
|
||||
<b><?php echo $strEmpty; ?></b><?php if ($lnk4) echo '</a>'; ?> ]
|
||||
[ <?php echo $lnk3 . "\n"; ?>
|
||||
<b><?php echo $strExport; ?></b><?php if ($lnk3) echo '</a>'; ?> ]
|
||||
[ <?php echo $lnk5 . "\n"; ?>
|
||||
<b><?php echo $strOperations; ?></b><?php if ($lnk5) echo '</a>'; ?> ]
|
||||
[ <?php echo $lnk6 . "\n"; ?>
|
||||
<b><?php echo $strOptions; ?></b><?php if ($lnk6) echo '</a>'; ?> ]
|
||||
[ <a href="sql.php3?<?php echo ereg_replace('tbl_properties.php3$', 'db_details.php3', $url_query); ?>&back=tbl_properties.php3&reload=1&sql_query=<?php echo urlencode('DROP TABLE ' . PMA_backquote($table)); ?>&zero_rows=<?php echo urlencode(sprintf($strTableHasBeenDropped, htmlspecialchars($table))); ?>"
|
||||
onclick="return confirmLink(this, 'DROP TABLE <?php echo PMA_jsFormat($table); ?>')">
|
||||
<b><?php echo $strDrop; ?></b></a> ]
|
||||
<b><?php echo $strBrowse; ?></b><?php if ($lnk1) echo '</a>'; ?> |
|
||||
<?php echo $lnk2 . "\n"; ?>
|
||||
<b><?php echo $strSelect; ?></b><?php if ($lnk2) echo '</a>'; ?> |
|
||||
<a href="tbl_change.php3?<?php echo $url_query; ?>">
|
||||
<b><?php echo $strInsert; ?></b></a> |
|
||||
<?php echo $lnk4 . "\n"; ?>
|
||||
<b><?php echo $strEmpty; ?></b><?php if ($lnk4) echo '</a>'; ?> |
|
||||
<?php echo $lnk3 . "\n"; ?>
|
||||
<b><?php echo $strExport; ?></b><?php if ($lnk3) echo '</a>'; ?> |
|
||||
<?php echo $lnk5 . "\n"; ?>
|
||||
<b><?php echo $strOperations; ?></b><?php if ($lnk5) echo '</a>'; ?> |
|
||||
<?php echo $lnk6 . "\n"; ?>
|
||||
<b><?php echo $strOptions; ?></b><?php if ($lnk6) echo '</a>'; ?> ]
|
||||
[<a href="sql.php3?<?php echo ereg_replace('tbl_properties.php3$', 'db_details.php3', $url_query); ?>&back=tbl_properties.php3&reload=1&sql_query=<?php echo urlencode('DROP TABLE ' . PMA_backquote($table)); ?>&zero_rows=<?php echo urlencode(sprintf($strTableHasBeenDropped, htmlspecialchars($table))); ?>"
|
||||
class="drop" onclick="return confirmLink(this, 'DROP TABLE <?php echo PMA_jsFormat($table); ?>')">
|
||||
<b><?php echo $strDrop; ?></b> </a>]
|
||||
</p>
|
||||
<hr />
|
||||
|
Reference in New Issue
Block a user