]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/contact_template.tpl
7c19b3272e8f0f2d6588c957326a8c33c9e527c6
[friendica.git] / view / theme / frost-mobile / contact_template.tpl
1
2 <div class="contact-entry-wrapper" id="contact-entry-wrapper-$contact.id" >
3         <div class="contact-entry-photo-wrapper" >
4                 <div class="contact-entry-photo mframe" id="contact-entry-photo-$contact.id"
5                 onmouseover="if (typeof t$contact.id != 'undefined') clearTimeout(t$contact.id);" 
6                 onmouseout="t$contact.id=setTimeout('closeMenu(\'contact-photo-menu-$contact.id\');',200)" >
7
8 {#<!--                  <a href="$contact.url" title="$contact.img_hover" /><img src="$contact.thumb" $contact.sparkle alt="$contact.name" /></a>-->#}
9                         <span onclick="openClose('contact-photo-menu-$contact.id');" class="fakelink contact-photo-menu-button" id="contact-photo-menu-button-$contact.id">
10                         <img src="$contact.thumb" $contact.sparkle alt="$contact.name" />
11                         </span>
12
13                         {{ if $contact.photo_menu }}
14 {#<!--                  <span onclick="openClose('contact-photo-menu-$contact.id');" class="fakelink contact-photo-menu-button" id="contact-photo-menu-button-$contact.id">menu</span>-->#}
15                 <div class="contact-photo-menu" id="contact-photo-menu-$contact.id">
16                     <ul>
17                                                 {{ for $contact.photo_menu as $c }}
18                                                 {{ if $c.2 }}
19                                                 <li><a target="redir" href="$c.1">$c.0</a></li>
20                                                 {{ else }}
21                                                 <li><a href="$c.1">$c.0</a></li>
22                                                 {{ endif }}
23                                                 {{ endfor }}
24                     </ul>
25                 </div>
26                         {{ endif }}
27                 </div>
28                         
29         </div>
30         <div class="contact-entry-photo-end" ></div>
31                 <div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div><br />
32 {{ if $contact.alt_text }}<div class="contact-entry-details" id="contact-entry-rel-$contact.id" >$contact.alt_text</div>{{ endif }}
33         <div class="contact-entry-network" id="contact-entry-network-$contact.id" >$contact.network</div>
34
35         <div class="contact-entry-end" ></div>
36 </div>