]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/communityhome.tpl
aa150b9d0cad46e2aabb341789df13b481468162
[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 $lastusers_title }}
28 <h3>PostIt to Friendica</h3>
29 <div style="padding-left: 8px;"><span ><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span></div>
30 {{ endif }}
31
32 {{ if $lastusers_title }}
33 <h3>$lastusers_title</h3>
34 <div id='lastusers-wrapper' class='items-wrapper'>
35 {{ for $lastusers_items as $i }}
36         $i
37 {{ endfor }}
38 </div>
39 {{ endif }}
40
41 {{ if $activeusers_title }}
42 <h3>$activeusers_title</h3>
43 <div class='items-wrapper'>
44 {{ for $activeusers_items as $i }}
45         $i
46 {{ endfor }}
47 </div>
48 {{ endif }}
49
50 {{ if $photos_title }}
51 <h3>$photos_title</h3>
52 <div id='ra-photos-wrapper' class='items-wrapper'>
53 {{ for $photos_items as $i }}
54         $i
55 {{ endfor }}
56 </div>
57 {{ endif }}
58
59 {{ if $like_title }}
60 <h3>$like_title</h3>
61 <ul id='likes'>
62 {{ for $like_items as $i }}
63         <li id='ra-photos-wrapper'>$i</li>
64 {{ endfor }}
65 </ul>
66 {{ endif }}