]> git.mxchange.org Git - friendica.git/blob - view/templates/manage.tpl
Vier: The usability with a touch device is improved
[friendica.git] / view / templates / manage.tpl
1
2 <h3>{{$title}}</h3>
3 <div id="identity-manage-desc">{{$desc}}</div>
4 <div id="identity-manage-choose">{{$choose}}</div>
5 <div id="identity-selector-wrapper">
6         <form action="manage" method="post" >
7         <select name="identity" size="10" onchange="this.form.submit();" >
8
9         {{foreach $identities as $id}}
10                 <option {{$id.selected}} value="{{$id.uid}}">{{$id.username}} ({{$id.nickname}})</option>
11         {{/foreach}}
12
13         </select>
14         <div id="identity-select-break"></div>
15
16         {{*<!--<input id="identity-submit" type="submit" name="submit" value="{{$submit}}" />-->*}}
17 </div></form>
18