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