mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-06-07 13:54:51 -07:00
* 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
24 lines
685 B
Smarty
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"/>
|