mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Example of the cookie option
This commit is contained in:
parent
d090f402cc
commit
93a35c251b
10 changed files with 36 additions and 4 deletions
|
|
@ -123,6 +123,15 @@
|
|||
<p class="x_help-block">{$lang->about_use_session_ssl}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->use_cookie_ssl}</label>
|
||||
<div class="x_controls">
|
||||
<label for="use_cookie_ssl_y" class="x_inline"><input type="radio" name="use_cookie_ssl" id="use_cookie_ssl_y" value="Y" checked="checked"|cond="$use_cookie_ssl && $use_ssl === 'always'" disabled="disabled"|cond="$use_ssl !== 'always'" /> {$lang->cmd_yes}</label>
|
||||
<label for="use_cookie_ssl_n" class="x_inline"><input type="radio" name="use_cookie_ssl" id="use_cookie_ssl_n" value="N" checked="checked"|cond="!$use_cookie_ssl || $use_ssl !== 'always'" disabled="disabled"|cond="$use_ssl !== 'always'" /> {$lang->cmd_no}</label>
|
||||
<br />
|
||||
<p class="x_help-block">{$lang->about_use_cookie_ssl}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->thumbnail_target}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue