]> git.openstreetmap.org Git - stateofthemap.git/commitdiff
Add customised theme for State of the Map 2008
authorTom Hughes <tom@compton.nu>
Mon, 18 Mar 2013 18:44:02 +0000 (18:44 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 18 Mar 2013 18:44:02 +0000 (18:44 +0000)
footer.php
header.php
sidebar.php
style.css

index 674879d3f2e33b576ff33c8155b8410c968daf2b..1d2d693a3818dea39633fc88865737f06a8c3106 100644 (file)
@@ -1,10 +1,7 @@
 <div id="footer">
                        
                        <p>
-                       <?php bloginfo('name'); ?> powered by 
-               <a href="http://wordpress.org">WordPress</a> | 
-                       Design by: <a href="http://www.styleshout.com/">styleshout</a> | 
-                       Ported to Wordpress by: <a href="http://www.exguides.org/" title="Exguides.org Wordpress Theme">Exguides</a>
+                       The State of the Map &copy 2008  | OpenStreetMap Foundation Reg. No. 591276
                        
                                </p>
 <?php wp_footer(); ?>
 </div>
 
 </body>
+
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-1310718-1";
+urchinTracker();
+</script>
+
 </html>
index 8087c45c6dc54258f76980f3f4b966639d59e7e9..8fb1da16b4c4a4557c92df2a9a4b2f7eb93e1b7f 100644 (file)
@@ -25,7 +25,7 @@
                <!--header -->
                <div id="header">                       
                                
-                       <h1 id="logo-text"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>             
+                       <h1 id="logo-text"><a href="/"><?php bloginfo('name'); ?></a></h1>              
                        <h2 id="slogan"><?php bloginfo('description'); ?></h2>
                        <p>     
 <!--                   <?php include (TEMPLATEPATH . "/searchform.php"); ?> -->                        
@@ -35,7 +35,7 @@
                <!-- menu -->   
                <div  id="menu">
                        <ul>
-                               <li <?php if (is_home()) echo " id=\"current\""; ?>><a href="<?php echo get_settings('home'); ?>">Home</a></li>
+                               <li <?php if (is_home()) echo " id=\"current\""; ?>><a href="<?php echo get_settings('home'); ?>">Latest News</a></li>
                                <?php
                $pages = BX_get_pages();
                if ($pages) {
index 8c8f79d932b26e1a5b7b954a00f105a5ddec775a..192221c5b9c31a2cf0695f991f109fc7d675782a 100644 (file)
@@ -4,7 +4,7 @@
                                
                        <div id="sidebar">
                                        
-                               <h1>Categories</h1>
+<!--                           <h1>Categoriest</h1>
                                <div class="left-box">
                                        <ul class="sidemenu">                           
                                          <?php wp_list_cats('sort_column=name&optioncount=1'); ?>
                                          <?php wp_get_archives('type=monthly'); ?>
                                        </ul>   
                                </div>
-                               
-                               <h1>Latest Links</h1>
-                <div class="left-box">
-                               <ul>
-                             <?php get_links( -1, '<li>', '</li>', '', FALSE, '_id', FALSE, FALSE, 10, FALSE ); ?>
-                               </ul>
-                       </div>
-                                           
+               -->
+
+    <h1>Conference</h1>
+    <div class="left-box">
+      <ul class="sidemenu">
+        <a href="/schedule">Conference Schedule</a>
+      </ul>
+    </div>
+
+   <h1>Further Information</h1>
+    <div class="left-box">
+      <ul class="sidemenu">
+      </ul>
+    </div>
+
+   <h1>Sponsors</h1>
+    <div class="left-box">
+      <ul class="sidemenu">
+Gold:<br>
+<a href="http://www.cloudmade.com"><img src="/wp-content/uploads/2008/07/cloudmade_small_logo.png" border="0"></a>
+<br><br>Silver:<br>
+<a href="http://www.itoworld.com/"><img src="/wp-content/uploads/2008/04/ito.jpg" border="0"></a>
+<br />
+<br />
+<a href="http://www.and.com/"><img src="/wp-content/uploads/2008/04/and.jpg" border="0"></a>
+<br />
+<br />
+<a href="http://www.geocommons.com/"><img src="/wp-content/uploads/2008/05/geocommons.jpg" border="0"></a>
+<br />
+<br />
+<a href="http://www.multimap.com/"><img src="/wp-content/uploads/2008/05/multimap_logo-scaled2.jpg" border="0"></a>
+<br><br>Bronze:<br>
+<a href="http://www.nestoria.co.uk"><img src="http://2007.stateofthemap.org/wp-content/uploads/2007/07/nestoria.thumbnail.png" border="0"></a>
+<br />
+<br />
+<a href="http://www.mapufacture.com"><img src="/wp-content/uploads/2008/04/mapufacture_logo.png" border="0"></a>
+
+
+      <a href="/sponsors/">Information for potential sponsors</a></li>
+      </ul>
+    </div>
+
+   <h1>Contact</h1>
+    <div class="left-box">
+      <ul class="sidemenu">
+      <li><a href="mailto:info@stateofthemap.org">General Enquiries</a></li>
+      <li><a href="mailto:media@stateofthemap.org">Media Enquiries</a></li>
+      <li><a href="mailto:sponsors@stateofthemap.org">Sponsorship</a></li>
+      </ul>
+    </div>
+
+   <h1>Search the Site</h1>
+    <div class="left-box">
+      <ul class="sidemenu">
+    <?php include (TEMPLATEPATH . "/searchform.php"); ?> 
+     </ul>
+    </div>
 
                                <h1>Meta</h1>
                                <div class="left-box">
index ecb2e533c1df122baf5f117f20934f38c91d719b..47eb1f36eb1c303e94d486ad6f103739560b2e90 100644 (file)
--- a/style.css
+++ b/style.css
@@ -211,6 +211,7 @@ form.search input.button {
        background: url(images/menu.jpg) repeat-y center top;   
        font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
        height: 26px;
+  padding-left: 5px;
 }
 #menu ul {
        float: left;
@@ -313,6 +314,11 @@ form.search input.button {
        background-image: none; 
 }
 
+#program{
+       position: absolute;
+}
+
+
 /* Footer */   
 #footer {
        color: #666666;