advanced index creation

This commit is contained in:
Marc Delisle
2001-05-28 17:24:19 +00:00
parent 4fa533f3d4
commit a2396305cc
21 changed files with 30 additions and 3 deletions

View File

@@ -133,9 +133,16 @@ if($cfgBookmark['db'] && $cfgBookmark['table'])
<input type="hidden" name="lang" value="<?php echo $lang;?>"> <input type="hidden" name="lang" value="<?php echo $lang;?>">
<input type="hidden" name="db" value="<?php echo $db;?>"> <input type="hidden" name="db" value="<?php echo $db;?>">
<?php echo $strCreateNewTable.$db;?>:<br> <?php echo $strCreateNewTable.$db;?>:<br>
<?php echo $strName.":"; ?> <input type="text" name="table"><br> <?php
<?php echo $strFields.":"; ?> <input type="text" name="num_fields" size=2> echo $strName.":";
<input type="submit" value="<?php echo $strGo; ?>"> echo "<input type=\"text\" name=\"table\">";
echo $strNumberIndexes.":";
echo "<input type=\"text\" name=\"num_indexes\" size=2>";
echo "<br>";
echo $strFields.":";
echo "<input type=\"text\" name=\"num_fields\" size=2>";
echo "<input type=\"submit\" value=\"" . $strGo . "\">";
?>
</form> </form>
<li> <li>

View File

@@ -143,4 +143,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -142,4 +142,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -122,4 +122,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -127,4 +127,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -127,4 +127,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -140,4 +140,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -143,4 +143,5 @@ $strTableType = "Tabel type";
$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside "; $strHomepageOfficial = "Officiel phpMyAdmin hjemmeside ";
$strHomepageSourceforge = "Ny (men ikke endnu officiel) phpMyAdmin hjemmeside "; $strHomepageSourceforge = "Ny (men ikke endnu officiel) phpMyAdmin hjemmeside ";
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -130,4 +130,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -155,4 +155,5 @@ $strBookmarkThis = "Bookmark this SQL-query";
$strBookmarkLabel = "Label"; $strBookmarkLabel = "Label";
$strBookmarkView = "View only"; $strBookmarkView = "View only";
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; $strTextAreaLength=" Because of its length,<br> this field might not be editable ";
$strNumberIndexes=" Number of advanced indexes ";
?> ?>

View File

@@ -173,4 +173,5 @@ $strBookmarkThis = "Bookmarker cette requ
$strBookmarkLabel = "Intitul<EFBFBD>"; $strBookmarkLabel = "Intitul<EFBFBD>";
$strBookmarkView = "Voir uniquement"; $strBookmarkView = "Voir uniquement";
$strTextAreaLength="Il est possible que ce champ<br>ne soit pas <20>ditable<br>en raison de sa longueur"; $strTextAreaLength="Il est possible que ce champ<br>ne soit pas <20>ditable<br>en raison de sa longueur";
$strNumberIndexes=" Nombre d'index sp<73>ciaux ";
?> ?>

View File

@@ -137,4 +137,5 @@ $strBookmarkThis = "Bookmark this SQL-query"; // To translate
$strBookmarkLabel = "Label"; // To translate $strBookmarkLabel = "Label"; // To translate
$strBookmarkView = "View only"; // To translate $strBookmarkView = "View only"; // To translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -141,4 +141,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -122,4 +122,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -132,4 +132,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -129,4 +129,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -139,4 +139,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -139,4 +139,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -141,4 +141,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -153,4 +153,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>

View File

@@ -153,4 +153,5 @@ $strTableType = "Table type"; //to translate
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate $strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
$strNumberIndexes=" Number of advanced indexes "; //to translate
?> ?>