forked from byuweb/HTML-Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Page Type 4 - Applications.html
88 lines (75 loc) · 4.01 KB
/
Page Type 4 - Applications.html
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
<!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>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Page Title</title>
<meta name="description" content="Description about your department. This text displays in the Google search results." />
<meta name="author" content="Your Department Name" />
<meta name="keywords" content="keyword 1, keyword 2, keyword 3">
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="template/favicon.ico" />
<link rel="stylesheet" href="template/css/style.css" />
<link rel="stylesheet" href="template/css/application.css" />
<script src="template/js/libs/modernizr-2.0-basic.min.js"></script>
<!-- Insert plugin stylesheets here -->
</head>
<body>
<header id="main-header" role="banner">
<div id="header-top" class="wrapper">
<div id="logo">
<a href="http://www.byu.edu/" class="byu"><img src="template/img/byu-logo.gif" alt="BYU Logo" /></a>
</div>
<!-- Use this if you want to include the parent organization after the logo instead of using 'Brigham Young University'
<a href="http://www.byu.edu/" class="byu"><img src="template/img/byu-logo-small.gif" alt="BYU Logo" /></a> <a href="" id="college">Parent Organization</a> -->
<div id="search-container" role="search">
<a href="http://home.byu.edu/home/cas" class="button">Login</a>
<!-- SEARCH - set up with GSA default; change URL in action if you want to use different product -->
<form method="get" action="http://gurgle2.byu.edu/search">
<!-- Change placeholder text to be specific for your implementation -->
<input type="text" name="q" id="search" placeholder="Search Application" />
<input type="image" src="template/img/search-button.png" alt="Search" id="search-button"/>
<!-- Uncomment next line and insert your custom collection name -->
<!-- input type="hidden" name="site" value="default_collection_name" -->
<!-- Insert your custom frontend name in place of default in next line -->
<input type="hidden" name="client" value="default_frontend">
<input type="hidden" name="output" value="xml_no_dtd">
<input type="hidden" name="proxystylesheet" value="default_frontend">
</form>
</div>
</div>
</header>
<div id="content" class="wrapper" role="main">
<div id="breadcrumb" role="navigation">
<div id="breadcrumb-home"><a href="#"><img alt="home" src="template/img/home.png"></a>
<div class="bread-drop">
<a href="www.byu.edu">BYU Home</a>
<a href="#">Organization Home</a>
<a href="#">Two Pages Above</a>
</div>
</div>
› <a href="#">One Page Above</a> › This page's main title </div>
<h1>Main Title</h1>
<h2>Sub Title</h2>
<p>Content for App goes here.</p>
</div>
<footer role="contentinfo">
<div id="footer-bottom">
<p><a href="http://byui.edu/">BYU-Idaho</a> <a href="http://byuh.edu/">BYU-Hawaii</a> <a href="http://www.ldsbc.edu/">LDS Business College</a> <a href="http://lds.org/">The Church of Jesus Christ of Latter-day Saints</a></p>
<p><a href="http://home.byu.edu/home/copyright">Copyright© 2011, All Rights Reserved</a></p>
</div>
</footer>
<!--CONTENT END-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="template/js/libs/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="template/js/script.js"></script>
<!--[if lt IE 7 ]>
<script src="template/js/libs/dd_belatedpng.js"></script>
<script> DD_belatedPNG.fix('.arrow a, header h1, #search-button');</script>
<![endif]-->
</body>
</html>