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