]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/wall_item.tpl
Merge branch 'pull'
[friendica.git] / view / theme / testbubble / wall_item.tpl
1 <!-- test -->
2 <div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" >
3         <div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" >
4                 <div class="wall-item-info" id="wall-item-info-$id">
5                         <div class="wall-item-photo-wrapper mframe" id="wall-item-photo-wrapper-$id" 
6                                  onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')" 
7                                  onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)">
8                                 <a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id">
9                                         <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" style="height: 80px; width: 80px;" alt="$name" />
10                                 </a>
11                                 <span onclick="openClose('wall-item-photo-menu-$id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$id">menu</span>
12                                 <div class="wall-item-photo-menu" id="wall-item-photo-menu-$id">
13                                         <ul>
14                                                 $item_photo_menu
15                                         </ul>
16                                 </div>
17                         </div>
18                         <div class="wall-item-photo-end"></div>
19                         <div class="wall-item-location" id="wall-item-location-$id">{{ if $location }}<span class="icon globe"></span>$location {{ endif }}</div>                               
20                 </div>
21                 <div class="wall-item-lock-wrapper">
22                                 {{ if $lock }}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,$id);" /></div>
23                                 {{ else }}<div class="wall-item-lock"></div>{{ endif }}
24                 </div>
25                 <div class="wall-item-content" id="wall-item-content-$id" >
26                         <div class="wall-item-title" id="wall-item-title-$id">$title</div>
27                         <div class="wall-item-title-end"></div>
28                         <div class="wall-item-body" id="wall-item-body-$id" >$body
29                                 <div class="body-tag">
30                                         {{ for $tags as $tag }}
31                                                 <span class='tag'>$tag</span>
32                                         {{ endfor }}
33                                 </div>
34                         </div>
35                 </div>
36
37                 <div class="wall-item-tools" id="wall-item-tools-$id">
38                         {{ if $vote }}
39                         <div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
40                                 <a href="#" class="icon like" title="$vote.like.0" onclick="dolike($id,'like'); return false"></a>
41                                 <a href="#" class="icon dislike" title="$vote.dislike.0" onclick="dolike($id,'dislike'); return false"></a>
42                                 {{ if $vote.share }}<a href="#" class="icon recycle wall-item-share-buttons" title=""$vote.share.0" onclick="jotShare($id); return false"></a>{{ endif }}
43                                 <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
44                         </div>
45                         {{ endif }}
46                         {{ if $plink }}
47                                 <div class="wall-item-links-wrapper"><a href="$plink.href" title="$plink.title" target="external-link" class="icon remote-link"></a></div>
48                         {{ endif }}
49                         {{ if $edpost }}
50                                 <a class="editpost icon pencil" href="$edpost.0" title="$edpost.1"></a>
51                         {{ endif }}
52                          
53                         {{ if $star }}
54                         <a href="#" id="starred-$id" onclick="dostar($id); return false;" class="star-item icon $isstarred" title="$star.toggle"></a>
55                         <a href="#" id="tagger-$id" onclick="itemTag($id); return false;" class="tag-item icon tagged" title="$star.tagger"></a>
56                         {{ endif }}
57                         
58                         <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" >
59                                 {{ if $drop.dropping }}<a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$drop.delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{ endif }}
60                         </div>
61                                 {{ if $drop.dropping }}<input type="checkbox" onclick="checkboxhighlight(this);" title="$drop.select" class="item-select" name="itemselected[]" value="$id" />{{ endif }}
62                         <div class="wall-item-delete-end"></div>
63
64                         
65                 </div>
66                 
67                 <div class="wall-item-author">
68                                 <a href="$profile_url" title="$linktitle" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
69                                 <div class="wall-item-ago"  id="wall-item-ago-$id">$ago</div>
70                                 
71                 </div>  
72         </div>
73         <div class="wall-item-wrapper-end"></div>
74         <div class="wall-item-like" id="wall-item-like-$id">$like</div>
75         <div class="wall-item-dislike" id="wall-item-dislike-$id">$dislike</div>
76         <div class="wall-item-comment-wrapper" >
77         $comment
78         </div>
79 </div>
80
81 <div class="wall-item-outside-wrapper-end$indent" ></div>
82