<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<title>phpMyAdmin</title>
<base href="http://pokus.cic/phpMyAdmin/" />
<style type="text/css">
<!--
body {font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: #000000; background-color: #F5F5F5}
pre, tt {font-size: small}
th {font-family: arial, helvetica, geneva, sans-serif; font-size: small; font-weight: bold; color: #000000; background-color: #D3DCE3}
td {font-family: arial, helvetica, geneva, sans-serif; font-size: small}
form {font-family: arial, helvetica, geneva, sans-serif; font-size: small}
input {font-family: arial, helvetica, geneva, sans-serif; font-size: small}
input.textfield {font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: #000000; background-color: #FFFFFF}
select {font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: #000000; background-color: #FFFFFF}
textarea {font-family: arial, helvetica, geneva, sans-serif; font-size: small; color: #000000; background-color: #FFFFFF}
h1 {font-family: arial, helvetica, geneva, sans-serif; font-size: large; font-weight: bold}
a:link {font-family: arial, helvetica, geneva, sans-serif; font-size: small; text-decoration: none; color: #0000FF}
a:visited {font-family: arial, helvetica, geneva, sans-serif; font-size: small; text-decoration: none; color: #0000FF}
a:hover {font-family: arial, helvetica, geneva, sans-serif; font-size: small; text-decoration: underline; color: #FF0000}
a.nav:link {font-family: arial, helvetica, geneva, sans-serif; color: #000000}
a.nav:visited {font-family: arial, helvetica, geneva, sans-serif; color: #000000}
a.nav:hover {font-family: arial, helvetica, geneva, sans-serif; color: #FF0000}
a.h1:link {font-family: arial, helvetica, geneva, sans-serif; font-size: large; font-weight: bold; color: #000000}
a.h1:visited {font-family: arial, helvetica, geneva, sans-serif; font-size: large; font-weight: bold; color: #000000}
a.h1:hover {font-family: arial, helvetica, geneva, sans-serif; font-size: large; font-weight: bold; color: #FF0000}
a.drop:link {font-family: arial, helvetica, geneva, sans-serif; color: #ff0000}
a.drop:visited {font-family: arial, helvetica, geneva, sans-serif; color: #ff0000}
a.drop:hover {font-family: arial, helvetica, geneva, sans-serif; color: #ffffff; background-color:#ff0000; text-decoration:none}
.nav {font-family: arial, helvetica, geneva, sans-serif; color: #000000}
.warning {font-family: arial, helvetica, geneva, sans-serif; font-size: small; font-weight: bold; color: #FF0000}
//-->
</style>
<script type="text/javascript" language="javascript">
<!--
// Updates the title of the frameset if possible (ns4 does not allow this)
if (typeof(parent.document.title) == 'string') {
parent.document.title = 'test.test running on localhost - phpMyAdmin 2.3.0-dev';
}
// js form validation stuff
var errorMsg0 = 'Missing value in the form !';
var errorMsg1 = 'This is not a number!';
var errorMsg2 = ' is not a valid row number!';
var noDropDbMsg = '"DROP DATABASE" statements are disabled.';
var confirmMsg = 'Do you really want to ';
/**
* Ensures the choice between 'transmit', 'zipped', 'gzipped' and 'bzipped'
* checkboxes is consistant
*
* @param object changed element
*
* @return boolean always true
*/
function checkDumpSQL(theElm)
{
var formElts = theElm.form.elements;
if (formElts['sql_structure'].checked || formElts['sql_data'].checked) {
return true;
} else {
return false;
// theElm.checked = true;
}
} // end of the 'checkDumpSQL()' function
//-->
</script>
<script src="libraries/functions.js" type="text/javascript" language="javascript"></script>
</head>
<body bgcolor="#F5F5F5" background="images/bkg.gif">
<h1>
Database <i><a class="h1" href="db_details.php3?lang=en-utf8&server=1&db=test">test</a></i>
- table <i><a class="h1" href="tbl_properties.php3?lang=en-utf8&server=1&db=test&table=test">test</a></i>
running on <i>localhost</i>
</h1>
<!-- first browse links -->
<p>
[
<a href="tbl_properties.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3">
<b>SQL</b></a> |
<a href="sql.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3&sql_query=SELECT+%2A+FROM+%60test%60&pos=0">
<b>Browse</b></a> |
<a href="tbl_properties_structure.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3">
<b>Structure</b></a> |
<a href="tbl_select.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3">
<b>Select</b></a> |
<a href="tbl_change.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3">
<b>Insert</b></a> |
<a href="sql.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3&sql_query=DELETE+FROM+%60test%60&zero_rows=Table+test+has+been+emptied"
onclick="return confirmLink(this, 'DELETE FROM `test`')">
<b>Empty</b></a> |
<a href="tbl_properties_export.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3">
<b>Export</b></a> |
<a href="tbl_properties_operations.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3">
<b>Operations</b></a> |
<a href="tbl_properties_options.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=tbl_properties.php3">
<b>Options</b></a>
]
[
<a href="sql.php3?lang=en-utf8&convcharset=iso-8859-2&server=1&db=test&table=test&goto=db_details.php3&back=tbl_properties' . $sub_part . '.php3&reload=1&sql_query=DROP+TABLE+%60test%60&zero_rows=Table+test+has+been+dropped"
class="drop" onclick="return confirmLink(this, 'DROP TABLE `test`')">
<b>Drop</b></a>
]
</p>
<hr />
<!-- Table comment -->
<p><i>
Table comment
</i></p>
<!-- Dump of a table -->
<p align="center">
View dump (schema) of table
</p>
<form method="post" action="tbl_dump.php3" name="tbl_dump">
<input type="hidden" name="server" value="1" />
<input type="hidden" name="lang" value="en-utf8" />
<input type="hidden" name="convcharset" value="iso-8859-2" />
<input type="hidden" name="db" value="test" />
<input type="hidden" name="table" value="test" />
<fieldset>
<legend>Format<br/></legend>
<!-- SQL -->
<input type="radio" name="what" value="sql" id="radio_dump_sql" checked="checked" />
<label for="radio_dump_sql">SQL</label> <br />
<!-- For structure -->
<fieldset style="margin-left:2em;">
<legend><label><input type="checkbox" name="sql_structure" value="1" checked id="checkbox_structure" onclick="return checkDumpSQL(this)"/>Structure</label><br/></legend>
<input type="checkbox" name="drop" value="1" id="checkbox_dump_drop" />
<label for="checkbox_dump_drop">Add 'drop table'</label><br />
<input type="checkbox" name="use_backquotes" value="1" id="checkbox_dump_use_backquotes" />
<label for="checkbox_dump_use_backquotes">Enclose table and field names with backquotes</label><br />
</fieldset>
<br />
<!-- For data -->
<fieldset style="margin-left:2em;">
<legend><label><input type="checkbox" name="sql_data" value="1" checked id="checkbox_data" onclick="return checkDumpSQL(this)" />Data</label><br/></legend>
<input type="checkbox" name="showcolumns" value="yes" id="checkbox_dump_showcolumns" />
<label for="checkbox_dump_showcolumns">Complete inserts</label><br />
<input type="checkbox" name="extended_ins" value="yes" id="checkbox_dump_extended_ins" />
<label for="checkbox_dump_extended_ins">Extended inserts</label><br />
</fieldset>
<br />
<!-- Excel CSV -->
<input type="radio" name="what" value="excel" id="radio_dump_excel" />
<label for="radio_dump_excel">CSV for Ms Excel data</label> <br />
<br />
<!-- General CSV -->
<input type="radio" name="what" value="csv" id="radio_dump_csv" />
<label for="radio_dump_csv">CSV data</label><br />
<fieldset style="margin-left:2em;">
<legend>CSV options</legend>
Fields terminated by
<input type="text" name="separator" size="2" value=";" class="textfield" /> <br />
Fields enclosed by
<input type="text" name="enclosed" size="1" value=""" class="textfield" /> <br />
Fields escaped by
<input type="text" name="escaped" size="2" value="\" class="textfield" /> <br />
Lines terminated by
<input type="text" name="add_character" size="2" value="\n" class="textfield" /> <br />
</fieldset>
<br />
<!-- XML -->
<input type="radio" name="what" value="xml" id="radio_dump_xml" />
<label for="radio_dump_xml">Export to XML format</label>
</fieldset><br/>
<!-- Options -->
<fieldset>
<legend>Options<br/></legend>
Dump <input type="text" name="limit_to" size="5" value="2" class="textfield" style="vertical-align: middle" onfocus="this.select()" /> rows starting at row <input type="text" name="limit_from" value="0" size="5" class="textfield" style="vertical-align: middle" onfocus="this.select()" />.
</fieldset><br/>
<!-- Export to screen or to file -->
<fieldset>
<legend><input type="checkbox" name="asfile" value="sendit" id="checkbox_dump_asfile" />
<label for="checkbox_dump_asfile">Save as file<br/></label></legend>
<input type="radio" name="compress" value="no" id="checkbox_dump_raw" checked />
<label for="checkbox_dump_raw">uncompressed</label>
<input type="radio" name="compress" value="zip" id="checkbox_dump_zip" />
<label for="checkbox_dump_zip">"zipped"</label>
<input type="radio" name="compress" value="gzip" id="checkbox_dump_gzip" />
<label for="checkbox_dump_gzip">"gzipped"</label>
<input type="radio" name="compress" value="bzip" id="checkbox_dump_bzip" />
<label for="checkbox_dump_bzip">"bzipped"</label>
</fieldset>
<input type="submit" value="Go" />
</form>
</body>
</html>