Skip to content
Snippets Groups Projects
Commit 98448aca authored by Kevin Abel's avatar Kevin Abel
Browse files

Redo embed templates to be lighter.

Remove most WDN markup and just use custom JS build.
parent a365eeaf
Branches
No related tags found
No related merge requests found
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7 embed"><![endif]--> <html class="no-js embed" lang="en">
<!--[if lt IE 7 ]><html class="ie ie6 embed" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7 embed" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8 embed" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie embed" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html class="embed" lang="en"><!--<![endif]-->
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>UNL Search | University of Nebraska&ndash;Lincoln</title> <title>UNL Search | University of Nebraska&ndash;Lincoln</title>
<!-- Load Cloud.typography fonts --> <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" />
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7717652/616662/css/fonts.css" /> <link rel="stylesheet" href="/wdn/templates_4.1/css/all.css" />
<!-- Load our base CSS file --> <script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script>
<!--[if gte IE 9]><!-->
<link rel="stylesheet" type="text/css" media="all" href="/wdn/templates_4.0/css/all.css" />
<!--<![endif]-->
<!-- Load the template JS file -->
<script type="text/javascript" src="/wdn/templates_4.0/scripts/compressed/all.js" id="wdn_dependents"></script>
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" media="all" href="/wdn/templates_4.0/css/all_oldie.css" />
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- For all IE versions, bring in the tweaks -->
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="all" href="/wdn/templates_4.0/css/ie.css" />
<![endif]-->
<?php echo $head ?> <?php echo $head ?>
</head> </head>
<body> <body>
<div id="wdn_wrapper"> <main>
<div id="wdn_content_wrapper"> <?php echo $maincontent ?>
<div id="maincontent" class="wdn-main"> </main>
<?php echo $maincontent ?>
</div>
</div>
</div>
</body> </body>
</html> </html>
<!DOCTYPE html> <!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="ie iem7 embed"><![endif]--> <html class="no-js embed" lang="en">
<!--[if lt IE 7 ]><html class="ie ie6 embed" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7 embed" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8 embed" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie embed" lang="en"><![endif]-->
<!--[if !(IEMobile) | !(IE)]><!--><html class="embed" lang="en"><!--<![endif]-->
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>UNL Search | University of Nebraska&ndash;Lincoln</title> <title>UNL Search | University of Nebraska&ndash;Lincoln</title>
<!-- Load Cloud.typography fonts --> <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" />
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7717652/616662/css/fonts.css" /> <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_4.1/css/all.css" />
<!-- Load our base CSS file --> <script src="js/embed/all.js"></script>
<!--[if gte IE 9]><!-->
<link rel="stylesheet" type="text/css" media="all" href="//unlcms.unl.edu/wdn/templates_4.0/css/all.css" />
<!--<![endif]-->
<!-- Load the template JS file -->
<script type="text/javascript" src="//unlcms.unl.edu/wdn/templates_4.0/scripts/compressed/all.js?dep=$DEP_VERSION$" id="wdn_dependents"></script>
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" media="all" href="//unlcms.unl.edu/wdn/templates_4.0/css/all_oldie.css" />
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- For all IE versions, bring in the tweaks -->
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="all" href="//unlcms.unl.edu/wdn/templates_4.0/css/ie.css" />
<![endif]-->
<?php echo $head ?> <?php echo $head ?>
</head> </head>
<body> <body>
<div id="wdn_wrapper"> <main>
<div id="wdn_content_wrapper"> <?php echo $maincontent ?>
<div id="maincontent" class="wdn-main"> </main>
<?php echo $maincontent ?>
</div>
</div>
</div>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment