]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/templates/profile_advanced.tpl
New version for "Vier". The navigation was restructured and several other stuff was...
[friendica.git] / view / theme / vier / templates / profile_advanced.tpl
1 {{if $profile.edit}}
2   <div class="profile-view-actions">
3     <a class="btn" href="{{$profile.edit.0}}" id="profile-view-edit-link" title="{{$profile.edit.3}}">{{$profile.edit.1}}</a>
4   </div>
5 {{/if}}
6
7 <h2>{{$title}}</h2>
8
9 <dl id="aprofile-fullname" class="aprofile">
10  <dt>{{$profile.fullname.0}}</dt>
11  <dd>{{$profile.fullname.1}}</dd>
12 </dl>
13
14 {{if $profile.gender}}
15 <dl id="aprofile-gender" class="aprofile">
16  <dt>{{$profile.gender.0}}</dt>
17  <dd>{{$profile.gender.1}}</dd>
18 </dl>
19 {{/if}}
20
21 {{if $profile.birthday}}
22 <dl id="aprofile-birthday" class="aprofile">
23  <dt>{{$profile.birthday.0}}</dt>
24  <dd>{{$profile.birthday.1}}</dd>
25 </dl>
26 {{/if}}
27
28 {{if $profile.age}}
29 <dl id="aprofile-age" class="aprofile">
30  <dt>{{$profile.age.0}}</dt>
31  <dd>{{$profile.age.1}}</dd>
32 </dl>
33 {{/if}}
34
35 {{if $profile.marital}}
36 <dl id="aprofile-marital" class="aprofile">
37  <dt><span class="heart">&hearts;</span>  {{$profile.marital.0}}</dt>
38  <dd>{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}</dd>
39 </dl>
40 {{/if}}
41
42 {{if $profile.sexual}}
43 <dl id="aprofile-sexual" class="aprofile">
44  <dt>{{$profile.sexual.0}}</dt>
45  <dd>{{$profile.sexual.1}}</dd>
46 </dl>
47 {{/if}}
48
49 {{if $profile.pub_keywords}}
50 <dl id="aprofile-tags" class="aprofile">
51  <dt>{{$profile.pub_keywords.0}}</dt>
52  <dd>{{$profile.pub_keywords.1}}</dd>
53 </dl>
54 {{/if}}
55
56 {{if $profile.homepage}}
57 <dl id="aprofile-homepage" class="aprofile">
58  <dt>{{$profile.homepage.0}}</dt>
59  <dd>{{$profile.homepage.1}}</dd>
60 </dl>
61 {{/if}}
62
63 {{if $profile.hometown}}
64 <dl id="aprofile-hometown" class="aprofile">
65  <dt>{{$profile.hometown.0}}</dt>
66  <dd>{{$profile.hometown.1}}</dd>
67 </dl>
68 {{/if}}
69
70 {{if $profile.politic}}
71 <dl id="aprofile-politic" class="aprofile">
72  <dt>{{$profile.politic.0}}</dt>
73  <dd>{{$profile.politic.1}}</dd>
74 </dl>
75 {{/if}}
76
77 {{if $profile.religion}}
78 <dl id="aprofile-religion" class="aprofile">
79  <dt>{{$profile.religion.0}}</dt>
80  <dd>{{$profile.religion.1}}</dd>
81 </dl>
82 {{/if}}
83
84 {{if $profile.about}}
85 <dl id="aprofile-about" class="aprofile">
86  <dt>{{$profile.about.0}}</dt>
87  <dd>{{$profile.about.1}}</dd>
88 </dl>
89 {{/if}}
90
91 {{if $profile.interest}}
92 <dl id="aprofile-interest" class="aprofile">
93  <dt>{{$profile.interest.0}}</dt>
94  <dd>{{$profile.interest.1}}</dd>
95 </dl>
96 {{/if}}
97
98 {{if $profile.likes}}
99 <dl id="aprofile-likes" class="aprofile">
100  <dt>{{$profile.likes.0}}</dt>
101  <dd>{{$profile.likes.1}}</dd>
102 </dl>
103 {{/if}}
104
105 {{if $profile.dislikes}}
106 <dl id="aprofile-dislikes" class="aprofile">
107  <dt>{{$profile.dislikes.0}}</dt>
108  <dd>{{$profile.dislikes.1}}</dd>
109 </dl>
110 {{/if}}
111
112 {{if $profile.contact}}
113 <dl id="aprofile-contact" class="aprofile">
114  <dt>{{$profile.contact.0}}</dt>
115  <dd>{{$profile.contact.1}}</dd>
116 </dl>
117 {{/if}}
118
119
120 {{if $profile.music}}
121 <dl id="aprofile-music" class="aprofile">
122  <dt>{{$profile.music.0}}</dt>
123  <dd>{{$profile.music.1}}</dd>
124 </dl>
125 {{/if}}
126
127
128 {{if $profile.book}}
129 <dl id="aprofile-book" class="aprofile">
130  <dt>{{$profile.book.0}}</dt>
131  <dd>{{$profile.book.1}}</dd>
132 </dl>
133 {{/if}}
134
135
136 {{if $profile.tv}}
137 <dl id="aprofile-tv" class="aprofile">
138  <dt>{{$profile.tv.0}}</dt>
139  <dd>{{$profile.tv.1}}</dd>
140 </dl>
141 {{/if}}
142
143
144 {{if $profile.film}}
145 <dl id="aprofile-film" class="aprofile">
146  <dt>{{$profile.film.0}}</dt>
147  <dd>{{$profile.film.1}}</dd>
148 </dl>
149 {{/if}}
150
151
152 {{if $profile.romance}}
153 <dl id="aprofile-romance" class="aprofile">
154  <dt>{{$profile.romance.0}}</dt>
155  <dd>{{$profile.romance.1}}</dd>
156 </dl>
157 {{/if}}
158
159
160 {{if $profile.work}}
161 <dl id="aprofile-work" class="aprofile">
162  <dt>{{$profile.work.0}}</dt>
163  <dd>{{$profile.work.1}}</dd>
164 </dl>
165 {{/if}}
166
167 {{if $profile.education}}
168 <dl id="aprofile-education" class="aprofile">
169  <dt>{{$profile.education.0}}</dt>
170  <dd>{{$profile.education.1}}</dd>
171 </dl>
172 {{/if}}
173
174
175
176