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