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