]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/search_item.tpl
Merge pull request #515 from simonlnu/master
[friendica.git] / view / theme / smoothly / search_item.tpl
1 <a name="$item.id" ></a>
2 <div class="wall-item-outside-wrapper $item.indent$item.previewing" id="wall-item-outside-wrapper-$item.id" >
3         <div class="wall-item-content-wrapper $item.indent" id="wall-item-content-wrapper-$item.id" >
4                 <div class="wall-item-info" id="wall-item-info-$item.id">
5                         <div class="wall-item-photo-wrapper mframe" id="wall-item-photo-wrapper-$item.id" 
6                                  onmouseover="if (typeof t$item.id != 'undefined') clearTimeout(t$item.id); openMenu('wall-item-photo-menu-button-$item.id')" 
7                                  onmouseout="t$item.id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$item.id\'); closeMenu(\'wall-item-photo-menu-$item.id\');',200)">
8                                 <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$item.id">
9                                 <img src="$item.thumb" class="wall-item-photo$item.sparkle" id="wall-item-photo-$item.id" style="height: 80px; width: 80px;" alt="$item.name" /></a>
10                                 <span onclick="openClose('wall-item-photo-menu-$item.id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$item.id">menu</span>
11                                 <div class="wall-item-photo-menu" id="wall-item-photo-menu-$item.id">
12                                         <ul>
13                                                 $item.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-$item.id">{{ if $item.location }}<span class="icon globe"></span>$item.location {{ endif }}</div>
19                 </div>
20                 <div class="wall-item-lock-wrapper">
21                                 {{ if $item.lock }}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="$item.lock" onclick="lockview(event,$item.id);" /></div>
22                                 {{ else }}<div class="wall-item-lock"></div>{{ endif }}                 
23                 </div>
24                 <div class="wall-item-tools" id="wall-item-tools-$item.id">
25                         <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$item.id" >
26                         </div>
27                                 {{ if $item.drop.pagedrop }}<input type="checkbox" onclick="checkboxhighlight(this);" title="$item.drop.select" class="item-select" name="itemselected[]" value="$item.id" />{{ endif }}
28                         <div class="wall-item-delete-end"></div>
29                 </div>
30                 <div class="wall-item-content" id="wall-item-content-$item.id" >
31                         <div class="wall-item-title" id="wall-item-title-$item.id">$item.title</div>
32                         <div class="wall-item-title-end"></div>
33                         <div class="wall-item-body" id="wall-item-body-$item.id" >$item.body</div>
34                         
35                         {{ if $item.has_cats }}
36                         <div class="categorytags"><span>$item.txt_cats {{ for $item.categories as $cat }}$cat.name 
37                         <a href="$cat.removeurl" title="$remove">[$remove]</a> 
38                         {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
39                         </div>
40                         {{ endif }}
41
42                         {{ if $item.has_folders }}
43                         <div class="filesavetags"><span>$item.txt_folders {{ for $item.folders as $cat }}$cat.name 
44                         <a href="$cat.removeurl" title="$remove">[$remove]</a> {{ if $cat.last }}{{ else }}, {{ endif }}{{ endfor }}
45                         </div>
46                         {{ endif }}
47                 </div>
48                 <div class="wall-item-author">
49                                 <a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a>
50                                 <div class="wall-item-ago"  id="wall-item-ago-$item.id" title="$item.localtime">$item.ago</div>
51                                 
52                 </div>                  
53                 
54         </div>
55         <div class="wall-item-wrapper-end"></div>
56
57
58         <div class="wall-item-conv" id="wall-item-conv-$item.id" >
59         {{ if $item.conv }}
60                         <a href='$item.conv.href' id='context-$item.id' title='$item.conv.title'>$item.conv.title</a>
61         {{ endif }}
62         </div>
63         <div class="wall-item-wrapper-end"></div>
64 </div>
65
66 <div class="wall-item-outside-wrapper-end $item.indent" ></div>