{include file="common/head.tpl.html" html5=true}
{register->link string=$lang.devtools_useroptions rg=1}
{if $rg == 1}
{$lang.devtools_useroptions}
{$lang.devtools_useroptions_name}: {html->input_text name="useroptions_name" id="useroptions_name" value=$useroptions_name class="f-width"}
{$lang.devtools_useroptions_value}:
{html->area name="useroptions_value" value=$useroptions_value class="f-width" style="height:300px"}
 
{cssbutton->click string=$lang.devtools_show script="location.href='`$SELF_GET`&useroptions_name='+$('useroptions_name').value"}
{/if}
{include file="common/foot.tpl.html"}