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