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