torrentpier/styles/templates/admin/admin_robots.tpl
Roman Kelesidis 79bb13e17d
feat(ACP): Added robots.txt editor (#1913)
* feat(admin): Added robots.txt editor

* Update admin_robots.tpl

* Update admin_robots.php

* Update admin_robots.php

* Update admin_robots.php

* Update admin_robots.tpl

* Updated

* Updated

* Update main.php

* Updated
2025-05-30 17:53:22 +03:00

24 lines
685 B
Smarty

<h1>{L_ROBOTS_TXT_EDITOR_TITLE}</h1>
<br />
<form action="{S_ACTION}" method="post">
<table class="forumline">
<tr>
<th>{L_ROBOTS_TXT_EDITOR_TITLE}</th>
</tr>
<tr>
<td class="row1">
<textarea class="editor mrg_4" name="robots_txt" id="robots_txt" rows="18" cols="92">{ROBOTS_TXT}</textarea>
</td>
</tr>
<tr>
<td class="catBottom" colspan="2">
<input type="reset" value="{L_CANCEL}" class="liteoption">
<input type="submit" value="{L_SAVE}" name="save" class="mainoption">
</td>
</tr>
</table>
</form>
<br clear="all"/>