mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
Add option to allow robots to read documents
This commit is contained in:
parent
d946d75969
commit
9939b8b747
5 changed files with 24 additions and 13 deletions
|
|
@ -106,14 +106,16 @@
|
|||
<label for="disable_read_document" class="x_control-label">{$lang->disable_read_document}</label>
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
<input type="checkbox" name="disable_read_document" id="disable_read_document" value="Y" checked="checked"|cond="$config->disable_read_document=='Y'" />
|
||||
{$lang->about_disable_read_document}
|
||||
{$lang->about_disable_read_document}
|
||||
<input type="checkbox" name="disable_read_document_except_robots" id="disable_read_document_except_robots" value="Y" checked="checked"|cond="$config->disable_read_document_except_robots == 'Y'" />
|
||||
{$lang->disable_read_document_except_robots}
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="no_point_date" class="x_control-label">{$lang->no_point_date}</label>
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
<input type="number" name="no_point_date" id="no_point_date" value="{$config->no_point_date}" style="width:50px;" />{$lang->day_ago}
|
||||
<p>{$lang->about_no_point_date}</p>
|
||||
<p class="x_help-block">{$lang->about_no_point_date}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_clearfix btnArea">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue