]> git.openstreetmap.org Git - stateofthemap.git/blob - sidebar.php
Aerodrome 1.0.5
[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>' . __('Pages:') . '</h3>' ); ?>
32
33
34
35         <?php wp_list_categories('title_li=<h3>' . __('Categories:') . '</h3>' ); ?>
36
37
38
39  <li id="archives"><h3><?php _e('Archives:'); ?></h3>
40         <ul>
41          <?php wp_get_archives('type=monthly'); ?>
42         </ul>
43  </li>
44
45  <li id="meta"><h3><?php _e('Meta:'); ?></h3>
46         <ul>
47                 <?php wp_register(); ?>
48                 <li><?php wp_loginout(); ?></li>
49                 <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('RSS'); ?></a></li>
50                 <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments RSS'); ?></a></li>
51                 <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid XHTML'); ?></a></li>
52                 <li><a href="http://gmpg.org/xfn/">XFN</a></li>
53                 <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>">WP</a></li>
54                 <?php wp_meta(); ?>
55         </ul>
56  </li>
57
58         <?php wp_list_bookmarks('title_after=</h3>&title_before=<h3>'); ?>
59
60
61 <?php endif; ?>
62
63
64
65
66
67 </ul>
68
69 </div><!-- end sidebar -->