]> git.mxchange.org Git - friendica.git/blob - view/templates/settings/profile/index.tpl
Move title attribute to <time> tag
[friendica.git] / view / templates / settings / profile / index.tpl
1 <h1>{{$banner}}</h1>
2
3 {{$default nofilter}}
4
5 <div id="profile-edit-links">
6         <ul>
7                 <li><a href="settings/profile/photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></li>
8                 <li><a href="profile/{{$nickname}}/profile" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></li>
9         </ul>
10 </div>
11
12 <div id="profile-edit-links-end"></div>
13
14 <div id="profile-edit-wrapper">
15         <form id="profile-edit-form" name="form1" action="settings/profiles" method="post">
16                 <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
17
18                 <div id="profile-edit-name-wrapper">
19                         <label id="profile-edit-name-label" for="profile-edit-name">{{$name.1}} </label>
20                         <input type="text" size="32" name="name" id="profile-edit-name" value="{{$name.2}}"/>
21                 </div>
22                 <div id="profile-edit-name-end"></div>
23                 <div id="profile-edit-about-wrapper">
24                         <label id="profile-edit-about-label" for="profile-edit-about">{{$about.1}} </label>
25                         <input type="text" size="32" name="about" id="profile-edit-about" value="{{$about.1}}"/>
26                 </div>
27                 <div id="profile-edit-about-end"></div>
28                 <div id="profile-edit-dob-wrapper">
29                         {{$dob nofilter}}
30                 </div>
31                 <div id="profile-edit-dob-end"></div>
32                 {{$hide_friends nofilter}}
33                 <div class="profile-edit-submit-wrapper">
34                         <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}"/>
35                 </div>
36                 <div class="profile-edit-submit-end"></div>
37                 <div id="profile-edit-address-wrapper">
38                         <label id="profile-edit-address-label" for="profile-edit-address">{{$address.1}} </label>
39                         <input type="text" size="32" name="address" id="profile-edit-address" value="{{$address.2}}"/>
40                 </div>
41                 <div id="profile-edit-address-end"></div>
42                 <div id="profile-edit-locality-wrapper">
43                         <label id="profile-edit-locality-label" for="profile-edit-locality">{{$locality.1}} </label>
44                         <input type="text" size="32" name="locality" id="profile-edit-locality" value="{{$locality.2}}"/>
45                 </div>
46                 <div id="profile-edit-locality-end"></div>
47                 <div id="profile-edit-postal-code-wrapper">
48                         <label id="profile-edit-postal-code-label" for="profile-edit-postal-code">{{$postal_code.1}} </label>
49                         <input type="text" size="32" name="postal_code" id="profile-edit-postal-code" value="{{$postal_code.2}}"/>
50                 </div>
51                 <div id="profile-edit-postal-code-end"></div>
52                 <div id="profile-edit-country-name-wrapper">
53                         <label id="profile-edit-country-name-label" for="profile-edit-country-name">{{$country_name.1}} </label>
54                         <select name="country_name" id="profile-edit-country-name" onChange="Fill_States('{{$region.2}}');">
55                                 <option selected="selected">{{$country_name.2}}</option>
56                                 <option>temp</option>
57                         </select>
58                 </div>
59                 <div id="profile-edit-country-name-end"></div>
60                 <div id="profile-edit-region-wrapper">
61                         <label id="profile-edit-region-label" for="profile-edit-region">{{$region.1}} </label>
62                         <select name="region" id="profile-edit-region" onChange="Update_Globals();">
63                                 <option selected="selected">{{$region.2}}</option>
64                                 <option>temp</option>
65                         </select>
66                 </div>
67                 <div id="profile-edit-region-end"></div>
68                 <div class="profile-edit-submit-wrapper">
69                         <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}"/>
70                 </div>
71                 <div class="profile-edit-submit-end"></div>
72                 <div id="profile-edit-homepage-wrapper">
73                         <label id="profile-edit-homepage-label" for="profile-edit-homepage">{{$homepage.1}} </label>
74                         <input type="url" size="32" name="homepage" id="profile-edit-homepage" value="{{$homepage.2}}"/>
75                 </div>
76                 <div id="profile-edit-homepage-end"></div>
77                 <div id="profile-edit-xmpp-wrapper">
78                         <label id="profile-edit-xmpp-label" for="profile-edit-xmpp">{{$xmpp.1}} </label>
79                         <input type="text" size="32" name="xmpp" id="profile-edit-xmpp" title="{{$lbl_ex2}}" value="{{$xmpp.2}}"/>
80                 </div>
81                 <div id="profile-edit-xmpp-desc">{{$xmpp.3}}</div>
82                 <div id="profile-edit-xmpp-end"></div>
83                 <div id="profile-edit-matrix-wrapper">
84                         <label id="profile-edit-matrix-label" for="profile-edit-matrix">{{$matrix.1}} </label>
85                         <input type="text" size="32" name="matrix" id="profile-edit-matrix" title="{{$lbl_ex2}}" value="{{$matrix.2}}"/>
86                 </div>
87                 <div id="profile-edit-matrix-desc">{{$matrix.3}}</div>
88                 <div id="profile-edit-matrix-end"></div>
89                 <div id="profile-edit-pubkeywords-wrapper">
90                         <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords">{{$pub_keywords.1}} </label>
91                         <input type="text" size="32" name="pub_keywords" id="profile-edit-pubkeywords" title="{{$lbl_ex2}}" value="{{$pub_keywords.2}}"/>
92                 </div>
93                 <div id="profile-edit-pubkeywords-desc">{{$pub_keywords.3}}</div>
94                 <div id="profile-edit-pubkeywords-end"></div>
95                 <div id="profile-edit-prvkeywords-wrapper">
96                         <label id="profile-edit-prvkeywords-label" for="profile-edit-prvkeywords">{{$prv_keywords.1}} </label>
97                         <input type="text" size="32" name="prv_keywords" id="profile-edit-prvkeywords" title="{{$lbl_ex2}}" value="{{$prv_keywords.2}}"/>
98                 </div>
99                 <div id="profile-edit-prvkeywords-desc">{{$prv_keywords.3}}</div>
100                 <div id="profile-edit-prvkeywords-end"></div>
101                 <div class="profile-edit-submit-wrapper">
102                         <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}"/>
103                 </div>
104                 <div class="profile-edit-submit-end"></div>
105
106                 <h2>{{$lbl_custom_fields_section}}</h2>
107                 {{$custom_fields_description nofilter}}
108                 <div id="profile-custom-fields">
109                 {{foreach $custom_fields as $custom_field}}
110                         {{include file="settings/profile/field/edit.tpl" profile_field=$custom_field}}
111                 {{/foreach}}
112                 </div>
113
114                 <div class="profile-edit-submit-wrapper">
115                         <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}"/>
116                 </div>
117                 <div class="profile-edit-submit-end"></div>
118         </form>
119 </div>
120 <script type="text/javascript">
121         Fill_Country('{{$country_name.2}}');
122         Fill_States('{{$region.2}}');
123 </script>