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