]> git.openstreetmap.org Git - stateofthemap.git/blob - sidebar.php
Fix http -> https links
[stateofthemap.git] / sidebar.php
1 <!-- begin sidebar -->
2
3 <div id="sidebar">
4
5 <ul>
6 <?php         /* Widgetized sidebar, if you have the plugin installed. */
7                 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
8
9 <?php endif; ?>
10
11 </ul>
12 <br /><br /><br />
13 <div id="search">
14 <ul>
15  <li style="margin-top:0px;">
16    <form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
17         <div>
18                 <input type="text" name="s" id="s" size="11" />
19                 <input type="image" src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/lens.png" title="search" alt="S" style="margin:0 0 -5px 3px;" />
20         </div>
21         </form>
22  </li>
23 </ul>
24 </div><!-- end search -->
25
26 <ul>
27 <?php         /* Widgetized sidebar, if you have the plugin installed. */
28                 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Right Sidebar") ) : ?>
29
30
31         <?php wp_list_pages('title_li=<h3>' . __('Direct links') . '</h3>' ); ?>
32
33
34
35
36         <?php wp_list_bookmarks('title_after=</h3>&title_before=<h3>'); ?>
37
38 <h3 style="margin-left:20px;">Latest tweets</h3>
39 <div id="tweet" style="margin-left:10px;margin-right:10px;">
40  <p>Please wait while sotm tweets load...</p>
41  <p><a href="https://twitter.com/sotm">twitter.com/sotm</a></p>
42 </div>
43
44 <img src="https://2010.stateofthemap.org/wp-content/uploads/2010/05/qrcode.png" style="margin-left:40px; margin-top:50px;" />
45
46 <?php endif; ?>
47
48 </ul>
49
50 </div><!-- end sidebar -->