]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/contact_template.tpl
Merge pull request #469 from pixelroot/master
[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                         $contact.photo_menu
18                     </ul>
19                 </div>
20                         {{ endif }}
21                 </div>
22                         
23         </div>
24         <div class="contact-entry-photo-end" ></div>
25                 <div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div><br />
26 {{ if $contact.alt_text }}<div class="contact-entry-details" id="contact-entry-rel-$contact.id" >$contact.alt_text</div>{{ endif }}
27         <div class="contact-entry-network" id="contact-entry-network-$contact.id" >$contact.network</div>
28
29         <div class="contact-entry-end" ></div>
30 </div>