diff options
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 59 |
1 files changed, 42 insertions, 17 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 3c6fb5a82..eb4385722 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -1,3 +1,39 @@ + +<div id="twittersettings" style="display:none"> +<form id="twittersettingsform" action="network" method="post" > +{{inc field_input.tpl with $field=$TSearchTerm}}{{endinc}} +<div class="settings-submit-wrapper"> +<input id="twittersub" type="submit" value="$sub" class="settings-submit" name="diabook-settings-sub"></input> +</div> +</form> +</div> + +<div id="mapcontrol" style="display:none;"> +<form id="mapform" action="network" method="post" > +<span style="width: 500px;position: relative;float: right;right:20px;"><p>this ist still under development. +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) +and markers(events, demos, friends, anything, that is intersting for you). +These layer and markers should be importable and deletable by the user.</p> +<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. +just contact me, if you are intesrested in joining</p> +<p>http://localhost/friendica/profile/thomas</p> +<p>this is build with <b>mapquery</b> http://mapquery.org/ and +<b>openlayers</b>http://openlayers.org/</p> +</span> +<div id="map2" style="height:350px;width:350px;"></div> +<div id="mouseposition" style="width: 350px;"></div> +<div id="zoom"> +zoom:<input type="text" id="mapzoom" value=""></input> +</div> +{{inc field_input.tpl with $field=$ELZoom}}{{endinc}} +{{inc field_input.tpl with $field=$ELPosX}}{{endinc}} +{{inc field_input.tpl with $field=$ELPosY}}{{endinc}} +<div class="settings-submit-wrapper"> +<input id="mapsub" type="submit" value="$sub" class="settings-submit" name="diabook-settings-map-sub"></input> +</div> +</form> +</div> + <div id="pos_null" style="margin-bottom:-30px;"> </div> @@ -7,10 +43,11 @@ {{ if $page }} <div>$page</div> {{ endif }} +</div> <div id="close_profiles"> -{{ if $comunity_profilest_title }} -<h3>$comunity_profilest_title<a id="close_comunity_profiles_icon" onClick="close_profiles()" class="icon close_box" title="$close"></a></h3> +{{ if $comunity_profiles_title }} +<h3>$comunity_profiles_title<a id="close_comunity_profiles_icon" onClick="close_profiles()" class="icon close_box" title="$close"></a></h3> <div id='lastusers-wrapper' class='items-wrapper'> {{ for $comunity_profiles_items as $i }} $i @@ -22,6 +59,7 @@ <div id="close_helpers"> {{ if $helpers }} <h3>$helpers.title.1<a id="close_helpers_icon" onClick="close_helpers()" class="icon close_box" title="$close"></a></h3> +<a href="http://friendica.com/resources" title="How-to's" style="margin-left: 10px; " target="blank">How-To Guides</a><br> <a href="http://kakste.com/profile/newhere" title="@NewHere" style="margin-left: 10px; " target="blank">NewHere</a><br> <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br> <a href="https://letstalk.pyxis.uberspace.de/profile/letstalk" style="margin-left: 10px; " title="Let's talk" target="blank">Let's talk</a><br> @@ -103,27 +141,14 @@ $nv.search <h3 style="height:1.17em">$twitter.title.1<a id="close_twitter_icon" onClick="close_twitter()" class="icon close_box" title="$close"></a></h3> <div id="twitter"> </div> -<div id="twittersettings" style="display:none;"> -<form id="twittersettings-form" action="network" method="post" autocomplete="off"> -{{inc field_input.tpl with $field=$TSearchTerm}}{{endinc}} -<div class="settings-submit-wrapper"> -<input type="submit" value="$submit" class="settings-submit" name="diabook-settings-submit" /> -</div> -</form> -</div> </div> <div id="close_mapquery"> {{ if $mapquery }} <h3>$mapquery.title.1<a id="close_mapquery_icon" onClick="close_mapquery()" class="icon close_box" title="$close"></a></h3> -<div id="map" style="height:170px;width:170px;margin-top:3px;margin-bottom:1px;"> -</div> -<div style="font-size:9px;">Data CC-By-SA by <a href="http://openstreetmap.org/">OpenStreetMap</a></div> -<div id="#mapcontrol" style="display:none;" class="lightbox"> -hallo welt -<div id="map2" style="height:370px;width:370px;margin-top:3px;margin-bottom:1px;"> -</div> +<div id="map" style="height:165px;width:165px;margin-left:3px;margin-top:3px;margin-bottom:1px;"> </div> +<div style="font-size:9px;margin-left:3px;">Data CC-By-SA by <a href="http://openstreetmap.org/">OpenStreetMap</a></div> {{ endif }} </div> </div>
\ No newline at end of file |