sforkowany z mirror/friendica
23 wiersze
663 B
Smarty
23 wiersze
663 B
Smarty
|
{{*
|
||
|
* AUTOMATICALLY GENERATED TEMPLATE
|
||
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
||
|
*
|
||
|
*}}
|
||
|
<h3>{{$title}}</h3>
|
||
|
<div id="identity-manage-desc">{{$desc}}</div>
|
||
|
<div id="identity-manage-choose">{{$choose}}</div>
|
||
|
<div id="identity-selector-wrapper">
|
||
|
<form action="manage" method="post" >
|
||
|
<select name="identity" size="4" onchange="this.form.submit();" >
|
||
|
|
||
|
{{foreach $identities as $id}}
|
||
|
<option {{$id.selected}} value="{{$id.uid}}">{{$id.username}} ({{$id.nickname}})</option>
|
||
|
{{/foreach}}
|
||
|
|
||
|
</select>
|
||
|
<div id="identity-select-break"></div>
|
||
|
|
||
|
{{*<!--<input id="identity-submit" type="submit" name="submit" value="{{$submit}}" />-->*}}
|
||
|
</div></form>
|
||
|
|