Skip to content

Commit

Permalink
Revmoe affiliation for content examples
Browse files Browse the repository at this point in the history
Also remove unnecessary script/style attributes.
  • Loading branch information
kabel committed Jan 21, 2016
1 parent 8615fe1 commit bfc3514
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions wdn/templates_4.1/examples/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- InstanceBeginEditable name="head" -->
<!-- Place optional header elements here -->
<link rel="home" href="http://wdn.unl.edu" />
<script type="text/javascript">
<script>
require(['jquery', 'wdn', 'require', 'legacy', 'navigation'], function($, WDN, require, legacy, navigation) {
navigation.fetchSiteNavigation('http://wdn.unl.edu/', function(data, textStatus) {
if (textStatus == 'success') {
Expand Down Expand Up @@ -96,7 +96,7 @@ require(['jquery', 'wdn', 'require', 'legacy', 'navigation'], function($, WDN, r
});
});
</script>
<style type="text/css">
<style>
#examples_band.wdn-band {
padding: 0 1.2rem;
}
Expand Down Expand Up @@ -217,11 +217,8 @@ require(['jquery', 'wdn', 'require', 'legacy', 'navigation'], function($, WDN, r
<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" -->
Web Developer Network
<!--<span>A division of the College of Arts &amp; Sciences</span>-->
<!-- InstanceEndEditable --></span>
<span id="wdn_site_affiliation"><!-- InstanceBeginEditable name="affiliation" --><!-- InstanceEndEditable --></span>
<span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Web Developer Network<!-- InstanceEndEditable --></span>
</div>
</div>
</header>
Expand Down Expand Up @@ -308,7 +305,7 @@ require(['jquery', 'wdn', 'require', 'legacy', 'navigation'], function($, WDN, r
<div id="wdn_local_footer" class="wdn-band wdn-footer-local">
<div class="wdn-inner-wrapper">
<!-- InstanceBeginEditable name="contactinfo" -->
<!-- InstanceEndEditable -->
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="leftcollinks" -->
<!-- InstanceEndEditable -->
</div>
Expand Down

0 comments on commit bfc3514

Please sign in to comment.