forked from codeforamerica/cfawp2012
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblank-template.php
executable file
·143 lines (118 loc) · 4.75 KB
/
blank-template.php
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?php
/**
* The template for displaying all pages.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
/*
Template Name: Blank
*/
?>
<html dir="ltr" lang="en-US"><head>
<meta charset="UTF-8">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="stylesheet" type="text/css" media="all" href="http://codeforamerica.org/wp-content/themes/cfawp2012/style.css">
<link rel="SHORTCUT ICON" href="http://codeforamerica.org/wp-content/themes/cfawp2012/images/favicon.ico">
<link rel="pingback" href="http://codeforamerica.org/xmlrpc.php">
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="http://codeforamerica.org/wp-content/themes/cfawp2012/javascripts/header-min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("ul.menu").superfish({pathClass: "current-menu-item" });
});
</script>
<?php
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );
wp_head();
?>
</head>
<body class="single single-post">
<!-- ============== HEADER ============== -->
<div id="header" class="wrap">
<!--Logo -->
<!--Tag line -->
<!--Social Links -->
<!--Navigation -->
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
</div>
<?php endwhile; ?>
<!-- #main -->
<!-- ============== FOOTER ============== -->
<div id="footer">
<div class="wrap">
<h4 id="logo-f"><a href="http://codeforamerica.org" class="like-btn">Code for America</a></h4>
<ul>
<li><h4><a href="/">Home</a></h4>
</li>
<li><h4><a href="/about">About</a></h4>
<ul>
<li><a href="/who-we-are">Who We Are</a></li>
<li><a href="/what-we-do">What We Do</a></li>
<li><a href="/donors">Donors</a></li>
<li><a href="/press">Press</a></li>
</ul>
</li>
<li><h4><a href="/fellows">Fellows</a></h4>
<ul>
<li><a href="/fellows/institute">Timeline</a></li>
<li><a href="/fellows/2012-program-and-timeline/">Institute</a></li>
<li><a href="/fellows/fellows-selection">Process</a></li>
<li><a href="/fellows/apply">Apply</a></li>
</ul>
</li>
<li><h4><a href="/cities">Cities</a></h4>
<ul>
<li><a href="/boston">Boston</a></li>
<li><a href="/dc">Washington DC</a></li>
<li><a href="/philadelphia">Philadelphia</a></li>
<li><a href="/seattle">Seattle</a></li>
</ul>
</li>
<li><h4><a href="/issues">Issues</a></h4>
<ul>
<li><a href="/issues/openness">Openness</a></li>
<li><a href="/issues/participation">Participation</a></li>
<li><a href="/issues/education">Education</a></li>
<li><a href="/issues/efficiency">Efficiency</a></li>
</ul>
</li>
<li><h4><a href="/donate">Donate</a></h4>
<ul>
<li><a href="/donate">Financial Contributions</a></li>
<li><a href="/supplies">In-Kind Donations</a></li>
</ul>
</li>
<li><h4><a href="#">Social</a></h4>
<ul>
<li><a href="http://facebook.com/codeforamerica">Facebook</a></li>
<li><a href="http://twitter.com/codeforamerica">Twitter</a></li>
<li><a href="http://www.youtube.com/user/CodeforAmerica">YouTube</a></li>
<li><a href="/feed">RSS</a></li>
</ul>
</li>
<li><h4><a href="#">Search</a></h4><form role="search" method="get" id="searchform" action="/">
<input type="text" value="..." name="s" id="s" style="border: 1px dotted #ccc; font-weight: bold; padding-left: 2px; width: 140px;" onfocus="if (this.value == '...') {this.value = '';}" onblur="if (this.value == '') {this.value = '...';}">
</form></li>
</ul>
<p id="copyr"><small>Code for America Labs, Inc is a non-partisan, non-political 501(c)(3) organization. Content is licensed through <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons</a>.<br>Site designed by <a href="http://www.jointconcepts.com/">Joint Concepts</a>.</small></p>
</div>
</div>
<!-- ============== END FOOTER ============== -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20825280-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body></html>