0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
prefs
/
[
Home
]
File: password.tpl
<div class="adminoptionbox clearfix{if isset($smarty.request.highlight) and $smarty.request.highlight eq $p.preference} highlight{/if}"> <label for="{$p.id|escape}">{$p.name|escape}:</label> <input name="{$p.preference|escape}" id="{$p.id|escape}" value="{$p.value|escape}" size="{$p.size|default:80|escape}" type="password" {$p.params}/> {$p.detail|escape} {include file="prefs/shared-flags.tpl"} {if $p.shorthint} <em>{$p.shorthint|simplewiki}</em> {/if} {if $p.hint} <br/><em>{$p.hint|simplewiki}</em> {/if} {include file="prefs/shared-dependencies.tpl"} </div>