~sillydeveloper/osdf/wp-experimental

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
    <title><?php
        if ( is_single() ) { single_post_title(); }      
        elseif ( is_home() || is_front_page() ) { bloginfo('name'); print ' | '; bloginfo('description'); get_page_number(); }
        elseif ( is_page() ) { single_post_title(''); }
        elseif ( is_search() ) { bloginfo('name'); print ' | Search results for ' . wp_specialchars($s); get_page_number(); }
        elseif ( is_404() ) { bloginfo('name'); print ' | Not Found'; }
        else { bloginfo('name'); wp_title('|'); get_page_number(); }
    ?></title>
 
 <meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
 
 <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
 
 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
 
 <?php wp_head(); ?>
 
 <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url'); ?>" title="<?php printf( __( '%s latest posts', 'rpac' ), wp_specialchars( get_bloginfo('name'), 1 ) ); ?>" />
 <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php printf( __( '%s latest comments', 'rpac' ), wp_specialchars( get_bloginfo('name'), 1 ) ); ?>" />
 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
</head>
<body>
    	<div id="main_container">
    		<div id="header">
    			<div id="logo">
    				<a href="index.php"><img src="images/logo2.png" alt="" title="" border="0" width="289" height="100" /></a>
    			</div>
    			<div class="top_phone">
    				<img src="images/phone_arrows.png" alt="" title="" class="left" width="49" height="32" />
    				<div class="phone_text">
    					The Open Source<br/>Democracy Foundation
    				</div>
    			</div>
    			<div id="menu_tab">          
    				<ul class="menu">                         
    					 <li><a href="/index.php" id='home_link' class="nav">Home</a></li>
    					 <li><a href="/wp" id='home_link' class="nav_selected">News</a></li>
    					 <li><a href="/about.php" id='about_link' class="nav">About</a></li>
    					 <!--li><a target="new" id='updates_link' href="http://www.r-pac.org/blog" class="nav">Updates</a></li-->

    					 <li><a href="/action.php" id='action_link' class="nav">Action</a></li>
    					 <li><a href="/policy.php" id='policy_link' class="nav">Policy</a></li>
    					 <li><a href="/volunteer.php" id='help_link' class="nav">Volunteer</a></li>
    					 <li><a href="/contact.php" id='contact_link' class="nav">Contact</a></li>
    				</ul>
    			</div>        
    		</div>
    		<div id="main_content">
    			<div class='big_block'>