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