]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/communityhome.tpl
diabook-theme: some fixes
[friendica.git] / view / theme / diabook / communityhome.tpl
1
2 <div id="twittersettings" style="display:none">
3 <form id="twittersettingsform" action="network" method="post" >
4 {{inc field_input.tpl with $field=$TSearchTerm}}{{endinc}}
5 <div class="settings-submit-wrapper">
6 <input id="twittersub" type="submit" value="$sub" class="settings-submit" name="diabook-settings-sub"></input>
7 </div>
8 </form>
9 </div>
10
11 <div id="mapcontrol" style="display:none;">
12 <form id="mapform" action="network" method="post" >
13 <span style="width: 500px;position: relative;float: right;right:20px;"><p>this ist still under development. 
14 the idea is to provide a map with different layers(e.g. earth population, atomic power plants, wheat growing acreages, sunrise or what you want) 
15 and markers(events, demos, friends, anything, that is intersting for you). 
16 These layer and markers should be importable and deletable by the user.</p>
17 <p>help on this feature is very appreciated. i am not that good in js so it's a start, but needs tweaks and further dev.
18 just contact me, if you are intesrested in joining</p>
19 <p>http://localhost/friendica/profile/thomas</p>
20 <p>this is build with <b>mapquery</b> http://mapquery.org/ and 
21 <b>openlayers</b>http://openlayers.org/</p>
22 </span>
23 <div id="map2" style="height:350px;width:350px;"></div>
24 <div id="mouseposition" style="width: 350px;"></div>
25 {{inc field_input.tpl with $field=$ELZoom}}{{endinc}}
26 {{inc field_input.tpl with $field=$ELPosX}}{{endinc}}
27 {{inc field_input.tpl with $field=$ELPosY}}{{endinc}}
28 <div class="settings-submit-wrapper">
29 <input id="mapsub" type="submit" value="$sub" class="settings-submit" name="diabook-settings-map-sub"></input>
30 </div>
31 </form>
32 </div>
33
34 <div id="boxsettings" style="display:none">
35 <form id="boxsettingsform" action="network" method="post" >
36 <fieldset><legend>$boxsettings.title.1</legend>
37 {{inc field_select.tpl with $field=$close_pages}}{{endinc}}
38 {{inc field_select.tpl with $field=$close_profiles}}{{endinc}}
39 {{inc field_select.tpl with $field=$close_helpers}}{{endinc}}
40 {{inc field_select.tpl with $field=$close_services}}{{endinc}}
41 {{inc field_select.tpl with $field=$close_friends}}{{endinc}}
42 {{inc field_select.tpl with $field=$close_lastusers}}{{endinc}}
43 {{inc field_select.tpl with $field=$close_lastphotos}}{{endinc}}
44 {{inc field_select.tpl with $field=$close_lastlikes}}{{endinc}}
45 {{inc field_select.tpl with $field=$close_twitter}}{{endinc}}
46 {{inc field_select.tpl with $field=$close_mapquery}}{{endinc}}
47 <div class="settings-submit-wrapper">
48 <input id="boxsub" type="submit" value="$sub" class="settings-submit" name="diabook-settings-box-sub"></input>
49 </div>
50 </fieldset>
51 </form>
52 </div>
53
54 <div id="pos_null" style="margin-bottom:-30px;">
55 </div>
56
57 <div id="sortable_boxes">
58
59 <div id="close_pages" style="margin-top:30px;">
60 {{ if $page }}
61 <div>$page</div>
62 {{ endif }}
63 </div>
64
65 <div id="close_profiles">
66 {{ if $comunity_profiles_title }}
67 <h3>$comunity_profiles_title<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
68 <div id='lastusers-wrapper' class='items-wrapper'>
69 {{ for $comunity_profiles_items as $i }}
70         $i
71 {{ endfor }}
72 </div>
73 {{ endif }}
74 </div>
75
76 <div id="close_helpers">
77 {{ if $helpers }}
78 <h3>$helpers.title.1<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
79 <a href="http://friendica.com/resources" title="How-to's" style="margin-left: 10px; " target="blank">How-To Guides</a><br>
80 <a href="http://kakste.com/profile/newhere" title="@NewHere" style="margin-left: 10px; " target="blank">NewHere</a><br>
81 <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br>
82 <a href="https://letstalk.pyxis.uberspace.de/profile/letstalk" style="margin-left: 10px; " title="Let's talk" target="blank">Let's talk</a><br>
83 <a href="http://newzot.hydra.uberspace.de/profile/newzot" title="Local Friendica" style="margin-left: 10px; " target="blank">Local Friendica</a>
84 {{ endif }}
85 </div>
86
87 <div id="close_services">
88 {{ if $con_services }}
89 <h3>$con_services.title.1<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
90 <div id="right_service_icons" style="margin-left: 16px; margin-top: 5px;">
91 <a href="$url/facebook"><img alt="Facebook" src="view/theme/diabook/icons/facebook.png" title="Facebook"></a>
92 <a href="$url/settings/connectors"><img alt="StatusNet" src="view/theme/diabook/icons/StatusNet.png?" title="StatusNet"></a>
93 <a href="$url/settings/connectors"><img alt="LiveJournal" src="view/theme/diabook/icons/livejournal.png?" title="LiveJournal"></a>
94 <a href="$url/settings/connectors"><img alt="Posterous" src="view/theme/diabook/icons/posterous.png?" title="Posterous"></a>
95 <a href="$url/settings/connectors"><img alt="Tumblr" src="view/theme/diabook/icons/tumblr.png?" title="Tumblr"></a>
96 <a href="$url/settings/connectors"><img alt="Twitter" src="view/theme/diabook/icons/twitter.png?" title="Twitter"></a>
97 <a href="$url/settings/connectors"><img alt="WordPress" src="view/theme/diabook/icons/wordpress.png?" title="WordPress"></a>
98 <a href="$url/settings/connectors"><img alt="E-Mail" src="view/theme/diabook/icons/email.png?" title="E-Mail"></a>
99 </div>
100 {{ endif }}
101 </div>
102
103 <div id="close_friends" style="margin-bottom:53px;">
104 {{ if $nv }}
105 <h3>$nv.title.1<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
106 <a class="$nv.directory.2" href="$nv.directory.0" style="margin-left: 10px; " title="$nv.directory.3" >$nv.directory.1</a><br>
107 <a class="$nv.global_directory.2" href="$nv.global_directory.0" target="blank" style="margin-left: 10px; " title="$nv.global_directory.3" >$nv.global_directory.1</a><br>
108 <a class="$nv.match.2" href="$nv.match.0" style="margin-left: 10px; " title="$nv.match.3" >$nv.match.1</a><br>
109 <a class="$nv.suggest.2" href="$nv.suggest.0" style="margin-left: 10px; " title="$nv.suggest.3" >$nv.suggest.1</a><br>
110 <a class="$nv.invite.2" href="$nv.invite.0" style="margin-left: 10px; " title="$nv.invite.3" >$nv.invite.1</a>
111 $nv.search
112 {{ endif }}
113 </div>
114
115 <div id="close_lastusers">
116 {{ if $lastusers_title }}
117 <h3>$lastusers_title<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
118 <div id='lastusers-wrapper' class='items-wrapper'>
119 {{ for $lastusers_items as $i }}
120         $i
121 {{ endfor }}
122 </div>
123 {{ endif }}
124 </div>
125
126 {{ if $activeusers_title }}
127 <h3>$activeusers_title</h3>
128 <div class='items-wrapper'>
129 {{ for $activeusers_items as $i }}
130         $i
131 {{ endfor }}
132 </div>
133 {{ endif }}
134
135 <div id="close_lastphotos">
136 {{ if $photos_title }}
137 <h3>$photos_title<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
138 <div id='ra-photos-wrapper' class='items-wrapper'>
139 {{ for $photos_items as $i }}
140         $i
141 {{ endfor }}
142 </div>
143 {{ endif }}
144 </div>
145
146 <div id="close_lastlikes">
147 {{ if $like_title }}
148 <h3>$like_title<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
149 <ul id='likes'>
150 {{ for $like_items as $i }}
151         <li id='ra-photos-wrapper'>$i</li>
152 {{ endfor }}
153 </ul>
154 {{ endif }}
155 </div>
156
157 <div id="close_twitter">
158 <h3 style="height:1.17em">$twitter.title.1<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
159 <div id="twitter">
160 </div>
161 </div>
162
163 <div id="close_mapquery">
164 {{ if $mapquery }}
165 <h3>$mapquery.title.1<a id="closeicon" href="#boxsettings" onClick="open_boxsettings(); return false;" style="text-decoration:none;" class="icon close_box" title="$close"></a></h3>
166 <div id="map" style="height:165px;width:165px;margin-left:3px;margin-top:3px;margin-bottom:1px;">
167 </div>
168 <div style="font-size:9px;margin-left:3px;">Data CC-By-SA by <a href="http://openstreetmap.org/">OpenStreetMap</a></div>
169 {{ endif }}
170 </div>
171 </div>