本文整理汇总了PHP中showSubmitButton函数的典型用法代码示例。如果您正苦于以下问题:PHP showSubmitButton函数的具体用法?PHP showSubmitButton怎么用?PHP showSubmitButton使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了showSubmitButton函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: showSubmitButton
:</td>
<td><input name="stylesheet" type="file"/></td>
</tr>
<tr>
<td>
<?php
showSubmitButton(getUebersetzung("Hochladen"));
?>
</td>
</tr>
</form>
<form action="./stylesHochladen.php" method="post" target="_self">
<tr>
<td>
<?php
showSubmitButton(getUebersetzung("Beispieldefinitionen"));
?>
</td>
</tr>
</form>
</table>
<table>
<?php
if (isset($_POST[getUebersetzung("Beispieldefinitionen")]) || !empty($fehler)) {
$res = getAllStylesFromVermieter($gastro_id);
?>
<tr>
<td> <?php
echo getUebersetzung("Sie können folgende Klassen definieren:");
?>
</td>
示例2: getUebersetzung
?>
</td>
</tr>
<tr>
<td><?php
echo getUebersetzung("Maximale Breite bei upload");
?>
</td>
<td>
<input name="height" type="text" id="height" value="<?php
echo $height;
?>
" size="5" maxlength="5"/> <?php
echo getUebersetzung("Pixel");
?>
</td>
</tr>
<tr>
<td colspan="2">
<?php
showSubmitButton(getUebersetzung("ändern"));
?>
</td>
</tr>
</form>
</table>
<br/>
<?php
//-----buttons um zurück zum menue zu gelangen:
showSubmitButtonWithForm("../index.php", getUebersetzung("zurück"));
include_once $root . "/webinterface/templates/footer.inc.php";
示例3: deleteBild
include_once $root . "/backoffice/templates/header.inc.php";
include_once $root . "/backoffice/templates/bodyStart.inc.php";
include_once $root . "/backoffice/templates/components.inc.php";
include_once $root . "/include/bildFunctions.inc.php";
include_once $root . "/templates/constants.inc.php";
$index = $_POST["index"];
$bilder_id = $_POST["bilder_id"];
deleteBild($bilder_id);
$anzahl = getAnzahlBilderOfRaum($gastro_id);
if ($anzahl > 0) {
?>
<table border="0" cellpadding="0" cellspacing="3">
<tr>
<td><form action="./bilderLoeschen.php" method="post" name="weiter" target="_self" enctype="multipart/form-data">
<input name="index" type="hidden" value="<?php
echo $index;
?>
"/>
<?php
showSubmitButton(getUebersetzung("weitere Bilder l�schen"));
?>
</form>
</td>
</tr>
</table>
<br/>
<?php
}
//-----buttons um zur�ck zu gelangen:
showSubmitButtonWithForm("./index.php", getUebersetzung("zurück"));
include_once $root . "/backoffice/templates/footer.inc.php";
示例4: getUebersetzung
?>
/backoffice/divEinstellungen/bilder/index.php"><?php
echo getUebersetzung("Bilder");
?>
</a></td>
<td> - </td>
<td><?php
echo getUebersetzung("Einstellungen für Bilder der Räume");
?>
.</td>
</tr>
<!--
<form action="./suche/index.php" method="post" target="_self">
<tr>
<td><?php
showSubmitButton(getUebersetzung("Suche"));
?>
</td>
<td> - </td>
<td><?php
echo getUebersetzung("Einstellungen zur Suche nach freien Tischen");
?>
.</td>
</tr>
</form>
-->
<tr height="30">
<td><a href="<?php
echo $root;
?>
/backoffice/divEinstellungen/links/index.php"><?php
示例5: showSubmitButton
<td><?php
showSubmitButton(getUebersetzung("Mieter anlegen"));
?>
</td>
<td><?php
echo getUebersetzung("Einen neuen Mieter in der Datenbank speichern");
?>
.</td>
</tr>
</form>
<?php
if (getAnzahlMieter($vermieter_id) > 0) {
?>
<form action="./mieterListe/index.php" method="post" target="_self">
<tr>
<td><?php
showSubmitButton(getUebersetzung("Mieter Liste anzeigen"));
?>
</td>
<td><?php
echo getUebersetzung("Anzeigen und ändern von Mietern");
?>
.</td>
</tr>
</form>
<?php
}
?>
</table>
<?php
include_once $root . "/webinterface/templates/footer.inc.php";
示例6: getUebersetzung
?>
</td>
<td><input name="subject" type="text" id="subject_de" value="<?php
echo $subject;
?>
" size="50"></td>
</tr>
<tr valign="top">
<td><?php
echo getUebersetzung("Text");
?>
</td>
<td><textarea name="message" cols="50" rows="10" id="text_de"><?php
echo $message;
?>
</textarea></td>
</tr>
</table>
<br/>
<?php
//-----buttons um zurück zum menue zu gelangen:
showSubmitButton(getUebersetzung("absenden"));
}
//ende if antwort true
?>
</p>
</form>
<br/>
<?php
showSubmitButtonWithForm("./index.php", getUebersetzung("zurück"));
include_once $root . "/webinterface/templates/footer.inc.php";
示例7: getUebersetzung
<input type="button" class="button" onClick="showPreview(<?php
echo $tableCardId;
?>
)"
value="<?php
echo getUebersetzung("Vorschau");
?>
"/>
</td>
<td>
<?php
echo getUebersetzung("PDF erzeugen und Testdruck starten.");
?>
</td>
</tr>
<tr>
<td>
<?php
showSubmitButton(getUebersetzung("Speichern"));
?>
</td>
<td>
<?php
echo getUebersetzung("Tischkartendesign speichern.");
?>
</td>
<tr>
</form>
</table>
<?php
include_once $root . "/backoffice/templates/footer.inc.php";
示例8: array
<?php
echo "<a href='/site/coin?id={$coin->id}'>{$coin->name}</a> ";
echo "{$market->name}<br>";
$this->widget('UniForm');
echo CUFHtml::beginForm();
echo CUFHtml::errorSummary($market);
echo CUFHtml::openTag('fieldset', array('class' => 'inlineLabels'));
echo CUFHtml::openActiveCtrlHolder($market, 'deposit_address');
echo CUFHtml::activeLabelEx($market, 'deposit_address');
echo CUFHtml::activeTextField($market, 'deposit_address', array('maxlength' => 200));
echo "<p class='formHint2'>.</p>";
echo CUFHtml::closeCtrlHolder();
echo CUFHtml::closeTag('fieldset');
showSubmitButton('Save');
echo CUFHtml::endForm();
示例9: showSubmitButton
value="<?php
echo $anmerkung_val;
?>
">
<input name="sprache_val" type="hidden" id="anrede_var"
value="<?php
echo $sprache_val;
?>
">
<input name="gast_id" type="hidden" id="gast_id"
value="<?php
echo $gast_id;
?>
">
<?php
showSubmitButton(getUebersetzung("weiterblättern", $sprache, $link));
?>
</form>
</td>
<?php
}
?>
</tr>
</table>
<form action="./export/csv.php" method="post" name="hauptmenue" id="hauptmenue">
<input name="plz_val" type="hidden" id="plz_val" value="<?php
echo $plz_val;
?>
">
<input name="anrede_val" type="hidden" id="anrede_var" value="<?php
示例10: getUebersetzung
</tr>
<tr valign="top">
<td><?php
echo getUebersetzung("Text", $sprache, $link);
?>
</td>
<td><textarea name="message" cols="100" rows="10" class="table" id="text_de"><?php
echo $message;
?>
</textarea></td>
</tr>
</table>
<br/>
<?php
//-----buttons um zurück zum menue zu gelangen:
showSubmitButton(getUebersetzung("absenden", $sprache, $link));
}
//ende if
?>
</form>
</p>
<br/>
<?php
showSubmitButtonWithForm("./index.php", getUebersetzung("zurück", $sprache, $link));
?>
<br/>
<?php
showSubmitButtonWithForm("../inhalt.php", getUebersetzung("Hauptmenü", $sprache, $link));
?>
</td>
</tr>
示例11: showSubmitButton
><?php
echo $nachricht;
?>
</td>
</tr>
<?php
}
?>
<tr>
<td><form action="./bilderLoeschen.php" method="post" name="weiter" target="_self" enctype="multipart/form-data">
<input name="index" type="hidden" value="<?php
echo $index;
?>
"/>
<?php
showSubmitButton(getUebersetzung("weitere Bilder löschen", $sprache, $link));
?>
</form>
</td>
</tr>
</table>
<br/>
<?php
//-----buttons um zurück zu gelangen:
showSubmitButtonWithForm("./index.php", getUebersetzung("zurück", $sprache, $link));
?>
<br/>
<?php
//-----buttons um zurück zum menue zu gelangen:
showSubmitButtonWithForm("../inhalt.php", getUebersetzung("Hauptmenü", $sprache, $link));
?>
示例12: showSubmitButton
<?php
showSubmitButton(getUebersetzung("zurückblättern"));
?>
</form>
</td>
<?php
}
if ($index + $limit < getAnzahlBilderOfVermieter($vermieter_id)) {
?>
<td><form action="./bilderLoeschen.php" method="post" name="weiter" target="_self" enctype="multipart/form-data">
<input name="index" type="hidden" value="<?php
echo $index + $limit;
?>
"/>
<?php
showSubmitButton(getUebersetzung("weiterblättern"));
?>
</form>
</td>
<?php
}
?>
</tr>
</table>
</td>
</tr>
</table>
<br/>
<?php
//-----buttons um zurück zu gelangen:
showSubmitButtonWithForm("./index.php", getUebersetzung("zurück"));
示例13: getUebersetzung
<tr>
<td colspan="2"><hr/></td>
</tr>
<tr>
<td><?php
echo getUebersetzung("Fahne");
?>
</td>
<td>
<input name="bild" type="file"/>
</td>
</tr>
<tr><td> </td></tr>
<tr>
<td>
<?php
showSubmitButton(getUebersetzung("Speichern"));
?>
</td>
</form>
<form action="sprachen.php" method="post" name="sprachen" target="_self">
<td>
<?php
showSubmitButton(getUebersetzung("Abbrechen"));
?>
</td></form>
</tr>
</table>
<?php
include_once $root . "/backoffice/templates/footer.inc.php";
示例14: array
if (empty($coin->rpcuser)) {
$coin->rpcuser = 'yaamprpc';
}
echo CUFHtml::openActiveCtrlHolder($coin, 'rpcuser');
echo CUFHtml::activeLabelEx($coin, 'rpcuser');
echo CUFHtml::activeTextField($coin, 'rpcuser', array('maxlength' => 200));
echo "<p class='formHint2'>.</p>";
echo CUFHtml::closeCtrlHolder();
if (empty($coin->rpcpasswd)) {
$coin->rpcpasswd = 'e7ec005fhdsj3k6po6afbb84545eb24';
}
echo CUFHtml::openActiveCtrlHolder($coin, 'rpcpasswd');
echo CUFHtml::activeLabelEx($coin, 'rpcpasswd');
echo CUFHtml::activeTextField($coin, 'rpcpasswd', array('maxlength' => 200));
echo "<p class='formHint2'>.</p>";
echo CUFHtml::closeCtrlHolder();
echo CUFHtml::openActiveCtrlHolder($coin, 'hassubmitblock');
echo CUFHtml::activeLabelEx($coin, 'hassubmitblock');
echo CUFHtml::activeCheckBox($coin, 'hassubmitblock');
echo "<p class='formHint2'>.</p>";
echo CUFHtml::closeCtrlHolder();
echo CUFHtml::openActiveCtrlHolder($coin, 'txmessage');
echo CUFHtml::activeLabelEx($coin, 'txmessage');
echo CUFHtml::activeCheckBox($coin, 'txmessage');
echo "<p class='formHint2'>.</p>";
echo CUFHtml::closeCtrlHolder();
echo "</div>";
echo "</div>";
echo CUFHtml::closeTag('fieldset');
showSubmitButton($update ? 'Save' : 'Create');
echo CUFHtml::endForm();
示例15: showSubmitButton
$ort = $d->ORT;
$land = $d->LAND;
$gast = $nachname . " " . $vorname . ", " . $ort . ", " . $land;
?>
<option value="<?php
echo $mieter_id;
?>
" selected="selected"><?php
echo $gast;
?>
</option>
<?php
}
//ende schleife.
?>
</select></td>
</tr>
<tr>
<td></td>
</tr>
</table>
<?php
echo "<br/>";
showSubmitButton(getUebersetzung("E-Mails senden"));
echo "<br/>";
}
//ende if newsletter
?>
</form>
<?php
include_once $root . "/backoffice/templates/footer.inc.php";