forked from unl/wdntemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
document.shtml
110 lines (109 loc) · 6.27 KB
/
document.shtml
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
<!DOCTYPE html>
<html class="no-js" lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!--#include virtual="/wdn/templates_4.1/includes/metanfavico.html" -->
<!--
Membership and regular participation in the UNL Web Developer Network is required to use the UNLedu Web Framework. Visit the WDN site at http://wdn.unl.edu/. Register for our mailing list and add your site or server to UNLwebaudit.
All framework code is the property of the UNL Web Developer Network. The code seen in a source code view is not, and may not be used as, a template. You may not use this code, a reverse-engineered version of this code, or its associated visual presentation in whole or in part to create a derivative work.
This message may not be removed from any pages based on the UNLedu Web Framework.
$Id: fixed.dwt | 6edb0e1ee94038935f3821c6ce15dfd5c217b2e2 | Tue Dec 1 17:08:56 2015 -0600 | Kevin Abel $
-->
<!--#include virtual="/wdn/templates_4.1/includes/scriptsandstyles.html" -->
<!-- InstanceBeginEditable name="doctitle" -->
<title>WDN Document Template | WDN Testing Page | University of Nebraska–Lincoln</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- InstanceEndEditable -->
<!-- InstanceParam name="class" type="text" value="terminal" -->
</head>
<body class="terminal" data-version="4.1">
<!--#include virtual="/wdn/templates_4.1/includes/skipnav.html" -->
<div id="wdn_wrapper">
<input type="checkbox" id="wdn_menu_toggle" value="Show navigation menu" class="wdn-content-slide wdn-input-driver" />
<!--#include virtual="/wdn/templates_4.1/includes/noscript-padding.html" -->
<header id="header" role="banner" class="wdn-content-slide wdn-band">
<div id="wdn_header_top">
<span id="wdn_institution_title"><a href="http://www.unl.edu/">University of Nebraska–Lincoln</a></span>
<div id="wdn_resources">
<!--#include virtual="/wdn/templates_4.1/includes/wdnResources.html" -->
<!--#include virtual="/wdn/templates_4.1/includes/idm.html" -->
<!--#include virtual="/wdn/templates_4.1/includes/search.html" -->
</div>
</div>
<div id="wdn_logo_lockup">
<div class="wdn-inner-wrapper">
<!--#include virtual="/wdn/templates_4.1/includes/logo.html" -->
<span id="wdn_site_affiliation"><!-- InstanceBeginEditable name="affiliation" -->My site affiliation<!-- InstanceEndEditable --></span>
<span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->
<abbr title="Hixson-Lied College of Fine and Performing Arts">HLCFPA</abbr>
<!--<span>A division of the College of Arts & Sciences</span>-->
<!-- InstanceEndEditable --></span>
</div>
</div>
</header>
<div id="wdn_navigation_bar" class="wdn-band">
<nav id="breadcrumbs" class="wdn-inner-wrapper" role="navigation" aria-label="breadcrumbs">
<!-- InstanceBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li>
<li class="selected"><a href="http://architecture.unl.edu/" title="College of Architecture">College of Architecture</a></li>
<li>Home</li>
</ul>
<!-- InstanceEndEditable -->
</nav>
<div id="wdn_navigation_wrapper">
<nav id="navigation" role="navigation" aria-label="main navigation">
<!-- InstanceBeginEditable name="navlinks" -->
<!--#include virtual="sharedcode/navigation.html" -->
<!-- InstanceEndEditable -->
<!--#include virtual="/wdn/templates_4.1/includes/navigation-addons.html" -->
</nav>
</div>
</div>
<div class="wdn-menu-trigger wdn-content-slide">
<label for="wdn_menu_toggle" class="wdn-icon-menu">Menu</label>
<!--#include virtual="/wdn/templates_4.1/includes/share.html" -->
</div>
<main id="wdn_content_wrapper" role="main" class="wdn-content-slide" tabindex="-1">
<div id="maincontent" class="wdn-main">
<div id="pagetitle">
<!-- InstanceBeginEditable name="pagetitle" -->
<!-- InstanceEndEditable -->
</div>
<!-- InstanceBeginEditable name="maincontentarea" -->
<div class="wdn-band">
<div class="wdn-inner-wrapper">
<p>I'll find something interesting to put here</p>
</div>
</div>
<!-- InstanceEndEditable -->
</div>
</main>
<footer id="footer" role="contentinfo" class="wdn-content-slide">
<div id="wdn_optional_footer" class="wdn-band wdn-footer-optional">
<div class="wdn-inner-wrapper">
<!-- InstanceBeginEditable name="optionalfooter" -->
<!-- InstanceEndEditable -->
</div>
</div>
<div id="wdn_local_footer" class="wdn-band wdn-footer-local">
<div class="wdn-inner-wrapper">
<!-- InstanceBeginEditable name="contactinfo" -->
<!--#include virtual="sharedcode/localFooter.html" -->
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="leftcollinks" -->
<!-- InstanceEndEditable -->
</div>
</div>
<div id="wdn_global_footer" class="wdn-band wdn-footer-global">
<div class="wdn-inner-wrapper">
<!--#include virtual="/wdn/templates_4.1/includes/globalfooter.html" -->
</div>
</div>
</footer>
<!--#include virtual="/wdn/templates_4.1/includes/noscript.html" -->
</div>
<!--#include virtual="/wdn/templates_4.1/includes/body_scripts.html" -->
</body>
<!-- InstanceEnd --></html>