forked from unl/wdntemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug-clean.shtml
More file actions
109 lines (106 loc) · 6.01 KB
/
debug-clean.shtml
File metadata and controls
109 lines (106 loc) · 6.01 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
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--#include virtual="/wdn/templates_5.0/includes/global/head-1.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$
-->
<!-- InstanceBeginEditable name="doctitle" -->
<title>Use a descriptive page title | Optional Site Title (use for context) | University of Nebraska–Lincoln</title>
<!-- InstanceEndEditable -->
<!--#include virtual="/wdn/templates_5.0/includes/global/head-2-local.html" -->
<!-- InstanceBeginEditable name="head" -->
<!-- Place optional header elements here -->
<!-- InstanceEndEditable -->
<!-- TemplateParam name="class" type="text" value="debug" -->
</head>
<body class="@@(_document['class'])@@ unl" data-version="$HTML_VERSION$">
<!--#include virtual="/wdn/templates_5.0/includes/global/skip-nav.html" -->
<header class="dcf-header" id="dcf-header" role="banner">
<!--#include virtual="/wdn/templates_5.0/includes/global/header-global-1.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/nav-global-1.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/visit-global-1.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/local/visit-local.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/visit-global-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/apply-global-1.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/local/apply-local.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/apply-global-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/give-global-1.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/local/give-local.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/give-global-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/nav-global-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/idm.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/search.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/header-global-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/logo-lockup-1.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/site-affiliation-1.html" -->
<!-- InstanceBeginEditable name="affiliation" -->
<a href="#">My site affiliation</a>
<!-- InstanceEndEditable -->
<!--#include virtual="/wdn/templates_5.0/includes/global/site-affiliation-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/site-title-1.html" -->
<!-- InstanceBeginEditable name="titlegraphic" -->
<a class="dcf-txt-h6" href="#">Title of my site</a>
<!-- InstanceEndEditable -->
<!--#include virtual="/wdn/templates_5.0/includes/global/site-title-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/logo-lockup-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/nav-toggle-group.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/nav-menu-1.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/nav-toggle-btn.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/nav-menu-child-1.html" -->
<!-- InstanceBeginEditable name="navlinks" -->
<!--#include virtual="/wdn/templates_5.0/includes/local/nav-local.html" -->
<!-- InstanceEndEditable -->
<!--#include virtual="/wdn/templates_5.0/includes/global/nav-menu-child-2.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/nav-menu-2.html" -->
</header>
<main class="dcf-main" id="dcf-main" role="main" tabindex="-1">
<!-- InstanceBeginEditable name="hero" -->
<div class="dcf-hero dcf-hero-default">
<!-- InstanceEndEditable -->
<div class="dcf-hero-group-1">
<nav class="dcf-breadcrumbs" id="dcf-breadcrumbs" role="navigation" aria-label="breadcrumbs">
<!-- InstanceBeginEditable name="breadcrumbs" -->
<ol>
<li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln" class="wdn-icon-home">UNL</a></li>
<li><a href="#" title="Site Title">Site Title</a></li>
<li>Home</li>
</ol>
<!-- InstanceEndEditable -->
</nav>
<header class="dcf-page-title" id="dcf-page-title">
<!-- InstanceBeginEditable name="pagetitle" -->
<h1>Please Title Your Page Here</h1>
<!-- InstanceEndEditable -->
</header>
<!-- InstanceBeginEditable name="herogroup1" -->
<!-- InstanceEndEditable -->
</div>
<!-- InstanceBeginEditable name="herogroup2" -->
<div class="dcf-hero-group-2">
</div>
<!-- InstanceEndEditable -->
</div>
<div class="dcf-main-content dcf-wrapper">
<!-- InstanceBeginEditable name="maincontentarea" -->
<p>Impress your audience with awesome content!</p>
<!-- InstanceEndEditable -->
</div>
</main>
<footer class="dcf-footer" id="dcf-footer" role="contentinfo">
<!--#include virtual="/wdn/templates_5.0/includes/global/footer-global-1.html" -->
<!-- InstanceBeginEditable name="contactinfo" -->
<!--#include virtual="/wdn/templates_5.0/includes/local/footer-local.html" -->
<!-- InstanceEndEditable -->
<!--#include virtual="/wdn/templates_5.0/includes/global/footer-global-2.html" -->
</footer>
<!--#include virtual="/wdn/templates_5.0/includes/global/noscript.html" -->
<!--#include virtual="/wdn/templates_5.0/includes/global/js-body.html" -->
<!-- InstanceBeginEditable name="jsbody" -->
<!-- put your custom javascript here -->
<!-- InstanceEndEditable -->
</body>
</html>