]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/templates/manage.tpl
f7d72f653be0df5cf15fabed8bfa3f57458dd0a9
[friendica.git] / view / theme / decaf-mobile / templates / manage.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h3>{{$title}}</h3>
7 <div id="identity-manage-desc">{{$desc}}</div>
8 <div id="identity-manage-choose">{{$choose}}</div>
9 <div id="identity-selector-wrapper">
10         <form action="manage" method="post" >
11         <select name="identity" size="4" onchange="this.form.submit();" >
12
13         {{foreach $identities as $id}}
14                 <option {{$id.selected}} value="{{$id.uid}}">{{$id.username}} ({{$id.nickname}})</option>
15         {{/foreach}}
16
17         </select>
18         <div id="identity-select-break"></div>
19
20         {{* name="submit" interferes with this.form.submit() *}}
21         <input id="identity-submit" type="submit" {{*name="submit"*}} value="{{$submit}}" />
22 </div></form>
23