Ejemplo n.º 1
0
function write_sidebar($homepage = false)
{
    ?>
    <div id='sidebar'>
	

	<!-- filled in by js using matchMedia() -->
	<div id='title'> </div>


    <p id='intro'>Welcome to <em>Freemap 0.7</em>, 
    with kothic-js client-side rendering. 
    <a href='fm/about.html'>More...</a> </p>
	<p><strong>Update:</strong> Most or all 
	issues from server OS upgrade fixed now. Please let me know any
	remaining issues (see <a href='about.html'>here</a> for email). 
	20/11/16</p>	

    <div id='appmsg'>
    <a href='/common/opentrail.html'>Android app</a>
    now available!</div>


    <?php 
    write_login();
    ?>


    <div id='searchdiv'></div>
    </div>
    <?php 
}
Ejemplo n.º 2
0
function write_sidebar($homepage = false)
{
    ?>
    <div id='sidebar'>
	

	<!-- filled in by js using matchMedia() -->
	<div id='title'> </div>


    <p id='intro'>Welcome to <em>Freemap 0.7 (preview)</em>, 
    with kothic-js client-side rendering. 
    <a href='fm/about.html'>More...</a> </p>

    <div id='appmsg'>
    <a href='/common/opentrail.html'>Android app</a>
    now available!</div>


    <?php 
    write_login();
    ?>


    <div id='searchdiv'></div>
    </div>
    <?php 
}
Ejemplo n.º 3
0
<h1 class="sidebarheading">FixMyPaths!</h1>
<div id='blurb'>
<p>Report problems to your county council!*
Click on a right of way to report a problem</p> 
<p><em>*Hampshire only at the present time. West Sussex, Wiltshire
and Surrey problems can also be reported, but are 
not forwarded to the council.</em></p>
<p><strong>Disclaimer:</strong> An independent project, 
not officially affiliated with Hampshire County Council.</p>
<p>Purple=footpath; green=bridleway; red=byway; blue=restricted byway.</p>
</div>
<div id='appmsg'>Download the FixMyPaths
<strong>Android App</strong>
<a href='app.html'>here</a>!</div>
<?php 
write_login();
?>

<div id='search'></div>

</div>
<div id='updates'>
<h1 class='sidebarheading'>Recent reports</h1>
<div id='reports'>
</div>
</div>
<div id='main'>

<div id="map" style="height:768px">
</div>