
- As a result of 85e100c removed reference to the PrettyURLs plugin from the setup language files. - The PrettyURLs panel now contains a note on the server software used
49 lines
1.3 KiB
Smarty
49 lines
1.3 KiB
Smarty
<h2>{$plang.head}</h2>
|
|
<p>{$plang.description1}</p>
|
|
|
|
{include file="shared:errorlist.tpl"}
|
|
|
|
|
|
{html_form}
|
|
|
|
|
|
<h3>{$plang.mode}</h3>
|
|
<dl>
|
|
<dt><label><input type="radio" name="mode" value="0" {if $pconfig.mode == 0 }checked=checked{/if}>
|
|
{$plang.auto} </label> </dt>
|
|
<dd>{$plang.autodescr}</dd>
|
|
<dt><label><input type="radio" name="mode" value="1" {if $pconfig.mode==1}checked=checked{/if}>
|
|
{$plang.pathinfo} </label> </dt>
|
|
<dd>{$plang.pathinfodescr}</dd>
|
|
<dt><label><input type="radio" name="mode" value="2" {if $pconfig.mode==2}checked=checked{/if}>
|
|
{$plang.httpget} </label> </dt>
|
|
<dd>{$plang.httpgetdescr}</dd>
|
|
<dt><label><input type="radio" name="mode" value="3" {if $pconfig.mode==3}checked=checked{/if}>
|
|
{$plang.pretty} </label> </dt>
|
|
<dd>{$plang.prettydescr}</dd>
|
|
</dl>
|
|
|
|
<div class="buttonbar">
|
|
<input type="submit" name="saveopt" value="{$plang.saveopt}" />
|
|
</div>
|
|
|
|
|
|
|
|
<h3>{$plang.htaccess}</h3>
|
|
|
|
<p>{$plang.description2}</p>
|
|
<p>
|
|
<textarea id="htaccess" name="htaccess"
|
|
{if $cantsave}readonly="readonly" {/if}cols="70" rows="16">{$htaccess|escape:'html'}</textarea>
|
|
</p>
|
|
|
|
<div class="buttonbar">
|
|
{if $cantsave}
|
|
<p><em>{$plang.cantsave}</em></p>
|
|
{else}
|
|
<input type="submit" name="htaccess-submit" value="{$plang.submit}"/>
|
|
{/if}
|
|
</div>
|
|
|
|
{/html_form}
|