Be valid XHTML

This commit is contained in:
Michal Čihař
2004-04-27 12:36:12 +00:00
parent 04229e997f
commit 928a8b33db
23 changed files with 45 additions and 48 deletions

View File

@@ -8,11 +8,7 @@ $Source$
2004-04-27 Michal Cihar <michal@cihar.com> 2004-04-27 Michal Cihar <michal@cihar.com>
* calendar.php, libraries/tbl_change.js: Don't reset clock when moving in * calendar.php, libraries/tbl_change.js: Don't reset clock when moving in
calendar. calendar.
* db_details_links.php, db_details_structure.php, left.php, * Almost everyting: Be valid XHTML (probably still not completely).
querywindow.php, tbl_change.php, tbl_indexes.php,
tbl_properties_links.php, tbl_properties_structure.php,
tbl_query_box.php, tbl_select.php, css/phpmyadmin.css.php,
libraries/common.lib.php, libraries/display_tbl.lib.php: Be valid XHTML.
2004-04-27 Garvin Hicking <pma@supergarv.de> 2004-04-27 Garvin Hicking <pma@supergarv.de>
* libraries/display_tbl.lib.php: RFE #867284 - Click on result row * libraries/display_tbl.lib.php: RFE #867284 - Click on result row

View File

@@ -22,8 +22,8 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
<?php <?php
if ($cfg['QueryFrameDebug']) { if ($cfg['QueryFrameDebug']) {
?> ?>
document.writeln("Updating query window. DB: <?php echo (isset($db) ? addslashes($db) : 'FALSE'); ?>, Table: <?php echo (isset($table) ? addslashes($table) : 'FALSE'); ?><br>"); document.writeln("Updating query window. DB: <?php echo (isset($db) ? addslashes($db) : 'FALSE'); ?>, Table: <?php echo (isset($table) ? addslashes($table) : 'FALSE'); ?><br />");
document.writeln("Window: " + parent.frames.queryframe.querywindow.location + "<br>"); document.writeln("Window: " + parent.frames.queryframe.querywindow.location + "<br />");
<?php <?php
} }
?> ?>
@@ -41,7 +41,7 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
function reload_querywindow () { function reload_querywindow () {
if (parent.frames.queryframe && parent.frames.queryframe.querywindow && !parent.frames.queryframe.querywindow.closed && parent.frames.queryframe.querywindow.location) { if (parent.frames.queryframe && parent.frames.queryframe.querywindow && !parent.frames.queryframe.querywindow.closed && parent.frames.queryframe.querywindow.location) {
<?php echo ($cfg['QueryFrameDebug'] ? 'document.writeln("<a href=\'#\' onClick=\'parent.frames.queryframe.querywindow.focus(); return false;\'>Query Window</a> can be updated.<br>");' : ''); ?> <?php echo ($cfg['QueryFrameDebug'] ? 'document.writeln("<a href=\'#\' onClick=\'parent.frames.queryframe.querywindow.focus(); return false;\'>Query Window</a> can be updated.<br />");' : ''); ?>
<?php <?php
if (!isset($no_history) && (!isset($error_message) || $error_message == '')) { if (!isset($no_history) && (!isset($error_message) || $error_message == '')) {

View File

@@ -406,7 +406,7 @@ $strNumSearchResultsTotal = '<b>Gjithsej:</b> <i>%s</i> korrispondues(
$strNumTables = 'Tabela'; $strNumTables = 'Tabela';
$strOK = 'OK'; $strOK = 'OK';
$strOftenQuotation = 'Zakonisht nga dopjo thonjza. ME D<>SHIR<49> tregon q<> vet<65>m fushat <I>char</I> dhe <I>varchar</I> duhet t<> delimitohen nga karakteri i treguar.'; $strOftenQuotation = 'Zakonisht nga dopjo thonjza. ME D<>SHIR<49> tregon q<> vet<65>m fushat <i>char</i> dhe <i>varchar</i> duhet t<> delimitohen nga karakteri i treguar.';
$strOperations = 'Operacione'; $strOperations = 'Operacione';
$strOptimizeTable = 'Optimizo tabel<65>n'; $strOptimizeTable = 'Optimizo tabel<65>n';
$strOptionalControls = 'Me d<>shir<69>. Ky karakter kontrollon si t<> shkruash apo lexosh karakteret special<61>.'; $strOptionalControls = 'Me d<>shir<69>. Ky karakter kontrollon si t<> shkruash apo lexosh karakteret special<61>.';

View File

@@ -407,7 +407,7 @@ $strNumSearchResultsTotal = '<b>Gjithsej:</b> <i>%s</i> korrispondues(ë)';
$strNumTables = 'Tabela'; $strNumTables = 'Tabela';
$strOK = 'OK'; $strOK = 'OK';
$strOftenQuotation = 'Zakonisht nga dopjo thonjza. ME DËSHIRË tregon që vetëm fushat <I>char</I> dhe <I>varchar</I> duhet të delimitohen nga karakteri i treguar.'; $strOftenQuotation = 'Zakonisht nga dopjo thonjza. ME DËSHIRË tregon që vetëm fushat <i>char</i> dhe <i>varchar</i> duhet të delimitohen nga karakteri i treguar.';
$strOperations = 'Operacione'; $strOperations = 'Operacione';
$strOptimizeTable = 'Optimizo tabelën'; $strOptimizeTable = 'Optimizo tabelën';
$strOptionalControls = 'Me dëshirë. Ky karakter kontrollon si të shkruash apo lexosh karakteret specialë.'; $strOptionalControls = 'Me dëshirë. Ky karakter kontrollon si të shkruash apo lexosh karakteret specialë.';

View File

@@ -554,7 +554,7 @@ $strSelectAll = 'Seleccionar todo';
$strSelectFields = 'Seleccione os campos (m<>nimo 1)'; $strSelectFields = 'Seleccione os campos (m<>nimo 1)';
$strSelectNumRows = 'a procurar'; $strSelectNumRows = 'a procurar';
$strSelectTables = 'Seleccionar tabelas'; $strSelectTables = 'Seleccionar tabelas';
$strSend = 'Enviar <I>(gravar nun ficheiro)</I><br>'; $strSend = 'Enviar <i>(gravar nun ficheiro)</i><br />';
$strSent = 'Enviado'; $strSent = 'Enviado';
$strServer = 'Servidor %s'; $strServer = 'Servidor %s';
$strServerChoice = 'Escolla de Servidor'; $strServerChoice = 'Escolla de Servidor';
@@ -616,7 +616,7 @@ $strTableStructure = 'Estructura da tabela';
$strTableType = 'Tipo da tabela'; $strTableType = 'Tipo da tabela';
$strTables = '%s tabela(s)'; $strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilexios proprios de tabela'; $strTblPrivileges = 'Privilexios proprios de tabela';
$strTextAreaLength = ' Por causa da sua lonxitude,<br> este campo pode non ser editable '; $strTextAreaLength = ' Por causa da sua lonxitude,<br /> este campo pode non ser editable ';
$strThai = 'Tailand<6E>s'; $strThai = 'Tailand<6E>s';
$strTheContent = 'O conte<74>do do seu arquivo foi inserido'; $strTheContent = 'O conte<74>do do seu arquivo foi inserido';
$strTheContents = 'O conte<74>do do arquivo substitu<74>u o conte<74>do da tabela que ti<74>a a mesma chave primaria ou <20>nica'; $strTheContents = 'O conte<74>do do arquivo substitu<74>u o conte<74>do da tabela que ti<74>a a mesma chave primaria ou <20>nica';

View File

@@ -555,7 +555,7 @@ $strSelectAll = 'Seleccionar todo';
$strSelectFields = 'Seleccione os campos (mínimo 1)'; $strSelectFields = 'Seleccione os campos (mínimo 1)';
$strSelectNumRows = 'a procurar'; $strSelectNumRows = 'a procurar';
$strSelectTables = 'Seleccionar tabelas'; $strSelectTables = 'Seleccionar tabelas';
$strSend = 'Enviar <I>(gravar nun ficheiro)</I><br>'; $strSend = 'Enviar <i>(gravar nun ficheiro)</i><br />';
$strSent = 'Enviado'; $strSent = 'Enviado';
$strServer = 'Servidor %s'; $strServer = 'Servidor %s';
$strServerChoice = 'Escolla de Servidor'; $strServerChoice = 'Escolla de Servidor';
@@ -617,7 +617,7 @@ $strTableStructure = 'Estructura da tabela';
$strTableType = 'Tipo da tabela'; $strTableType = 'Tipo da tabela';
$strTables = '%s tabela(s)'; $strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilexios proprios de tabela'; $strTblPrivileges = 'Privilexios proprios de tabela';
$strTextAreaLength = ' Por causa da sua lonxitude,<br> este campo pode non ser editable '; $strTextAreaLength = ' Por causa da sua lonxitude,<br /> este campo pode non ser editable ';
$strThai = 'Tailandés'; $strThai = 'Tailandés';
$strTheContent = 'O conteúdo do seu arquivo foi inserido'; $strTheContent = 'O conteúdo do seu arquivo foi inserido';
$strTheContents = 'O conteúdo do arquivo substituíu o conteúdo da tabela que tiña a mesma chave primaria ou única'; $strTheContents = 'O conteúdo do arquivo substituíu o conteúdo da tabela que tiña a mesma chave primaria ou única';

View File

@@ -89,7 +89,7 @@ $strCommand = '
$strComments = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strComments = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strCompleteInserts = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strCompleteInserts = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCompression = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strCompression = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strConfigFileError = 'phpMyAdmin <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>! <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> PHP <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>.<br> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> PHP <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.<br> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD>.'; $strConfigFileError = 'phpMyAdmin <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>! <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> PHP <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>.<br /> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> PHP <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.<br> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD>.';
$strConfirm = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><>?'; $strConfirm = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><>?';
$strConnections = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strConnections = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCookiesRequired = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>.'; $strCookiesRequired = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>.';

View File

@@ -418,7 +418,7 @@ $strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle'; $strNumTables = 'Tabelle';
$strOK = 'OK'; $strOK = 'OK';
$strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.'; $strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <i>char</i> e <i>varchar</i> devono essere delimitati dal carattere indicato.';
$strOperations = 'Operazioni'; $strOperations = 'Operazioni';
$strOptimizeTable = 'Ottimizza tabella'; $strOptimizeTable = 'Ottimizza tabella';
$strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.'; $strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.';

View File

@@ -419,7 +419,7 @@ $strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle'; $strNumTables = 'Tabelle';
$strOK = 'OK'; $strOK = 'OK';
$strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.'; $strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <i>char</i> e <i>varchar</i> devono essere delimitati dal carattere indicato.';
$strOperations = 'Operazioni'; $strOperations = 'Operazioni';
$strOptimizeTable = 'Ottimizza tabella'; $strOptimizeTable = 'Ottimizza tabella';
$strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.'; $strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.';

View File

@@ -208,7 +208,7 @@ $strDisplay = 'G
$strDisplayFeat = '<27>zellikleri G<>ster'; $strDisplayFeat = '<27>zellikleri G<>ster';
$strDisplayOrder = 'G<>r<EFBFBD>n<EFBFBD>m d<>zeni:'; $strDisplayOrder = 'G<>r<EFBFBD>n<EFBFBD>m d<>zeni:';
$strDisplayPDF = 'PDF <20>emas<61>n<EFBFBD> g<>ster'; $strDisplayPDF = 'PDF <20>emas<61>n<EFBFBD> g<>ster';
$strDoAQuery = '<br><br>"<22>rnekle sorgu" yap. (joker:%) <br>'; $strDoAQuery = '<br /><br>"<22>rnekle sorgu" yap. (joker:%) <br>';
$strDoYouReally = 'A<>a<EFBFBD><61>daki komutu uygulamak istedi<64>inizden emin misiniz? '; $strDoYouReally = 'A<>a<EFBFBD><61>daki komutu uygulamak istedi<64>inizden emin misiniz? ';
$strDocu = 'D<>k<EFBFBD>mantasyon'; $strDocu = 'D<>k<EFBFBD>mantasyon';
$strDrop = 'Kald<6C>r'; $strDrop = 'Kald<6C>r';
@@ -587,14 +587,14 @@ $strSent = 'G
$strServer = '%s sunucusu'; $strServer = '%s sunucusu';
$strServerChoice = 'Server se<73>imi'; $strServerChoice = 'Server se<73>imi';
$strServerStatus = '<27>al<61><6C>ma bilgisi'; $strServerStatus = '<27>al<61><6C>ma bilgisi';
$strServerStatusUptime = 'Bu MySQL sunucusunun <20>al<61><6C>ma s<>resi : %s <br> Ba<42>lama Zaman<61>: %s '; $strServerStatusUptime = 'Bu MySQL sunucusunun <20>al<61><6C>ma s<>resi : %s <br /> Ba<42>lama Zaman<61>: %s ';
$strServerTabProcesslist = '<27><>lemler'; $strServerTabProcesslist = '<27><>lemler';
$strServerTabVariables = 'De<44>i<EFBFBD>kenler'; $strServerTabVariables = 'De<44>i<EFBFBD>kenler';
$strServerTrafficNotes = '<b>Sunucu Yo<59>unlu<6C>u</b>: Bu tablolar ba<62>lama zaman<61>ndan bu yana MySQL sunucusunun network yo<79>unlu<6C>unu g<>sterir.'; $strServerTrafficNotes = '<b>Sunucu Yo<59>unlu<6C>u</b>: Bu tablolar ba<62>lama zaman<61>ndan bu yana MySQL sunucusunun network yo<79>unlu<6C>unu g<>sterir.';
$strServerVars = 'Sunucu de<64>i<EFBFBD>kenleri ve ayarlar<61>'; $strServerVars = 'Sunucu de<64>i<EFBFBD>kenleri ve ayarlar<61>';
$strServerVersion = 'Server s<>r<EFBFBD>m<EFBFBD>'; $strServerVersion = 'Server s<>r<EFBFBD>m<EFBFBD>';
$strSessionValue = 'Oturum de<64>eri'; $strSessionValue = 'Oturum de<64>eri';
$strSetEnumVal = 'E<>er alan tipi "enum" veya "set" ise , l<>tfen verileri <20>u formata g<>re giriniz: \'a\',\'b\',\'c\'...<br>E<>er bu de<64>erler aras<61>na backslash ("\") veya tek t<>rnak koyman<61>z gerekirse ("\'"),bunun i<>in backslash kullan<61>n (mesela \'\\\\xyz\' veya \'a\\\'b\').'; $strSetEnumVal = 'E<>er alan tipi "enum" veya "set" ise , l<>tfen verileri <20>u formata g<>re giriniz: \'a\',\'b\',\'c\'...<br />E<>er bu de<64>erler aras<61>na backslash ("\") veya tek t<>rnak koyman<61>z gerekirse ("\'"),bunun i<>in backslash kullan<61>n (mesela \'\\\\xyz\' veya \'a\\\'b\').';
$strShow = 'G<>ster'; $strShow = 'G<>ster';
$strShowAll = 'T<>m<EFBFBD>n<EFBFBD> g<>ster'; $strShowAll = 'T<>m<EFBFBD>n<EFBFBD> g<>ster';
$strShowColor = 'Rengi g<>ster'; $strShowColor = 'Rengi g<>ster';

View File

@@ -209,7 +209,7 @@ $strDisplay = 'Görüntüle';
$strDisplayFeat = 'Özellikleri Göster'; $strDisplayFeat = 'Özellikleri Göster';
$strDisplayOrder = 'Görünüm düzeni:'; $strDisplayOrder = 'Görünüm düzeni:';
$strDisplayPDF = 'PDF şemasını göster'; $strDisplayPDF = 'PDF şemasını göster';
$strDoAQuery = '<br><br>"Örnekle sorgu" yap. (joker:%) <br>'; $strDoAQuery = '<br /><br>"Örnekle sorgu" yap. (joker:%) <br>';
$strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz? '; $strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz? ';
$strDocu = 'Dökümantasyon'; $strDocu = 'Dökümantasyon';
$strDrop = 'Kaldır'; $strDrop = 'Kaldır';
@@ -588,14 +588,14 @@ $strSent = 'Gönderildi';
$strServer = '%s sunucusu'; $strServer = '%s sunucusu';
$strServerChoice = 'Server seçimi'; $strServerChoice = 'Server seçimi';
$strServerStatus = 'Çalışma bilgisi'; $strServerStatus = 'Çalışma bilgisi';
$strServerStatusUptime = 'Bu MySQL sunucusunun çalışma süresi : %s <br> Başlama Zamanı: %s '; $strServerStatusUptime = 'Bu MySQL sunucusunun çalışma süresi : %s <br /> Başlama Zamanı: %s ';
$strServerTabProcesslist = 'İşlemler'; $strServerTabProcesslist = 'İşlemler';
$strServerTabVariables = 'Değişkenler'; $strServerTabVariables = 'Değişkenler';
$strServerTrafficNotes = '<b>Sunucu Yoğunluğu</b>: Bu tablolar başlama zamanından bu yana MySQL sunucusunun network yoğunluğunu gösterir.'; $strServerTrafficNotes = '<b>Sunucu Yoğunluğu</b>: Bu tablolar başlama zamanından bu yana MySQL sunucusunun network yoğunluğunu gösterir.';
$strServerVars = 'Sunucu değişkenleri ve ayarları'; $strServerVars = 'Sunucu değişkenleri ve ayarları';
$strServerVersion = 'Server sürümü'; $strServerVersion = 'Server sürümü';
$strSessionValue = 'Oturum değeri'; $strSessionValue = 'Oturum değeri';
$strSetEnumVal = 'Eğer alan tipi "enum" veya "set" ise , lütfen verileri şu formata göre giriniz: \'a\',\'b\',\'c\'...<br>Eğer bu değerler arasına backslash ("\") veya tek tırnak koymanız gerekirse ("\'"),bunun için backslash kullanın (mesela \'\\\\xyz\' veya \'a\\\'b\').'; $strSetEnumVal = 'Eğer alan tipi "enum" veya "set" ise , lütfen verileri şu formata göre giriniz: \'a\',\'b\',\'c\'...<br />Eğer bu değerler arasına backslash ("\") veya tek tırnak koymanız gerekirse ("\'"),bunun için backslash kullanın (mesela \'\\\\xyz\' veya \'a\\\'b\').';
$strShow = 'Göster'; $strShow = 'Göster';
$strShowAll = 'Tümünü göster'; $strShowAll = 'Tümünü göster';
$strShowColor = 'Rengi göster'; $strShowColor = 'Rengi göster';

View File

@@ -20,7 +20,7 @@ if (isset($GLOBALS['DBG']) && $GLOBALS['DBG']
dbg_get_profiler_results(&$dbg_prof_results); dbg_get_profiler_results(&$dbg_prof_results);
echo '<br><table width="1000" cellspacing="0" cellpadding="2" style="font:8pt courier">' . "\n" . echo '<br /><table width="1000" cellspacing="0" cellpadding="2" style="font:8pt courier">' . "\n" .
'<thead>' . "\n" . '<thead>' . "\n" .
'<tr style="background:#808080; color:#FFFFFF">' . "\n" . '<tr style="background:#808080; color:#FFFFFF">' . "\n" .
'<td>' . $GLOBALS['strDBGModule'] . '</td>' . "\n" . '<td>' . $GLOBALS['strDBGModule'] . '</td>' . "\n" .

View File

@@ -92,7 +92,7 @@ if (isset($sql_query)) {
<td nowrap="nowrap" valign="top" onclick="if (typeof(window.opera) != 'undefined')setTimeout('show_checked_option()', 1); return true"> <td nowrap="nowrap" valign="top" onclick="if (typeof(window.opera) != 'undefined')setTimeout('show_checked_option()', 1); return true">
<fieldset <?php echo ((!isset($multi_values) || isset($multi_values) && $multi_values == '') ? 'style="height: 220px;"' : ''); ?>> <fieldset <?php echo ((!isset($multi_values) || isset($multi_values) && $multi_values == '') ? 'style="height: 220px;"' : ''); ?>>
<legend><?php echo $strExport; ?></legend> <legend><?php echo $strExport; ?></legend>
<br> <br />
<?php <?php
if (isset($multi_values) && $multi_values != '') { if (isset($multi_values) && $multi_values != '') {
echo $multi_values; echo $multi_values;
@@ -159,7 +159,7 @@ if ($export_type == 'server') {
<!-- For structure --> <!-- For structure -->
<fieldset> <fieldset>
<legend> <legend>
<input type="checkbox" name="sql_structure" value="structure" id="checkbox_sql_structure" <?php PMA_exportCheckboxCheck('sql_structure'); ?> onclick="if(!this.checked && !getElement('checkbox_sql_data').checked) return false; else return true;" /> <input type="checkbox" name="sql_structure" value="structure" id="checkbox_sql_structure" <?php PMA_exportCheckboxCheck('sql_structure'); ?> onclick="if(!this.checked &amp;&amp; !getElement('checkbox_sql_data').checked) return false; else return true;" />
<label for="checkbox_sql_structure"><?php echo $strStructure; ?></label><br /> <label for="checkbox_sql_structure"><?php echo $strStructure; ?></label><br />
</legend> </legend>
@@ -207,7 +207,7 @@ if ($cfgRelation['mimework']) {
<!-- For data --> <!-- For data -->
<fieldset> <fieldset>
<legend> <legend>
<input type="checkbox" name="sql_data" value="data" id="checkbox_sql_data" <?php PMA_exportCheckboxCheck('sql_data'); ?> onclick="if(!this.checked && (!getElement('checkbox_sql_structure') || !getElement('checkbox_sql_structure').checked)) return false; else return true;" /> <input type="checkbox" name="sql_data" value="data" id="checkbox_sql_data" <?php PMA_exportCheckboxCheck('sql_data'); ?> onclick="if(!this.checked &amp;&amp; (!getElement('checkbox_sql_structure') || !getElement('checkbox_sql_structure').checked)) return false; else return true;" />
<label for="checkbox_sql_data"><?php echo $strData; ?></label><br /> <label for="checkbox_sql_data"><?php echo $strData; ?></label><br />
</legend> </legend>
<input type="checkbox" name="showcolumns" value="yes" id="checkbox_dump_showcolumns" <?php PMA_exportCheckboxCheck('sql_columns'); ?> /> <input type="checkbox" name="showcolumns" value="yes" id="checkbox_dump_showcolumns" <?php PMA_exportCheckboxCheck('sql_columns'); ?> />
@@ -225,7 +225,7 @@ if ($cfgRelation['mimework']) {
<label for="select_sql_type"> <label for="select_sql_type">
<?php echo $strSQLExportType; ?>:&nbsp; <?php echo $strSQLExportType; ?>:&nbsp;
</label> </label>
<select name="sql_type" id="select_sql_type" /> <select name="sql_type" id="select_sql_type">
<option value="insert"<?php echo $cfg['Export']['sql_type'] == 'insert' ? ' selected="selected"' : ''; ?>>INSERT</option> <option value="insert"<?php echo $cfg['Export']['sql_type'] == 'insert' ? ' selected="selected"' : ''; ?>>INSERT</option>
<option value="update"<?php echo $cfg['Export']['sql_type'] == 'update' ? ' selected="selected"' : ''; ?>>UPDATE</option> <option value="update"<?php echo $cfg['Export']['sql_type'] == 'update' ? ' selected="selected"' : ''; ?>>UPDATE</option>
<option value="replace"<?php echo $cfg['Export']['sql_type'] == 'replace' ? ' selected="selected"' : ''; ?>>REPLACE</option> <option value="replace"<?php echo $cfg['Export']['sql_type'] == 'replace' ? ' selected="selected"' : ''; ?>>REPLACE</option>
@@ -245,7 +245,7 @@ if ($cfgRelation['mimework']) {
<!-- For structure --> <!-- For structure -->
<fieldset> <fieldset>
<legend> <legend>
<input type="checkbox" name="latex_structure" value="structure" id="checkbox_latex_structure" <?php PMA_exportCheckboxCheck('latex_structure'); ?> onclick="if(!this.checked && !getElement('checkbox_latex_data').checked) return false; else return true;" /> <input type="checkbox" name="latex_structure" value="structure" id="checkbox_latex_structure" <?php PMA_exportCheckboxCheck('latex_structure'); ?> onclick="if(!this.checked &amp;&amp; !getElement('checkbox_latex_data').checked) return false; else return true;" />
<label for="checkbox_latex_structure"><?php echo $strStructure; ?></label><br /> <label for="checkbox_latex_structure"><?php echo $strStructure; ?></label><br />
</legend> </legend>
<table border="0" cellspacing="1" cellpadding="0"> <table border="0" cellspacing="1" cellpadding="0">
@@ -302,7 +302,7 @@ if ($cfgRelation['mimework']) {
<!-- For data --> <!-- For data -->
<fieldset> <fieldset>
<legend> <legend>
<input type="checkbox" name="latex_data" value="data" id="checkbox_latex_data" <?php PMA_exportCheckboxCheck('latex_data'); ?> onclick="if(!this.checked && (!getElement('checkbox_latex_structure') || !getElement('checkbox_latex_structure').checked)) return false; else return true;" /> <input type="checkbox" name="latex_data" value="data" id="checkbox_latex_data" <?php PMA_exportCheckboxCheck('latex_data'); ?> onclick="if(!this.checked &amp;&amp; (!getElement('checkbox_latex_structure') || !getElement('checkbox_latex_structure').checked)) return false; else return true;" />
<label for="checkbox_latex_data"><?php echo $strData; ?></label><br /> <label for="checkbox_latex_data"><?php echo $strData; ?></label><br />
</legend> </legend>
<input type="checkbox" name="latex_showcolumns" value="yes" id="ch_latex_showcolumns" <?php PMA_exportCheckboxCheck('latex_columns'); ?> /> <input type="checkbox" name="latex_showcolumns" value="yes" id="ch_latex_showcolumns" <?php PMA_exportCheckboxCheck('latex_columns'); ?> />
@@ -420,7 +420,7 @@ if ($cfgRelation['mimework']) {
</label> </label>
</td> </td>
<td> <td>
<select name="excel_edition" id="select_excel_edition" /> <select name="excel_edition" id="select_excel_edition">
<option value="win"<?php echo $cfg['Export']['excel_edition'] == 'win' ? ' selected="selected"' : ''; ?>>Windows</option> <option value="win"<?php echo $cfg['Export']['excel_edition'] == 'win' ? ' selected="selected"' : ''; ?>>Windows</option>
<option value="mac"<?php echo $cfg['Export']['excel_edition'] == 'mac' ? ' selected="selected"' : ''; ?>>Macintosh</option> <option value="mac"<?php echo $cfg['Export']['excel_edition'] == 'mac' ? ' selected="selected"' : ''; ?>>Macintosh</option>
</select> </select>
@@ -565,6 +565,7 @@ if ($is_zip || $is_gzip || $is_bzip) {
} }
echo "\n"; echo "\n";
?> ?>
</fieldset>
</fieldset> </fieldset>
</td> </td>
</tr> </tr>

View File

@@ -118,4 +118,4 @@ var Drag = {
if (typeof e.layerY == 'undefined') e.layerY = e.offsetY; if (typeof e.layerY == 'undefined') e.layerY = e.offsetY;
return e; return e;
} }
}; };

View File

@@ -2488,4 +2488,4 @@ if ($HTTP_USER_AGENT == 'contype') {
header('Content-Type: application/pdf'); header('Content-Type: application/pdf');
exit(); exit();
} }
?> ?>

View File

@@ -20,4 +20,4 @@ if ($ctype == 'css') {
header('Content-Type: text/' . $ctype . '; charset=' . $GLOBALS['charset']); header('Content-Type: text/' . $ctype . '; charset=' . $GLOBALS['charset']);
} }
} }
?> ?>

View File

@@ -575,7 +575,7 @@ if ($is_minimum_common == FALSE) {
$d_next_upper = ''; $d_next_upper = '';
} }
//DEBUG echo "[prev: <b>".$d_prev."</b> ".$t_prev."][cur: <b>".$d_cur."</b> ".$t_cur."][next: <b>".$d_next."</b> ".$t_next."]<br>"; //DEBUG echo "[prev: <b>".$d_prev."</b> ".$t_prev."][cur: <b>".$d_cur."</b> ".$t_cur."][next: <b>".$d_next."</b> ".$t_next."]<br />";
if ($t_cur == 'alpha') { if ($t_cur == 'alpha') {
$t_suffix = '_identifier'; $t_suffix = '_identifier';
@@ -845,7 +845,7 @@ if ($is_minimum_common == FALSE) {
// loop #1 for each token: select_expr, table_ref for SELECT // loop #1 for each token: select_expr, table_ref for SELECT
for ($i = 0; $i < $size; $i++) { for ($i = 0; $i < $size; $i++) {
//echo "trace <b>" . $arr[$i]['data'] . "</b> (" . $arr[$i]['type'] . ")<br>"; //echo "trace <b>" . $arr[$i]['data'] . "</b> (" . $arr[$i]['type'] . ")<br />";
// High speed seek for locating the end of the current query // High speed seek for locating the end of the current query
if ($seek_queryend == TRUE) { if ($seek_queryend == TRUE) {
@@ -1183,7 +1183,7 @@ if ($is_minimum_common == FALSE) {
if (isset($current_select_expr)) { if (isset($current_select_expr)) {
for ($trace=0; $trace<=$current_select_expr; $trace++) { for ($trace=0; $trace<=$current_select_expr; $trace++) {
echo "<br>"; echo "<br />";
reset ($subresult['select_expr'][$trace]); reset ($subresult['select_expr'][$trace]);
while (list ($key, $val) = each ($subresult['select_expr'][$trace])) while (list ($key, $val) = each ($subresult['select_expr'][$trace]))
echo "sel expr $trace $key => $val<br />\n"; echo "sel expr $trace $key => $val<br />\n";
@@ -1193,7 +1193,7 @@ if ($is_minimum_common == FALSE) {
if (isset($current_table_ref)) { if (isset($current_table_ref)) {
for ($trace=0; $trace<=$current_table_ref; $trace++) { for ($trace=0; $trace<=$current_table_ref; $trace++) {
echo "<br>"; echo "<br />";
reset ($subresult['table_ref'][$trace]); reset ($subresult['table_ref'][$trace]);
while (list ($key, $val) = each ($subresult['table_ref'][$trace])) while (list ($key, $val) = each ($subresult['table_ref'][$trace]))
echo "table ref $trace $key => $val<br />\n"; echo "table ref $trace $key => $val<br />\n";
@@ -1223,7 +1223,7 @@ if ($is_minimum_common == FALSE) {
$in_from = FALSE; $in_from = FALSE;
for ($i = 0; $i < $size; $i++) { for ($i = 0; $i < $size; $i++) {
//DEBUG echo "trace loop2 <b>" . $arr[$i]['data'] . "</b> (" . $arr[$i]['type'] . ")<br>"; //DEBUG echo "trace loop2 <b>" . $arr[$i]['data'] . "</b> (" . $arr[$i]['type'] . ")<br />";
// need_confirm // need_confirm
// //
@@ -1406,7 +1406,7 @@ if ($is_minimum_common == FALSE) {
$foreign_key_number = -1; $foreign_key_number = -1;
for ($i = 0; $i < $size; $i++) { for ($i = 0; $i < $size; $i++) {
// DEBUG echo "<b>" . $arr[$i]['data'] . "</b> " . $arr[$i]['type'] . "<br>"; // DEBUG echo "<b>" . $arr[$i]['data'] . "</b> " . $arr[$i]['type'] . "<br />";
if ($arr[$i]['type'] == 'alpha_reservedWord') { if ($arr[$i]['type'] == 'alpha_reservedWord') {
$upper_data = strtoupper($arr[$i]['data']); $upper_data = strtoupper($arr[$i]['data']);

View File

@@ -183,4 +183,4 @@ class zipfile
} // end of the 'file()' method } // end of the 'file()' method
} // end of the 'zipfile' class } // end of the 'zipfile' class
?> ?>

View File

@@ -236,7 +236,7 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
if (isset($sql_history) && isset($querydisplay_tab) && ($querydisplay_tab == 'history' || $querydisplay_tab == 'full') && is_array($sql_history) && count($sql_history) > 0) { if (isset($sql_history) && isset($querydisplay_tab) && ($querydisplay_tab == 'history' || $querydisplay_tab == 'full') && is_array($sql_history) && count($sql_history) > 0) {
?> ?>
<li> <li>
<div style="margin-bottom: 10px"><?php echo $strQuerySQLHistory . ':<br><ul>' . implode('', $sql_history) . '</ul>'; ?></div> <div style="margin-bottom: 10px"><?php echo $strQuerySQLHistory . ':<br /><ul>' . implode('', $sql_history) . '</ul>'; ?></div>
</li> </li>
<?php <?php
} }
@@ -266,7 +266,7 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
/* REMOVE ME */ /* REMOVE ME */
if ($cfg['QueryFrame'] && $cfg['QueryFrameJS'] && $cfg['QueryFrameDebug']) { if ($cfg['QueryFrame'] && $cfg['QueryFrameJS'] && $cfg['QueryFrameDebug']) {
?> ?>
<br> <br />
<center> <center>
<a href='#' onClick='return debug();'><?php echo $strQueryFrameDebug; ?></a> <a href='#' onClick='return debug();'><?php echo $strQueryFrameDebug; ?></a>
</center> </center>

View File

@@ -53,4 +53,4 @@ do
echo "INSERT INTO $relationtable VALUES ('$database','$table_name','$localcolumn','$foreigndb','$foreigntable','$foreigncolumn');" | mysql $relationdb echo "INSERT INTO $relationtable VALUES ('$database','$table_name','$localcolumn','$foreigndb','$foreigntable','$foreigncolumn');" | mysql $relationdb
;; ;;
esac esac
done done

View File

@@ -939,7 +939,7 @@ if (empty($adduser) && empty($checkprivs)) {
. ' Please run the script <tt>mysql_fix_privilege_tables</tt> that should be included in your MySQL server distribution to solve this problem!' . "\n" . ' Please run the script <tt>mysql_fix_privilege_tables</tt> that should be included in your MySQL server distribution to solve this problem!' . "\n"
. '</div><br />' . "\n"; . '</div><br />' . "\n";
} }
echo '<form name="usersForm" action="server_privileges.php" method="post" />' . "\n" echo '<form name="usersForm" action="server_privileges.php" method="post">' . "\n"
. PMA_generate_common_hidden_inputs('', '', 1) . PMA_generate_common_hidden_inputs('', '', 1)
. ' <table border="0">' . "\n" . ' <table border="0">' . "\n"
. ' <tr>' . "\n" . ' <tr>' . "\n"
@@ -988,7 +988,8 @@ if (empty($adduser) && empty($checkprivs)) {
. ' <ul>' . "\n" . ' <ul>' . "\n"
. ' <li>' . "\n" . ' <li>' . "\n"
. ' <b><a href="server_privileges.php?' . $url_query . '&amp;adduser=1">' . $strAddUser . '</a></b><br />' . "\n" . ' <b><a href="server_privileges.php?' . $url_query . '&amp;adduser=1">' . $strAddUser . '</a></b><br />' . "\n"
. ' </li><br /><br />' . "\n" . ' <br /><br />' . "\n"
. ' </li>' . "\n"
. ' <li>' . "\n" . ' <li>' . "\n"
. ' <b>' . $strRemoveSelectedUsers . '</b><br />' . "\n" . ' <b>' . $strRemoveSelectedUsers . '</b><br />' . "\n"
. ' <input type="radio" title="' . $strJustDelete . ' ' . $strJustDeleteDescr . '" name="mode" id="radio_mode_1" value="1" checked="checked" />' . "\n" . ' <input type="radio" title="' . $strJustDelete . ' ' . $strJustDeleteDescr . '" name="mode" id="radio_mode_1" value="1" checked="checked" />' . "\n"

View File

@@ -78,11 +78,11 @@ foreach($serverProcesses AS $name => $value) {
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>" align="right">&nbsp;<?php echo $value['Time']; ?>&nbsp;</td> <td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>" align="right">&nbsp;<?php echo $value['Time']; ?>&nbsp;</td>
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>">&nbsp;<?php echo (empty($value['State']) ? '---' : $value['State']); ?>&nbsp;</td> <td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>">&nbsp;<?php echo (empty($value['State']) ? '---' : $value['State']); ?>&nbsp;</td>
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>">&nbsp;<?php echo (empty($value['Info']) ? '---' : PMA_SQP_formatHtml(PMA_SQP_parse($value['Info']))); ?>&nbsp;</td> <td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>">&nbsp;<?php echo (empty($value['Info']) ? '---' : PMA_SQP_formatHtml(PMA_SQP_parse($value['Info']))); ?>&nbsp;</td>
</tr>
<?php <?php
$useBgcolorOne = !$useBgcolorOne; $useBgcolorOne = !$useBgcolorOne;
} }
?> ?>
</tr>
<?php <?php
?> ?>
</table> </table>

View File

@@ -348,7 +348,6 @@ if ($cfgRelation['relwork'] && $tbl_type != "INNODB") {
} // end if (!empty($cfg['Server']['relation'])) } // end if (!empty($cfg['Server']['relation']))
?> ?>
<br />
</ul> </ul>
</li> </li>