-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__header.php
More file actions
75 lines (66 loc) · 3.29 KB
/
__header.php
File metadata and controls
75 lines (66 loc) · 3.29 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?php $page = basename($_SERVER['SCRIPT_NAME']); ?>
<!--
Phase Shift by TEMPLATED templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<title>University of Washington's Proteomics Resource</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Web site for the University of Washington's Proteomics Resource" />
<meta name="keywords" content="proteomics peptide protein mass spectrometry" />
<!--[if lte IE 8]><script src="/css/ie/html5shiv.js"></script><![endif]-->
<!-- script src="/js/jquery.min.js"></script> -->
<script src="/js/jquery-3.6.1.min.js"></script>
<script src="/js/jquery.dropotron.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/skel-layers.min.js"></script>
<script src="/js/init.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="/js/gfeedfetcher.js"></script>
<script type="text/javascript" src="/js/gajaxticker.js">
/***********************************************
* gAjax RSS Ticker- (c) Dynamic Drive (www.dynamicdrive.com)
* Requires "gfeedfetcher.js" class
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<noscript>
<link rel="stylesheet" type="text/css" media="all" href="/css/skel.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="/css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- analytics -->
<!-- Google tag (gtag.js) new GA4 tag -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B1W8TC9WTL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B1W8TC9WTL');
</script>
<!-- analytics -->
<!-- Wrapper -->
<div class="wrapper style1">
<main>
<!-- Header -->
<div id="header" class="skel-panels-fixed">
<div id="logo"><a href="/index.php"><img alt="UWPR logo" src="/images/UWPR_logo.png"></a></div>
<nav id="nav">
<ul>
<li><a href="/collab.php">collaborate</a></li>
<li><a href="/resources.php">resources</a></li>
<li><a href="/methods.php">methods</a></li>
<li><a href="/protocols06/">tools</a></li>
<li><a href="/publications.php">publications</a></li>
<li><a href="/contact.php">contact</a></li>
<li><a href="/index.php">home</a></li>
</ul>
</nav>
</div>
<!-- Header -->