Файл: contao-3.5.8/system/modules/core/templates/modules/mod_search_simple.xhtml
Строк: 14
<form action="<?= $this->action ?>" method="get">
<div class="formbody">
<?php if ($this->id): ?>
<input type="hidden" name="id" value="<?= $this->id ?>" />
<?php endif; ?>
<label for="ctrl_keywords_<?= $this->uniqueId ?>" class="invisible"><?= $this->keywordLabel ?></label>
<input type="text" name="keywords" id="ctrl_keywords_<?= $this->uniqueId ?>" class="text" value="<?= $this->keyword ?>" />
<input type="submit" id="ctrl_submit_<?= $this->uniqueId ?>" class="submit" value="<?= $this->search ?>" />
</div>
</form>