]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/communityhome.tpl
add themes diabook-red & diabook-aerith
[friendica.git] / view / theme / diabook / communityhome.tpl
1 <div id="close_pages">
2 {{ if $page }}
3 <div>$page</div>
4 {{ endif }}
5 </div>
6
7 <div id="close_helpers">
8 {{ if $lastusers_title }}
9 <h3 style="margin-top:0px;">Help or @NewHere ?<a id="close_helpers_icon"  onClick="close_helpers()" class="icon close_box" title="close"></a></h3>
10 <a href="http://kakste.com/profile/newhere" title="@NewHere" style="margin-left: 10px; " target="blank">NewHere</a><br>
11 <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br>
12 <a href="https://letstalk.pyxis.uberspace.de/profile/letstalk" style="margin-left: 10px; " title="Let's talk" target="blank">Let's talk</a><br>
13 <a href="http://newzot.hydra.uberspace.de/profile/newzot" title="Local Friendica" style="margin-left: 10px; " target="blank">Local Friendica</a>
14 {{ endif }}
15 </div>
16
17 <div id="close_services">
18 {{ if $lastusers_title }}
19 <h3>Connectable Services<a id="close_services_icon" onClick="close_services()" class="icon close_box" title="close"></a></h3>
20 <div id="right_service_icons" style="margin-left: 11px; margin-top: 5px;">
21 <a href="$url/facebook"><img alt="Facebook" src="view/theme/diabook/icons/facebook.png" title="Facebook"></a>
22 <a href="$url/settings/connectors"><img alt="StatusNet" src="view/theme/diabook/icons/StatusNet.png?" title="StatusNet"></a>
23 <a href="$url/settings/connectors"><img alt="LiveJournal" src="view/theme/diabook/icons/livejournal.png?" title="LiveJournal"></a>
24 <a href="$url/settings/connectors"><img alt="Posterous" src="view/theme/diabook/icons/posterous.png?" title="Posterous"></a>
25 <a href="$url/settings/connectors"><img alt="Tumblr" src="view/theme/diabook/icons/tumblr.png?" title="Tumblr"></a>
26 <a href="$url/settings/connectors"><img alt="Twitter" src="view/theme/diabook/icons/twitter.png?" title="Twitter"></a>
27 <a href="$url/settings/connectors"><img alt="WordPress" src="view/theme/diabook/icons/wordpress.png?" title="WordPress"></a>
28 <a href="$url/settings/connectors"><img alt="E-Mail" src="view/theme/diabook/icons/email.png?" title="E-Mail"></a>
29 </div>
30 {{ endif }}
31 </div>
32
33 <div id="close_friends" style="margin-bottom:53px;">
34 {{ if $nv }}
35 <h3>Find Friends<a id="close_friends_icon" onClick="close_friends()"  class="icon close_box" title="close"></a></h3>
36 <a class="$nv.directory.2" href="$nv.directory.0" style="margin-left: 10px; " title="$nv.directory.3" >$nv.directory.1</a><br>
37 <a class="$nv.match.2" href="$nv.match.0" style="margin-left: 10px; " title="$nv.match.3" >$nv.match.1</a><br>
38 <a class="$nv.suggest.2" href="$nv.suggest.0" style="margin-left: 10px; " title="$nv.suggest.3" >$nv.suggest.1</a><br>
39 <a class="$nv.invite.2" href="$nv.invite.0" style="margin-left: 10px; " title="$nv.invite.3" >$nv.invite.1</a>
40 $nv.search
41 {{ endif }}
42 </div>
43
44 <div id="close_postit">
45 {{ if $lastusers_title }}
46 <h3>PostIt to Friendica<a id="close_postit_icon" onClick="close_postit()" class="icon close_box" title="close"></a></h3>
47 <div style="padding-left: 8px;"><span ><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span></div>
48 {{ endif }}
49 </div>
50
51 <div id="close_lastusers">
52 {{ if $lastusers_title }}
53 <h3>$lastusers_title<a id="close_lastusers_icon" onClick="close_lastusers()" class="icon close_box" title="close"></a></h3>
54 <div id='lastusers-wrapper' class='items-wrapper'>
55 {{ for $lastusers_items as $i }}
56         $i
57 {{ endfor }}
58 </div>
59 {{ endif }}
60 </div>
61
62 {{ if $activeusers_title }}
63 <h3>$activeusers_title</h3>
64 <div class='items-wrapper'>
65 {{ for $activeusers_items as $i }}
66         $i
67 {{ endfor }}
68 </div>
69 {{ endif }}
70
71 <div id="close_lastphotos">
72 {{ if $photos_title }}
73 <h3>$photos_title<a id="close_photos_icon" onClick="close_lastphotos()"  class="icon close_box" title="close"></a></h3>
74 <div id='ra-photos-wrapper' class='items-wrapper'>
75 {{ for $photos_items as $i }}
76         $i
77 {{ endfor }}
78 </div>
79 {{ endif }}
80 </div>
81
82 <div id="close_lastlikes">
83 {{ if $like_title }}
84 <h3>$like_title<a id="close_lastlikes_icon" onClick="close_lastlikes()" class="icon close_box" title="close"></a></h3>
85 <ul id='likes'>
86 {{ for $like_items as $i }}
87         <li id='ra-photos-wrapper'>$i</li>
88 {{ endfor }}
89 </ul>
90 {{ endif }}
91 </div>