-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathheader-jumpdrive.php
85 lines (59 loc) · 4.12 KB
/
header-jumpdrive.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
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script> -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to The State of Working America | State of Working America</title>
<meta name="description" content="State of Working America homepage">
<meta name="keywords" content="home, page, epi, state of working america">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="imagetoolbar" content="no">
<!-- Typekit fonts -->
<script type="text/javascript" src="//use.typekit.net/nyu8lvw.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="http://stateofworkingamerica.org/wp-content/themes/swa-clone/css/style.css">
<link rel="stylesheet" href="http://stateofworkingamerica.org/wp-content/themes/swa-clone/css/boxy.css">
<link rel="stylesheet" href="http://stateofworkingamerica.org/wp-content/themes/swa-clone/font-symbolset/ss-standard.css">
<!--[if lt IE 9]><link rel="stylesheet" href="http://stateofworkingamerica.org/wp-content/themes/swa-clone/css/print-ie.css" media="print"><![endif]-->
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="http://stateofworkingamerica.org/wp-content/themes/swa-clone/js/libs/modernizr-1.6.min.js"></script>
<!--[if lt IE 7 ]><script src="http://stateofworkingamerica.org/wp-content/themes/swa-clone/js/libs/dd_belatedpng.js"></script><script> DD_belatedPNG.fix('img, .png_bg');</script><![endif]-->
<!--[if lt IE 9]><link rel="stylesheet" href="http://stateofworkingamerica.org/wp-content/themes/swa-clone/css/print-ie.css" media="print"><![endif]-->
<link rel='stylesheet' id='sass_main-css' href='http://stateofworkingamerica.org/files/wp-sass-cache/sass_main.css?ver=3.5-alpha-21466' type='text/css' media='all' />
<link rel='stylesheet' id='admin-bar-css' href='http://stateofworkingamerica.org/wp-includes/css/admin-bar.css?ver=3.5-alpha-21466' type='text/css' media='all' />
<link rel='stylesheet' id='import-css' href='http://stateofworkingamerica.org/wp-content/themes/swa-clone/includes-css/import.on.css?ver=3.5-alpha-21466' type='text/css' media='' />
<link rel='stylesheet' id='template-print-chart-css' href='http://stateofworkingamerica.org/wp-content/themes/swa-clone/includes-css/template-print-chart.on.css?ver=3.5-alpha-21466' type='text/css' media='' />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=1.7.2'></script>
<?php if (!isset($_GET['jumpdrive'])) { ?>
<script type="text/javascript">
// Check if we're online
if (window.jQuery) {
window.location = 'http://stateofworkingamerica.org/swa-launch?jumpdrive';
} else {
document.write("<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'>\x3C/script>");
}
// window.jQuery ||
</script>
<?php } ?>
</head>
<body <?php body_class(); ?>>
<div id="container"<?php if (is_page_template('page-interactive.php')) echo ' class="clearfix interactive"'; ?>>
<div id="header" class="png_bg">
<a class="visuallyhidden" href="#main">Skip to main content</a>
<div id="identity"><a href="/"><span class="visuallyhidden">Economic Policy Institute - The State Of Working America</span></a></div>
<div class="jd-titlebar">
<div class="jump-title">
<strong>The State of Working America</strong>
<span>12th Edition</span>
<!-- <a href="http://stateofworkingamerica.org">View online »</a> -->
</div>
</div>
</div>
<div id="main-content" class="clearfix">
<?php if(!is_page_template('page-interactive.php')) { ?>
<div id="main"<?php if(is_category()) {echo ' class="results"';} ?>>
<?php } ?>