2021-02-24 17:39:42 +00:00
|
|
|
<form method="post">
|
2023-04-09 22:50:42 +00:00
|
|
|
<?php require ROOT_PATH . '/pg-view/ns/form.ns.php'; ?>
|
2023-01-21 00:27:52 +00:00
|
|
|
<label for="txt"><?= _('Text') ?></label>
|
2022-04-18 14:05:00 +00:00
|
|
|
<br>
|
2023-01-21 00:27:52 +00:00
|
|
|
<input id="txt" minlenght="5" maxlength="8192" pattern="^[a-zA-Z0-9 .@=:!%$+/\()[\]_-]{5,8192}$" placeholder="<?= _('Some text…') ?>" name="txt" type="text">
|
2022-04-18 14:05:00 +00:00
|
|
|
<br>
|
2023-01-21 00:27:52 +00:00
|
|
|
<input type="submit" value="<?= _('Apply') ?>">
|
2021-02-24 17:39:42 +00:00
|
|
|
</form>
|