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