diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000000000000000000000000000000000000..695d605fd38d57e41845eea9f20e22e4ee928acd --- /dev/null +++ b/.htaccess @@ -0,0 +1,23 @@ +AddType 'text/html; charset=UTF-8' shtml +RewriteEngine On +RewriteRule ^news/$ http://newsroom.unl.edu/ [R=301] +RewriteRule ^international/$ http://international.unl.edu/ [R=301] +#RewriteRule ^depts/.*$ http://directory.unl.edu/departments/academic [R=301] + +## If mobile=no, don't redirect the user specifically request no mobileversion +#RewriteCond %{QUERY_STRING} !mobile=no$ +## if the browser accepts these mime-types, it's definitely mobile, or pretending to be +#RewriteCond %{HTTP_ACCEPT} "text\/vnd\.wap\.wml|application\/vnd\.wap\.xhtml\+xml" [NC,OR] +## a bunch of user agent tests +#RewriteCond %{HTTP_USER_AGENT} "sony|symbian|nokia|samsung|mobile|windows ce|epoc|opera" [NC,OR] +#RewriteCond %{HTTP_USER_AGENT} "mini|nitro|j2me|midp-|cldc-|netfront|mot|up\.browser|up\.link|audiovox" [NC,OR] +#RewriteCond %{HTTP_USER_AGENT} "blackberry|ericsson,|panasonic|philips|sanyo|sharp|sie-" [NC,OR] +#RewriteCond %{HTTP_USER_AGENT} "portalmmm|blazer|avantgo|danger|palm|series60|palmsource|pocketpc" [NC,OR] +#RewriteCond %{HTTP_USER_AGENT} "smartphone|rover|ipaq|au-mic,|alcatel|ericy|vodafone\/|wap1\.|wap2\.|iPhone|android" [NC] +## capture the entire requested URL, including querystring +#RewriteCond %{THE_REQUEST} ^[A-Z]+\ ([^\s]+) +## go to the mobile proxy +#RewriteRule ^$|^.*\/$|^.*\.shtml$ http://m.unl.edu/?view=proxy&u=http://%{HTTP_HOST}%1 + +AddType 'video/mp4' m4v + diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4d700221b81f36e45b1eb7566cc15be6c73a1137 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Top-level pages of unl.edu +For collaborative development of all the UComm top-level pages on unl.edu \ No newline at end of file diff --git a/Templates/absolute.dwt b/Templates/absolute.dwt new file mode 100644 index 0000000000000000000000000000000000000000..26a20af5a1b5ef47a0edb185a2153d3051813c97 --- /dev/null +++ b/Templates/absolute.dwt @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: absolute.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="http://www.unl.edu/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="http://www.unl.edu/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="http://www.unl.edu/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="http://www.unl.edu/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="http://www.unl.edu/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/debug.dwt b/Templates/debug.dwt new file mode 100644 index 0000000000000000000000000000000000000000..ad50039bf91ea214b3babad683ace2896e1fc5ff --- /dev/null +++ b/Templates/debug.dwt @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: debug.dwt 728 2009-09-08 16:53:28Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/debug.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/debug.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed debug"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/document.dwt b/Templates/document.dwt new file mode 100644 index 0000000000000000000000000000000000000000..074ab90c9c069c7b56748094f4831570fb7eb616 --- /dev/null +++ b/Templates/document.dwt @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: document.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="document"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/fixed.dwt b/Templates/fixed.dwt new file mode 100644 index 0000000000000000000000000000000000000000..bcfe99fbea294991c57aa863c44c9b0cf1c0607a --- /dev/null +++ b/Templates/fixed.dwt @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/liquid.dwt b/Templates/liquid.dwt new file mode 100644 index 0000000000000000000000000000000000000000..538df5dafa6bc0b28d9fbd3c6b4f0054b737ae2e --- /dev/null +++ b/Templates/liquid.dwt @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: liquid.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="liquid"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.absolute.dwt.php b/Templates/php.absolute.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..96b5402de081980826b415d7a0bda125c4f5dfef --- /dev/null +++ b/Templates/php.absolute.dwt.php @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.absolute.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="http://www.unl.edu/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="http://www.unl.edu/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="http://www.unl.edu/wdn/templates_3.0/scripts/all.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="http://www.unl.edu/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <?php include '../sharedcode/navigation.html'; ?> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <?php include '../sharedcode/relatedLinks.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <?php include '../sharedcode/footerContactInfo.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="http://www.unl.edu/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.debug.dwt.php b/Templates/php.debug.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..00152b5ff4f5c09659a16a2450ddec7ae788cdd4 --- /dev/null +++ b/Templates/php.debug.dwt.php @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.debug.dwt.php 728 2009-09-08 16:53:28Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/debug.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/debug.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed debug"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <?php include '../sharedcode/navigation.html'; ?> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <?php include '../sharedcode/relatedLinks.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <?php include '../sharedcode/footerContactInfo.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.document.dwt.php b/Templates/php.document.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..2f62108d802cfa42020eb0c22ec7ad644b00dd0b --- /dev/null +++ b/Templates/php.document.dwt.php @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.document.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="document"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.fixed.dwt.php b/Templates/php.fixed.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..c1746d117d23cdc65ef3937723dafbe32ab96897 --- /dev/null +++ b/Templates/php.fixed.dwt.php @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.fixed.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <?php include '../sharedcode/navigation.html'; ?> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <?php include '../sharedcode/relatedLinks.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <?php include '../sharedcode/footerContactInfo.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.liquid.dwt.php b/Templates/php.liquid.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..e34fa53c3bbb99340f39514a4994e063cbed98f2 --- /dev/null +++ b/Templates/php.liquid.dwt.php @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.liquid.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="liquid"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <?php include '../sharedcode/navigation.html'; ?> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <?php include '../sharedcode/relatedLinks.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <?php include '../sharedcode/footerContactInfo.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.popup.dwt.php b/Templates/php.popup.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..aba07b0008fff57da71bf329953850827f459aa7 --- /dev/null +++ b/Templates/php.popup.dwt.php @@ -0,0 +1,63 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.popup.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="popup"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.secure.dwt.php b/Templates/php.secure.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..370f4063c3d1df4eaeafeda5f2085c72017d4fb0 --- /dev/null +++ b/Templates/php.secure.dwt.php @@ -0,0 +1,79 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.secure.dwt.php 566 2009-07-28 21:06:59Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="secure fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <div id="wdn_identity_management"> <!-- TemplateBeginEditable name="identitymanagement" --><a href="https://login.unl.edu/cas/logout">Logout</a><!-- TemplateEndEditable --> </div> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <?php include '../sharedcode/navigation.html'; ?> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.shared_column_left.dwt.php b/Templates/php.shared_column_left.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..6e5670440b53bf43bc7bdbce72f6363879442e58 --- /dev/null +++ b/Templates/php.shared_column_left.dwt.php @@ -0,0 +1,97 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.shared_column_left.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <?php include '../sharedcode/navigation.html'; ?> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="sharedcolumn" --> + <div class="col left"> + <?php include '../sharedcode/sharedColumn.html'; ?> + </div> + <!-- TemplateEndEditable --> + <div class="three_col right"> <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --></div> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <?php include '../sharedcode/relatedLinks.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <?php include '../sharedcode/footerContactInfo.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/php.shared_column_right.dwt.php b/Templates/php.shared_column_right.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..2c7945186e1ea4c8244b0d05ae7c3f1ff26ed412 --- /dev/null +++ b/Templates/php.shared_column_right.dwt.php @@ -0,0 +1,97 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: php.shared_column_right.dwt.php 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<?php virtual('/wdn/templates_3.0/includes/browserspecifics.html'); ?> +<?php virtual('/wdn/templates_3.0/includes/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <?php virtual('/wdn/templates_3.0/includes/wdnTools.html'); ?> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <?php include '../sharedcode/navigation.html'; ?> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <div class="three_col left"> <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --></div> + <!-- TemplateBeginEditable name="sharedcolumn" --> + <div class="col right"> + <?php include '../sharedcode/sharedColumn.html'; ?> + </div> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <?php virtual('/wdn/templates_3.0/includes/noscript.html'); ?> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/feedback.html'); ?> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <?php include '../sharedcode/relatedLinks.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <?php include '../sharedcode/footerContactInfo.html'; ?> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <?php virtual('/wdn/templates_3.0/includes/socialmediashare.html'); ?> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <?php include '../sharedcode/footer.html'; ?> + <!-- TemplateEndEditable --> + <?php virtual('/wdn/templates_3.0/includes/wdn.html'); ?> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/popup.dwt b/Templates/popup.dwt new file mode 100644 index 0000000000000000000000000000000000000000..883047ae400fbf366a1bc4c123dcb88402fc6e77 --- /dev/null +++ b/Templates/popup.dwt @@ -0,0 +1,63 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: popup.dwt 756 2009-09-15 02:31:02Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="popup"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/secure.dwt b/Templates/secure.dwt new file mode 100644 index 0000000000000000000000000000000000000000..272c89cb63051080fdce3340498606a722c448dc --- /dev/null +++ b/Templates/secure.dwt @@ -0,0 +1,79 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: secure.dwt 562 2009-07-28 19:58:23Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/debug.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="secure fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <div id="wdn_identity_management"> <!-- TemplateBeginEditable name="identitymanagement" --><a href="https://login.unl.edu/cas/logout">Logout</a><!-- TemplateEndEditable --> </div> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/shared_column_left.dwt b/Templates/shared_column_left.dwt new file mode 100644 index 0000000000000000000000000000000000000000..ea5c682c5118c05a6e5b670480f571df75c3a672 --- /dev/null +++ b/Templates/shared_column_left.dwt @@ -0,0 +1,101 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: shared_column_left.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="sharedcolumn" --> + <div class="col left"> + <!--#include virtual="../sharedcode/sharedColumn.html" --> + </div> + <!-- TemplateEndEditable --> + <div class="three_col right"> <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --></div> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <ul> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a></li> + </ul> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/Templates/shared_column_right.dwt b/Templates/shared_column_right.dwt new file mode 100644 index 0000000000000000000000000000000000000000..5baa9143cb674b42bb19364ea380e11dd29a4ca5 --- /dev/null +++ b/Templates/shared_column_right.dwt @@ -0,0 +1,101 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: shared_column_right.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- TemplateEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Department</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --> <!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <div class="three_col left"> <!-- TemplateBeginEditable name="maincontentarea" --> + <p>Place your content here.<br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://wdn.unl.edu//">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --></div> + <!-- TemplateBeginEditable name="sharedcolumn" --> + <div class="col right"> + <!--#include virtual="../sharedcode/sharedColumn.html" --> + </div> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <ul> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a></li> + </ul> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/aboutunl/Templates/document.dwt b/aboutunl/Templates/document.dwt new file mode 100644 index 0000000000000000000000000000000000000000..d07e3397be2aa774f12d6dc2d6f4ceb0c4e651b7 --- /dev/null +++ b/aboutunl/Templates/document.dwt @@ -0,0 +1,91 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Document Template</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="doc" --> +</head> +<body id="doc"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --><!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" -->@@(" ")@@<!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + @@(" ")@@<!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/fixed.dwt b/aboutunl/Templates/fixed.dwt new file mode 100644 index 0000000000000000000000000000000000000000..90578129abce943d50de2932881f9e02500d7615 --- /dev/null +++ b/aboutunl/Templates/fixed.dwt @@ -0,0 +1,108 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Fixed Width</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="fixed" --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/liquid.dwt b/aboutunl/Templates/liquid.dwt new file mode 100644 index 0000000000000000000000000000000000000000..e9517bf93d393074bd18f285e90b2fa7fb913db3 --- /dev/null +++ b/aboutunl/Templates/liquid.dwt @@ -0,0 +1,108 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Fixed Width</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="liquid" --> +</head> +<body id="liquid"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/php.document.dwt.php b/aboutunl/Templates/php.document.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..99b877196f0d596e5d541acb0badc9cdd30e40b9 --- /dev/null +++ b/aboutunl/Templates/php.document.dwt.php @@ -0,0 +1,85 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="doc" --> +</head> +<body id="doc"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --><!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" -->@@(" ")@@<!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html'); ?> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/php.fixed.dwt.php b/aboutunl/Templates/php.fixed.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..9e1d068c19d0fd467439d722dba56eb3d9c7168b --- /dev/null +++ b/aboutunl/Templates/php.fixed.dwt.php @@ -0,0 +1,103 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="fixed" --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <?php include('../sharedcode/navigation.html'); ?> + <!-- TemplateEndEditable --> </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html'); ?> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/php.liquid.dwt.php b/aboutunl/Templates/php.liquid.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..4d0f280be47a7a662def6dd46c2ba18053b1de25 --- /dev/null +++ b/aboutunl/Templates/php.liquid.dwt.php @@ -0,0 +1,103 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="liquid" --> +</head> +<body id="liquid"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <?php include('../sharedcode/navigation.html'); ?> + <!-- TemplateEndEditable --> </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html'); ?> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/php.popup.dwt.php b/aboutunl/Templates/php.popup.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..5c5bee7aa5c1f9d6378131292407b9bbf29147e4 --- /dev/null +++ b/aboutunl/Templates/php.popup.dwt.php @@ -0,0 +1,85 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="popup" --> +</head> +<body id="popup"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" -->@@(" ")@@<!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html'); ?> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/php.secure.dwt.php b/aboutunl/Templates/php.secure.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..5445e27f936f0eaf865c9a17c7d073044eea1bd6 --- /dev/null +++ b/aboutunl/Templates/php.secure.dwt.php @@ -0,0 +1,101 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/secure.css"/> +<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="fixed" --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/badges/secure.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php include('../sharedcode/navigation.html'); ?> + </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html'); ?> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/php.unlstandardtemplate.dwt.php b/aboutunl/Templates/php.unlstandardtemplate.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..27f138a88f6c95e06eb9bfd365eabb685ea16d82 --- /dev/null +++ b/aboutunl/Templates/php.unlstandardtemplate.dwt.php @@ -0,0 +1,101 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlframework.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- InstanceBeginEditable name="head" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- TemplateParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceEndEditable --><!-- InstanceParam name="collegenavigation" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="" passthrough="true" --> +</head> +<body id="@@@(bodyid)@@@"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Standard Template</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- InstanceBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- TemplateBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php virtual('/cssunltemplates/sharedcode/navigation.html'); ?> + </div> + <!-- TemplateEndEditable --> + <div id="nav_end"></div> + <!-- TemplateBeginIf cond="_document['leftRandomPromo']" --><!-- TemplateBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- TemplateBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php virtual('/cssunltemplates/sharedcode/relatedLinks.html'); ?> + <!-- TemplateEndEditable --> </div> + </div> + <!-- close navigation --> + <!-- InstanceEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincolcontent" --> + <div id="maincontent"> <!-- TemplateBeginEditable name="maincontent" --> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html'); ?> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- TemplateEndEditable --> </div> + <!-- InstanceEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- InstanceBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="copyright"> <!-- TemplateBeginEditable name="footercontent" --> + <?php virtual('/cssunltemplates/sharedcode/footer.html'); ?> + <!-- TemplateEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- InstanceEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/popup.dwt b/aboutunl/Templates/popup.dwt new file mode 100644 index 0000000000000000000000000000000000000000..dbfc0f88e0244d41d39e44b36d897aa43b9ded6f --- /dev/null +++ b/aboutunl/Templates/popup.dwt @@ -0,0 +1,89 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Fixed Width</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="popup" --> +</head> +<body id="popup"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" -->@@(" ")@@<!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/secure.dwt b/aboutunl/Templates/secure.dwt new file mode 100644 index 0000000000000000000000000000000000000000..487b3ae0c7497414ec9e3288226824016807d3d5 --- /dev/null +++ b/aboutunl/Templates/secure.dwt @@ -0,0 +1,105 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Fixed Width</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/secure.css"/> +<!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="secure" --> +</head> +<body id="secure"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/secure.html" --> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/Templates/unlframework.dwt b/aboutunl/Templates/unlframework.dwt new file mode 100644 index 0000000000000000000000000000000000000000..af9d4dd167eadad758c39b37628d1c6abeb8b16a --- /dev/null +++ b/aboutunl/Templates/unlframework.dwt @@ -0,0 +1,96 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- TemplateEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- TemplateBeginEditable name="head" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- TemplateEndEditable --><!-- TemplateParam name="collegenavigation" type="boolean" value="true" --><!-- TemplateParam name="bodyid" type="text" value="" --> +</head> +<body id="@@(bodyid)@@"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- TemplateBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- TemplateEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- TemplateBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Framework</li> + </ul> + <!-- TemplateEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- TemplateBeginEditable name="shelf" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> +<!-- TemplateEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- TemplateBeginIf cond="collegenavigation" --><!-- TemplateBeginEditable name="collegenavigationlist" --> <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- TemplateEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- TemplateBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <div id="navlinks"> + <!--#include virtual="../sharedcode/navigation.html" --> + </div> + <div id="nav_end"></div> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + </div> + </div> + <!-- close navigation --> + <!-- TemplateEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincolcontent" --> + <!-- optional main big content image --> + <div id="maincontent"> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + </div> + <!-- close right-area --> + <!-- TemplateEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- TemplateBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> + <div id="copyright"> + <!--#include virtual="../sharedcode/footer.html" --> + <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- TemplateEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +</html> diff --git a/aboutunl/Templates/unlstandardtemplate.dwt b/aboutunl/Templates/unlstandardtemplate.dwt new file mode 100644 index 0000000000000000000000000000000000000000..d2352c042931c5966ed18e05c5178ea53172a2d6 --- /dev/null +++ b/aboutunl/Templates/unlstandardtemplate.dwt @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlframework.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060808 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- InstanceBeginEditable name="head" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- TemplateParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceEndEditable --><!-- InstanceParam name="collegenavigation" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="" passthrough="true" --> +</head> +<body id="@@@(bodyid)@@@"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Standard Template</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- InstanceBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- TemplateBeginEditable name="navcontent" --> + <div id="navlinks"> + <!--#include virtual="../sharedcode/navigation.html" --> + </div> + <!-- TemplateEndEditable --> + <div id="nav_end"></div> + <!-- TemplateBeginIf cond="_document['leftRandomPromo']" --><!-- TemplateBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- TemplateBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --> </div> + </div> + <!-- close navigation --> + <!-- InstanceEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincolcontent" --> + <div id="maincontent"> <!-- TemplateBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> </div> + <!-- InstanceEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- InstanceBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="copyright"> <!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- InstanceEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/big10.shtml b/aboutunl/big10.shtml new file mode 100644 index 0000000000000000000000000000000000000000..7305e2111ae695638bd13b250f816b36a9885b15 --- /dev/null +++ b/aboutunl/big10.shtml @@ -0,0 +1,255 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>About The Big Ten Conference | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" --> + About UNL + + <!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>The Big Ten Conference</li> + </ul> + + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --><h1>The Big Ten Conference, CIC and APLU </h1> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid6 first"> + <div class="zenbox"><h5>The University of Nebraska-Lincoln is a member of the Big Ten Conference, the Committee on Institutional Cooperation (CIC) and the Association of Public and Land-Grant Universities (APLU). </h5></div> + + + <h3 class="sec_main" style="margin-top:16px;">About the Big Ten Conference</h3> + <p>The Big Ten Conference is a union of world-class academic institutions who share a common mission of research, graduate, professional and undergraduate teaching and public service. The conference's 100-plus years of history, strong tradition of competitive intercollegiate athletic programs, vast and passionate alumni base, and consistent leadership in innovations position the Big Ten and its entire community firmly on the Big Stage.</p> + <p> +The Big Ten has sustained a comprehensive set of shared practices and policies that enforce the priority of academics and emphasize the values of integrity, fairness and competitiveness in all aspects of its student-athletes' lives, with the ultimate goal of ensuring that each individual has the opportunity to live a Big Life.</p> +<p> +Big Ten universities make up, along with the University of Chicago, the Committee on Institutional Cooperation, a consortium formed in 1958 as the conference's academic counterpart.</p> + <p><em>From <a href="http://www.bigten.org/school-bio/big10-school-bio.html">the Big Ten website</a></em></p> + + <br /> + <h4 class="sec_main">About the Committee on Institutional Cooperation </h4> + <p>The <a href="http://www.cic.net/" class="external" title="go to the Committee on Institutional Cooperation website">Committee on Institutional Cooperation</a> is a consortium of the Big Ten universities plus the University of Chicago. The CIC leverages faculty, funding, facilities, investments and ideas to help the collective whole compete and succeed.</p> +<p> +Among its core projects are:</p> +<ul> +<li>library collections and access</li> +<li>technology collaborations to build capacity at reduced costs</li> +<li>leveraging purchasing and licensing through economies of scale</li> +<li>leadership and development programs for faculty and staff</li> +<li>study-abroad collaborations</li> +<li>course-sharing mechanisms by which students may take courses at other consortium institutions</li> +</ul> + + + <br /> + <h5 class="sec_header">Association of Public and Land-Grant Universities</h5> + <p>The <a href="http://www.aplu.org/" class="external">Association of Public and Land-Grant Universities</a> is a non-profit association of 218 public research universities, land-grant institutions, and state university systems with member campuses in all 50 states, U.S. territories and the District of Columbia. All Big Ten Institutions except for Northwestern University are APLU members.</p> + <p> +With roots going back to 1887, APLU is the nation's oldest higher education association. APLU is dedicated to advancing learning, discovery and engagement. The association provides a forum for the discussion and development of policies and programs affecting higher education and the public interest.</p> + <!-- + <br /> + <h5 class="sec_header">Driving Distances</h5> + <a href="http://maps.google.com/maps?f=d&source=s_d&saddr=900+North+16th+Street,+Lincoln,+NE+68508+(University+of+Nebraska)&daddr=madison,+wisconsin&hl=en&geocode=FcHnbgId7IA8-iFHTJFWcPqZ2ilH6Gmv576WhzF1f8dyR22gdA%3BFRw-kQIdctir-in_GSA6bVMGiDGYQUi6tfwMTg&mra=pe&mrcr=0&sll=42.014501,-92.956455&sspn=6.34965,10.557861&ie=UTF8&ll=41.95132,-93.043213&spn=6.356155,10.557861&t=h&z=7">Lincoln, NE to Madison, Wisconsin</a><br /> + + <a href="http://maps.google.com/maps?f=d&source=s_d&saddr=900+North+16th+Street,+Lincoln,+NE+68508+(University+of+Nebraska)&daddr=Minneapolis,+MN&hl=en&geocode=FcHnbgId7IA8-iFHTJFWcPqZ2ilH6Gmv576WhzF1f8dyR22gdA%3BFf1WrgIdJOhw-im9u3eTkDOzUjEH7novhMmfkw&mra=ls&sll=41.95132,-93.043213&sspn=6.356155,10.557861&ie=UTF8&ll=42.900113,-94.976807&spn=6.260869,10.557861&t=h&z=7">Lincoln, NE to Minneapolis, Minnesota</a><br /> + + <a href="http://maps.google.com/maps?f=d&source=s_d&saddr=900+North+16th+Street,+Lincoln,+NE+68508+(University+of+Nebraska)&daddr=Iowa+City,+IA&hl=en&geocode=FcHnbgId7IA8-iFHTJFWcPqZ2ilH6Gmv576WhzF1f8dyR22gdA%3B&mra=ls&sll=42.900113,-94.976807&sspn=6.260869,10.557861&ie=UTF8&t=h&z=8">Lincoln, NE to Iowa City, Iowa</a><br />--> + </div> + + <div class="grid6"> + <h3 class="sec_main">By The Numbers</h3> + <table class="zentable neutral"> + <thead><tr> +<th>Institution</th> +<th style="text-align:left">Location<br /> +(Population)</th> +<th style="width:70px; text-align:left">Founded</th> +<th style="text-align:left">Undergrad Enrollment</th> +</tr></thead> +<tbody> +<tr> +<td><a href="http://www.uiuc.edu/" class="external"><img src="graphics/big10_wordmark_illinois.jpg" width="150" height="67" alt="University of Illinois at Urbana-Champaign" style="border:4px #FFF solid;" /></a></td> +<td>Champaign, Illinois<br /> +(75,254)</td> +<td>1867</td> +<td>30,895</td> +</tr> +<tr> +<td><a href="http://www.indiana.edu/" class="external"><img src="graphics/big10_wordmark_indiana.jpg" width="150" height="50" alt="Indiana University" style="border:4px #FFF solid;" /></a></td> +<td>Bloomington, Indiana<br /> +(69,291)</td> +<td>1820</td> +<td>30,394</td> +</tr> +<tr> +<td><a href="http://www.uiowa.edu/" class="external"><img src="graphics/big10_wordmark_iowa.jpg" width="150" height="39" alt="University of Iowa" style="border:4px #FFF solid;" /></a></td> +<td>Iowa City, Iowa<br /> +(67,062)</td> +<td>1847</td> +<td>20,907</td> +</tr> +<tr> +<td><a href="http://www.umich.edu/" class="external"><img src="graphics/big10_wordmark_michigan.jpg" width="150" height="75" alt="University of Michigan" style="border:4px #FFF solid;" /></a></td> +<td>Ann Arbor, Michigan<br /> +(114,024)</td> +<td>1817</td> +<td>26,083</td> +</tr> +<tr> +<td><a href="http://www.msu.edu/" class="external"><img src="graphics/big10_wordmark_michiganstate.jpg" width="150" height="75" alt="Michigan State University" style="border:4px #FFF solid;" /></a></td> +<td>East Lansing, Michigan<br /> +(46,525)</td> +<td>1855</td> +<td>36,072</td> +</tr> +<tr> +<td><a href="http://www1.umn.edu/twincities" class="external"><img src="graphics/big10_wordmark_minnesota.jpg" width="150" height="98" alt="University of Minnesota" style="border:4px #FFF solid;" /></a></td> +<td>Minneapolis, Minnesota<br /> +(388,020)</td> +<td>1851</td> +<td>38,645</td> +</tr> +<tr style=" border:2px solid #cc0000; "> +<td><a href="http://www.unl.edu/"><img src="graphics/big10_wordmark_nebraska.jpg" width="150" height="60" alt="University of Nebraska-Lincoln" style="border:4px #FFF solid;" /></a></td> +<td>Lincoln, Nebraska<br /> +(251,624)</td> +<td>1869</td> +<td>18,526</td> +</tr> +<tr> +<td><a href="http://www.northwestern.edu/" class="external"><img src="graphics/big10_wordmark_northwestern.jpg" width="150" height="92" alt="Northwestern University" style="border:4px #FFF solid;" /></a></td> +<td>Evanston, Illinois<br /> +(74,239)</td> +<td>1851</td> +<td>8,284</td> +</tr> +<tr> +<td><a href="http://www.osu.edu/" class="external"><img src="graphics/big10_wordmark_ohiostate.jpg" width="150" height="150" alt="Ohio State University" style="border:4px #FFF solid;" /></a></td> +<td>Columbus, Ohio<br /> +(747,755)</td> +<td>1870</td> +<td>40,212</td> +</tr> +<tr> +<td><a href="http://www.psu.edu/" class="external"><img src="graphics/big10_wordmark_pennstate.jpg" width="150" height="70" alt="Pennsylvania State University" style="border:4px #FFF solid;" /></a></td> +<td>University Park, Pennsylvania<br /> +(38,420)</td> +<td>1855</td> +<td>38,630</td> +</tr> +<tr> +<td><a href="http://www.purdue.edu/" class="external"><img src="graphics/big10_wordmark_purdue.jpg" width="150" height="50" alt="Purdue University" style="border:4px #FFF solid;" /></a></td> +<td>West Lafayette, Indiana<br /> +(28,778)</td> +<td>1869</td> +<td>31,290</td> +</tr> +<tr> +<td><a href="http://www.wisc.edu/" class="external"><img src="graphics/big10_wordmark_wisconsin.jpg" width="150" height="101" alt="University of Wisconsin-Madison" style="border:4px #FFF solid;" /></a></td> +<td>Madison, Wisconsin<br /> +(223,389)</td> +<td>1848</td> +<td>29,153</td> +</tr> +</tbody> +</table> +<br /> + + +</div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/big10.shtml.LCK b/aboutunl/big10.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/big10.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-ill-logo.gif b/aboutunl/graphics/big10-08-ill-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..013a217e38193ad2a2c8d484a48908c6572ed0a7 Binary files /dev/null and b/aboutunl/graphics/big10-08-ill-logo.gif differ diff --git a/aboutunl/graphics/big10-08-ill-logo.gif.LCK b/aboutunl/graphics/big10-08-ill-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-ill-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-ind-logo.gif b/aboutunl/graphics/big10-08-ind-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..f49a3ed6a5c221a0e4677f0cba4df14673acfdf0 Binary files /dev/null and b/aboutunl/graphics/big10-08-ind-logo.gif differ diff --git a/aboutunl/graphics/big10-08-ind-logo.gif.LCK b/aboutunl/graphics/big10-08-ind-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-ind-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-iowa-logo.gif b/aboutunl/graphics/big10-08-iowa-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..4038a2d91a148b5a6062355689af732a4cd0962e Binary files /dev/null and b/aboutunl/graphics/big10-08-iowa-logo.gif differ diff --git a/aboutunl/graphics/big10-08-iowa-logo.gif.LCK b/aboutunl/graphics/big10-08-iowa-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-iowa-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-mich-logo.gif b/aboutunl/graphics/big10-08-mich-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed695f224385482227531a0d1cbcfecdbdbad946 Binary files /dev/null and b/aboutunl/graphics/big10-08-mich-logo.gif differ diff --git a/aboutunl/graphics/big10-08-mich-logo.gif.LCK b/aboutunl/graphics/big10-08-mich-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-mich-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-minn-logo.gif b/aboutunl/graphics/big10-08-minn-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..e0171ed9ccadf6a23a695f7894ff510bbdcb0566 Binary files /dev/null and b/aboutunl/graphics/big10-08-minn-logo.gif differ diff --git a/aboutunl/graphics/big10-08-minn-logo.gif.LCK b/aboutunl/graphics/big10-08-minn-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-minn-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-msu-logo.gif b/aboutunl/graphics/big10-08-msu-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..e54225f4d89c5aca6eb9f07ef43301e79f40a02a Binary files /dev/null and b/aboutunl/graphics/big10-08-msu-logo.gif differ diff --git a/aboutunl/graphics/big10-08-msu-logo.gif.LCK b/aboutunl/graphics/big10-08-msu-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-msu-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-neb-logo.gif b/aboutunl/graphics/big10-08-neb-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..f45a07a9074b9507fa16e064c7d2a92a4a5cd6dd Binary files /dev/null and b/aboutunl/graphics/big10-08-neb-logo.gif differ diff --git a/aboutunl/graphics/big10-08-neb-logo.gif.LCK b/aboutunl/graphics/big10-08-neb-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-neb-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-nw-logo.gif b/aboutunl/graphics/big10-08-nw-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..d0db4ff24ac706f55dc925bd8d1ae20701ce12df Binary files /dev/null and b/aboutunl/graphics/big10-08-nw-logo.gif differ diff --git a/aboutunl/graphics/big10-08-nw-logo.gif.LCK b/aboutunl/graphics/big10-08-nw-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-nw-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-osu-logo.gif b/aboutunl/graphics/big10-08-osu-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..1e19af506ea4ee6142cd9ca3e3ec4c598c47dea4 Binary files /dev/null and b/aboutunl/graphics/big10-08-osu-logo.gif differ diff --git a/aboutunl/graphics/big10-08-osu-logo.gif.LCK b/aboutunl/graphics/big10-08-osu-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-osu-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-psu-logo.gif b/aboutunl/graphics/big10-08-psu-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..64878517141907bf4c8c588d1e3203cc506b0ff9 Binary files /dev/null and b/aboutunl/graphics/big10-08-psu-logo.gif differ diff --git a/aboutunl/graphics/big10-08-psu-logo.gif.LCK b/aboutunl/graphics/big10-08-psu-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-psu-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-pur-logo.gif b/aboutunl/graphics/big10-08-pur-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..014db3406e4029cfdc17970158db91921d962ae0 Binary files /dev/null and b/aboutunl/graphics/big10-08-pur-logo.gif differ diff --git a/aboutunl/graphics/big10-08-pur-logo.gif.LCK b/aboutunl/graphics/big10-08-pur-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-pur-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10-08-wisc-logo.gif b/aboutunl/graphics/big10-08-wisc-logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..7e1022c23bada3c0969b07579e15d1e4c3fff237 Binary files /dev/null and b/aboutunl/graphics/big10-08-wisc-logo.gif differ diff --git a/aboutunl/graphics/big10-08-wisc-logo.gif.LCK b/aboutunl/graphics/big10-08-wisc-logo.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10-08-wisc-logo.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10_wordmark_illinois.jpg b/aboutunl/graphics/big10_wordmark_illinois.jpg new file mode 100644 index 0000000000000000000000000000000000000000..498c6d018a92e51166b396062270565b8c5bfde0 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_illinois.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_indiana.jpg b/aboutunl/graphics/big10_wordmark_indiana.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3a4905c330c03682f081c6a0ae3ead6228cd81f Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_indiana.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_iowa.jpg b/aboutunl/graphics/big10_wordmark_iowa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffb02a178e04a443dd120100b825ea193e11bc81 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_iowa.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_michigan.jpg b/aboutunl/graphics/big10_wordmark_michigan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..352e3f00103f6c860e03501f6838e6ece2b70e47 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_michigan.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_michiganstate.jpg b/aboutunl/graphics/big10_wordmark_michiganstate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..870bfb76b7abce1e585b88f52b76db20e1f559b1 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_michiganstate.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_minnesota.jpg b/aboutunl/graphics/big10_wordmark_minnesota.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34373c0324a896b5a1e0fa1d566392c8630f06bd Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_minnesota.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_nebraska.jpg b/aboutunl/graphics/big10_wordmark_nebraska.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d97ceb1b7ebc3cb40ed2b4745d18e5a864f2b795 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_nebraska.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_nebraska.jpg.LCK b/aboutunl/graphics/big10_wordmark_nebraska.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/big10_wordmark_nebraska.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/big10_wordmark_northwestern.jpg b/aboutunl/graphics/big10_wordmark_northwestern.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cabe2dfd918f17d72cb614993913948c87b10e09 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_northwestern.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_ohiostate.jpg b/aboutunl/graphics/big10_wordmark_ohiostate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cebef832e7a001d4311ba7b1859821855c172333 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_ohiostate.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_pennstate.jpg b/aboutunl/graphics/big10_wordmark_pennstate.jpg new file mode 100644 index 0000000000000000000000000000000000000000..865fb7bb7f303c1ea0546d7c5f100bcc341f3117 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_pennstate.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_purdue.jpg b/aboutunl/graphics/big10_wordmark_purdue.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93b548015d8146ce76423bd52a31d156f8e99be4 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_purdue.jpg differ diff --git a/aboutunl/graphics/big10_wordmark_wisconsin.jpg b/aboutunl/graphics/big10_wordmark_wisconsin.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d47e46fb30f241402cc7056f65d8656ed1c0877 Binary files /dev/null and b/aboutunl/graphics/big10_wordmark_wisconsin.jpg differ diff --git a/aboutunl/graphics/campus.jpg b/aboutunl/graphics/campus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a6aa563947bfcbc3c7ade31356f0bf4c2c8be5e Binary files /dev/null and b/aboutunl/graphics/campus.jpg differ diff --git a/aboutunl/graphics/campus.jpg.LCK b/aboutunl/graphics/campus.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/campus.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/campus2.jpg b/aboutunl/graphics/campus2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70693b79380099b521165e76c676c63d0e4e7be8 Binary files /dev/null and b/aboutunl/graphics/campus2.jpg differ diff --git a/aboutunl/graphics/campus2.jpg.LCK b/aboutunl/graphics/campus2.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/campus2.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/campus3.jpg b/aboutunl/graphics/campus3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2cf55cdc54ef944ddf27393fc5360d6cfa6f2665 Binary files /dev/null and b/aboutunl/graphics/campus3.jpg differ diff --git a/aboutunl/graphics/campus3.jpg.LCK b/aboutunl/graphics/campus3.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/campus3.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/classroom.jpg b/aboutunl/graphics/classroom.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d2aa97c611c9787a0c91a12045dfe067052d422 Binary files /dev/null and b/aboutunl/graphics/classroom.jpg differ diff --git a/aboutunl/graphics/classroom.jpg.LCK b/aboutunl/graphics/classroom.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/classroom.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/history2.jpg b/aboutunl/graphics/history2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb43cd9529a5d8759a0f818bb16f8138a7045a2a Binary files /dev/null and b/aboutunl/graphics/history2.jpg differ diff --git a/aboutunl/graphics/history2.jpg.LCK b/aboutunl/graphics/history2.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/history2.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/history_arch.jpg b/aboutunl/graphics/history_arch.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf51fad32e9c08fba36bfa2ad86af2c81be2a6a7 Binary files /dev/null and b/aboutunl/graphics/history_arch.jpg differ diff --git a/aboutunl/graphics/history_arch.jpg.LCK b/aboutunl/graphics/history_arch.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/history_arch.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/history_archhall.jpg b/aboutunl/graphics/history_archhall.jpg new file mode 100644 index 0000000000000000000000000000000000000000..791fdadfdc83c425bb3208b96f8f8e8c28271856 Binary files /dev/null and b/aboutunl/graphics/history_archhall.jpg differ diff --git a/aboutunl/graphics/history_hamilton.jpg b/aboutunl/graphics/history_hamilton.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c2c104542e511c5c4e281d433a10416c189a52d Binary files /dev/null and b/aboutunl/graphics/history_hamilton.jpg differ diff --git a/aboutunl/graphics/history_hamilton.jpg.LCK b/aboutunl/graphics/history_hamilton.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/history_hamilton.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/history_pennant.gif b/aboutunl/graphics/history_pennant.gif new file mode 100644 index 0000000000000000000000000000000000000000..cda2292c683746e497f642c8295d083bd35eff9e Binary files /dev/null and b/aboutunl/graphics/history_pennant.gif differ diff --git a/aboutunl/graphics/history_temple.jpg b/aboutunl/graphics/history_temple.jpg new file mode 100644 index 0000000000000000000000000000000000000000..723f7a6637f989fd3f9b2d4b200f1f1da5cd2aa3 Binary files /dev/null and b/aboutunl/graphics/history_temple.jpg differ diff --git a/aboutunl/graphics/history_temple.jpg.LCK b/aboutunl/graphics/history_temple.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/history_temple.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/history_uhall.jpg b/aboutunl/graphics/history_uhall.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29c3a4c2b0470e15256120c409619bde7acdc124 Binary files /dev/null and b/aboutunl/graphics/history_uhall.jpg differ diff --git a/aboutunl/graphics/history_uhall2.jpg b/aboutunl/graphics/history_uhall2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5592acbc386960481b92dc5ae8aec37421d1a7b3 Binary files /dev/null and b/aboutunl/graphics/history_uhall2.jpg differ diff --git a/aboutunl/graphics/history_uhall2.jpg.LCK b/aboutunl/graphics/history_uhall2.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/history_uhall2.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/history_visitorscenter.jpg b/aboutunl/graphics/history_visitorscenter.jpg new file mode 100644 index 0000000000000000000000000000000000000000..555a4af4af5ced80f44fdff4595e46ebdc203172 Binary files /dev/null and b/aboutunl/graphics/history_visitorscenter.jpg differ diff --git a/aboutunl/graphics/history_visitorscenter.jpg.LCK b/aboutunl/graphics/history_visitorscenter.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/history_visitorscenter.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/maps.jpg b/aboutunl/graphics/maps.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bda3607a7730793e206cd35b4fc44935a699656f Binary files /dev/null and b/aboutunl/graphics/maps.jpg differ diff --git a/aboutunl/graphics/maps.jpg.LCK b/aboutunl/graphics/maps.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/maps.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/pagehead_parent.gif b/aboutunl/graphics/pagehead_parent.gif new file mode 100644 index 0000000000000000000000000000000000000000..5cfb0d065a611abe9c2962e9df7e5cae68d64cd3 Binary files /dev/null and b/aboutunl/graphics/pagehead_parent.gif differ diff --git a/aboutunl/graphics/pagehead_parents.gif b/aboutunl/graphics/pagehead_parents.gif new file mode 100644 index 0000000000000000000000000000000000000000..58c89336acde86f0b4175909691faad6014c8470 Binary files /dev/null and b/aboutunl/graphics/pagehead_parents.gif differ diff --git a/aboutunl/graphics/pagehead_prostudents.gif b/aboutunl/graphics/pagehead_prostudents.gif new file mode 100644 index 0000000000000000000000000000000000000000..6787efb7958d9fce08efc4ee6418dd2ae28b0e1a Binary files /dev/null and b/aboutunl/graphics/pagehead_prostudents.gif differ diff --git a/aboutunl/graphics/pageheader.gif b/aboutunl/graphics/pageheader.gif new file mode 100644 index 0000000000000000000000000000000000000000..e83f07d8074e287da6ee4e9cc276f2272d2f636d Binary files /dev/null and b/aboutunl/graphics/pageheader.gif differ diff --git a/aboutunl/graphics/pageheader_aboutunl.gif b/aboutunl/graphics/pageheader_aboutunl.gif new file mode 100644 index 0000000000000000000000000000000000000000..57b51b58c5a43225d06a989e8d720bdcae589ac1 Binary files /dev/null and b/aboutunl/graphics/pageheader_aboutunl.gif differ diff --git a/aboutunl/graphics/pic1.jpg b/aboutunl/graphics/pic1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..489febb158d8a4de760dc68cd4eb93c9c7bfc64d Binary files /dev/null and b/aboutunl/graphics/pic1.jpg differ diff --git a/aboutunl/graphics/pic_cather.jpg b/aboutunl/graphics/pic_cather.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4c051dc3f8218581d7c93aee0f5a58a947cb34e0 Binary files /dev/null and b/aboutunl/graphics/pic_cather.jpg differ diff --git a/aboutunl/graphics/pic_downtown_love.jpg b/aboutunl/graphics/pic_downtown_love.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6ae87a914c5e04b87e69c76c28eec67a226b259 Binary files /dev/null and b/aboutunl/graphics/pic_downtown_love.jpg differ diff --git a/aboutunl/graphics/pic_stadium.jpg b/aboutunl/graphics/pic_stadium.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7064671bb0ecddfa0e24a0a624b6b0a83b50fb5 Binary files /dev/null and b/aboutunl/graphics/pic_stadium.jpg differ diff --git a/aboutunl/graphics/pic_uhall.jpg b/aboutunl/graphics/pic_uhall.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5a4f953ef89b5cc78a96200f2423f2598cc652d Binary files /dev/null and b/aboutunl/graphics/pic_uhall.jpg differ diff --git a/aboutunl/graphics/popper_head.gif b/aboutunl/graphics/popper_head.gif new file mode 100644 index 0000000000000000000000000000000000000000..4cb066beeed577ded75baf21b1551a6806fdad48 Binary files /dev/null and b/aboutunl/graphics/popper_head.gif differ diff --git a/aboutunl/graphics/research.jpg b/aboutunl/graphics/research.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e612dad1615aa41e3481ce6e420bc7e36ef36d3 Binary files /dev/null and b/aboutunl/graphics/research.jpg differ diff --git a/aboutunl/graphics/rolemission.jpg b/aboutunl/graphics/rolemission.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bc760a7936e35a051c10ddfe7fb238570e3571e Binary files /dev/null and b/aboutunl/graphics/rolemission.jpg differ diff --git a/aboutunl/graphics/rolemission.jpg.LCK b/aboutunl/graphics/rolemission.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/rolemission.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/teaching.jpg b/aboutunl/graphics/teaching.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc8ddf9320ca1e9f1cacbd3124a22514a877eeb6 Binary files /dev/null and b/aboutunl/graphics/teaching.jpg differ diff --git a/aboutunl/graphics/teaching.jpg.LCK b/aboutunl/graphics/teaching.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/teaching.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/teachresearch.jpg b/aboutunl/graphics/teachresearch.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7b9383f365774346feeae8b70e93f6ed04aa855 Binary files /dev/null and b/aboutunl/graphics/teachresearch.jpg differ diff --git a/aboutunl/graphics/teachresearch.jpg.LCK b/aboutunl/graphics/teachresearch.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/teachresearch.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/graphics/tour_maps.jpg b/aboutunl/graphics/tour_maps.jpg new file mode 100644 index 0000000000000000000000000000000000000000..635b179538a1ff5195517bbf849fd4b46358d86a Binary files /dev/null and b/aboutunl/graphics/tour_maps.jpg differ diff --git a/aboutunl/graphics/tour_maps.jpg.LCK b/aboutunl/graphics/tour_maps.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/graphics/tour_maps.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/history.shtml b/aboutunl/history.shtml new file mode 100644 index 0000000000000000000000000000000000000000..1c4d36847c1a6d487ee43b228c1d141f5a072602 --- /dev/null +++ b/aboutunl/history.shtml @@ -0,0 +1,140 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>History - Founding through 1920 | About UNL | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 2; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->About UNL<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="index.shtml">About UNL</a></li> + <li><a href="history.shtml">History</a></li> + <li>Founding through 1920</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --><h1>History - Founding through 1920</h1> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid6 first"> + <h4>A Parthenon for the Plains</h4> + + <p class="sseriftext11">Following the university's founding in 1869, a campus was laid out on four city blocks and its first building, University Hall, was constructed. Built of wood and sun-dried bricks in what its builders termed the "Franco-Italian Style," University Hall was an impressive structure to young people visiting the capital city. One student, born and reared in a sod house, likened it to the Parthenon. This beacon of learning also dazzled young pioneer children, who would mount huge ash heaps in the back of University Hall to view skeletons in the state's first museum.</p> + <p class="sseriftext11">Attempts to impose a more civilized appearance on the campus landscape often were turned back by the harsh conditions of the prairie. Hundreds of trees were planted, only to perish, and the first flower beds were cut down numerous times by marauding hordes of locusts.</p> + <p class="sseriftext11">Even University Hall paid nature's toll. By the time the university erected its second building in 1886, old U Hall was crumbling back into the prairie.</p> + + <p class="sseriftext11">But the spirit of higher education prevailed in great leaders like Chancellor James Canfield. In the early 1890s, during construction of the new library, Canfield stood over its builders, personally holding contractors to specifications. The completion of this building marked a new era for the university - its collection of books and artworks were declarations of learned civilization in a raw land.</p> + <p class="sseriftext11">Today the old library appropriately serves the College of Architecture. Its turrets, winding staircase, and owls of wisdom are reminders of the great aspirations of its builders.</p> + <h4>The Campus Expands</h4> + <p class="sseriftext11">As the university's mission grew, so did its size. A farm campus was established east of Lincoln in 1873. Separated from the city by an unbroken stretch of prairie, it was regarded by students to be a great distance from the main city campus. By 1904 the farm campus went beyond its own boundaries to establish an experimental station at North Platte, the first of many research centers that would serve the state in later years. NU made its first operational tie with the city of Omaha when that city's then-ailing Medical College merged with the university in 1902.</p> + <h4>A New Century</h4> + <p class="sseriftext11">The first decade of the 20th century saw enrollment at NU increase by a third, and by 1909 nearly 4,000 students were in attendance. That same year the university was admitted as the 18th member of the Association of American Universities.</p> + <p class="sseriftext11">The university began to outgrow its original four-block city campus, and in 1906 constructed a student activity center, known as the Temple Building. Matching funds for the construction of this building were given by petroleum magnate John D. Rockefeller, a friend of Chancellor E. Benjamin Andrews. The donation created an uproar among such Nebraska populists as William Jennings Bryan, who considered Rockefeller's oil money to be tainted.</p> + <p class="sseriftext11">A number of buildings from those early days survive today as reminders of this era, including Brace Laboratory, Richards Hall, and the first law college building.</p> + </div> + + <div class="grid6"> + + <img src="graphics/history_uhall2.jpg" alt="university hall" style="margin-bottom:4px" class="frame" /><br /> + <strong>UNIVERSITY HALL</strong>, the University of Nebraska's + first building; ca. 1887.<br /><br /> + <img src="graphics/history_arch.jpg" alt="architecture hall (original library)" style="margin-bottom:4px" class="frame" /><br /> + <strong>ARCHITECTURE HALL</strong>, the University of Nebraska's + first library; ca. 1890.<br /><br /> + + + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/history.shtml.LCK b/aboutunl/history.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/history.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/history2.shtml b/aboutunl/history2.shtml new file mode 100644 index 0000000000000000000000000000000000000000..3c325ee71c904b4bb3414f52b0f83166e36cc316 --- /dev/null +++ b/aboutunl/history2.shtml @@ -0,0 +1,144 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Postwar to Present | History | About UNL | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->About UNL<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="index.shtml">About UNL</a></li> + <li><a href="history.shtml">History</a></li> + <li>Postwar to Present</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --><h1>History - Postwar to Present</h1> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid6 first"> + + <h4>The Early Century</h4> + <p class="sseriftext11">Growth during the war years occurred amid fierce debate in the legislature over a proposal to consolidate both campuses on the farm campus. Put to the vote of the people in 1915, the proposal was defeated, and work was begun anew for expansion on both campuses.</p> + <p class="sseriftext11">The orderly development of the farm campus, under the scrutiny of Chancellor Andrews, included a number of large, buff-brick buildings arranged around a central mall. Despite this classical arrangement, the campus retained the feel of the countryside, with its barns, livestock and test fields.</p> + <p class="sseriftext11">City campus, on the other hand, developed in a variety of styles, experiencing rapid growth in the postwar years of the 1920s. This period brought such monumental structures as Social Sciences Hall, now home to the College of Business Administration, and Morrill Hall, also known as the University of Nebraska State Museum. Millions of visitors have passed through its massive colonnades to view astonishing displays of prehistory, including the remarkable exhibition known as Elephant Hall. The 1920s also saw the continued rise of athletic excellence at the University of Nebraska with the construction of two large-scale sports complexes - Memorial Stadium and the Nebraska Coliseum.</p> + + <h4>Hail Varsity</h4> + <p class="sseriftext11">The years surrounding World War II boomed with the beat of more construction - the student union, large classroom halls, and Love Memorial Library, whose stacks served as a barracks during World War II. Today , University Libraries houses more than 2.5 million volumes located in the main library and in branch libraries on both campuses.</p> + <p class="sseriftext11">Two years after the formal dedication of Love Library in 1947, another landmark was dedicated near the center of campus - the Mueller Carillon Tower. Its chimes have been marking time on campus ever since.</p> + <h4>Taking to the Sky</h4> + <p class="sseriftext11">In the late 1950s NU's enrollment soared with its skyline, climbing from 8,000 students in 1959 to nearly 20,000 just 10 years later. Buildings for laboratories, classrooms and student housing dwarfed earlier structures.</p> + <p class="sseriftext11">The massive growth in the 1960s transformed the university into the institution it is today. The farm campus outgrew its name and became East Campus. Surrounded by busy city streets, East Campus has retained much of the natural beauty and open spaces that are its heritage, including the lush Maxwell Arboretum. It has diversified in mission, today serving as home to the colleges of Law and Dentistry, the Barkley Memorial Center for Hearing and Speech Disorders, the Division of Continuing Studies and the Nebraska Educational Television Network.</p> + <p class="sseriftext11">In 1969 the "University of Nebraska," a phrase which had theretofore described the university chartered in 1869 and located in Lincoln, was redefined as an umbrella organization for three campuses. To its name the former University of Nebraska appended the name of its host city to become the University of Nebraska-Lincoln, joining the University of Nebraska at Omaha (the former Metropolitan University of Omaha), and the University of Nebraska Medical Center. Twenty-two years later yet another institution was added to the system, the University of Nebraska at Kearney (formerly Kearney State College).</p> + <h4>Building Boom</h4> + <p class="sseriftext11">The 1990s saw the start of another building + boom on campus, with the construction of such large scale facilities + as the Beadle Center for Biomaterials Research, the Kauffman + Center residential learning community, a new building for Teachers + College, and major expansions of Memorial Stadium and the Nebraska + Union. In the new millennium, several notable new buildings have + opened, including the Quilt Study Center and the Ken Morrison + Life Sciences Research Center on East Campus, as well as new apartment-style residence halls on City Campus.</p> + <p class="sseriftext11">The University of Nebraska-Lincoln begins the 21st century with a mission deeply rooted in its status as a land grant university. It is of national and international influence, with students from every state and more than 100 nations. It is a research university at the forefront of discovery in the humanities and sciences. It is as it has always been, a place of pioneer spirit and restlessness, forever seeking the horizon.</p> + </div> + + <div class="grid6"> + <img src="graphics/history_hamilton.jpg" alt="Love Memorial Library" class="frame" /><br /> + <strong>HAMILTON HALL</strong> (background), with "Old Glory" by Mark di Suvero (foreground).<br /><br /> + + <img src="graphics/history_visitorscenter.jpg" alt="Love Memorial Library" class="frame" /><br /> + <strong>UNIVERSITY OF NEBRASKA-LINCOLN VISITORS CENTER</strong> (foreground), with <strong>LOVE LIBRARY SOUTH</strong> (background, right). + </div> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/history2.shtml.LCK b/aboutunl/history2.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/history2.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/index.shtml b/aboutunl/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..9dc90330c128b054f6cee160794dec9fae388f3c --- /dev/null +++ b/aboutunl/index.shtml @@ -0,0 +1,252 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>About UNL | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="More information about the University of Nebraska-Lincoln" /> +<meta name="keywords" content="university of nebraska-lincoln about history research figures" /> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" --> + About the University of Nebraska-Lincoln + <!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li><a href="http://www.unl.edu/">UNL</a></li> + <li>About UNL</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid9 first"> + <figure class="frame"><img src="graphics/campus3.jpg" alt="UNL Campus" /> + <figcaption>For statistics and facts about UNL, view the <a href="http://irp.unl.edu/institutional-research/fact-books" title="go to the UNL factbook">UNL Factbook</a>.</figcaption></figure> + + + <h3 class="sec_main" style="margin-bottom: 4px;">For <span style="color:#c60202;">143 Years</span>, a Leader in Higher Education</h3> + <p>The University of Nebraska–Lincoln, chartered in 1869, is + an educational institution of international stature. UNL is + listed by the Carnegie Foundation within the "Research Universities (very high + research activity)" category. UNL is a land-grant university and a member of the + Association of Public and Land-grant Universities (APLU). + The university is accredited by the Higher Learning Commission of + the North Central Association of Colleges and Schools. + <span style="color:#c60202;font-weight:bold;"> + UNL celebrated the 143rd anniversary of its founding on Feb. 15, + 2012. + </span> + </p> + <strong><a href="http://www.carnegiefoundation.org/" title="go to the Carnegie Foundation website" class="external">CARNEGIE + FOUNDATION</a> | <a href="https://www.aplu.org/" title="go to the Association of Public and Land-Grant Universities website" class="external">APLU</a> | <a href="http://www.ncahlc.org/" title="go to the Higher Learning Commission website" class="external">HIGHER + LEARNING COMMISSION</a></strong> + <p> </p> + <h3 class="sec_main" style="margin-bottom: 4px;">A Strong Foundation</h3> + <p>Always a place of high ambition, this was one of the first institutions + west of the Mississippi River to award doctoral degrees — the + first was granted, in physics, in 1896. The University of Nebraska + established the world's first undergraduate psychology laboratory. + The discipline of ecology was born here, and the campuses reflect + that tradition, being recognized as botanical gardens and arboreta. + An early institutional interest in literature and the arts provided + the foundations for today's Prairie Schooner literary magazine, for + the University of Nebraska Press, and for the Sheldon Museum of Art, + which houses one of the world's most significant collections of 20th + century American art.</p> + <p>Today, the University of Nebraska–Lincoln is one of the nation's + leading teaching institutions, and a research leader with a wide + array of grant-funded projects aimed at broadening knowledge in the + sciences and humanities.</p> + <strong><a href="http://prairieschooner.unl.edu/" title="go to the Prairie Schooner website">PRAIRIE + SCHOONER</a> | <a href="http://www.nebraskapress.unl.edu/" title="go to the University of Nebraska Press website" class="external">UNIVERSITY + OF NEBRASKA PRESS</a> | <a href="http://www.sheldonartgallery.org/" title="go to the Sheldon Museum of Art website" class="external">SHELDON + MUSEUM OF ART</a></strong> + <p> </p> + <img src="graphics/classroom.jpg" alt="Classroom at UNL" class="frame" /> + <h3 class="sec_main" style="margin-bottom: 4px;">Better to Best</h3> + <p> + In Fall 2011, for the eighth-straight year, the University of Nebraska-Lincoln was among the top 50 public universities listed in <a href="http://newsroom.unl.edu/releases/2011/09/13/UNL+continues+listing+among+nation%27s+best+in+U.S.+News" title="read the full news release">U.S. News and World Report's annual evaluation of America's Best Colleges</a>. UNL is ranked near the top third of all national universities both public and private, (tied with seven others at 101st). UNL is also featured among schools that "get the nod for programs that help undergrads thrive" and for helping students graduate with the "Least Debt." </p> + <h3 class="sec_main" style="margin-bottom: 4px;">Excellence in Undergraduate + Education</h3> + <p>The University of Nebraska-Lincoln is a research-extensive institution + with an extraordinary focus on Undergraduate Education. Our undergraduates + learn from faculty who create new knowledge, who are leading scientists + and scholars, and who care about students’ success. Several + signature programs exemplify this commitment to undergraduate success. + The Undergraduate Creative Activities and Research Experiences Program + (UCARE) connects faculty and students who work collaboratively on + independent study projects that advance new knowledge. The Jeffrey + S. Raikes School of Computer Science and Management develops leaders + for this era of expanding information technology and business globalization. + Students are selected for this innovative program based on high academic + achievement, outstanding leadership experience, demonstrated interest + in computer science and business, and career goals. The program provides + an education balanced in technology and management while developing + professional skills in leadership, communications and collaboration. + The Nebraska Colloquium engages the entire academic community in + a yearlong discussion on a topic of importance. The Nebraska Colloquium + raises the level of intellectual discourse among UNL students, faculty + and staff under the framework of a campuswide theme that serves as + an organizing mechanism for unit activities and events that contribute + to the theme. The University Honors Program hosts Honors Forum talks + to complement the 20-year-old E.N. Thompson Forum on World Issues. </p> + <strong><a href="http://www.unl.edu/ucare/" title="go to the Undergraduate Creative Activities and Research Experiences Program website">UCARE</a> | <a href="http://raikesschool.unl.edu/" title="go to the Jeffrey S. Raikes School of Computer Science and Management website">RAIKES + SCHOOL</a> | <a href="http://nebcolloquium.unl.edu/" title="go to the Nebraska Colloquium website">NEBRASKA + COLLOQUIUM</a> | <a href="http://enthompson.unl.edu/" title="go to the Thompson Forum website">E.N. + THOMPSON FORUM</a></strong> + <p> </p> + <div style="position:relative" class="image_medium"><img src="graphics/research.jpg" alt="The Diocles laser" /></div> + <h3 class="sec_main" style="margin-bottom: 4px;">Research and Economic Development</h3> + <p>The University of Nebraska–Lincoln is the intellectual center for the state of Nebraska, providing leadership in education and research. The citizens of Nebraska benefit from the knowledge and research generated by our faculty and students. This research-based service to our state is a feature that distinguishes UNL as a land-grant university.</p> +<p> +UNL's research enterprise has grown substantially during this decade. Total funding for research increased by 146 percent since 2000. In the fiscal year ending June 30, 2009, research funding totaled $122.5 million, which includes all external funds awarded for university research projects. Funding increased about 13 percent from $108.3 million a year earlier, the largest ever year-to-year research funding growth.</p> +<p> +Nearly $84 million of UNL's external research funding in fiscal year 2009 came from federal sources, including the National Science Foundation, National Institutes of Health, Department of Energy, Department of Education, National Endowment for the Humanities, Department of Agriculture and other agencies. UNL's federal funding for research grew nearly 16 percent from $72.3 million in 2008. Non-federal funds came from foundations, industry, associations and state agencies.</p> +<p> +UNL researchers are addressing emerging challenges facing our state and nation. For example, in 2009 the university launched an ambitious undertaking, the Global Water for Food Institute. This research institute will meet a critical need for an organization to address the challenges and issues surrounding the use of water for agriculture. It will be dedicated to helping the world efficiently use its water resources to ensure the food supply for current and future generations.</p> +<p> +Examples of major research grants that contributed to the funding increase during fiscal 2009 include: +</p> + <ul> + <li>$9.3 million from the National Science Foundation for NebraskaMATH, a statewide program to improve mathematics achievement for students. </li> + <li>$8.1 million from NSF for continued support of UNL's Materials Research Science and Engineering Center and its nanotechnology research.</li> + <li>$8.7 million from the U.S. Department of Health and Human Services Children's Bureau to establish the Midwest Child Welfare Technical Assistance Implementation Center. </li> + <li>$3.8 million from NSF to establish an ADVANCE program at UNL to help recruit, promote and retain female faculty in science, technology, engineering and mathematics. </li> + <li>$2.5 million from NSF to make available nationwide a robotics and GPS/GIS science education curriculum developed by Nebraska 4-H. </li> + <li>$300,000 from the National Endowment for the Humanities to edit, annotate and make available online the Civil War writings of Walt Whitman.</li> + </ul> + <strong><a href="http://research.unl.edu/" title="go to the UNL Office of Research website">OFFICE OF RESEARCH</a></strong> + </div> + <div class="grid3"> + <div class="zenbox primary"> + <h3>On Becoming a UNL Student</h3> + <p><a href="http://www.unl.edu/ucomm/prospective/" title="go to the prospective student page at UNL">Learn more</a> about + UNL's undergraduate, graduate, law or extended education programs, + and about applying to become a UNL student.</p> + <div style="margin:10px 0px 10px 0px;" class="caption"> <img src="graphics/pic_downtown_love.jpg" alt="love library as seen from downtown Lincoln" style="margin-bottom:6px;width:220px;" /><br /> + <strong>CITY CAMPUS</strong> anchors Lincoln's downtown on the + north. </div> + </div> + + <figure class="frame"><a href="http://maps.unl.edu/" title="view the online campus maps"><img src="graphics/maps.jpg" alt="go to the UNL online maps" /></a><figcaption><a href="http://maps.unl.edu/" title="view the online campus maps">View online maps of campus</a></figcaption></figure> + + <div class="zenbox primary"> + <h3>At Home in Lincoln</h3> + <p>Lincoln offers all the amenities of a midsize regional city of + 250,000. Ranked in the Top 10 in many quality of life, safety, + environmental and other studies, this is a remarkably comfortable + and friendly place; when you're here, you're among friends. With + more parkland per capita than any other city in the United States + and an intricate trails network, Lincoln offers a wealth of outdoor + diversions. Lincoln is also one of the fastest growing metro areas + in the Midwest, with abundant employment opportunities.</p> + <p>Downtown Lincoln lies at the southern edge of UNL's City Campus, + and is seasoned by coffee houses, theaters, specialty shops and + restaurants offering cuisines from around the world. Shopping opportunities + are everywhere, with national retailers anchoring large malls in + both east and south Lincoln. Boutiques, galleries and salons are + located in neighborhoods throughout the city. Lincoln is a great + place to make friends and to be, or become, yourself.</p> + <h3>Legend and Legacy</h3> + <p>The University of Nebraska–Lincoln has been home to many + legendary figures, including the literary naturalist Loren Eiseley, + geneticist George Beadle, artists Aaron Douglas and Weldon Kees, + social researcher Alvin Johnson, investor Warren Buffett, comedian + Johnny Carson, diva Barbara Hendricks, artist and engineer Harold + Edgerton, soldier John J. Pershing, authors Willa Cather and Mari + Sandoz, and many others. Today, students are building on this legacy + through their research involvement in fields as diverse as sociology, + geosciences, virology and agricultural sciences. </p> + </div> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/index.shtml.LCK b/aboutunl/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/indexold.shtml b/aboutunl/indexold.shtml new file mode 100644 index 0000000000000000000000000000000000000000..4530cd85e3d36d6964e9f9af3f6590e397274f77 --- /dev/null +++ b/aboutunl/indexold.shtml @@ -0,0 +1,319 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<title>UNL | Information for Prospective Students</title> +<!--#include virtual="/unlpub/2004sharedcode/2004includes/2004comments/2004developersnote.ssi" --> +<!-- Codebase:liquidtemplatev57 --> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<!-- where referenced as 'WDN:', see web design standards site at http://www.unl.edu/webdevnet/' for more information --> +<!-- WDN: see glossary item 'random promo links' --> +<script type="text/javascript" language="JavaScript" src="http://www.unl.edu/unlpub/ads/js/2004adscript.js"></script> +<!-- WDN: see glossary item 'relative linking' --> +<!--#include virtual="/unlpub/2004sharedcode/2004includes/2004metanfavico/2004metanfavico.ssi" --> +<!-- WDN: see glossary item 'base javascripts' --> +<script type="text/javascript" language="JavaScript" src="http://www.unl.edu/unlpub/sitejs/basescripts.js"></script> +<!-- WDN: see glossary item 'stylesheet' --> +<!--#include virtual="/unlpub/2004sharedcode/2004includes/2004cssselector/cssselect.shtml" --> +<!-- WDN: see glossary item 'menus' --> +<script type="text/javascript" language="JavaScript" src="/unlpub/2004sharedcode/2004scripts/2004navl2/2004navl2.js"></script> +<script type="text/javascript" language="JavaScript"> +<!-- +var callsub=submenu[1]; +//--> +</script> +<script type="text/javascript" language="JavaScript" src="http://www.unl.edu/unlpub/2004sharedcode/2004scripts/2004randompix/2004randompixstdt/2004randompixstdt.js"></script> +</head> +<body class="bgcolcream" onload="shownavl2(callsub)"> +<a href="#maincontent" class="skipnav">Skip Navigation</a> +<!--#include virtual="/unlpub/2004sharedcode/2004includes/2004browsersniffers/noscript.ssi" --> +<table style="width:100%;" border="0" cellspacing="0" cellpadding="0"> + <tr valign="bottom"> + <td style="height:74px;"> + <table style="width:100%;" border="0" cellpadding="0" cellspacing="0"> + <tr> + <td style="width:113px;" align="center" class="zenwordmark"><a href="http://www.unl.edu"><img style="border:0px;" alt="UNL Logo" src="http://www.unl.edu/unlpub/2004sharedgraphics/2004wordmark_full.gif" width="112" height="74" /></a></td> + <td style="background-color:#FFFFFF;"> + <table style="width:100%;" border="0" cellpadding="0" cellspacing="0"> + <tr> + <!-- WDN: see glossary item 'breadcrumbs' --> + <td style="height:20px;" align="right" valign="middle"><a href="http://www.unl.edu" class="yah">UNL</a> ‹ <a href="http://www.unl.edu/unlpub/admissions.shtml" class="yah">Admissions</a></td> + </tr> + <tr> + <!-- WDN: see glossary item 'title graphics' --> + <td style="height:54px;" valign="bottom"><img alt="" src="/unlpub/2004sharedgraphics/head_l1_adms.gif" /></td> + </tr> + </table> + </td> + </tr> + </table> + </td> + <td style="width:13px; background-color:#FFFFFF;" rowspan="3"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="12" height="8" /></td> + <td style="width:100px;" class="zenshadgreywbgcol" rowspan="3" valign="top"> + <table style="width:86px; margin-left:0px;" border="0" cellspacing="0" cellpadding="0"> + <tr valign="bottom"> + <td style="height:101px; width:8px;"> </td> + <td> + <!--#include virtual="/unlpub/2004sharedcode/2004includes/2004weather/weather.ssi" --> + <img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="12" height="6" /><br /> + </td> + </tr> + <tr> + <td style="height:3px; width:100px; background-color:#CC0000;" colspan="2"><img alt="" src="/unlpub/2004sharedgraphics/2004shad_red.gif" width="6" height="3" /></td> + </tr> + <tr> + <td style="width:100px;" valign="top" colspan="2"> + <script type="text/javascript" language="JavaScript"> + random_imglink() + </script> + </td> + </tr> + </table> + </td> + </tr> + <tr valign="top"> + <td> + <table style="width:100%;" border="0" cellspacing="0" cellpadding="0" class="zenboxnav"> + <tr valign="top"> + <td> + <table style="width:100%;" border="0" cellspacing="0" cellpadding="0"> + <tr align="left"> + <td colspan="3"> + <table style="width:100%; margin-left:0px;" border="0" cellspacing="0" cellpadding="0"> + <tr align="left"> + <td style="width:112px; height:8px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="112" height="8" /></td> + <td style="width:1px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="1" height="8" /></td> + <td class="shadcrm"><img alt="" src="/unlpub/2004sharedgraphics/2004shad_crm_bll.gif" width="8" height="8" /></td> + </tr> + </table> + </td> + </tr> + <tr align="left"> + <td style="width:8px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="8" height="18" /></td> + <td style="height:18px;"> + <!--#include virtual="2004sharedcode/2004includes/2004navl1/2004navl1.ssi" --> + </td> + <td style="width:8px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="8" height="18" /></td> + </tr> + </table> + </td> + </tr> + <tr style="background-color:#CC0000;" valign="top"> + <td style="height:3px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="3" height="3" /></td> + </tr> + <tr valign="top"> + <td> + <!--#include virtual="/unlpub/2004sharedcode/2004includes/2004navl2/2004navl2.shtml" --> + </td> + </tr> + </table> + </td> + </tr> + <tr valign="top"> + <td> + <table style="width:100%;" border="0" cellpadding="0" cellspacing="0"> + <tr valign="top"> + <td style="width:113px; height:806px;" class="zensidenav"> + <table style="width:112px;" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td style="width:12px; height:18px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="12" height="18" /></td> + <td style="width:88px; height:18px;" align="right" valign="top"></td> + <td style="width:12px; height:18px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="12" height="18" /></td> + </tr> + <!--#include virtual="/unlpub/2004sharedcode/2004includes/2004randompromos/2004randompromos.shtml" --> + <tr> + <td style="width:12px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="12" height="12" /></td> + <td style="width:88px;" align="right" valign="top"><br /> + <!-- WDN: see glossary item 'sidebar links' --> + <a href="http://www.unl.edu/pr/chancllr/" title="Welcome, statements, initiatives of the Office of the Chancellor">Office + of the<br /> + Chancellor</a><br /> +•<br /> + <a href="http://www.unl.edu/unlpub/welcome.shtml" title="Visitor Information for the University of Nebraska-Lincoln">Visitor + Information</a><br /> +•<br /> + <a href="http://dcs.unl.edu/ishs/" title="Independent Study High School-offering educational solutions to students around the world since 1929">Independent + Study High School</a><br /> +•<br /> + <a href="http://www.unl.edu/piesl/iep.htm" title="the Intensive English Program">Intensive + English Program</a><br /> +•<br /> + <a href="#" onclick="window.open('http://ucommxsrv1.unl.edu/unlcalv1/FMPro?-DB=shortlist&-Format=navshortlist.htm&-lay=shortlist&listpage=1&-Max=1&-Find','unlcalmainwindow','height=540,width=600,innerheight=540,innerwidth=600,resizable=yes,status=no,toolbars=no,scrollbars=yes')" title="Upcoming UNL events in a searchable database">Calendar</a><br /> + <img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="88" height="12" /><br /> + <!--#include virtual="/unlpub/2004sharedcode/2004includes/2004sidefooter/2004sidefooter.shtml" --> + <img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="88" height="12" /></td> + <td style="width:12px;"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="12" height="12" /></td> + </tr> + </table> + </td> + <td style="background-color:#FFFFFF;"> + <table style="width:100%;" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td style="width:22px; height:12px;"> </td> + <td style="height:12px;"> </td> + </tr> + <tr> + <td style="width:22px;"> </td> + <td> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <a name="maincontent"></a> + <table style="width:100%;" border="0" cellspacing="0" cellpadding="12" class="zenboxsolid"> + <tr> + <td align="left" valign="top"><img alt="Why Nebraska" src="2004sharedgraphics/sub_l1_whyneb.gif" /><br /> + <img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="8" height="8" /><br /> + <span class="seriftextopengraf14gray">Choosing a college + is one of life's most important decisions. Your college + choice, after all, is more than a name on a diploma. + It's about place, about people, and most of all, about + you.</span><br /> + <img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="12" height="10" /><br /> + <table style="width:81px; margin-top:2px; margin-right:12px; float:left;" border="0" cellpadding="0" cellspacing="0"> + <tr> + <td><a class="btn_l1" href="http://admissions.unl.edu/" title="UNL's office of undergraduate admissions"><img style="border:0px;" src="2004sharedgraphics/btn_l1_undadm.gif" width="81" height="120" alt="" /></a><br /> + <img src="2004sharedgraphics/transpixel.gif" width="12" height="12" alt="" /></td> + </tr> + <tr> + <td><a class="btn_l1" href="http://www.unl.edu/gradstudies/" title="Graduate studies at the University of Nebraska-Lincoln"><img style="border:0px;" src="2004sharedgraphics/btn_l1_graadm.gif" width="81" height="120" alt="" /></a><br /> + <img src="2004sharedgraphics/transpixel.gif" width="12" height="12" alt="" /></td> + </tr> + </table> + <span class="sseriftext"><img src="2004sharedgraphics/sub_l1_for135.gif" alt="" width="400" height="20" /><br /> + The University of Nebraska–Lincoln, chartered in + 1869, is an educational institution of international + stature. A member of the Association of American Universities, + Nebraska is recognized by the Carnegie Foundation as + a Doctoral/Research Extensive university.<br /> + <img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="12" height="6" /><br /> + </span> + <table style="width:81px; margin-top:2px; margin-left:12px; float:right;" border="0" cellpadding="0" cellspacing="0"> + <tr> + <td><a class="btn_l1" href="http://law.unl.edu/admissions.html" title="Studies in law at the University of Nebraska"><img style="border:0px;" src="2004sharedgraphics/btn_l1_lawadm.gif" width="81" height="120" alt="" /></a><br /> + <img src="2004sharedgraphics/transpixel.gif" width="12" height="12" alt="" /></td> + </tr> + <tr> + <td><a class="btn_l1" href="http://extended.unl.edu/" title="Extended Education and Outreach at the University of Nebraska"><img style="border:0px;" src="2004sharedgraphics/btn_l1_extedu.gif" width="81" height="120" alt="" /></a></td> + </tr> + </table> + <span class="sseriftext">Always a place of restlessness + and high ambition, this was the first institution in + the American West to grant the Ph.D. degree. It established + the world's first undergraduate psychology laboratory. + The discipline of ecology was born here, and the campuses + are today reflective of that tradition, being recognized + as botanical gardens and arboreta. An early institutional + interest in literature and the arts provided the foundations + for today's <i>Prairie Schooner</i> literary magazine, + for the University of Nebraska Press, and for the Sheldon + Memorial Art Gallery and Sculpture Garden, which houses + one of the world's most significant collections of 20th + century American art.<br /> + <img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="12" height="6" /><br /> + A strong history is important, but not as important as + a vital present. Today, the University of Nebraska–Lincoln + is one of the nation's leading teaching institutions, + and a research leader with a wide array of grant-funded + projects aimed at broadening knowledge in the sciences + and humanities.<br /> + <img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="12" height="10" /><br /> + <img src="2004sharedgraphics/sub_l1_huskerpride.gif" alt="" width="400" height="20" /><br /> + </span><span class="sseriftext">Nebraska Cornhusker athletics + have always stood for excellence both on and off the + field. From winning two of three games against Notre + Dame's famed Four Horsemen in the 1920s, to the five + national championships won since 1970, Husker football + has always been the centerpiece of Nebraska spirit.</span><span class="sseriftext"> But + it doesn't end there. Husker athletic teams excel in + many other sports as well, with recent national championships + in volleyball and bowling, and numerous conference championships. + The marching band, 'The Pride of All Nebraska,' has + been honored with the prestigious Sudler Award from + the John Philip Sousa Foundation, given annually to the + nation's top collegiate marching band. And Husker athletes + are students first. Cornhuskers have been honored + with more Academic All-American awards, both in football + and in all sports combined, than athletes of any other + university.<br /> + <img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="12" height="10" /><br /> + <img src="2004sharedgraphics/sub_l1_athomelinc.gif" alt="" width="400" height="20" /><br /> + Lincoln offers all the amenities of a midsize regional + city of 250,000. Ranked in the Top 10 in many quality + of life, safety, environmental quality and other studies, + this is a remarkably comfortable and friendly place; + when you're here, you're among friends. With more parkland + per capita than any other city in the United States and + an intricate trails network, Lincoln offers a wealth + of outdoor diversions. Lincoln is also one of the fastest + growing metro areas in the Midwest, with abundant + employment opportunities. <br /> + <img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="12" height="6" /><br /> + Downtown Lincoln lies at the + southern edge of UNL's City Campus, and is seasoned by + coffee houses, theaters, specialty shops and restaurants + offering cuisines from around the world. Shopping opportunities + are everywhere, with national retailers anchoring large + malls in both east and south Lincoln. Boutiques, galleries + and salons are located in neighborhoods throughout the + city. Lincoln is a great place to make friends and to + be, or become, yourself. <br /> + <img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="12" height="10" /><br /> + <img src="2004sharedgraphics/sub_l1_legendlegacy.gif" alt="" width="400" height="20" /><br /> + The University of Nebraska–Lincoln has + been home to many legendary figures, including the literary + naturalist Loren Eiseley, geneticist George Beadle, artists + Aaron Douglas and Weldon Kees, social researcher Alvin + Johnson, investor Warren Buffett, comedian Johnny Carson, + diva Barbara Hendricks, artist and engineer Harold Edgerton, + soldier John J. Pershing, authors Willa Cather and Mari + Sandoz, and many others. Today, students are building + on this legacy through their research involvement in + fields as diverse as sociology, geosciences, virology + and agricultural sciences.<br /> + </span><span class="sseriftext"><img alt="" src="http://www.unl.edu/unlpub/graphics/pixie.gif" width="12" height="10" /><br /> + <img src="2004sharedgraphics/sub_l1_applytoday.gif" alt="" width="400" height="20" /><br /> + Click on any of the graphical links above to learn more + about applying to UNL's <a href="http://admissions.unl.edu/apply/" + title="Apply online for admission to undergraduate programs at the University of Nebraska-Lincoln">undergraduate</a>, <a href="http://www.unl.edu/gradstudies/prospective/apply.shtml" + title="Apply online for admission to graduate programs at the University of Nebraska-Lincoln">graduate</a>, <a href="http://www.unl.edu/lawcoll/application.html" + title="Apply for admission to the University of Nebraska-Lincoln College of Law">law</a> or <a href="http://extended.unl.edu/" + title="Apply online for admission to distance learning programs at the University of Nebraska-Lincoln">extended + education</a> programs.</span></td> + </tr> + </table> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </td> + </tr> + <tr> + <td style="width:22px;"> </td> + <td> </td> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> + <!--The next row contains the shadow under the main content area.--> + <tr valign="top"> + <td colspan="3" style="height:28px;"> + <table style="width:100%;" border="0" cellpadding="0" cellspacing="0" class="zenfooter"> + <tr valign="top"> + <td> + <table style="width:100%;" border="0" cellpadding="0" cellspacing="0"> + <tr> + <td style="width:112px; height:8px;" align="left"><img alt="" src="/unlpub/2004sharedgraphics/transpixel.gif" width="8" height="8" /></td> + <td style="height:8px;" align="left" class="shadcrm"><img alt="" src="/unlpub/2004sharedgraphics/2004shad_crm_bll.gif" width="8" height="8" /></td> + <td style="width:100px;" align="left"><img alt="" src="/unlpub/2004sharedgraphics/2004shad_crm_br.gif" width="8" height="8" /></td> + </tr> + <tr valign="top"> + <td style="height:12px;" colspan="3"> + <!--#include virtual="/unlpub/2004sharedcode/2004includes/2004footer/2004footmain.ssi" --> + </td> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> +</table> +</body> +</html> diff --git a/aboutunl/indexret20080912.shtml b/aboutunl/indexret20080912.shtml new file mode 100644 index 0000000000000000000000000000000000000000..bc9e7e4344c4c368c4cf0b16f0fcbc3ebe60bf00 --- /dev/null +++ b/aboutunl/indexret20080912.shtml @@ -0,0 +1,210 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | About UNL</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="#">About UNL</a></li> + </ul> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --><h1>About UNL</h1><h2>135 Years of Higher Education</h2><!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> +<a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" +src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> +<script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div style="float:left;width:100%"> + <h3 class="highlight-red">For Over 135 Years, a Leader in Higher + Education</h3><br /> + <p>The University of Nebraska–Lincoln, chartered in 1869, is an educational institution of international stature. A member of the Association of American Universities since 1909, Nebraska is recognized by the Carnegie Foundation as a Doctoral/Research Extensive university. UNL is a land-grant university and a member of the National Association of State Universities and Land-Grant Colleges (NASULGC). The university is accredited by the Higher Learning Commission of the North Central Association of Colleges and Schools.</p> + </div> + <div style="float:left;width:49.9%"> + <div style="padding-right:10px"> + <h3>A Strong Foundation</h3> + <div style="float:right;margin-left:10px;margin-bottom:10px;width:180px" class="footer"> <img src="graphics/pic_uhall.jpg" alt="university hall" style="margin-bottom:4px" /><br /> + <strong>UNIVERSITY HALL</strong>, the University of Nebraska's + first building; tinted image ca. 1890. </div> + <p>Always a place of restlessness and high ambition, this was + the first institution in the American West to grant the Ph.D. + degree. It established the world's first undergraduate psychology + laboratory. The discipline of ecology was born here, and the + campuses are today reflective of that tradition, being recognized + as botanical gardens and arboreta. An early institutional interest + in literature and the arts provided the foundations for today's + Prairie Schooner literary magazine, for the University of Nebraska + Press, and for the Sheldon Memorial Art Gallery and Sculpture + Garden, which houses one of the world's most significant collections + of 20th century American art.</p> + <p>A strong history is important, but not as important as a vital + present. Today, the University of Nebraska–Lincoln is + one of the nation's leading teaching institutions, and a research + leader with a wide array of grant-funded projects aimed at + broadening knowledge in the sciences and humanities.</p> + <p> </p> + <h3>Husker Pride, Deep Down Inside </h3> + <div style="float:right;margin-left:10px;margin-bottom:10px;width:180px" class="footer"> <img src="graphics/pic_stadium.jpg" alt="memorial stadium" width="180" height="180" style="margin-bottom:4px" /><br /> + <strong>NOW THAT'S A TRADITION</strong> Memorial Stadium has + been sold out for every Husker football game since Nov. 3, + 1962.</div> + <p>Nebraska Cornhusker athletics have always stood for excellence + both on and off the field. From winning two of three games + against Notre Dame's famed Four Horsemen in the 1920s, to the + five national championships won since 1970, Husker football + has always been the centerpiece of Nebraska spirit. But it + doesn't end there. Husker athletic teams excel in many other + sports as well, with recent national championships in volleyball + and bowling, and numerous conference championships. The marching + band, 'The Pride of All Nebraska,' has been honored with the + prestigious Sudler Award from the John Philip Sousa Foundation, + given annually to the nation's top collegiate marching band. + And Husker athletes are students first. Cornhuskers have been + honored with more Academic All-American awards, both in football + and in all sports combined, than athletes of any other university.</p> + <p> </p> + </div> + </div> + <div style="float:left;width:49.9%"> + <div style="padding-left:10px"> + <h3>At Home in Lincoln </h3> + <p>Lincoln offers all the amenities of a midsize regional city + of 250,000. Ranked in the Top 10 in many quality of life, safety, + environmental and other studies, this is a remarkably comfortable + and friendly place; when you're here, you're among friends. + With more parkland per capita than any other city in the United + States and an intricate trails network, Lincoln offers a wealth + of outdoor diversions. Lincoln is also one of the fastest growing + metro areas in the Midwest, with abundant employment opportunities. </p> + <div style="float:right;margin-left:10px;margin-bottom:10px;width:180px" class="footer"> <img src="graphics/pic_downtown_love.jpg" alt="university hall" width="180" height="180" style="margin-bottom:4px" /><br /> + <strong>CITY CAMPUS</strong> anchors Lincoln's downtown on + the north. Lincoln is the second-largest host city in the Big + 12 Conference. </div> + <p>Downtown Lincoln lies at the southern edge of UNL's City Campus, + and is seasoned by coffee houses, theaters, specialty shops + and restaurants offering cuisines from around the world. Shopping + opportunities are everywhere, with national retailers anchoring + large malls in both east and south Lincoln. Boutiques, galleries + and salons are located in neighborhoods throughout the city. + Lincoln is a great place to make friends and to be, or become, + yourself. </p> + <p> </p> + <h3>Legend and Legacy </h3> + <div style="float:right;margin-left:10px;margin-bottom:10px;width:180px" class="footer"> <img src="graphics/pic_cather.jpg" alt="willa cather" width="180" height="180" style="margin-bottom:4px" /><br /> + <strong><a href="http://cather.unl.edu/">WILLA CATHER</a></strong> (1895), + one of America's greatest novelists. </div> + <p>The University of Nebraska – Lincoln has been home to + many legendary figures, including the literary naturalist Loren + Eiseley, geneticist George Beadle, artists Aaron Douglas and + Weldon Kees, social researcher Alvin Johnson, investor Warren + Buffett, comedian Johnny Carson, diva Barbara Hendricks, artist + and engineer Harold Edgerton, soldier John J. Pershing, authors + Willa Cather and Mari Sandoz, and many others. Today, students + are building on this legacy through their research involvement + in fields as diverse as sociology, geosciences, virology and + agricultural sciences.</p> + <p> </p> + <h3>On Becoming a UNL Student </h3> + <p>Learn more about UNL's <a href="http://admissions.unl.edu/apply/" + title="Apply online for admission to undergraduate programs at the University of Nebraska-Lincoln">undergraduate</a>, <a href="http://www.unl.edu/gradstudies/prospective/apply.shtml" + title="Apply online for admission to graduate programs at the University of Nebraska-Lincoln">graduate</a>, <a href="http://www.unl.edu/lawcoll/application.html" + title="Apply for admission to the University of Nebraska-Lincoln College of Law">law</a> or <a href="http://extended.unl.edu/" + title="Apply online for admission to distance learning programs at the University of Nebraska-Lincoln">extended + education</a> programs, and about applying to become a UNL + student.</p> + <p> </p> + <p> </p> + </div> + </div> + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/newindex.shtml.LCK b/aboutunl/newindex.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..106dd51df3e71bd44eefa2cbedb8a3b68daebece --- /dev/null +++ b/aboutunl/newindex.shtml.LCK @@ -0,0 +1 @@ +Bob||rcrisler1@unl.edu \ No newline at end of file diff --git a/aboutunl/parents.shtml b/aboutunl/parents.shtml new file mode 100644 index 0000000000000000000000000000000000000000..4ed52abdbed85ebb5155dcc3df5f31eac6cd1ad8 --- /dev/null +++ b/aboutunl/parents.shtml @@ -0,0 +1,182 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Parents' Resources</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="#">Parents' Resources</a></li> + </ul> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --><h1>Parents' Resources</h1><h2>Helping You Stay Involved</h2><!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> +<a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" +src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> +<script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div style="padding:10px" class="zenboxfeature"> + <p class="sserifstoryheadred">Welcome to UNL.</p> + <p class="seriftextopengraf12gray">The University of Nebraska-Lincoln + encourages parents of UNL students to become part of the campus + community. At Nebraska, we believe that the continued involvement + of parents in students' lives is critical to their long-term + success. We welcome you to visit the campus, to inquire about + our programs and services, and to explore the many ways Nebraska + provides your student with the best possible educational and + cultural experience. The resources on this page can help you + learn more about the opportunities available to your Nebraska + student.</p> + </div> + <div style="float:left;width:50%"> + <div style="padding-top:10px;padding-right:10px"> + <p class="sserifstoryheadsmall">Learn About UNL</p> + <p><a href="#" onkeypress="makeRemoteQTVR()" onclick="makeRemoteQTVR()" title="Take the virtual campus tour">Virtual + Tour - UNL 360</a></p> + <p><a href="http://irp.unl.edu/pdfs/fbfall04web.pdf">Facts About + UNL</a> (<a href="http://www.adobe.com/acrobat/readermain.html">pdf</a>)</p> + <p><a href="http://www.unl.edu/pr/chancllr/index.shtml">Chancellor's + Welcome</a></p> + <p>Student Media: <a href="http://www.dailynebraskan.com/">Daily + Nebraskan</a> and <a href="http://www.newsnetnebraska.org/">NewsNetNebraska</a></p> + <p>UNL Media: <a href="http://ucommxsrv1.unl.edu/scarlet/">The + Scarlet</a> and <a href="http://ucommxsrv1.unl.edu/unlnews/">News + Releases </a></p> + <p> </p> + <p class="sserifstoryheadsmall">Visiting UNL</p> + <p><a href="http://www.unl.edu/unlpub/tour/unlmaps/">Campus Maps</a> | <a href="http://www.unl.edu/unlpub/tour/unlmaps/">Directions</a></p> + <p>Public Transportation in Lincoln (external link: <a href="http://www.lincoln.ne.gov/city/pworks/startran/">StarTran</a>)</p> + <p><a href="http://lincoln.travelhero.com/index.cfm/state/NE/city/LINCOLN/aid/1623/index.html">Area + Lodging</a> (external link: <a href="http://www.lincoln.org/">Lincoln + Convention and Visitors Bureau</a>)</p> + <p> </p> + <p class="sserifstoryheadsmall">Activities for Parents</p> + <p><a href="http://busfin.unl.edu/stuafs/assoc.html">Parents + Association</a></p> + <p><a href="http://www.huskers.com">Cornhusker Athletics</a> (schedule + for athletic events during your visit)</p> + <p><a href="#" onClick="window.open('http://ucommxsrv1.unl.edu/unlcalv1/FMPro?-DB=shortlist&-Format=navshortlist.htm&-lay=shortlist&listpage=1&-Max=1&-Find','unlcalmainwindow','height=540,width=600,innerheight=540,innerwidth=600,resizable=yes,status=no,toolbars=no,scrollbars=yes')" title="Upcoming UNL events in a searchable database">UNL + Calendar</a></p> + <p>See our <a href="http://www.unl.edu/unlpub/visit.shtml">Visit</a> page + for more information on the extensive recreational and cultural + opportunities for UNL visitors. </p> + </div> + </div> + <div style="float:left;width:50%"> + <div style="padding-top:10px;padding-left:10px"> + <p class="sserifstoryheadsmall">Other UNL Resources</p> + <p><a href="http://www.admissions.unl.edu">Undergraduate Admissions</a> </p> + <p><a href="http://www.unl.edu/nse/">New Student Enrollment</a></p> + <p><a href="http://sales.unl.edu/">Computer Sales</a></p> + <p><a href="http://www.unl.edu/unlpub/depts/">Colleges and Departments</a></p> + <p><a href="http://www.unl.edu/ssd/">Disability Resources</a></p> + <p><a href="http://www.unl.edu/health/">University Health Center</a></p> + <p><a href="http://www.unl.edu/regrec/">Registration and Records</a></p> + <p><a href="http://www.unl.edu/sja/codeofconduct.html">Student + Code of Conduct </a></p> + <p><a href="http://www.unl.edu/ous/">Undergraduate Studies</a> | <a href="http://www.unl.edu/ous/advising/advising.shtml">OUS + Advising Page</a></p> + <p><a href="http://www.unl.edu/scholfa/">Scholarships and Financial + Aid</a></p> + <p><a href="http://ncard.unl.edu/">NCard</a></p> + <p><a href="http://wams.unl.edu/">WAMS: What About My Student</a></p> + <p><a href="http://police.unl.edu/">UNL Police</a></p> + <p><a href="http://parking.unl.edu/">Parking and Transit Services</a> </p> + <p><a href="http://www.unl.edu/housing/">Housing</a></p> + <p><a href="http://www.unl.edu/greek/">Greek Affairs</a></p> + <p><a href="http://si.unl.edu/">Student Involvement</a></p> + </div> + </div> + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/randmtrs.shtml b/aboutunl/randmtrs.shtml new file mode 100644 index 0000000000000000000000000000000000000000..3df551b171a699ce61422a1156da65798ff15725 --- /dev/null +++ b/aboutunl/randmtrs.shtml @@ -0,0 +1,135 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Teaching, Research and Service | About UNL | University of Nebraska–Lincoln<</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->About UNL<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="./">About UNL</a></li> + <li><a href="roleandmission.shtml">Role and Mission</a></li> + <li>Teaching, Research and Service</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --><h1>Role and Mission of the University of Nebraska-Lincoln (cont'd) <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <img src="graphics/teachresearch.jpg" alt="Class outside" class="frame" style="width:950px;" /> + <div class="grid9 first"> + + <h5 class="sec_header">Teaching</h5> +<p> +The people of Nebraska created UNL to provide its citizens with the highest quality of post-secondary education. Therefore, a fundamental mission of the University of Nebraska-Lincoln is teaching. The distinctiveness of the teaching mission at the University of Nebraska-Lincoln lies in its range of undergraduate majors, the character and quality of the faculty, and the extra curricular environment. The University provides students with a wide choice of courses and career options which often expands the scope of their dreams and ambitions. The size and diversity of the University permits students to mature and to develop their own sense of self-confidence and individual responsibility. The course work is enriched by a faculty that is engaged in active research and creative activity and whose frame of reference is the national and international community of scholars.</p> +<p> +Having created the first graduate college west of the Mississippi River, the University of Nebraska-Lincoln has historically recognized graduate education to be a central and unique component of its mission. Thus, UNL has primary responsibility in the State for graduate education, especially at the doctoral and professional levels. UNL is unique in possessing the scope of programs necessary for multidisciplinary instruction at the graduate level, a faculty involved in research necessary to support graduate education, and the libraries, laboratories, computer facilities, museums, galleries, and other ancillary resources required for graduate instruction.</p> + + <h5 class="sec_header">Research</h5> +<p> +Basic and applied research and creative activity represent a major component of UNL's mission, a component that is recognized in Nebraska legislative statutes, and in its status as a land-grant university. The quest for new knowledge is an essential part of a research university; it helps define and attract the type of faculty necessary to provide a university education; it distinguishes the quality of the undergraduate students' classroom experience; and it is the necessary component of graduate instruction.</p> +<p> +As part of its research mission, UNL is dedicated to the pursuit of an active research agenda producing both direct and indirect benefits to the State. The special importance of agriculture, environment, and natural resources is addressed in its research priorities. In addition, UNL conducts a high level of research and creative activities that address in specific ways the issues and problems that confront Nebraska. Through their research and creative activities, faculty at UNL interact with colleagues around the world and are part of the network of knowledge and information that so influences our society. As a consequence, the University serves as the gateway through which Nebraska participates in and shares the gains from technological and cultural developments.</p> + + +</div> + <div class="grid3"> + <h5 class="sec_header">Service</h5> +<p> +The land-grant tradition creates for the University of Nebraska-Lincoln a special state-wide responsibility to serve the needs of Nebraska and its citizens. In addition, many of its service aspects extend to regional, national, and international clientele. Special units such as Extended Education and Outreach and the Cooperative Extension Division have specific responsibilities to bring the teaching and research resources of the University to a wider clientele. Through Cooperative Extension's partnership with federal, state, and county agencies, UNL has an outreach program in each county in the state. Moreover, all units of the University have a service and outreach mission. </p> +<p> +To help accomplish this mission, UNL delivers educational services through diverse ways including telecommunications methods and as a participant in the development of regional educational centers especially in those areas where it has state-wide responsibilities. The University recognizes its obligation to extend the resources of the University beyond the campus and throughout the State. Serving the needs of Nebraska requires more than responding to the felt needs of the time. UNL must be visionary in its planning and must help the citizens of the state prepare for the future as well as deal with the present.</p> + </div> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/randmtrs.shtml.LCK b/aboutunl/randmtrs.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/randmtrs.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/roleandmission.shtml b/aboutunl/roleandmission.shtml new file mode 100644 index 0000000000000000000000000000000000000000..d211f5da599c000c0e193d027b83d4d255ba6681 --- /dev/null +++ b/aboutunl/roleandmission.shtml @@ -0,0 +1,143 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Role and Mission | About UNL | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->About UNL<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="./">About UNL</a></li> + <li>Role and Mission</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --><h1>The Role of the University of Nebraska-Lincoln</h1> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <img src="graphics/rolemission.jpg" alt="UNL Campus" class="frame" /> + + + <div class="grid9 first"> + + <p>The University of Nebraska-Lincoln, chartered by the Legislature in 1869, is that part of the University of Nebraska system which serves as both the land-grant and the comprehensive public University for the State of Nebraska. Those responsible for its origins recognized the value of combining the breadth of a comprehensive University with the professional and outreach orientation of the land-grant University, thus establishing a campus which has evolved to become the flagship campus of the University of Nebraska. UNL works cooperatively with the other three campuses and Central Administration to provide for its student body and all Nebraskans the widest array of disciplines, areas of expertise, and specialized facilities of any institution within the state.</p> +<p> +Through its three primary missions of teaching, research, and service, UNL is the state's primary intellectual center providing leadership throughout the state through quality education and the generation of new knowledge. UNL's graduates and its faculty and staff are major contributors to the economic and cultural development of the state. UNL attracts a high percentage of the most academically talented Nebraskans and the graduates of the University form a significant portion of the business, cultural, and professional resources of the State. The quality of primary, secondary, and other post-secondary educational programs in the state depends in part on the resources of UNL for curricular development, teacher training, professional advancement, and enrichment activities involving the University's faculty, museums, galleries, libraries, and other facilities. UNL provides for the people of the state unique opportunities to fulfill their highest ambitions and aspirations thereby helping the state retain its most talented youth, attract talented young people from elsewhere, and address the educational needs of the non-traditional learner.</p> +<p> +The University of Nebraska-Lincoln has been recognized by the Legislature as the primary research and doctoral degree granting institution in the state for fields outside the health professions. Through its service and outreach efforts, the University extends its educational responsibilities directly to the people of Nebraska on a statewide basis. Many of UNL's teaching, research, and service activities have an international dimension in order to provide its students and the state a significant global perspective.</p> + + <h3 class="sec_header">The Missions of the University of Nebraska-Lincoln </h3> + + <p>The role of the University of Nebraska-Lincoln as the primary intellectual and cultural resource for the State is fulfilled through the three missions of the University: teaching, research, and service. UNL pursues its missions through the Colleges of Architecture, Arts and Sciences, Business Administration, Education and Human Sciences, Engineering, Hixon Lied College of Fine and Peforming Arts, Journalism and Mass Communications, Law, the University-wide Graduate College, and the Institute of Agriculture and Natural Resources which includes the College of Agricultural Sciences and Natural Resources, the Agricultural Research Division, the Cooperative Extension Division, and the Conservation and Survey Division. Special units with distinct missions include the University Libraries, Extended Education and Outreach, International Affairs, the Lied Center for Performing Arts, the Bureau of Business Research, Nebraska Educational Telecommunications, the Sheldon Museum of Art and Sculpture Garden, the University of Nebraska State Museum, the University of Nebraska Press, the Water Center, the Nebraska Forest Service, the Nebraska State-wide Arboretum, and Intercollegiate Athletics.</p> +<p> +To capitalize on the breadth of programs and the multidisciplinary resources available at UNL, a number of Centers exist to marshal faculty from a variety of disciplines to focus teaching and research on specific societal issues and to provide technical assistance for business and industry in order to enhance their ability to compete in world markets. Additionally, interdisciplinary programs promote integration of new perspectives and insights into the instructional research and service activities.</p> +<p> +The University of Nebraska-Lincoln promotes respect for and understanding of cultural diversity in all aspects of society. It strives for a culturally diverse student body, faculty, and staff reflecting the multicultural nature of Nebraska and the nation. UNL brings international and multicultural dimensions to its programs through the involvement of its faculty in international activities, a student body that includes students from throughout the world, exchange agreements with other universities abroad involving both students and faculty, and the incorporation of international components in a variety of courses and curricula.</p> +<p> +Teaching, research, and service take on a distinctive character at the University of Nebraska-Lincoln because of its status as a comprehensive land-grant university. These traits permit opportunities for the integration of multiple disciplines providing students more complete and sophisticated programs of study. Its land-grant tradition ensures a commitment to the special character of the State and its people.</p> +<p> +The faculty is responsible for the curricular content of the various programs and pursues new knowledge and truths within a structure that assures academic freedom in its intellectual endeavors. The curricula are designed to foster critical thinking, the re-examination of accepted truths, a respect for different perspectives including an appreciation of the multiethnic character of the nation, and a curiosity that leads to life-long learning. Additionally, an environment exists whereby students can develop aesthetic values and human relationships including tolerance for differing viewpoints.</p> + + + + </div> + + <div class="grid3"> + <div class="zenbox"> + + <!--#include virtual="unl_core_values.shtml" --> + </div> + + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/aboutunl/roleandmission.shtml.LCK b/aboutunl/roleandmission.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/roleandmission.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/sharedcode/footer.html b/aboutunl/sharedcode/footer.html new file mode 100644 index 0000000000000000000000000000000000000000..41cf63d2c20989ca5bd53046bd445245652b2774 --- /dev/null +++ b/aboutunl/sharedcode/footer.html @@ -0,0 +1,3 @@ +© 2012 University of Nebraska–Lincoln | Lincoln, NE 68588 | 402-472-7211 | <a href="http://www.unl.edu/ucomm/aboutunl/" title="Click here to know more about UNL">About UNL</a> | <a href="http://www1.unl.edu/comments/" title="Click here to direct your comments and questions">comments?</a><br /> +The University of Nebraska-Lincoln is an equal opportunity educator and employer. Find out more: <a href="https://employment.unl.edu/" target="_blank" title="Employment at UNL">employment.unl.edu</a><br /> +<p style="margin:0.5em 0 -1.4em 0">This site produced and maintained by <a href="http://ucomm.unl.edu/iim.shtml" title="go to the University Communications Internet and Interactive media website">University Communications Internet and Interactive Media</a></p> diff --git a/aboutunl/sharedcode/footer.html.LCK b/aboutunl/sharedcode/footer.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/sharedcode/footer.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/sharedcode/footerContactInfo.html b/aboutunl/sharedcode/footerContactInfo.html new file mode 100644 index 0000000000000000000000000000000000000000..d073dc1b8347fbbe8bee20cc351455dd8b57ea52 --- /dev/null +++ b/aboutunl/sharedcode/footerContactInfo.html @@ -0,0 +1,5 @@ +<h3>Contacting Us</h3> +<p><strong>University of Nebraska-Lincoln</strong><br /> + 1400 R Street<br /> + Lincoln, NE 68588 <br /> + 402-472-7211</p> diff --git a/aboutunl/sharedcode/footerContactInfo.html.LCK b/aboutunl/sharedcode/footerContactInfo.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/sharedcode/footerContactInfo.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/sharedcode/leftRandomPromo.js b/aboutunl/sharedcode/leftRandomPromo.js new file mode 100644 index 0000000000000000000000000000000000000000..e9d422c329b868595bf44e0e87fea7715538118f --- /dev/null +++ b/aboutunl/sharedcode/leftRandomPromo.js @@ -0,0 +1,29 @@ +/* + Feel free to change these and add your own images. + Each image has up to 4 attributes associated with it: + [0] = URL of the image source (.jpg .gif) * + [1] = ALT text description of the image * + [2] = URL to take the client to when the image is clicked (optional) + [3] = javascript onclick events (optional) + + The images will rotate after the number of seconds given to the rotateImg + function (0 for no rotate). + */ +var leftImgArray = new Array; +leftImgArray[0] = new Array; +leftImgArray[0][0] = "http://www.unl.edu/unlpub/ads/permanent/museum.gif"; +leftImgArray[0][1] = "Nebraska State Museum"; +leftImgArray[0][2] = "http://www-museum.unl.edu/"; +leftImgArray[0][3] = ""; +leftImgArray[1] = new Array; +leftImgArray[1][0] = "http://www.unl.edu/unlpub/ads/permanent/lied.gif"; +leftImgArray[1][1] = "Lied Center for Performing Arts"; +leftImgArray[1][2] = "http://www.liedcenter.org/"; +leftImgArray[1][3] = ""; +leftImgArray[2] = new Array; +leftImgArray[2][0] = "http://www.unl.edu/unlpub/ads/permanent/enthompson.gif"; +leftImgArray[2][1] = "E.N. Thompson Forum on World Issues"; +leftImgArray[2][2] = "http://www.unl.edu/unlpub/special/thompsonforum/"; +leftImgArray[2][3] = ""; + +rotateImg("leftImgArray","leftRandomPromoImage",14); diff --git a/aboutunl/sharedcode/navigation.html b/aboutunl/sharedcode/navigation.html new file mode 100644 index 0000000000000000000000000000000000000000..5eeae1ac2621de875b577cbf924b9e98d68e26f9 --- /dev/null +++ b/aboutunl/sharedcode/navigation.html @@ -0,0 +1,21 @@ +<ul> + <li><a href="http://www.unl.edu/ucomm/aboutunl/" title="learn more about UNL">About UNL</a> + <ul> + <li><a style="" href="http://maps.unl.edu/" title="Campus tour of the University of Nebraska-Lincoln and downloadable PDF maps">Campus Maps</a></li> + <li><a href="http://irp.unl.edu/factbooks.html" title="read the UNL Factbook">UNL Factbook</a></li> + <li><a href="big10.shtml" title="learn more about the Big 10 Conference">About the Big Ten Conference</a></li> + </ul> + </li> + <li><a href="/ucomm/aboutunl/roleandmission.shtml" title="UNL's role and mission">Role and Mission</a> + <ul> + <li class="first"><a href="/ucomm/aboutunl/roleandmission.shtml" title="UNL role and mission">Role and Mission</a></li> + <li><a href="/ucomm/aboutunl/randmtrs.shtml" title="Teaching, research and service at UNL">Teaching, Research and Service</a></li> + </ul> + </li> + <li><a href="/ucomm/aboutunl/history.shtml" title="History of UNL">History</a> + <ul> + <li class="first"><a href="/ucomm/aboutunl/history.shtml" title="History of UNL 1869-1920">Founding through 1920</a></li> + <li><a href="/ucomm/aboutunl/history2.shtml" title="History of UNL 1920-Present">1920 to Present</a></li> + </ul> + </li> +</ul> diff --git a/aboutunl/sharedcode/navigation.html.LCK b/aboutunl/sharedcode/navigation.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/aboutunl/sharedcode/navigation.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/aboutunl/sharedcode/qlinks.ssi b/aboutunl/sharedcode/qlinks.ssi new file mode 100644 index 0000000000000000000000000000000000000000..c7cfb72f16bc4e30275bab1bb20e877382adebea --- /dev/null +++ b/aboutunl/sharedcode/qlinks.ssi @@ -0,0 +1 @@ +<option value="http://ucommxsrv1.unl.edu/unltodayarchive/">UNL Today Archive</option> \ No newline at end of file diff --git a/aboutunl/sharedcode/qsearch.ssi b/aboutunl/sharedcode/qsearch.ssi new file mode 100644 index 0000000000000000000000000000000000000000..8feb9b91f03d62633342b318b94b267aeed8eb81 --- /dev/null +++ b/aboutunl/sharedcode/qsearch.ssi @@ -0,0 +1 @@ +<option value="http://ucommxsrv1.unl.edu/unltodayarchive/fmpro?-db=ssinewsarchive&-lay=webview&-format=search_results.shtml&-error=index.shtml&-sortfield=reverseserial&-sortorder=ascending&-max=5&-find=&contenttablefiltered=">UNL Today Archives</option> \ No newline at end of file diff --git a/aboutunl/sharedcode/relatedLinks.html b/aboutunl/sharedcode/relatedLinks.html new file mode 100644 index 0000000000000000000000000000000000000000..38cf46a4069e2a916536482bc23584c2a2658144 --- /dev/null +++ b/aboutunl/sharedcode/relatedLinks.html @@ -0,0 +1,10 @@ +<h3>Related Links</h3> +<ul> + + <li class="first"><a href="http://www.unl.edu/pr/chancllr/">Office of the Chancellor</a></li> + <li><a href="http://www.unl.edu/svcaa/">Academic Affairs</a></li> + <li><a href="http://iris.unl.edu/">Libraries</a></li> + <li><a href="http://events.unl.edu/" title="Upcoming UNL events in a searchable database">UNL Events</a></li> + <li><a style="" href="http://www1.unl.edu/tour/" onclick="window.open(this.href,'unltourmap','scrollbars=1,width=1024,height=768,innerwidth=1024,innerheight=768'); return false;" title="Campus tour of the University of Nebraska-Lincoln (high bandwidth) and downloadable PDF maps">Campus Tour & Maps</a></li> + <li><a href="https://www.nasulgc.org/" title="UNL is a member of the National Association of State Universities and Land-Grant Colleges. This link will direct you to the NASULGC website.">NASULGC</a></li> + </ul> diff --git a/aboutunl/sharedcode/rightRandomPromo.js b/aboutunl/sharedcode/rightRandomPromo.js new file mode 100644 index 0000000000000000000000000000000000000000..2a9b45bbdb514c9c95b641c4414640e212e8d686 --- /dev/null +++ b/aboutunl/sharedcode/rightRandomPromo.js @@ -0,0 +1,29 @@ +/* + Feel free to change these and add your own images. + Each image has up to 4 attributes associated with it: + [0] = URL of the image source (.jpg .gif) * + [1] = ALT text description of the image * + [2] = URL to take the client to when the image is clicked (optional) + [3] = javascript onclick events (optional) + + The images will rotate after the number of seconds given to the rotateImg + function (0 for no rotate). + */ +var rightImgArray = new Array; +rightImgArray[0] = new Array; +rightImgArray[0][0] = "http://www.unl.edu/unlpub/graphics/rndmpix/stdt2/05.jpg"; +rightImgArray[0][1] = "Johnny Carson"; +rightImgArray[0][2] = "#"; +rightImgArray[0][3] = "window.open('http://www.unl.edu/unlpub/graphics/rndmpix/pages2/carson_j.shtml','sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')"; +rightImgArray[1] = new Array; +rightImgArray[1][0] = "http://www.unl.edu/unlpub/graphics/rndmpix/stdt2/02.jpg"; +rightImgArray[1][1] = "Reed Grass"; +rightImgArray[1][2] = "#"; +rightImgArray[1][3] = "window.open('http://www.unl.edu/unlpub/graphics/rndmpix/pages2/camp_color2.shtml','sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')"; +rightImgArray[2] = new Array; +rightImgArray[2][0] = "http://www.unl.edu/unlpub/graphics/rndmpix/stdt2/01.jpg"; +rightImgArray[2][1] = "Marjorie Lou"; +rightImgArray[2][2] = "#"; +rightImgArray[2][3] = "window.open('http://www.unl.edu/unlpub/graphics/rndmpix/pages2/lou_m.shtml','sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')"; + +rotateImg("rightImgArray","rightRandomPromoImage",0); diff --git a/aboutunl/sharedcode/splash.js b/aboutunl/sharedcode/splash.js new file mode 100644 index 0000000000000000000000000000000000000000..5f6ecade15669f3413d94d063b166d56f61fadd1 --- /dev/null +++ b/aboutunl/sharedcode/splash.js @@ -0,0 +1,26 @@ +/* + Feel free to change these and add your own images. + Each image has up to 4 attributes associated with it: + [0] = URL of the image source (.jpg .gif) * + [1] = ALT text description of the image * + [2] = URL to take the client to when the image is clicked (optional) + [3] = javascript onclick events (optional) + + The images will rotate after the number of seconds given to the rotateImg + function (0 for no rotate). + */ +var splashImgArray = new Array +splashImgArray[0] = new Array +splashImgArray[0][0] = "http://www.unl.edu/unlpub/2004sharedgraphics/2004_03.jpg"; +splashImgArray[0][1] = "Architectural Detail, College of Business Administration"; +splashImgArray[0][2] = "#"; +splashImgArray[1] = new Array; +splashImgArray[1][0] = "http://www.unl.edu/unlpub/2004sharedgraphics/2004_04.jpg"; +splashImgArray[1][1] = "Kauffman Academic Residential Center"; +splashImgArray[1][2] = "#"; +splashImgArray[2] = new Array; +splashImgArray[2][0] = "http://www.unl.edu/unlpub/2004sharedgraphics/2004_05.jpg"; +splashImgArray[2][1] = "Cather Garden, City Campus"; +splashImgArray[2][2] = "#"; + +rotateImg("splashImgArray","splashRandomImg",0); diff --git a/aboutunl/unl_core_values.shtml b/aboutunl/unl_core_values.shtml new file mode 100644 index 0000000000000000000000000000000000000000..e77068593b404135fcec28162e23065f4c3c6745 --- /dev/null +++ b/aboutunl/unl_core_values.shtml @@ -0,0 +1,13 @@ + +<h4 class="highlight-red">University of Nebraska-Lincoln Core Values</h4> +<p class="sseriftext11">• <strong>L</strong>earning that prepares students for lifetime success and leadership;<br /> +• <strong>E</strong>xcellence pursued without compromise;<br /> +• <strong>A</strong>chievement supported by a climate that celebrates each person's success;<br /> +• <strong>D</strong>iversity of ideas and people;<br /> +• <strong>E</strong>ngagement with academic, business, and civic communities throughout Nebraska and the world;<br /> +• <strong>R</strong>esearch and creative activity that inform teaching, +foster discovery, and contribute to economic prosperity and our quality of +life;<br /> +• <strong>S</strong>tewardship of the human, financial, and physical resources committed +to our care. +</p> \ No newline at end of file diff --git a/admin/index.shtml b/admin/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..48ba20010a14e0322cb14216699e6e2fc9552934 --- /dev/null +++ b/admin/index.shtml @@ -0,0 +1,242 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Administrative Listing | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" --> + Administrative Listing + <!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Administrative Listing</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <p>A hierarchical listing of administrative units by chancellor/vice chancellor area.</p> + + <div class="grid6 first"> + <h3 class="sec_main" style="margin-bottom:4px;"><a href="http://www.unl.edu/ucomm/chancllr/">Office of the Chancellor</a></h3> + <ul> + <li><a href="http://www.huskeralum.org/" title="Chapters, constituents, programming, Husker Pride, membership, publications, Wick Center">Alumni Association</a></li> + <li><a href="http://www.huskers.com/" title="The Huskers' home on the Web">Athletics</a></li> + <li><a href="http://www.unl.edu/ccsw/" title="Members, documents, links">Chancellor's Commission on the Status of Women</a></li> + <li><a href="http://www.unl.edu/ucomm/chancllr/sustainability/" title="go to the Chancellor's Commission on Sustainability website">Chancellor's Commission on Environmental Sustainability</a></li> + <li><a href="http://confuciusinstitute.unl.edu/" title="Visit the Confucius Institute website">Confucius Institute</a></li> + <li><a href="http://www.unl.edu/equity/" title="Discrimination/harassment policies, gender/race equity goals, diversity plan">Equity, Access and Diversity Programs</a></li> + <li><a href="http://is.unl.edu/" title="Networking/operations, information technology support, telecommunications, information systems">Information Services</a></li> + <li><a href="http://irp.unl.edu/" title="Institutional research, campus planning, examination services, UNL Fact Book">Institutional Research and Planning</a></li> + <li><a href="http://www.unl.edu/lentz/" title="The Lentz Center for Asian Culture">Lentz Center for Asian Culture</a></li> + <li><a href="http://www.liedcenter.org/" title="Performance schedule, tickets, building info">Lied Center</a></li> + <li><a href="http://oa.unl.edu/" title="Operations Analysis">Operations Analysis</a></li> + <li>Reserve Officers Training Corps: <a title="Overview, scholarships, staff, alumni" href="http://www.unl.edu/afrotc/">Air Force,</a> <a href="http://www.unl.edu/armyrotc/" title="Overview, scholarships, military science, training, cadet battalion, alumni">Army,</a> <a href="http://www.unl.edu/nrotc/" title="Navy/Marines: Overview, scholarships, instructors, competitive teams, alumni">Navy</a></li> + <li><a href="http://www.sheldonartmuseum.org/" title="Exhibitions, features, news, collections, building info">Sheldon Museum of Art</a></li> + <li><a href="http://ucomm.unl.edu/" title="Director, news/video services, publications/photography, web, the Scarlet">University Communications</a></li> + </ul> + + + <h3 class="sec_main" style="margin-bottom:4px;"><a href="http://www.unl.edu/svcaa/">Office of Academic Affairs</a></h3> + <ul> + + <li><a href="http://casnr.unl.edu/" title="IANR, academic programs, administration/staff, news/events, enrollment">College of Agricultural Sciences and Natural Resources</a></li> + <li><a href="http://architecture.unl.edu/" title="Administration, calendar, departments, research/resources, organizations/alumni, Joslyn Castle Institute">College of Architecture</a></li> + <li><a href="http://cas.unl.edu/" title="Dean's office, academics/research, alumni/Friends, students resources, news/events">College of Arts and Sciences</a></li> + <li><a href="http://cba.unl.edu/" title="Departments/people, services, academics programs, technology, news/resources, outreach, alumni">College of Business Administration</a></li> + <li><a href="http://cehs.unl.edu/" title="Events, alumni, tour, student info, faculty, alumni, graduate options, departments">College of Education and Human Sciences</a></li> + <li><a href="http://engineering.unl.edu/" title="Students, departments/programs, alumni, research, technology support, extended education">College of Engineering</a></li> + <li><a href="http://journalism.unl.edu/" title="Advertising, broadcasting, news-editorial, graduate, The Journalist, 90.3 KRNU">College of Journalism and Mass Communications</a></li> + <li><a href="http://law.unl.edu/" title="Programs, faculty/staff, Schmid Law Library, admissions, costs/aid, student life, alumni">College of Law</a></li> + <li><a href="http://educationabroad.unl.edu/" title="go to the Education Abroad website">Education Abroad</a></li> + <li><a href="http://explorecenter.unl.edu/" title="Office hours, advisors, registration, majors, placement, transfers">Exploratory and Pre-Professional Advising Center</a></li> + + <li><a href="http://www.unl.edu/gradstudies/" title="Admission, bulletin, class schedule, services, undergraduate research program">Graduate Studies</a></li> + <li><a href="http://www.unl.edu/finearts/" title="Prospective students, maps, calendar, units, programs, affiliates">Hixson-Lied College of Fine and Performing Arts</a></li> + + <li><a href="http://raikes.unl.edu/" title="go to the Raikes School website">Jeffrey S. Raikes School of Computer Science and Management</a></li> + <li><a href="http://net.unl.edu/" title="Nebraska Educational Television, NETV, NETV2, NPRN Radio">Nebraska Educational Television</a></li> + + <li><a href="http://ppc.unl.edu/" title="go to the Public Policy Center website">Public Policy Center</a></li> + + + <li><a href="http://iris.unl.edu" title="Catalogs, resources, services, information">University Libraries</a></li> + <li><a href="http://ace.unl.edu/" title="go to the ACE website">Undergraduate Education Programs</a></li> + <li><a href="http://honors.unl.edu/" title="Prospective/current students, administration, resources">University Honors Program</a></li> + <li><h5>Academic Services and Enrollment Management</h5> + <ul> + + <li><a href="http://admissions.unl.edu/" title="UNL's office of undergraduate admissions">Admissions</a></li> + <li><a href="http://online.unl.edu/" title="Online & Distance Education">Online & Distance Education</a></li> + <li><a href="http://www.unl.edu/regrec/" title="Transcripts, NRoll, final exam schedule, graduation, calendar, academic services, drug policy/crime stats">Registration and Records</a></li> + <li><a href="http://www.unl.edu/scholfa/" title="Scholarships and Financial Aid and application deadlines">Scholarships and Financial Aid</a></li> + + + </ul></li> + + </ul> + + + + + </div> + + <div class="grid6"> + <h3 class="sec_main" style="margin-bottom:4px;"><a href="http://bf.unl.edu/">Business & Finance</a></h3> + <ul> + <li><a href="http://accounting.unl.edu/" title="Office info, directory, concepts/definitions, procedures, reports, schedules, MYNULOOK, system">Accounting</a></li> + <li><a href="http://www.unl.edu/bga/" title="Garden news, Friends, events">Botanical Gardens & Arboretum</a></li> + <li><a href="http://bursar.unl.edu/" title="Office info, policies/procedures">Bursar's Office</a></li> + <li><a href="http://ehs.unl.edu/" title="Index, documents, forms, training, committees, education programs">Environmental Health & Safety</a></li> + <li><a href="http://fmp.unl.edu/" title="Help, quick reference, FAQ, Six-year plan, policies">Facilities Management & Planning</a></li> + <li><a href="http://fs.unl.edu" title="Accounting, budget, bursar, data entry, fiscal management, payroll, student accounts">Financial Services</a></li> + <li><a href="http://hr.unl.edu/" title="Benefits, employment, orientation services for UNL employees">Human Resources</a></li> + <li><a href="http://inventory.unl.edu/" title="Auction, Surplus, Bids and Quotes, Moving Services">Inventory</a></li> + <li><a href="http://ncard.unl.edu/" title="Information about the new UNL ID card">NCard</a></li> + <li><a href="http://parking.unl.edu/" title="Maps, permits, violations, appeals, UNL shuttle">Parking and Transit Services</a></li> + <li><a href="http://payroll.unl.edu/" title="UNL payroll policies and practices">Payroll</a></li> + <li><a href="http://printing.unl.edu/" title="Project consulting, printing, copying, pickup/delivery">Print, Copy, Mail & Distribution Services</a></li> + <li><a href="http://procurement.unl.edu/" title="Announcements, bids, commodities, contracts, personnel, policies, card, surveys, training, travel">Procurement Services</a></li> + <li><a href="http://scs.unl.edu/" title="Computer training, help, request for assistance, departmental reports, staff">Shared Computing Services</a></li> + <li><a href="http://studentaccounts.unl.edu/" title="Tuition & fees, payments & deadlines, billing info">Student Accounts</a></li> + <li><a href="http://transportation.unl.edu/" title="Organization directory, vehicle services, route/road info, regulations, online reservations">Transportation Services</a></li> + <li><a href="http://www.unebraska.bkstr.com/" title="Hours, policies, online orders">University Bookstore</a></li> + <li><a href="http://police.unl.edu/" title="Phone numbers, homeland security, Clery Act, crimes, employment, feedback, lost & found">University Police</a></li> + <li><a href="http://us.unl.edu/" title="Business & Finance services">University Services</a></li> + <li><a href="http://vending.unl.edu/" title="Vending Services">Vending Services</a></li> + </ul> + + <h3 class="sec_main" style="margin-bottom:4px;"><a href="http://ianrhome.unl.edu/">Institute of Agriculture & Natural Resources</a></h3> + <ul> + <li><a href="http://ard.unl.edu/" title="Purpose, people, places, programs, publications, proposal guidelines/forms, partners, processes">Agricultural Research Division</a></li> + <li><a href="http://casnr.unl.edu/" title="IANR, academic programs, administration/staff, news/events, enrollment">College of Agricultural Sciences and Natural Resources</a></li> + + + <li><a href="http://ncta.unl.edu/" title="Web mail, athletics, alumni, academics, admissions, student life, looking ahead">Nebraska College of Technical Agriculture</a></li> + <li><a href="http://nfs.unl.edu/" title="State forester, rural/cmmunity forestry, fire control, pests management, trees">Nebraska Forest Service</a></li> + <li><a href="http://snr.unl.edu/" title="School of Natural Resources">School of Natural Resources</a></li> + <li><a href="http://extension.unl.edu/" title="News/info, people, places, programspublications, professional development">UNL Extension</a></li> + </ul> + + <h3 class="sec_main" style="margin-bottom:4px;"><a href="http://research.unl.edu/" title="Office of Research and Economic Development: resources, funding opportunities, available facilities, entrepreneurship.">Research and Economic Development</a></h3> + <ul> + <li><a href="http://otd.unl.edu/">Technology Development</a></li> + <li><a href="http://innovate.unl.edu/">Nebraska Innovation Campus</a></li> + <li><a href="http://epscor.unl.edu/" title="Experimental Program to Stimulate Competetive Research: News, publications, programs/research">EPSCoR</a></li> + <li><a href="http://www.unl.edu/scimath/" title="Programs/events, Patterns newsletter, internet resources, comment card">Math and Science Education</a></li> + <li><a href="http://www.nebraskapress.unl.edu/" title="Featured books, journals, e-editions, search, order, the press">University of Nebraska Press</a></li> + <li><a href="http://museum.unl.edu/" title="Visitor info, exhibits, education, collections/research, Friends, staff, publications">University of Nebraska State Museum</a></li> + </ul> + + <h3 class="sec_main" style="margin-bottom:4px;"><a href="http://stuafs.unl.edu/" title="Services and programs that foster intellectual, cultural, physical, social, career, and moral development of students">Student Affairs</a></h3> + <ul> + + <li><a href="http://crec.unl.edu/" title="Intramurals, fitness classes, outdoor recreations, sport clubs, massage therapy">Campus Recreation</a></li> + <li><a href="http://www.unl.edu/careers/" title="Job listings, career exploration, internships, grad school info">Career Services</a></li> + <li><a href="http://www.unl.edu/greek/" title="Fraternities, sororities, history, recruitment/rush, news">Greek Affairs</a></li> + <li><a href="http://housing.unl.edu/" title="Residence halls, dinings services, computers/internet, family housing, contract info">Housing</a></li> + + <li><a href="http://union.unl.edu/" title="Photos, student offices, Union services, daily event schedules">Nebraska Unions</a></li> + <li><a href="http://www.unl.edu/oasis/" title="go to the Office of Academic Success and Intercultural Services">Office of Academic Success and Intercultural Services</a></li> + <li><a href="http://www.unl.edu/ssd/" title="Services, advocacy, housing, care, campus recreation, parking, summer transition program">Services for Students with Disabilities</a></li> + <li><a href="http://involved.unl.edu/" title="Calendar, programs, service-learning, Culture Center, Women's Center">Student Involvement</a></li> + <li><a href="http://stuafs.unl.edu/ja/" title="Policy statement, code of conduct, discipline, student records policy">Student Judicial Affairs</a></li> + <li><a href="http://www.unl.edu/trioprog/" title="Minority assistance program, student opportunities & services, McNair program, educational talent search, Upward Bound, National Youth Sports Program" >TRIO Programs</a></li> + <li><a href="http://health.unl.edu/" title="Hours, services, programs, fees/billing/insurance, news">University Health Center</a></li> + </ul> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/admin/index.shtml.LCK b/admin/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/admin/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/apps/App_Store_Badge_EN_0609.png b/apps/App_Store_Badge_EN_0609.png new file mode 100644 index 0000000000000000000000000000000000000000..ccee87aa21131534dabcc83ff82ef606c8881b99 Binary files /dev/null and b/apps/App_Store_Badge_EN_0609.png differ diff --git a/apps/android_app_on_play_logo_small.png b/apps/android_app_on_play_logo_small.png new file mode 100644 index 0000000000000000000000000000000000000000..afd11f1ea41c24c9456164c7978c3a157d8692c1 Binary files /dev/null and b/apps/android_app_on_play_logo_small.png differ diff --git a/apps/designfiles/App_Store_Badge_EN_0609.psd b/apps/designfiles/App_Store_Badge_EN_0609.psd new file mode 100644 index 0000000000000000000000000000000000000000..6080e5e0623a076f07e871c34c0ae0ab305ca76e Binary files /dev/null and b/apps/designfiles/App_Store_Badge_EN_0609.psd differ diff --git a/apps/designfiles/iPhone PSD 4G.psd b/apps/designfiles/iPhone PSD 4G.psd new file mode 100644 index 0000000000000000000000000000000000000000..4ab71f0842f792dd491379c321721a9b0033ad19 Binary files /dev/null and b/apps/designfiles/iPhone PSD 4G.psd differ diff --git a/apps/designfiles/nebraska_screenshots/ios_athletics.jpg b/apps/designfiles/nebraska_screenshots/ios_athletics.jpg new file mode 100644 index 0000000000000000000000000000000000000000..697d2da744c2b375a0b1dce232c30da0986ce4d0 Binary files /dev/null and b/apps/designfiles/nebraska_screenshots/ios_athletics.jpg differ diff --git a/apps/designfiles/nebraska_screenshots/ios_courses.jpg b/apps/designfiles/nebraska_screenshots/ios_courses.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d23fa85bf99e500bd5cc2f9168adc2f49489ab31 Binary files /dev/null and b/apps/designfiles/nebraska_screenshots/ios_courses.jpg differ diff --git a/apps/designfiles/nebraska_screenshots/ios_directory.jpg b/apps/designfiles/nebraska_screenshots/ios_directory.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44a3298d4aae09a6f5685838c32be77910a7edb8 Binary files /dev/null and b/apps/designfiles/nebraska_screenshots/ios_directory.jpg differ diff --git a/apps/designfiles/nebraska_screenshots/ios_events.jpg b/apps/designfiles/nebraska_screenshots/ios_events.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7220dce689766d624ea890df127a71493797f427 Binary files /dev/null and b/apps/designfiles/nebraska_screenshots/ios_events.jpg differ diff --git a/apps/designfiles/nebraska_screenshots/ios_maps.jpg b/apps/designfiles/nebraska_screenshots/ios_maps.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9add573d7b46b354da50ab19115b1f8f712b21c5 Binary files /dev/null and b/apps/designfiles/nebraska_screenshots/ios_maps.jpg differ diff --git a/apps/designfiles/nebraska_screenshots/ios_springboard.jpg b/apps/designfiles/nebraska_screenshots/ios_springboard.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa998e3addb18a465a0215a159958ae0a28c9cbb Binary files /dev/null and b/apps/designfiles/nebraska_screenshots/ios_springboard.jpg differ diff --git a/apps/designfiles/nebraska_screenshots/ios_videos.jpg b/apps/designfiles/nebraska_screenshots/ios_videos.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cdd05f49b111c19c05d2150141ea89b5b9296a2e Binary files /dev/null and b/apps/designfiles/nebraska_screenshots/ios_videos.jpg differ diff --git a/apps/designfiles/nexus.psd b/apps/designfiles/nexus.psd new file mode 100644 index 0000000000000000000000000000000000000000..ea062a31e3f9a7243153fd962e32a3929292065a Binary files /dev/null and b/apps/designfiles/nexus.psd differ diff --git a/apps/index.shtml b/apps/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..88a05b1a517aef7dc1b5bdf77227ac55ee4e1dc7 --- /dev/null +++ b/apps/index.shtml @@ -0,0 +1,173 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Apps</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> + +<style type="text/css"> +h3.nebraskapp_header { + margin: 10px 0 20px 0; +} +p.nebraskaapp_desc { + font-size: 1.5em; + line-height: 1.3em; +} +p.nebraskaapp_desc a { + text-decoration: underline !important; +} +.nebraskaapp_screen { + margin: 10px 0; + width: 100%; +} +#nebraskaapp_ios { + text-indent: -9999px; width: 100%; height: 350px; display:block; + background-image: url(ios.png); background-repeat: no-repeat; position:relative; z-index: 5; +} +#nebraskaapp_android { + text-indent: -9999px; width: 100%; height: 330px; display:block; + background-image: url(nexus.png); background-repeat: no-repeat; background-position: right top; + position:absolute; top:20px; right:0; +} +</style> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Apps</li> + </ul> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Apps</h1> + + <!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <h2>On the Go with UNL</h2><!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="grid5 first"> + <h3 class="nebraskapp_header">What is the Nebraska app?</h3> + <p class="nebraskaapp_desc">The Nebraska app puts essential UNL campus information at your + fingertips on your current mobile device or smartphone. <a href="https://play.google.com/store/apps/details?id=com.blackboard.android.central.unl">Android</a> and <a href="http://itunes.apple.com/us/app/nebraska/id513981635?mt=8">iOS</a> + devices are supported natively.</p> + <a href="http://itunes.apple.com/us/app/nebraska/id513981635?mt=8"><img src="App_Store_Badge_EN_0609.png" alt="Available on the Apple App Store" /></a> + <a href="https://play.google.com/store/apps/details?id=com.blackboard.android.central.unl"><img src="android_app_on_play_logo_small.png" alt="Android App on Google Play" /></a> + </div> + + <div class="grid7" style="position:relative"> + + <div id="nebraskaapp_ios">iPhone 4 screenshot</div> + <div id="nebraskaapp_android">Nexus phone screenshot</div> + + </div> + + <div class="clear" style="border-bottom: 1px solid #888;"></div> + + <h3 class="nebraskapp_header">The Nebraska app brings the following features to mobile devices:</h3> + <div class="grid2 first"> + <h5>Directory</h5> + <img src="ios_directory.jpg" class="nebraskaapp_screen" /> + <p>Search the public directory for faculty, staff and + administrators. Send an email or place a call, and save contact + information to your phone's address book.</p> + </div> + <div class="grid2"> + <h5>Courses</h5> + <img src="ios_courses.jpg" class="nebraskaapp_screen" /> + <p>Plan your semester on the go. Browse and search the undergraduate course catalog.</p> + </div> + <div class="grid2"> + <h5>Events</h5> + <img src="ios_events.jpg" class="nebraskaapp_screen" /> + <p>If it's happening on or around campus, it's here. Browse concerts, lectures, exhibits and more.</p> + </div> + <div class="grid2"> + <h5>Videos</h5> + <img src="ios_videos.jpg" class="nebraskaapp_screen" /> + <p>Browse, search, and watch whenever – and wherever – you like.</p> + </div> + <div class="grid2"> + <h5>Maps</h5> + <img src="ios_maps.jpg" class="nebraskaapp_screen" /> + <p>Find out exactly where you are and where you need to go on campus.</p> + </div> + <div class="grid2"> + <h5>Athletics</h5> + <p>Check schedules, scores, and news about the Huskers, whether you're home or away.</p> + <h5>News</h5> + <p>Get the latest headlines, and browse and search recent articles to stay on top of important campus news.</p> + <h5>Libraries</h5> + <p>Browse the complete library catalog and check item availability.</p> + </div> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/apps/ios.png b/apps/ios.png new file mode 100644 index 0000000000000000000000000000000000000000..49343fd073758e29a8c63afcea7239e818e97b4b Binary files /dev/null and b/apps/ios.png differ diff --git a/apps/ios_athletics.jpg b/apps/ios_athletics.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed6da1ea10fe2a9f3911ea6d61e959ac2531b0fa Binary files /dev/null and b/apps/ios_athletics.jpg differ diff --git a/apps/ios_courses.jpg b/apps/ios_courses.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06e84c9a68ac5322c3a51b08118ab26ba8e19b0c Binary files /dev/null and b/apps/ios_courses.jpg differ diff --git a/apps/ios_directory.jpg b/apps/ios_directory.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fdf68b68f40493253abd58334a72cf2e680d8fa Binary files /dev/null and b/apps/ios_directory.jpg differ diff --git a/apps/ios_events.jpg b/apps/ios_events.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cac35584514b56ec2ea33201e355935c3c67f525 Binary files /dev/null and b/apps/ios_events.jpg differ diff --git a/apps/ios_maps.jpg b/apps/ios_maps.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21dc8f1bd6fa53e5fb0e486f0246aba0718d3537 Binary files /dev/null and b/apps/ios_maps.jpg differ diff --git a/apps/ios_videos.jpg b/apps/ios_videos.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6db9990bffa9feb708fa5dd71c060b8b9e860ab9 Binary files /dev/null and b/apps/ios_videos.jpg differ diff --git a/apps/nexus.png b/apps/nexus.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9551ffe1f75400b87d6c7c7cfc2ca42bd92909 Binary files /dev/null and b/apps/nexus.png differ diff --git a/compuse/guidelines.html b/compuse/guidelines.html new file mode 100644 index 0000000000000000000000000000000000000000..dec322e9d68b7fdfd03b6385ec106c1eaee99661 --- /dev/null +++ b/compuse/guidelines.html @@ -0,0 +1,54 @@ +<h3 class="sec_main">Guidelines for Use of Computing Resources at UNL</h3> +<p><em>This document supersedes all previously released versions of the following documents:</em></p> + +<ul> +<li>Guidelines for Use of Computing Resources at UNL</li> +<li>Policies for Use of Computing Resources</li> +<li>Ethical Principles for the Use of UNL Computing Resources</li> +</ul> + +<p> +This document outlines guidelines for computing resources at the University of Nebraska-Lincoln including information regarding responsible use of resources and enforcement of sanctions associated with violations of responsible use.</p> + +<h5 class="highlight-navy">I. Computing Resources</h5> +<p> +The University of Nebraska-Lincoln offers computing resources for use by UNL faculty, staff and students. These resources include information resources, technology and network systems, as outlined in <a href="http://www.nebraska.edu/about/exec_memo16.pdf">Executive Memorandum No. 16</a> titled 'Policy for Responsible Use of University Computers and Information Systems'. All users are expected to respect these resources.</p> + +<p> +A failure to abide by the guidelines outlined in this document may result in the imposition of one or more of the following sanctions:</p> + +<ul> +<li>denial of access to information resources and networks,</li> +<li>disciplinary action by UNL,</li> +<li>civil action,</li> +<li>and/or criminal prosecution.</li> +</ul> + +<h5 class="highlight-navy">II. Policies Governing Responsible Use of Computing Resources</h5> +<ol> +<li><a href="http://www.nebraska.edu/about/exec_memo16.pdf">Executive Memorandum No. 16</a> (<i>Policy for Responsible Use of University Computers and Information Systems</i>)</li> +<li>The UNL <a href="http://stuafs.unl.edu/ja/code/index.shtml">Student Code of Conduct</a>, from <a href="http://stuafs.unl.edu/ja/">Student Judicial Affairs</a></li> +<li>UNL's Business Policies and Procedures manual (available in each department)</li> +</ol> + +<h5 class="highlight-navy">III. Illustrative Prohibited Acts</h5> +<p> +<a href="http://www.nebraska.edu/about/exec_memo16.pdf#page=2">Executive Memorandum No. 16, section 6</a> provides a non-exhaustive list of acts that are prohibited and that may subject a user to sanctions.</p> + +<h5 class="highlight-navy">IV. Enforcement</h5> +<p> +This section of the document fulfills the requirement set forth by <a href="http://www.nebraska.edu/about/exec_memo16.pdf">Executive Memorandum No. 16</a> to provide policy enforcement information for the University of Nebraska-Lincoln campus.</p> +<p> +The Chief Information Officer or designee is authorized to monitor the use of computing resources, to protect computing resources as well as the rights of computing resource users, and to +recommend the imposition of sanctions against any person who violates these guidelines.</p> +<p> +The Student Judicial Affairs and/or University Legal Counsel may request in writing that the Chief Information Officer furnish specific information relating to alleged abuse of computing +resources.</p> +<p> +The Chief Information Officer is authorized to provide such information or files upon such written request. +Student Judicial Affairs shall notify the alleged abuser that such information has been received.</p> + +<h5 class="highlight-navy">V. Dissemination</h5> +<p> +These guidelines shall be distributed to all University computer users, be displayed prominently in all public access computing facilities at the University of Nebraska-Lincoln and be accessible via UNL's web site. For further information relative to these guidelines, please contact the Information Services Help Desk at <a href="mailto:helpdesk@unl.edu">helpdesk@unl.edu</a> or 472-3970.</p> +<h6> ADOPTED MARCH 9, 1999</h6> \ No newline at end of file diff --git a/compuse/guidelines.shtml.old b/compuse/guidelines.shtml.old new file mode 100644 index 0000000000000000000000000000000000000000..dd1c089958f042020523015fac880b2fd8f05c08 --- /dev/null +++ b/compuse/guidelines.shtml.old @@ -0,0 +1,110 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Computer Use Policies</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Computer Use Policies</li> + </ul> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Computer Use Policies</h1> + <h2>What You Need To Know</h2><!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="randomPromo"></div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + + <!--#include virtual="guidelines.html" --> + + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/compuse/index.shtml b/compuse/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..3971b3b322a9ddf52f9a9b36c27ecec1af0142bc --- /dev/null +++ b/compuse/index.shtml @@ -0,0 +1,113 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Computer Use Policies</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Computer Use Policies</li> + </ul> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Computer Use Policies</h1> + <h2>What You Need To Know</h2><!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + +<div class="two_col left"> + <div class="zenboxfeature" style="padding:6px;"> + <h4 class="highlight-red">Computer Use Policies for UNL Faculty, Staff and Students</h4> + + <p>University of Nebraska-Lincoln faculty, staff, and students are expected to use all computing resources responsibly and are expected to adhere to guidelines and policies as set forth by the university and laws and regulations of federal, state and local government.</p> + </div><br /> + + <h5><a class="application-pdf" href="http://www.unl.edu/is/about/UNLprivacy.pdf" title="download a PDF of the UNL Privacy Policy">UNL Privacy Policy</a></h5> + <p>This document, as approved by the UNL Faculty Senate, January 2003, provides the official privacy statement from the university that all university web providers should abide by and make available to the public.</p> + + <h5><a class="application-pdf" href="http://www.nebraska.edu/about/exec_memo16.pdf" title="download a PDF of the Executive Memorandum No. 16">Executive Memorandum No. 16</a></h5> + <p><em>Policy for Responsible Use of University Computers and Information Systems</em><br />This document sets forth the University of Nebraska's administrative policy and provides guidance relating to responsible use of the University's electronic information systems.</p> + + <h5><a class="application-pdf" href="http://lcweb.loc.gov/copyright/legislation/dmca.pdf" title="download a PDF of The Digital Millennium Copyright Act of 1998">The Digital Millennium Copyright Act of 1998</a></h5> + <p>This document is the U.S. Copyright Office Summary PDF file. Additional information is available from the <a href="http://lcweb.loc.gov/copyright/" target="blank" title="U.S. Copyright Office">U.S. Copyright Office</a>.</p> + </div> + + <div class="two_col right"> + <!--#include virtual="guidelines.html" --> + </div> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/current/advising/index.shtml b/current/advising/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..96c060d74d4f44b46f8d5319969f8e054e9be1b7 --- /dev/null +++ b/current/advising/index.shtml @@ -0,0 +1,194 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html lang="en"><!--<![endif]--> +<!-- InstanceBegin template="/Templates/debug.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id$ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Student Academic Advising | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- Place optional header elements here --> +<link rel="stylesheet" href="../currentstudents.css" /> +<script type="text/javascript"> +WDN.setPluginParam('events', 'href', 'http://events.unl.edu/academic/'); +WDN.setPluginParam('events', 'title', 'Academic'); +</script> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed debug" --> +</head> +<body class="fixed debug"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper" class="nav_unpinned nav_expanded"> + <header id="header" role="banner"> + <a href="http://www.unl.edu/" title="UNL website" id="logo"> + </a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <!-- InstanceBeginEditable name="titlegraphic" --> + <span id="wdn_site_title">Current Students</span> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Current Students</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="../../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> + <h1>Student Academic Advising</h1> + <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid8 first"> + <p class="opening"> + One of the most important things you can do as a student is establish a significant working relationship with your academic advisor. Your advisor can help you find the resources and tools you need to explore, define, and accomplish your academic and career goals. See your advisor to learn more about research opportunities, community involvement, study abroad, planning for graduation and post-graduate programs, and more. + </p> + <div> + <h2 class="supporting_head">Advising Resources</h2> + <div id="resource_myplan"> + <a href="https://my.unl.edu/"> + <img src="../images/myplan.jpg" alt="Screenshot of MyPlan"/> + </a> + <div class="textContent"> + <h3>MyPLAN</h3> + <p> + MyPLAN connects you to your instructors, advisors, and other services on campus. + </p> + <a href="https://my.unl.edu/" class="button"> + Visit MyPLAN through Blackboard + </a> + </div> + </div> + <div id="resource_college"> + <h3>College Advising Resources</h3> + <p> + Each college at UNL offers academic and career advising services. Students who participate in programs such as the University Honors Program and Athletics may also have auxiliary advisors. + </p> + <div class="grid4 first"> + <ul class="dl"> + <li><a href="http://casnr.unl.edu/advisors">Agricultural Sciences & Natural Resources</a></li> + <li>Architecture</li> + <li><a href="http://cas.unl.edu/advisingcenter.html">Arts & Sciences</a></li> + <li><a href="http://cba.unl.edu/students/current/advising/">Business Administration</a></li> + <li><a href="http://cehs.unl.edu/currentstudents/undergrad/advising.shtml">Education & Human Sciences</a></li> + <li>Engineering</li> + <li><a href="http://www.unl.edu/finearts/studentresources/advising/">Hixson-Lied College of Fine & Performing Arts</a></li> + <li>Journalism & Mass Communications</li> + </ul> + </div> + <div class="grid4"> + <dl class="explanations"> + <dt><a href="http://www.unl.edu/dgs/">General Studies</a></dt> + <dd>Provides resources for undeclared students and those exploring majors. </dd> + <dt><a href="http://cas.unl.edu/advisingcenter/pre-professional.html">Pre-Professional Programs</a></dt> + <dd>Provides assistance with selecting prerequisites and meaningful extracurricular experiences, developing a timeline for applying to professional schools, and planning for entrance exams and the application process.</dd> + </dl> + </div> + </div> + <div class="clear"> + <h3>Other Advising Resources</h3> + <dl class="explanations"> + + <dt><a href="http://honors.unl.edu/student-advisors">Honors Program</a></dt> + <dd>The Honors Program provides advising services to assist Honors students in achieving academic + excellence and navigating the program requirements.</dd> + <dt><a href="http://www.huskers.com/ViewArticle.dbml?DB_OEM_ID=100&ATCLID=3776">Athletics</a></dt> + <dd>Athletic counselors work with every student-athlete to provide guidance, support and resources.</dd> + <dt><a href="http://www.unl.edu/careers/">Career Exploration and Services</a></dt> + <dd>Career counselors assist student with career exploration, networking, and securing internships and jobs. Several career assessments to explore interests, skills and values are available for free or a small fee.</dd> + </dl> + </div> + </div> + </div> + <section class="grid4 snapshot"> + <h2 class="subTitle supporting_head">Graduate and Law Students</h2> + <dl class="explanations"> + <dt><a href="http://www.unl.edu/gradstudies/current/">Graduate Studies</a></dt> + <dd>Offers a comprehensive collection of resources on teaching, research, mentoring and more.</dd> + <dt><a href="http://law.unl.edu/current/">Nebraska College of Law</a></dt> + <dd>Provides specialized support and resources for law students.</dd> + </dl> + </section> + <section class="grid4" id="academicCalendar"> + <h2>Academic Calendar</h2> + <div id="wdn_calendarDisplay"></div> + <script type="text/javascript">WDN.initializePlugin('events', function(){WDN.events.limit=5;}, 'before');</script> + </section> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="../../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> + <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --> +</html> \ No newline at end of file diff --git a/current/currentstudents.css b/current/currentstudents.css new file mode 100644 index 0000000000000000000000000000000000000000..99721a7f9e7543cc371789896d0f699e5d9ba88a --- /dev/null +++ b/current/currentstudents.css @@ -0,0 +1 @@ +#maincontent .opening{font-size:1.4em;line-height:1.6em;font-family:Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif;color:#6d6d6d}#maincontent #newsAndEvents{width:100%;margin-left:0;background:url('images/cs_paperBG.jpg');-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:2em}#maincontent #newsAndEvents .subTitle{margin:0;background:#ac0302;color:#fff;text-shadow:none;padding:.5em 0 .6em 0;text-align:center;font-size:1.2em}#maincontent #newsAndEvents ul{margin:0;margin-bottom:1em;padding:0;list-style-type:none}#maincontent #newsAndEvents ul .date{background:#666;color:#eee;text-shadow:-1px -1px 0 #777;font-size:.8em;padding:.4em;border-radius:2px 2px 2px 2px}#maincontent #newsAndEvents ul ul{margin:.5em 0 .5em .5em}#maincontent #newsAndEvents ul ul li{border-bottom:1px solid #fff;padding:.4em 0;font-size:.8em}#maincontent #newsAndEvents ul ul li time{text-transform:uppercase;font-size:.6em;display:block;color:#6d6d6d;line-height:1}#maincontent #newsAndEvents #newsList a{display:block;text-align:center;border-bottom:1px solid #fff;padding:.4em}#maincontent #newsAndEvents #newsList a:hover{background:rgba(0,0,0,0.06)}#maincontent #newsAndEvents #newsList img{line-height:0;border:2px solid #fbfbfb;margin:.5em 0;box-shadow:0 0 2px #bbb;-webkit-box-shadow:0 0 2px #bbb}#maincontent #newsAndEvents #newsList .newsTitle{padding:.5em 0;color:#535353;font-weight:bold;font-family:Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;line-height:1.1em;display:block;text-align:left}#maincontent .dl{margin:0;margin-top:1.2em;padding:0;list-style-type:none}#maincontent .dl li{border-bottom:1px solid #eee;padding-bottom:.4em;margin-bottom:.6em;padding-left:.7em}#maincontent .subTitle{font-family:Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;font-size:1.3em;text-transform:uppercase;font-weight:bold;border-bottom:2px solid #eee;display:block;text-shadow:1px 1px #fff}#maincontent .storylist{padding:0;margin:0;list-style-type:none}#maincontent .spotlight{position:relative}#maincontent .spotlight>a{display:block;line-height:0;border:2px solid rgba(167,206,229,0.6)}#maincontent .spotlight .spotlight_frame{background:url('images/cs_paperBorderBG.jpg');padding:1%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:inset 0 0 4px 0 #555;-webkit-box-shadow:inset 0 0 4px 0 #555;border:1px solid #eee}#maincontent .spotlight .storyWrapper{line-height:1;z-index:11}#maincontent .spotlight .storyWrapper .story{border:2px solid rgba(167,206,229,0.2);background:url('images/cs_paperBG.jpg');padding:5%}#maincontent .spotlight .storyWrapper .story .subTitle{color:#617d94;border-bottom-color:rgba(97,125,148,0.15);margin-bottom:.5em;text-align:center}#maincontent .spotlight .storyWrapper .story p{color:#535353;font-size:.9em;line-height:1.6em;margin-bottom:0}#maincontent .spotlight .storyWrapper.left{right:auto;left:1em}#maincontent .spotlight .storyWrapper.full{right:auto;top:auto;width:auto;position:relative}#maincontent .supporting_head{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);border-bottom:2px solid #a7cee5;color:#153345;text-transform:uppercase;padding:.5em;line-height:1;text-shadow:1px 1px #fff;position:relative}#maincontent .supporting_head.manilla{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);border-bottom:2px solid #e5dca7;color:#453e15}#maincontent dl{padding:1em 0}#maincontent dl dt{border-bottom:1px solid #eee;color:#767676;padding-bottom:.4em;margin-bottom:.6em;padding-left:.7em}#maincontent dl dd{display:none}#maincontent dl.explanations dt{border-bottom:0;padding:0;margin:0}#maincontent dl.explanations dd{display:block;border-bottom:1px solid #eee;padding-bottom:.4em;margin-bottom:.6em;padding-left:.7em;font-size:80%;color:#767676}#maincontent section{border-bottom:2px solid #eee;padding:0 0 1em 0;margin-top:2em}#maincontent section.list{padding:0;border-bottom:0}#maincontent section header p{margin-right:3em}#maincontent section .grid4.first{clear:both}#maincontent section h3{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);border-bottom:2px solid #a7cee5;color:#153345;text-transform:uppercase;padding:.5em;line-height:1;text-shadow:1px 1px #fff;position:relative}#maincontent #activities h3{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#e8f5e3 1%,#e8f5e3 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#e8f5e3 1%,#e8f5e3 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#e8f5e3 1%,#e8f5e3 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#e8f5e3 1%,#e8f5e3 2%);border-bottom:2px solid #6fbf4d;color:#000}#maincontent #activities h3:after{border-color:#6fbf4d #6fbf4d transparent transparent}#maincontent #services h2{border-color:#e5dca7}#maincontent #services h3{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);border-bottom:2px solid #e5dca7;color:#453e15}#maincontent #services h3:after{border-color:#e5dca7 #e5dca7 transparent transparent}#maincontent #services header ~ .grid3{width:31.4%}#maincontent #resource_myplan{margin:2em 0;display:inline-block;background:url('images/cs_paperBG.jpg');-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1em;text-shadow:-1px -1px 0 #fff}#maincontent #resource_myplan>a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:33%;float:left}#maincontent #resource_myplan>a img{box-shadow:2px 2px 5px #939393;-webkit-box-shadow:2px 2px 5px #939393}#maincontent #resource_myplan>.textContent{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:62%;margin-left:4%;float:left}#maincontent #resource_myplan>.textContent a{text-shadow:none}#maincontent .button{display:inline-block;background:#f6f7f7;color:#686c70;border:1px solid #ced1d2;padding:4px 14px;border-radius:1em 1em 1em 1em}#maincontent .button:hover{background:#b70302;color:#fff;border-color:#b70302}@media(min-width:320px){#activities .spotlight{display:none}}@media(min-width:480px){#maincontent .grid10{width:100%}#maincontent .grid8{width:66%}#maincontent .grid4{width:30%;clear:none!important}#maincontent #resource_college .grid4{width:48%}}@media(min-width:600px){#maincontent #featuredSpotlight{width:66%}#activities .spotlight{display:block;width:auto}#activities .spotlight img{width:100%}}@media(min-width:768px){#maincontent .grid10{width:82.6%}#maincontent .grid10 .grid5{width:48%}#maincontent .grid8{width:65.78%}#maincontent .grid4{width:31.62%}#maincontent #newsAndEvents{width:14.54%}#maincontent #featuredSpotlight{width:74.32%}#maincontent .two_cols{-webkit-column-count:2;-moz-column-count:2}#maincontent #newsAndEvents{float:right}#maincontent section figure{display:inline-block;margin-bottom:1em}#maincontent section .section_head{font-size:2.5em;color:#2d2d2d;font-weight:bold;text-transform:uppercase;padding-bottom:0;margin-bottom:.3em;border-bottom:2px solid #a7cee5}#maincontent #resource_college{clear:both}#maincontent .spotlight .storyWrapper{position:absolute;top:5%;right:1em;width:40%}}@media(min-width:1040px){#maincontent #featuredSpotlight{width:714px}#maincontent .grid10{width:796px}#maincontent .grid10 .grid5{width:386px}#maincontent .grid8{width:632px}#maincontent .grid4{width:304px}#maincontent #newsAndEvents{width:140px;margin-left:24px}} \ No newline at end of file diff --git a/current/currentstudents.less b/current/currentstudents.less new file mode 100644 index 0000000000000000000000000000000000000000..9905a30a062bbd9bbdfef246b90ba9e5f24ca5b4 --- /dev/null +++ b/current/currentstudents.less @@ -0,0 +1,519 @@ +/* +* +* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS! +* currentstudents.less +* +* --------------------------- +* Styles associated with the XYZ +* --------------------------- +*/ +@import "../template_less/_mixins/all.less"; + +.headingColorize(@color, @amount:10%) { + background-image:-ms-repeating-linear-gradient(45deg, transparent, transparent 1%, lighten(@color, @amount) 1%, lighten(@color, @amount) 2%); + background-image:-moz-repeating-linear-gradient(45deg, transparent, transparent 1%, lighten(@color, @amount) 1%, lighten(@color, @amount) 2%); + background-image:-webkit-repeating-linear-gradient(45deg, transparent, transparent 1%, lighten(@color, @amount) 1%, lighten(@color, @amount) 2%); + background-image:repeating-linear-gradient(45deg, transparent, transparent 1%, lighten(@color, @amount) 1%, lighten(@color, @amount) 2%); + border-bottom: 2px solid @color; + color: darken(@color, 60%); +} + +#maincontent { + + .snapshot { + + } + + .opening { + font-size: 1.4em; + line-height: 1.6em; + font-family: @serifFont; + color: lighten(@baseText, 10%); + } + + #newsAndEvents { + width: 100%; + margin-left: 0; + background: url('images/cs_paperBG.jpg'); + .box-sizing(border-box); + margin-top: 2em; + + .subTitle { + margin: 0; + background: #ac0302; + color: #fff; + text-shadow: none; + padding: 0.5em 0 0.6em 0; + text-align: center; + font-size: 1.2em; + } + + ul { + margin: 0; + margin-bottom: 1em; + padding: 0; + list-style-type: none; + + .date { + background: #666; + color: #eee; + text-shadow: -1px -1px 0 #777; + font-size: 0.8em; + padding: 0.4em; + .border-radius(2px); + } + + ul { + margin: 0.5em 0 0.5em 0.5em; + + li { + border-bottom: 1px solid #fff; + padding: 0.4em 0; + font-size: 0.8em; + + time { + text-transform: uppercase; + font-size: 0.6em; + display: block; + color: lighten(@baseText, 10%); + line-height: 1; + } + } + } + } + + #newsList { + + a { + display: block; + text-align: center; + border-bottom: 1px solid #fff; + padding: 0.4em; + + &:hover { + background: rgba(0,0,0,0.06); + } + } + + img { + line-height: 0; + border: 2px solid #fbfbfb; + margin: 0.5em 0; + .box-shadow(0, 0, 2px, #bbb); + } + + .newsTitle { + padding: 0.5em 0; + color: @baseText; + font-weight: bold; + font-family: @impactFont; + line-height: 1.1em; + display: block; + text-align: left; + } + } + } + .dl { + margin: 0; + margin-top: 1.2em; + padding: 0; + list-style-type: none; + + li { + border-bottom: 1px solid #eee; + padding-bottom: 0.4em; + margin-bottom: 0.6em; + padding-left: 0.7em; + } + } + + .subTitle { + font-family: @impactFont; + font-size: 1.3em; + text-transform: uppercase; + font-weight: bold; + border-bottom: 2px solid #eee; + display: block; + text-shadow: 1px 1px #fff; + } + + .storylist { + padding: 0; + margin: 0; + list-style-type: none; + } + + .spotlight { + position: relative; + + > a { + display: block; + line-height: 0; + border: 2px solid fade(@colorTriad, 60%); + } + + .spotlight_frame { + background: url('images/cs_paperBorderBG.jpg'); + padding: 1%; + .box-sizing(border-box); + .box-shadow(inset, 0px, 0px, 4px, 0px, #555); + //.box-shadow(0px, 0px, 4px, #555); + border: 1px solid #eee; + } + + .storyWrapper { + line-height: 1; + z-index: 11; + + .story { + border: 2px solid fade(@colorTriad, 20%); + background: url('images/cs_paperBG.jpg'); + padding: 5%; + + .subTitle { + color: #617d94; + border-bottom-color: fade(#617d94, 15%); + margin-bottom: 0.5em; + text-align: center; + } + + p { + color: @baseText; + font-size: 0.9em; + line-height: 1.6em; + margin-bottom: 0; + } + } + &.left{ + right: auto; + left: 1em; + } + &.full{ + right: auto; + top: auto; + width: auto; + position: relative; + } + } + } + .supporting_head { + .headingColorize(@colorTriad, 18%); + text-transform: uppercase; + padding: 0.5em; + line-height: 1; + text-shadow: 1px 1px #fff; + position: relative; + + &.manilla { + .headingColorize(@colorManilla, 15%); + } + + } + dl { + padding: 1em 0; + + dt { + border-bottom: 1px solid #eee; + .baseText(#767676); + padding-bottom: 0.4em; + margin-bottom: 0.6em; + padding-left: 0.7em; + } + + dd { + display: none; + } + + &.explanations { + + dt { + border-bottom: none; + padding: 0; + margin: 0; + } + + dd { + display: block; + border-bottom: 1px solid #eee; + padding-bottom: 0.4em; + margin-bottom: 0.6em; + padding-left: 0.7em; + font-size: 80%; + .baseText(#767676); + } + } + } + + section { + border-bottom: 2px solid #eee; + padding: 0 0 1em 0; + margin-top: 2em; + + &.list { + padding: 0; + border-bottom: none; + } + + header { + p { + margin-right: 3em; + } + } + .grid4.first { + clear: both; + } + + h3 { + .headingColorize(@colorTriad, 18%); + text-transform: uppercase; + padding: 0.5em; + line-height: 1; + text-shadow: 1px 1px #fff; + position: relative; + + } + } + + #activities { + + + h3 { + .headingColorize(@colorComplementary, 40%); + &:after { + border-color: @colorComplementary @colorComplementary transparent transparent; + } + } + } + + #services { + h2 { + border-color: @colorManilla; + } + + h3 { + .headingColorize(@colorManilla, 15%); + &:after { + border-color: @colorManilla @colorManilla transparent transparent; + } + } + + header ~ .grid3 { + width: 31.4%; + } + } + + #resource_myplan { + margin: 2em 0; + display: inline-block; + background: url('images/cs_paperBG.jpg'); + .box-sizing(border-box); + padding: 1em; + text-shadow: -1px -1px 0 #fff; + + > a { + .box-sizing(border-box); + width: 33%; + float: left; + + img { + .box-shadow(2px, 2px, 5px, lighten(@baseText, 25%)); + } + } + + > .textContent { + .box-sizing(border-box); + width: 62%; + margin-left: 4%; + float: left; + + a { + text-shadow: none; + } + } + + } + + .button { + display: inline-block; + background: #F6F7F7; + color: #686c70; + border: 1px solid #CED1D2; + padding: 4px 14px; + .border-radius(1em); + + &:hover { + background: @colorPrimary; + color: #fff; + border-color: @colorPrimary; + } + } +} + +@media (min-width: 320px) { + #activities { + + .spotlight { //hide in smaller screens + display: none; + } + } +} +@media (min-width: 480px) { + #maincontent { + + .grid10 { + width: 100%; + } + + .grid8 { + width: 66%; + } + + .grid4 { + width: 30%; + clear: none !important; + } + + #resource_college { + + .grid4 { + width: 48%; + } + } + } +} +@media (min-width: 600px) { + #maincontent { + + .assert { + + ul { + } + } + + #featuredSpotlight { + width: 66%; + } + + } + #activities { + + .spotlight { //hide in smaller screens + display: block; + width: auto; + + img { + width: 100%; + } + } + } + +} +@media (min-width: 768px) { + + #maincontent { + + .grid10 { + width: 82.6%; + + .grid5 { + width: 48%; + } + } + + .grid8 { + width: 65.78%; + } + + .grid4 { + width: 31.62%; + } + + #newsAndEvents { + width: 14.54%; + } + + #featuredSpotlight { + width: 74.32%; + } + + .two_cols { + -webkit-column-count: 2; + -moz-column-count: 2; + } + + #newsAndEvents { + float: right; + } + + .assert { + + ul { + + } + } + + section { + + figure { + display: inline-block; + margin-bottom: 1em; + } + .section_head { + font-size: 2.5em; + color: darken(@baseText, 15%); + font-weight: bold; + text-transform: uppercase; + padding-bottom: 0em; + margin-bottom: 0.3em; + border-bottom: 2px solid @colorTriad; + } + } + + #resource_college { + clear: both; + } + + .spotlight { + + .storyWrapper { + position: absolute; + top: 5%; + right: 1em; + width: 40%; + } + } + } +} +@media (min-width: 960px) { + +} +@media (min-width: 1040px) { + + #maincontent { + + #featuredSpotlight { + width: 714px; + } + + .grid10 { + width:796px; + + .grid5 { + width: 386px; + } + } + + .grid8 { + width: 632px; + } + + .grid4 { + width: 304px; + } + + #newsAndEvents { + width: 140px; + margin-left: 24px; + } + } +} \ No newline at end of file diff --git a/current/images/20110425_ag.jpg b/current/images/20110425_ag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..499e7ff8582a238bd6162e0da40d13f047525884 Binary files /dev/null and b/current/images/20110425_ag.jpg differ diff --git a/current/images/20110425_ag.jpg.LCK b/current/images/20110425_ag.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/current/images/20110425_ag.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/current/images/20110607_cw.jpg b/current/images/20110607_cw.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8ed3c4f43cd9a7be85b7c3ef645093200a181b9 Binary files /dev/null and b/current/images/20110607_cw.jpg differ diff --git a/current/images/20110607_cw.jpg.LCK b/current/images/20110607_cw.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/current/images/20110607_cw.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/current/images/7073.jpg b/current/images/7073.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17764f1c0b85e0c44cbb6e4918be7ee4bbd2a4e0 Binary files /dev/null and b/current/images/7073.jpg differ diff --git a/current/images/7074.jpg b/current/images/7074.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d886e542fd927eb31729652f7f3b0874321e0f4a Binary files /dev/null and b/current/images/7074.jpg differ diff --git a/current/images/7075.jpg b/current/images/7075.jpg new file mode 100644 index 0000000000000000000000000000000000000000..582f917ba8d10b42158470fc5fcb855713cc1a79 Binary files /dev/null and b/current/images/7075.jpg differ diff --git a/current/images/7078.jpg b/current/images/7078.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae4aa2e6c24687ccb58d012c85bc81c11d9c79ab Binary files /dev/null and b/current/images/7078.jpg differ diff --git a/current/images/cs_paperBG.jpg b/current/images/cs_paperBG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f683ba89807fc7e04d9060b5dfef23feaf13bf22 Binary files /dev/null and b/current/images/cs_paperBG.jpg differ diff --git a/current/images/cs_paperBorderBG.jpg b/current/images/cs_paperBorderBG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9686bf2360a61de864120855ca511a54bb0310ba Binary files /dev/null and b/current/images/cs_paperBorderBG.jpg differ diff --git a/current/images/cs_storyActivity.jpg b/current/images/cs_storyActivity.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba8737ce88e2a7acb9fe2f422f1eaf30e8ab5648 Binary files /dev/null and b/current/images/cs_storyActivity.jpg differ diff --git a/current/images/index.jpg b/current/images/index.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70ef7c658e267f7ab1b66670f5099dae23f5260a Binary files /dev/null and b/current/images/index.jpg differ diff --git a/current/images/index.jpg.LCK b/current/images/index.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/current/images/index.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/current/images/main_current.jpg b/current/images/main_current.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bae1ddd6e051e34c4372a2b5c1af9560c73cde2e Binary files /dev/null and b/current/images/main_current.jpg differ diff --git a/current/images/myplan.jpg b/current/images/myplan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..558d169d4c2186632fc1abf48d056094e8916e9d Binary files /dev/null and b/current/images/myplan.jpg differ diff --git a/current/images/red_tag.png b/current/images/red_tag.png new file mode 100644 index 0000000000000000000000000000000000000000..994867727434a283847f64ec953a81bef2cd4e58 Binary files /dev/null and b/current/images/red_tag.png differ diff --git a/current/images/thumb_chem.jpg b/current/images/thumb_chem.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee7f324cfc406c85415af07d47e3249e39cdddae Binary files /dev/null and b/current/images/thumb_chem.jpg differ diff --git a/current/images/thumb_cse.jpg b/current/images/thumb_cse.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3001d87dfcbdd1eb3b39b1cef3764bb63cef6a9 Binary files /dev/null and b/current/images/thumb_cse.jpg differ diff --git a/current/images/thumb_dgs.jpg b/current/images/thumb_dgs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f03df451cf3cd95564b9369b2de8304358a76ea Binary files /dev/null and b/current/images/thumb_dgs.jpg differ diff --git a/current/images/thumb_law.jpg b/current/images/thumb_law.jpg new file mode 100644 index 0000000000000000000000000000000000000000..452b8ee45a0efc87c540001a33ea8d960f9e9e30 Binary files /dev/null and b/current/images/thumb_law.jpg differ diff --git a/current/images/thumb_math.jpg b/current/images/thumb_math.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ed1bdef4de3b2aa35768ff5ffa40f8b33ec6bea Binary files /dev/null and b/current/images/thumb_math.jpg differ diff --git a/current/images/thumb_oasis.jpg b/current/images/thumb_oasis.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3bf0530d4eade10008de57adc3da4864790b42d8 Binary files /dev/null and b/current/images/thumb_oasis.jpg differ diff --git a/current/images/thumb_sss.jpg b/current/images/thumb_sss.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4581ca55303cc4f5a71bb751d260366d087d927b Binary files /dev/null and b/current/images/thumb_sss.jpg differ diff --git a/current/images/thumb_write.jpg b/current/images/thumb_write.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21a737bcbbf802bb8b8c18b5b36faad1da2c8873 Binary files /dev/null and b/current/images/thumb_write.jpg differ diff --git a/current/images/tutoring.jpg b/current/images/tutoring.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d1bbc2937e497e0e7d7c92f464c14f1b07f27ad Binary files /dev/null and b/current/images/tutoring.jpg differ diff --git a/current/images/tutoring.png b/current/images/tutoring.png new file mode 100644 index 0000000000000000000000000000000000000000..023e5fe06f2beba3f4fa4ac00475eb4260c2ef33 Binary files /dev/null and b/current/images/tutoring.png differ diff --git a/current/index.shtml b/current/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..2890b5c78bb5828fa530afe3aa89ff4d85e29b02 --- /dev/null +++ b/current/index.shtml @@ -0,0 +1,373 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html lang="en"><!--<![endif]--> +<!-- InstanceBegin template="/Templates/debug.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id$ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Resources for Current Students | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- Place optional header elements here --> +<link rel="stylesheet" href="currentstudents.css" /> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed debug" --> +</head> +<body class="fixed debug"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper" class="nav_unpinned nav_expanded"> + <header id="header" role="banner"> + <a href="http://www.unl.edu/" title="UNL website" id="logo"> + </a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <!-- InstanceBeginEditable name="titlegraphic" --> + <span id="wdn_site_title">Resources for Current Students</span> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Current Students</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle" class="hidden"> + <!-- InstanceBeginEditable name="pagetitle" --> + <h1>Resources for Current Students</h1> + <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="snapshot grid3 first"> + <!--#include virtual="top_resources.html" --> + </div> + <div class="grid9" id="featuredSpotlight"> + <figure class="spotlight" id="successStory"> + <a href="#"> + <img src="images/7075.jpg" alt="" /> + <div class="storyWrapper spotlight_frame"> + <div class="story"> + <span class="subTitle">Graduating in four years</span> + <p>Senior marketing major and economics minor, Sarah Wilson, proves that graduating in four years is a goal that is very much attainable, even with a study abroad experience. </p> + </div> + </div> + </a> + </figure> + </div> + <section id="academics" class="grid10 first"> + <h2 class="section_head">Academic Support</h2> + <div class="grid5 first" style="clear: both;"> + <h3>Opportunities</h3> + <dl class="two_cols"> + <dt><a href="advising/">Academic Advising</a></dt> + <dd>Connect with an Advisor</dd> + <dt><a href="tutoring/">Tutoring, Mentoring, and Consulting Services</a></dt> + <dd>Peer-tutoring and other resources are available for you at UNL</dd> + <dt><a href="http://www.unl.edu/ucare">Undergraduate Research</a></dt> + <dd>Take on a Summer Research Program</dd> + <dt><a href="http://www.unl.edu/careers/">Career Exploration and Services</a></dt> + <dd>Put your skills to work</dd> + <dt><a href="http://educationabroad.unl.edu/">Education Abroad</a></dt> + <dd>Study around the world</dd> + <dt><a href="http://honors.unl.edu/">Honors Program</a></dt> + <dd>Strive for academic excellence</dd> + <dt><a href="http://transfer2.unl.edu/">Transfer Student Services</a></dt> + <dd>Coming from another college or university?</dd> + <dt><a href="http://www.unl.edu/fellowships/home">Nationally Competitive Scholarships</a></dt> + <dd>Join the Fellowship</dd> + <dt><a href="http://admissions.unl.edu/discover/academics/service-learning.aspx">Service Learning</a></dt> + <dd>Learn while helping out</dd> + <dt><a href="http://www.unl.edu/learncom/">Learning Communities</a></dt> + <dd>Know what you're learning</dd> + <dt><a href="http://www.unl.edu/gradstudies/">Graduate Studies</a></dt> + <dd>Connect with an Advisor</dd> + </dl> + </div> + <div class="grid5"> + <h3>Resources</h3> + <dl class="two_cols"> + <dt><a href="http://myred.unl.edu/">MyRed</a></dt> + <dd>Login to your MyRed Student Portal</dd> + <dt><a href="http://my.unl.edu/">MyUNL</a></dt> + <dd>Access your MyUNL BlackBoard account</dd> + <dt><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml">Academic Calendar</a></dt> + <dd>Check what is happening on campus</dd> + <dt><a href="https://myred.nebraska.edu/psp/myred/NBL/HRMS/c/COMMUNITY_ACCESS.CLASS_SEARCH.GBL?INSTITUTION=NEUNL">Schedule of Classes</a></dt> + <dd>Online searchable database of UNL class offerings</dd> + <dt><a href="http://bulletin.unl.edu/undergraduate/">Undergraduate Bulletin</a></dt> + <dd>Browse the undergraduate bulletin online</dd> + <dt><a href="http://bulletin.unl.edu/">Graduate Bulletin</a></dt> + <dd>Browse the graduate bulletin online</dd> + <dt><a href="http://www.unl.edu/regrec/ordering-transcripts">Transcripts</a></dt> + <dd>Order your transcript</dd> + <dt><a href="http://cba.unl.edu/students/current/selfhelp/gpacalc.aspx">GPA Calculator</a></dt> + <dd>What's your GPA?</dd> + <dt><a href="http://libraries.unl.edu/">Libraries</a></dt> + <dd>Catalogs, resources, services and information from University Libraries</dd> + <dt><a href="http://www.unebraska.bkstr.com/">UNL Bookstore</a></dt> + <dd>Hours, policies, online orders</dd> + <dt><a href="http://stuafs.unl.edu/ja/code/">Code of Conduct</a></dt> + <dd>University student's code of conduct</dd> + <dt><a href="http://asun.unl.edu/">Student Government (ASUN)</a></dt> + <dd>Association of Students of the University of Nebraska–Lincoln</dd> + </dl> + </div> + </section> + <div id="newsAndEvents" class="grid2"> + <span class="subTitle">Latest Student News</span> + <a href="http://newsroom.unl.edu/announce/nextatnebraska/">Next@Nebraska is your source for the latest student news.</a> + </div> + <section id="activities" class="grid10 first"> + <figure class="spotlight grid5 first"> + <a href="http://involved.unl.edu/fashions-night-out"> + <img src="images/cs_storyActivity.jpg" alt="Students at Big Red Welcome" /> + <div class="storyWrapper spotlight_frame full"> + <div class="story"> + <span class="subTitle">Fashion's Night Out</span> + <p>Fashion’s Night Out will take place September 6, 2012 in the Nebraska Union Centennial Room. Admission is free for all UNL students.</p> + </div> + </div> + </a> + </figure> + <div class="grid5"> + <h3>Activities</h3> + <dl> + <dt><a href="http://involved.unl.edu/">Student Organizations</a></dt> + <dd>Get invloved</dd> + <dt><a href="http://www.unl.edu/greek/">Greek Affairs</a></dt> + <dd>Experience the Greek Life</dd> + <dt><a href="http://crec.unl.edu/im/index.shtml">Intramurals</a></dt> + <dd>Intramurals, fitness classes, outdoor recreation, sport clubs, massage therapy</dd> + <dt><a href="http://engage.unl.edu/home">Volunteer Opportunities</a></dt> + <dd>Help out the community at UNL</dd> + <dt><a href="http://events.unl.edu/OASIS/">Jackie Gaughn Multicultural Center Events</a></dt> + <dd>Help out the community at UNL</dd> + <dt><a href="http://www.liedcenter.org">Lied Center for Performing Arts</a></dt> + <dd>Fine arts performances, theater productions, dance and popular music. Covers event schedules and box office information.</dd> + <dt><a href="http://theross.org/">Mary Riepma Ross Media Arts Center</a></dt> + <dd>Local theatre</dd> + <dt><a href="http://www.dailynebraskan.com/">Daily Nebraskan</a></dt> + <dd>Student newspaper of UNL</dd> + </dl> + </div> + </section> + <section id="services" class="grid10 first"> + <h2 class="section_head">Services & Resources</h2> + <div class="grid5 first" style="clear: both;"> + <h3>Around Campus</h3> + <dl> + <dt><a href="http://maps.unl.edu/">Campus Maps</a></dt> + <dd>Campus maps for the University of Nebraska-Lincoln (high bandwidth) and downloadable PDF maps</dd> + <dt><a href="http://www.unl.edu/ucomm/depts/">Colleges, Departments & Programs</a></dt> + <dd>Colleges, Departments & Programs</dd> + <dt><a href="http://www.unl.edu/ucomm/admin/">Campus Offices & Administrative Units</a></dt> + <dd>Campus Offices & Administrative Units</dd> + <dt><a href="http://parking.unl.edu/">Parking & Transit Services</a></dt> + <dd>UNL Parking & Transit Services</dd> + <dt><a href="http://housing.unl.edu/">UNL Housing</a>, <a href="http://housing.unl.edu/dining/">Dining Menu</a></dt> + <dd>UNL Housing</dd> + </dl> + <h3>Safety & Emergency</h3> + <dl> + <dt><a href="http://police.unl.edu/">UNL Police</a></dt> + <dd>Phone numbers, homeland security, Clery Act, crimes, employment, feedback, lost & found</dd> + <dt><a href="http://emergency.unl.edu/">Emergency Planning & Preparedness</a></dt> + <dd>Emergency alerts on campus</dd> + <dt><a href="http://ncard.unl.edu/">NCard</a></dt> + <dd>NCard</dd> + </dl> + <h3>Health & Wellness</h3> + <dl> + <dt><a href="http://health.unl.edu/">University Health Center</a></dt> + <dd>Hours, services, programs, fees/billing/insurance, news</dd> + <dt><a href="http://crec.unl.edu">Campus Recreation</a></dt> + <dd>Intramurals, fitness classes, outdoor recreation, sport clubs, massage therapy</dd> + <dt><a href="http://health.unl.edu/caps/">Counseling and Psychological Services</a></dt> + <dd>Counseling and Psychological Services</dd> + </dl> + </div> + <div class="grid5"> + <h3>Financial Resources</h3> + <dl> + <dt><a href="http://www.unl.edu/scholfa/">Scholarships & Financial Aid</a></dt> + <dd>Entrance counseling, hope scholarships, tax credits, application deadlines</dd> + <dt><a href="http://stuaccts.unl.edu/">Student Accounts</a></dt> + <dd>Tuition & fees, payments & deadlines, billing info</dd> + <dt><a href="http://www.unl.edu/smmc/">Money Management Center</a></dt> + <dd>Tuition & fees, payments & deadlines, billing info</dd> + <dt><a href="http://www.unl.edu/careers/hhl/">Student Employment & Internships (Husker Hire Link)</a></dt> + <dd>Student employment opportunities</dd> + </dl> + <h3>Personal Resources</h3> + <dl> + <dt><a href="http://www.unl.edu/ssd/">Services for Students with Disabilities</a></dt> + <dd>Services, advocacy, housing, care, campus recreation, parking, summer transition program</dd> + <dt><a href="http://www.unl.edu/asun/sls/">Student Legal Services</a></dt> + <dd>Free legal counsel for any currently enrolled UNL student</dd> + <dt><a href="http://www.unl.edu/regrec/veterans-resources">Veteran Services</a></dt> + <dd>Veteran Services</dd> + <dt><a href="http://childcare.unl.edu">Childcare Center</a></dt> + <dd>UNL Childcare Center</dd> + <dt><a href="http://isso.unl.edu/">International Student and Scholar Services</a></dt> + <dd>Help with your visa</dd> + </dl> + <h3>Technical Support</h3> + <dl> + <dt><a href="http://huskers.unl.edu/">Student E-mail</a></dt> + <dd>Claim your @huskers.unl.edu email</dd> + <dt><a href="http://www.unl.edu/helpcenter/">Computer Help Desk</a></dt> + <dd>Get support on your computing needs</dd> + <dt><a href="http://printing.unl.edu/">Printing & Copy Services</a></dt> + <dd>Printing and Copy Service</dd> + <dt><a href="http://marketplace.unl.edu/computershop/">Computer Shop</a></dt> + <dd>Buy products from the UNL Computer Shop</dd> + </dl> + </div> + </section> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> + <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> + <script type="text/javascript"> + WDN.jQuery('document').ready(function() { + var title, list_item, uri, value, file_uri, file_value; + var display_amount = 6; + var i = 0; + function objectSize(obj) { + var size = 0, key; + for (key in obj) { + if (obj.hasOwnProperty(key)) size++; + } + return size; + }; + // For the student news stories from next@nebraska + WDN.jQuery.getJSON('http://newsroom.unl.edu/announce/nextatnebraska/latest?format=json', + function(data) { + var size = 0, key; + for (key in data.stories) { + if (data.stories.hasOwnProperty(key)) size++; + } + if (objectSize(data.stories) > 0) { + WDN.jQuery("#newsAndEvents a").remove(); + WDN.jQuery("#newsAndEvents").append('<ul id="newsList" />'); + WDN.jQuery.each( + data.stories, + function(uri, value) { + if (i < display_amount && value['id'] != '1604') { //1604 is an ad (http://newsroom.unl.edu/announce/stories/1604) + title = value['title']; + WDN.log(value['files']); + if (objectSize(value['files']) > 0){ + WDN.jQuery.each( + value['files'], + function(file_uri, file_value) { + if (file_value['use_for'] == "thumbnail") { + list_item = '<li><a href="' + uri + '"><img src="'+file_uri+'" alt="" /><span class="newsTitle">'+ title +'</span></a></li>'; + } + } + ); + } else { + list_item = '<li><a href="' + uri + '"><span class="newsTitle">'+ title +'</span></a></li>'; + } + WDN.jQuery('#newsList').append(list_item); + i++; + }; + } + ); + }; + } + ); + // For the larger, student success story + WDN.jQuery.getJSON('http://newsroom.unl.edu/announce/success/latest?format=json', + function(data) { + WDN.jQuery('#successStory').hide(); + function pickRandomStory(obj) { + var result; + var count = 0; + for (var prop in obj) + if (Math.random() < 1/++count) + result = prop; + return result; + } + var url = pickRandomStory(data.stories); + var story = data.stories[url]; + + WDN.jQuery('#successStory a').attr('href', 'http://newsroom.unl.edu/announce/stories/' + story.id); + WDN.jQuery('#successStory img').attr({'src':'images/' + story.id + '.jpg', 'alt':story.description}); + WDN.jQuery('#successStory .subTitle').text(story.title); + WDN.jQuery('#successStory p').text(story.description); + WDN.jQuery('#successStory').show(); + } + ); + }); + </script> +</body> +<!-- InstanceEnd --> +</html> \ No newline at end of file diff --git a/current/index_old.shtml b/current/index_old.shtml new file mode 100644 index 0000000000000000000000000000000000000000..2665a42041bfadfd2b1cd44d104a6ff78291befd --- /dev/null +++ b/current/index_old.shtml @@ -0,0 +1,242 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Information for Current Students</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<meta name="description" content="Current student page for the University of Nebraska-Lincoln, containing links to online tools, registration and records, news, campus organizations and other resources." /> +<meta name="keywords" content="university of nebraska-lincoln unl current students graduate undergraduate registration and records tools news events student accounts organizations academics" /> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Resources for Current Students</li> + </ul> + + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Current Student</h1> + <h2>Making the Most of Your UNL Experience</h2> + <!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="three_col left"> + <img src="images/index.jpg" class="frame" alt="Current Students" /> + </div> + + + <div class="col right"> + + + <h4>Online Tools</h4> + <ul> + <li class="first"><a href="http://myred.unl.edu/" title="Go to the Student Information System portal, MyRed">MyRED</a></li> + <li><a href="http://my.unl.edu/" title="Blackboard login">My.UNL (Blackboard)</a></li> + <li><a href="https://myred.nebraska.edu/psp/myred/NBL/HRMS/c/COMMUNITY_ACCESS.CLASS_SEARCH.GBL?INSTITUTION=NEUNL" title="Schedule of classes">Schedule of Classes</a></li> + <li><a href="http://bulletin.unl.edu/undergraduate/" title="Requirements and courses of study for undergraduate students at UNL">Undergraduate Bulletin</a></li> + <li><a href="http://bulletin.unl.edu/" title="Requirements and courses offered for graduate study at UNL">Graduate Bulletin</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml" title="Academic calendar at UNL">Academic Calendar</a></li> + <li><a href="http://huskers.unl.edu/mail/" title="Student Email service - huskers.unl.edu">UNL Student Email</a></li> + <li><a href="http://peoplefinder.unl.edu/" title="Office addresses, phone numbers, e-mail">Faculty/Staff Directory</a></li> + <li><a href="http://peoplefinder.unl.edu/" title="Majors, local/permanent mailing addresses">Student Directory</a> </li> + <li><a href="http://maps.unl.edu/" title="Campus maps of the University of Nebraska-Lincoln and downloadable PDF maps">Campus Maps</a></li> + <li><a href="http://www.unl.edu/regrec/acadserv/AcademicServicesHandbook.pdf" title="Download the Academic Handbook in a PDF format">Academic Handbook</a></li> + </ul> + + <h4><a href="http://www.unl.edu/regrec/" title="Transcripts, NRoll, final exam schedule, graduation, calendar, academic services">Registration and Records</a></h4> + <ul> + <li><a href="http://www.unl.edu/regrec/grades/transcripts.shtml">Transcripts</a></li> + <li><a title="Online searchable database of UNL class offerings" href="https://myred.nebraska.edu/psp/myred/NBL/HRMS/c/COMMUNITY_ACCESS.CLASS_SEARCH.GBL?INSTITUTION=NEUNL">Schedule of Classes</a></li> + </ul> + + <h4>News & Events</h4> + <ul> + <li class="first"><a href="http://www.unl.edu/ucomm/unltoday/" title="Your source for daily UNL news online">UNL Today</a></li> + <li><a href="http://events.unl.edu/" title="Calendar of Events">Calendar of Events</a></li> + <li><a href="http://www.dailynebraskan.com/" title="Student newspaper of UNL">Daily Nebraskan</a></li> + <li><a href="http://newsroom.unl.edu/announce/nextatnebraska/" title="University Announcements for Students">Next@Nebraska</a></li> + <li><a href="http://www.newsnetnebraska.org/" title="The official online site for the University of Nebraska College of Journalism and Mass Communications">News Net Nebraska</a></li> + </ul> + + </div> + + <div class="two_col left"> + <div class="col left"> + <h4>Academics</h4> + <ul> + <li><a href="http://www.unl.edu/gradstudies/">Graduate Studies</a></li> + <li><a href="http://online.unl.edu/" title="Independent study high school/college/noncredit courses, graduate distance degrees">Extended Education and Outreach</a></li> + <li><a href="http://directory.unl.edu/departments/academic">Colleges & Departments</a></li> + <li><a href="http://bulletin.unl.edu/undergraduate/" title="Requirements and courses of study for undergraduate students at UNL">Undergraduate Bulletin</a></li> + <li><a href="http://bulletin.unl.edu/" title="Requirements and courses offered for graduate study at UNL">Graduate Bulletin</a></li> + <li><a href="http://www.unl.edu/svcaa/" title="Academic Affairs">Academic Affairs</a></li> + <li><a href="http://www.unl.edu/iaffairs/" title="Study abroad, international student/scholar services, student/faculty opportunities">International Affairs</a></li> + <li><a href="http://honors.unl.edu/" title="Admission, benefits, requirements, student life, organizations, calendar, courses">Honors Program</a></li> + <li><a href="http://raikes.unl.edu/" title="Undergraduate program, M.B.A., design studio, residential center">Jeffrey S. Raikes School of Computer Science and Management</a></li> + <li><a href="http://www.unl.edu/learncom/" title="Choosing a community, courses, costs">Learning Communities</a></li> + <li><a href="http://www.unl.edu/ucare/">UCARE</a></li> + <li><a href="http://www.unl.edu/summer/" title="Calendar, class schedule, tuition, arts, independent/off-campus courses, NUStart">Summer Sessions</a></li> + <li><a href="http://www.unl.edu/oasis/" title="Office of Academic Success and Intercultural Services">OASIS</a></li> + </ul> + + + + </div> + <div class="col right"> + <h4>Campus Organizations</h4> + <ul> + <li class="first"><a href="http://si.unl.edu/" title="Student Involvment">Student Involvement</a></li> + <li><a href="http://www.unl.edu/asun/" title="ASUN Student Government">ASUN - Student Government</a></li> + <li><a href="http://www.unl.edu/upc/" title="University Program Council">University Program Council</a></li> + <li><a href="http://www.unl.edu/greek/" title="Greek Affairs">Greek Affairs</a></li> + <li><a href="http://rha.unl.edu/" title="Residence Hall Association">Residence Hall Association</a></li> + <li><a href="http://www.unl.edu/acrew/" title="representatives of various campus religious groups">Campus Ministry (ACReW)</a></li> + </ul> + + + <div class="wdn_randomizer"> + <div><a href="http://marketplace.unl.edu/computershop/" title="Buy products from the UNL Computer Shop" style="display:block;"><img src="/ucomm/splash/promo_compshop.jpg" alt="go to the UNL Computer Shop" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/computershop/" title="Buy products from the UNL Computer Shop" style="display:block;">Buy Computer Shop products online</a></p></div> + <div><a href="http://marketplace.unl.edu/dairystore/" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;"><img src="/ucomm/splash/promo_dairystore.jpg" alt="go to the UNL Dairy Store" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/dairystore/" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;">Give a gift of cheese.</a></p></div> +</div> +<script type="text/javascript"> +WDN.initializePlugin('randomizer'); +</script> + + <h4>Reserve Officers Training Corps:</h4> + <ul> + <li><a href="http://www.unl.edu/afrotc/" title="Overview, scholarships, staff, alumni">Air Force</a></li> + <li><a href="http://www.unl.edu/armyrotc/" title="Overview, scholarships, military science, training, cadet battalion, alumni">Army</a></li> + <li><a href="http://www.unl.edu/nrotc/" title="Navy/Marines: overview, scholarships, instructors, competitive teams, alumni">Navy</a></li> + </ul> + + + + + </div> + </div> + + <div style="background-color:#eee; border:1px dashed #CCC; padding:4px;" class="two_col right"> + <div class="col left"> + <h4>UNL Resources</h4> + <ul style="border-bottom:1px #CCC solid;margin-bottom:8px;"> + <li><a href="http://libraries.unl.edu/" title="Catalogs, resources, services and information from University Libraries">Libraries</a></li> + <li><a href="http://ncard.unl.edu/" title="Ncard office">Ncard</a></li> + <li><a href="http://www.unebraska.bkstr.com/" title="Hours, policies, online orders">University Bookstore</a></li> + <li><a href="http://shop.unl.edu/">Computer Shop</a></li> + <li><a href="http://is.unl.edu/" title="Networking/operations, information technology support, telecommunications, information systems">Information Services</a></li> + <li><a href="http://designcenter.unl.edu/" title="Printing services, multimedia supplies, computer labs">Instructional Design Center</a></li> + <li><a href="http://printing.unl.edu/" title="Project consulting, printing, copying, pickup/delivery">Printing Services/Copy Services</a></li> + </ul> + <ul style="border-bottom:1px #CCC solid;margin-bottom:8px;"> + <li><a href="http://www.unl.edu/equity/" title="Discrimination/harassment policies, gender/race equity goals, diversity plan">Equity, Access and Diversity Programs</a></li> + <li><a href="http://www.unl.edu/ssd/" title="Services, advocacy, housing, care, campus recreation, parking, summer transition program">Services for Students with Disabilities</a></li> + <li><a href="http://www.unl.edu/trioprog/sss/" title="TRIO programs, jobs, mentoring, scholarships.">Student Support Services/TRIO Programs</a> </li> + <li><a href="http://www.unl.edu/writing/" title="Serves students, faculty, and staff across the University - Sponsored by the English Department">Writing Assistance Center</a> </li> + </ul> + <ul style="margin-bottom:8px;"> + <li><a href="http://www.unl.edu/neunion/" title="Nebraska Unions">Nebraska Unions</a></li> + <li><a href="http://housing.unl.edu/" title="Residence halls, dining services, computers/internet, family housing, contract info">Housing</a></li> + <li><a href="http://asun.unl.edu/index.php?option=com_content&task=view&id=16&Itemid=19" title="Find a place to live, find a roomate, check out off-campus housing">Off-Campus Housing</a></li> + <li><a href="http://parking.unl.edu/" title="Maps, permits, violations, appeals, UNL shuttle">Parking and Transit Services</a> / <a href="http://parking.unl.edu/transit/">Bus Pass</a></li> + <li><a href="http://asun.unl.edu/index.php?option=com_content&task=view&id=13&Itemid=16" title="ASUN offers UNL students a safe ride home, available from 7pm to 7am, 7 days a week">NU On Wheels</a></li> + </ul> + </div> + + <div class="col right" style="margin-top:24px;"> + <ul style="border-bottom:1px #CCC solid;margin-bottom:8px;"> + <li><a href="http://crec.unl.edu/" title="Intramurals, fitness classes, outdoor recreation, sport clubs, massage therapy">Campus Recreation</a></li> + <li><a href="http://health.unl.edu/" title="Hours, services, programs, fees/billing/insurance, news">University Health Center</a> </li> + <li><a href="http://health.unl.edu/caps/" title="Counseling and therapeutic psychological services for UNL students">Counseling and Psychological Services</a></li> + </ul> + <ul style="border-bottom:1px #CCC solid;margin-bottom:8px;"> + <li><a href="http://stuaccts.unl.edu/" title="Tuition & fees, payments & deadlines, billing info">Student Accounts</a></li> + <li><a href="http://www.unl.edu/scholfa/" title="WAM!, entrance counseling, hope scholarships, tax credits, application deadlines">Scholarships and Financial Aid</a></li> + <li><a href="http://www.unl.edu/careers/" title="Job listings, career exploration, internships, grad school info">Career Services/Student Employment and Internships/Husker Hire Link</a></li> + <li><a href="http://www.unl.edu/smmc/" title="UNL Student Money Management Center">UNL Student Money Management Center</a></li> + </ul> + <ul style="border-bottom:1px #CCC solid;margin-bottom:8px;"> + <li><a href="http://emergency.unl.edu/" title="UNL's Emergency information">Emergency Planning and Preparedness</a></li> + </ul> + <ul> + <li><a href="http://stuafs.unl.edu/">Student Affairs</a></li> + <li><a href="http://www.unl.edu/asun/sls/" title="Free legal counsel for any currently enrolled UNL student">Student Legal Services</a></li> + <li><a href="http://police.unl.edu/" title="Phone numbers, homeland security, Clery Act, crimes, employment, feedback, lost & found">University Police</a></li> + + </ul> + </div> + + </div> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/current/top_resources.html b/current/top_resources.html new file mode 100644 index 0000000000000000000000000000000000000000..6519a190f27afc371982e46ee3c24ab3b9161fe6 --- /dev/null +++ b/current/top_resources.html @@ -0,0 +1,14 @@ +<span class="subTitle">Top Student Resources</span> +<ul class="dl"> + <li><a href="http://myred.unl.edu/">MyRED</a></li> + <li><a href="http://my.unl.edu/">MyUNL</a></li> + <li><a href="http://libraries.unl.edu/">Libraries</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml">Academic Calendar</a></li> +</ul> +<!-- +<ul id="jumpList"> + <li class="academic jump"><a href="#">Academic Support</a></li> + <li class="activity jump"><a href="#">Activities</a></li> + <li class="service jump"><a href="#">Services Available</a></li> +</ul> +--> \ No newline at end of file diff --git a/current/tutoring/index.shtml b/current/tutoring/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..4e5fb2f57ac82c961643be9e79da2d4d2404e606 --- /dev/null +++ b/current/tutoring/index.shtml @@ -0,0 +1,168 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html lang="en"><!--<![endif]--> +<!-- InstanceBegin template="/Templates/debug.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id$ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Tutoring, Mentoring, and Consulting Services | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- Place optional header elements here --> +<link rel="stylesheet" href="../currentstudents.css" /> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed debug" --> +</head> +<body class="fixed debug"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper" class="nav_unpinned nav_expanded"> + <header id="header" role="banner"> + <a href="http://www.unl.edu/" title="UNL website" id="logo"> + </a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <!-- InstanceBeginEditable name="titlegraphic" --> + <span id="wdn_site_title">Current Students</span> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li><a href="http://www.unl.edu/ucomm/current" title="Current Student Resources at the University of Nebraska–Lincoln">Current Students</a></li> + <li>Tutoring, Mentoring, and Consulting Services</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="../../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> + <h1>Tutoring, Mentoring, and Consulting Services</h1> + <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid8 first"> + <p class="opening">UNL offers free tutoring, mentoring, and consulting services to help you excel academically. These services are provided by undergraduate and graduate students who have excelled in the subjects and who have been trained to help support your success. Our tutors, mentors, and consultants won't do your homework for you, but they will show you how to be your own best resource. To learn more about each service and to schedule an appointment, please visit their websites.</p> + </div> + <div class="grid4"> + <!--#include virtual="../top_resources.html" --> + </div> + <section class="grid6 first"> + <h2 class="supporting_head">Available Resources</h2> + <dl class="explanations"> + <dt><a href="http://www.unl.edu/writing/home">Writing Assistance Center</a></dt> + <dd>Offers free one-on-one consulting on a wide variety of academic and creative writing projects. Consultants assist writers at every stage of the writing process from project planning and brainstorming to identifying key concepts, drafting, writing from research, revising, documenting and citing sources, and editing strategies.</dd> + <dt><a href="http://chem.unl.edu/buckyball/">Chemistry Resource Center</a></dt> + <dd>Offers free tutoring for undergraduate chemistry courses and a computer lab with specialized software.</dd> + <dt><a href="http://www.math.unl.edu/resources/undergraduate/mrc/">Math Resource Center</a></dt> + <dd>Offers free assistance for undergraduate students who have questions related to any pre-calculus or calculus course offered by the Mathematics department.</dd> + <dt><a href="http://www.cse.unl.edu/src/">Computer Science & Engineering Resource Center</a></dt> + <dd>Provides support and assistance with course assignments for students in science and technology majors.</dd> + <dt><a href="http://www.unl.edu/dgs/supplemental-instruction-help-classes">Supplemental Instruction Sessions</a></dt> + <dd>Provides support and assistance with course assignments for students in science and technology majors.</dd> + <dt><a href="http://www.unl.edu/oasis/academic-success-lab">The Academic Success Lab</a> by the Office of Academic Success and Intercultural Services</dt> + <dd>Provides free tutoring in the subject areas of math, physics, chemistry, and biology.</dd> + <dt><a href="http://engineering.unl.edu/academicunits/mechanical-materials/current-undergraduates/tutoring.shtml">Engineering Mechanics Tutoring and Instructional Laboratory</a></dt> + <dd>Offers assistance in specified engineering mechanics courses.</dd> + <dt><a href="http://www.unl.edu/modlang/content/under/spanish/index.shtml#tab4">Spanish Tutoring Center</a></dt> + <dd>Offers tutoring and conversation tables for students in all levels of Spanish.</dd> + <dt><a href="http://statistics.unl.edu/Academics/Undergraduate/sas_tutors.shtml">Statistics Help Desk</a></dt> + <dd>Provides tutoring in statistics courses, assistance with SAS, and offers consulting services.</dd> + <dt><a href="http://www.unl.edu/trio/sss/tutoring.shtml">Private Tutoring and Math Lab</a> provided by Student Support Services</dt> + <dd>Provides free tutoring in a wide-variety of courses and facilitates a drop-in Math Lab for assistance in math courses for students who meet eligibility requirements.</dd> + <dt><a href="http://www.unl.edu/ucomm/depts/">Academic Department Offices</a></dt> + <dd>If you need help in a particular subject area and don't see that services are offered, contact that department’s main office for assistance in identifying other support or an individual tutor. A tutor arranged through the department office may require payment.</dd> + </dl> + </section> + <section class="grid6"> + <figure class="spotlight"> + <img src="../images/tutoring.jpg" alt="Tutoring is available on campus" /> + </figure> + <h3 class="supporting_head">More Helpful Resources</h3> + <dl class="explanations"> + <dt><a href="http://www.unl.edu/ssd/home">Services for Students with Disabilities</a></dt> + <dd>Working for students with diagnosed disabilities by providing academic services and accommodations to in order to provide equal access to the University</dd> + <dt><a href="http://health.unl.edu/caps/">Counseling and Psychological Services</a></dt> + <dd>Psychologists, social workers, counselors and psychiatrists who are available to respond to a broad spectrum of concerns and issues</dd> + + <dt><a href="http://www.unl.edu/trio/sss">Student Support Services</a></dt> + <dd>Offers a broad range of opportunities and services to promote the academic success of eligible college students.</dd> + <dt><a href="http://libraries.unl.edu/love">Love Library</a></dt> + <dd>Create your own study group and reserve a room for free at Love Library. Individual study rooms, computer labs as well as a large reading room for quiet study are available.</dd> + <dt><a href="http://www.unl.edu/oasis">Office of Academic Success and Intercultural Services</a></dt> + <dd>Offers academic, social and intercultural programming for all students with an emphasis on meeting the needs of ethnic minority students.</dd> + </dl> + </section> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="../../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> + <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --> +</html> \ No newline at end of file diff --git a/depts/Templates/document.dwt b/depts/Templates/document.dwt new file mode 100644 index 0000000000000000000000000000000000000000..6bf168d3a13cc0b39316542e32ed2adcbee8b560 --- /dev/null +++ b/depts/Templates/document.dwt @@ -0,0 +1,107 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Document Template</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="doc" --> +</head> +<body id="doc"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/fixed.dwt b/depts/Templates/fixed.dwt new file mode 100644 index 0000000000000000000000000000000000000000..de6a5622e60cbda673137a4ddd7d61830efe6848 --- /dev/null +++ b/depts/Templates/fixed.dwt @@ -0,0 +1,107 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Fixed Width</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="fixed" --> +</head> +<body id="fixed"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/liquid.dwt b/depts/Templates/liquid.dwt new file mode 100644 index 0000000000000000000000000000000000000000..b79a0381cfaf041b7d9288505736940dbcd8408e --- /dev/null +++ b/depts/Templates/liquid.dwt @@ -0,0 +1,107 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Fixed Width</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="liquid" --> +</head> +<body id="liquid"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/php.document.dwt.php b/depts/Templates/php.document.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..347cd50f619ec9253cc6e82610e1aa85f0aa7ccd --- /dev/null +++ b/depts/Templates/php.document.dwt.php @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="doc" --> +</head> +<body id="doc"> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php include('../sharedcode/navigation.html'); ?> + </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/php.fixed.dwt.php b/depts/Templates/php.fixed.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..cc30ec7214d4a74facab38dcf5691c66c98a249b --- /dev/null +++ b/depts/Templates/php.fixed.dwt.php @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="fixed" --> +</head> +<body id="fixed"> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php include('../sharedcode/navigation.html'); ?> + </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/php.liquid.dwt.php b/depts/Templates/php.liquid.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..e3897b3d3e84c1f92ecf22880c16888caf4c0e8f --- /dev/null +++ b/depts/Templates/php.liquid.dwt.php @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="liquid" --> +</head> +<body id="liquid"> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php include('../sharedcode/navigation.html'); ?> + </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/php.popup.dwt.php b/depts/Templates/php.popup.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..7d022b01ca398dca5a12069aacfc293db9f31f72 --- /dev/null +++ b/depts/Templates/php.popup.dwt.php @@ -0,0 +1,91 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="popup" --> +</head> +<body id="popup"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" -->@@(" ")@@<!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html'); ?> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/php.secure.dwt.php b/depts/Templates/php.secure.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..9e20392d45b661f4719dcfc04aa9e9c3b9590080 --- /dev/null +++ b/depts/Templates/php.secure.dwt.php @@ -0,0 +1,108 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/secure.css"/> +<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="secure" --> +</head> +<body id="secure"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader_secure.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://www.unl.edu/">Department</a></li> + <li>New Page</li> + </ul> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/badges/secure.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php include('../sharedcode/navigation.html'); ?> + </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html'); ?> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/php.unlstandardtemplate.dwt.php b/depts/Templates/php.unlstandardtemplate.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..2f1039f70d50c6db1a337283bba7ab08339ae62c --- /dev/null +++ b/depts/Templates/php.unlstandardtemplate.dwt.php @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlframework.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- InstanceBeginEditable name="head" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- TemplateParam name="maincontentimage" type="boolean" value="true" --><!-- TemplateParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceEndEditable --><!-- InstanceParam name="collegenavigation" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="" passthrough="true" --> +</head> +<body id="@@@(bodyid)@@@"> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Standard Template</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" --> @@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- InstanceBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- TemplateBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php virtual('/cssunltemplates/sharedcode/navigation.html'); ?> + </div> + <!-- TemplateEndEditable --> + <div id="nav_end"></div> + <!-- TemplateBeginIf cond="_document['leftRandomPromo']" --><!-- TemplateBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- TemplateBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php virtual('/cssunltemplates/sharedcode/relatedLinks.html'); ?> + <!-- TemplateEndEditable --> </div> + </div> + <!-- close navigation --> + <!-- InstanceEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincolcontent" --> + <div id="maincontent"> <!-- TemplateBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> </div> + <!-- InstanceEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- InstanceBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="copyright"> <!-- TemplateBeginEditable name="footercontent" --> + <?php virtual('/cssunltemplates/sharedcode/footer.html'); ?> + <!-- TemplateEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- InstanceEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/popup.dwt b/depts/Templates/popup.dwt new file mode 100644 index 0000000000000000000000000000000000000000..0cda9613fc3fa40ec4340cb25d746a5a93edfa8a --- /dev/null +++ b/depts/Templates/popup.dwt @@ -0,0 +1,95 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> + +<!-- Place ptional header elements here --> + +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="popup" --> +</head> +<body id="popup"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" -->@@(" ")@@<!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" -->@@(" ")@@<!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/secure.dwt b/depts/Templates/secure.dwt new file mode 100644 index 0000000000000000000000000000000000000000..1bb9fe1dcd7a6bc1c3768fe990822e5296485b3d --- /dev/null +++ b/depts/Templates/secure.dwt @@ -0,0 +1,112 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Department | New Page</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/secure.css"/> +<!-- TemplateBeginEditable name="head" --> + +<!-- Place ptional header elements here --> + +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="false" --><!-- InstanceParam name="bodyid" type="text" value="secure" --> +</head> +<body id="secure"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- InstanceBeginEditable name="siteheader" -->@@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader_secure.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://www.unl.edu/">Department</a></li> + <li>New Page</li> + </ul> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/secure.html" --> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" -->@@(" ")@@<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Department</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/Templates/unlaffiliate.dwt b/depts/Templates/unlaffiliate.dwt new file mode 100644 index 0000000000000000000000000000000000000000..8d1c573b794bb0243b5fe11b1aa1a35798dea8e4 --- /dev/null +++ b/depts/Templates/unlaffiliate.dwt @@ -0,0 +1,99 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- TemplateEndEditable --> +<!-- Codebase:UNLFramework 20061013 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- TemplateBeginEditable name="head" --> +<link rel="stylesheet" type="text/css" media="all" href="/ucomm/templatedependents/templatecss/layouts/affiliate.css" /> +<!-- TemplateEndEditable --><!-- TemplateParam name="leftRandomPromo" type="boolean" value="true" --> +</head> +<body id="affiliate"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<!-- TemplateBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/affiliate.shtml" --> +<!-- TemplateEndEditable --> +<div id="red-header"> + <div class="clear"><!-- TemplateBeginEditable name="affiliate_name" --> + <h1>Affiliated Organization Name</h1> + <!-- TemplateEndEditable --> + <div id="breadcrumbs"> <!-- TemplateBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Framework</li> + </ul> + <!-- TemplateEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- TemplateBeginEditable name="shelf" --> +<!-- TemplateEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Affiliate</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- TemplateEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <div id="nav_end"></div> + <!-- TemplateBeginIf cond="_document['leftRandomPromo']" --><!-- TemplateBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --> </div> + </div> + <!-- close navigation --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <h2 class="sec_main">This template is only for affiliates of UNL, or units that have been granted a marketing exemption from the university. Confirm your use of this template before using it!</h2> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.unl.edu/check/referer">Check this page</a> </p> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- TemplateEndEditable --> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<div id="footer"> + <div id="footer_floater"> <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="copyright"> <!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.unl.edu/check/referer">W3C</a> <a href="http://www1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +</html> diff --git a/depts/Templates/unlframework.dwt b/depts/Templates/unlframework.dwt new file mode 100644 index 0000000000000000000000000000000000000000..695011c34560c83220556d5833b1bbc9e82c8f88 --- /dev/null +++ b/depts/Templates/unlframework.dwt @@ -0,0 +1,95 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- TemplateEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- TemplateBeginEditable name="head" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- TemplateEndEditable --><!-- TemplateParam name="collegenavigation" type="boolean" value="true" --><!-- TemplateParam name="bodyid" type="text" value="" --> +</head> +<body id="@@(bodyid)@@"> +<!-- TemplateBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- TemplateEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- TemplateBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Framework</li> + </ul> + <!-- TemplateEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- TemplateBeginEditable name="shelf" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> +<!-- TemplateEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- TemplateBeginIf cond="collegenavigation" --><!-- TemplateBeginEditable name="collegenavigationlist" --> <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- TemplateEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- TemplateBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <div id="navlinks"> + <!--#include virtual="../sharedcode/navigation.html" --> + </div> + <div id="nav_end"></div> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + </div> + </div> + <!-- close navigation --> + <!-- TemplateEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincolcontent" --> + <!-- optional main big content image --> + <div id="maincontent"> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + </div> + <!-- close right-area --> + <!-- TemplateEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- TemplateBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> + <div id="copyright"> + <!--#include virtual="../sharedcode/footer.html" --> + <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- TemplateEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +</html> diff --git a/depts/Templates/unlstandardtemplate.dwt b/depts/Templates/unlstandardtemplate.dwt new file mode 100644 index 0000000000000000000000000000000000000000..2103ffc3b7183bbd75fa44aeffc2aee77c65c244 --- /dev/null +++ b/depts/Templates/unlstandardtemplate.dwt @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlframework.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- InstanceBeginEditable name="head" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- TemplateParam name="maincontentimage" type="boolean" value="true" --><!-- TemplateParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceEndEditable --><!-- InstanceParam name="collegenavigation" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="" passthrough="true" --> +</head> +<body id="@@@(bodyid)@@@"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Standard Template</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" --> @@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- InstanceBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- TemplateBeginEditable name="navcontent" --> + <div id="navlinks"> + <!--#include virtual="../sharedcode/navigation.html" --> + </div> + <!-- TemplateEndEditable --> + <div id="nav_end"></div> + <!-- TemplateBeginIf cond="_document['leftRandomPromo']" --><!-- TemplateBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- TemplateBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --> </div> + </div> + <!-- close navigation --> + <!-- InstanceEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincolcontent" --> + <div id="maincontent"> <!-- TemplateBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> </div> + <!-- InstanceEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- InstanceBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="copyright"> <!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- InstanceEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/d_f.shtml b/depts/d_f.shtml new file mode 100644 index 0000000000000000000000000000000000000000..3e817df980385c49d61c7ba6699e31ea41d5c2fb --- /dev/null +++ b/depts/d_f.shtml @@ -0,0 +1,384 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Colleges and Departments (D-F) | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<link href="sharedcode/dept_listing.css" rel="stylesheet" type="text/css"> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Colleges & Departments<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://www.unl.edu/unlpub/depts/">Colleges and Departments</a></li> + <li>D-F</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div> + <table> + <col style="width:48%"/> + <col style="width:4%"/> + <col style="width:48%"/> + <tr> + <td colspan="3"><h3 class="sec_header">D</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://www.unl.edu/music/dance/dance.shtml">Dance Division</a></td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Hixson-Lied Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://www.unmc.edu/dentistry/">Dentistry</a></td> + <td> </td> + <td>UNMC <a href="http://www.unmc.edu/dentistry/" target="_blank" title="Go to the homepage of the University of Nebraska Medical Center">College of Dentistry</a></td> + </tr> + <tr> + <td>Design <a href="http://cehs.unl.edu/tcd/">(Textiles, Clothing & Design)</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>Design & Technical Theatre (<a href="http://www.unl.edu/TheatreArts/">Theatre Arts</a>)</td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + <tr> + <td>Designing for Film & Television (<a href="http://www.unl.edu/TheatreArts/">Theatre Arts</a>)</td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://cehs.unl.edu/nhs/undergrad/dietetics.shtml">Dietetics</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">E</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td>Early Childhood Education <a href="http://cehs.unl.edu/cyaf/">(Child, Youth & Family Studies)</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://cba.unl.edu/departments/economics/">Economics</a></td> + <td><h3>{</h3></td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a><br /> + <a href="http://cba.unl.edu/">Business Administration</a></td> + </tr> + <tr> + <td>Editorial <a href="http://journalism.unl.edu/students/undergrad/newsed/info.shtml">(News-Editorial)</a></td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communications</a></td> + </tr> + <tr> + <td>Education:</td> + <td colspan="2"> </td> + </tr> + <tr> + <td>— Communication <a href="http://www.unl.edu/barkley/sped/">(Special Education & Communication Disorders)</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>— Early Childhood <a href="http://cehs.unl.edu/cyaf/undergrad/EarlyEducationOptions/">(Child, Youth and Family Studies)</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>— <a href="http://cehs.unl.edu/cyaf/">Child, Youth & Family Studies</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>— <a href="http://www.unl.edu/barkley/sped">Special</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a id="edadmin" href="http://cehs.unl.edu/edad/">Educational Administration</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a id="edpsych" href="http://cehs.unl.edu/edpsych/">Educational Psychology</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a id="ee" href="http://www.ee.unl.edu/">Electrical Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td>Engineering:</td> + <td colspan="2"> </td> + </tr> + <tr> + <td>— <a href="http://agen.unl.edu/">Agricultural</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td>— <a href="http://engineering.unl.edu/academicunits/architectural-engineering/">Architectural</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td>— <a href="http://bse.unl.edu/">Biological Systems</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td>— <a href="http://che.unl.edu/">Chemical</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + + <tr> + <td>— <a href="http://cse.unl.edu/">Computer</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td>— <a href="http://www.ceen.unomaha.edu/">Computer & Electronics</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://engineering.unl.edu/durhamschool/academics/ConstructionEngineering.shtml">Construction</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td>— <a href="http://www.ee.unl.edu/">Electrical</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td>— <a href="http://www.engineering.unl.edu/academicunits/MechanicalEngineering/">Mechanical</a> (see also <a href="http://engm.unl.edu/">Engineering Mechanics</a>)</td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://www.ceen.unomaha.edu/">Electronics Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + + <tr> + <td><a href="http://english.unl.edu/">English</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://entomology.unl.edu/">Entomology</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://esp.unl.edu/">Environmental Studies</a></td> + <td><h3>{</h3></td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a><br /> + <a href="http://ascweb.unl.edu/">Arts & Sciences</a> </td> + </tr> + <tr> + <td><a href="http://www.unl.edu/unlies/">Ethnic Studies</a>:</td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>— <a href="http://www.unl.edu/unlies/aaas/aahome.html">African American & African Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + + <tr> + <td>— <a href="http://ethnicstudies.unl.edu/llas/">Chicano</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + + <tr> + <td>— <a href="http://ethnicstudies.unl.edu/llas/">Latino & Latin American</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>— <a href="http://www.unl.edu/unlies/nas/nashome.html">Native American Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a id="eurostud" href="http://www.unl.edu/modlang/content/under/europe/">European Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">F</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + + + <tr> + <td><a href="http://cba.unl.edu/departments/finance/">Finance</a></td> + <td> </td> + <td><a href="http://cba.unl.edu/">Business Administration</a></td> + </tr> + <tr> + <td>Filmmaking and New Media (<a href="http://www.unl.edu/TheatreArts/">Theatre Arts</a>)</td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://english.unl.edu/programs/filmstudies.html">Film Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.rossfilmtheater.org/">Film Theater</a></td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://foodsci.unl.edu/">Food Science & Technology</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td>Foods (<a href="http://cehs.unl.edu/nhs/">Nutritional Science & Dietetics</a>)</td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>Foodservice Administration (<a href="http://cehs.unl.edu/nhs/">Nutritional Science & Dietetics</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>Forensics (<a href="http://www.unl.edu/cs/">Communication Studies</a>)</td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr class="menu"> + <td colspan="3"><span class="linklist"><a class="linklist" title="UNL academic departments, A through C" href="http://www.unl.edu/ucomm/depts/index.shtml">A-C</a> • <a class="linklist" title="You are here" href="#"><b>D-F</b></a> • <a class="linklist" title="UNL academic departments, G through K" href="http://www.unl.edu/ucomm/depts/g_k.shtml">G-K</a> • <a class="linklist" title="UNL academic departments, L through O" href="http://www.unl.edu/ucomm/depts/l_o.shtml">L-O</a> • <a class="linklist" title="UNL academic departments, P through S" href="http://www.unl.edu/ucomm/depts/p_s.shtml">P-S</a> • <a class="linklist" title="UNL academic departments, T through Z" href="http://www.unl.edu/ucomm/depts/t_z.shtml">T-Z</a></span> </td> + </tr> + </table> + </div> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/d_f.shtml.LCK b/depts/d_f.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/depts/d_f.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/depts/g_k.shtml b/depts/g_k.shtml new file mode 100644 index 0000000000000000000000000000000000000000..f1175b0f31b6e4c4760be3f145d16b04255fa31e --- /dev/null +++ b/depts/g_k.shtml @@ -0,0 +1,277 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Colleges and Departments (G-K) | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> + +<link href="sharedcode/dept_listing.css" rel="stylesheet" type="text/css"> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> +<div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Colleges & Departments<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://www.unl.edu/ucomm/depts/">Colleges and Departments</a></li> + <li>G-K</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="grid12"> + <table> + <col /> + <col style="width:4%" /> + <col /> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">G</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://snr.unl.edu/geographygis/">Geography</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Geology (<a href="http://www.geosciences.unl.edu/">Geosciences</a>)</td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.geosciences.unl.edu/">Geosciences</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unomaha.edu/gero/">Gerontology</a></td> + <td> </td> + <td>UNO <a href="http://cpacs.unomaha.edu/" target="_blank" title="Go to the homepage of the College of Public Affairs and Community Service, University of Nebraska at Omaha">College of Public Affairs and Community Service</a></td> + </tr> + <tr> + <td>Graduate Studies</td> + <td> </td> + <td><a href="http://www.unl.edu/gradstudies/">Graduate Studies</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/plains/">Great Plains Studies, Center for</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">H</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://www.unl.edu/history/">History</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.agronomy.unl.edu/">Horticulture</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">I</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + + <tr> + <td><a href="http://cehs.unl.edu/tlte/">Instruction</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://interiordesign.unl.edu/">Interior Design</a></td> + <td> </td> + <td><a href="http://archweb.unl.edu/">Architecture</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/int_studies/">International Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">J</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td>Journalism & Mass Communications:</td> + <td colspan="2"> </td> + </tr> + <tr> + <td>— <a href="http://journalism.unl.edu/students/undergrad/ad/info.shtml">Advertising</a></td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communication</a></td> + </tr> + <tr> + <td>— <a href="http://journalism.unl.edu/students/undergrad/brd/info.shtml">Broadcasting</a></td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communication</a></td> + </tr> + <tr> + <td>— Editorial (<a href="http://journalism.unl.edu/students/undergrad/newsed/info.shtml">News-Editorial</a>)</td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communication</a></td> + </tr> + <tr> + <td>— <a href="http://journalism.unl.edu/graduate.shtml">Graduate</a></td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communication</a></td> + </tr> + <tr> + <td>— <a href="http://journalism.unl.edu/students/undergrad/newsed/info.shtml">News-Editorial</a></td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communication</a></td> + </tr> + <tr> + <td>— Public Relations (<a href="http://journalism.unl.edu/students/undergrad/ad/info.shtml">Advertising</a>)</td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communication</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/judaic/">Judaic Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">K</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td colspan="3">No departments beginning with K</td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr class="sserifsub"> + <td colspan="3"><span class="linklist"><a class="linklist" title="UNL departments beginning with A through C" href="http://www.unl.edu/ucomm/depts/index.shtml">A-C</a> • <a class="linklist" title="UNL departments beginning with D through F" href="http://www.unl.edu/ucomm/depts/d_f.shtml">D-F</a> • <a class="linklist" title="You are here" href="#"><b>G-K</b></a> • <a class="linklist" title="UNL departments beginning with L through O" href="http://www.unl.edu/ucomm/depts/l_o.shtml">L-O</a> • <a class="linklist" title="UNL departments beginning with P through S" href="http://www.unl.edu/ucomm/depts/p_s.shtml">P-S</a> • <a class="linklist" title="UNL departments beginning with T through Z" href="http://www.unl.edu/ucomm/depts/t_z.shtml">T-Z</a></span> </td> + </tr> + </table> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/g_k.shtml.LCK b/depts/g_k.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/depts/g_k.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/depts/images/colleges.jpg b/depts/images/colleges.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ce4f4f02331a6e2e5d4a8f50f573eb9645dda44 Binary files /dev/null and b/depts/images/colleges.jpg differ diff --git a/depts/index.shtml b/depts/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..c11f19f2eada5fdc63f321661d9c5f876134ad54 --- /dev/null +++ b/depts/index.shtml @@ -0,0 +1,444 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Colleges and Departments (A-C) | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<link href="sharedcode/dept_listing.css" rel="stylesheet" type="text/css"> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Colleges & Departments<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://www.unl.edu/ucomm/depts/">Colleges and Departments</a></li> + <li>A-C</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="grid6 first"> + <h3>The Colleges</h3> + + + <a class="btn_l1" href="http://www.unl.edu/ucomm/depts/" title="UNL Academic Departments listing"><img src="images/colleges.jpg" alt="The Colleges" style="float:left;margin-right:8px;" class="frame" /></a> + + <ul style="list-style:none; line-height:1.6em;"> + <li><a title="IANR, academic programs, administration/staff, news/events, enrollment" href="http://casnr.unl.edu/">Agricultural Sciences and Natural Resources</a></li> + +<li><a title="Administration, calendar, departments, research/resources, organizations/alumni" href="http://archweb.unl.edu/">Architecture</a></li> + <li> +<a href="http://cas.unl.edu/" title="Dean's office, academics/research, alumni/Friends, student resources, news/events">Arts and Sciences</a></li> + + <li> +<a href="http://cba.unl.edu/" title="Departments/people, services, academic programs, technology, news/resources, outreach, alumni">Business Administration</a></li> +<li> +<a href="http://cehs.unl.edu/" title="Events, alumni, tour, student info, faculty, alumni, graduate options, departments">Education and Human Sciences</a></li> +<li> +<a href="http://engineering.unl.edu/" title="Students, departments/programs, alumni, research, technology support, extended education">Engineering</a></li> +<li> +<span style="font-size:75%;" class="sserifsub">HIXSON-LIED COLLEGE OF</span><br /><a href="http://www.unl.edu/finearts/" title="Prospective students, maps, calendar, units, programs, affiliates">Fine and Performing Arts</a></li> +<li> +<a href="http://www.unl.edu/gradstudies/" title="Admission, bulletin, class schedule, services, undergraduate research program">Graduate Studies</a></li> +<li> +<a href="http://journalism.unl.edu/" title="Advertising, broadcasting, news-editorial, graduate, The Journalist, 90.3 KRNU">Journalism and Mass Communications</a></li> +<li> +<a href="http://law.unl.edu/" title="Programs, faculty/staff, Schmid Law Library, admissions, costs/aid, student life, alumni">Law</a></li> +</ul> +</div> +<div class="grid6"> +<p> </p> + <span style="font-size:0.8em;" class="sserifsub">PROGRAMS ARE ALSO OFFERED AT UNL BY THE</span><br />UNO <a href="http://cpacs.unomaha.edu/" target="_blank" title="Go to the homepage of the College of Public Affairs and Community Service, University of Nebraska at Omaha">College of Public Affairs and Community Service</a>, and UNMC colleges of <a href="http://www.unmc.edu/dentistry/" target="_blank" title="Go to the homepage of the College of Dentistry, University of Nebraska Medical Center">Dentistry</a> and <a href="http://app1.unmc.edu/nursing/conweb/pub_home.cfm" target="_blank" title="Go to the homepage of the College of Nursing, University of Nebraska Medical Center">Nursing</a>. + </div> + + <div class="first" style="clear:left"> + <table> + <col /> + <col style="width:4%" /> + <col /> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">A</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://cba.unl.edu/departments/accountancy/">Accountancy</a></td> + <td> </td> + <td><a href="http://cba.unl.edu/">Business Administration</a></td> + </tr> + <tr> + <td>Acting (<a href="http://www.unl.edu/TheatreArts/">Theatre Arts</a>)</td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://cba.unl.edu/departments/finance/programs/actsci/">Actuarial Science</a></td> + <td><h3>{</h3></td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a><br /> + <a href="http://cba.unl.edu/">Business Administration</a> </td> + </tr> + <tr> + <td><a href="http://cehs.unl.edu/edad/">Administration, Educational</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://journalism.unl.edu/students/undergrad/ad/info.shtml">Advertising</a></td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communications</a></td> + </tr> + <tr> + <td><a href="http://ethnicstudies.unl.edu/aaas/">African American & African Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Agribusiness: <a href="http://agecon.unl.edu/">CASNR</a>, <a href="http://cba.unl.edu/departments/marketing/programs/agribusiness/undergraduate.aspx">CBA</a></td> + <td><h3>{</h3></td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a><br /> + <a href="http://cba.unl.edu/">Business Administration</a></td> + </tr> + <tr> + <td><a href="http://www.agecon.unl.edu/">Agricultural Economics</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://agen.unl.edu/">Agricultural Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://www.aglec.unl.edu/">Agricultural Leadership, Education & Communication</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://www.agronomy.unl.edu/">Agronomy & Horticulture</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://www.animalscience.unl.edu/">Animal Science</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/anthropology/">Anthropology</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Apparel Design <a href="http://cehs.unl.edu/tcd/">(Textiles, Clothing & Design)</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>Archaeology <a href="http://www.unl.edu/ag/anthro/">(Anthropology)</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://engineering.unl.edu/academicunits/architectural-engineering/">Architectural Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://architecture.unl.edu/programs/arch/">Architecture</a></td> + <td> </td> + <td><a href="http://archweb.unl.edu/">Architecture</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/art/">Art & Art History</a></td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Hixson-Lied Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://ascweb.unl.edu/unit/asianstudies.html">Asian Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://physics.unl.edu/">Astronomy</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/barkley/audiology/">Audiology</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">B</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://biochem.unl.edu/">Biochemistry</a></td> + <td><h3>{</h3></td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a><br /> + <a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.biosci.unl.edu/">Biological Sciences, School of</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://bse.unl.edu/">Biological Systems Engineering</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://vbms.unl.edu/">Biomedical Sciences</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://statistics.unl.edu/">Biometry</a> <em>(merged with Statistics, Summer 2003</em></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://journalism.unl.edu/students/undergrad/brd/info.shtml">Broadcasting</a></td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communications</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">C</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://ccfl.unl.edu/">Center on Children, Families and the Law</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/plains/">Center for Great Plains Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/scimath/">Center for Science, Mathematics & Computer Education</a></td> + <td><h3>{</h3></td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a><br /> + <a href="http://cehs.unl.edu/">Education and Human Sciences</a> + </td> + </tr> + <tr> + <td><a href="http://che.unl.edu/">Chemical Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://www.chem.unl.edu/">Chemistry</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Chicano Studies <a href="http://ethnicstudies.unl.edu/llas/">(Latino & Latin American Studies)</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Child Development/Early Childhood Education <a href="http://cehs.unl.edu/cyaf/">(Child, Youth & Family Studies)</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr class="sseriftext"> + <td><a id="fam" href="http://cehs.unl.edu/cyaf/">Child, Youth & Family Studies</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + + <tr> + <td><a href="http://www.unl.edu/classics/">Classics & Religious Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.geosciences.unl.edu/">Climatology</a> (<a href="http://www.geosciences.unl.edu/">Geosciences</a>)</td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Clothing <a href="http://cehs.unl.edu/tcd/">(Textiles, Clothing & Design)</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/cs/">Communication Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://planning.unl.edu/">Community & Regional Planning</a></td> + <td> </td> + <td><a href="http://archweb.unl.edu/">Architecture</a></td> + </tr> + <tr> + <td>Computer-Aided Design (<a href="http://www.unl.edu/TheatreArts/">Theatre Arts</a>)</td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://www.ceen.unomaha.edu/">Computer & Electronics Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://cse.unl.edu/">Computer Science & Engineering</a></td> + <td><h3>{</h3></td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a><br /> + <a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://engineering.unl.edu/durhamschool/academics/ConstructionEngineering.shtml">Construction Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://engineering.unl.edu/academicunits/constructionmanagement/">Construction Management</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://www.const.unl.edu/ ">Construction Systems</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://cehs.unl.edu/cyaf/">Child, Youth & Family Studies</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/crimjust/">Criminal Justice</a></td> + <td> </td> + <td>UNO <a href="http://cpacs.unomaha.edu/" target="_blank" title="Go to the homepage of the College of Public Affairs and Community Service, University of Nebraska at Omaha">College of Public Affairs and Community Service</a></td> + </tr> + <tr> + <td>Cultural <a href="http://www.unl.edu/ag/anthro/">Anthropology</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr class="sserifsub"> + <td colspan="3"><span class="linklist"><a class="linklist" title="You are here" href="#"><strong>A-C</strong></a> • <a class="linklist" title="UNL departments beginning with D through F" href="http://www.unl.edu/ucomm/depts/d_f.shtml">D-F</a> • <a class="linklist" title="UNL departments beginning with G through K" href="http://www.unl.edu/ucomm/depts/g_k.shtml">G-K</a> • <a class="linklist" title="UNL departments beginning with L through O" href="http://www.unl.edu/ucomm/depts/l_o.shtml">L-O</a> • <a class="linklist" title="UNL departments beginning with P through S" href="http://www.unl.edu/ucomm/depts/p_s.shtml">P-S</a> • <a class="linklist" title="UNL departments beginning with T through Z" href="http://www.unl.edu/ucomm/depts/t_z.shtml">T-Z</a></span></td> + </tr> + </table> + </div> + + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/index.shtml.LCK b/depts/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/depts/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/depts/l_o.shtml b/depts/l_o.shtml new file mode 100644 index 0000000000000000000000000000000000000000..3def001b32aedfed2a6ae581ae877cbf268e0f5a --- /dev/null +++ b/depts/l_o.shtml @@ -0,0 +1,283 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Colleges and Departments (L-O) | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> + +<link href="sharedcode/dept_listing.css" rel="stylesheet" type="text/css"> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> +<div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Colleges & Departments<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://www.unl.edu/ucomm/depts/">Colleges and Departments</a></li> + <li>L-O</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="first"> + <table> + <col /> + <col style="width:4%" /> + <col /> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">L</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://landscapearchitecture.unl.edu/">Landscape Architecture</a></td> + <td> </td> + <td><a href="http://archweb.unl.edu/">Architecture</a></td> + </tr> + <tr> + <td><a href="http://ethnicstudies.unl.edu/llas/">Latino & Latin American Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Law</td> + <td> </td> + <td><a href="http://law.unl.edu/">Law</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr > + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">M</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://cba.unl.edu/departments/management/">Management</a></td> + <td> </td> + <td><a href="http://cba.unl.edu/">Business Administration</a></td> + </tr> + <tr> + <td><a href="http://www.engr.unl.edu/ie/">Management Systems Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://cba.unl.edu/departments/marketing/">Marketing</a></td> + <td> </td> + <td><a href="http://cba.unl.edu/">Business Administration</a></td> + </tr> + <tr> + <td><a href="http://www.rossfilmtheater.org/">Mary-Riepma Ross Film Theater</a></td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://www.math.unl.edu/">Mathematics</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://engineering.unl.edu/academicunits/mechanical-materials/">Mechanical & Materials Engineering</a></td> + <td> </td> + <td><a href="http://engineering.unl.edu/">Engineering</a></td> + </tr> + <tr> + <td><a href="http://ascweb.unl.edu/unit/medievalrenaissance.html">Medieval & Renaissance Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Merchandising (<a href="http://cehs.unl.edu/tcd/">Textiles, Clothing & Design</a>)</td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.geosciences.unl.edu/">Meteorology</a> (<a href="http://www.geosciences.unl.edu/">Geosciences</a>)</td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://microbiology.unl.edu/">Microbiology</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/modlang/">Modern Languages & Literatures</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/music/">Music, School of</a></td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + <tr > + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">N</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td><a href="http://ethnicstudies.unl.edu/nas/">Native American Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://snr.unl.edu/">Natural Resource Sciences, School of</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://journalism.unl.edu/students/undergrad/newsed/info.shtml">News-Editorial</a></td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Media</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/19thcentury/">Nineteenth-Century Studies (interdepartmental)</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unmc.edu/nursing/">Nursing</a></td> + <td> </td> + <td>UNMC <a href="http://www.unmc.edu/nursing/" target="_blank" title="Go to the homepage of the University of Nebraska Medical Center College of Nursing">College of Nursing</a></td> + </tr> + <tr> + <td><a href="http://nutrigenomics.unl.edu/">Nutrigenomics</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://cehs.unl.edu/nhs/">Nutrition & Health Sciences</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">O</h3></td> + </tr> + <tr> + <td><h3>Department</h3></td> + <td> </td> + <td><h3>College</h3> </td> + </tr> + <tr> + <td colspan="3">No departments beginning with O</td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr class="menu"> + <td colspan="3"><span class="linklist"><a class="linklist" title="UNL departments beginning with A through C" href="http://www.unl.edu/ucomm/depts/index.shtml">A-C</a> • <a class="linklist" title="UNL departments beginning with D through F" href="http://www.unl.edu/ucomm/depts/d_f.shtml">D-F</a> • <a class="linklist" title="UNL departments beginning with G through K" href="http://www.unl.edu/ucomm/depts/g_k.shtml">G-K</a> • <a class="linklist" title="You are here" href="#"><b>L-O</b></a> • <a class="linklist" title="UNL departments beginning with P through S" href="http://www.unl.edu/ucomm/depts/p_s.shtml">P-S</a> • <a class="linklist" title="UNL departments beginning with T through Z" href="http://www.unl.edu/ucomm/depts/t_z.shtml">T-Z</a></span> </td> + </tr> + </table> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/l_o.shtml.LCK b/depts/l_o.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/depts/l_o.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/depts/p_s.shtml b/depts/p_s.shtml new file mode 100644 index 0000000000000000000000000000000000000000..7fbda0edde0a4115725290f191490fd673deedba --- /dev/null +++ b/depts/p_s.shtml @@ -0,0 +1,295 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Colleges and Departments (P-S) | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> + +<link href="sharedcode/dept_listing.css" rel="stylesheet" type="text/css"> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> +<div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Colleges & Departments<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://www.unl.edu/ucomm/depts/">Colleges and Departments</a></li> + <li>P-S</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="first"> + <table> + <col /> + <col style="width:4%" /> + <col /> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">P</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td><a href="http://www.unl.edu/philosop/">Philosophy</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://physics.unl.edu/">Physics & Astronomy</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://plantpathology.unl.edu/">Plant Pathology</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://psiweb.unl.edu/">Center for Plant Science Innovation</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://polisci.unl.edu/">Political Science</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/psypage/">Psychology</a>:</td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>— <a href="http://cehs.unl.edu/edpsych/">Educational</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>Public Relations (<a href="http://journalism.unl.edu/students/undergrad/ad/info.shtml">Advertising</a>)</td> + <td> </td> + <td><a href="http://journalism.unl.edu/">Journalism & Mass Communication</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">Q</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td>Quilt Studies (<a href="http://cehs.unl.edu/tcd/">Textiles, Clothing & Design</a>)</td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">R</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td><a href="http://planning.unl.edu/">Regional Planning</a></td> + <td> </td> + <td><a href="http://archweb.unl.edu/">Architecture</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/classics/">Religious Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://ascweb.unl.edu/unit/medievalrenaissance.html">Renaissance Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td>Reserve Officer Training Corps<br /><a href="http://www.unl.edu/afrotc/" title="Overview, scholarships, staff, alumni">Air Force</a> / <a href="http://www.unl.edu/armyrotc/" title="Overview, scholarships, military science, training, cadet battalion, alumni">Army</a> / <a href="http://www.unl.edu/nrotc/" title="Navy/Marines: overview, scholarships, instructors, competitive teams, alumni">Navy</a></td> + <td> </td> + <td> </td> + </tr> + <tr> + <td>Restaurant & Foodservice Administration (<a href="http://cehs.unl.edu/nhs/">Nutritional & Health Sciences</a>)</td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.rossfilmtheater.org/">Ross Film Theater</a></td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Hixson-Lied Fine & Performing Arts</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">S</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td><a href="http://www.biosci.unl.edu/">School of Biological Sciences</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/music/">School of Music</a></td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Hixson-Lied Fine & Performing Arts</a></td> + </tr> + <tr> + <td><a href="http://snr.unl.edu/">School of Natural Resources</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://vbms.unl.edu/">School of Veterinary Medicine and Biomedical Sciences</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td><a href="http://socialwork.unomaha.edu/">Social Work</a></td> + <td> </td> + <td>UNO <a href="http://cpacs.unomaha.edu/" target="_blank" title="Go to the homepage of the College of Public Affairs and Community Service, University of Nebraska at Omaha">College of Public Affairs and Community Service</a></td> + </tr> + <tr> + <td><a href="http://soc.unl.edu/">Sociology</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/barkley/sped/">Special Education & Communication Disorders</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>Speech Communication (<a href="http://www.unl.edu/cs/">Communication Studies</a>)</td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/barkley/spath/">Speech-Language Pathology & Audiology</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td><a href="http://statistics.unl.edu/">Statistics</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr class= "sserifsub"> + <td colspan="3"><span class="linklist"><a class="linklist" title="UNL departments beginning with A through C" href="http://www.unl.edu/ucomm/depts/index.shtml">A-C</a> • <a class="linklist" title="UNL departments beginning with D through F" href="http://www.unl.edu/ucomm/depts/d_f.shtml">D-F</a> • <a class="linklist" title="UNL departments beginning with G through K" href="http://www.unl.edu/ucomm/depts/g_k.shtml">G-K</a> • <a class="linklist" title="UNL departments beginning with L through O" href="http://www.unl.edu/ucomm/depts/l_o.shtml">L-O</a> • <a class="linklist" title="You are here" href="#"><b>P-S</b></a> • <a class="linklist" title="UNL departments beginning with T through Z" href="http://www.unl.edu/ucomm/depts/t_z.shtml">T-Z</a></span> </td> + </tr> + </table> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/sharedcode/dept_listing.css b/depts/sharedcode/dept_listing.css new file mode 100644 index 0000000000000000000000000000000000000000..77dddcdde732bff4e6acfa30d7793b9c0a489ab8 --- /dev/null +++ b/depts/sharedcode/dept_listing.css @@ -0,0 +1,2 @@ +#maincontent table { width:100%; border:0; } +#maincontent table td { padding:2px; } diff --git a/depts/sharedcode/navigation.html b/depts/sharedcode/navigation.html new file mode 100644 index 0000000000000000000000000000000000000000..0c7b0e8a8646fcff07d143397667130ed1cdce35 --- /dev/null +++ b/depts/sharedcode/navigation.html @@ -0,0 +1,32 @@ +<ul> + <li class='first'><a href="http://www.unl.edu/ucomm/depts/" title="UNL colleges and departments A-C" >A-C</a> + <ul> + <li class='first'><a href="http://www.unl.edu/ucomm/depts/" >Departments beginning with the letters A-C</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/depts/d_f.shtml" title="UNL colleges and departments D-F" >D-F</a> + <ul> + <li class='first'><a href="http://www.unl.edu/ucomm/depts/d_f.shtml" >Departments beginning with the letters D-F</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/depts/g_k.shtml" title="UNL colleges and departments G-K" >G-K</a> + <ul> + <li class='first'><a href="http://www.unl.edu/ucomm/depts/g_k.shtml" >Departments beginning with the letters G-K</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/depts/l_o.shtml" title="UNL colleges and departments L-O" >L-O</a> + <ul> + <li class='first'><a href="http://www.unl.edu/ucomm/depts/l_o.shtml" >Departments beginning with the letters L-O</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/depts/p_s.shtml" title="UNL colleges and departments P-S" >P-S</a> + <ul> + <li class='first'><a href="http://www.unl.edu/ucomm/depts/p_s.shtml" >Departments beginning with the letters P-S</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/depts/t_z.shtml" title="UNL colleges and departments T-Z" >T-Z</a> + <ul> + <li class='first'><a href="http://www.unl.edu/ucomm/depts/t_z.shtml" >Departments beginning with the letters T-Z</a></li> + </ul> + </li> +</ul> diff --git a/depts/t_z.shtml b/depts/t_z.shtml new file mode 100644 index 0000000000000000000000000000000000000000..973b20dea72f18a5324501995d3bfec76e9af70e --- /dev/null +++ b/depts/t_z.shtml @@ -0,0 +1,245 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Colleges and Departments (T-Z) | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 5; //Default navline2 links to display (zero based counting) +</script> +<link href="sharedcode/dept_listing.css" rel="stylesheet" type="text/css"> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> +<div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Colleges & Departments<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://www.unl.edu/ucomm/depts/">Colleges and Departments</a></li> + <li>T-Z</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="first"> + <table> + <col /> + <col style="width:4%;" /> + <col /> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">T</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td>— <a href="http://cehs.unl.edu/tlte/">Teaching, Learning and Teacher Education</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td>Technical Theatre (<a href="http://www.unl.edu/TheatreArts/">Theatre Arts</a>)</td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Fine & Performing Arts</a></td> + </tr> + + <tr> + <td><a href="http://cehs.unl.edu/tcd/">Textiles, Clothing & Design</a></td> + <td> </td> + <td><a href="http://cehs.unl.edu/">Education and Human Sciences</a></td> + </tr> + <tr> + <td><a href="http://www.unl.edu/TheatreArts/">Theatre Arts</a></td> + <td> </td> + <td><a href="http://www.unl.edu/finearts/">Hixson-Lied Fine & Performing Arts</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">U</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td colspan="3">No departments beginning with U</td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">V</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td>(School of) <a href="http://vbms.unl.edu/">Veterinary Medicine and Biomedical Sciences</a></td> + <td> </td> + <td><a href="http://casnr.unl.edu/">Agricultural Sciences & Natural Resources</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">W</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td><a href="http://www.unl.edu/womenssp/">Women's & Gender Studies</a></td> + <td> </td> + <td><a href="http://ascweb.unl.edu/">Arts & Sciences</a></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">X</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td colspan="3">No departments beginning with X</td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">Y</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td colspan="3">No departments beginning with Y</td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3"><h3 class="sec_header">Z</h3></td> + </tr> + <tr> + <td><h2>Department</h2></td> + <td> </td> + <td><h2>College</h2> </td> + </tr> + <tr> + <td colspan="3">No departments beginning with Z</td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr class="sserifsub"> + <td colspan="3"><span class="linklist"><a class="linklist" title="UNL departments beginning with A through C" href="http://www.unl.edu/ucomm/depts/index.shtml">A-C</a> • <a class="linklist" title="UNL departments beginning with D through F" href="http://www.unl.edu/ucomm/depts/d_f.shtml">D-F</a> • <a class="linklist" title="UNL departments beginning with G through K" href="http://www.unl.edu/ucomm/depts/g_k.shtml">G-K</a> • <a class="linklist" title="UNL departments beginning with L through O" href="http://www.unl.edu/ucomm/depts/l_o.shtml">L-O</a> • <a class="linklist" title="UNL departments beginning with P through S" href="http://www.unl.edu/ucomm/depts/p_s.shtml">P-S</a> • <a class="linklist" title="You are here" href="#"><b>T-Z</b></a></span> </td> + </tr> + </table> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/depts/t_z.shtml.LCK b/depts/t_z.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/depts/t_z.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/facstaff/images/facultystaff.jpg b/facstaff/images/facultystaff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf1e6c5db3966ca9c4b23b153591cba3dbf9e91f Binary files /dev/null and b/facstaff/images/facultystaff.jpg differ diff --git a/facstaff/images/index.jpg b/facstaff/images/index.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed593ac61eb239084b091bbddffb66f9b97095f8 Binary files /dev/null and b/facstaff/images/index.jpg differ diff --git a/facstaff/images/index.jpg.LCK b/facstaff/images/index.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/facstaff/images/index.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/facstaff/images/main_facstaff.jpg b/facstaff/images/main_facstaff.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a28631490abd141c4bb53c68e75bdd8e1cff0a39 Binary files /dev/null and b/facstaff/images/main_facstaff.jpg differ diff --git a/facstaff/images/scarlet.jpg b/facstaff/images/scarlet.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a97511415c0ef80e9cf324ed672e45780c01adf8 Binary files /dev/null and b/facstaff/images/scarlet.jpg differ diff --git a/facstaff/images/scarlet.jpg.LCK b/facstaff/images/scarlet.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/facstaff/images/scarlet.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/facstaff/includes/facstaffscarletteaser.shtml b/facstaff/includes/facstaffscarletteaser.shtml new file mode 100644 index 0000000000000000000000000000000000000000..fee3edd70d74bc54c4d523de61f4f395d4349e7e --- /dev/null +++ b/facstaff/includes/facstaffscarletteaser.shtml @@ -0,0 +1,2 @@ +<!-- THIS IS THE SCARLET TEASER DIV --><div style="border:1px dashed #DDDDDD;background-color:#FFFFFF;padding:18px 12px 4px 12px;"> <a href="http://ucommxsrv1.unl.edu/scarlet/" class="imagelink" title="Open the current issue of the Scarlet"><img src="http://ucommxsrv1.unl.edu/scarlet/public/graphics/mastheadsm.gif" width="137" height="48" border="0" alt="Scarlet logo" /></a><br /> <span class="sserifsub"><em>Top headlines from the issue of June 12, 2008</em></span><br /> <p class="sserifstoryheadsmall" style="margin-top:12px;padding:12px 8px 12px 8px;border-top:1px solid #CC0000;border-bottom:1px solid #CC0000;background-color:#F2F2F2;line-height:160%;"> <a href="http://ucommxsrv1.unl.edu/scarlet/public/FMPro?-db=scarletstory&-format=storydetail.htm&-lay=public&-op=eq&storyid=733205S38258X&-max=1&-find=">Born to Chase - Storms provide research inspiration for Dewey, Bower</a><br /> + <a href="http://ucommxsrv1.unl.edu/scarlet/public/FMPro?-db=scarletstory&-format=storydetail.htm&-lay=public&-op=eq&storyid=733205S38259X&-max=1&-find=">Hallam destruction provides baseline for Bower's thesis</a><br /> <a href="http://ucommxsrv1.unl.edu/scarlet/public/FMPro?-db=scarletstory&-format=storydetail.htm&-lay=public&-op=eq&storyid=733205S38285X&-max=1&-find=">Plains museum hosts Kirsch exhibit</a><br /> </p> <div class="sserifsub" style="margin-bottom:6px;font-style:italic;padding-top:0px;height:36px"> <form name="scarletsearchform" id="scarletsearchform" onsubmit="return executeQuery( document.getElementById('scarletsearchform'), 'ScarletSearch', false )" action="http://ucommxsrv1.unl.edu/scarlet/public/FMPro" method="post"> <input type="hidden" name="-db" value="scarletstory" /> <input type="hidden" name="-Lay" value="public" /> <input type="hidden" name="-format" value="search_results.htm" /> <input type="hidden" name="-error" value="search_error.htm" /> <input type="hidden" name="-sortfield" value="pubdate" /> <input type="hidden" name="-sortorder" value="descending" /> <input type="hidden" name="-max" value="20" /> <input type="hidden" name="-find" /> <input type="hidden" name="-op" value="eq" /> <input type="hidden" name="-field:pubdate" value="gte" /> <label for="searchbody">Search the Scarlet: </label> <input accesskey="s" id="searchbody" alt="Scarlet search string" type="text" class="sseriftext" name="bodycopy" size="18" maxlength="256" /> <a href="#" title="Go" accesskey="t" onkeypress="document.getElementById('scarletsearchform').submit() return false;" onclick="document.getElementById('scarletsearchform').submit(); return false;"><img style="border:none;vertical-align:middle;padding-bottom:4px" alt="Go" width="25" height="24" src="/unlpub/templatedependents/templategraphics/btn_go.gif" /></a> </form> </div> </div> <!-- <input type="text" name="bodycopy" size="20" class="sseriftext" /> --> \ No newline at end of file diff --git a/facstaff/index.shtml b/facstaff/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..580c664095b9ec4c5d995849df572a74eb8fe757 --- /dev/null +++ b/facstaff/index.shtml @@ -0,0 +1,246 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Information for Faculty & Staff | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="Faculty and staff page for the University of Nebraska-Lincoln, containing links to online tools, news, campus benefits, job openings and other resources." /> +<meta name="keywords" content="university of nebraska-lincoln unl faculty staff human resources news campus services" /> +<!-- Inserted for News Ticker --> +<style type="text/css"> +#newsticker { + min-height:100px; + } +</style> +<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAUbaJkPV1tAaMsNS-7UBDNhTELkNjcWhKXky6vQZrvQAPA5Uw6xTIiC7jVa6AkRGHRPsr18Bp3NCL4Q"></script> +<script type="text/javascript" src="sharedcode/ticker.js"></script> + +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" --> + Faculty & Staff<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Information for Faculty & Staff</li> + </ul> + + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid6 first"> + <img src="images/facultystaff.jpg" alt="Faculty and Staff" class="frame" /> + </div> + + + <div class="grid3"> + <h2>News & Communications</h2> +<ul> + <li class="first"><a href="http://www.unl.edu/ucomm/unltoday/" title="What's happening on campus today">UNL Today</a></li> + <li><a href="http://events.unl.edu/" title="The official calendar of events at UNL">Calendar of Events</a></li> + <li><a href="http://scarlet.unl.edu/">Scarlet</a></li> + <li><a href="http://newsroom.unl.edu/releases/" title="Official news releases from the University of Nebraska-Lincoln">News Releases</a></li> + <li><a href="http://extension.unl.edu/publications/" title="More than 800 publications on a variety of topics">Extension Publications</a></li> + <li><a href="http://www.dailynebraskan.com/" title="The Daily Nebraskan">Daily Nebraskan</a></li> + <li><a href="http://newsroom.unl.edu/announce/todayatunl/" title="Announcements for faculty & staff">Today@UNL, Faculty/Staff E-Newsletter and Announcements</a></li> + <li><a href="http://www.ianr.unl.edu/" title="Institute of Agriculture and Natural Resources">IANR</a></li> + <li><a href="http://ucomm.unl.edu/" title="University Communications">University Communications</a></li> +</ul> + + </div> + + <div class="grid3"> + <h2>Working at UNL</h2> +<ul> + <li class="first"><a href="http://hr.unl.edu/" title="Job, salary, recruitment, insurance, personal training and resources">Human Resources</a></li> + <li><a href="http://hr.unl.edu/benefits/">Benefits</a></li> + <li><a href="https://firefly.nebraska.edu/">Firefly</a></li> + <li><a href="https://employment.unl.edu/">Job Openings</a></li> + <li><a href="http://hr.unl.edu/general/holidayschedule.shtml">Holiday Schedule</a></li> + <li><a href="http://www.unl.edu/equity/seminars.shtml">Search Committee Training</a></li> +</ul> + +<br /> + +<div class="wdn_randomizer"> + <div><a href="http://marketplace.unl.edu/computershop/" title="Buy products from the UNL Computer Shop" style="display:block;"><img src="/ucomm/splash/promo_compshop.jpg" alt="go to the UNL Computer Shop" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/computershop/" title="Buy products from the UNL Computer Shop" style="display:block;">Buy Computer Shop products online</a></p></div> + <div><a href="http://marketplace.unl.edu/dairystore" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;"><img src="/ucomm/splash/promo_dairystore.jpg" alt="go to the UNL Dairy Store" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/dairystore/" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;">Give a gift of cheese.</a></p></div> +</div> +<script type="text/javascript"> +WDN.initializePlugin('randomizer'); +</script> + + </div> + <div class="clr"></div> + + +<div class="grid3 first"> + +<h2>Online Resources</h2> +<ul> + <li><a href="http://www.unl.edu/ucomm/depts/" title="go to the Colleges and Departments site">Colleges & Departments</a> </li> + <li><a href="http://directory.unl.edu/" title="Postal, telephone and email directory for UNL faculty and staff">Faculty/Staff Directory</a> </li> + <li><a href="http://directory.unl.edu/">Student Directory</a></li> + <li><a href="http://events.unl.edu/">Calendar of Events</a></li> + <li><a href="http://is.unl.edu/email">Email</a></li> + <li><a href="http://my.unl.edu/">My.UNL (Blackboard)</a></li> + <li><a href="http://portal.tandt.com/unl" title="Reservations, questions, contact info">Travel Bookings and Information</a> from Travel and Transport</li> + <li><a href="http://travel.unl.edu/" title="Employee Travel and Expense Reimbursement, Standard Meal Allowance, IRS Per Diem Rates for Foreign Travel and Domestic Travel Outside the Continental US, and more ...">Travel Services</a> from Business and Finance</li> + <li><a href="http://bf.unl.edu/NUPoliciesProceduresInfoLinks.shtml" title="UNL Policies and Procedures">UNL Policies</a></li> + <li><a href="http://wdn.unl.edu/" title="Web Resources from the UNL Web Developer Network">Web Publishing Resources</a></li> + <li><a href="http://maps.unl.edu/" title="Maps of the University of Nebraska-Lincoln including downloadable PDF maps">Campus Tour & Maps</a></li> + <li><a href="http://parking.unl.edu/" title="UNL Parking Services">Parking</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml" title="UNL Academic Calendar">Academic Calendar</a></li> + <li><a href="http://www.unl.edu/regrec/acadserv/AcademicServicesHandbook.pdf" title="Download the Academic Handbook in a PDF format">Academic Handbook</a></li> + <li><a href="http://irp.unl.edu/factbooks.html" title="Administrative organization, student life/finances, academic info, enrollment, faculty/staff">Fact Book</a></li> + <li><a href="http://emergency.unl.edu/" title="UNL's Emergency information">Emergency Planning and Preparedness</a></li> +</ul> +</div> +<div class="grid5"> + <h2>Administrative Units</h2> + <ul> + <li><a href="http://www.unl.edu/ucomm/chancllr/" title="Priorities, opportunity, State of the University Address, diversity, biographyr">Office of The Chancellor</a></li> + <li><a href="http://www.unl.edu/svcaa/" title="Office of Academic Affairs">Office of Academic Affairs</a></li> + <li><a href="http://bf.unl.edu/" title="Business services for the university community">Business & Finance</a></li> + <li><a href="http://online.unl.edu/" title="Program/degree options, courses, student services, faculty resources">Online and Distance Education</a></li> + <li><a href="http://www.ianr.unl.edu/" title="Colleges/divisions, news/info, hot topics">Institute of Agriculture and Natural Resources</a></li> + <li><a href="http://research.unl.edu/" title="Vice chancellor, layman Awards, research links by function, centers">Office of Research</a></li> + <li><a href="http://stuafs.unl.edu/" title="Services and programs that foster intellectual, cultural, physical, social, career, and moral development of students">Student Affairs</a></li> + <li><a href="http://www.unl.edu/ucomm/admin/" title="Full UNL Administrative List"><em>full Administrative Listing</em></a></li> + </ul> + <h2>Faculty / Staff Organizations</h2> + <ul> + <li><a href="http://www.unl.edu/acrew/" title="Contact info for campus religious groups, code of ethics">Association of Campus Religious Workers (ACReW)</a></li> + <li><a href="http://www.unl.edu/apc/" title="University-wide group responsible for formulating and recommending academic and planning goals and initiatives">Academic Planning Committee</a></li> + <li><a href="http://www.unl.edu/ccsw/" title="Members, documents, links">Chancellor's Commission on the Status of Women</a></li> + <li><a href="http://www.unl.edu/cglbtc/" title="Who we are, campus/community issues, special programs, resources">Committee on Gay, Lesbian, Bisexual and Transgender Concerns</a></li> + <li><a href="http://emeriti.unl.edu/">Emeriti Association</a></li> + <li><a href="http://www.unl.edu/asenate/welcome.htm" title="Committees, motions, minutes">Faculty Senate</a></li> + <li><a href="http://www.unl.edu/fwc/" title="UNL Womens Club">UNL Women's Club</a></li> + <li><a href="http://uaad.unl.edu/" title="UAAD nights at the Rep, membership interest inventory, Founders' Day">University Association for Administrative Development (UAAD)</a></li> + <li><a href="http://unopa.unl.edu/" title="Officers, membership, constitution/bylaws/rules, notes, awards, schedule">University of Nebraska Office Professionals Association (UNOPA)</a></li> + </ul> + +</div> + +<div class="grid4"> + +<div style="border:1px; border-style:dashed; border-color:#CCCCCC; padding: 8px;"> +<img src="images/scarlet.jpg" alt="The Scarlet" /> + <div id="unl-splashfeed"> + <p><strong>Latest headlines:</strong><br /> <span id="feed">Loading feed...</span></p> + <h6><a href="http://scarlet.unl.edu/?feed=rss2" class="feed-icon"><em>Full Scarlet news feed</em></a></h6> + </div> + +</div> + + +<h2>Campus Services</h2> +<ul> + <li><a href="http://iris.unl.edu/" title="UNL Library System">Libraries</a></li> + <li><a href="http://crec.unl.edu/" title="UNL Rec Center">Campus Recreation</a></li> + <li><a href="http://www.unl.edu/careers/faculty.shtml" title="Career Services' faculty and staff pages">Career Services</a></li> + <li><a href="http://is.unl.edu/" title="Information Services; Computing and Networking at UNL">Information Services</a></li> + <li><a href="http://telecom.unl.edu/" title="Communication services for Faculty/Staff, Wireless Phones, Internet.">IS - Telecommunications</a></li> + <li><a href="http://sales.unl.edu/catalog/" title="Browse product offerings, download requisitions or print catalog">Computer Sales Online Catalog</a></li> + <li><a href="http://hr.unl.edu/eap/" title="Counseling services through the UNL Employee Assistance Program">Counseling</a></li> + <li><a href="http://health.unl.edu/" title="UNL Health Center">University Health Center</a></li> + <li><a href="http://police.unl.edu/" title="Phone numbers, homeland security, Clery Act, crimes, employment, feedback, lost & found">University Police</a></li> + <li><a href="http://www.nufcu.org/" title="Account login, web carbook, loan/savings rates, eligibility, news">University of Nebraska Federal Credit Union</a></li> + <li><a href="http://printing.unl.edu/" title="Project consulting, printing, copying, pickup/delivery">Printing Services/Copy Services</a></li> + <li><a href="http://irp.unl.edu/ir/" title="Institutional Research & Planning">Institutional Research & Planning</a></li> + <li><a href="http://usmail.unl.edu/">Mail and Distribution Services</a></li> + <li><a href="http://wellness.unl.edu/">Wellness Initiative</a></li> +</ul> +</div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/facstaff/index.shtml.LCK b/facstaff/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/facstaff/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/facstaff/index.shtml.save b/facstaff/index.shtml.save new file mode 100644 index 0000000000000000000000000000000000000000..df07c625e19da75a10d705617ae6b9accc205a5e --- /dev/null +++ b/facstaff/index.shtml.save @@ -0,0 +1,234 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Information for Faculty & Staff</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +wraphandler.addEvent(window,"load", function(){ + newRandomPromo('http://www.unl.edu/ucomm/images/promos/promos.xml', 14); +}); +</script> + + +<!-- Inserted for News Ticker --> +<style type="text/css"> +#newsticker { + min-height:100px; + } +</style> +<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAUbaJkPV1tAaMsNS-7UBDNhTELkNjcWhKXky6vQZrvQAPA5Uw6xTIiC7jVa6AkRGHRPsr18Bp3NCL4Q"></script> +<script type="text/javascript" src="sharedcode/ticker.js"></script> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/alert.master.client.js"></script> + +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Information for Faculty & Staff</li> + </ul> + + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Faculty & Staff</h1> + <h2>Teaching, Research, and Service</h2><!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="randomPromo"></div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="two_col left"> + <div class="image_medium" style="margin-bottom:0px;"><img src="images/index.jpg" alt="Faculty and Staff"/></div> + </div> + + + <div class="col right"> + <h2>News & Communications</h2> +<ul> + <li class="first"><a href="http://www.unl.edu/ucomm/unltoday/">UNL Today</a></li> + <li><a href="http://events.unl.edu/">Calendar of Events</a></li> + <li><a href="http://scarlet.unl.edu/">Scarlet</a></li> + <li><a href="http://newsroom.unl.edu/releases/">News Releases</a></li> + <li><a title="More than 800 publications on a variety of topics" href="http://extension.unl.edu/publications/">Extension Publications</a></li> + <li><a href="http://www.dailynebraskan.com/" title="The Daily Nebraskan">Daily Nebraskan</a></li> + <li><a href="http://www.unl.edu/e-news/" title="Announcements for faculty & staff">E-News Faculty/Staff Announcements</a></li> + <li><a href="http://www.ianr.unl.edu/" title="Institute of Agriculture and Natural Resources">IANR</a></li> + <li><a href="http://ucomm.unl.edu/" title="University Communications">University Communications</a></li> +</ul> + + </div> + <div class="clr"></div> + + +<div class="col left"> + +<h2>Online Resources</h2> +<ul> + <li><a href="http://www.unl.edu/ucomm/depts/">Colleges & Departments</a> </li> +<li><a href="http://peoplefinder.unl.edu/" onclick="window.open(this.href,'peoplefindpop','scrollbars=1,width=325,height=500,innerwidth=325,innerheight=500'); return false;" title="Postal, telephone and email directory for UNL faculty and staff">Faculty/Staff Directory</a> </li> +<li><a title="Majors, local/permanent mailing addresses" href="http://ucommxsrv1.unl.edu/peoplefinder/index.php" onclick="window.open(this.href,'peoplefindpop','scrollbars=1,width=325,height=500,innerwidth=325,innerheight=500'); return false;">Student Directory</a></li> + <li><a href="http://events.unl.edu/">Calendar of Events</a></li> + <li><a href="http://notes.unl.edu/">Lotus Notes Email</a></li> + <li><a href="http://my.unl.edu/">My.UNL (Blackboard)</a></li> + <li><a href="http://www.tandt.com/ts/unl/" title="Reservations, questions, contact info">Travel Bookings and Information</a> from Travel and Transport</li> + <li><a href="http://travel.unl.edu/" title="Employee Travel and Expense Reimbursement, Standard Meal Allowance, IRS Per Diem Rates for Foreign Travel and Domestic Travel Outside the Continental US, and more ...">Travel Services</a> from Business and Finance</li> + <li><a href="http://bf.unl.edu/NUPoliciesProceduresInfoLinks.shtml" title="UNL Policies and Procedures">UNL Policies</a></li> + <li><a href="http://www.unl.edu/webdevnet/" title="Web Resources from the UNL Web Developer Network">Web Publishing Resources</a></li> + <li><a href="http://www1.unl.edu/tour/" onclick="window.open(this.href,'unltourmap','scrollbars=1,width=1024,height=768,innerwidth=1024,innerheight=768'); return false;" title="Campus tour of the University of Nebraska-Lincoln (high bandwidth; requires QuickTime) and downloadable PDF maps">Campus Tour & Maps</a></li> + <li><a href="http://parking.unl.edu/" title="UNL Parking Services">Parking</a></li> + <li><a href="http://www.unl.edu/ous/" title="Office of Undergraduate Studies">Undergraduate Studies</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calen_current.shtml" title="UNL Academic Calendar">Academic Calendar</a></li> + <li><a href="http://www.unl.edu/regrec/acadserv/AcademicServicesHandbook.pdf" title="Download the Academic Handbook in a PDF format">Academic Handbook</a></li> + <li><a href="http://irp.unl.edu/factbooks.html" title="Administrative organization, student life/finances, academic info, enrollment, faculty/staff">Fact Book</a></li> + <li><a href="http://emergency.unl.edu/" title="UNL's Emergency information">Emergency Planning and Preparedness</a></li> +</ul> +<h2>Working at UNL</h2> +<ul> + <li class="first"><a href="http://hr.unl.edu/" title="Job, salary, recruitment, insurance, personal training and resources">Human Resources</a></li> + <li><a href="http://hr.unl.edu/benefits/benefits.shtml">Benefits</a></li> + <li><a href="https://firefly.nebraska.edu/">Firefly</a></li> + <li><a href="https://employment.unl.edu/">Job Openings</a></li> + <li><a href="http://hr.unl.edu/general/holidayschedule.shtml">Holiday Schedule</a></li> + <li><a href="http://www.unl.edu/equity/schedules.shtml">Search Committee Training</a></li> +</ul> +<h2>Campus Services</h2> +<ul> + <li><a href="http://iris.unl.edu/" title="UNL Library System">Libraries</a></li> + <li><a href="http://crec.unl.edu/" title="UNL Rec Center">Campus Recreation</a></li> + <li><a href="http://www.unl.edu/careers/faculty.shtml" title="Career Services' faculty and staff pages">Career Services</a></li> + <li><a href="http://is.unl.edu/" title="Information Services; Computing and Networking at UNL">Information Services</a></li> + <li><a href="http://telecom.unl.edu/" title="Communication services for Faculty/Staff, Wireless Phones, Internet.">IS - Telecommunications</a></li> + <li><a href="http://sales.unl.edu/catalog/" title="Browse product offerings, download requisitions or print catalog">Computer Sales Online Catalog</a></li> + <li><a href="http://hr.unl.edu/eap/" title="Counseling services through the UNL Employee Assistance Program">Counseling</a></li> + <li><a href="http://health.unl.edu/" title="UNL Health Center">University Health Center</a></li> + <li><a href="http://police.unl.edu/" title="Phone numbers, homeland security, Clery Act, crimes, employment, feedback, lost & found">University Police</a></li> + <li><a href="http://www.nufcu.org/" title="Account login, web carbook, loan/savings rates, eligibility, news">University of Nebraska Federal Credit Union</a></li> + <li><a href="http://printing.unl.edu/" title="Project consulting, printing, copying, pickup/delivery">Printing Services/Copy Services</a></li> + <li><a href="http://irp.unl.edu/ir/" title="Institutional Research & Planning">Institutional Research & Planning</a></li> +<li><a href="http://usmail.unl.edu/">Mail and Distribution Services</a></li> +<li><a href="http://wellness.unl.edu/" title="">Wellness +Initiative</a></li> +</ul> +</div> +<div class="two_col right"> + +<div style="border:1px; border-style:dashed; border-color:#CCCCCC; padding: 8px;"> +<img src="images/scarlet.jpg" alt="The Scarlet" /> + <div id="unl-splashfeed"> + <p><strong>Latest headlines:</strong><br /> <span id="feed">Loading feed...</span></p> + <h6><a href="http://scarlet.unl.edu/?feed=rss2" class="feed-icon"><em>Full Scarlet news feed</em></a></h6> + </div> + +</div> + + +<br /> + <h2>Administrative Units</h2> + <ul> + <li><a href="http://www.unl.edu/ucomm/chancllr/" title="Priorities, opportunity, State of the University Address, diversity, biographyr">Office of The Chancellor</a></li> + <li><a href="http://www.unl.edu/svcaa/" title="Office of Academic Affairs">Office of Academic Affairs</a></li> + <li><a href="http://bf.unl.edu/" title="Business services for the university community">Business & Finance</a></li> + <li><a href="http://online.unl.edu/" title="Program/degree options, courses, student services, faculty resources">Extended Education</a></li> + <li><a href="http://www.ianr.unl.edu/" title="Colleges/divisions, news/info, hot topics">Institute of Agriculture and Natural Resources</a></li> + <li><a href="http://research.unl.edu/" title="Vice chancellor, layman Awards, research links by function, centers">Office of Research</a></li> + <li><a href="http://stuafs.unl.edu/" title="Services and programs that foster intellectual, cultural, physical, social, career, and moral development of students">Student Affairs</a></li> + <li><a href="http://www.unl.edu/ucomm/admin/" title="Full UNL Administrative List"><em>full Administrative Listing</em></a></li> + </ul> + <h2>Faculty / Staff Organizations</h2> + <ul> + <li><a href="http://www.unl.edu/acrew/" title="Contact info for campus religious groups, code of ethics">Association of Campus Religious Workers (ACReW)</a></li> + <li><a title="University-wide group responsible for formulating and recommending academic and planning goals and initiatives" href="http://www.unl.edu/apc/">Academic Planning Committee</a></li> + <li><a href="http://www.unl.edu/ccsw/" title="Members, documents, links">Chancellor's Commission on the Status of Women</a></li> + <li><a href="http://www.unl.edu/cglbtc/" title="Who we are, campus/community issues, special programs, resources">Committee on Gay, Lesbian, Bisexual and Transgender Concerns</a></li> + <li><a href="http://emeriti.unl.edu/">Emeriti Association</a></li> + <li><a title="Committees, motions, minutes" href="http://www.unl.edu/asenate/welcome.htm">Faculty Senate</a></li> + <li><a href="http://www.unl.edu/fwc/" title="The Faculty Women's Club at UNL">Faculty Women's Club</a></li> + <li><a href="http://uaad.unl.edu/" title="UAAD nights at the Rep, membership interest inventory, Founders' Day">University Association for Administrative Development (UAAD)</a></li> + <li><a href="http://unopa.unl.edu/" title="Officers, membership, constitution/bylaws/rules, notes, awards, schedule">University of Nebraska Office Professionals Association (UNOPA)</a></li> + </ul> + +</div> + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/facstaff/sharedcode/ticker.js b/facstaff/sharedcode/ticker.js new file mode 100644 index 0000000000000000000000000000000000000000..8be88743c2cf32912df836a0049967ac6f52d479 --- /dev/null +++ b/facstaff/sharedcode/ticker.js @@ -0,0 +1,64 @@ + //<![CDATA[ + google.load("feeds", "1"); + if ( typeof(unlfeed) === 'undefined' ) { + var unlfeed = new Object(); + } + unlfeed.feedTicker = function() { + var feed = new google.feeds.Feed("http://ucommxsrv1.unl.edu/newscarlet/?feed=rss2"), + feedQueue = [], + count = 1, + feedInterval = null, + container = document.getElementById("feed"), + feedC = document.getElementById('unl-splashfeed'); + + //feed.setNumEntries(num) - display "num" of entries in xml feed, default without this modifier is 4 - if set above number of feeds (ie 100 is more than we will ever have, will always display all feeds until we exceed 100) + feed.setNumEntries(100); + feedC.style.display = 'block'; + + //if feed is loaded successfully + feed.load(function(result) { + if (!result.error) { + for (var i = 0; i < result.feed.entries.length; i++) { + var entry = result.feed.entries[i]; + var feedLink = document.createElement("a"); + feedLink.href = entry.link; + feedLink.title = entry.title; + feedLink.appendChild(document.createTextNode(entry.title)); + feedQueue.push(feedLink); + } + + var iterateFeed = function(a){ + var firstC = (a === 'first' ? 0 : count); + + container.innerHTML = ''; + container.appendChild(feedQueue[firstC]); + + }; + + //this function is called every 5000ms interval, animating one feed at a time + var animateFeed = function(){ + if(count < feedQueue.length){ + iterateFeed('second'); + count++; + } else { + count = 1; + clearInterval(feedInterval); + //rerun news ticker if reach the end of feed + unlfeed.feedTicker(); + } + }; + + //render the first feed + iterateFeed('first'); + + //render subsequent feeds with interval + feedInterval = setInterval(animateFeed, 5000); //refresh time in miliseconds + + } else { + container.appendChild(document.createTextNode('News feed is currently unavailable. Please try again later.')); + } + }); + } + google.setOnLoadCallback(unlfeed.feedTicker); + //]]> + diff --git a/facstaff/sharedcode/ticker.js.LCK b/facstaff/sharedcode/ticker.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/facstaff/sharedcode/ticker.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/firstyear/graphics/pagehead_firstyear.gif b/firstyear/graphics/pagehead_firstyear.gif new file mode 100644 index 0000000000000000000000000000000000000000..3136b2874958a7a0f7209c5fdb5df1f3dbae47c1 Binary files /dev/null and b/firstyear/graphics/pagehead_firstyear.gif differ diff --git a/firstyear/graphics/pagehead_prostudents.gif b/firstyear/graphics/pagehead_prostudents.gif new file mode 100644 index 0000000000000000000000000000000000000000..6787efb7958d9fce08efc4ee6418dd2ae28b0e1a Binary files /dev/null and b/firstyear/graphics/pagehead_prostudents.gif differ diff --git a/firstyear/graphics/pic1.jpg b/firstyear/graphics/pic1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8af4491501201d200b9c564b0b1692be126580c Binary files /dev/null and b/firstyear/graphics/pic1.jpg differ diff --git a/firstyear/graphics/sidebarbox/coboxbody_l.gif b/firstyear/graphics/sidebarbox/coboxbody_l.gif new file mode 100644 index 0000000000000000000000000000000000000000..8aefd86a67cad113b48a1710263be7c678cebe0b Binary files /dev/null and b/firstyear/graphics/sidebarbox/coboxbody_l.gif differ diff --git a/firstyear/graphics/sidebarbox/coboxbody_r.gif b/firstyear/graphics/sidebarbox/coboxbody_r.gif new file mode 100644 index 0000000000000000000000000000000000000000..002b7e4f3f1811b615d5224654cb1bd67f51a21a Binary files /dev/null and b/firstyear/graphics/sidebarbox/coboxbody_r.gif differ diff --git a/firstyear/graphics/sidebarbox/coboxhead_l.gif b/firstyear/graphics/sidebarbox/coboxhead_l.gif new file mode 100644 index 0000000000000000000000000000000000000000..c25fa8b43b30d2934b6a28237305d1e8e621f33a Binary files /dev/null and b/firstyear/graphics/sidebarbox/coboxhead_l.gif differ diff --git a/firstyear/graphics/sidebarbox/coboxhead_r.gif b/firstyear/graphics/sidebarbox/coboxhead_r.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae6912939cc7db76083296cb669e4edc2bf90808 Binary files /dev/null and b/firstyear/graphics/sidebarbox/coboxhead_r.gif differ diff --git a/firstyear/graphics/sidebarbox/sbboxbody_l.png b/firstyear/graphics/sidebarbox/sbboxbody_l.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa776899b98434748335250b2a7f88542f3461b Binary files /dev/null and b/firstyear/graphics/sidebarbox/sbboxbody_l.png differ diff --git a/firstyear/graphics/sidebarbox/sbboxbody_r.png b/firstyear/graphics/sidebarbox/sbboxbody_r.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb6b16e5d1657a6481c2f76cb5f2463a815615f Binary files /dev/null and b/firstyear/graphics/sidebarbox/sbboxbody_r.png differ diff --git a/firstyear/graphics/sidebarbox/sbboxhead_l.png b/firstyear/graphics/sidebarbox/sbboxhead_l.png new file mode 100644 index 0000000000000000000000000000000000000000..16acbd4c1731131ccd8f78dc65b6af94c7a83662 Binary files /dev/null and b/firstyear/graphics/sidebarbox/sbboxhead_l.png differ diff --git a/firstyear/graphics/sidebarbox/sbboxhead_r.png b/firstyear/graphics/sidebarbox/sbboxhead_r.png new file mode 100644 index 0000000000000000000000000000000000000000..1060ca4b14e5c47698b67a80a451081b2a779b5d Binary files /dev/null and b/firstyear/graphics/sidebarbox/sbboxhead_r.png differ diff --git a/firstyear/index.shtml b/firstyear/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..59a310e39592dda6c88e0e443f50f1498dec9fc1 --- /dev/null +++ b/firstyear/index.shtml @@ -0,0 +1,233 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Resources for Your First Year</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<style type="text/css"> +#maincontent ul { + list-style:none; + padding-left:18px; + margin-top:-1em; + padding-right:12px +} +* html #maincontent ul { +margin-top:0px; +margin-left:0px; +} +</style> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Resources for Your First Year</li> +</ul> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --><h1>Your First Year</h1><!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <h2>The Power of Freshmen</h2> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="zenbox"> + <div style="float:right;margin-left:10px;"> + <img src="graphics/pic1.jpg" alt="student photo" width="240" height="240" /> + </div> + <div> + <h4 class="sserifsub"> + <strong>WORK HARD</strong> - MUCH IS EXPECTED OF YOU • BUT DON'T FORGET TO <strong>PLAY</strong> • ONE OF THE STRONGEST PREDICTORS OF STUDENT SUCCESS IS <strong>INVOLVEMENT</strong> + </h4> + <p style="font-size:120%">For freshmen, the University of Nebraska can seem a daunting place. This page is all about bringing a few resources a bit closer to you.</p> + <p style="font-size:120%">Freshman year may be the most important + year of the student experience. This is the year that you set + your study habits, choose your friends, and get started on your college journey. There are many people and resources + at UNL dedicated to making your freshman year a great beginning + to your Nebraska experience, so that you can become just who + you're meant to be.</p> + <h4 class="secmain" style="color:#AF0302;clear:both;">That's the Power of Red.</h4> + </div> + </div> + <div class="four_col"> + <div class="two_col left"> + <p class="sserifstoryheadsmall">Your University Lifestyle</p> + <p><a href="http://asun.unl.edu/index.php?option=com_content&task=view&id=103&Itemid=96">yearoneunl</a><br /> + <ul class="sseriftext11"> + <li><em><a href="http://involved.unl.edu/">Student Involvement</a> runs this website, with content written by freshmen for freshmen.</em></li> + </ul> + </p> + <p><a href="http://www.unl.edu/crec/">Campus Recreation</a><br /> + <ul class="sseriftext11"> + <li><em>Stay fit, play hard in the well-equipped Campus Rec facilities.</em></li> + </ul> + </p> + <p>Student Media: + <a href="http://www.dailynebraskan.com/">Daily Nebraskan</a> and + <a href="http://www.newsnetnebraska.org/">NewsNetNebraska</a>; UNL Media: <a href="http://events.unl.edu/" title="Upcoming UNL events in a searchable database">UNL Calendar</a>, + <a href="http://www.unl.edu/unlpub/unltoday.shtml">UNL Today</a>, + <a href="http://ucommxsrv1.unl.edu/scarlet/">The Scarlet</a> and + <a href="http://ucommxsrv1.unl.edu/unlnews/">News Releases</a> + <ul class="sseriftext11"> + <li><em>Look in these resources for information on what's going on + today at UNL.</em><br /> + </li> + </ul> + </p> + <p><a href="http://www.unl.edu/health/">University Health Center</a> + <ul class="sseriftext11"> + <li><em>Health center and clinic dedicated to the well-being of all UNL students.</em><br /> + </li> + </ul> + </p> + <p><a href="http://www.unl.edu/greek/">Greek Affairs</a></p> + <p><a href="http://www.unl.edu/housing/">Housing</a></p> + <p><a href="http://www.unl.edu/ssd/">Disability Resources</a></p> + <p> </p> + <p class="sserifstoryheadsmall">Getting Around </p> + <p><a href="http://www.unl.edu/unlpub/tour/unlmaps/">UNL Maps</a></p> + <p><a href="http://parking.unl.edu/">Parking and Transit Services</a> </p> + <p><a href="#" onkeypress="makeRemoteQTVR()" onclick="makeRemoteQTVR()" title="Take the virtual campus tour">Virtual + Tour - UNL 360</a></p> + <p>Public Transportation in Lincoln (external link: <a href="http://www.lincoln.ne.gov/city/pworks/startran/">StarTran</a>)</p> + <p><a href="http://lincoln.travelhero.com/index.cfm/state/NE/city/LINCOLN/aid/1623/index.html">Area + Lodging</a> (external link: <a href="http://www.lincoln.org/">Lincoln + Convention and Visitors Bureau</a>)</p> + <p> </p> + <p class="sserifstoryheadsmall">Books, Computers and Cards</p> + <p><a href="http://sales.unl.edu/">Computer Sales</a> - educational discounts on computers and software</p> + <p><a href="http://ncard.unl.edu/">NCard</a></p> + <p><a href="http://unebraska.bkstr.com">University Bookstore</a></p> + <p> </p> + <p class="sserifstoryheadsmall">Paying for School</p> + <p><a href="http://www.unl.edu/scholfa/">Scholarships and Financial Aid</a></p> + <p><a href="http://www.unl.edu/careers/student.shtml">Student Employment</a></p> + <p><a href="http://stuaccts.unl.edu/">Student Accounts</a></p> + </div> + <div class="two_col right"> + <p class="sserifstoryheadsmall"> Hitting the Books </p> + <p><a href="http://www.unl.edu/ous/">Undergraduate Studies</a> + <ul class="sseriftext11"> + <li><em>Undergraduate Studies supports and enhances the undergraduate studies experience at UNL.</em></li> + </ul> + </p> + <p><a href="http://my.unl.edu/">My.UNL</a> + <ul class="sseriftext11"> + <li><em>UNL's course management system and student portal environment.</em></li> + </ul> + </p> + <p><a href="http://wam.unl.edu/">WAM - What About Me</a> + <ul class="sseriftext11"> + <li><em>Links to your student record, registration, etc.</em></li> + </ul> + </p> + <p><a href="http://iris.unl.edu/">UNL Libraries</a> + <ul class="sseriftext11"> + <li><em>Nebraska's only comprehensive research library, University Libraries offers a collection of over 2.6 million print volumes and more than 22,000 current serial subscriptions.</em></li> + </ul> + </p> + <p><a href="http://www.unl.edu/unlpub/depts/">Colleges and Departments</a> + <ul class="sseriftext11"> + <li><em>Links to all colleges and every academic department at UNL.</em></li> + </ul> + </p> + <p><a href="http://www.unl.edu/regrec/">Registration and Records</a> + <ul class="sseriftext11"> + <li><em>The Registration and Records site is where you'll find + the UNL <a href="http://www.unl.edu/regrec/calendar/calen_current.shtml">Academic + Calendar</a>.</em></li> + </ul> + </p> + <p> </p> + <p class="sserifstoryheadsmall">After Hours</p> + <p><a href="http://involved.unl.edu/">Student Involvement</a><br /> + <ul class="sseriftext11"> + <li><em>There are more than 300 student organizations at UNL. One or two of them are just for you.</em></li> + </ul> + </p> + <p><a href="http://www.nutodo.com/">NUtodo.com</a><br /> + <ul class="sseriftext11"> + <li><em>This site lists all kinds of on- and off-campus activities.</em></li> + </ul> + </p> + <p><a href="http://www.huskers.com">Huskers.com</a><br /> + <ul class="sseriftext11"> + <li><em>Need we say more? The home of one of the nation's most successful athletic programs (both on the field and in the classroom).</em></li> + </ul> + </p> + <p>See our <a href="http://www.unl.edu/unlpub/visit.shtml">Visit</a> page + for more information on the extensive recreational and cultural + opportunities for UNL students and visitors.</p> + <p> </p> + <p class="sserifstoryheadsmall">Being Good</p> + <p><a href="http://stuafs.unl.edu/ja/">Student + Code of Conduct </a></p> + <p><a href="http://police.unl.edu/">UNL Police</a></p> + </div> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/firstyear/index.shtml.LCK b/firstyear/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..c2573f39f24094fb8a35c19416564e46e8e580ce --- /dev/null +++ b/firstyear/index.shtml.LCK @@ -0,0 +1 @@ +Brett Bieber||bbieber@unlnotes.unl.edu \ No newline at end of file diff --git a/firstyear/sharedcode/navigation.html b/firstyear/sharedcode/navigation.html new file mode 100644 index 0000000000000000000000000000000000000000..368d5e7c5b825d11a2dce0890ad83fda7fe23e96 --- /dev/null +++ b/firstyear/sharedcode/navigation.html @@ -0,0 +1,11 @@ +<ul> + <li class="first"><a href="/ucomm/firstyear/">Resources for Your First Year</a> + <ul> + <li class="first"><a href="http://www.unl.edu/ous/">Undergraduate Studies</a></li> + <li><a href="http://involved.unl.edu/">Student Involvement</a></li> + <li><a href="http://www.unl.edu/asun/">Student Government</a></li> + <li><a href="http://wam.unl.edu/">WAM</a></li> + <li><a href="http://my.unl.edu">My.UNL</a></li> + </ul> + </li> +</ul> diff --git a/images/140badge.png b/images/140badge.png new file mode 100644 index 0000000000000000000000000000000000000000..835f20b4f15d2380ef8e4a62199dfa7afcaf58a1 Binary files /dev/null and b/images/140badge.png differ diff --git a/images/140badge.png.LCK b/images/140badge.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/140badge.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/.htaccess b/images/promos/.htaccess new file mode 100644 index 0000000000000000000000000000000000000000..067148866655c2e47ee2ef43aad6c1bf93798798 --- /dev/null +++ b/images/promos/.htaccess @@ -0,0 +1,4 @@ +<FilesMatch "promos.xml$"> + Header set Access-Control-Allow-Origin "*" + Header set Access-Control-Allow-Headers "X-Requested-With" +</FilesMatch> diff --git a/images/promos/iqsc.swf b/images/promos/iqsc.swf new file mode 100644 index 0000000000000000000000000000000000000000..62e31ea243890279eff26ef8611c52d42b1aa9ea Binary files /dev/null and b/images/promos/iqsc.swf differ diff --git a/images/promos/promo_accreditation.swf b/images/promos/promo_accreditation.swf new file mode 100644 index 0000000000000000000000000000000000000000..f88f6cab6fec10522e8de85d66082b25039f0ee0 Binary files /dev/null and b/images/promos/promo_accreditation.swf differ diff --git a/images/promos/promo_alert.swf b/images/promos/promo_alert.swf new file mode 100644 index 0000000000000000000000000000000000000000..07207c41292daa38a0d1c4a468cb59373fafd1c0 Binary files /dev/null and b/images/promos/promo_alert.swf differ diff --git a/images/promos/promo_brrs.jpg b/images/promos/promo_brrs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7eb4888a0e5797cc0120e83a51577e126615363 Binary files /dev/null and b/images/promos/promo_brrs.jpg differ diff --git a/images/promos/promo_colloquium.jpg b/images/promos/promo_colloquium.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5aa6716ff3b4b81a1a7eb09fb1146521ee8b63b8 Binary files /dev/null and b/images/promos/promo_colloquium.jpg differ diff --git a/images/promos/promo_energycalc.jpg b/images/promos/promo_energycalc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d751c70d316a48dec82f189db941f2410335ce00 Binary files /dev/null and b/images/promos/promo_energycalc.jpg differ diff --git a/images/promos/promo_energycalc.jpg.LCK b/images/promos/promo_energycalc.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promo_energycalc.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/promo_enthompson.jpg b/images/promos/promo_enthompson.jpg new file mode 100644 index 0000000000000000000000000000000000000000..435aa5991c079e3643fa7e557f521889062ff821 Binary files /dev/null and b/images/promos/promo_enthompson.jpg differ diff --git a/images/promos/promo_events.jpg b/images/promos/promo_events.jpg new file mode 100644 index 0000000000000000000000000000000000000000..238361107047cba55982d912ddbea00ff51a65cc Binary files /dev/null and b/images/promos/promo_events.jpg differ diff --git a/images/promos/promo_facebook.jpg b/images/promos/promo_facebook.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f53d55b29f2d7dda598d2291f29a66b2cd4e205 Binary files /dev/null and b/images/promos/promo_facebook.jpg differ diff --git a/images/promos/promo_facebook.jpg.LCK b/images/promos/promo_facebook.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promo_facebook.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/promo_ftn.gif b/images/promos/promo_ftn.gif new file mode 100644 index 0000000000000000000000000000000000000000..d0f379c75207427956aa7479e8204bb436ff84f5 Binary files /dev/null and b/images/promos/promo_ftn.gif differ diff --git a/images/promos/promo_itunes.jpg b/images/promos/promo_itunes.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f20ac3b42c65eff2e8d7eb7b559caa01ce3414c Binary files /dev/null and b/images/promos/promo_itunes.jpg differ diff --git a/images/promos/promo_itunes.jpg.LCK b/images/promos/promo_itunes.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promo_itunes.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/promo_lied.jpg b/images/promos/promo_lied.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba2d416d965292451258660efacbbf0aef0afce1 Binary files /dev/null and b/images/promos/promo_lied.jpg differ diff --git a/images/promos/promo_lied.jpg.LCK b/images/promos/promo_lied.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promo_lied.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/promo_mrrmac.jpg b/images/promos/promo_mrrmac.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ad344201b10b422c95d9bd2abd7f611e9ecd7b4 Binary files /dev/null and b/images/promos/promo_mrrmac.jpg differ diff --git a/images/promos/promo_nebraskavalues.gif b/images/promos/promo_nebraskavalues.gif new file mode 100644 index 0000000000000000000000000000000000000000..e983307fe51da3a91598da872d3f4f28e74ee841 Binary files /dev/null and b/images/promos/promo_nebraskavalues.gif differ diff --git a/images/promos/promo_nebraskavalues.gif.LCK b/images/promos/promo_nebraskavalues.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promo_nebraskavalues.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/promo_nshop.jpg b/images/promos/promo_nshop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..244d6dcc1505596315faf402e95331ceea5186d8 Binary files /dev/null and b/images/promos/promo_nshop.jpg differ diff --git a/images/promos/promo_nshop.swf b/images/promos/promo_nshop.swf new file mode 100644 index 0000000000000000000000000000000000000000..713f8f0ffb24c6bfe665cee1ff23bd42c94090f9 Binary files /dev/null and b/images/promos/promo_nshop.swf differ diff --git a/images/promos/promo_nshop_cal.jpg b/images/promos/promo_nshop_cal.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6658eef2453c78be9f856d1ff9ffe5679f6d0fee Binary files /dev/null and b/images/promos/promo_nshop_cal.jpg differ diff --git a/images/promos/promo_nshop_cal.jpg.LCK b/images/promos/promo_nshop_cal.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promo_nshop_cal.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/promo_nshopxmas.swf b/images/promos/promo_nshopxmas.swf new file mode 100644 index 0000000000000000000000000000000000000000..97ac7a49a042d344938d17e5d87f3c137428d662 Binary files /dev/null and b/images/promos/promo_nshopxmas.swf differ diff --git a/images/promos/promo_parking.jpg b/images/promos/promo_parking.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9db89a305e998a33e8c0a0627e5fca753c45e58 Binary files /dev/null and b/images/promos/promo_parking.jpg differ diff --git a/images/promos/promo_parking.jpg.LCK b/images/promos/promo_parking.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promo_parking.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/promo_podcast.jpg b/images/promos/promo_podcast.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6674acace2e028f71e14f51bfa28112969b30cf Binary files /dev/null and b/images/promos/promo_podcast.jpg differ diff --git a/images/promos/promo_redesign.jpg b/images/promos/promo_redesign.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f36ce7017b57110bf41bf99bb6c1db3bd17e494c Binary files /dev/null and b/images/promos/promo_redesign.jpg differ diff --git a/images/promos/promo_redesign.jpg.LCK b/images/promos/promo_redesign.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promo_redesign.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/promo_sheldon.jpg b/images/promos/promo_sheldon.jpg new file mode 100644 index 0000000000000000000000000000000000000000..658efbb00b5e6ad8fc5ded619e14e4f62e1fa40c Binary files /dev/null and b/images/promos/promo_sheldon.jpg differ diff --git a/images/promos/promo_sheldon2.jpg b/images/promos/promo_sheldon2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a673872474399a7f09d99418428fa61a923d100d Binary files /dev/null and b/images/promos/promo_sheldon2.jpg differ diff --git a/images/promos/promo_statemuseum.jpg b/images/promos/promo_statemuseum.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7048c583b5020302f58811146f94aca8abc142c3 Binary files /dev/null and b/images/promos/promo_statemuseum.jpg differ diff --git a/images/promos/promo_uhc.swf b/images/promos/promo_uhc.swf new file mode 100644 index 0000000000000000000000000000000000000000..325f662773a8b0d71f129fce43f5b5014ebcf205 Binary files /dev/null and b/images/promos/promo_uhc.swf differ diff --git a/images/promos/promo_ware.swf b/images/promos/promo_ware.swf new file mode 100644 index 0000000000000000000000000000000000000000..e715fcfa170d6f74b3bea669a6c074cdae1a4674 Binary files /dev/null and b/images/promos/promo_ware.swf differ diff --git a/images/promos/promo_webdevnet.swf b/images/promos/promo_webdevnet.swf new file mode 100644 index 0000000000000000000000000000000000000000..f3c243eac44bf0c62e1410f99567ca6d787e8c04 Binary files /dev/null and b/images/promos/promo_webdevnet.swf differ diff --git a/images/promos/promos.xml b/images/promos/promos.xml new file mode 100644 index 0000000000000000000000000000000000000000..22546045665712f4015214841d46c1251b949306 --- /dev/null +++ b/images/promos/promos.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<random> + <contentContainer>randomPromo</contentContainer> + <promo id="International Quilt Study Center"> + <media type="flash">http://www.unl.edu/ucomm/images/promos/iqsc.swf</media> + <link>http://www.quiltstudy.org/</link> + </promo> + <promo id="Real Nebraska"> + <media type="image">http://www.unl.edu/ucomm/splash/images/realnebraska.jpg</media> + <link>http://admissions.unl.edu/real%5Fnebraska/</link> + </promo> + <promo id="UNL Calendar of Events"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_events.jpg</media> + <link>http://events.unl.edu/</link> + </promo> + <promo id="Sheldon Memorial Art Gallery"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_sheldon.jpg</media> + <link>http://sheldon.unl.edu/</link> + </promo> + <promo id="Nebraska State Museum"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_statemuseum.jpg</media> + <link>http://www-museum.unl.edu/</link> + </promo> + <promo id="Mary Riepma Ross Media Arts Center"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_mrrmac.jpg</media> + <link>http://www.theross.org</link> + </promo> + <promo id="E.N. Thompson Forum"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_enthompson.jpg</media> + <link>http://www.unl.edu/ucomm/enthompson/</link> + </promo> + <promo id="UNL Web Developer Network"> + <media type="flash">http://www.unl.edu/ucomm/images/promos/promo_webdevnet.swf</media> + <link>http://www.unl.edu/webdevnet/</link> + </promo> + <promo id="UNL Alert"> + <media type="flash">http://www.unl.edu/ucomm/images/promos/promo_alert.swf</media> + <link>http://emergency.unl.edu/</link> + </promo> + <promo id="N The Know"> + <media type="image">http://www.unl.edu/ucomm/splash/promo/images/ntheknow.jpg</media> + <link>http://www1.unl.edu/mediahub/search/n+the+know</link> + </promo> + <promo id="Nebraska Values"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_nebraskavalues.gif</media> + <link>http://nebraskavalues.unl.edu/</link> + </promo> + <promo id="Energy Usage Calculator"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_energycalc.jpg</media> + <link>http://www1.unl.edu/energycalc/</link> + </promo> + <promo id="Parking Pass Renewal"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_parking.jpg</media> + <link>http://parking.unl.edu/renewal/?utm_campaign=2009renewal&utm_medium=online&utm_source=unl.edu&utm_content=randompromo&utm_term=</link> + </promo> + <promo id="The Lied Center for Fine and Performing Arts"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_lied.jpg</media> + <link>http://www.liedcenter.org</link> + </promo> +</random> diff --git a/images/promos/promos.xml.LCK b/images/promos/promos.xml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/promos/promos.xml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/images/promos/uhc_promo.swf b/images/promos/uhc_promo.swf new file mode 100644 index 0000000000000000000000000000000000000000..325f662773a8b0d71f129fce43f5b5014ebcf205 Binary files /dev/null and b/images/promos/uhc_promo.swf differ diff --git a/images/sa_icon_winterweather.gif b/images/sa_icon_winterweather.gif new file mode 100644 index 0000000000000000000000000000000000000000..2a99566e12b692e2f520c5217bd533ae3b97e967 Binary files /dev/null and b/images/sa_icon_winterweather.gif differ diff --git a/images/sa_icon_winterweather.gif.LCK b/images/sa_icon_winterweather.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/images/sa_icon_winterweather.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/index.bak.shtml b/index.bak.shtml new file mode 100644 index 0000000000000000000000000000000000000000..9df4f57477ac0feaf8c9c730f1b7342a321500be --- /dev/null +++ b/index.bak.shtml @@ -0,0 +1,18 @@ +<!--#if expr=" + ($REMOTE_ADDR = /^129\.93/) || + ($REMOTE_ADDR = /^65\.123\.(3[2-9]|[4-5][0-9]|6[0-3])\./) || + ($REMOTE_ADDR = /^64\.39\.(24[0-9]|25[0-5])\./) || + ($REMOTE_ADDR = /^216\.218\.(20[8-9]|21[0-9]|22[0-3])\./) +" --> + <!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/unltoday/index.shtml?mobile=no" --> + <!--#else --> + <!--#include virtual="/ucomm/unltoday/index.shtml" --> + <!--#endif --> +<!--#else --> + <!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/splash/index.shtml?mobile=no" --> + <!--#else --> + <!--#include virtual="/ucomm/splash/index.shtml" --> + <!--#endif --> +<!--#endif --> diff --git a/index.shtml b/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..8f87744af53b719ed6230b4ac6ab62224f92653a --- /dev/null +++ b/index.shtml @@ -0,0 +1,19 @@ +<!--#set var="low_bandwidth" value="true" --><!--#if expr='$low_bandwidth = false' --><!--#include virtual="/ucomm/low_bandwidth/index.shtml" --><!--#else --> +<!--#if expr=" + ($REMOTE_ADDR = /^129\.93/) || + ($REMOTE_ADDR = /^65\.123\.(3[2-9]|[4-5][0-9]|6[0-3])\./) || + ($REMOTE_ADDR = /^64\.39\.(24[0-9]|25[0-5])\./) || + ($REMOTE_ADDR = /^216\.218\.(20[8-9]|21[0-9]|22[0-3])\./) +" --> + <!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/unltoday/index.shtml?mobile=no" --> + <!--#else --> + <!--#include virtual="/ucomm/unltoday/index.shtml" --> + <!--#endif --> +<!--#else --> + <!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/splash/index.shtml?mobile=no" --> + <!--#else --> + <!--#include virtual="/ucomm/splash/index.shtml" --> + <!--#endif --> +<!--#endif --><!--#endif --> diff --git a/international/images/main_international.jpg b/international/images/main_international.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f59d371344826763064d688bb991ecaba731e90 Binary files /dev/null and b/international/images/main_international.jpg differ diff --git a/international/images/main_international.jpg.LCK b/international/images/main_international.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/international/images/main_international.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/international/index.shtml b/international/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..ec7eb54bdfdf376e09d22e73b7dd65d26ba146f0 --- /dev/null +++ b/international/index.shtml @@ -0,0 +1,168 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Information for International Students</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<script type="text/javascript" src="http://www.unl.edu/ucomm/sharedcode/promos.js"></script> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> +<li>Information for International Students</li> +</ul> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> +<!--#include virtual="../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --><h1>International Students</h1><h2>Bringing UNL and the World Together</h2><!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="three_col left"> + <img src="images/main_international.jpg" alt="main content image" class="frame" /> + + <div class="zenbox neutral" style="padding:10px"> + <h3>A Global Community </h3><br /> + <p><strong>OVER 100 NATIONS REPRESENTED</strong> IN + STUDENT BODY • ACTIVE CULTURAL STUDENT ORGANIZATIONS • + DEDICATED ACADEMIC ASSISTANCE FOR INTERNATIONAL STUDENTS • NATIONAL + UNIVERSITY, INTERNATIONAL REPUTATION</p> + <p>For students from around the world, the + University of Nebraska-Lincoln is a special place, and a second + home. Rrecognized around the world for the + quality of its teaching, research and outreach, the reputation + of the University of Nebraska has led to a diverse + cultural and learning environment, with students from over + 100 countries learning and working today and every + day within UNL's student body. </p> + <p>The University of Nebraska + experience is an eye-opener. In many important ways the Nebraska + experience offers an unparalleled variety of global perspectives, + and global challenges. That's important ... because these are + the challenges the world is depending on you to solve. </p> + <p>Wherever you come from, there's a + place for you here. </p> + <p>That's the <em>Worldwide</em> Power of Red.</p> + </div> + </div> + + <div class="col right"> + + + <h2>Student Resources</h2> + <ul> + <li class="first"><a href="http://admissions.unl.edu/international/" title="Go to the International Student Page at Admissions">Admissions' + International Student Page</a></li> + <li><a href="http://admissions.unl.edu/international/collegefairs.asp" title="Go to the International College Fairs page at Admissions">UNL's + College Fair Itinerary</a></li> + <li><a href="http://www.unl.edu/iaffairs/" title="Go to the International Affairs site">International Affairs</a></li> + <li><a href="http://www.unl.edu/gradstudies/" title="Go to the Graduate Studies site">Graduate Studies</a></li> + <li><a href="http://www.unl.edu/piesl/iep.shtml" title="Go to the Intensive English Program site">Intensive English Program</a></li> + </ul> + + <h2>Learn About UNL</h2> + <ul> + <li class="first"><a href="http://www.unl.edu/ucomm/aboutunl/" title="Go to the About UNL page">About UNL</a></li> + <li><a href="http://www1.unl.edu/tour/" onclick="window.open(this.href,'unltourmap','scrollbars=1,width=1024,height=768,innerwidth=1024,innerheight=768'); return false;" title="Campus tour of the University of Nebraska-Lincoln (high bandwidth; requires QuickTime) and downloadable PDF maps">Campus Tour & Maps</a></li> + <li><a href="http://irp.unl.edu/pdfs/fbfall04web.pdf">Fact Book</a> (<a href="http://www.adobe.com/acrobat/readermain.html">pdf</a>)</li> + <li><a href="http://www.unl.edu/ucomm/chancllr/">Chancellor's Welcome</a></li> + </ul> + + <h2>Academics</h2> + <ul> + <li class="first"><a href="http://www.unl.edu/unlpub/depts/" title="Go to the UNL Colleges & Departments pages">Colleges and Departments</a></li> + <li><a href="http://www.unl.edu/regrec/">Registration and Records</a></li> + <li><a href="http://www.unl.edu/scholfa/">Scholarships and Financial Aid</a></li> + <li><a href="http://www.unl.edu/nse/">New Student Enrollment</a></li> + <li><a href="http://www.unl.edu/ous/">Undergraduate Studies</a></li> + <li><a href="http://www.unl.edu/ous/academic_tips/academic_tips.shtml">OUS Academic Tips</a></li> + </ul> + + <h2>Living At UNL</h2> + <ul> + <li class="first"><a href="http://www.unl.edu/ssd/">Disability Resources</a></li> + <li><a href="http://housing.unl.edu/">Housing</a></li> + <li><a href="http://parking.unl.edu/">Parking and Transit Services</a></li> + <li><a href="http://einvolvement.unl.edu/" title="Search Student Involvement's database of student organizations">Student Organizations</a></li> + <li><a href="http://si.unl.edu/">Student Involvement</a></li> + <li><a href="http://www.unl.edu/health/">University Health Center</a></li> + <li><a href="http://police.unl.edu/">UNL Police</a></li> + <li><a href="http://stuafs.unl.edu/ja/code/">Student Code of Conduct </a></li> + + </ul> + + + + + + </div> + + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="/ucomm/sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/international/index.shtml.LCK b/international/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/international/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/low_bandwidth/addon.css b/low_bandwidth/addon.css new file mode 100644 index 0000000000000000000000000000000000000000..174ebd49f6c92b43a9896014637f5372d0ce8cce --- /dev/null +++ b/low_bandwidth/addon.css @@ -0,0 +1 @@ +a{background-image:url(data:image/gif;base64,R0lGODlhAwADAIABAG9vb////yH5BAEAAAEALAAAAAADAAMAAAIEjAMXBQA7)}#maincontent .sec_main,#maincontent .sec_header{background-image:url(data:image/gif;base64,R0lGODlhCwANAMQdALQnD7RDOK8xG604H7NAObIxH58dAK1BO7IpFLczIqgqDLA1J60kDKs9La0sF7ExG7MlDLAcAq8cCrM2MbMyJroyI7FALa0xGKUnDLIpDKoxEP7//////////wAAAAAAACH5BAEAAB0ALAAAAAALAA0AAAUnYCeOZGmOjlacXWUsbJJN7MhACvtIAytQjVIAY2FdIgAWAXGoOWshADs=)}#footer a{background-image:url(data:image/gif;base64,R0lGODlhAwADAIABAP///wAAACH5BAEKAAEALAAAAAADAAMAAAIEjAMXBQA7)} \ No newline at end of file diff --git a/low_bandwidth/addon.ie.css.js b/low_bandwidth/addon.ie.css.js new file mode 100644 index 0000000000000000000000000000000000000000..44092504682cf985690a1d47f9027df580988094 --- /dev/null +++ b/low_bandwidth/addon.ie.css.js @@ -0,0 +1,29 @@ +/* +Content-Type: multipart/related; boundary="_" + +--_ +Content-Location:17 +Content-Type: image/gif +Content-Transfer-Encoding:base64 + +R0lGODlhAwADAIABAG9vb////yH5BAEAAAEALAAAAAADAAMAAAIEjAMXBQA7 + +--_ +Content-Location:47 +Content-Type: image/gif +Content-Transfer-Encoding:base64 + +R0lGODlhCwANAMQdALQnD7RDOK8xG604H7NAObIxH58dAK1BO7IpFLczIqgqDLA1J60kDKs9La0sF7ExG7MlDLAcAq8cCrM2MbMyJroyI7FALa0xGKUnDLIpDKoxEP7//////////wAAAAAAACH5BAEAAB0ALAAAAAALAA0AAAUnYCeOZGmOjlacXWUsbJJN7MhACvtIAytQjVIAY2FdIgAWAXGoOWshADs= + +--_ +Content-Location:52 +Content-Type: image/gif +Content-Transfer-Encoding:base64 + +R0lGODlhAwADAIABAP///wAAACH5BAEKAAEALAAAAAADAAMAAAIEjAMXBQA7 +*/ +(function(){ +var style = document.getElementsByTagName('head')[0].appendChild(document.createElement('style')); +style.type = 'text/css'; +style.styleSheet.cssText = 'a{background-image:url(mhtml:http://www.unl.edu/ucomm/low_bandwidth/addon.ie.css.js!17)}#maincontent .sec_main,#maincontent .sec_header{background-image:url(mhtml:http://www.unl.edu/ucomm/low_bandwidth/addon.ie.css.js!47)}#footer a{background-image:url(mhtml:http://www.unl.edu/ucomm/low_bandwidth/addon.ie.css.js!52)}'; +})() \ No newline at end of file diff --git a/low_bandwidth/addon.std.css b/low_bandwidth/addon.std.css new file mode 100644 index 0000000000000000000000000000000000000000..0b39017cdc90ba30001b951d8e55cf15de64c374 --- /dev/null +++ b/low_bandwidth/addon.std.css @@ -0,0 +1 @@ +a{background-image:url(/ucomm/templatedependents/templatecss/images/dott.gif)}#maincontent .sec_main,#maincontent .sec_header{background-image:url(/ucomm/templatedependents/templatecss/images/heading.gif)}#footer a{background-image:url(/ucomm/templatedependents/templatecss/images/dottWhite.gif)} \ No newline at end of file diff --git a/low_bandwidth/heading.png b/low_bandwidth/heading.png new file mode 100644 index 0000000000000000000000000000000000000000..461a4db3e59a0b38a31a7abe895128f4680e8081 Binary files /dev/null and b/low_bandwidth/heading.png differ diff --git a/low_bandwidth/index.shtml b/low_bandwidth/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..ebc9210dfdbcef87148af68ddc4778c09dbf4f0b --- /dev/null +++ b/low_bandwidth/index.shtml @@ -0,0 +1,91 @@ +<!DOCTYPE html> +<html> + +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>University of Nebraska-Lincoln</title> + <meta name="author" content="University of Nebraska-Lincoln | Web Developer Network" /> + <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> + <meta http-equiv="content-language" content="en" /> + <meta name="language" content="en" /> + <link rel="shortcut icon" href="/wdn/templates_3.0/images/favicon.ico" /> + <!--[if lt IE 9]> + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + <style> + * { + margin: 0; + padding: 0; + } + body { + background: #f1f1f1; + font-family: Helvetica,"Lucida Grande",Verdana,Arial,sans-serif; + } + .skipnav { + text-indent: -9999em; + position: absolute; + } + #wdn_wrapper { + width: 90%; + margin: 0 auto; + padding: 10px; + background: #fff; + -webkit-box-shadow: 0px 1px 5px #AAA; + -moz-box-shadow: 0px 1px 5px #AAA; + box-shadow: 0px 1px 5px #AAA; + border-radius: 0 0 10px 10px; + } + #logo { + float: left; + } + #wdn_wrapper h1 { + float: left; + color: #333; + margin: 10px; + font-family: Helvetica,"Lucida Grande",Verdana,Arial,sans-serif; + } + #pagetitle { + clear: both; + color: #ac0302; + margin-top: 3em; + } + a { + color: #ac0302; + } + #footer { + margin: 3em -10px -10px -10px; + border-top: 2px solid #ddd; + padding: 10px; + } + </style> +</head> +<body class="html5 fixed"> + <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + <div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --><h2 style="margin-bottom:6px;">Web Server Testing Underway</h2><!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>The University of Nebraska-Lincoln is currently testing the capacity of our web servers to remain responsive in time of crisis. This testing is expected to end at 6:15 a.m. Central Daylight Time (GMT -5:00). At that point, regular UNL.edu service will resume. This is only a test. There is no emergency at this time. We apologize for any inconvenience. If you have questions, please contact the Call Center at (402) 472-7211.</p> + <p><em>update pushed at 6:10am</em></p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!-- TemplateEndEditable --> + <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> + </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> + </div> +</body> +</html> \ No newline at end of file diff --git a/low_bandwidth/index_test.html b/low_bandwidth/index_test.html new file mode 100644 index 0000000000000000000000000000000000000000..7c511e5d7cf4c2cb991d369270820dff579aa2b6 --- /dev/null +++ b/low_bandwidth/index_test.html @@ -0,0 +1,91 @@ +<!DOCTYPE html> +<html> + +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>University of Nebraska-Lincoln</title> + <meta name="author" content="University of Nebraska-Lincoln | Web Developer Network" /> + <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> + <meta http-equiv="content-language" content="en" /> + <meta name="language" content="en" /> + <link rel="shortcut icon" href="/wdn/templates_3.0/images/favicon.ico" /> + <!--[if lt IE 9]> + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + <style> + * { + margin: 0; + padding: 0; + } + body { + background: #f1f1f1; + font-family: "Lucida Grande",Verdana,Arial,sans-serif; + } + .skipnav { + text-indent: -9999em; + position: absolute; + } + #wdn_wrapper { + width: 90%; + margin: 0 auto; + padding: 10px; + background: #fff; + -webkit-box-shadow: 0px 1px 5px #AAA; + -moz-box-shadow: 0px 1px 5px #AAA; + box-shadow: 0px 1px 5px #AAA; + border-radius: 0 0 10px 10px; + } + #logo { + float: left; + } + #wdn_wrapper h1 { + float: left; + color: #333; + margin: 10px; + font-family: Helvetica, "Lucida Grande",Verdana,Arial,sans-serif; + } + #pagetitle { + clear: both; + color: #ac0302; + margin-top: 3em; + } + a { + color: #ac0302; + } + #footer { + margin: 3em -10px -10px -10px; + border-top: 2px solid #ddd; + padding: 10px; + } + </style> +</head> +<body class="html5 fixed"> + <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + <div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --><h2>Web Server Testing Underway</h2><!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>The University of Nebraska-Lincoln is currently testing the capacity of our web servers to remain responsive in time of crisis. This testing is expected to end at 6 a.m. Central Daylight Time (GMT -5:00). At that point, regular UNL.edu service will resume. This is only a test. There is no emergency at this time. We apologize for any inconvenience. If you have questions, please contact the Call Center at (402) 472-7211.</p> + <p><em>update pushed at 5:00am</em></p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!-- TemplateEndEditable --> + <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> + </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> + </div> +</body> +</html> \ No newline at end of file diff --git a/low_bandwidth/out.css b/low_bandwidth/out.css new file mode 100644 index 0000000000000000000000000000000000000000..2a3840c0d31514ef6ec2204e0b6102011ca3f385 --- /dev/null +++ b/low_bandwidth/out.css @@ -0,0 +1 @@ +*{margin:0;padding:0;}a{outline:none;color:#900;text-decoration:none;background:repeat-x bottom;padding:0 0 2px 0;}a:hover{color:#c00;}a:focus{color:#c00!important;}p{margin:0 0 1.1em 0;}img{border:none;}body{text-align:center;font:71%/150% "Lucida Grande",Verdana,Arial;color:#434343;}p.sec_main{color:#353535;font-weight:normal;letter-spacing:-1px;font:1.6em Verdana,Helvetica,sans-serif;}#right_area dt,#navlinks ul li,#leftcollinks h3,#footer h3{font-family:Verdana,Helvetica,sans-serif;font-weight:normal;letter-spacing:-1px;}#container{min-width:988px;text-align:left;margin:-4px 0 0 0;border-top:2px solid #333;background:#eee;}#container div.clear:after{content:".";display:block;clear:both;visibility:hidden;}#container div.clear{margin:0 auto;padding:0 14px 10px 14px;min-height:768px;width:960px;background:repeat-y;text-align:left;}#title{padding:35px 8px 10px;}#title #titlegraphic{left:0;position:absolute;width:auto;min-height:70px;}img#wordmark{width:88px;position:absolute;top:0;right:0;margin:0 10px 0 0;}#title h1,#title h2{font-family:Arial,Helvetica,sans-serif;line-height:150%;}#title h1{font-size:2.5em;color:#6E6E6E;margin-bottom:-6px;}#title h2{font-size:2.0em;color:#2E261D;margin-top:0;}body#doc{background:#eee;margin:30px 0 10px 0;}body#doc #header,body#doc #container,body#doc #footer{min-width:0;}body#doc #footer,body#doc #container div.clear{padding:0 10px;width:720px;margin:0 auto;}body#doc #container div.clear .mainwrapper,body#doc #container div.clear .altwrapper{width:100%;}body#doc #container div.clear{width:720px;background:#fff;}body#doc #container{border:none;}body#doc #footer #footer_floater{min-height:50px;padding:0;width:720px;margin:0 auto;background:none;}body#doc img#wordmark{margin:0;}#container div.clear #navigation,#title #titlegraphic,#container div.clear,#main_right{position:relative;}#main_right{overflow:hidden;}#footer{min-width:988px;clear:both;color:#eaeaea;position:relative;background:#414241;border-top:3px solid #af0909;text-align:center;}#footer #footer_floater{margin:0 auto;padding:5px 14px 5px 14px;position:relative;width:960px;min-height:60px;text-align:left;background:#414241 repeat-y;}#footer h3{font-size:17px;letter-spacing:-1px;color:#fff;padding:30px 0 15px 0;}#footer a{color:#fff;text-decoration:none;padding:0 0 2px 0;background:repeat-x bottom;margin:0 3px;}#footer a.external{padding-right:13px;background:center right no-repeat;}.footer_logo{padding-top:20px;border:0;}#footer .footer_logo a{border:0;}#footer #copyright{margin:15px auto 0 auto;position:relative;padding:0 100px 20px 10px;text-align:left;clear:both;}.bgcolcream,.bgcolscarlet{background-color:#F8F5EA;}.bgcolfixed{background-color:#EEE;}.bgcolmedgray,.bgcoldkgray{background:#e7e7d6;}.zenboxsolid,.zenboxfixed{border:1px solid #C9C28C;position:relative;background-color:#FFFCE9;padding:4px 10px;}.zenboxfeature{border:1px dashed #C9C28C;background-color:#FFFCE9;padding:4px 10px;}form select option{padding-right:.5em;}#container div.clear .mainwrapper,#container div.clear .altwrapper{width:720px;}#container div.clear #main_right{font-size:1.1em;}#container div.clear #maincontent{float:left;padding:0 10px;position:relative;}#maincontent ul,#footer ul{list-style:square;padding:0 0 1.1em 30px;}#maincontent ol{padding:0 0 1.1em 36px;}#maincontent dd{padding:0 0 0 30px;}#maincontent .col,#maincontent .one_col{width:220px;padding:0 10px;float:left;position:relative;}#maincontent .two_col{float:left;width:460px;padding:0 10px;}#maincontent .three_col{float:left;width:700px;padding:0 10px;}#maincontent .col_half{width:100px;padding:0 10px;float:left;position:relative;}#maincontent .left{padding-left:0;float:left;}#maincontent .right{padding-right:0;float:right;}#maincontent .clear{clear:both;}#container div.clear #maincontent .clear,#container div.clear #maincontent .clr{clear:both;margin:0;padding:0;min-height:0;width:auto;height:auto;background:none;}#maincontent table th{text-align:center;}#shelf{position:absolute;z-index:1000;width:100%;min-width:988px;left:0;margin-top:0;text-align:left;}a.imagelink,#footer a.imagelink{background:none;}.sserifstoryhead,.sserifstoryheadred{font-size:1.2em;}#maincontent h1,#maincontent h2,#maincontent h3{line-height:1.2;font-weight:normal;padding-top:.2em;padding-bottom:.3em;}#maincontent h4,#maincontent h5,#maincontent h6{line-height:1.2;font-weight:normal;padding-top:.1em;padding-bottom:.2em;}#maincontent h1{font-size:1.7em;}#maincontent h2{font-size:1.5em;}#maincontent h3{font-size:1.4em;}#maincontent h4{font-size:1.3em;}#maincontent h5{font-size:1.2em;}#maincontent h6{font-size:.9em;}#maincontent .sec_main{background:;padding-left:.7em;background-position:left .74ex;padding-top:3px;padding-bottom:4pt;background-repeat:no-repeat;}#maincontent .sec_header{background-color:#e3e3e3;background:#e3e3e3 left center no-repeat;background-position:6px .90ex;border-left:6px #434443 solid;padding-left:20px;padding-bottom:4pt;padding-top:3px;margin-bottom:8px;font:1.6em Verdana,Helvetica,sans-serif;color:#353535;letter-spacing:-1px;}sub,sup{line-height:0;}abbr,acronym{text-decoration:none;border-bottom:none;}abbr:after,acronym:after{font-size:67%;content:"?";vertical-align:super;display:inline;float:none;color:#c60202;}.code{font-size:90%;font-weight:bold;font-family:"Courier New",Courier,mono;}pre{font-family:"Courier New",Courier,mono;font-size:95%;}.highlight-navy,.sserifstoryheadnavy{color:#005387;}.highlight-green{color:#509B09;}.highlight-red,.sserifstoryheadred{color:#900;} \ No newline at end of file diff --git a/low_bandwidth/wordmark.png b/low_bandwidth/wordmark.png new file mode 100644 index 0000000000000000000000000000000000000000..582e8f04ccb16bbd7210e419b7e602d5fa07665b Binary files /dev/null and b/low_bandwidth/wordmark.png differ diff --git a/low_bandwidth_temp.shtml b/low_bandwidth_temp.shtml new file mode 100644 index 0000000000000000000000000000000000000000..70af23dda689bfcc4ad629f1c0b39a684f8d9a90 --- /dev/null +++ b/low_bandwidth_temp.shtml @@ -0,0 +1,90 @@ +<!DOCTYPE html> +<html> + +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>University of Nebraska-Lincoln</title> + <meta name="author" content="University of Nebraska-Lincoln | Web Developer Network" /> + <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> + <meta http-equiv="content-language" content="en" /> + <meta name="language" content="en" /> + <link rel="shortcut icon" href="/wdn/templates_3.0/images/favicon.ico" /> + <!--[if lt IE 9]> + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + <style> + * { + margin: 0; + padding: 0; + } + body { + background: #f1f1f1; + font-family: "Lucida Grande",Verdana,Arial,sans-serif; + } + .skipnav { + text-indent: -9999em; + position: absolute; + } + #wdn_wrapper { + width: 90%; + margin: 0 auto; + padding: 10px; + background: #fff; + -webkit-box-shadow: 0px 1px 5px #AAA; + -moz-box-shadow: 0px 1px 5px #AAA; + box-shadow: 0px 1px 5px #AAA; + border-radius: 0 0 10px 10px; + } + #logo { + float: left; + } + #wdn_wrapper h1 { + float: left; + color: #333; + margin: 10px; + font-family: Helvetica, "Lucida Grande",Verdana,Arial,sans-serif; + } + #pagetitle { + clear: both; + color: #ac0302; + margin-top: 3em; + } + a { + color: #ac0302; + } + #footer { + margin: 3em -10px -10px -10px; + border-top: 2px solid #ddd; + padding: 10px; + } + </style> +</head> +<body class="html5 fixed"> + <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + <div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --><h2>Emergency Title</h2><!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p>This is an emergency low-bandwidth page</p> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!-- TemplateEndEditable --> + <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> + </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> + </div> +</body> +</html> \ No newline at end of file diff --git a/nano.save b/nano.save new file mode 100644 index 0000000000000000000000000000000000000000..182ebd9b68ff4a21db67daf7ac3397968925e49d --- /dev/null +++ b/nano.save @@ -0,0 +1,3 @@ +./sharedcode/footer.html ./ucomm/sharedcode/footer.html ./ucomm/av/video/2007stateofuniversity/sharedcode/footer.html ./ucomm/av/video/nicampus/sharedcode/footer.html ./ucomm/av/video/2008stateofuniversity/sharedcode/footer.html ./ucomm/av/video/AyersPresser/sharedcode/footer.html ./ucomm/notables/sharedcode/footer.html ./ucomm/speakers/sharedcode/footer.html ./ucomm/footer.html +./ucomm/ucomm/sharedcode/footer.html ./unltoday/slideshows/sharedcode/footer.html ./chancllr/sharedcode/footer.html ./chancllr/ncaastudy/sharedcode/footer.html ./chancllr/wellness/sharedcode/footer.html ./chancllr/sustainability/sharedcode/footer.html ./chancllr/search/2009/cio/sharedcode/footer.html ./aboutunl/sharedcode/footer.html ./ntheknow/sharedcode/footer.html +./nebraskavalues/sharedcode/footer.html ./lincoln/sharedcode/footer.html diff --git a/news/images/small_tall.jpg b/news/images/small_tall.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fadfcf073bc249bfea69a0c3f909fd36f322a068 Binary files /dev/null and b/news/images/small_tall.jpg differ diff --git a/news/index.shtml b/news/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..365bfd46daaebe5ec3600ea59ac372bb487dca91 --- /dev/null +++ b/news/index.shtml @@ -0,0 +1,154 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | News and Information</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +<!-- +location.replace("http://newsroom.unl.edu/"); +//--> +</script> +<noscript> +<meta http-equiv="refresh" content="0; URL=http://newsroom.unl.edu/"> +</noscript> + +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>News</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>News From UNL</h1> + <h2>Making Headlines</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="two_col left"> + <p class="sec_main">News and Information</p> + <p>UNL is constantly making headlines. This is the source of university news and newsmakers for professionals in broadcast, print and other news media. News media professionals are encouraged to make personal contact with the Office of University Communications' News and Video Services unit (402-472-2211) for services tailored to your specific requirements.</p> + <h2>News Resources for Professionals </h2> + <ul> + <li><a href="http://newsroom.unl.edu/releases/">UNL News Releases</a></li> + <li><a href="http://ianrnews.unl.edu/">IANR News</a></li> + <li><a href="http://ucommxsrv2.unl.edu/newsmakers/" title="UNL Newsmakers helps you find contact information for UNL experts in any subject area.">UNL Newsmakers Database</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS Content Feeds</a></li> + <li><a title="A photo library of UNL administrators" href="http://www.unl.edu/ucomm/chancllr/2004adminchofc.shtml">UNL Administration</a> + <ul> + <li><a title="A photo library of UNL Deans and Directors" href="http://www.unl.edu/ucomm/chancllr/2004admindeans.shtml">Deans & Directors</a></li> + </ul> + </li> + </ul> + <h2>News For Faculty/Staff</h2> + <ul> + <li><a href="http://www.unl.edu/ucomm/unltoday/">UNL Today</a> </li> + <li><a href="http://ucommxsrv1.unl.edu/scarlet/public/">The Scarlet</a></li> + </ul> + <h2>Online Publications and Resources </h2> + <ul> + <li><a href="http://www.unl.edu/ucomm/chancllr/otcspeech.shtml">State of the University Address</a></li> + <li><a href="http://irp.unl.edu/factbooks.html">UNL Factbook</a></li> + <li><a href="http://ucommxsrv1.unl.edu/unlstyleguide/">UNL Style Guide</a></li> + <li><a href="http://www.unl.edu/ucomm/ucomm/av/video/">Public Service Announcements</a></li> + <li><a href="http://speakersbureau.unl.edu/">Speakers Bureau</a></li> + </ul> + </div> + <div class="col right"> + <div class="image_small_tall"><img src="images/small_tall.jpg" alt="Microphone" /></div> + </div> + <div style="clear:both"></div> + <div> + <p><strong>Public Relations for UNL is coordinated by:</strong><br /> + <a href="http://ucomm.unl.edu/">UNL Office of University Communications</a></p> + </div> + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/news/index.shtml.LCK b/news/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..106dd51df3e71bd44eefa2cbedb8a3b68daebece --- /dev/null +++ b/news/index.shtml.LCK @@ -0,0 +1 @@ +Bob||rcrisler1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/document.dwt b/ntheknow/Templates/document.dwt new file mode 100644 index 0000000000000000000000000000000000000000..98f3b4b91a3426852655172aac43614bc7523fc0 --- /dev/null +++ b/ntheknow/Templates/document.dwt @@ -0,0 +1,107 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Document Template</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="doc" --> +</head> +<body id="doc"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/Templates/document.dwt.LCK b/ntheknow/Templates/document.dwt.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/document.dwt.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/fixed.dwt b/ntheknow/Templates/fixed.dwt new file mode 100644 index 0000000000000000000000000000000000000000..08f84d5206e8069e11aeb62d2f8e35034434e7c6 --- /dev/null +++ b/ntheknow/Templates/fixed.dwt @@ -0,0 +1,107 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Fixed Width</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="fixed" --> +</head> +<body id="fixed"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/Templates/fixed.dwt.LCK b/ntheknow/Templates/fixed.dwt.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/fixed.dwt.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/liquid.dwt b/ntheknow/Templates/liquid.dwt new file mode 100644 index 0000000000000000000000000000000000000000..e9ade3463655dbbdc71314f5c7b249710c4ad728 --- /dev/null +++ b/ntheknow/Templates/liquid.dwt @@ -0,0 +1,107 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlstandardtemplate.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Fixed Width</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="liquid" --> +</head> +<body id="liquid"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/Templates/liquid.dwt.LCK b/ntheknow/Templates/liquid.dwt.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/liquid.dwt.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/php.document.dwt.php b/ntheknow/Templates/php.document.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..b178cf74a9151d9693bc41f940d0b3d4d21c64f7 --- /dev/null +++ b/ntheknow/Templates/php.document.dwt.php @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="doc" --> +</head> +<body id="doc"> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php include('../sharedcode/navigation.html'); ?> + </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/Templates/php.document.dwt.php.LCK b/ntheknow/Templates/php.document.dwt.php.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/php.document.dwt.php.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/php.fixed.dwt.php b/ntheknow/Templates/php.fixed.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..2675e8d02635a93c01129ae9a8981482bb1a7ee9 --- /dev/null +++ b/ntheknow/Templates/php.fixed.dwt.php @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="fixed" --> +</head> +<body id="fixed"> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php include('../sharedcode/navigation.html'); ?> + </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/Templates/php.fixed.dwt.php.LCK b/ntheknow/Templates/php.fixed.dwt.php.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/php.fixed.dwt.php.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/php.liquid.dwt.php b/ntheknow/Templates/php.liquid.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..339b39d22428e34a043c5e83476cb75e6d750056 --- /dev/null +++ b/ntheknow/Templates/php.liquid.dwt.php @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/php.unlstandardtemplate.dwt.php" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable --><!-- InstanceParam name="maincontentimage" type="boolean" value="true" --><!-- InstanceParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="liquid" --> +</head> +<body id="liquid"> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>New Page</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- InstanceBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php include('../sharedcode/navigation.html'); ?> + </div> + <!-- InstanceEndEditable --> + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php include('../sharedcode/relatedLinks.html'); ?> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> <!-- InstanceBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <?php include('../sharedcode/footer.html'); ?> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/Templates/php.liquid.dwt.php.LCK b/ntheknow/Templates/php.liquid.dwt.php.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/php.liquid.dwt.php.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/php.unlstandardtemplate.dwt.php b/ntheknow/Templates/php.unlstandardtemplate.dwt.php new file mode 100644 index 0000000000000000000000000000000000000000..1e2cd93767b338b780f774bbef377fd1c49e0747 --- /dev/null +++ b/ntheknow/Templates/php.unlstandardtemplate.dwt.php @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlframework.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- InstanceBeginEditable name="head" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html'); ?> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html'); ?> +<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- TemplateParam name="maincontentimage" type="boolean" value="true" --><!-- TemplateParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceEndEditable --><!-- InstanceParam name="collegenavigation" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="" passthrough="true" --> +</head> +<body id="@@@(bodyid)@@@"> +<!-- InstanceBeginEditable name="siteheader" --> +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Standard Template</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" --> @@(" ")@@ +<?php virtual('/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml'); ?> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- InstanceBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- TemplateBeginEditable name="navcontent" --> + <div id="navlinks"> + <?php virtual('/cssunltemplates/sharedcode/navigation.html'); ?> + </div> + <!-- TemplateEndEditable --> + <div id="nav_end"></div> + <!-- TemplateBeginIf cond="_document['leftRandomPromo']" --><!-- TemplateBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- TemplateBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <?php virtual('/cssunltemplates/sharedcode/relatedLinks.html'); ?> + <!-- TemplateEndEditable --> </div> + </div> + <!-- close navigation --> + <!-- InstanceEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincolcontent" --> + <div id="maincontent"> <!-- TemplateBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> </div> + <!-- InstanceEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- InstanceBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="copyright"> <!-- TemplateBeginEditable name="footercontent" --> + <?php virtual('/cssunltemplates/sharedcode/footer.html'); ?> + <!-- TemplateEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- InstanceEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/Templates/php.unlstandardtemplate.dwt.php.LCK b/ntheknow/Templates/php.unlstandardtemplate.dwt.php.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/php.unlstandardtemplate.dwt.php.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/unlframework.dwt b/ntheknow/Templates/unlframework.dwt new file mode 100644 index 0000000000000000000000000000000000000000..93c37571a7268d2e0594ecaa58a7ec238a2e5815 --- /dev/null +++ b/ntheknow/Templates/unlframework.dwt @@ -0,0 +1,95 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- TemplateBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- TemplateEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- TemplateBeginEditable name="head" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- TemplateEndEditable --><!-- TemplateParam name="collegenavigation" type="boolean" value="true" --><!-- TemplateParam name="bodyid" type="text" value="" --> +</head> +<body id="@@(bodyid)@@"> +<!-- TemplateBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- TemplateEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- TemplateBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Framework</li> + </ul> + <!-- TemplateEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- TemplateBeginEditable name="shelf" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> +<!-- TemplateEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- TemplateBeginIf cond="collegenavigation" --><!-- TemplateBeginEditable name="collegenavigationlist" --> <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- TemplateBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- TemplateEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- TemplateBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <div id="navlinks"> + <!--#include virtual="../sharedcode/navigation.html" --> + </div> + <div id="nav_end"></div> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + </div> + </div> + <!-- close navigation --> + <!-- TemplateEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincolcontent" --> + <!-- optional main big content image --> + <div id="maincontent"> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + </div> + <!-- close right-area --> + <!-- TemplateEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- TemplateBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> + <div id="copyright"> + <!--#include virtual="../sharedcode/footer.html" --> + <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- TemplateEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +</html> diff --git a/ntheknow/Templates/unlframework.dwt.LCK b/ntheknow/Templates/unlframework.dwt.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/unlframework.dwt.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/Templates/unlstandardtemplate.dwt b/ntheknow/Templates/unlstandardtemplate.dwt new file mode 100644 index 0000000000000000000000000000000000000000..ab6323275c02ffbfcbfb49eeb4f2fa4670e5a7ca --- /dev/null +++ b/ntheknow/Templates/unlstandardtemplate.dwt @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/unlframework.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL Redesign</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> +<!-- InstanceBeginEditable name="head" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- TemplateParam name="maincontentimage" type="boolean" value="true" --><!-- TemplateParam name="leftRandomPromo" type="boolean" value="true" --><!-- InstanceEndEditable --><!-- InstanceParam name="collegenavigation" type="boolean" value="true" --><!-- InstanceParam name="bodyid" type="text" value="" passthrough="true" --> +</head> +<body id="@@@(bodyid)@@@"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Standard Template</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> +<!-- InstanceBeginEditable name="shelf" --> @@(" ")@@ +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> +<!-- InstanceEndEditable --> +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Page Header</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + <!-- InstanceBeginEditable name="leftcolcontent" --> + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + <!-- TemplateBeginEditable name="navcontent" --> + <div id="navlinks"> + <!--#include virtual="../sharedcode/navigation.html" --> + </div> + <!-- TemplateEndEditable --> + <div id="nav_end"></div> + <!-- TemplateBeginIf cond="_document['leftRandomPromo']" --><!-- TemplateBeginEditable name="leftRandomPromo" --> + <div id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/imagestranspixel.gif" height="88" width="88" /></a> + <script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> + </div> + <!-- TemplateEndEditable --><!-- TemplateEndIf --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- TemplateBeginEditable name="leftcollinks" --> + <h3>Related Links</h3> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- TemplateEndEditable --> </div> + </div> + <!-- close navigation --> + <!-- InstanceEndEditable --> + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincolcontent" --> + <div id="maincontent"> <!-- TemplateBeginEditable name="maincontent" --> + <p style="margin:20px; border:3px solid #CC0000;padding:10px; text-align:center"> <strong>Delete this box and place your content here.</strong><br /> + Remember to validate your pages before publishing! Sample layouts are available through the <a href="http://www.unl.edu/webdevnet/">Web Developer Network</a>. <br /> + <a href="http://validator.w3.org/check/referer">Click here to check Validation</a> </p> + <!-- TemplateEndEditable --> </div> + <!-- InstanceEndEditable --> </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> +<!-- InstanceBeginEditable name="bigfooter" --> +<div id="footer"> + <div id="footer_floater"> <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="copyright"> <!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- TemplateEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> +<!-- InstanceEndEditable --> +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/Templates/unlstandardtemplate.dwt.LCK b/ntheknow/Templates/unlstandardtemplate.dwt.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/Templates/unlstandardtemplate.dwt.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/ac_quicktime.js b/ntheknow/ac_quicktime.js new file mode 100644 index 0000000000000000000000000000000000000000..1e6e8c37737a97684614f694539e693f9b1dc3f2 --- /dev/null +++ b/ntheknow/ac_quicktime.js @@ -0,0 +1 @@ +if(typeof(AC)=="undefined"){AC={};} AC.Quicktime={ packageMovie:function(name,fileUrl,options){ function addParameter(parent,name,value){ if(!parent){ return; } var param=document.createElement('param'); param.setAttribute('value',value); param.setAttribute('name',name); parent.appendChild(param); } function createOuterObject(name,fileUrl,options){ var outerObject=document.createElement('object'); addParameter(outerObject,'src',fileUrl); outerObject.setAttribute('id',name); var activexVersion='6,0,2,0'; if(null!=options&&''!=options.codebase&&typeof(options.codebase)!='undefined'){ activexVersion=options.codeBase; } outerObject.setAttribute('codebase', 'http://www.apple.com/qtactivex/qtplugin.cab#version='+activexVersion); return outerObject; } function createInnerObject(name,fileUrl,options){ var innerObject=document.createElement('object'); innerObject.setAttribute('type','video/quicktime'); innerObject.setAttribute('data',fileUrl); innerObject.setAttribute('id',name+"Inner"); return innerObject; } function configureMovieOptions(){ if(null==options||typeof(options)=='undefined'){ return false; } for(var property in options){ var attributeName=property.toLowerCase(); switch(attributeName){ case('type'): case('src'): case('data'): case('classid'): case('name'): case('id'): break; case('class'): Element.addClassName(outerObject,options[property]); break; case('innerId'): if(innerObject){ innerObject.setAttribute('id',options[property]); } break; case('width'): case('height'): outerObject.setAttribute(attributeName,options[property]); if(innerObject){ innerObject.setAttribute(attributeName,options[property]); } break; default: addParameter(outerObject,attributeName,options[property]); addParameter(innerObject,attributeName,options[property]); break; } } } if(name==null||fileUrl==null){ throw new TypeError('Valid Name and File URL are required arguments.'); } var outerObject=createOuterObject(name,fileUrl,options); if(!AC.Detector.isIEStrict()){ var innerObject=createInnerObject(name,fileUrl,options); try{ outerObject.appendChild(innerObject); outerObject.inner=innerObject; }catch(e){} }else{ Event.observe(window,'unload',function(){ outerObject.style.display='none'; outerObject=null; }); } configureMovieOptions(); addParameter(outerObject,'saveembedtags',true); addParameter(innerObject,'saveembedtags',true); outerObject.setAttribute('classid', 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'); outerObject.toMarkup=function(){ if(!outerObject.outerHTML){ return; } var markup=""; markup=outerObject.outerHTML.replace('</OBJECT>',''); for(var i=0;i<outerObject.childNodes.length;i++){ markup+=outerObject.childNodes[i].outerHTML; } markup+='</OBJECT>'; return markup; } return outerObject; }, swapMovie:function(container,oldMovie,newMovie){ var isIE=AC.Detector.isIEStrict(); if(isIE&&oldMovie){ oldMovie.style.display='none'; } Element.removeAllChildNodes(container); var movieReference=null; if(!isIE){ container.appendChild(newMovie); movieReference=newMovie; }else{ container.innerHTML=newMovie.toMarkup(); movieReference=container.firstChild; movieReference.style.display='block'; } return movieReference; }, render:function(movie,element,options){ var target=$(element); var placeholderContent=target.innerHTML; if(!AC.Detector.isQTInstalled()){ Element.addClassName(target,'static'); return } target.innerHTML=''; Element.addClassName(target,'loading'); target.appendChild(movie); var showContent=function(element,content){ return(function(){ Element.removeClassName(element,"loading"); element.innerHTML=''; element.innerHTML=content; }) } var options=options?options:{}; var delay=3000; if("delay"in options){ delay=options.delay; } if(!AC.Detector.isOpera()){ var qtSuccessCheck=setTimeout(showContent(target,placeholderContent),delay); } var movieLoaded=function(){ checkController.monitorMovie(); Element.removeClassName(element,"loading"); Element.addClassName(element,"loaded"); clearTimeout(qtSuccessCheck); } var movieFinished=function(){return;} if("finishedState"in options){ var showFinishedState=function(target,content){ return(function(){ checkController.detachFromMovie(); movie.style.display='none'; movie=null; target.innerHTML=''; if(typeof(content)=='string'){ target.innerHTML=content; }else{ target.appendChild(content); } }) } movieFinished=showFinishedState(target,options.finishedState) } var checkController=new AC.QuicktimeController(movie,{ onMoviePlayable:movieLoaded, onMovieFinished:movieFinished}) } }; AC.QuicktimeController=Class.create(); AC.QuicktimeController.prototype={ movie:null, options:null, movieAttacher:null, attachDelay:10, movieWatcher:null, monitorDelay:400, currentTime:0, percentLoaded:0, movieSize:0, allowAttach:true, controllerPanel:null, currentControl:null, playControl:null, pauseControl:null, slider:null, track:null, playHead:null, loadedProgress:null, isJogging:false, hardPaused:false, duration:0, finished:false, playing:false, initialize:function(movie,options){ if(typeof(movie)!='undefined'){ this.attachToMovie(movie,options); } }, attachToMovie:function(movie,options){ this.options=options||{}; Event.observe(window,'unload',function(){ this.detachFromMovie(); }.bind(this)) var attach=function(onMoviePlayable,startTime){ if(!this.allowAttach){ return; } var status=""; try{ this.movie=movie; status=this.movie.GetPluginStatus(); }catch(e){ try{ this.movie=movie.inner; status=this.movie.GetPluginStatus(); }catch(e){ this.movie=null; } } var duration=new Date().getTime()-startTime; if(status=='Playable'||status=='Complete'){ clearInterval(this.movieAttacher); if(typeof(onMoviePlayable)=='function'){ onMoviePlayable(); } }else if(status&&status.match(/error/i)||duration>10000){ clearInterval(this.movieAttacher); } }; clearInterval(this.movieAttacher); if(null==document.getElementById(movie.id)){ throw new ReferenceError('Movie has to be appended to document prior to initializing controller.'); } this.movieAttacher=setInterval( attach.bind(this,this.options.onMoviePlayable,new Date().getTime()),this.attachDelay); }, detachFromMovie:function(){ this.allowAttach=false; clearInterval(this.movieAttacher); clearTimeout(this.movieWatcher); this.movie=null; this.reset(); this.allowAttach=true; }, reset:function(){ this.duration=0; this.movieSize=0; this.percentLoaded=0; if(this.slider){ this.slider.setValue(0); this.slider.trackLength=this.slider.maximumOffset()-this.slider.minimumOffset(); } }, render:function(containerId){ this.controllerPanel=document.createElement('div'); Element.addClassName(this.controllerPanel,'ACQuicktimeController'); this.playControl=document.createElement('div'); Element.addClassName(this.playControl,'control'); Element.addClassName(this.playControl,'play'); this.playControl.innerHTML='Play'; this.playControl.onclick=this.Play.bind(this); this.pauseControl=document.createElement('div'); Element.addClassName(this.pauseControl,'control'); Element.addClassName(this.pauseControl,'pause'); this.pauseControl.innerHTML='Pause'; this.pauseControl.onclick=this.Stop.bind(this); var playing=false; if(null!=this.movie){ playing=this.GetAutoPlay(); } this.currentControl=(playing)?this.pauseControl:this.playControl; this.controllerPanel.appendChild(this.currentControl); this.sliderPanel=document.createElement('div'); Element.addClassName(this.sliderPanel,'sliderPanel'); this.track=document.createElement('div'); Element.addClassName(this.track,'track'); this.sliderPanel.appendChild(this.track); this.loadedProgress=document.createElement('div'); Element.addClassName(this.loadedProgress,'loadedProgress'); this.track.appendChild(this.loadedProgress); this.trackProgress=document.createElement('div'); Element.addClassName(this.trackProgress,'trackProgress'); this.track.appendChild(this.trackProgress); this.playHead=document.createElement('div'); Element.addClassName(this.playHead,'playHead'); this.track.appendChild(this.playHead); this.controllerPanel.appendChild(this.sliderPanel); if(containerId){ $(containerId).appendChild(this.controllerPanel); if(this.movie){ this.monitorMovie(); } } return this.controllerPanel; }, monitorMovie:function(){ function monitor(controller){ return(function(){ if(controller.controllerPanel!==null){ var shouldBePauseable=controller.isPlaying()&&(controller.currentControl==controller.playControl); var shouldBePlayable=!controller.isPlaying()&&(controller.currentControl==controller.pauseControl); if(!controller.isJogging&&shouldBePauseable){ controller.controllerPanel.replaceChild(controller.pauseControl,controller.currentControl); controller.currentControl=controller.pauseControl; }else if(!controller.isJogging&&shouldBePlayable){ controller.controllerPanel.replaceChild(controller.playControl,controller.currentControl); controller.currentControl=controller.playControl; } if(controller.percentLoaded<=1){ var trackWidth=Element.getDimensions(controller.track).width; var loaded=controller.GetMaxBytesLoaded()/controller.GetMovieSize(); if(!isNaN(loaded)&&0!==loaded){ controller.percentLoaded=loaded; } var progressWidth=trackWidth*controller.percentLoaded; Element.setStyle(controller.loadedProgress,{width:progressWidth+'px'}); } if(controller.isPlaying()){ controller.slider.setValue(controller.GetTime()/controller.GetDuration()); } } if(controller.isPlaying()){ if(!controller.playing){ controller.playing=true; if(typeof(controller.options.onMovieStart)=='function'){ controller.options.onMovieStart(); } } }else{ if(controller.playing){ controller.playing=false; if(typeof(controller.options.onMovieStop)=='function'){ controller.options.onMovieStop(); } } } if(controller.isFinished()){ if(!controller.finished){ if(typeof(controller.options.onMovieFinished)=='function'){ controller.options.onMovieFinished(); } controller.finished=true; } }else{ controller.finished=false; } if(controller.movie!==null){ controller.movieWatcher=setTimeout(monitorCallback,controller.monitorDelay); } }); } var monitorCallback=monitor(this); if(this.controllerPanel!==null){ this.slider=new Control.Slider(this.playHead,this.track,{ onSlide:function(value){ if(isNaN(value)){ return; } this.trackProgress.style.width=this.slider.translateToPx(value); try{ this.movie.Stop(); this.isJogging=true; this.SetTime(value*this.GetDuration()); }catch(e){ } }.bind(this), onChange:function(value){ if(isNaN(value)){ return; } this.trackProgress.style.width=this.slider.translateToPx(value); if(!this.isPlaying()&&!this.hardPaused&&!this.isFinished()){ try{ this.movie.Play(); }catch(e){ } } this.isJogging=false; }.bind(this) }); } this.movieWatcher=setTimeout(monitorCallback,this.monitorDelay); }, Play:function(){ if(null!=this.movie){ this.hardPaused=false; this.movie.Play(); } }, Stop:function(){ this.hardPaused=true; this.movie.Stop(); }, Rewind:function(){ if(null!=this.movie){ this.movie.Stop(); this.movie.Rewind(); } }, Step:function(count){ this.movie.Step(count); }, ShowDefaultView:function(){ this.movie.ShowDefaultView(); }, GoPreviousNode:function(){ this.movie.GoPreviousNode(); }, GetQuicktimeVersion:function(){ return this.movie.GetQuickTimeVersion(); }, GetQuicktimeLanguage:function(){ return this.movie.GetQuicktimeLanguage(); }, GetQuicktimeConnectionSpeed:function(){ return this.movie.GetQuicktimeConnectionSpeed(); }, GetIsQuickTimeRegistered:function(){ return this.movie.GetIsQuickTimeRegistered(); }, GetComponentVersion:function(){ return this.movie.GetComponentVersion(); }, GetPluginVersion:function(){ return this.movie.GetPluginVersion(); }, ResetPropertiesOnReload:function(){ this.movie.ResetPropertiesOnReload(); }, GetPluginStatus:function(){ return this.movie.GetPluginStatus(); }, GetAutoPlay:function(){ return this.movie.GetAutoPlay(); }, SetAutoPlay:function(autoPlay){ this.movie.SetAutoPlay(autoPlay); }, GetControllerVisible:function(){ return this.movie.GetControllerVisible(); }, SetControllerVisible:function(visible){ this.movie.SetControllerVisible(visible); }, GetRate:function(){ return this.movie.GetRate(); }, SetRate:function(rate){ this.movie.SetRate(); }, GetTime:function(){ var actualTime=0; try{ actualTime=this.movie.GetTime(); } catch(e){ } if(0===actualTime){ actualTime=this.currentTime+this.monitorDelay; }else{ this.currentTime=actualTime; } return actualTime; }, SetTime:function(time){ this.movie.SetTime(time); }, GetVolume:function(){ return this.movie.GetVolume(); }, SetVolume:function(volume){ this.movie.SetVolume(volume); }, GetMute:function(){ return this.movie.GetMute(); }, SetMute:function(mute){ this.movie.SetMute(); }, GetMovieName:function(){ return this.movie.GetMovieName(); }, SetMovieName:function(movieName){ this.movie.SetMovieName(movieName); }, GetMovieID:function(){ return this.movie.GetMovieID(); }, SetMovieID:function(movieID){ this.movie.SetMovieID(movieID); }, GetStartTime:function(){ return this.movie.GetStartTime(); }, SetStartTime:function(time){ this.movie.SetStartTime(time); }, GetEndTime:function(){ return this.movie.GetEndTime(); }, SetEndTime:function(time){ this.movie.SetEndTime(time); }, GetBgColor:function(){ return this.movie.GetBgColor(); }, SetBgColor:function(color){ this.movie.SetBgColor(color); }, GetIsLooping:function(){ return this.movie.GetIsLooping(); }, SetIsLooping:function(loop){ this.movie.SetIsLooping(loop); }, GetLoopIsPalindrome:function(){ return this.movie.GetLoopIsPalindrome(); }, SetLoopIsPalindrome:function(loop){ this.movie.SetLoopIsPalindrome(loop); }, GetPlayEveryFrame:function(){ return this.movie.GetPlayEveryFrame(); }, SetPlayEveryFrame:function(playAll){ this.movie.SetPlayEveryFrame(playAll); }, GetHREF:function(){ return this.movie.GetHREF(); }, SetHREF:function(url){ this.movie.SetHREF(url); }, GetTarget:function(){ return this.movie.GetTarget(); }, SetTarget:function(target){ this.movie.SetTarget(target); }, GetQTNEXTUrl:function(){ return this.movie.GetQTNEXTUrl(); }, SetQTNEXTUrl:function(index,url){ this.movie.SetQTNEXTUrl(index,url); }, GetURL:function(){ return this.movie.GetURL(); }, SetURL:function(url){ this.movie.SetURL(url); this.reset(); }, GetKioskMode:function(){ return this.movie.GetKioskMode(); }, SetKioskMode:function(kioskMode){ this.movie.SetKioskMode(kioskMode); }, GetDuration:function(){ if(null==this.duration||0===this.duration){ try{ this.duration=this.movie.GetDuration(); }catch(e){ this.duration=null; } } return this.duration; }, GetMaxTimeLoaded:function(){ return this.movie.GetMaxTimeLoaded(); }, GetTimeScale:function(){ return this.movie.GetTimeScale(); }, GetMovieSize:function(){ if(0===this.movieSize){ this.movieSize=this.movie.GetMovieSize(); } return this.movieSize; }, GetMaxBytesLoaded:function(){ return this.movie.GetMaxBytesLoaded(); }, GetTrackCount:function(){ return this.movie.GetTrackCount(); }, GetMatrix:function(){ return this.movie.GetMatrix(); }, SetMatrix:function(matrix){ this.movie.SetMatrix(matrix); }, GetRectangle:function(){ return this.movie.GetRectangle(); }, SetRectangle:function(rect){ this.movie.SetRectangle(rect); }, GetLanguage:function(){ return this.movie.GetLanguage(); }, SetLanguage:function(language){ this.movie.SetLanguage(language); }, GetMIMEType:function(){ return this.movie.GetMIMEType(); }, GetUserData:function(type){ return this.movie.GetUserData(type); }, GetIsVRMovie:function(){ return this.movie.GetIsVRMovie(); }, GetHotspotUrl:function(hotspotID){ return this.movie.GetHotspotUrl(hotspotID); }, SetHotspotUrl:function(hotspotID,url){ this.movie.SetHotspotUrl(hotspotID,url); }, GetHotspotTarget:function(hotspotID){ return this.movie.GetHotspotTarget(hotspotID); }, SetHotspotTarget:function(hotspotID,target){ this.movie.SetHotspotTarget(hotspotID,target); }, GetPanAngle:function(){ return this.movie.GetPanAngle(); }, SetPanAngle:function(angle){ this.movie.SetPanAngle(angle); }, GetTiltAngle:function(){ return this.movie.GetTiltAngle(); }, SetTiltAngle:function(angle){ this.movie.SetTiltAngle(angle); }, GetFieldOfView:function(){ return this.movie.GetFieldOfView(); }, SetFieldOfView:function(fov){ this.movie.SetFieldOfView(fov); }, GetNodeCount:function(){ return this.movie.GetNodeCount(); }, SetNodeID:function(id){ this.movie.SetNodeID(id); }, GetTrackName:function(index){ return this.movie.GetTrackName(index); }, GetTrackType:function(index){ return this.movie.GetTrackType(index); }, GetTrackEnabled:function(index){ return this.movie.GetTrackEnabled(index); }, SetTrackEnabled:function(index,enabled){ this.movie.SetTrackEnabled(index,enabled); }, GetSpriteTrackVariable:function(trackIndex,variableIndex){ return this.movie.GetSpriteTrackVariable(trackIndex,variableIndex); }, SetSpriteTrackVariable:function(variableIndex,value){ this.movie.SetSpriteTrackVariable(variableIndex,value); }, isPlaying:function(){ var playing=false; try{ playing=this.movie.GetRate()!==0 }catch(e){} return playing; }, isFinished:function(){ var isStopped=true; var isAtEnd=false; try{ isStopped=this.movie.GetRate()===0; isAtEnd=this.movie.GetTime()==this.GetDuration(); }catch(e){ return false; } return isStopped&&isAtEnd; }, toggle:function(){ if(this.isPlaying()){ this.Stop(); }else{ this.Play(); } } }; \ No newline at end of file diff --git a/ntheknow/ac_quicktime.js.LCK b/ntheknow/ac_quicktime.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/ac_quicktime.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/browserdetect.js b/ntheknow/browserdetect.js new file mode 100644 index 0000000000000000000000000000000000000000..4eb5fb638b1966007c2ae59cc74c4861e86cb9aa --- /dev/null +++ b/ntheknow/browserdetect.js @@ -0,0 +1,155 @@ + + + +if(typeof(AC)=="undefined"){AC={};} + +AC.Detector={ + +getAgent:function(){ +return navigator.userAgent.toLowerCase(); +}, + + +isMac:function(userAgent){ +var agent=userAgent||this.getAgent(); +return agent.match(/mac/i); +}, + +isWin:function(userAgent){ +var agent=userAgent||this.getAgent(); +return agent.match(/win/i); +}, + +isWin2k:function(userAgent){ +var agent=userAgent||this.getAgent(); +return this.isWin(agent)&&(agent.match(/nt\s*5/i)); +}, + +isWinVista:function(userAgent){ +var agent=userAgent||this.getAgent(); +return this.isWin(agent)&&(agent.match(/nt\s*6/i)); +}, + + +isWebKit:function(userAgent){ +var agent=userAgent||this.getAgent(); +return agent.match(/AppleWebKit/i); +}, + +isOpera:function(userAgent){ +var agent=userAgent||this.getAgent(); +return agent.match(/opera/i); +}, + +isIE:function(userAgent){ +var agent=userAgent||this.getAgent(); +return agent.match(/msie/i); +}, + +isIEStrict:function(userAgent){ +var agent=userAgent||this.getAgent(); +return agent.match(/msie/i)&&!this.isOpera(agent); +}, + +isFirefox:function(userAgent){ +var agent=userAgent||this.getAgent(); +return agent.match(/firefox/i); +}, + + +isiTunesOK:function(userAgent){ +var agent=userAgent||this.getAgent(); +return this.isMac(agent)||this.isWin2k(agent); +}, + +isQTInstalled:function(){ + +var qtInstalled=false; + +if(navigator.plugins&&navigator.plugins.length){ + +for(var i=0;i<navigator.plugins.length;i++){ + +var plugin=navigator.plugins[i]; + +if(plugin.name.indexOf("QuickTime")>-1){ +qtInstalled=true; +} +} +}else{ +qtObj=false; +execScript('on error resume next: qtObj = IsObject(CreateObject("QuickTimeCheckObject.QuickTimeCheck.1"))','VBScript'); +qtInstalled=qtObj; +} + +return qtInstalled; +}, + +getQTVersion:function(){ + +var version="0"; + +if(navigator.plugins&&navigator.plugins.length){ +for(var i=0;i<navigator.plugins.length;i++){ + +var plugin=navigator.plugins[i]; + + +var match=plugin.name.match(/quicktime\D*([\.\d]*)/i); +if(match&&match[1]){ +version=match[1]; +} +} +}else{ +ieQTVersion=null; + +execScript('on error resume next: ieQTVersion = (Hex(CreateObject("QuickTimeCheckObject.QuickTimeCheck.1").QuickTimeVersion)/1000000)','VBScript'); + +if(ieQTVersion){ + +version=(ieQTVersion+"").split(/\./)[0]; +} +} + +return version; +}, + +isQTCompatible:function(required,actual){ + +function areCompatible(required,actual){ + +var requiredValue=parseInt(required[0]) +if(isNaN(requiredValue)){ +requiredValue=0; +} + +var actualValue=parseInt(actual[0]) +if(isNaN(actualValue)){ +actualValue=0; +} + +if(requiredValue==actualValue){ +if(required.length>1){ +return areCompatible(required.slice(1),actual.slice(1)); +}else{ +return true; +} +}else if(requiredValue<actualValue){ +return true; +}else{ +return false; +} +} + +var expectedVersion=required.split(/\./); +var actualVersion=actual?actual.split(/\./):this.getQTVersion().split(/\./); + +return areCompatible(expectedVersion,actualVersion); + +}, + +isValidQTAvailable:function(required){ +return this.isQTInstalled()&&this.isQTCompatible(required) +} + +}; diff --git a/ntheknow/browserdetect.js.LCK b/ntheknow/browserdetect.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/browserdetect.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/data.xml b/ntheknow/data.xml new file mode 100644 index 0000000000000000000000000000000000000000..078692a26911df911e9df9168419ba4e407aca19 --- /dev/null +++ b/ntheknow/data.xml @@ -0,0 +1 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> <files> <item imageURL="http://admissions.unl.edu/ultimate/flash/images/image04.jpg"> <title>The Ultimate Husker Weekend: August 2-4, 2007</title> <link>link</link> <caption>The Ultimate Visit Experience</caption> <description>Enjoy golf, a two-night stay at our tre fabulous facilities, tours of memorial stadium, a Saltdogs baseball game, and more!!!</description> </item> <item imageURL="http://admissions.unl.edu//ultimate/flash/images/image03.jpg"> <title>The Ultimate Husker Weekend: August 2-4, 2007</title> <link/> <caption>2 Nights Stay + Meals = $59!!</caption> </item> <item imageURL="http://admissions.unl.edu//ultimate/flash/images/image05.jpg"> <title>The Ultimate Husker Weekend: August 2-4, 2007</title> <link/> <caption>Memorial Stadium Tour</caption> </item> <item imageURL="http://admissions.unl.edu//ultimate/flash/images/image06.jpg"> <title>The Ultimate Husker Weekend: August 2-4, 2007</title> <link/> <caption>Saltdogs Baseball Game</caption> </item> <item imageURL="http://admissions.unl.edu//ultimate/flash/images/image08.jpg"> <title>The Ultimate Husker Weekend: August 2-4, 2007</title> <link/> <caption>Golf at Wilderness Ridge</caption> </item> <item imageURL="http://admissions.unl.edu//ultimate/flash/images/image01.jpg"> <source>/ultimate/flash/images/image01.jpg</source> <link/> <caption>Market-style Dining Included</caption> </item> <item imageURL="http://admissions.unl.edu//ultimate/flash/images/image02.jpg"> <source>/ultimate/flash/images/image02.jpg</source> <link/> <caption>Night on the Town</caption> </item> <item imageURL="http://admissions.unl.edu//ultimate/flash/images/image07.jpg"> <title>The Ultimate Husker Weekend: August 2-4, 2007</title> <link/> <caption>Shopping & Live Music</caption> </item> </files> \ No newline at end of file diff --git a/ntheknow/data.xml.LCK b/ntheknow/data.xml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/data.xml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/iepngfix.htc b/ntheknow/iepngfix.htc new file mode 100644 index 0000000000000000000000000000000000000000..7aaeb4dcce4c6f73a16bf78dab28efbae890e4d1 --- /dev/null +++ b/ntheknow/iepngfix.htc @@ -0,0 +1,77 @@ +<public:component> +<public:attach event="onpropertychange" onevent="doFix()" /> +<script type="text/javascript"> +// IE5.5+ PNG Alpha Fix v1.0RC3 +// (c) 2004-2005 Angus Turnbull http://www.twinhelix.com +// This is licensed under the CC-GNU LGPL, version 2.1 or later. +// For details, see: http://creativecommons.org/licenses/LGPL/2.1/ +// This must be a path to a blank image. That's all the configuration you need. +var blankImg = 'http://images.apple.com/global/elements/blank.gif'; +var f = 'DXImageTransform.Microsoft.AlphaImageLoader'; +function filt(s,m) + { + if (filters[f]) + { + filters[f].enabled = s ? true : false; + if (s) with (filters[f]) + { + src = s; + sizingMethod = m; + } + } + else if (s) + { + style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")'; + } + } +function doFix() + { + // Assume IE7 is OK + if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) || (event && !/(background|src)/.test(event.propertyName))) + { + return; + } + var bgImg = currentStyle.backgroundImage || style.backgroundImage; + if (tagName == 'IMG') + { + if ((/\.png$/i).test(src)) + { + // this tests to see if the image has already been replaced once before + if (src.indexOf('?repurl=') == -1) + { + if (currentStyle.width == 'auto' && currentStyle.height == 'auto') + { + style.width = offsetWidth+'px'; + } + filt(src,'scale'); + src = blankImg+'?repurl='+src; + } + } + else if (src.indexOf(blankImg) < 0) + { + filt(); + } + } + else if (bgImg && bgImg != 'none') + { + if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i)) + { + var s = RegExp.$1; + if (currentStyle.width == 'auto' && currentStyle.height == 'auto') + { + style.width = offsetWidth+'px'; + } + style.backgroundImage = 'none'; + filt(s,'crop'); + // IE link fix + for (var n=0;n<childNodes.length;n++) + { + if (childNodes[n].style) { childNodes[n].style.position = 'relative'}; + } + } + else filt(); + } + } +doFix(); +</script> +</public:component> diff --git a/ntheknow/iepngfix.htc.LCK b/ntheknow/iepngfix.htc.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/iepngfix.htc.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images.xml b/ntheknow/images.xml new file mode 100644 index 0000000000000000000000000000000000000000..f80f3af4c0c882601e6429f9bf26d4675614e377 --- /dev/null +++ b/ntheknow/images.xml @@ -0,0 +1 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> <images> <pic> <image>images/gallery01.jpg</image> <caption>Teachers College aka Canfield Administration Building</caption> </pic> <pic> <image>images/gallery02.jpg</image> <caption>Temple Building aka Temple Building at the Johnny Carson School of Fine And Performing Arts. </caption> </pic> <pic> <image>images/gallery03.jpg</image> <caption>The Library aka Architecture Hall</caption> </pic> </images> \ No newline at end of file diff --git a/ntheknow/images.xml.LCK b/ntheknow/images.xml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images.xml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/Untitled-1.gif b/ntheknow/images/Untitled-1.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a7afea80031f8b97d4df1a0d7f1a03f612a3c26 Binary files /dev/null and b/ntheknow/images/Untitled-1.gif differ diff --git a/ntheknow/images/Untitled-1.gif.LCK b/ntheknow/images/Untitled-1.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/Untitled-1.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/playpause.png b/ntheknow/images/playpause.png new file mode 100644 index 0000000000000000000000000000000000000000..4cf02283fed95216c2fb9a2cb64ee876ae685f33 Binary files /dev/null and b/ntheknow/images/playpause.png differ diff --git a/ntheknow/images/playpause.png.LCK b/ntheknow/images/playpause.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/playpause.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/pointer.gif b/ntheknow/images/pointer.gif new file mode 100644 index 0000000000000000000000000000000000000000..46700ebcb6bd072870524419e3eadfdf10f11cf6 Binary files /dev/null and b/ntheknow/images/pointer.gif differ diff --git a/ntheknow/images/pointer.gif.LCK b/ntheknow/images/pointer.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/pointer.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/arrow_left20070414.png b/ntheknow/images/slider/arrow_left20070414.png new file mode 100644 index 0000000000000000000000000000000000000000..d05fc51f8e0c4ad97ca2e025fb4427ec4ac9992a Binary files /dev/null and b/ntheknow/images/slider/arrow_left20070414.png differ diff --git a/ntheknow/images/slider/arrow_left20070414.png.LCK b/ntheknow/images/slider/arrow_left20070414.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/arrow_left20070414.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/arrow_left_black20070414.png b/ntheknow/images/slider/arrow_left_black20070414.png new file mode 100644 index 0000000000000000000000000000000000000000..74078507ac631912de64ff357bb85d8e383141e1 Binary files /dev/null and b/ntheknow/images/slider/arrow_left_black20070414.png differ diff --git a/ntheknow/images/slider/arrow_left_black20070414.png.LCK b/ntheknow/images/slider/arrow_left_black20070414.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/arrow_left_black20070414.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/arrow_right20070414.png b/ntheknow/images/slider/arrow_right20070414.png new file mode 100644 index 0000000000000000000000000000000000000000..b06f067927c4927dce7f65a0bff64cddf19a4be0 Binary files /dev/null and b/ntheknow/images/slider/arrow_right20070414.png differ diff --git a/ntheknow/images/slider/arrow_right20070414.png.LCK b/ntheknow/images/slider/arrow_right20070414.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/arrow_right20070414.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/arrow_right_black20070414.png b/ntheknow/images/slider/arrow_right_black20070414.png new file mode 100644 index 0000000000000000000000000000000000000000..ee4cfd4c461dff55a0ef54ac48ebf22e416fce4b Binary files /dev/null and b/ntheknow/images/slider/arrow_right_black20070414.png differ diff --git a/ntheknow/images/slider/arrow_right_black20070414.png.LCK b/ntheknow/images/slider/arrow_right_black20070414.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/arrow_right_black20070414.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/dot20070414.png b/ntheknow/images/slider/dot20070414.png new file mode 100644 index 0000000000000000000000000000000000000000..2731a9d45206a6133c6dc331f4abdacc7b16115f Binary files /dev/null and b/ntheknow/images/slider/dot20070414.png differ diff --git a/ntheknow/images/slider/dot20070414.png.LCK b/ntheknow/images/slider/dot20070414.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/dot20070414.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/dot_black20070414.gif b/ntheknow/images/slider/dot_black20070414.gif new file mode 100644 index 0000000000000000000000000000000000000000..7b33c12af4bab4b0bf2b0d17127a44500c5fcd1c Binary files /dev/null and b/ntheknow/images/slider/dot_black20070414.gif differ diff --git a/ntheknow/images/slider/dot_black20070414.gif.LCK b/ntheknow/images/slider/dot_black20070414.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/dot_black20070414.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/dot_black20070414.png b/ntheknow/images/slider/dot_black20070414.png new file mode 100644 index 0000000000000000000000000000000000000000..4928941535c9ea45c12cd3d933d05504d2b6844b Binary files /dev/null and b/ntheknow/images/slider/dot_black20070414.png differ diff --git a/ntheknow/images/slider/dot_black20070414.png.LCK b/ntheknow/images/slider/dot_black20070414.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/dot_black20070414.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/pause.png b/ntheknow/images/slider/pause.png new file mode 100644 index 0000000000000000000000000000000000000000..e997c2f77dcbcfb4cc038d0fc59a587a2ca15862 Binary files /dev/null and b/ntheknow/images/slider/pause.png differ diff --git a/ntheknow/images/slider/pause.png.LCK b/ntheknow/images/slider/pause.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/pause.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/playpause.png b/ntheknow/images/slider/playpause.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b0766a55c22b080bcb041c4ec16f891f643444 Binary files /dev/null and b/ntheknow/images/slider/playpause.png differ diff --git a/ntheknow/images/slider/playpause.png.LCK b/ntheknow/images/slider/playpause.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/playpause.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/pointer.gif b/ntheknow/images/slider/pointer.gif new file mode 100644 index 0000000000000000000000000000000000000000..e0dbf2efbe1af3cccf0d916a2925437e1d8810fa Binary files /dev/null and b/ntheknow/images/slider/pointer.gif differ diff --git a/ntheknow/images/slider/pointer.gif.LCK b/ntheknow/images/slider/pointer.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/pointer.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/slider_arrowleft20070414.gif b/ntheknow/images/slider/slider_arrowleft20070414.gif new file mode 100644 index 0000000000000000000000000000000000000000..d705a3621c2a0114b9d6c973dd12a83c02579297 Binary files /dev/null and b/ntheknow/images/slider/slider_arrowleft20070414.gif differ diff --git a/ntheknow/images/slider/slider_arrowleft20070414.gif.LCK b/ntheknow/images/slider/slider_arrowleft20070414.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/slider_arrowleft20070414.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/images/slider/slider_arrowright20070414.gif b/ntheknow/images/slider/slider_arrowright20070414.gif new file mode 100644 index 0000000000000000000000000000000000000000..4d1d3947f31d79da159e2da2d5148a3495e8fa86 Binary files /dev/null and b/ntheknow/images/slider/slider_arrowright20070414.gif differ diff --git a/ntheknow/images/slider/slider_arrowright20070414.gif.LCK b/ntheknow/images/slider/slider_arrowright20070414.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/images/slider/slider_arrowright20070414.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/index.shtml b/ntheknow/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..87a769678499ca0a8ac51dc721b381b24b886c1b --- /dev/null +++ b/ntheknow/index.shtml @@ -0,0 +1,134 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Video | N The Know - What is a recession?</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20060711 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<script src="prototype.js" type="text/javascript"></script> +<script src="scriptaculous.js" type="text/javascript"></script> +<script src="browserdetect.js" type="text/javascript"></script> + +<script src="ac_quicktime.js" type="text/javascript"> </script> +<script src="quicktimehero.js" type="text/javascript"></script> +<link rel="stylesheet" href="styles/quicktimegalleryslider.css" type="text/css" /> + +<script type="text/javascript" charset="utf-8"> + //<![CDATA[ + document.write('<link rel="stylesheet" href="styles/script.css" type="text/css" charset="utf-8">'); + //]]> + </script> +<!-- InstanceEndEditable --> +</head> +<body id="doc"> +<!-- InstanceBeginEditable name="siteheader" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> +<!-- InstanceEndEditable --> +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>N The Know - What is a recession?</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>N The Know</h1> +<h2>What is a recession?</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + + + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="qt-container"> + <div class="inset"> + + <div id="quicktime">Video is loading. Please wait...<noscript><a href="http://docs.info.apple.com/article.html?artnum=151263"><img src="http://images.apple.com/finalcutstudio/images/quicktime_javascriptrequired20070414.gif" alt="Please enable JavaScript to view this page properly." width="640" height="360" border="0" /></a></noscript></div> + + <div id="quicktimecontroller"></div> + <div class="slideritem"> + <img src="http://images.apple.com/finalcutstudio/images/quicktime_iconsm20070414.gif" alt="QuickTime Icon" width="11" height="11" border="0" class="quicktimeicon" /> + <a href="http://www.unl.edu/ucomm/ucomm/av/video/podcasts/20081212_NKnow_Rosenbaum.mp4" class="movielink">CBS2/KCAL9</a></div> + <!--/section/slideritem--> + </div> + <span class="qt-footer"></span> + </div> + + + + + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> <span><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> <a href="http://validator.w3.org/check/referer">W3C</a> <a href="http://www-1.unl.edu/feeds/">RSS</a> </span><a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/ntheknow/index.shtml.LCK b/ntheknow/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/invert/bg_shadow.png b/ntheknow/invert/bg_shadow.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6ffa21b3daa1e837e747d58c9500192d1d47f1 Binary files /dev/null and b/ntheknow/invert/bg_shadow.png differ diff --git a/ntheknow/invert/bg_shadow.png.LCK b/ntheknow/invert/bg_shadow.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/invert/bg_shadow.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/invert/bullet_breadcrumb.gif b/ntheknow/invert/bullet_breadcrumb.gif new file mode 100644 index 0000000000000000000000000000000000000000..427d9dd919a37cc7c985ce872d8371090929e6c6 Binary files /dev/null and b/ntheknow/invert/bullet_breadcrumb.gif differ diff --git a/ntheknow/invert/bullet_breadcrumb.gif.LCK b/ntheknow/invert/bullet_breadcrumb.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/invert/bullet_breadcrumb.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/invert/nav_border.gif b/ntheknow/invert/nav_border.gif new file mode 100644 index 0000000000000000000000000000000000000000..3030d0b0fc91ec0c2b79b5c5c67ee56264cb23c8 Binary files /dev/null and b/ntheknow/invert/nav_border.gif differ diff --git a/ntheknow/invert/nav_border.gif.LCK b/ntheknow/invert/nav_border.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/invert/nav_border.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/invert/nav_end.gif b/ntheknow/invert/nav_end.gif new file mode 100644 index 0000000000000000000000000000000000000000..a48441b6e651938900ffc4d03b15c1ab5cf5442f Binary files /dev/null and b/ntheknow/invert/nav_end.gif differ diff --git a/ntheknow/invert/nav_end.gif.LCK b/ntheknow/invert/nav_end.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/invert/nav_end.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/invert/nav_head.gif b/ntheknow/invert/nav_head.gif new file mode 100644 index 0000000000000000000000000000000000000000..d72cc5baf27c85af71569a37c3746496bde437ca Binary files /dev/null and b/ntheknow/invert/nav_head.gif differ diff --git a/ntheknow/invert/nav_head.gif.LCK b/ntheknow/invert/nav_head.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/invert/nav_head.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/invert/nav_shadow.gif b/ntheknow/invert/nav_shadow.gif new file mode 100644 index 0000000000000000000000000000000000000000..2556a4114b944133d2300393377a8fdb3e1d4084 Binary files /dev/null and b/ntheknow/invert/nav_shadow.gif differ diff --git a/ntheknow/invert/nav_shadow.gif.LCK b/ntheknow/invert/nav_shadow.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/invert/nav_shadow.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/invert/promo_450x210.gif b/ntheknow/invert/promo_450x210.gif new file mode 100644 index 0000000000000000000000000000000000000000..e8851796a99658588eff1d214ff0247f06ddc53f Binary files /dev/null and b/ntheknow/invert/promo_450x210.gif differ diff --git a/ntheknow/invert/promo_450x210.gif.LCK b/ntheknow/invert/promo_450x210.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/invert/promo_450x210.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/player.swf b/ntheknow/player.swf new file mode 100644 index 0000000000000000000000000000000000000000..63c054df9af171a1360c60f4d76b805c044fb24e Binary files /dev/null and b/ntheknow/player.swf differ diff --git a/ntheknow/player.swf.LCK b/ntheknow/player.swf.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/player.swf.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/promos.js b/ntheknow/promos.js new file mode 100644 index 0000000000000000000000000000000000000000..17fc8ca61eda47968bdeae6910bdbf357506805f --- /dev/null +++ b/ntheknow/promos.js @@ -0,0 +1 @@ +function newRandomPromo(xmluri){ var promoContent = new XMLHTTP(); promoContent.open("GET", xmluri, true); promoContent.onreadystatechange = function(){ if (promoContent.readyState == 4) { if (promoContent.status == 200) { var xmlObj = promoContent.responseXML.documentElement; var promoNum = xmlObj.getElementsByTagName('promo').length; //generates random number var aryId=Math.floor(Math.random()*promoNum) //pull promo data var contentContainer = xmlObj.getElementsByTagName('contentContainer')[0].childNodes[0].nodeValue; var promoTitle = xmlObj.getElementsByTagName('promo')[aryId].getAttribute("id"); var promoMediaType = xmlObj.getElementsByTagName('promo')[aryId].getElementsByTagName('media')[0].getAttribute("type"); var promoMediaURL = xmlObj.getElementsByTagName('promo')[aryId].getElementsByTagName('media')[0].childNodes[0].nodeValue; try{ var promoText = xmlObj.getElementsByTagName('promo')[aryId].getElementsByTagName('text')[0].childNodes[0].nodeValue; }catch(e){ var promoText = ' '; } var promoLink = xmlObj.getElementsByTagName('promo')[aryId].getElementsByTagName('link')[0].childNodes[0].nodeValue; //different mime type embed if (promoMediaType == 'image') { document.getElementById(contentContainer).innerHTML = '<p class="image_small_short">\n<a class="imagelink" href="' + promoLink + '" title="' + promoTitle + '" /><img src="' + promoMediaURL + '" alt="promo" /></a>\n</p>\n' + promoText; } else if (promoMediaType == 'flash') { document.getElementById(contentContainer).innerHTML = '<p class="image_small_short">\n<object width="210" height="80" wmode="opaque"><param name="movie" value="' + promoMediaURL + '"><embed src="' + promoMediaURL + '" width="210" height="80"></embed></object>\n</p>' + promoText; } } else { // Error loading file! } } promoContent = new XMLHTTP(); } promoContent.send(null); } function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } addLoadEvent(function() { newRandomPromo('http://ucommxsrv1.unl.edu/nutube/promos.xml'); }); \ No newline at end of file diff --git a/ntheknow/promos.js.LCK b/ntheknow/promos.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/promos.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/promos.xml b/ntheknow/promos.xml new file mode 100644 index 0000000000000000000000000000000000000000..988143ce3b14db2a85dcaa1b2663f09a2a9d1332 --- /dev/null +++ b/ntheknow/promos.xml @@ -0,0 +1 @@ +<random> <contentContainer>randomPromo</contentContainer> <promo id="Sheldon Chris Ware Exhibition"> <media type="flash"> http://ucommxsrv1.unl.edu/nutube/images/promo.swf </media> <text>Sheldon Memorial Art Gallery</text> <link>http://sheldon.unl.edu/</link> </promo> </random> \ No newline at end of file diff --git a/ntheknow/promos.xml.LCK b/ntheknow/promos.xml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/promos.xml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/prototype.js b/ntheknow/prototype.js new file mode 100644 index 0000000000000000000000000000000000000000..625391780ac2de379bf6eda1ef8a6bcddc8f6850 --- /dev/null +++ b/ntheknow/prototype.js @@ -0,0 +1,2515 @@ +/* Prototype JavaScript framework, version 1.5.0 + * (c) 2005-2007 Sam Stephenson + * + * Prototype is freely distributable under the terms of an MIT-style license. + * For details, see the Prototype web site: http://prototype.conio.net/ + * +/*--------------------------------------------------------------------------*/ + +var Prototype = { + Version: '1.5.0', + BrowserFeatures: { + XPath: !!document.evaluate + }, + + ScriptFragment: '(?:<script.*?>)((\n|\r|.)*?)(?:<\/script>)', + emptyFunction: function() {}, + K: function(x) { return x } +} + +var Class = { + create: function() { + return function() { + this.initialize.apply(this, arguments); + } + } +} + +var Abstract = new Object(); + +Object.extend = function(destination, source) { + for (var property in source) { + destination[property] = source[property]; + } + return destination; +} + +Object.extend(Object, { + inspect: function(object) { + try { + if (object === undefined) return 'undefined'; + if (object === null) return 'null'; + return object.inspect ? object.inspect() : object.toString(); + } catch (e) { + if (e instanceof RangeError) return '...'; + throw e; + } + }, + + keys: function(object) { + var keys = []; + for (var property in object) + keys.push(property); + return keys; + }, + + values: function(object) { + var values = []; + for (var property in object) + values.push(object[property]); + return values; + }, + + clone: function(object) { + return Object.extend({}, object); + } +}); + +Function.prototype.bind = function() { + var __method = this, args = $A(arguments), object = args.shift(); + return function() { + return __method.apply(object, args.concat($A(arguments))); + } +} + +Function.prototype.bindAsEventListener = function(object) { + var __method = this, args = $A(arguments), object = args.shift(); + return function(event) { + return __method.apply(object, [( event || window.event)].concat(args).concat($A(arguments))); + } +} + +Object.extend(Number.prototype, { + toColorPart: function() { + var digits = this.toString(16); + if (this < 16) return '0' + digits; + return digits; + }, + + succ: function() { + return this + 1; + }, + + times: function(iterator) { + $R(0, this, true).each(iterator); + return this; + } +}); + +var Try = { + these: function() { + var returnValue; + + for (var i = 0, length = arguments.length; i < length; i++) { + var lambda = arguments[i]; + try { + returnValue = lambda(); + break; + } catch (e) {} + } + + return returnValue; + } +} + +/*--------------------------------------------------------------------------*/ + +var PeriodicalExecuter = Class.create(); +PeriodicalExecuter.prototype = { + initialize: function(callback, frequency) { + this.callback = callback; + this.frequency = frequency; + this.currentlyExecuting = false; + + this.registerCallback(); + }, + + registerCallback: function() { + this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000); + }, + + stop: function() { + if (!this.timer) return; + clearInterval(this.timer); + this.timer = null; + }, + + onTimerEvent: function() { + if (!this.currentlyExecuting) { + try { + this.currentlyExecuting = true; + this.callback(this); + } finally { + this.currentlyExecuting = false; + } + } + } +} +String.interpret = function(value){ + return value == null ? '' : String(value); +} + +Object.extend(String.prototype, { + gsub: function(pattern, replacement) { + var result = '', source = this, match; + replacement = arguments.callee.prepareReplacement(replacement); + + while (source.length > 0) { + if (match = source.match(pattern)) { + result += source.slice(0, match.index); + result += String.interpret(replacement(match)); + source = source.slice(match.index + match[0].length); + } else { + result += source, source = ''; + } + } + return result; + }, + + sub: function(pattern, replacement, count) { + replacement = this.gsub.prepareReplacement(replacement); + count = count === undefined ? 1 : count; + + return this.gsub(pattern, function(match) { + if (--count < 0) return match[0]; + return replacement(match); + }); + }, + + scan: function(pattern, iterator) { + this.gsub(pattern, iterator); + return this; + }, + + truncate: function(length, truncation) { + length = length || 30; + truncation = truncation === undefined ? '...' : truncation; + return this.length > length ? + this.slice(0, length - truncation.length) + truncation : this; + }, + + strip: function() { + return this.replace(/^\s+/, '').replace(/\s+$/, ''); + }, + + stripTags: function() { + return this.replace(/<\/?[^>]+>/gi, ''); + }, + + stripScripts: function() { + return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), ''); + }, + + extractScripts: function() { + var matchAll = new RegExp(Prototype.ScriptFragment, 'img'); + var matchOne = new RegExp(Prototype.ScriptFragment, 'im'); + return (this.match(matchAll) || []).map(function(scriptTag) { + return (scriptTag.match(matchOne) || ['', ''])[1]; + }); + }, + + evalScripts: function() { + return this.extractScripts().map(function(script) { return eval(script) }); + }, + + escapeHTML: function() { + var div = document.createElement('div'); + var text = document.createTextNode(this); + div.appendChild(text); + return div.innerHTML; + }, + + unescapeHTML: function() { + var div = document.createElement('div'); + div.innerHTML = this.stripTags(); + return div.childNodes[0] ? (div.childNodes.length > 1 ? + $A(div.childNodes).inject('',function(memo,node){ return memo+node.nodeValue }) : + div.childNodes[0].nodeValue) : ''; + }, + + toQueryParams: function(separator) { + var match = this.strip().match(/([^?#]*)(#.*)?$/); + if (!match) return {}; + + return match[1].split(separator || '&').inject({}, function(hash, pair) { + if ((pair = pair.split('='))[0]) { + var name = decodeURIComponent(pair[0]); + var value = pair[1] ? decodeURIComponent(pair[1]) : undefined; + + if (hash[name] !== undefined) { + if (hash[name].constructor != Array) + hash[name] = [hash[name]]; + if (value) hash[name].push(value); + } + else hash[name] = value; + } + return hash; + }); + }, + + toArray: function() { + return this.split(''); + }, + + succ: function() { + return this.slice(0, this.length - 1) + + String.fromCharCode(this.charCodeAt(this.length - 1) + 1); + }, + + camelize: function() { + var parts = this.split('-'), len = parts.length; + if (len == 1) return parts[0]; + + var camelized = this.charAt(0) == '-' + ? parts[0].charAt(0).toUpperCase() + parts[0].substring(1) + : parts[0]; + + for (var i = 1; i < len; i++) + camelized += parts[i].charAt(0).toUpperCase() + parts[i].substring(1); + + return camelized; + }, + + capitalize: function(){ + return this.charAt(0).toUpperCase() + this.substring(1).toLowerCase(); + }, + + underscore: function() { + return this.gsub(/::/, '/').gsub(/([A-Z]+)([A-Z][a-z])/,'#{1}_#{2}').gsub(/([a-z\d])([A-Z])/,'#{1}_#{2}').gsub(/-/,'_').toLowerCase(); + }, + + dasherize: function() { + return this.gsub(/_/,'-'); + }, + + inspect: function(useDoubleQuotes) { + var escapedString = this.replace(/\\/g, '\\\\'); + if (useDoubleQuotes) + return '"' + escapedString.replace(/"/g, '\\"') + '"'; + else + return "'" + escapedString.replace(/'/g, '\\\'') + "'"; + } +}); + +String.prototype.gsub.prepareReplacement = function(replacement) { + if (typeof replacement == 'function') return replacement; + var template = new Template(replacement); + return function(match) { return template.evaluate(match) }; +} + +String.prototype.parseQuery = String.prototype.toQueryParams; + +var Template = Class.create(); +Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/; +Template.prototype = { + initialize: function(template, pattern) { + this.template = template.toString(); + this.pattern = pattern || Template.Pattern; + }, + + evaluate: function(object) { + return this.template.gsub(this.pattern, function(match) { + var before = match[1]; + if (before == '\\') return match[2]; + return before + String.interpret(object[match[3]]); + }); + } +} + +var $break = new Object(); +var $continue = new Object(); + +var Enumerable = { + each: function(iterator) { + var index = 0; + try { + this._each(function(value) { + try { + iterator(value, index++); + } catch (e) { + if (e != $continue) throw e; + } + }); + } catch (e) { + if (e != $break) throw e; + } + return this; + }, + + eachSlice: function(number, iterator) { + var index = -number, slices = [], array = this.toArray(); + while ((index += number) < array.length) + slices.push(array.slice(index, index+number)); + return slices.map(iterator); + }, + + all: function(iterator) { + var result = true; + this.each(function(value, index) { + result = result && !!(iterator || Prototype.K)(value, index); + if (!result) throw $break; + }); + return result; + }, + + any: function(iterator) { + var result = false; + this.each(function(value, index) { + if (result = !!(iterator || Prototype.K)(value, index)) + throw $break; + }); + return result; + }, + + collect: function(iterator) { + var results = []; + this.each(function(value, index) { + results.push((iterator || Prototype.K)(value, index)); + }); + return results; + }, + + detect: function(iterator) { + var result; + this.each(function(value, index) { + if (iterator(value, index)) { + result = value; + throw $break; + } + }); + return result; + }, + + findAll: function(iterator) { + var results = []; + this.each(function(value, index) { + if (iterator(value, index)) + results.push(value); + }); + return results; + }, + + grep: function(pattern, iterator) { + var results = []; + this.each(function(value, index) { + var stringValue = value.toString(); + if (stringValue.match(pattern)) + results.push((iterator || Prototype.K)(value, index)); + }) + return results; + }, + + include: function(object) { + var found = false; + this.each(function(value) { + if (value == object) { + found = true; + throw $break; + } + }); + return found; + }, + + inGroupsOf: function(number, fillWith) { + fillWith = fillWith === undefined ? null : fillWith; + return this.eachSlice(number, function(slice) { + while(slice.length < number) slice.push(fillWith); + return slice; + }); + }, + + inject: function(memo, iterator) { + this.each(function(value, index) { + memo = iterator(memo, value, index); + }); + return memo; + }, + + invoke: function(method) { + var args = $A(arguments).slice(1); + return this.map(function(value) { + return value[method].apply(value, args); + }); + }, + + max: function(iterator) { + var result; + this.each(function(value, index) { + value = (iterator || Prototype.K)(value, index); + if (result == undefined || value >= result) + result = value; + }); + return result; + }, + + min: function(iterator) { + var result; + this.each(function(value, index) { + value = (iterator || Prototype.K)(value, index); + if (result == undefined || value < result) + result = value; + }); + return result; + }, + + partition: function(iterator) { + var trues = [], falses = []; + this.each(function(value, index) { + ((iterator || Prototype.K)(value, index) ? + trues : falses).push(value); + }); + return [trues, falses]; + }, + + pluck: function(property) { + var results = []; + this.each(function(value, index) { + results.push(value[property]); + }); + return results; + }, + + reject: function(iterator) { + var results = []; + this.each(function(value, index) { + if (!iterator(value, index)) + results.push(value); + }); + return results; + }, + + sortBy: function(iterator) { + return this.map(function(value, index) { + return {value: value, criteria: iterator(value, index)}; + }).sort(function(left, right) { + var a = left.criteria, b = right.criteria; + return a < b ? -1 : a > b ? 1 : 0; + }).pluck('value'); + }, + + toArray: function() { + return this.map(); + }, + + zip: function() { + var iterator = Prototype.K, args = $A(arguments); + if (typeof args.last() == 'function') + iterator = args.pop(); + + var collections = [this].concat(args).map($A); + return this.map(function(value, index) { + return iterator(collections.pluck(index)); + }); + }, + + size: function() { + return this.toArray().length; + }, + + inspect: function() { + return '#<Enumerable:' + this.toArray().inspect() + '>'; + } +} + +Object.extend(Enumerable, { + map: Enumerable.collect, + find: Enumerable.detect, + select: Enumerable.findAll, + member: Enumerable.include, + entries: Enumerable.toArray +}); +var $A = Array.from = function(iterable) { + if (!iterable) return []; + if (iterable.toArray) { + return iterable.toArray(); + } else { + var results = []; + for (var i = 0, length = iterable.length; i < length; i++) + results.push(iterable[i]); + return results; + } +} + +Object.extend(Array.prototype, Enumerable); + +if (!Array.prototype._reverse) + Array.prototype._reverse = Array.prototype.reverse; + +Object.extend(Array.prototype, { + _each: function(iterator) { + for (var i = 0, length = this.length; i < length; i++) + iterator(this[i]); + }, + + clear: function() { + this.length = 0; + return this; + }, + + first: function() { + return this[0]; + }, + + last: function() { + return this[this.length - 1]; + }, + + compact: function() { + return this.select(function(value) { + return value != null; + }); + }, + + flatten: function() { + return this.inject([], function(array, value) { + return array.concat(value && value.constructor == Array ? + value.flatten() : [value]); + }); + }, + + without: function() { + var values = $A(arguments); + return this.select(function(value) { + return !values.include(value); + }); + }, + + indexOf: function(object) { + for (var i = 0, length = this.length; i < length; i++) + if (this[i] == object) return i; + return -1; + }, + + reverse: function(inline) { + return (inline !== false ? this : this.toArray())._reverse(); + }, + + reduce: function() { + return this.length > 1 ? this : this[0]; + }, + + uniq: function() { + return this.inject([], function(array, value) { + return array.include(value) ? array : array.concat([value]); + }); + }, + + clone: function() { + return [].concat(this); + }, + + size: function() { + return this.length; + }, + + inspect: function() { + return '[' + this.map(Object.inspect).join(', ') + ']'; + } +}); + +Array.prototype.toArray = Array.prototype.clone; + +function $w(string){ + string = string.strip(); + return string ? string.split(/\s+/) : []; +} + +if(window.opera){ + Array.prototype.concat = function(){ + var array = []; + for(var i = 0, length = this.length; i < length; i++) array.push(this[i]); + for(var i = 0, length = arguments.length; i < length; i++) { + if(arguments[i].constructor == Array) { + for(var j = 0, arrayLength = arguments[i].length; j < arrayLength; j++) + array.push(arguments[i][j]); + } else { + array.push(arguments[i]); + } + } + return array; + } +} +var Hash = function(obj) { + Object.extend(this, obj || {}); +}; + +Object.extend(Hash, { + toQueryString: function(obj) { + var parts = []; + + this.prototype._each.call(obj, function(pair) { + if (!pair.key) return; + + if (pair.value && pair.value.constructor == Array) { + var values = pair.value.compact(); + if (values.length < 2) pair.value = values.reduce(); + else { + key = encodeURIComponent(pair.key); + values.each(function(value) { + value = value != undefined ? encodeURIComponent(value) : ''; + parts.push(key + '=' + encodeURIComponent(value)); + }); + return; + } + } + if (pair.value == undefined) pair[1] = ''; + parts.push(pair.map(encodeURIComponent).join('=')); + }); + + return parts.join('&'); + } +}); + +Object.extend(Hash.prototype, Enumerable); +Object.extend(Hash.prototype, { + _each: function(iterator) { + for (var key in this) { + var value = this[key]; + if (value && value == Hash.prototype[key]) continue; + + var pair = [key, value]; + pair.key = key; + pair.value = value; + iterator(pair); + } + }, + + keys: function() { + return this.pluck('key'); + }, + + values: function() { + return this.pluck('value'); + }, + + merge: function(hash) { + return $H(hash).inject(this, function(mergedHash, pair) { + mergedHash[pair.key] = pair.value; + return mergedHash; + }); + }, + + remove: function() { + var result; + for(var i = 0, length = arguments.length; i < length; i++) { + var value = this[arguments[i]]; + if (value !== undefined){ + if (result === undefined) result = value; + else { + if (result.constructor != Array) result = [result]; + result.push(value) + } + } + delete this[arguments[i]]; + } + return result; + }, + + toQueryString: function() { + return Hash.toQueryString(this); + }, + + inspect: function() { + return '#<Hash:{' + this.map(function(pair) { + return pair.map(Object.inspect).join(': '); + }).join(', ') + '}>'; + } +}); + +function $H(object) { + if (object && object.constructor == Hash) return object; + return new Hash(object); +}; +ObjectRange = Class.create(); +Object.extend(ObjectRange.prototype, Enumerable); +Object.extend(ObjectRange.prototype, { + initialize: function(start, end, exclusive) { + this.start = start; + this.end = end; + this.exclusive = exclusive; + }, + + _each: function(iterator) { + var value = this.start; + while (this.include(value)) { + iterator(value); + value = value.succ(); + } + }, + + include: function(value) { + if (value < this.start) + return false; + if (this.exclusive) + return value < this.end; + return value <= this.end; + } +}); + +var $R = function(start, end, exclusive) { + return new ObjectRange(start, end, exclusive); +} + +var Ajax = { + getTransport: function() { + return Try.these( + function() {return new XMLHttpRequest()}, + function() {return new ActiveXObject('Msxml2.XMLHTTP')}, + function() {return new ActiveXObject('Microsoft.XMLHTTP')} + ) || false; + }, + + activeRequestCount: 0 +} + +Ajax.Responders = { + responders: [], + + _each: function(iterator) { + this.responders._each(iterator); + }, + + register: function(responder) { + if (!this.include(responder)) + this.responders.push(responder); + }, + + unregister: function(responder) { + this.responders = this.responders.without(responder); + }, + + dispatch: function(callback, request, transport, json) { + this.each(function(responder) { + if (typeof responder[callback] == 'function') { + try { + responder[callback].apply(responder, [request, transport, json]); + } catch (e) {} + } + }); + } +}; + +Object.extend(Ajax.Responders, Enumerable); + +Ajax.Responders.register({ + onCreate: function() { + Ajax.activeRequestCount++; + }, + onComplete: function() { + Ajax.activeRequestCount--; + } +}); + +Ajax.Base = function() {}; +Ajax.Base.prototype = { + setOptions: function(options) { + this.options = { + method: 'post', + asynchronous: true, + contentType: 'application/x-www-form-urlencoded', + encoding: 'UTF-8', + parameters: '' + } + Object.extend(this.options, options || {}); + + this.options.method = this.options.method.toLowerCase(); + if (typeof this.options.parameters == 'string') + this.options.parameters = this.options.parameters.toQueryParams(); + } +} + +Ajax.Request = Class.create(); +Ajax.Request.Events = + ['Uninitialized', 'Loading', 'Loaded', 'Interactive', 'Complete']; + +Ajax.Request.prototype = Object.extend(new Ajax.Base(), { + _complete: false, + + initialize: function(url, options) { + this.transport = Ajax.getTransport(); + this.setOptions(options); + this.request(url); + }, + + request: function(url) { + this.url = url; + this.method = this.options.method; + var params = this.options.parameters; + + if (!['get', 'post'].include(this.method)) { + // simulate other verbs over post + params['_method'] = this.method; + this.method = 'post'; + } + + params = Hash.toQueryString(params); + if (params && /Konqueror|Safari|KHTML/.test(navigator.userAgent)) params += '&_=' + + // when GET, append parameters to URL + if (this.method == 'get' && params) + this.url += (this.url.indexOf('?') > -1 ? '&' : '?') + params; + + try { + Ajax.Responders.dispatch('onCreate', this, this.transport); + + this.transport.open(this.method.toUpperCase(), this.url, + this.options.asynchronous); + + if (this.options.asynchronous) + setTimeout(function() { this.respondToReadyState(1) }.bind(this), 10); + + this.transport.onreadystatechange = this.onStateChange.bind(this); + this.setRequestHeaders(); + + var body = this.method == 'post' ? (this.options.postBody || params) : null; + + this.transport.send(body); + + /* Force Firefox to handle ready state 4 for synchronous requests */ + if (!this.options.asynchronous && this.transport.overrideMimeType) + this.onStateChange(); + + } + catch (e) { + this.dispatchException(e); + } + }, + + onStateChange: function() { + var readyState = this.transport.readyState; + if (readyState > 1 && !((readyState == 4) && this._complete)) + this.respondToReadyState(this.transport.readyState); + }, + + setRequestHeaders: function() { + var headers = { + 'X-Requested-With': 'XMLHttpRequest', + 'X-Prototype-Version': Prototype.Version, + 'Accept': 'text/javascript, text/html, application/xml, text/xml, */*' + }; + + if (this.method == 'post') { + headers['Content-type'] = this.options.contentType + + (this.options.encoding ? '; charset=' + this.options.encoding : ''); + + /* Force "Connection: close" for older Mozilla browsers to work + * around a bug where XMLHttpRequest sends an incorrect + * Content-length header. See Mozilla Bugzilla #246651. + */ + if (this.transport.overrideMimeType && + (navigator.userAgent.match(/Gecko\/(\d{4})/) || [0,2005])[1] < 2005) + headers['Connection'] = 'close'; + } + + // user-defined headers + if (typeof this.options.requestHeaders == 'object') { + var extras = this.options.requestHeaders; + + if (typeof extras.push == 'function') + for (var i = 0, length = extras.length; i < length; i += 2) + headers[extras[i]] = extras[i+1]; + else + $H(extras).each(function(pair) { headers[pair.key] = pair.value }); + } + + for (var name in headers) + this.transport.setRequestHeader(name, headers[name]); + }, + + success: function() { + return !this.transport.status + || (this.transport.status >= 200 && this.transport.status < 300); + }, + + respondToReadyState: function(readyState) { + var state = Ajax.Request.Events[readyState]; + var transport = this.transport, json = this.evalJSON(); + + if (state == 'Complete') { + try { + this._complete = true; + (this.options['on' + this.transport.status] + || this.options['on' + (this.success() ? 'Success' : 'Failure')] + || Prototype.emptyFunction)(transport, json); + } catch (e) { + this.dispatchException(e); + } + + if ((this.getHeader('Content-type') || 'text/javascript').strip(). + match(/^(text|application)\/(x-)?(java|ecma)script(;.*)?$/i)) + this.evalResponse(); + } + + try { + (this.options['on' + state] || Prototype.emptyFunction)(transport, json); + Ajax.Responders.dispatch('on' + state, this, transport, json); + } catch (e) { + this.dispatchException(e); + } + + if (state == 'Complete') { + // avoid memory leak in MSIE: clean up + this.transport.onreadystatechange = Prototype.emptyFunction; + } + }, + + getHeader: function(name) { + try { + return this.transport.getResponseHeader(name); + } catch (e) { return null } + }, + + evalJSON: function() { + try { + var json = this.getHeader('X-JSON'); + return json ? eval('(' + json + ')') : null; + } catch (e) { return null } + }, + + evalResponse: function() { + try { + return eval(this.transport.responseText); + } catch (e) { + this.dispatchException(e); + } + }, + + dispatchException: function(exception) { + (this.options.onException || Prototype.emptyFunction)(this, exception); + Ajax.Responders.dispatch('onException', this, exception); + } +}); + +Ajax.Updater = Class.create(); + +Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), { + initialize: function(container, url, options) { + this.container = { + success: (container.success || container), + failure: (container.failure || (container.success ? null : container)) + } + + this.transport = Ajax.getTransport(); + this.setOptions(options); + + var onComplete = this.options.onComplete || Prototype.emptyFunction; + this.options.onComplete = (function(transport, param) { + this.updateContent(); + onComplete(transport, param); + }).bind(this); + + this.request(url); + }, + + updateContent: function() { + var receiver = this.container[this.success() ? 'success' : 'failure']; + var response = this.transport.responseText; + + if (!this.options.evalScripts) response = response.stripScripts(); + + if (receiver = $(receiver)) { + if (this.options.insertion) + new this.options.insertion(receiver, response); + else + receiver.update(response); + } + + if (this.success()) { + if (this.onComplete) + setTimeout(this.onComplete.bind(this), 10); + } + } +}); + +Ajax.PeriodicalUpdater = Class.create(); +Ajax.PeriodicalUpdater.prototype = Object.extend(new Ajax.Base(), { + initialize: function(container, url, options) { + this.setOptions(options); + this.onComplete = this.options.onComplete; + + this.frequency = (this.options.frequency || 2); + this.decay = (this.options.decay || 1); + + this.updater = {}; + this.container = container; + this.url = url; + + this.start(); + }, + + start: function() { + this.options.onComplete = this.updateComplete.bind(this); + this.onTimerEvent(); + }, + + stop: function() { + this.updater.options.onComplete = undefined; + clearTimeout(this.timer); + (this.onComplete || Prototype.emptyFunction).apply(this, arguments); + }, + + updateComplete: function(request) { + if (this.options.decay) { + this.decay = (request.responseText == this.lastText ? + this.decay * this.options.decay : 1); + + this.lastText = request.responseText; + } + this.timer = setTimeout(this.onTimerEvent.bind(this), + this.decay * this.frequency * 1000); + }, + + onTimerEvent: function() { + this.updater = new Ajax.Updater(this.container, this.url, this.options); + } +}); +function $(element) { + if (arguments.length > 1) { + for (var i = 0, elements = [], length = arguments.length; i < length; i++) + elements.push($(arguments[i])); + return elements; + } + if (typeof element == 'string') + element = document.getElementById(element); + return Element.extend(element); +} + +if (Prototype.BrowserFeatures.XPath) { + document._getElementsByXPath = function(expression, parentElement) { + var results = []; + var query = document.evaluate(expression, $(parentElement) || document, + null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null); + for (var i = 0, length = query.snapshotLength; i < length; i++) + results.push(query.snapshotItem(i)); + return results; + }; +} + +document.getElementsByClassName = function(className, parentElement) { + if (Prototype.BrowserFeatures.XPath) { + var q = ".//*[contains(concat(' ', @class, ' '), ' " + className + " ')]"; + return document._getElementsByXPath(q, parentElement); + } else { + var children = ($(parentElement) || document.body).getElementsByTagName('*'); + var elements = [], child; + for (var i = 0, length = children.length; i < length; i++) { + child = children[i]; + if (Element.hasClassName(child, className)) + elements.push(Element.extend(child)); + } + return elements; + } +}; + +/*--------------------------------------------------------------------------*/ + +if (!window.Element) + var Element = new Object(); + +Element.extend = function(element) { + if (!element || _nativeExtensions || element.nodeType == 3) return element; + + if (!element._extended && element.tagName && element != window) { + var methods = Object.clone(Element.Methods), cache = Element.extend.cache; + + if (element.tagName == 'FORM') + Object.extend(methods, Form.Methods); + if (['INPUT', 'TEXTAREA', 'SELECT'].include(element.tagName)) + Object.extend(methods, Form.Element.Methods); + + Object.extend(methods, Element.Methods.Simulated); + + for (var property in methods) { + var value = methods[property]; + if (typeof value == 'function' && !(property in element)) + element[property] = cache.findOrStore(value); + } + } + + element._extended = true; + return element; +}; + +Element.extend.cache = { + findOrStore: function(value) { + return this[value] = this[value] || function() { + return value.apply(null, [this].concat($A(arguments))); + } + } +}; + +Element.Methods = { + visible: function(element) { + return $(element).style.display != 'none'; + }, + + toggle: function(element) { + element = $(element); + Element[Element.visible(element) ? 'hide' : 'show'](element); + return element; + }, + + hide: function(element) { + $(element).style.display = 'none'; + return element; + }, + + show: function(element) { + $(element).style.display = ''; + return element; + }, + + remove: function(element) { + element = $(element); + element.parentNode.removeChild(element); + return element; + }, + + update: function(element, html) { + html = typeof html == 'undefined' ? '' : html.toString(); + $(element).innerHTML = html.stripScripts(); + setTimeout(function() {html.evalScripts()}, 10); + return element; + }, + + replace: function(element, html) { + element = $(element); + html = typeof html == 'undefined' ? '' : html.toString(); + if (element.outerHTML) { + element.outerHTML = html.stripScripts(); + } else { + var range = element.ownerDocument.createRange(); + range.selectNodeContents(element); + element.parentNode.replaceChild( + range.createContextualFragment(html.stripScripts()), element); + } + setTimeout(function() {html.evalScripts()}, 10); + return element; + }, + + inspect: function(element) { + element = $(element); + var result = '<' + element.tagName.toLowerCase(); + $H({'id': 'id', 'className': 'class'}).each(function(pair) { + var property = pair.first(), attribute = pair.last(); + var value = (element[property] || '').toString(); + if (value) result += ' ' + attribute + '=' + value.inspect(true); + }); + return result + '>'; + }, + + recursivelyCollect: function(element, property) { + element = $(element); + var elements = []; + while (element = element[property]) + if (element.nodeType == 1) + elements.push(Element.extend(element)); + return elements; + }, + + ancestors: function(element) { + return $(element).recursivelyCollect('parentNode'); + }, + + descendants: function(element) { + return $A($(element).getElementsByTagName('*')); + }, + + immediateDescendants: function(element) { + if (!(element = $(element).firstChild)) return []; + while (element && element.nodeType != 1) element = element.nextSibling; + if (element) return [element].concat($(element).nextSiblings()); + return []; + }, + + previousSiblings: function(element) { + return $(element).recursivelyCollect('previousSibling'); + }, + + nextSiblings: function(element) { + return $(element).recursivelyCollect('nextSibling'); + }, + + siblings: function(element) { + element = $(element); + return element.previousSiblings().reverse().concat(element.nextSiblings()); + }, + + match: function(element, selector) { + if (typeof selector == 'string') + selector = new Selector(selector); + return selector.match($(element)); + }, + + up: function(element, expression, index) { + return Selector.findElement($(element).ancestors(), expression, index); + }, + + down: function(element, expression, index) { + return Selector.findElement($(element).descendants(), expression, index); + }, + + previous: function(element, expression, index) { + return Selector.findElement($(element).previousSiblings(), expression, index); + }, + + next: function(element, expression, index) { + return Selector.findElement($(element).nextSiblings(), expression, index); + }, + + getElementsBySelector: function() { + var args = $A(arguments), element = $(args.shift()); + return Selector.findChildElements(element, args); + }, + + getElementsByClassName: function(element, className) { + return document.getElementsByClassName(className, element); + }, + + readAttribute: function(element, name) { + element = $(element); + if (document.all && !window.opera) { + var t = Element._attributeTranslations; + if (t.values[name]) return t.values[name](element, name); + if (t.names[name]) name = t.names[name]; + var attribute = element.attributes[name]; + if(attribute) return attribute.nodeValue; + } + return element.getAttribute(name); + }, + + getHeight: function(element) { + return $(element).getDimensions().height; + }, + + getWidth: function(element) { + return $(element).getDimensions().width; + }, + + classNames: function(element) { + return new Element.ClassNames(element); + }, + + hasClassName: function(element, className) { + if (!(element = $(element))) return; + var elementClassName = element.className; + if (elementClassName.length == 0) return false; + if (elementClassName == className || + elementClassName.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) + return true; + return false; + }, + + addClassName: function(element, className) { + if (!(element = $(element))) return; + Element.classNames(element).add(className); + return element; + }, + + removeClassName: function(element, className) { + if (!(element = $(element))) return; + Element.classNames(element).remove(className); + return element; + }, + + toggleClassName: function(element, className) { + if (!(element = $(element))) return; + Element.classNames(element)[element.hasClassName(className) ? 'remove' : 'add'](className); + return element; + }, + + observe: function() { + Event.observe.apply(Event, arguments); + return $A(arguments).first(); + }, + + stopObserving: function() { + Event.stopObserving.apply(Event, arguments); + return $A(arguments).first(); + }, + + // removes whitespace-only text node children + cleanWhitespace: function(element) { + element = $(element); + var node = element.firstChild; + while (node) { + var nextNode = node.nextSibling; + if (node.nodeType == 3 && !/\S/.test(node.nodeValue)) + element.removeChild(node); + node = nextNode; + } + return element; + }, + + empty: function(element) { + return $(element).innerHTML.match(/^\s*$/); + }, + + descendantOf: function(element, ancestor) { + element = $(element), ancestor = $(ancestor); + while (element = element.parentNode) + if (element == ancestor) return true; + return false; + }, + + scrollTo: function(element) { + element = $(element); + var pos = Position.cumulativeOffset(element); + window.scrollTo(pos[0], pos[1]); + return element; + }, + + getStyle: function(element, style) { + element = $(element); + if (['float','cssFloat'].include(style)) + style = (typeof element.style.styleFloat != 'undefined' ? 'styleFloat' : 'cssFloat'); + style = style.camelize(); + var value = element.style[style]; + if (!value) { + if (document.defaultView && document.defaultView.getComputedStyle) { + var css = document.defaultView.getComputedStyle(element, null); + value = css ? css[style] : null; + } else if (element.currentStyle) { + value = element.currentStyle[style]; + } + } + + if((value == 'auto') && ['width','height'].include(style) && (element.getStyle('display') != 'none')) + value = element['offset'+style.capitalize()] + 'px'; + + if (window.opera && ['left', 'top', 'right', 'bottom'].include(style)) + if (Element.getStyle(element, 'position') == 'static') value = 'auto'; + if(style == 'opacity') { + if(value) return parseFloat(value); + if(value = (element.getStyle('filter') || '').match(/alpha\(opacity=(.*)\)/)) + if(value[1]) return parseFloat(value[1]) / 100; + return 1.0; + } + return value == 'auto' ? null : value; + }, + + setStyle: function(element, style) { + element = $(element); + for (var name in style) { + var value = style[name]; + if(name == 'opacity') { + if (value == 1) { + value = (/Gecko/.test(navigator.userAgent) && + !/Konqueror|Safari|KHTML/.test(navigator.userAgent)) ? 0.999999 : 1.0; + if(/MSIE/.test(navigator.userAgent) && !window.opera) + element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,''); + } else if(value == '') { + if(/MSIE/.test(navigator.userAgent) && !window.opera) + element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,''); + } else { + if(value < 0.00001) value = 0; + if(/MSIE/.test(navigator.userAgent) && !window.opera) + element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'') + + 'alpha(opacity='+value*100+')'; + } + } else if(['float','cssFloat'].include(name)) name = (typeof element.style.styleFloat != 'undefined') ? 'styleFloat' : 'cssFloat'; + element.style[name.camelize()] = value; + } + return element; + }, + + getDimensions: function(element) { + element = $(element); + var display = $(element).getStyle('display'); + if (display != 'none' && display != null) // Safari bug + return {width: element.offsetWidth, height: element.offsetHeight}; + + // All *Width and *Height properties give 0 on elements with display none, + // so enable the element temporarily + var els = element.style; + var originalVisibility = els.visibility; + var originalPosition = els.position; + var originalDisplay = els.display; + els.visibility = 'hidden'; + els.position = 'absolute'; + els.display = 'block'; + var originalWidth = element.clientWidth; + var originalHeight = element.clientHeight; + els.display = originalDisplay; + els.position = originalPosition; + els.visibility = originalVisibility; + return {width: originalWidth, height: originalHeight}; + }, + + makePositioned: function(element) { + element = $(element); + var pos = Element.getStyle(element, 'position'); + if (pos == 'static' || !pos) { + element._madePositioned = true; + element.style.position = 'relative'; + // Opera returns the offset relative to the positioning context, when an + // element is position relative but top and left have not been defined + if (window.opera) { + element.style.top = 0; + element.style.left = 0; + } + } + return element; + }, + + undoPositioned: function(element) { + element = $(element); + if (element._madePositioned) { + element._madePositioned = undefined; + element.style.position = + element.style.top = + element.style.left = + element.style.bottom = + element.style.right = ''; + } + return element; + }, + + makeClipping: function(element) { + element = $(element); + if (element._overflow) return element; + element._overflow = element.style.overflow || 'auto'; + if ((Element.getStyle(element, 'overflow') || 'visible') != 'hidden') + element.style.overflow = 'hidden'; + return element; + }, + + undoClipping: function(element) { + element = $(element); + if (!element._overflow) return element; + element.style.overflow = element._overflow == 'auto' ? '' : element._overflow; + element._overflow = null; + return element; + } +}; + +Object.extend(Element.Methods, {childOf: Element.Methods.descendantOf}); + +Element._attributeTranslations = {}; + +Element._attributeTranslations.names = { + colspan: "colSpan", + rowspan: "rowSpan", + valign: "vAlign", + datetime: "dateTime", + accesskey: "accessKey", + tabindex: "tabIndex", + enctype: "encType", + maxlength: "maxLength", + readonly: "readOnly", + longdesc: "longDesc" +}; + +Element._attributeTranslations.values = { + _getAttr: function(element, attribute) { + return element.getAttribute(attribute, 2); + }, + + _flag: function(element, attribute) { + return $(element).hasAttribute(attribute) ? attribute : null; + }, + + style: function(element) { + return element.style.cssText.toLowerCase(); + }, + + title: function(element) { + var node = element.getAttributeNode('title'); + return node.specified ? node.nodeValue : null; + } +}; + +Object.extend(Element._attributeTranslations.values, { + href: Element._attributeTranslations.values._getAttr, + src: Element._attributeTranslations.values._getAttr, + disabled: Element._attributeTranslations.values._flag, + checked: Element._attributeTranslations.values._flag, + readonly: Element._attributeTranslations.values._flag, + multiple: Element._attributeTranslations.values._flag +}); + +Element.Methods.Simulated = { + hasAttribute: function(element, attribute) { + var t = Element._attributeTranslations; + attribute = t.names[attribute] || attribute; + return $(element).getAttributeNode(attribute).specified; + } +}; + +// IE is missing .innerHTML support for TABLE-related elements +if (document.all && !window.opera){ + Element.Methods.update = function(element, html) { + element = $(element); + html = typeof html == 'undefined' ? '' : html.toString(); + var tagName = element.tagName.toUpperCase(); + if (['THEAD','TBODY','TR','TD'].include(tagName)) { + var div = document.createElement('div'); + switch (tagName) { + case 'THEAD': + case 'TBODY': + div.innerHTML = '<table><tbody>' + html.stripScripts() + '</tbody></table>'; + depth = 2; + break; + case 'TR': + div.innerHTML = '<table><tbody><tr>' + html.stripScripts() + '</tr></tbody></table>'; + depth = 3; + break; + case 'TD': + div.innerHTML = '<table><tbody><tr><td>' + html.stripScripts() + '</td></tr></tbody></table>'; + depth = 4; + } + $A(element.childNodes).each(function(node){ + element.removeChild(node) + }); + depth.times(function(){ div = div.firstChild }); + + $A(div.childNodes).each( + function(node){ element.appendChild(node) }); + } else { + element.innerHTML = html.stripScripts(); + } + setTimeout(function() {html.evalScripts()}, 10); + return element; + } +}; + +Object.extend(Element, Element.Methods); + +var _nativeExtensions = false; + +if(/Konqueror|Safari|KHTML/.test(navigator.userAgent)) + ['', 'Form', 'Input', 'TextArea', 'Select'].each(function(tag) { + var className = 'HTML' + tag + 'Element'; + if(window[className]) return; + var klass = window[className] = {}; + klass.prototype = document.createElement(tag ? tag.toLowerCase() : 'div').__proto__; + }); + +Element.addMethods = function(methods) { + Object.extend(Element.Methods, methods || {}); + + function copy(methods, destination, onlyIfAbsent) { + onlyIfAbsent = onlyIfAbsent || false; + var cache = Element.extend.cache; + for (var property in methods) { + var value = methods[property]; + if (!onlyIfAbsent || !(property in destination)) + destination[property] = cache.findOrStore(value); + } + } + + if (typeof HTMLElement != 'undefined') { + copy(Element.Methods, HTMLElement.prototype); + copy(Element.Methods.Simulated, HTMLElement.prototype, true); + copy(Form.Methods, HTMLFormElement.prototype); + [HTMLInputElement, HTMLTextAreaElement, HTMLSelectElement].each(function(klass) { + copy(Form.Element.Methods, klass.prototype); + }); + _nativeExtensions = true; + } +} + +var Toggle = new Object(); +Toggle.display = Element.toggle; + +/*--------------------------------------------------------------------------*/ + +Abstract.Insertion = function(adjacency) { + this.adjacency = adjacency; +} + +Abstract.Insertion.prototype = { + initialize: function(element, content) { + this.element = $(element); + this.content = content.stripScripts(); + + if (this.adjacency && this.element.insertAdjacentHTML) { + try { + this.element.insertAdjacentHTML(this.adjacency, this.content); + } catch (e) { + var tagName = this.element.tagName.toUpperCase(); + if (['TBODY', 'TR'].include(tagName)) { + this.insertContent(this.contentFromAnonymousTable()); + } else { + throw e; + } + } + } else { + this.range = this.element.ownerDocument.createRange(); + if (this.initializeRange) this.initializeRange(); + this.insertContent([this.range.createContextualFragment(this.content)]); + } + + setTimeout(function() {content.evalScripts()}, 10); + }, + + contentFromAnonymousTable: function() { + var div = document.createElement('div'); + div.innerHTML = '<table><tbody>' + this.content + '</tbody></table>'; + return $A(div.childNodes[0].childNodes[0].childNodes); + } +} + +var Insertion = new Object(); + +Insertion.Before = Class.create(); +Insertion.Before.prototype = Object.extend(new Abstract.Insertion('beforeBegin'), { + initializeRange: function() { + this.range.setStartBefore(this.element); + }, + + insertContent: function(fragments) { + fragments.each((function(fragment) { + this.element.parentNode.insertBefore(fragment, this.element); + }).bind(this)); + } +}); + +Insertion.Top = Class.create(); +Insertion.Top.prototype = Object.extend(new Abstract.Insertion('afterBegin'), { + initializeRange: function() { + this.range.selectNodeContents(this.element); + this.range.collapse(true); + }, + + insertContent: function(fragments) { + fragments.reverse(false).each((function(fragment) { + this.element.insertBefore(fragment, this.element.firstChild); + }).bind(this)); + } +}); + +Insertion.Bottom = Class.create(); +Insertion.Bottom.prototype = Object.extend(new Abstract.Insertion('beforeEnd'), { + initializeRange: function() { + this.range.selectNodeContents(this.element); + this.range.collapse(this.element); + }, + + insertContent: function(fragments) { + fragments.each((function(fragment) { + this.element.appendChild(fragment); + }).bind(this)); + } +}); + +Insertion.After = Class.create(); +Insertion.After.prototype = Object.extend(new Abstract.Insertion('afterEnd'), { + initializeRange: function() { + this.range.setStartAfter(this.element); + }, + + insertContent: function(fragments) { + fragments.each((function(fragment) { + this.element.parentNode.insertBefore(fragment, + this.element.nextSibling); + }).bind(this)); + } +}); + +/*--------------------------------------------------------------------------*/ + +Element.ClassNames = Class.create(); +Element.ClassNames.prototype = { + initialize: function(element) { + this.element = $(element); + }, + + _each: function(iterator) { + this.element.className.split(/\s+/).select(function(name) { + return name.length > 0; + })._each(iterator); + }, + + set: function(className) { + this.element.className = className; + }, + + add: function(classNameToAdd) { + if (this.include(classNameToAdd)) return; + this.set($A(this).concat(classNameToAdd).join(' ')); + }, + + remove: function(classNameToRemove) { + if (!this.include(classNameToRemove)) return; + this.set($A(this).without(classNameToRemove).join(' ')); + }, + + toString: function() { + return $A(this).join(' '); + } +}; + +Object.extend(Element.ClassNames.prototype, Enumerable); +var Selector = Class.create(); +Selector.prototype = { + initialize: function(expression) { + this.params = {classNames: []}; + this.expression = expression.toString().strip(); + this.parseExpression(); + this.compileMatcher(); + }, + + parseExpression: function() { + function abort(message) { throw 'Parse error in selector: ' + message; } + + if (this.expression == '') abort('empty expression'); + + var params = this.params, expr = this.expression, match, modifier, clause, rest; + while (match = expr.match(/^(.*)\[([a-z0-9_:-]+?)(?:([~\|!]?=)(?:"([^"]*)"|([^\]\s]*)))?\]$/i)) { + params.attributes = params.attributes || []; + params.attributes.push({name: match[2], operator: match[3], value: match[4] || match[5] || ''}); + expr = match[1]; + } + + if (expr == '*') return this.params.wildcard = true; + + while (match = expr.match(/^([^a-z0-9_-])?([a-z0-9_-]+)(.*)/i)) { + modifier = match[1], clause = match[2], rest = match[3]; + switch (modifier) { + case '#': params.id = clause; break; + case '.': params.classNames.push(clause); break; + case '': + case undefined: params.tagName = clause.toUpperCase(); break; + default: abort(expr.inspect()); + } + expr = rest; + } + + if (expr.length > 0) abort(expr.inspect()); + }, + + buildMatchExpression: function() { + var params = this.params, conditions = [], clause; + + if (params.wildcard) + conditions.push('true'); + if (clause = params.id) + conditions.push('element.readAttribute("id") == ' + clause.inspect()); + if (clause = params.tagName) + conditions.push('element.tagName.toUpperCase() == ' + clause.inspect()); + if ((clause = params.classNames).length > 0) + for (var i = 0, length = clause.length; i < length; i++) + conditions.push('element.hasClassName(' + clause[i].inspect() + ')'); + if (clause = params.attributes) { + clause.each(function(attribute) { + var value = 'element.readAttribute(' + attribute.name.inspect() + ')'; + var splitValueBy = function(delimiter) { + return value + ' && ' + value + '.split(' + delimiter.inspect() + ')'; + } + + switch (attribute.operator) { + case '=': conditions.push(value + ' == ' + attribute.value.inspect()); break; + case '~=': conditions.push(splitValueBy(' ') + '.include(' + attribute.value.inspect() + ')'); break; + case '|=': conditions.push( + splitValueBy('-') + '.first().toUpperCase() == ' + attribute.value.toUpperCase().inspect() + ); break; + case '!=': conditions.push(value + ' != ' + attribute.value.inspect()); break; + case '': + case undefined: conditions.push('element.hasAttribute(' + attribute.name.inspect() + ')'); break; + default: throw 'Unknown operator ' + attribute.operator + ' in selector'; + } + }); + } + + return conditions.join(' && '); + }, + + compileMatcher: function() { + this.match = new Function('element', 'if (!element.tagName) return false; \ + element = $(element); \ + return ' + this.buildMatchExpression()); + }, + + findElements: function(scope) { + var element; + + if (element = $(this.params.id)) + if (this.match(element)) + if (!scope || Element.childOf(element, scope)) + return [element]; + + scope = (scope || document).getElementsByTagName(this.params.tagName || '*'); + + var results = []; + for (var i = 0, length = scope.length; i < length; i++) + if (this.match(element = scope[i])) + results.push(Element.extend(element)); + + return results; + }, + + toString: function() { + return this.expression; + } +} + +Object.extend(Selector, { + matchElements: function(elements, expression) { + var selector = new Selector(expression); + return elements.select(selector.match.bind(selector)).map(Element.extend); + }, + + findElement: function(elements, expression, index) { + if (typeof expression == 'number') index = expression, expression = false; + return Selector.matchElements(elements, expression || '*')[index || 0]; + }, + + findChildElements: function(element, expressions) { + return expressions.map(function(expression) { + return expression.match(/[^\s"]+(?:"[^"]*"[^\s"]+)*/g).inject([null], function(results, expr) { + var selector = new Selector(expr); + return results.inject([], function(elements, result) { + return elements.concat(selector.findElements(result || element)); + }); + }); + }).flatten(); + } +}); + +function $$() { + return Selector.findChildElements(document, $A(arguments)); +} +var Form = { + reset: function(form) { + $(form).reset(); + return form; + }, + + serializeElements: function(elements, getHash) { + var data = elements.inject({}, function(result, element) { + if (!element.disabled && element.name) { + var key = element.name, value = $(element).getValue(); + if (value != undefined) { + if (result[key]) { + if (result[key].constructor != Array) result[key] = [result[key]]; + result[key].push(value); + } + else result[key] = value; + } + } + return result; + }); + + return getHash ? data : Hash.toQueryString(data); + } +}; + +Form.Methods = { + serialize: function(form, getHash) { + return Form.serializeElements(Form.getElements(form), getHash); + }, + + getElements: function(form) { + return $A($(form).getElementsByTagName('*')).inject([], + function(elements, child) { + if (Form.Element.Serializers[child.tagName.toLowerCase()]) + elements.push(Element.extend(child)); + return elements; + } + ); + }, + + getInputs: function(form, typeName, name) { + form = $(form); + var inputs = form.getElementsByTagName('input'); + + if (!typeName && !name) return $A(inputs).map(Element.extend); + + for (var i = 0, matchingInputs = [], length = inputs.length; i < length; i++) { + var input = inputs[i]; + if ((typeName && input.type != typeName) || (name && input.name != name)) + continue; + matchingInputs.push(Element.extend(input)); + } + + return matchingInputs; + }, + + disable: function(form) { + form = $(form); + form.getElements().each(function(element) { + element.blur(); + element.disabled = 'true'; + }); + return form; + }, + + enable: function(form) { + form = $(form); + form.getElements().each(function(element) { + element.disabled = ''; + }); + return form; + }, + + findFirstElement: function(form) { + return $(form).getElements().find(function(element) { + return element.type != 'hidden' && !element.disabled && + ['input', 'select', 'textarea'].include(element.tagName.toLowerCase()); + }); + }, + + focusFirstElement: function(form) { + form = $(form); + form.findFirstElement().activate(); + return form; + } +} + +Object.extend(Form, Form.Methods); + +/*--------------------------------------------------------------------------*/ + +Form.Element = { + focus: function(element) { + $(element).focus(); + return element; + }, + + select: function(element) { + $(element).select(); + return element; + } +} + +Form.Element.Methods = { + serialize: function(element) { + element = $(element); + if (!element.disabled && element.name) { + var value = element.getValue(); + if (value != undefined) { + var pair = {}; + pair[element.name] = value; + return Hash.toQueryString(pair); + } + } + return ''; + }, + + getValue: function(element) { + element = $(element); + var method = element.tagName.toLowerCase(); + return Form.Element.Serializers[method](element); + }, + + clear: function(element) { + $(element).value = ''; + return element; + }, + + present: function(element) { + return $(element).value != ''; + }, + + activate: function(element) { + element = $(element); + element.focus(); + if (element.select && ( element.tagName.toLowerCase() != 'input' || + !['button', 'reset', 'submit'].include(element.type) ) ) + element.select(); + return element; + }, + + disable: function(element) { + element = $(element); + element.disabled = true; + return element; + }, + + enable: function(element) { + element = $(element); + element.blur(); + element.disabled = false; + return element; + } +} + +Object.extend(Form.Element, Form.Element.Methods); +var Field = Form.Element; +var $F = Form.Element.getValue; + +/*--------------------------------------------------------------------------*/ + +Form.Element.Serializers = { + input: function(element) { + switch (element.type.toLowerCase()) { + case 'checkbox': + case 'radio': + return Form.Element.Serializers.inputSelector(element); + default: + return Form.Element.Serializers.textarea(element); + } + }, + + inputSelector: function(element) { + return element.checked ? element.value : null; + }, + + textarea: function(element) { + return element.value; + }, + + select: function(element) { + return this[element.type == 'select-one' ? + 'selectOne' : 'selectMany'](element); + }, + + selectOne: function(element) { + var index = element.selectedIndex; + return index >= 0 ? this.optionValue(element.options[index]) : null; + }, + + selectMany: function(element) { + var values, length = element.length; + if (!length) return null; + + for (var i = 0, values = []; i < length; i++) { + var opt = element.options[i]; + if (opt.selected) values.push(this.optionValue(opt)); + } + return values; + }, + + optionValue: function(opt) { + // extend element because hasAttribute may not be native + return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text; + } +} + +/*--------------------------------------------------------------------------*/ + +Abstract.TimedObserver = function() {} +Abstract.TimedObserver.prototype = { + initialize: function(element, frequency, callback) { + this.frequency = frequency; + this.element = $(element); + this.callback = callback; + + this.lastValue = this.getValue(); + this.registerCallback(); + }, + + registerCallback: function() { + setInterval(this.onTimerEvent.bind(this), this.frequency * 1000); + }, + + onTimerEvent: function() { + var value = this.getValue(); + var changed = ('string' == typeof this.lastValue && 'string' == typeof value + ? this.lastValue != value : String(this.lastValue) != String(value)); + if (changed) { + this.callback(this.element, value); + this.lastValue = value; + } + } +} + +Form.Element.Observer = Class.create(); +Form.Element.Observer.prototype = Object.extend(new Abstract.TimedObserver(), { + getValue: function() { + return Form.Element.getValue(this.element); + } +}); + +Form.Observer = Class.create(); +Form.Observer.prototype = Object.extend(new Abstract.TimedObserver(), { + getValue: function() { + return Form.serialize(this.element); + } +}); + +/*--------------------------------------------------------------------------*/ + +Abstract.EventObserver = function() {} +Abstract.EventObserver.prototype = { + initialize: function(element, callback) { + this.element = $(element); + this.callback = callback; + + this.lastValue = this.getValue(); + if (this.element.tagName.toLowerCase() == 'form') + this.registerFormCallbacks(); + else + this.registerCallback(this.element); + }, + + onElementEvent: function() { + var value = this.getValue(); + if (this.lastValue != value) { + this.callback(this.element, value); + this.lastValue = value; + } + }, + + registerFormCallbacks: function() { + Form.getElements(this.element).each(this.registerCallback.bind(this)); + }, + + registerCallback: function(element) { + if (element.type) { + switch (element.type.toLowerCase()) { + case 'checkbox': + case 'radio': + Event.observe(element, 'click', this.onElementEvent.bind(this)); + break; + default: + Event.observe(element, 'change', this.onElementEvent.bind(this)); + break; + } + } + } +} + +Form.Element.EventObserver = Class.create(); +Form.Element.EventObserver.prototype = Object.extend(new Abstract.EventObserver(), { + getValue: function() { + return Form.Element.getValue(this.element); + } +}); + +Form.EventObserver = Class.create(); +Form.EventObserver.prototype = Object.extend(new Abstract.EventObserver(), { + getValue: function() { + return Form.serialize(this.element); + } +}); +if (!window.Event) { + var Event = new Object(); +} + +Object.extend(Event, { + KEY_BACKSPACE: 8, + KEY_TAB: 9, + KEY_RETURN: 13, + KEY_ESC: 27, + KEY_LEFT: 37, + KEY_UP: 38, + KEY_RIGHT: 39, + KEY_DOWN: 40, + KEY_DELETE: 46, + KEY_HOME: 36, + KEY_END: 35, + KEY_PAGEUP: 33, + KEY_PAGEDOWN: 34, + + element: function(event) { + return event.target || event.srcElement; + }, + + isLeftClick: function(event) { + return (((event.which) && (event.which == 1)) || + ((event.button) && (event.button == 1))); + }, + + pointerX: function(event) { + return event.pageX || (event.clientX + + (document.documentElement.scrollLeft || document.body.scrollLeft)); + }, + + pointerY: function(event) { + return event.pageY || (event.clientY + + (document.documentElement.scrollTop || document.body.scrollTop)); + }, + + stop: function(event) { + if (event.preventDefault) { + event.preventDefault(); + event.stopPropagation(); + } else { + event.returnValue = false; + event.cancelBubble = true; + } + }, + + // find the first node with the given tagName, starting from the + // node the event was triggered on; traverses the DOM upwards + findElement: function(event, tagName) { + var element = Event.element(event); + while (element.parentNode && (!element.tagName || + (element.tagName.toUpperCase() != tagName.toUpperCase()))) + element = element.parentNode; + return element; + }, + + observers: false, + + _observeAndCache: function(element, name, observer, useCapture) { + if (!this.observers) this.observers = []; + if (element.addEventListener) { + this.observers.push([element, name, observer, useCapture]); + element.addEventListener(name, observer, useCapture); + } else if (element.attachEvent) { + this.observers.push([element, name, observer, useCapture]); + element.attachEvent('on' + name, observer); + } + }, + + unloadCache: function() { + if (!Event.observers) return; + for (var i = 0, length = Event.observers.length; i < length; i++) { + Event.stopObserving.apply(this, Event.observers[i]); + Event.observers[i][0] = null; + } + Event.observers = false; + }, + + observe: function(element, name, observer, useCapture) { + element = $(element); + useCapture = useCapture || false; + + if (name == 'keypress' && + (navigator.appVersion.match(/Konqueror|Safari|KHTML/) + || element.attachEvent)) + name = 'keydown'; + + Event._observeAndCache(element, name, observer, useCapture); + }, + + stopObserving: function(element, name, observer, useCapture) { + element = $(element); + useCapture = useCapture || false; + + if (name == 'keypress' && + (navigator.appVersion.match(/Konqueror|Safari|KHTML/) + || element.detachEvent)) + name = 'keydown'; + + if (element.removeEventListener) { + element.removeEventListener(name, observer, useCapture); + } else if (element.detachEvent) { + try { + element.detachEvent('on' + name, observer); + } catch (e) {} + } + } +}); + +/* prevent memory leaks in IE */ +if (navigator.appVersion.match(/\bMSIE\b/)) + Event.observe(window, 'unload', Event.unloadCache, false); +var Position = { + // set to true if needed, warning: firefox performance problems + // NOT neeeded for page scrolling, only if draggable contained in + // scrollable elements + includeScrollOffsets: false, + + // must be called before calling withinIncludingScrolloffset, every time the + // page is scrolled + prepare: function() { + this.deltaX = window.pageXOffset + || document.documentElement.scrollLeft + || document.body.scrollLeft + || 0; + this.deltaY = window.pageYOffset + || document.documentElement.scrollTop + || document.body.scrollTop + || 0; + }, + + realOffset: function(element) { + var valueT = 0, valueL = 0; + do { + valueT += element.scrollTop || 0; + valueL += element.scrollLeft || 0; + element = element.parentNode; + } while (element); + return [valueL, valueT]; + }, + + cumulativeOffset: function(element) { + var valueT = 0, valueL = 0; + do { + valueT += element.offsetTop || 0; + valueL += element.offsetLeft || 0; + element = element.offsetParent; + } while (element); + return [valueL, valueT]; + }, + + positionedOffset: function(element) { + var valueT = 0, valueL = 0; + do { + valueT += element.offsetTop || 0; + valueL += element.offsetLeft || 0; + element = element.offsetParent; + if (element) { + if(element.tagName=='BODY') break; + var p = Element.getStyle(element, 'position'); + if (p == 'relative' || p == 'absolute') break; + } + } while (element); + return [valueL, valueT]; + }, + + offsetParent: function(element) { + if (element.offsetParent) return element.offsetParent; + if (element == document.body) return element; + + while ((element = element.parentNode) && element != document.body) + if (Element.getStyle(element, 'position') != 'static') + return element; + + return document.body; + }, + + // caches x/y coordinate pair to use with overlap + within: function(element, x, y) { + if (this.includeScrollOffsets) + return this.withinIncludingScrolloffsets(element, x, y); + this.xcomp = x; + this.ycomp = y; + this.offset = this.cumulativeOffset(element); + + return (y >= this.offset[1] && + y < this.offset[1] + element.offsetHeight && + x >= this.offset[0] && + x < this.offset[0] + element.offsetWidth); + }, + + withinIncludingScrolloffsets: function(element, x, y) { + var offsetcache = this.realOffset(element); + + this.xcomp = x + offsetcache[0] - this.deltaX; + this.ycomp = y + offsetcache[1] - this.deltaY; + this.offset = this.cumulativeOffset(element); + + return (this.ycomp >= this.offset[1] && + this.ycomp < this.offset[1] + element.offsetHeight && + this.xcomp >= this.offset[0] && + this.xcomp < this.offset[0] + element.offsetWidth); + }, + + // within must be called directly before + overlap: function(mode, element) { + if (!mode) return 0; + if (mode == 'vertical') + return ((this.offset[1] + element.offsetHeight) - this.ycomp) / + element.offsetHeight; + if (mode == 'horizontal') + return ((this.offset[0] + element.offsetWidth) - this.xcomp) / + element.offsetWidth; + }, + + page: function(forElement) { + var valueT = 0, valueL = 0; + + var element = forElement; + do { + valueT += element.offsetTop || 0; + valueL += element.offsetLeft || 0; + + // Safari fix + if (element.offsetParent==document.body) + if (Element.getStyle(element,'position')=='absolute') break; + + } while (element = element.offsetParent); + + element = forElement; + do { + if (!window.opera || element.tagName=='BODY') { + valueT -= element.scrollTop || 0; + valueL -= element.scrollLeft || 0; + } + } while (element = element.parentNode); + + return [valueL, valueT]; + }, + + clone: function(source, target) { + var options = Object.extend({ + setLeft: true, + setTop: true, + setWidth: true, + setHeight: true, + offsetTop: 0, + offsetLeft: 0 + }, arguments[2] || {}) + + // find page position of source + source = $(source); + var p = Position.page(source); + + // find coordinate system to use + target = $(target); + var delta = [0, 0]; + var parent = null; + // delta [0,0] will do fine with position: fixed elements, + // position:absolute needs offsetParent deltas + if (Element.getStyle(target,'position') == 'absolute') { + parent = Position.offsetParent(target); + delta = Position.page(parent); + } + + // correct by body offsets (fixes Safari) + if (parent == document.body) { + delta[0] -= document.body.offsetLeft; + delta[1] -= document.body.offsetTop; + } + + // set position + if(options.setLeft) target.style.left = (p[0] - delta[0] + options.offsetLeft) + 'px'; + if(options.setTop) target.style.top = (p[1] - delta[1] + options.offsetTop) + 'px'; + if(options.setWidth) target.style.width = source.offsetWidth + 'px'; + if(options.setHeight) target.style.height = source.offsetHeight + 'px'; + }, + + absolutize: function(element) { + element = $(element); + if (element.style.position == 'absolute') return; + Position.prepare(); + + var offsets = Position.positionedOffset(element); + var top = offsets[1]; + var left = offsets[0]; + var width = element.clientWidth; + var height = element.clientHeight; + + element._originalLeft = left - parseFloat(element.style.left || 0); + element._originalTop = top - parseFloat(element.style.top || 0); + element._originalWidth = element.style.width; + element._originalHeight = element.style.height; + + element.style.position = 'absolute'; + element.style.top = top + 'px'; + element.style.left = left + 'px'; + element.style.width = width + 'px'; + element.style.height = height + 'px'; + }, + + relativize: function(element) { + element = $(element); + if (element.style.position == 'relative') return; + Position.prepare(); + + element.style.position = 'relative'; + var top = parseFloat(element.style.top || 0) - (element._originalTop || 0); + var left = parseFloat(element.style.left || 0) - (element._originalLeft || 0); + + element.style.top = top + 'px'; + element.style.left = left + 'px'; + element.style.height = element._originalHeight; + element.style.width = element._originalWidth; + } +} + +// Safari returns margins on body which is incorrect if the child is absolutely +// positioned. For performance reasons, redefine Position.cumulativeOffset for +// KHTML/WebKit only. +if (/Konqueror|Safari|KHTML/.test(navigator.userAgent)) { + Position.cumulativeOffset = function(element) { + var valueT = 0, valueL = 0; + do { + valueT += element.offsetTop || 0; + valueL += element.offsetLeft || 0; + if (element.offsetParent == document.body) + if (Element.getStyle(element, 'position') == 'absolute') break; + + element = element.offsetParent; + } while (element); + + return [valueL, valueT]; + } +} + +Element.addMethods(); diff --git a/ntheknow/prototype.js.LCK b/ntheknow/prototype.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/prototype.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/quicktimehero.js b/ntheknow/quicktimehero.js new file mode 100644 index 0000000000000000000000000000000000000000..f1c26515c8ba6c6162195b1479f7beadc40e07fa --- /dev/null +++ b/ntheknow/quicktimehero.js @@ -0,0 +1 @@ +QuicktimeHero = Class.create(); QuicktimeHero.prototype = { initialize: function(options) { var source = document.getElementsByClassName('movielink')[0].href; // DOM var displayPanel = $('quicktime'); var controller = 'quicktimecontroller'; // if no qt... if (!AC.Detector.isQTInstalled()) { displayPanel.innerHTML = '<a href="/go/quicktime/"><img src="/images/quicktime_required20070414.gif" alt="QuickTime 7 Required." width="640" height="360" border="0"><\/a>'; } // if we have options, i.e. height or width var moviewidth = (options && options.width) ? options.width : 640; var movieheight = (options && options.height) ? options.height : 480; // if we're Opera, use the standard movie controller, otherwise attach movie controller if (AC.Detector.isOpera()) { var controllerstatus = true; $(controller).style.display = 'none'; movieheight += 16; } else { var controllerstatus = false; var movieController = new AC.QuicktimeController(); movieController.render(controller); } // package movie var movie = new AC.Quicktime.packageMovie('hero-movie', source, { width: moviewidth, height: movieheight, autostart: true, controller: controllerstatus, showlogo: false, cache: true, bgcolor: '#000000' }); displayPanel.innerHTML = ''; displayPanel.appendChild(movie); if (movieController) { movieController.attachToMovie(movie); movieController.monitorMovie(); } } } Event.observe(window, 'load', function () { new QuicktimeHero(); }, false); \ No newline at end of file diff --git a/ntheknow/quicktimehero.js.LCK b/ntheknow/quicktimehero.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/quicktimehero.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/scriptaculous.js b/ntheknow/scriptaculous.js new file mode 100644 index 0000000000000000000000000000000000000000..da2e3f705a512994366958739b722e820ad9a608 --- /dev/null +++ b/ntheknow/scriptaculous.js @@ -0,0 +1,3171 @@ +// script.aculo.us scriptaculous.js v1.6.5, Wed Nov 08 14:17:49 CET 2006 +// Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) +// Portions Copyright (c) 2005, 2006 Marty Haught, Thomas Fuchs +// (c) 2005, 2006 Ivan Krstic (http://blogs.law.harvard.edu/ivan) +// (c) 2005, 2006 Jon Tirsen (http://www.tirsen.com) +// Contributors: +// Justin Palmer (http://encytemedia.com/) +// Mark Pilgrim (http://diveintomark.org/) +// Martin Bialasinki +// For details, see the script.aculo.us web site: http://script.aculo.us/ + +var Scriptaculous = { + Version: '1.6.5' + + /* + //commenting the loader here but leaving the object and version field just in case + + , require: function(libraryName) { + // inserting via DOM fails in Safari 2.0, so brute force approach + document.write('<script type="text/javascript" src="'+libraryName+'"></script>'); + }, + load: function() { + if((typeof Prototype=='undefined') || + (typeof Element == 'undefined') || + (typeof Element.Methods=='undefined') || + parseFloat(Prototype.Version.split(".")[0] + "." + + Prototype.Version.split(".")[1]) < 1.5) + throw("script.aculo.us requires the Prototype JavaScript framework >= 1.5.0"); + + $A(document.getElementsByTagName("script")).findAll( function(s) { + return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/)) + }).each( function(s) { + var path = s.src.replace(/scriptaculous\.js(\?.*)?$/,''); + var includes = s.src.match(/\?.*load=([a-z,]*)/); + (includes ? includes[1] : 'builder,effects,dragdrop,controls,slider').split(',').each( + function(include) { Scriptaculous.require(path+include+'.js') }); + }); + } + */ +} + +//Scriptaculous.load(); + + +////////////////////// +// start builder.js +////////////////////// +var Builder = { + NODEMAP: { + AREA: 'map', + CAPTION: 'table', + COL: 'table', + COLGROUP: 'table', + LEGEND: 'fieldset', + OPTGROUP: 'select', + OPTION: 'select', + PARAM: 'object', + TBODY: 'table', + TD: 'table', + TFOOT: 'table', + TH: 'table', + THEAD: 'table', + TR: 'table' + }, + // note: For Firefox < 1.5, OPTION and OPTGROUP tags are currently broken, + // due to a Firefox bug + node: function(elementName) { + elementName = elementName.toUpperCase(); + + // try innerHTML approach + var parentTag = this.NODEMAP[elementName] || 'div'; + var parentElement = document.createElement(parentTag); + try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707 + parentElement.innerHTML = "<" + elementName + "></" + elementName + ">"; + } catch(e) {} + var element = parentElement.firstChild || null; + + // see if browser added wrapping tags + if(element && (element.tagName != elementName)) + element = element.getElementsByTagName(elementName)[0]; + + // fallback to createElement approach + if(!element) element = document.createElement(elementName); + + // abort if nothing could be created + if(!element) return; + + // attributes (or text) + if(arguments[1]) + if(this._isStringOrNumber(arguments[1]) || + (arguments[1] instanceof Array)) { + this._children(element, arguments[1]); + } else { + var attrs = this._attributes(arguments[1]); + if(attrs.length) { + try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707 + parentElement.innerHTML = "<" +elementName + " " + + attrs + "></" + elementName + ">"; + } catch(e) {} + element = parentElement.firstChild || null; + // workaround firefox 1.0.X bug + if(!element) { + element = document.createElement(elementName); + for(attr in arguments[1]) + element[attr == 'class' ? 'className' : attr] = arguments[1][attr]; + } + if(element.tagName != elementName) + element = parentElement.getElementsByTagName(elementName)[0]; + } + } + + // text, or array of children + if(arguments[2]) + this._children(element, arguments[2]); + + return element; + }, + _text: function(text) { + return document.createTextNode(text); + }, + + ATTR_MAP: { + 'className': 'class', + 'htmlFor': 'for' + }, + + _attributes: function(attributes) { + var attrs = []; + for(attribute in attributes) + attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) + + '="' + attributes[attribute].toString().escapeHTML() + '"'); + return attrs.join(" "); + }, + _children: function(element, children) { + if(typeof children=='object') { // array can hold nodes and text + children.flatten().each( function(e) { + if(typeof e=='object') + element.appendChild(e) + else + if(Builder._isStringOrNumber(e)) + element.appendChild(Builder._text(e)); + }); + } else + if(Builder._isStringOrNumber(children)) + element.appendChild(Builder._text(children)); + }, + _isStringOrNumber: function(param) { + return(typeof param=='string' || typeof param=='number'); + }, + build: function(html) { + var element = this.node('div'); + $(element).update(html.strip()); + return element.down(); + }, + dump: function(scope) { + if(typeof scope != 'object' && typeof scope != 'function') scope = window; //global scope + + var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " + + "BR BUTTON CAPTION CENTER CITE CODE COL COLGROUP DD DEL DFN DIR DIV DL DT EM FIELDSET " + + "FONT FORM FRAME FRAMESET H1 H2 H3 H4 H5 H6 HEAD HR HTML I IFRAME IMG INPUT INS ISINDEX "+ + "KBD LABEL LEGEND LI LINK MAP MENU META NOFRAMES NOSCRIPT OBJECT OL OPTGROUP OPTION P "+ + "PARAM PRE Q S SAMP SCRIPT SELECT SMALL SPAN STRIKE STRONG STYLE SUB SUP TABLE TBODY TD "+ + "TEXTAREA TFOOT TH THEAD TITLE TR TT U UL VAR").split(/\s+/); + + tags.each( function(tag){ + scope[tag] = function() { + return Builder.node.apply(Builder, [tag].concat($A(arguments))); + } + }); + } +} +////////////////////// +// end builder.js +////////////////////// + + +////////////////////// +// start effects.js +////////////////////// +String.prototype.parseColor = function() { + var color = '#'; + if(this.slice(0,4) == 'rgb(') { + var cols = this.slice(4,this.length-1).split(','); + var i=0; do { color += parseInt(cols[i]).toColorPart() } while (++i<3); + } else { + if(this.slice(0,1) == '#') { + if(this.length==4) for(var i=1;i<4;i++) color += (this.charAt(i) + this.charAt(i)).toLowerCase(); + if(this.length==7) color = this.toLowerCase(); + } + } + return(color.length==7 ? color : (arguments[0] || this)); +} + +/*--------------------------------------------------------------------------*/ + +Element.collectTextNodes = function(element) { + return $A($(element).childNodes).collect( function(node) { + return (node.nodeType==3 ? node.nodeValue : + (node.hasChildNodes() ? Element.collectTextNodes(node) : '')); + }).flatten().join(''); +} + +Element.collectTextNodesIgnoreClass = function(element, className) { + return $A($(element).childNodes).collect( function(node) { + return (node.nodeType==3 ? node.nodeValue : + ((node.hasChildNodes() && !Element.hasClassName(node,className)) ? + Element.collectTextNodesIgnoreClass(node, className) : '')); + }).flatten().join(''); +} + +Element.setContentZoom = function(element, percent) { + element = $(element); + element.setStyle({fontSize: (percent/100) + 'em'}); + if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); + return element; +} + +Element.getOpacity = function(element){ + element = $(element); + var opacity; + if (opacity = element.getStyle('opacity')) + return parseFloat(opacity); + if (opacity = (element.getStyle('filter') || '').match(/alpha\(opacity=(.*)\)/)) + if(opacity[1]) return parseFloat(opacity[1]) / 100; + return 1.0; +} + +Element.setOpacity = function(element, value){ + element= $(element); + if (value == 1){ + element.setStyle({ opacity: + (/Gecko/.test(navigator.userAgent) && !/Konqueror|Safari|KHTML/.test(navigator.userAgent)) ? + 0.999999 : 1.0 }); + if(/MSIE/.test(navigator.userAgent) && !window.opera) + element.setStyle({filter: Element.getStyle(element,'filter').replace(/alpha\([^\)]*\)/gi,'')}); + } else { + if(value < 0.00001) value = 0; + element.setStyle({opacity: value}); + if(/MSIE/.test(navigator.userAgent) && !window.opera) + element.setStyle( + { filter: element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'') + + 'alpha(opacity='+value*100+')' }); + } + return element; +} + +Element.getInlineOpacity = function(element){ + return $(element).style.opacity || ''; +} + +Element.forceRerendering = function(element) { + try { + element = $(element); + var n = document.createTextNode(' '); + element.appendChild(n); + element.removeChild(n); + } catch(e) { } +}; + +/*--------------------------------------------------------------------------*/ + +Array.prototype.call = function() { + var args = arguments; + this.each(function(f){ f.apply(this, args) }); +} + +/*--------------------------------------------------------------------------*/ + +var Effect = { + _elementDoesNotExistError: { + name: 'ElementDoesNotExistError', + message: 'The specified DOM element does not exist, but is required for this effect to operate' + }, + tagifyText: function(element) { + if(typeof Builder == 'undefined') + throw("Effect.tagifyText requires including script.aculo.us' builder.js library"); + + var tagifyStyle = 'position:relative'; + if(/MSIE/.test(navigator.userAgent) && !window.opera) tagifyStyle += ';zoom:1'; + + element = $(element); + $A(element.childNodes).each( function(child) { + if(child.nodeType==3) { + child.nodeValue.toArray().each( function(character) { + element.insertBefore( + Builder.node('span',{style: tagifyStyle}, + character == ' ' ? String.fromCharCode(160) : character), + child); + }); + Element.remove(child); + } + }); + }, + multiple: function(element, effect) { + var elements; + if(((typeof element == 'object') || + (typeof element == 'function')) && + (element.length)) + elements = element; + else + elements = $(element).childNodes; + + var options = Object.extend({ + speed: 0.1, + delay: 0.0 + }, arguments[2] || {}); + var masterDelay = options.delay; + + $A(elements).each( function(element, index) { + new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); + }); + }, + PAIRS: { + 'slide': ['SlideDown','SlideUp'], + 'blind': ['BlindDown','BlindUp'], + 'appear': ['Appear','Fade'] + }, + toggle: function(element, effect) { + element = $(element); + effect = (effect || 'appear').toLowerCase(); + var options = Object.extend({ + queue: { position:'end', scope:(element.id || 'global'), limit: 1 } + }, arguments[2] || {}); + Effect[element.visible() ? + Effect.PAIRS[effect][1] : Effect.PAIRS[effect][0]](element, options); + } +}; + +var Effect2 = Effect; // deprecated + +/* ------------- transitions ------------- */ + +Effect.Transitions = { + linear: Prototype.K, + sinoidal: function(pos) { + return (-Math.cos(pos*Math.PI)/2) + 0.5; + }, + reverse: function(pos) { + return 1-pos; + }, + flicker: function(pos) { + return ((-Math.cos(pos*Math.PI)/4) + 0.75) + Math.random()/4; + }, + wobble: function(pos) { + return (-Math.cos(pos*Math.PI*(9*pos))/2) + 0.5; + }, + pulse: function(pos, pulses) { + pulses = pulses || 5; + return ( + Math.round((pos % (1/pulses)) * pulses) == 0 ? + ((pos * pulses * 2) - Math.floor(pos * pulses * 2)) : + 1 - ((pos * pulses * 2) - Math.floor(pos * pulses * 2)) + ); + }, + none: function(pos) { + return 0; + }, + full: function(pos) { + return 1; + } +}; + +/* ------------- core effects ------------- */ + +Effect.ScopedQueue = Class.create(); +Object.extend(Object.extend(Effect.ScopedQueue.prototype, Enumerable), { + initialize: function() { + this.effects = []; + this.interval = null; + }, + _each: function(iterator) { + this.effects._each(iterator); + }, + add: function(effect) { + var timestamp = new Date().getTime(); + + var position = (typeof effect.options.queue == 'string') ? + effect.options.queue : effect.options.queue.position; + + switch(position) { + case 'front': + // move unstarted effects after this effect + this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) { + e.startOn += effect.finishOn; + e.finishOn += effect.finishOn; + }); + break; + case 'with-last': + timestamp = this.effects.pluck('startOn').max() || timestamp; + break; + case 'end': + // start effect after last queued effect has finished + timestamp = this.effects.pluck('finishOn').max() || timestamp; + break; + } + + effect.startOn += timestamp; + effect.finishOn += timestamp; + + if(!effect.options.queue.limit || (this.effects.length < effect.options.queue.limit)) + this.effects.push(effect); + + if(!this.interval) + this.interval = setInterval(this.loop.bind(this), 40); + }, + remove: function(effect) { + this.effects = this.effects.reject(function(e) { return e==effect }); + if(this.effects.length == 0) { + clearInterval(this.interval); + this.interval = null; + } + }, + loop: function() { + var timePos = new Date().getTime(); + this.effects.invoke('loop', timePos); + } +}); + +Effect.Queues = { + instances: $H(), + get: function(queueName) { + if(typeof queueName != 'string') return queueName; + + if(!this.instances[queueName]) + this.instances[queueName] = new Effect.ScopedQueue(); + + return this.instances[queueName]; + } +} +Effect.Queue = Effect.Queues.get('global'); + +Effect.DefaultOptions = { + transition: Effect.Transitions.sinoidal, + duration: 1.0, // seconds + fps: 25.0, // max. 25fps due to Effect.Queue implementation + sync: false, // true for combining + from: 0.0, + to: 1.0, + delay: 0.0, + queue: 'parallel' +} + +Effect.Base = function() {}; +Effect.Base.prototype = { + position: null, + start: function(options) { + this.options = Object.extend(Object.extend({},Effect.DefaultOptions), options || {}); + this.currentFrame = 0; + this.state = 'idle'; + this.startOn = this.options.delay*1000; + this.finishOn = this.startOn + (this.options.duration*1000); + this.event('beforeStart'); + if(!this.options.sync) + Effect.Queues.get(typeof this.options.queue == 'string' ? + 'global' : this.options.queue.scope).add(this); + }, + loop: function(timePos) { + if(timePos >= this.startOn) { + if(timePos >= this.finishOn) { + this.render(1.0); + this.cancel(); + this.event('beforeFinish'); + if(this.finish) this.finish(); + this.event('afterFinish'); + return; + } + var pos = (timePos - this.startOn) / (this.finishOn - this.startOn); + var frame = Math.round(pos * this.options.fps * this.options.duration); + if(frame > this.currentFrame) { + this.render(pos); + this.currentFrame = frame; + } + } + }, + render: function(pos) { + if(this.state == 'idle') { + this.state = 'running'; + this.event('beforeSetup'); + if(this.setup) this.setup(); + this.event('afterSetup'); + } + if(this.state == 'running') { + if(this.options.transition) pos = this.options.transition(pos); + pos *= (this.options.to-this.options.from); + pos += this.options.from; + this.position = pos; + this.event('beforeUpdate'); + if(this.update) this.update(pos); + this.event('afterUpdate'); + } + }, + cancel: function() { + if(!this.options.sync) + Effect.Queues.get(typeof this.options.queue == 'string' ? + 'global' : this.options.queue.scope).remove(this); + this.state = 'finished'; + }, + event: function(eventName) { + if(this.options[eventName + 'Internal']) this.options[eventName + 'Internal'](this); + if(this.options[eventName]) this.options[eventName](this); + }, + inspect: function() { + return '#<Effect:' + $H(this).inspect() + ',options:' + $H(this.options).inspect() + '>'; + } +} + +Effect.Parallel = Class.create(); +Object.extend(Object.extend(Effect.Parallel.prototype, Effect.Base.prototype), { + initialize: function(effects) { + this.effects = effects || []; + this.start(arguments[1]); + }, + update: function(position) { + this.effects.invoke('render', position); + }, + finish: function(position) { + this.effects.each( function(effect) { + effect.render(1.0); + effect.cancel(); + effect.event('beforeFinish'); + if(effect.finish) effect.finish(position); + effect.event('afterFinish'); + }); + } +}); + +Effect.Event = Class.create(); +Object.extend(Object.extend(Effect.Event.prototype, Effect.Base.prototype), { + initialize: function() { + var options = Object.extend({ + duration: 0 + }, arguments[0] || {}); + this.start(options); + }, + update: Prototype.emptyFunction +}); + +Effect.Opacity = Class.create(); +Object.extend(Object.extend(Effect.Opacity.prototype, Effect.Base.prototype), { + initialize: function(element) { + this.element = $(element); + if(!this.element) throw(Effect._elementDoesNotExistError); + // make this work on IE on elements without 'layout' + if(/MSIE/.test(navigator.userAgent) && !window.opera && (!this.element.currentStyle.hasLayout)) + this.element.setStyle({zoom: 1}); + var options = Object.extend({ + from: this.element.getOpacity() || 0.0, + to: 1.0 + }, arguments[1] || {}); + this.start(options); + }, + update: function(position) { + this.element.setOpacity(position); + } +}); + +Effect.Move = Class.create(); +Object.extend(Object.extend(Effect.Move.prototype, Effect.Base.prototype), { + initialize: function(element) { + this.element = $(element); + if(!this.element) throw(Effect._elementDoesNotExistError); + var options = Object.extend({ + x: 0, + y: 0, + mode: 'relative' + }, arguments[1] || {}); + this.start(options); + }, + setup: function() { + // Bug in Opera: Opera returns the "real" position of a static element or + // relative element that does not have top/left explicitly set. + // ==> Always set top and left for position relative elements in your stylesheets + // (to 0 if you do not need them) + this.element.makePositioned(); + this.originalLeft = parseFloat(this.element.getStyle('left') || '0'); + this.originalTop = parseFloat(this.element.getStyle('top') || '0'); + if(this.options.mode == 'absolute') { + // absolute movement, so we need to calc deltaX and deltaY + this.options.x = this.options.x - this.originalLeft; + this.options.y = this.options.y - this.originalTop; + } + }, + update: function(position) { + this.element.setStyle({ + left: Math.round(this.options.x * position + this.originalLeft) + 'px', + top: Math.round(this.options.y * position + this.originalTop) + 'px' + }); + } +}); + +// for backwards compatibility +Effect.MoveBy = function(element, toTop, toLeft) { + return new Effect.Move(element, + Object.extend({ x: toLeft, y: toTop }, arguments[3] || {})); +}; + +Effect.Scale = Class.create(); +Object.extend(Object.extend(Effect.Scale.prototype, Effect.Base.prototype), { + initialize: function(element, percent) { + this.element = $(element); + if(!this.element) throw(Effect._elementDoesNotExistError); + var options = Object.extend({ + scaleX: true, + scaleY: true, + scaleContent: true, + scaleFromCenter: false, + scaleMode: 'box', // 'box' or 'contents' or {} with provided values + scaleFrom: 100.0, + scaleTo: percent + }, arguments[2] || {}); + this.start(options); + }, + setup: function() { + this.restoreAfterFinish = this.options.restoreAfterFinish || false; + this.elementPositioning = this.element.getStyle('position'); + + this.originalStyle = {}; + ['top','left','width','height','fontSize'].each( function(k) { + this.originalStyle[k] = this.element.style[k]; + }.bind(this)); + + this.originalTop = this.element.offsetTop; + this.originalLeft = this.element.offsetLeft; + + var fontSize = this.element.getStyle('font-size') || '100%'; + ['em','px','%','pt'].each( function(fontSizeType) { + if(fontSize.indexOf(fontSizeType)>0) { + this.fontSize = parseFloat(fontSize); + this.fontSizeType = fontSizeType; + } + }.bind(this)); + + this.factor = (this.options.scaleTo - this.options.scaleFrom)/100; + + this.dims = null; + if(this.options.scaleMode=='box') + this.dims = [this.element.offsetHeight, this.element.offsetWidth]; + if(/^content/.test(this.options.scaleMode)) + this.dims = [this.element.scrollHeight, this.element.scrollWidth]; + if(!this.dims) + this.dims = [this.options.scaleMode.originalHeight, + this.options.scaleMode.originalWidth]; + }, + update: function(position) { + var currentScale = (this.options.scaleFrom/100.0) + (this.factor * position); + if(this.options.scaleContent && this.fontSize) + this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType }); + this.setDimensions(this.dims[0] * currentScale, this.dims[1] * currentScale); + }, + finish: function(position) { + if(this.restoreAfterFinish) this.element.setStyle(this.originalStyle); + }, + setDimensions: function(height, width) { + var d = {}; + if(this.options.scaleX) d.width = Math.round(width) + 'px'; + if(this.options.scaleY) d.height = Math.round(height) + 'px'; + if(this.options.scaleFromCenter) { + var topd = (height - this.dims[0])/2; + var leftd = (width - this.dims[1])/2; + if(this.elementPositioning == 'absolute') { + if(this.options.scaleY) d.top = this.originalTop-topd + 'px'; + if(this.options.scaleX) d.left = this.originalLeft-leftd + 'px'; + } else { + if(this.options.scaleY) d.top = -topd + 'px'; + if(this.options.scaleX) d.left = -leftd + 'px'; + } + } + this.element.setStyle(d); + } +}); + +Effect.Highlight = Class.create(); +Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), { + initialize: function(element) { + this.element = $(element); + if(!this.element) throw(Effect._elementDoesNotExistError); + var options = Object.extend({ startcolor: '#ffff99' }, arguments[1] || {}); + this.start(options); + }, + setup: function() { + // Prevent executing on elements not in the layout flow + if(this.element.getStyle('display')=='none') { this.cancel(); return; } + // Disable background image during the effect + this.oldStyle = { + backgroundImage: this.element.getStyle('background-image') }; + this.element.setStyle({backgroundImage: 'none'}); + if(!this.options.endcolor) + this.options.endcolor = this.element.getStyle('background-color').parseColor('#ffffff'); + if(!this.options.restorecolor) + this.options.restorecolor = this.element.getStyle('background-color'); + // init color calculations + this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),16) }.bind(this)); + this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16)-this._base[i] }.bind(this)); + }, + update: function(position) { + this.element.setStyle({backgroundColor: $R(0,2).inject('#',function(m,v,i){ + return m+(Math.round(this._base[i]+(this._delta[i]*position)).toColorPart()); }.bind(this)) }); + }, + finish: function() { + this.element.setStyle(Object.extend(this.oldStyle, { + backgroundColor: this.options.restorecolor + })); + } +}); + +Effect.ScrollTo = Class.create(); +Object.extend(Object.extend(Effect.ScrollTo.prototype, Effect.Base.prototype), { + initialize: function(element) { + this.element = $(element); + this.start(arguments[1] || {}); + }, + setup: function() { + Position.prepare(); + var offsets = Position.cumulativeOffset(this.element); + if(this.options.offset) offsets[1] += this.options.offset; + var max = window.innerHeight ? + window.height - window.innerHeight : + document.body.scrollHeight - + (document.documentElement.clientHeight ? + document.documentElement.clientHeight : document.body.clientHeight); + this.scrollStart = Position.deltaY; + this.delta = (offsets[1] > max ? max : offsets[1]) - this.scrollStart; + }, + update: function(position) { + Position.prepare(); + window.scrollTo(Position.deltaX, + this.scrollStart + (position*this.delta)); + } +}); + +/* ------------- combination effects ------------- */ + +Effect.Fade = function(element) { + element = $(element); + var oldOpacity = element.getInlineOpacity(); + var options = Object.extend({ + from: element.getOpacity() || 1.0, + to: 0.0, + afterFinishInternal: function(effect) { + if(effect.options.to!=0) return; + effect.element.hide().setStyle({opacity: oldOpacity}); + }}, arguments[1] || {}); + return new Effect.Opacity(element,options); +} + +Effect.Appear = function(element) { + element = $(element); + var options = Object.extend({ + from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0), + to: 1.0, + // force Safari to render floated elements properly + afterFinishInternal: function(effect) { + effect.element.forceRerendering(); + }, + beforeSetup: function(effect) { + effect.element.setOpacity(effect.options.from).show(); + }}, arguments[1] || {}); + return new Effect.Opacity(element,options); +} + +Effect.Puff = function(element) { + element = $(element); + var oldStyle = { + opacity: element.getInlineOpacity(), + position: element.getStyle('position'), + top: element.style.top, + left: element.style.left, + width: element.style.width, + height: element.style.height + }; + return new Effect.Parallel( + [ new Effect.Scale(element, 200, + { sync: true, scaleFromCenter: true, scaleContent: true, restoreAfterFinish: true }), + new Effect.Opacity(element, { sync: true, to: 0.0 } ) ], + Object.extend({ duration: 1.0, + beforeSetupInternal: function(effect) { + Position.absolutize(effect.effects[0].element) + }, + afterFinishInternal: function(effect) { + effect.effects[0].element.hide().setStyle(oldStyle); } + }, arguments[1] || {}) + ); +} + +Effect.BlindUp = function(element) { + element = $(element); + element.makeClipping(); + return new Effect.Scale(element, 0, + Object.extend({ scaleContent: false, + scaleX: false, + restoreAfterFinish: true, + afterFinishInternal: function(effect) { + effect.element.hide().undoClipping(); + } + }, arguments[1] || {}) + ); +} + +Effect.BlindDown = function(element) { + element = $(element); + var elementDimensions = element.getDimensions(); + return new Effect.Scale(element, 100, Object.extend({ + scaleContent: false, + scaleX: false, + scaleFrom: 0, + scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, + restoreAfterFinish: true, + afterSetup: function(effect) { + effect.element.makeClipping().setStyle({height: '0px'}).show(); + }, + afterFinishInternal: function(effect) { + effect.element.undoClipping(); + } + }, arguments[1] || {})); +} + +Effect.SwitchOff = function(element) { + element = $(element); + var oldOpacity = element.getInlineOpacity(); + return new Effect.Appear(element, Object.extend({ + duration: 0.4, + from: 0, + transition: Effect.Transitions.flicker, + afterFinishInternal: function(effect) { + new Effect.Scale(effect.element, 1, { + duration: 0.3, scaleFromCenter: true, + scaleX: false, scaleContent: false, restoreAfterFinish: true, + beforeSetup: function(effect) { + effect.element.makePositioned().makeClipping(); + }, + afterFinishInternal: function(effect) { + effect.element.hide().undoClipping().undoPositioned().setStyle({opacity: oldOpacity}); + } + }) + } + }, arguments[1] || {})); +} + +Effect.DropOut = function(element) { + element = $(element); + var oldStyle = { + top: element.getStyle('top'), + left: element.getStyle('left'), + opacity: element.getInlineOpacity() }; + return new Effect.Parallel( + [ new Effect.Move(element, {x: 0, y: 100, sync: true }), + new Effect.Opacity(element, { sync: true, to: 0.0 }) ], + Object.extend( + { duration: 0.5, + beforeSetup: function(effect) { + effect.effects[0].element.makePositioned(); + }, + afterFinishInternal: function(effect) { + effect.effects[0].element.hide().undoPositioned().setStyle(oldStyle); + } + }, arguments[1] || {})); +} + +Effect.Shake = function(element) { + element = $(element); + var oldStyle = { + top: element.getStyle('top'), + left: element.getStyle('left') }; + return new Effect.Move(element, + { x: 20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { + new Effect.Move(effect.element, + { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { + new Effect.Move(effect.element, + { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { + new Effect.Move(effect.element, + { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { + new Effect.Move(effect.element, + { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { + new Effect.Move(effect.element, + { x: -20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { + effect.element.undoPositioned().setStyle(oldStyle); + }}) }}) }}) }}) }}) }}); +} + +Effect.SlideDown = function(element) { + element = $(element).cleanWhitespace(); + // SlideDown need to have the content of the element wrapped in a container element with fixed height! + var oldInnerBottom = element.down().getStyle('bottom'); + var elementDimensions = element.getDimensions(); + return new Effect.Scale(element, 100, Object.extend({ + scaleContent: false, + scaleX: false, + scaleFrom: window.opera ? 0 : 1, + scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, + restoreAfterFinish: true, + afterSetup: function(effect) { + effect.element.makePositioned(); + effect.element.down().makePositioned(); + if(window.opera) effect.element.setStyle({top: ''}); + effect.element.makeClipping().setStyle({height: '0px'}).show(); + }, + afterUpdateInternal: function(effect) { + effect.element.down().setStyle({bottom: + (effect.dims[0] - effect.element.clientHeight) + 'px' }); + }, + afterFinishInternal: function(effect) { + effect.element.undoClipping().undoPositioned(); + effect.element.down().undoPositioned().setStyle({bottom: oldInnerBottom}); } + }, arguments[1] || {}) + ); +} + +Effect.SlideUp = function(element) { + element = $(element).cleanWhitespace(); + var oldInnerBottom = element.down().getStyle('bottom'); + return new Effect.Scale(element, window.opera ? 0 : 1, + Object.extend({ scaleContent: false, + scaleX: false, + scaleMode: 'box', + scaleFrom: 100, + restoreAfterFinish: true, + beforeStartInternal: function(effect) { + effect.element.makePositioned(); + effect.element.down().makePositioned(); + if(window.opera) effect.element.setStyle({top: ''}); + effect.element.makeClipping().show(); + }, + afterUpdateInternal: function(effect) { + effect.element.down().setStyle({bottom: + (effect.dims[0] - effect.element.clientHeight) + 'px' }); + }, + afterFinishInternal: function(effect) { + effect.element.hide().undoClipping().undoPositioned().setStyle({bottom: oldInnerBottom}); + effect.element.down().undoPositioned(); + } + }, arguments[1] || {}) + ); +} + +// Bug in opera makes the TD containing this element expand for a instance after finish +Effect.Squish = function(element) { + return new Effect.Scale(element, window.opera ? 1 : 0, { + restoreAfterFinish: true, + beforeSetup: function(effect) { + effect.element.makeClipping(); + }, + afterFinishInternal: function(effect) { + effect.element.hide().undoClipping(); + } + }); +} + +Effect.Grow = function(element) { + element = $(element); + var options = Object.extend({ + direction: 'center', + moveTransition: Effect.Transitions.sinoidal, + scaleTransition: Effect.Transitions.sinoidal, + opacityTransition: Effect.Transitions.full + }, arguments[1] || {}); + var oldStyle = { + top: element.style.top, + left: element.style.left, + height: element.style.height, + width: element.style.width, + opacity: element.getInlineOpacity() }; + + var dims = element.getDimensions(); + var initialMoveX, initialMoveY; + var moveX, moveY; + + switch (options.direction) { + case 'top-left': + initialMoveX = initialMoveY = moveX = moveY = 0; + break; + case 'top-right': + initialMoveX = dims.width; + initialMoveY = moveY = 0; + moveX = -dims.width; + break; + case 'bottom-left': + initialMoveX = moveX = 0; + initialMoveY = dims.height; + moveY = -dims.height; + break; + case 'bottom-right': + initialMoveX = dims.width; + initialMoveY = dims.height; + moveX = -dims.width; + moveY = -dims.height; + break; + case 'center': + initialMoveX = dims.width / 2; + initialMoveY = dims.height / 2; + moveX = -dims.width / 2; + moveY = -dims.height / 2; + break; + } + + return new Effect.Move(element, { + x: initialMoveX, + y: initialMoveY, + duration: 0.01, + beforeSetup: function(effect) { + effect.element.hide().makeClipping().makePositioned(); + }, + afterFinishInternal: function(effect) { + new Effect.Parallel( + [ new Effect.Opacity(effect.element, { sync: true, to: 1.0, from: 0.0, transition: options.opacityTransition }), + new Effect.Move(effect.element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }), + new Effect.Scale(effect.element, 100, { + scaleMode: { originalHeight: dims.height, originalWidth: dims.width }, + sync: true, scaleFrom: window.opera ? 1 : 0, transition: options.scaleTransition, restoreAfterFinish: true}) + ], Object.extend({ + beforeSetup: function(effect) { + effect.effects[0].element.setStyle({height: '0px'}).show(); + }, + afterFinishInternal: function(effect) { + effect.effects[0].element.undoClipping().undoPositioned().setStyle(oldStyle); + } + }, options) + ) + } + }); +} + +Effect.Shrink = function(element) { + element = $(element); + var options = Object.extend({ + direction: 'center', + moveTransition: Effect.Transitions.sinoidal, + scaleTransition: Effect.Transitions.sinoidal, + opacityTransition: Effect.Transitions.none + }, arguments[1] || {}); + var oldStyle = { + top: element.style.top, + left: element.style.left, + height: element.style.height, + width: element.style.width, + opacity: element.getInlineOpacity() }; + + var dims = element.getDimensions(); + var moveX, moveY; + + switch (options.direction) { + case 'top-left': + moveX = moveY = 0; + break; + case 'top-right': + moveX = dims.width; + moveY = 0; + break; + case 'bottom-left': + moveX = 0; + moveY = dims.height; + break; + case 'bottom-right': + moveX = dims.width; + moveY = dims.height; + break; + case 'center': + moveX = dims.width / 2; + moveY = dims.height / 2; + break; + } + + return new Effect.Parallel( + [ new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0, transition: options.opacityTransition }), + new Effect.Scale(element, window.opera ? 1 : 0, { sync: true, transition: options.scaleTransition, restoreAfterFinish: true}), + new Effect.Move(element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }) + ], Object.extend({ + beforeStartInternal: function(effect) { + effect.effects[0].element.makePositioned().makeClipping(); + }, + afterFinishInternal: function(effect) { + effect.effects[0].element.hide().undoClipping().undoPositioned().setStyle(oldStyle); } + }, options) + ); +} + +Effect.Pulsate = function(element) { + element = $(element); + var options = arguments[1] || {}; + var oldOpacity = element.getInlineOpacity(); + var transition = options.transition || Effect.Transitions.sinoidal; + var reverser = function(pos){ return transition(1-Effect.Transitions.pulse(pos, options.pulses)) }; + reverser.bind(transition); + return new Effect.Opacity(element, + Object.extend(Object.extend({ duration: 2.0, from: 0, + afterFinishInternal: function(effect) { effect.element.setStyle({opacity: oldOpacity}); } + }, options), {transition: reverser})); +} + +Effect.Fold = function(element) { + element = $(element); + var oldStyle = { + top: element.style.top, + left: element.style.left, + width: element.style.width, + height: element.style.height }; + element.makeClipping(); + return new Effect.Scale(element, 5, Object.extend({ + scaleContent: false, + scaleX: false, + afterFinishInternal: function(effect) { + new Effect.Scale(element, 1, { + scaleContent: false, + scaleY: false, + afterFinishInternal: function(effect) { + effect.element.hide().undoClipping().setStyle(oldStyle); + } }); + }}, arguments[1] || {})); +}; + +['setOpacity','getOpacity','getInlineOpacity','forceRerendering','setContentZoom', + 'collectTextNodes','collectTextNodesIgnoreClass'].each( + function(f) { Element.Methods[f] = Element[f]; } +); + +Element.Methods.visualEffect = function(element, effect, options) { + s = effect.gsub(/_/, '-').camelize(); + effect_class = s.charAt(0).toUpperCase() + s.substring(1); + new Effect[effect_class](element, options); + return $(element); +}; + +Element.addMethods(); + +////////////////////// +// end effects.js +////////////////////// + +////////////////////// +// start dragdrop.js +////////////////////// + + +if(typeof Effect == 'undefined') + throw("dragdrop.js requires including script.aculo.us' effects.js library"); + +var Droppables = { + drops: [], + + remove: function(element) { + this.drops = this.drops.reject(function(d) { return d.element==$(element) }); + }, + + add: function(element) { + element = $(element); + var options = Object.extend({ + greedy: true, + hoverclass: null, + tree: false + }, arguments[1] || {}); + + // cache containers + if(options.containment) { + options._containers = []; + var containment = options.containment; + if((typeof containment == 'object') && + (containment.constructor == Array)) { + containment.each( function(c) { options._containers.push($(c)) }); + } else { + options._containers.push($(containment)); + } + } + + if(options.accept) options.accept = [options.accept].flatten(); + + Element.makePositioned(element); // fix IE + options.element = element; + + this.drops.push(options); + }, + + findDeepestChild: function(drops) { + deepest = drops[0]; + + for (i = 1; i < drops.length; ++i) + if (Element.isParent(drops[i].element, deepest.element)) + deepest = drops[i]; + + return deepest; + }, + + isContained: function(element, drop) { + var containmentNode; + if(drop.tree) { + containmentNode = element.treeNode; + } else { + containmentNode = element.parentNode; + } + return drop._containers.detect(function(c) { return containmentNode == c }); + }, + + isAffected: function(point, element, drop) { + return ( + (drop.element!=element) && + ((!drop._containers) || + this.isContained(element, drop)) && + ((!drop.accept) || + (Element.classNames(element).detect( + function(v) { return drop.accept.include(v) } ) )) && + Position.within(drop.element, point[0], point[1]) ); + }, + + deactivate: function(drop) { + if(drop.hoverclass) + Element.removeClassName(drop.element, drop.hoverclass); + this.last_active = null; + }, + + activate: function(drop) { + if(drop.hoverclass) + Element.addClassName(drop.element, drop.hoverclass); + this.last_active = drop; + }, + + show: function(point, element) { + if(!this.drops.length) return; + var affected = []; + + if(this.last_active) this.deactivate(this.last_active); + this.drops.each( function(drop) { + if(Droppables.isAffected(point, element, drop)) + affected.push(drop); + }); + + if(affected.length>0) { + drop = Droppables.findDeepestChild(affected); + Position.within(drop.element, point[0], point[1]); + if(drop.onHover) + drop.onHover(element, drop.element, Position.overlap(drop.overlap, drop.element)); + + Droppables.activate(drop); + } + }, + + fire: function(event, element) { + if(!this.last_active) return; + Position.prepare(); + + if (this.isAffected([Event.pointerX(event), Event.pointerY(event)], element, this.last_active)) + if (this.last_active.onDrop) + this.last_active.onDrop(element, this.last_active.element, event); + }, + + reset: function() { + if(this.last_active) + this.deactivate(this.last_active); + } +} + +var Draggables = { + drags: [], + observers: [], + + register: function(draggable) { + if(this.drags.length == 0) { + this.eventMouseUp = this.endDrag.bindAsEventListener(this); + this.eventMouseMove = this.updateDrag.bindAsEventListener(this); + this.eventKeypress = this.keyPress.bindAsEventListener(this); + + Event.observe(document, "mouseup", this.eventMouseUp); + Event.observe(document, "mousemove", this.eventMouseMove); + Event.observe(document, "keypress", this.eventKeypress); + } + this.drags.push(draggable); + }, + + unregister: function(draggable) { + this.drags = this.drags.reject(function(d) { return d==draggable }); + if(this.drags.length == 0) { + Event.stopObserving(document, "mouseup", this.eventMouseUp); + Event.stopObserving(document, "mousemove", this.eventMouseMove); + Event.stopObserving(document, "keypress", this.eventKeypress); + } + }, + + activate: function(draggable) { + if(draggable.options.delay) { + this._timeout = setTimeout(function() { + Draggables._timeout = null; + window.focus(); + Draggables.activeDraggable = draggable; + }.bind(this), draggable.options.delay); + } else { + window.focus(); // allows keypress events if window isn't currently focused, fails for Safari + this.activeDraggable = draggable; + } + }, + + deactivate: function() { + this.activeDraggable = null; + }, + + updateDrag: function(event) { + if(!this.activeDraggable) return; + var pointer = [Event.pointerX(event), Event.pointerY(event)]; + // Mozilla-based browsers fire successive mousemove events with + // the same coordinates, prevent needless redrawing (moz bug?) + if(this._lastPointer && (this._lastPointer.inspect() == pointer.inspect())) return; + this._lastPointer = pointer; + + this.activeDraggable.updateDrag(event, pointer); + }, + + endDrag: function(event) { + if(this._timeout) { + clearTimeout(this._timeout); + this._timeout = null; + } + if(!this.activeDraggable) return; + this._lastPointer = null; + this.activeDraggable.endDrag(event); + this.activeDraggable = null; + }, + + keyPress: function(event) { + if(this.activeDraggable) + this.activeDraggable.keyPress(event); + }, + + addObserver: function(observer) { + this.observers.push(observer); + this._cacheObserverCallbacks(); + }, + + removeObserver: function(element) { // element instead of observer fixes mem leaks + this.observers = this.observers.reject( function(o) { return o.element==element }); + this._cacheObserverCallbacks(); + }, + + notify: function(eventName, draggable, event) { // 'onStart', 'onEnd', 'onDrag' + if(this[eventName+'Count'] > 0) + this.observers.each( function(o) { + if(o[eventName]) o[eventName](eventName, draggable, event); + }); + if(draggable.options[eventName]) draggable.options[eventName](draggable, event); + }, + + _cacheObserverCallbacks: function() { + ['onStart','onEnd','onDrag'].each( function(eventName) { + Draggables[eventName+'Count'] = Draggables.observers.select( + function(o) { return o[eventName]; } + ).length; + }); + } +} + +/*--------------------------------------------------------------------------*/ + +var Draggable = Class.create(); +Draggable._dragging = {}; + +Draggable.prototype = { + initialize: function(element) { + var defaults = { + handle: false, + reverteffect: function(element, top_offset, left_offset) { + var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02; + new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur, + queue: {scope:'_draggable', position:'end'} + }); + }, + endeffect: function(element) { + var toOpacity = typeof element._opacity == 'number' ? element._opacity : 1.0; + new Effect.Opacity(element, {duration:0.2, from:0.7, to:toOpacity, + queue: {scope:'_draggable', position:'end'}, + afterFinish: function(){ + Draggable._dragging[element] = false + } + }); + }, + zindex: 1000, + revert: false, + scroll: false, + scrollSensitivity: 20, + scrollSpeed: 15, + snap: false, // false, or xy or [x,y] or function(x,y){ return [x,y] } + delay: 0 + }; + + if(!arguments[1] || typeof arguments[1].endeffect == 'undefined') + Object.extend(defaults, { + starteffect: function(element) { + element._opacity = Element.getOpacity(element); + Draggable._dragging[element] = true; + new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7}); + } + }); + + var options = Object.extend(defaults, arguments[1] || {}); + + this.element = $(element); + + if(options.handle && (typeof options.handle == 'string')) + this.handle = this.element.down('.'+options.handle, 0); + + if(!this.handle) this.handle = $(options.handle); + if(!this.handle) this.handle = this.element; + + if(options.scroll && !options.scroll.scrollTo && !options.scroll.outerHTML) { + options.scroll = $(options.scroll); + this._isScrollChild = Element.childOf(this.element, options.scroll); + } + + Element.makePositioned(this.element); // fix IE + + this.delta = this.currentDelta(); + this.options = options; + this.dragging = false; + + this.eventMouseDown = this.initDrag.bindAsEventListener(this); + Event.observe(this.handle, "mousedown", this.eventMouseDown); + + Draggables.register(this); + }, + + destroy: function() { + Event.stopObserving(this.handle, "mousedown", this.eventMouseDown); + Draggables.unregister(this); + }, + + currentDelta: function() { + return([ + parseInt(Element.getStyle(this.element,'left') || '0'), + parseInt(Element.getStyle(this.element,'top') || '0')]); + }, + + initDrag: function(event) { + if(typeof Draggable._dragging[this.element] != 'undefined' && + Draggable._dragging[this.element]) return; + if(Event.isLeftClick(event)) { + // abort on form elements, fixes a Firefox issue + var src = Event.element(event); + if(src.tagName && ( + src.tagName=='INPUT' || + src.tagName=='SELECT' || + src.tagName=='OPTION' || + src.tagName=='BUTTON' || + src.tagName=='TEXTAREA')) return; + + var pointer = [Event.pointerX(event), Event.pointerY(event)]; + var pos = Position.cumulativeOffset(this.element); + this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) }); + + Draggables.activate(this); + Event.stop(event); + } + }, + + startDrag: function(event) { + this.dragging = true; + + if(this.options.zindex) { + this.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); + this.element.style.zIndex = this.options.zindex; + } + + if(this.options.ghosting) { + this._clone = this.element.cloneNode(true); + Position.absolutize(this.element); + this.element.parentNode.insertBefore(this._clone, this.element); + } + + if(this.options.scroll) { + if (this.options.scroll == window) { + var where = this._getWindowScroll(this.options.scroll); + this.originalScrollLeft = where.left; + this.originalScrollTop = where.top; + } else { + this.originalScrollLeft = this.options.scroll.scrollLeft; + this.originalScrollTop = this.options.scroll.scrollTop; + } + } + + Draggables.notify('onStart', this, event); + + if(this.options.starteffect) this.options.starteffect(this.element); + }, + + updateDrag: function(event, pointer) { + if(!this.dragging) this.startDrag(event); + Position.prepare(); + Droppables.show(pointer, this.element); + Draggables.notify('onDrag', this, event); + + this.draw(pointer); + if(this.options.change) this.options.change(this); + + if(this.options.scroll) { + this.stopScrolling(); + + var p; + if (this.options.scroll == window) { + with(this._getWindowScroll(this.options.scroll)) { p = [ left, top, left+width, top+height ]; } + } else { + p = Position.page(this.options.scroll); + p[0] += this.options.scroll.scrollLeft + Position.deltaX; + p[1] += this.options.scroll.scrollTop + Position.deltaY; + p.push(p[0]+this.options.scroll.offsetWidth); + p.push(p[1]+this.options.scroll.offsetHeight); + } + var speed = [0,0]; + if(pointer[0] < (p[0]+this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[0]+this.options.scrollSensitivity); + if(pointer[1] < (p[1]+this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[1]+this.options.scrollSensitivity); + if(pointer[0] > (p[2]-this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[2]-this.options.scrollSensitivity); + if(pointer[1] > (p[3]-this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[3]-this.options.scrollSensitivity); + this.startScrolling(speed); + } + + // fix AppleWebKit rendering + if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); + + Event.stop(event); + }, + + finishDrag: function(event, success) { + this.dragging = false; + + if(this.options.ghosting) { + Position.relativize(this.element); + Element.remove(this._clone); + this._clone = null; + } + + if(success) Droppables.fire(event, this.element); + Draggables.notify('onEnd', this, event); + + var revert = this.options.revert; + if(revert && typeof revert == 'function') revert = revert(this.element); + + var d = this.currentDelta(); + if(revert && this.options.reverteffect) { + this.options.reverteffect(this.element, + d[1]-this.delta[1], d[0]-this.delta[0]); + } else { + this.delta = d; + } + + if(this.options.zindex) + this.element.style.zIndex = this.originalZ; + + if(this.options.endeffect) + this.options.endeffect(this.element); + + Draggables.deactivate(this); + Droppables.reset(); + }, + + keyPress: function(event) { + if(event.keyCode!=Event.KEY_ESC) return; + this.finishDrag(event, false); + Event.stop(event); + }, + + endDrag: function(event) { + if(!this.dragging) return; + this.stopScrolling(); + this.finishDrag(event, true); + Event.stop(event); + }, + + draw: function(point) { + var pos = Position.cumulativeOffset(this.element); + if(this.options.ghosting) { + var r = Position.realOffset(this.element); + pos[0] += r[0] - Position.deltaX; pos[1] += r[1] - Position.deltaY; + } + + var d = this.currentDelta(); + pos[0] -= d[0]; pos[1] -= d[1]; + + if(this.options.scroll && (this.options.scroll != window && this._isScrollChild)) { + pos[0] -= this.options.scroll.scrollLeft-this.originalScrollLeft; + pos[1] -= this.options.scroll.scrollTop-this.originalScrollTop; + } + + var p = [0,1].map(function(i){ + return (point[i]-pos[i]-this.offset[i]) + }.bind(this)); + + if(this.options.snap) { + if(typeof this.options.snap == 'function') { + p = this.options.snap(p[0],p[1],this); + } else { + if(this.options.snap instanceof Array) { + p = p.map( function(v, i) { + return Math.round(v/this.options.snap[i])*this.options.snap[i] }.bind(this)) + } else { + p = p.map( function(v) { + return Math.round(v/this.options.snap)*this.options.snap }.bind(this)) + } + }} + + var style = this.element.style; + if((!this.options.constraint) || (this.options.constraint=='horizontal')) + style.left = p[0] + "px"; + if((!this.options.constraint) || (this.options.constraint=='vertical')) + style.top = p[1] + "px"; + + if(style.visibility=="hidden") style.visibility = ""; // fix gecko rendering + }, + + stopScrolling: function() { + if(this.scrollInterval) { + clearInterval(this.scrollInterval); + this.scrollInterval = null; + Draggables._lastScrollPointer = null; + } + }, + + startScrolling: function(speed) { + if(!(speed[0] || speed[1])) return; + this.scrollSpeed = [speed[0]*this.options.scrollSpeed,speed[1]*this.options.scrollSpeed]; + this.lastScrolled = new Date(); + this.scrollInterval = setInterval(this.scroll.bind(this), 10); + }, + + scroll: function() { + var current = new Date(); + var delta = current - this.lastScrolled; + this.lastScrolled = current; + if(this.options.scroll == window) { + with (this._getWindowScroll(this.options.scroll)) { + if (this.scrollSpeed[0] || this.scrollSpeed[1]) { + var d = delta / 1000; + this.options.scroll.scrollTo( left + d*this.scrollSpeed[0], top + d*this.scrollSpeed[1] ); + } + } + } else { + this.options.scroll.scrollLeft += this.scrollSpeed[0] * delta / 1000; + this.options.scroll.scrollTop += this.scrollSpeed[1] * delta / 1000; + } + + Position.prepare(); + Droppables.show(Draggables._lastPointer, this.element); + Draggables.notify('onDrag', this); + if (this._isScrollChild) { + Draggables._lastScrollPointer = Draggables._lastScrollPointer || $A(Draggables._lastPointer); + Draggables._lastScrollPointer[0] += this.scrollSpeed[0] * delta / 1000; + Draggables._lastScrollPointer[1] += this.scrollSpeed[1] * delta / 1000; + if (Draggables._lastScrollPointer[0] < 0) + Draggables._lastScrollPointer[0] = 0; + if (Draggables._lastScrollPointer[1] < 0) + Draggables._lastScrollPointer[1] = 0; + this.draw(Draggables._lastScrollPointer); + } + + if(this.options.change) this.options.change(this); + }, + + _getWindowScroll: function(w) { + var T, L, W, H; + with (w.document) { + if (w.document.documentElement && documentElement.scrollTop) { + T = documentElement.scrollTop; + L = documentElement.scrollLeft; + } else if (w.document.body) { + T = body.scrollTop; + L = body.scrollLeft; + } + if (w.innerWidth) { + W = w.innerWidth; + H = w.innerHeight; + } else if (w.document.documentElement && documentElement.clientWidth) { + W = documentElement.clientWidth; + H = documentElement.clientHeight; + } else { + W = body.offsetWidth; + H = body.offsetHeight + } + } + return { top: T, left: L, width: W, height: H }; + } +} + +/*--------------------------------------------------------------------------*/ + +var SortableObserver = Class.create(); +SortableObserver.prototype = { + initialize: function(element, observer) { + this.element = $(element); + this.observer = observer; + this.lastValue = Sortable.serialize(this.element); + }, + + onStart: function() { + this.lastValue = Sortable.serialize(this.element); + }, + + onEnd: function() { + Sortable.unmark(); + if(this.lastValue != Sortable.serialize(this.element)) + this.observer(this.element) + } +} + +var Sortable = { + SERIALIZE_RULE: /^[^_\-](?:[A-Za-z0-9\-\_]*)[_](.*)$/, + + sortables: {}, + + _findRootElement: function(element) { + while (element.tagName != "BODY") { + if(element.id && Sortable.sortables[element.id]) return element; + element = element.parentNode; + } + }, + + options: function(element) { + element = Sortable._findRootElement($(element)); + if(!element) return; + return Sortable.sortables[element.id]; + }, + + destroy: function(element){ + var s = Sortable.options(element); + + if(s) { + Draggables.removeObserver(s.element); + s.droppables.each(function(d){ Droppables.remove(d) }); + s.draggables.invoke('destroy'); + + delete Sortable.sortables[s.element.id]; + } + }, + + create: function(element) { + element = $(element); + var options = Object.extend({ + element: element, + tag: 'li', // assumes li children, override with tag: 'tagname' + dropOnEmpty: false, + tree: false, + treeTag: 'ul', + overlap: 'vertical', // one of 'vertical', 'horizontal' + constraint: 'vertical', // one of 'vertical', 'horizontal', false + containment: element, // also takes array of elements (or id's); or false + handle: false, // or a CSS class + only: false, + delay: 0, + hoverclass: null, + ghosting: false, + scroll: false, + scrollSensitivity: 20, + scrollSpeed: 15, + format: this.SERIALIZE_RULE, + onChange: Prototype.emptyFunction, + onUpdate: Prototype.emptyFunction + }, arguments[1] || {}); + + // clear any old sortable with same element + this.destroy(element); + + // build options for the draggables + var options_for_draggable = { + revert: true, + scroll: options.scroll, + scrollSpeed: options.scrollSpeed, + scrollSensitivity: options.scrollSensitivity, + delay: options.delay, + ghosting: options.ghosting, + constraint: options.constraint, + handle: options.handle }; + + if(options.starteffect) + options_for_draggable.starteffect = options.starteffect; + + if(options.reverteffect) + options_for_draggable.reverteffect = options.reverteffect; + else + if(options.ghosting) options_for_draggable.reverteffect = function(element) { + element.style.top = 0; + element.style.left = 0; + }; + + if(options.endeffect) + options_for_draggable.endeffect = options.endeffect; + + if(options.zindex) + options_for_draggable.zindex = options.zindex; + + // build options for the droppables + var options_for_droppable = { + overlap: options.overlap, + containment: options.containment, + tree: options.tree, + hoverclass: options.hoverclass, + onHover: Sortable.onHover + } + + var options_for_tree = { + onHover: Sortable.onEmptyHover, + overlap: options.overlap, + containment: options.containment, + hoverclass: options.hoverclass + } + + // fix for gecko engine + Element.cleanWhitespace(element); + + options.draggables = []; + options.droppables = []; + + // drop on empty handling + if(options.dropOnEmpty || options.tree) { + Droppables.add(element, options_for_tree); + options.droppables.push(element); + } + + (this.findElements(element, options) || []).each( function(e) { + // handles are per-draggable + var handle = options.handle ? + $(e).down('.'+options.handle,0) : e; + options.draggables.push( + new Draggable(e, Object.extend(options_for_draggable, { handle: handle }))); + Droppables.add(e, options_for_droppable); + if(options.tree) e.treeNode = element; + options.droppables.push(e); + }); + + if(options.tree) { + (Sortable.findTreeElements(element, options) || []).each( function(e) { + Droppables.add(e, options_for_tree); + e.treeNode = element; + options.droppables.push(e); + }); + } + + // keep reference + this.sortables[element.id] = options; + + // for onupdate + Draggables.addObserver(new SortableObserver(element, options.onUpdate)); + + }, + + // return all suitable-for-sortable elements in a guaranteed order + findElements: function(element, options) { + return Element.findChildren( + element, options.only, options.tree ? true : false, options.tag); + }, + + findTreeElements: function(element, options) { + return Element.findChildren( + element, options.only, options.tree ? true : false, options.treeTag); + }, + + onHover: function(element, dropon, overlap) { + if(Element.isParent(dropon, element)) return; + + if(overlap > .33 && overlap < .66 && Sortable.options(dropon).tree) { + return; + } else if(overlap>0.5) { + Sortable.mark(dropon, 'before'); + if(dropon.previousSibling != element) { + var oldParentNode = element.parentNode; + element.style.visibility = "hidden"; // fix gecko rendering + dropon.parentNode.insertBefore(element, dropon); + if(dropon.parentNode!=oldParentNode) + Sortable.options(oldParentNode).onChange(element); + Sortable.options(dropon.parentNode).onChange(element); + } + } else { + Sortable.mark(dropon, 'after'); + var nextElement = dropon.nextSibling || null; + if(nextElement != element) { + var oldParentNode = element.parentNode; + element.style.visibility = "hidden"; // fix gecko rendering + dropon.parentNode.insertBefore(element, nextElement); + if(dropon.parentNode!=oldParentNode) + Sortable.options(oldParentNode).onChange(element); + Sortable.options(dropon.parentNode).onChange(element); + } + } + }, + + onEmptyHover: function(element, dropon, overlap) { + var oldParentNode = element.parentNode; + var droponOptions = Sortable.options(dropon); + + if(!Element.isParent(dropon, element)) { + var index; + + var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only}); + var child = null; + + if(children) { + var offset = Element.offsetSize(dropon, droponOptions.overlap) * (1.0 - overlap); + + for (index = 0; index < children.length; index += 1) { + if (offset - Element.offsetSize (children[index], droponOptions.overlap) >= 0) { + offset -= Element.offsetSize (children[index], droponOptions.overlap); + } else if (offset - (Element.offsetSize (children[index], droponOptions.overlap) / 2) >= 0) { + child = index + 1 < children.length ? children[index + 1] : null; + break; + } else { + child = children[index]; + break; + } + } + } + + dropon.insertBefore(element, child); + + Sortable.options(oldParentNode).onChange(element); + droponOptions.onChange(element); + } + }, + + unmark: function() { + if(Sortable._marker) Sortable._marker.hide(); + }, + + mark: function(dropon, position) { + // mark on ghosting only + var sortable = Sortable.options(dropon.parentNode); + if(sortable && !sortable.ghosting) return; + + if(!Sortable._marker) { + Sortable._marker = + ($('dropmarker') || Element.extend(document.createElement('DIV'))). + hide().addClassName('dropmarker').setStyle({position:'absolute'}); + document.getElementsByTagName("body").item(0).appendChild(Sortable._marker); + } + var offsets = Position.cumulativeOffset(dropon); + Sortable._marker.setStyle({left: offsets[0]+'px', top: offsets[1] + 'px'}); + + if(position=='after') + if(sortable.overlap == 'horizontal') + Sortable._marker.setStyle({left: (offsets[0]+dropon.clientWidth) + 'px'}); + else + Sortable._marker.setStyle({top: (offsets[1]+dropon.clientHeight) + 'px'}); + + Sortable._marker.show(); + }, + + _tree: function(element, options, parent) { + var children = Sortable.findElements(element, options) || []; + + for (var i = 0; i < children.length; ++i) { + var match = children[i].id.match(options.format); + + if (!match) continue; + + var child = { + id: encodeURIComponent(match ? match[1] : null), + element: element, + parent: parent, + children: [], + position: parent.children.length, + container: $(children[i]).down(options.treeTag) + } + + /* Get the element containing the children and recurse over it */ + if (child.container) + this._tree(child.container, options, child) + + parent.children.push (child); + } + + return parent; + }, + + tree: function(element) { + element = $(element); + var sortableOptions = this.options(element); + var options = Object.extend({ + tag: sortableOptions.tag, + treeTag: sortableOptions.treeTag, + only: sortableOptions.only, + name: element.id, + format: sortableOptions.format + }, arguments[1] || {}); + + var root = { + id: null, + parent: null, + children: [], + container: element, + position: 0 + } + + return Sortable._tree(element, options, root); + }, + + /* Construct a [i] index for a particular node */ + _constructIndex: function(node) { + var index = ''; + do { + if (node.id) index = '[' + node.position + ']' + index; + } while ((node = node.parent) != null); + return index; + }, + + sequence: function(element) { + element = $(element); + var options = Object.extend(this.options(element), arguments[1] || {}); + + return $(this.findElements(element, options) || []).map( function(item) { + return item.id.match(options.format) ? item.id.match(options.format)[1] : ''; + }); + }, + + setSequence: function(element, new_sequence) { + element = $(element); + var options = Object.extend(this.options(element), arguments[2] || {}); + + var nodeMap = {}; + this.findElements(element, options).each( function(n) { + if (n.id.match(options.format)) + nodeMap[n.id.match(options.format)[1]] = [n, n.parentNode]; + n.parentNode.removeChild(n); + }); + + new_sequence.each(function(ident) { + var n = nodeMap[ident]; + if (n) { + n[1].appendChild(n[0]); + delete nodeMap[ident]; + } + }); + }, + + serialize: function(element) { + element = $(element); + var options = Object.extend(Sortable.options(element), arguments[1] || {}); + var name = encodeURIComponent( + (arguments[1] && arguments[1].name) ? arguments[1].name : element.id); + + if (options.tree) { + return Sortable.tree(element, arguments[1]).children.map( function (item) { + return [name + Sortable._constructIndex(item) + "[id]=" + + encodeURIComponent(item.id)].concat(item.children.map(arguments.callee)); + }).flatten().join('&'); + } else { + return Sortable.sequence(element, arguments[1]).map( function(item) { + return name + "[]=" + encodeURIComponent(item); + }).join('&'); + } + } +} + +// Returns true if child is contained within element +Element.isParent = function(child, element) { + if (!child.parentNode || child == element) return false; + if (child.parentNode == element) return true; + return Element.isParent(child.parentNode, element); +} + +Element.findChildren = function(element, only, recursive, tagName) { + if(!element.hasChildNodes()) return null; + tagName = tagName.toUpperCase(); + if(only) only = [only].flatten(); + var elements = []; + $A(element.childNodes).each( function(e) { + if(e.tagName && e.tagName.toUpperCase()==tagName && + (!only || (Element.classNames(e).detect(function(v) { return only.include(v) })))) + elements.push(e); + if(recursive) { + var grandchildren = Element.findChildren(e, only, recursive, tagName); + if(grandchildren) elements.push(grandchildren); + } + }); + + return (elements.length>0 ? elements.flatten() : []); +} + +Element.offsetSize = function (element, type) { + return element['offset' + ((type=='vertical' || type=='height') ? 'Height' : 'Width')]; +} + +////////////////////// +// end dragdrop.js +////////////////////// + + +////////////////////// +// start controls.js +////////////////////// + + +if(typeof Effect == 'undefined') + throw("controls.js requires including script.aculo.us' effects.js library"); + +var Autocompleter = {} +Autocompleter.Base = function() {}; +Autocompleter.Base.prototype = { + baseInitialize: function(element, update, options) { + this.element = $(element); + this.update = $(update); + this.hasFocus = false; + this.changed = false; + this.active = false; + this.index = 0; + this.entryCount = 0; + + if(this.setOptions) + this.setOptions(options); + else + this.options = options || {}; + + this.options.paramName = this.options.paramName || this.element.name; + this.options.tokens = this.options.tokens || []; + this.options.frequency = this.options.frequency || 0.4; + this.options.minChars = this.options.minChars || 1; + this.options.onShow = this.options.onShow || + function(element, update){ + if(!update.style.position || update.style.position=='absolute') { + update.style.position = 'absolute'; + Position.clone(element, update, { + setHeight: false, + offsetTop: element.offsetHeight + }); + } + Effect.Appear(update,{duration:0.15}); + }; + this.options.onHide = this.options.onHide || + function(element, update){ new Effect.Fade(update,{duration:0.15}) }; + + if(typeof(this.options.tokens) == 'string') + this.options.tokens = new Array(this.options.tokens); + + this.observer = null; + + this.element.setAttribute('autocomplete','off'); + + Element.hide(this.update); + + Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this)); + Event.observe(this.element, "keypress", this.onKeyPress.bindAsEventListener(this)); + }, + + show: function() { + if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update); + if(!this.iefix && + (navigator.appVersion.indexOf('MSIE')>0) && + (navigator.userAgent.indexOf('Opera')<0) && + (Element.getStyle(this.update, 'position')=='absolute')) { + new Insertion.After(this.update, + '<iframe id="' + this.update.id + '_iefix" '+ + 'style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" ' + + 'src="javascript:false;" frameborder="0" scrolling="no"></iframe>'); + this.iefix = $(this.update.id+'_iefix'); + } + if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50); + }, + + fixIEOverlapping: function() { + Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)}); + this.iefix.style.zIndex = 1; + this.update.style.zIndex = 2; + Element.show(this.iefix); + }, + + hide: function() { + this.stopIndicator(); + if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update); + if(this.iefix) Element.hide(this.iefix); + }, + + startIndicator: function() { + if(this.options.indicator) Element.show(this.options.indicator); + }, + + stopIndicator: function() { + if(this.options.indicator) Element.hide(this.options.indicator); + }, + + onKeyPress: function(event) { + if(this.active) + switch(event.keyCode) { + case Event.KEY_TAB: + case Event.KEY_RETURN: + this.selectEntry(); + Event.stop(event); + case Event.KEY_ESC: + this.hide(); + this.active = false; + Event.stop(event); + return; + case Event.KEY_LEFT: + case Event.KEY_RIGHT: + return; + case Event.KEY_UP: + this.markPrevious(); + this.render(); + if(navigator.appVersion.indexOf('AppleWebKit')>0) Event.stop(event); + return; + case Event.KEY_DOWN: + this.markNext(); + this.render(); + if(navigator.appVersion.indexOf('AppleWebKit')>0) Event.stop(event); + return; + } + else + if(event.keyCode==Event.KEY_TAB || event.keyCode==Event.KEY_RETURN || + (navigator.appVersion.indexOf('AppleWebKit') > 0 && event.keyCode == 0)) return; + + this.changed = true; + this.hasFocus = true; + + if(this.observer) clearTimeout(this.observer); + this.observer = + setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000); + }, + + activate: function() { + this.changed = false; + this.hasFocus = true; + this.getUpdatedChoices(); + }, + + onHover: function(event) { + var element = Event.findElement(event, 'LI'); + if(this.index != element.autocompleteIndex) + { + this.index = element.autocompleteIndex; + this.render(); + } + Event.stop(event); + }, + + onClick: function(event) { + var element = Event.findElement(event, 'LI'); + this.index = element.autocompleteIndex; + this.selectEntry(); + this.hide(); + }, + + onBlur: function(event) { + // needed to make click events working + setTimeout(this.hide.bind(this), 250); + this.hasFocus = false; + this.active = false; + }, + + render: function() { + if(this.entryCount > 0) { + for (var i = 0; i < this.entryCount; i++) + this.index==i ? + Element.addClassName(this.getEntry(i),"selected") : + Element.removeClassName(this.getEntry(i),"selected"); + + if(this.hasFocus) { + this.show(); + this.active = true; + } + } else { + this.active = false; + this.hide(); + } + }, + + markPrevious: function() { + if(this.index > 0) this.index-- + else this.index = this.entryCount-1; + this.getEntry(this.index).scrollIntoView(true); + }, + + markNext: function() { + if(this.index < this.entryCount-1) this.index++ + else this.index = 0; + this.getEntry(this.index).scrollIntoView(false); + }, + + getEntry: function(index) { + return this.update.firstChild.childNodes[index]; + }, + + getCurrentEntry: function() { + return this.getEntry(this.index); + }, + + selectEntry: function() { + this.active = false; + this.updateElement(this.getCurrentEntry()); + }, + + updateElement: function(selectedElement) { + if (this.options.updateElement) { + this.options.updateElement(selectedElement); + return; + } + var value = ''; + if (this.options.select) { + var nodes = document.getElementsByClassName(this.options.select, selectedElement) || []; + if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select); + } else + value = Element.collectTextNodesIgnoreClass(selectedElement, 'informal'); + + var lastTokenPos = this.findLastToken(); + if (lastTokenPos != -1) { + var newValue = this.element.value.substr(0, lastTokenPos + 1); + var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/); + if (whitespace) + newValue += whitespace[0]; + this.element.value = newValue + value; + } else { + this.element.value = value; + } + this.element.focus(); + + if (this.options.afterUpdateElement) + this.options.afterUpdateElement(this.element, selectedElement); + }, + + updateChoices: function(choices) { + if(!this.changed && this.hasFocus) { + this.update.innerHTML = choices; + Element.cleanWhitespace(this.update); + Element.cleanWhitespace(this.update.down()); + + if(this.update.firstChild && this.update.down().childNodes) { + this.entryCount = + this.update.down().childNodes.length; + for (var i = 0; i < this.entryCount; i++) { + var entry = this.getEntry(i); + entry.autocompleteIndex = i; + this.addObservers(entry); + } + } else { + this.entryCount = 0; + } + + this.stopIndicator(); + this.index = 0; + + if(this.entryCount==1 && this.options.autoSelect) { + this.selectEntry(); + this.hide(); + } else { + this.render(); + } + } + }, + + addObservers: function(element) { + Event.observe(element, "mouseover", this.onHover.bindAsEventListener(this)); + Event.observe(element, "click", this.onClick.bindAsEventListener(this)); + }, + + onObserverEvent: function() { + this.changed = false; + if(this.getToken().length>=this.options.minChars) { + this.startIndicator(); + this.getUpdatedChoices(); + } else { + this.active = false; + this.hide(); + } + }, + + getToken: function() { + var tokenPos = this.findLastToken(); + if (tokenPos != -1) + var ret = this.element.value.substr(tokenPos + 1).replace(/^\s+/,'').replace(/\s+$/,''); + else + var ret = this.element.value; + + return /\n/.test(ret) ? '' : ret; + }, + + findLastToken: function() { + var lastTokenPos = -1; + + for (var i=0; i<this.options.tokens.length; i++) { + var thisTokenPos = this.element.value.lastIndexOf(this.options.tokens[i]); + if (thisTokenPos > lastTokenPos) + lastTokenPos = thisTokenPos; + } + return lastTokenPos; + } +} + +Ajax.Autocompleter = Class.create(); +Object.extend(Object.extend(Ajax.Autocompleter.prototype, Autocompleter.Base.prototype), { + initialize: function(element, update, url, options) { + this.baseInitialize(element, update, options); + this.options.asynchronous = true; + this.options.onComplete = this.onComplete.bind(this); + this.options.defaultParams = this.options.parameters || null; + this.url = url; + }, + + getUpdatedChoices: function() { + entry = encodeURIComponent(this.options.paramName) + '=' + + encodeURIComponent(this.getToken()); + + this.options.parameters = this.options.callback ? + this.options.callback(this.element, entry) : entry; + + if(this.options.defaultParams) + this.options.parameters += '&' + this.options.defaultParams; + + new Ajax.Request(this.url, this.options); + }, + + onComplete: function(request) { + this.updateChoices(request.responseText); + } + +}); + +// The local array autocompleter. Used when you'd prefer to +// inject an array of autocompletion options into the page, rather +// than sending out Ajax queries, which can be quite slow sometimes. +// +// The constructor takes four parameters. The first two are, as usual, +// the id of the monitored textbox, and id of the autocompletion menu. +// The third is the array you want to autocomplete from, and the fourth +// is the options block. +// +// Extra local autocompletion options: +// - choices - How many autocompletion choices to offer +// +// - partialSearch - If false, the autocompleter will match entered +// text only at the beginning of strings in the +// autocomplete array. Defaults to true, which will +// match text at the beginning of any *word* in the +// strings in the autocomplete array. If you want to +// search anywhere in the string, additionally set +// the option fullSearch to true (default: off). +// +// - fullSsearch - Search anywhere in autocomplete array strings. +// +// - partialChars - How many characters to enter before triggering +// a partial match (unlike minChars, which defines +// how many characters are required to do any match +// at all). Defaults to 2. +// +// - ignoreCase - Whether to ignore case when autocompleting. +// Defaults to true. +// +// It's possible to pass in a custom function as the 'selector' +// option, if you prefer to write your own autocompletion logic. +// In that case, the other options above will not apply unless +// you support them. + +Autocompleter.Local = Class.create(); +Autocompleter.Local.prototype = Object.extend(new Autocompleter.Base(), { + initialize: function(element, update, array, options) { + this.baseInitialize(element, update, options); + this.options.array = array; + }, + + getUpdatedChoices: function() { + this.updateChoices(this.options.selector(this)); + }, + + setOptions: function(options) { + this.options = Object.extend({ + choices: 10, + partialSearch: true, + partialChars: 2, + ignoreCase: true, + fullSearch: false, + selector: function(instance) { + var ret = []; // Beginning matches + var partial = []; // Inside matches + var entry = instance.getToken(); + var count = 0; + + for (var i = 0; i < instance.options.array.length && + ret.length < instance.options.choices ; i++) { + + var elem = instance.options.array[i]; + var foundPos = instance.options.ignoreCase ? + elem.toLowerCase().indexOf(entry.toLowerCase()) : + elem.indexOf(entry); + + while (foundPos != -1) { + if (foundPos == 0 && elem.length != entry.length) { + ret.push("<li><strong>" + elem.substr(0, entry.length) + "</strong>" + + elem.substr(entry.length) + "</li>"); + break; + } else if (entry.length >= instance.options.partialChars && + instance.options.partialSearch && foundPos != -1) { + if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) { + partial.push("<li>" + elem.substr(0, foundPos) + "<strong>" + + elem.substr(foundPos, entry.length) + "</strong>" + elem.substr( + foundPos + entry.length) + "</li>"); + break; + } + } + + foundPos = instance.options.ignoreCase ? + elem.toLowerCase().indexOf(entry.toLowerCase(), foundPos + 1) : + elem.indexOf(entry, foundPos + 1); + + } + } + if (partial.length) + ret = ret.concat(partial.slice(0, instance.options.choices - ret.length)) + return "<ul>" + ret.join('') + "</ul>"; + } + }, options || {}); + } +}); + +// AJAX in-place editor +// +// see documentation on http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor + +// Use this if you notice weird scrolling problems on some browsers, +// the DOM might be a bit confused when this gets called so do this +// waits 1 ms (with setTimeout) until it does the activation +Field.scrollFreeActivate = function(field) { + setTimeout(function() { + Field.activate(field); + }, 1); +} + +Ajax.InPlaceEditor = Class.create(); +Ajax.InPlaceEditor.defaultHighlightColor = "#FFFF99"; +Ajax.InPlaceEditor.prototype = { + initialize: function(element, url, options) { + this.url = url; + this.element = $(element); + + this.options = Object.extend({ + okButton: true, + okText: "ok", + cancelLink: true, + cancelText: "cancel", + savingText: "Saving...", + clickToEditText: "Click to edit", + okText: "ok", + rows: 1, + onComplete: function(transport, element) { + new Effect.Highlight(element, {startcolor: this.options.highlightcolor}); + }, + onFailure: function(transport) { + alert("Error communicating with the server: " + transport.responseText.stripTags()); + }, + callback: function(form) { + return Form.serialize(form); + }, + handleLineBreaks: true, + loadingText: 'Loading...', + savingClassName: 'inplaceeditor-saving', + loadingClassName: 'inplaceeditor-loading', + formClassName: 'inplaceeditor-form', + highlightcolor: Ajax.InPlaceEditor.defaultHighlightColor, + highlightendcolor: "#FFFFFF", + externalControl: null, + submitOnBlur: false, + ajaxOptions: {}, + evalScripts: false + }, options || {}); + + if(!this.options.formId && this.element.id) { + this.options.formId = this.element.id + "-inplaceeditor"; + if ($(this.options.formId)) { + // there's already a form with that name, don't specify an id + this.options.formId = null; + } + } + + if (this.options.externalControl) { + this.options.externalControl = $(this.options.externalControl); + } + + this.originalBackground = Element.getStyle(this.element, 'background-color'); + if (!this.originalBackground) { + this.originalBackground = "transparent"; + } + + this.element.title = this.options.clickToEditText; + + this.onclickListener = this.enterEditMode.bindAsEventListener(this); + this.mouseoverListener = this.enterHover.bindAsEventListener(this); + this.mouseoutListener = this.leaveHover.bindAsEventListener(this); + Event.observe(this.element, 'click', this.onclickListener); + Event.observe(this.element, 'mouseover', this.mouseoverListener); + Event.observe(this.element, 'mouseout', this.mouseoutListener); + if (this.options.externalControl) { + Event.observe(this.options.externalControl, 'click', this.onclickListener); + Event.observe(this.options.externalControl, 'mouseover', this.mouseoverListener); + Event.observe(this.options.externalControl, 'mouseout', this.mouseoutListener); + } + }, + enterEditMode: function(evt) { + if (this.saving) return; + if (this.editing) return; + this.editing = true; + this.onEnterEditMode(); + if (this.options.externalControl) { + Element.hide(this.options.externalControl); + } + Element.hide(this.element); + this.createForm(); + this.element.parentNode.insertBefore(this.form, this.element); + if (!this.options.loadTextURL) Field.scrollFreeActivate(this.editField); + // stop the event to avoid a page refresh in Safari + if (evt) { + Event.stop(evt); + } + return false; + }, + createForm: function() { + this.form = document.createElement("form"); + this.form.id = this.options.formId; + Element.addClassName(this.form, this.options.formClassName) + this.form.onsubmit = this.onSubmit.bind(this); + + this.createEditField(); + + if (this.options.textarea) { + var br = document.createElement("br"); + this.form.appendChild(br); + } + + if (this.options.okButton) { + okButton = document.createElement("input"); + okButton.type = "submit"; + okButton.value = this.options.okText; + okButton.className = 'editor_ok_button'; + this.form.appendChild(okButton); + } + + if (this.options.cancelLink) { + cancelLink = document.createElement("a"); + cancelLink.href = "#"; + cancelLink.appendChild(document.createTextNode(this.options.cancelText)); + cancelLink.onclick = this.onclickCancel.bind(this); + cancelLink.className = 'editor_cancel'; + this.form.appendChild(cancelLink); + } + }, + hasHTMLLineBreaks: function(string) { + if (!this.options.handleLineBreaks) return false; + return string.match(/<br/i) || string.match(/<p>/i); + }, + convertHTMLLineBreaks: function(string) { + return string.replace(/<br>/gi, "\n").replace(/<br\/>/gi, "\n").replace(/<\/p>/gi, "\n").replace(/<p>/gi, ""); + }, + createEditField: function() { + var text; + if(this.options.loadTextURL) { + text = this.options.loadingText; + } else { + text = this.getText(); + } + + var obj = this; + + if (this.options.rows == 1 && !this.hasHTMLLineBreaks(text)) { + this.options.textarea = false; + var textField = document.createElement("input"); + textField.obj = this; + textField.type = "text"; + textField.name = "value"; + textField.value = text; + textField.style.backgroundColor = this.options.highlightcolor; + textField.className = 'editor_field'; + var size = this.options.size || this.options.cols || 0; + if (size != 0) textField.size = size; + if (this.options.submitOnBlur) + textField.onblur = this.onSubmit.bind(this); + this.editField = textField; + } else { + this.options.textarea = true; + var textArea = document.createElement("textarea"); + textArea.obj = this; + textArea.name = "value"; + textArea.value = this.convertHTMLLineBreaks(text); + textArea.rows = this.options.rows; + textArea.cols = this.options.cols || 40; + textArea.className = 'editor_field'; + if (this.options.submitOnBlur) + textArea.onblur = this.onSubmit.bind(this); + this.editField = textArea; + } + + if(this.options.loadTextURL) { + this.loadExternalText(); + } + this.form.appendChild(this.editField); + }, + getText: function() { + return this.element.innerHTML; + }, + loadExternalText: function() { + Element.addClassName(this.form, this.options.loadingClassName); + this.editField.disabled = true; + new Ajax.Request( + this.options.loadTextURL, + Object.extend({ + asynchronous: true, + onComplete: this.onLoadedExternalText.bind(this) + }, this.options.ajaxOptions) + ); + }, + onLoadedExternalText: function(transport) { + Element.removeClassName(this.form, this.options.loadingClassName); + this.editField.disabled = false; + this.editField.value = transport.responseText.stripTags(); + Field.scrollFreeActivate(this.editField); + }, + onclickCancel: function() { + this.onComplete(); + this.leaveEditMode(); + return false; + }, + onFailure: function(transport) { + this.options.onFailure(transport); + if (this.oldInnerHTML) { + this.element.innerHTML = this.oldInnerHTML; + this.oldInnerHTML = null; + } + return false; + }, + onSubmit: function() { + // onLoading resets these so we need to save them away for the Ajax call + var form = this.form; + var value = this.editField.value; + + // do this first, sometimes the ajax call returns before we get a chance to switch on Saving... + // which means this will actually switch on Saving... *after* we've left edit mode causing Saving... + // to be displayed indefinitely + this.onLoading(); + + if (this.options.evalScripts) { + new Ajax.Request( + this.url, Object.extend({ + parameters: this.options.callback(form, value), + onComplete: this.onComplete.bind(this), + onFailure: this.onFailure.bind(this), + asynchronous:true, + evalScripts:true + }, this.options.ajaxOptions)); + } else { + new Ajax.Updater( + { success: this.element, + // don't update on failure (this could be an option) + failure: null }, + this.url, Object.extend({ + parameters: this.options.callback(form, value), + onComplete: this.onComplete.bind(this), + onFailure: this.onFailure.bind(this) + }, this.options.ajaxOptions)); + } + // stop the event to avoid a page refresh in Safari + if (arguments.length > 1) { + Event.stop(arguments[0]); + } + return false; + }, + onLoading: function() { + this.saving = true; + this.removeForm(); + this.leaveHover(); + this.showSaving(); + }, + showSaving: function() { + this.oldInnerHTML = this.element.innerHTML; + this.element.innerHTML = this.options.savingText; + Element.addClassName(this.element, this.options.savingClassName); + this.element.style.backgroundColor = this.originalBackground; + Element.show(this.element); + }, + removeForm: function() { + if(this.form) { + if (this.form.parentNode) Element.remove(this.form); + this.form = null; + } + }, + enterHover: function() { + if (this.saving) return; + this.element.style.backgroundColor = this.options.highlightcolor; + if (this.effect) { + this.effect.cancel(); + } + Element.addClassName(this.element, this.options.hoverClassName) + }, + leaveHover: function() { + if (this.options.backgroundColor) { + this.element.style.backgroundColor = this.oldBackground; + } + Element.removeClassName(this.element, this.options.hoverClassName) + if (this.saving) return; + this.effect = new Effect.Highlight(this.element, { + startcolor: this.options.highlightcolor, + endcolor: this.options.highlightendcolor, + restorecolor: this.originalBackground + }); + }, + leaveEditMode: function() { + Element.removeClassName(this.element, this.options.savingClassName); + this.removeForm(); + this.leaveHover(); + this.element.style.backgroundColor = this.originalBackground; + Element.show(this.element); + if (this.options.externalControl) { + Element.show(this.options.externalControl); + } + this.editing = false; + this.saving = false; + this.oldInnerHTML = null; + this.onLeaveEditMode(); + }, + onComplete: function(transport) { + this.leaveEditMode(); + this.options.onComplete.bind(this)(transport, this.element); + }, + onEnterEditMode: function() {}, + onLeaveEditMode: function() {}, + dispose: function() { + if (this.oldInnerHTML) { + this.element.innerHTML = this.oldInnerHTML; + } + this.leaveEditMode(); + Event.stopObserving(this.element, 'click', this.onclickListener); + Event.stopObserving(this.element, 'mouseover', this.mouseoverListener); + Event.stopObserving(this.element, 'mouseout', this.mouseoutListener); + if (this.options.externalControl) { + Event.stopObserving(this.options.externalControl, 'click', this.onclickListener); + Event.stopObserving(this.options.externalControl, 'mouseover', this.mouseoverListener); + Event.stopObserving(this.options.externalControl, 'mouseout', this.mouseoutListener); + } + } +}; + +Ajax.InPlaceCollectionEditor = Class.create(); +Object.extend(Ajax.InPlaceCollectionEditor.prototype, Ajax.InPlaceEditor.prototype); +Object.extend(Ajax.InPlaceCollectionEditor.prototype, { + createEditField: function() { + if (!this.cached_selectTag) { + var selectTag = document.createElement("select"); + var collection = this.options.collection || []; + var optionTag; + collection.each(function(e,i) { + optionTag = document.createElement("option"); + optionTag.value = (e instanceof Array) ? e[0] : e; + if((typeof this.options.value == 'undefined') && + ((e instanceof Array) ? this.element.innerHTML == e[1] : e == optionTag.value)) optionTag.selected = true; + if(this.options.value==optionTag.value) optionTag.selected = true; + optionTag.appendChild(document.createTextNode((e instanceof Array) ? e[1] : e)); + selectTag.appendChild(optionTag); + }.bind(this)); + this.cached_selectTag = selectTag; + } + + this.editField = this.cached_selectTag; + if(this.options.loadTextURL) this.loadExternalText(); + this.form.appendChild(this.editField); + this.options.callback = function(form, value) { + return "value=" + encodeURIComponent(value); + } + } +}); + +// Delayed observer, like Form.Element.Observer, +// but waits for delay after last key input +// Ideal for live-search fields + +Form.Element.DelayedObserver = Class.create(); +Form.Element.DelayedObserver.prototype = { + initialize: function(element, delay, callback) { + this.delay = delay || 0.5; + this.element = $(element); + this.callback = callback; + this.timer = null; + this.lastValue = $F(this.element); + Event.observe(this.element,'keyup',this.delayedListener.bindAsEventListener(this)); + }, + delayedListener: function(event) { + if(this.lastValue == $F(this.element)) return; + if(this.timer) clearTimeout(this.timer); + this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000); + this.lastValue = $F(this.element); + }, + onTimerEvent: function() { + this.timer = null; + this.callback(this.element, $F(this.element)); + } +}; + +////////////////////// +// end controls.js +////////////////////// + + +////////////////////// +// start slider.js +////////////////////// + + +if(!Control) var Control = {}; +Control.Slider = Class.create(); + +// options: +// axis: 'vertical', or 'horizontal' (default) +// +// callbacks: +// onChange(value) +// onSlide(value) +Control.Slider.prototype = { + initialize: function(handle, track, options) { + var slider = this; + + if(handle instanceof Array) { + this.handles = handle.collect( function(e) { return $(e) }); + } else { + this.handles = [$(handle)]; + } + + this.track = $(track); + this.options = options || {}; + + this.axis = this.options.axis || 'horizontal'; + this.increment = this.options.increment || 1; + this.step = parseInt(this.options.step || '1'); + this.range = this.options.range || $R(0,1); + + this.value = 0; // assure backwards compat + this.values = this.handles.map( function() { return 0 }); + this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false; + this.options.startSpan = $(this.options.startSpan || null); + this.options.endSpan = $(this.options.endSpan || null); + + this.restricted = this.options.restricted || false; + + this.maximum = this.options.maximum || this.range.end; + this.minimum = this.options.minimum || this.range.start; + + // Will be used to align the handle onto the track, if necessary + this.alignX = parseInt(this.options.alignX || '0'); + this.alignY = parseInt(this.options.alignY || '0'); + + this.trackLength = this.maximumOffset() - this.minimumOffset(); + + this.handleLength = this.isVertical() ? + (this.handles[0].offsetHeight != 0 ? + this.handles[0].offsetHeight : this.handles[0].style.height.replace(/px$/,"")) : + (this.handles[0].offsetWidth != 0 ? this.handles[0].offsetWidth : + this.handles[0].style.width.replace(/px$/,"")); + + this.active = false; + this.dragging = false; + this.disabled = false; + + if(this.options.disabled) this.setDisabled(); + + // Allowed values array + this.allowedValues = this.options.values ? this.options.values.sortBy(Prototype.K) : false; + if(this.allowedValues) { + this.minimum = this.allowedValues.min(); + this.maximum = this.allowedValues.max(); + } + + this.eventMouseDown = this.startDrag.bindAsEventListener(this); + this.eventMouseUp = this.endDrag.bindAsEventListener(this); + this.eventMouseMove = this.update.bindAsEventListener(this); + + // Initialize handles in reverse (make sure first handle is active) + this.handles.each( function(h,i) { + i = slider.handles.length-1-i; + slider.setValue(parseFloat( + (slider.options.sliderValue instanceof Array ? + slider.options.sliderValue[i] : slider.options.sliderValue) || + slider.range.start), i); + Element.makePositioned(h); // fix IE + Event.observe(h, "mousedown", slider.eventMouseDown); + }); + + Event.observe(this.track, "mousedown", this.eventMouseDown); + Event.observe(document, "mouseup", this.eventMouseUp); + Event.observe(document, "mousemove", this.eventMouseMove); + + this.initialized = true; + }, + dispose: function() { + var slider = this; + Event.stopObserving(this.track, "mousedown", this.eventMouseDown); + Event.stopObserving(document, "mouseup", this.eventMouseUp); + Event.stopObserving(document, "mousemove", this.eventMouseMove); + this.handles.each( function(h) { + Event.stopObserving(h, "mousedown", slider.eventMouseDown); + }); + }, + setDisabled: function(){ + this.disabled = true; + }, + setEnabled: function(){ + this.disabled = false; + }, + getNearestValue: function(value){ + if(this.allowedValues){ + if(value >= this.allowedValues.max()) return(this.allowedValues.max()); + if(value <= this.allowedValues.min()) return(this.allowedValues.min()); + + var offset = Math.abs(this.allowedValues[0] - value); + var newValue = this.allowedValues[0]; + this.allowedValues.each( function(v) { + var currentOffset = Math.abs(v - value); + if(currentOffset <= offset){ + newValue = v; + offset = currentOffset; + } + }); + return newValue; + } + if(value > this.range.end) return this.range.end; + if(value < this.range.start) return this.range.start; + return value; + }, + setValue: function(sliderValue, handleIdx){ + + if(!this.active) { + this.activeHandleIdx = handleIdx || 0; + this.activeHandle = this.handles[this.activeHandleIdx]; + this.updateStyles(); + } + handleIdx = handleIdx || this.activeHandleIdx || 0; + if(this.initialized && this.restricted) { + if((handleIdx>0) && (sliderValue<this.values[handleIdx-1])) + sliderValue = this.values[handleIdx-1]; + if((handleIdx < (this.handles.length-1)) && (sliderValue>this.values[handleIdx+1])) + sliderValue = this.values[handleIdx+1]; + } + sliderValue = this.getNearestValue(sliderValue); + this.values[handleIdx] = sliderValue; + this.value = this.values[0]; // assure backwards compat + + if (!isNaN(sliderValue)) { + this.handles[handleIdx].style[this.isVertical() ? 'top' : 'left'] = + this.translateToPx(sliderValue); + } + + this.drawSpans(); + if(!this.dragging || !this.event) this.updateFinished(); + }, + setValueBy: function(delta, handleIdx) { + this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta, + handleIdx || this.activeHandleIdx || 0); + }, + translateToPx: function(value) { + return Math.round( + ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) * + (value - this.range.start)) + "px"; + }, + translateToValue: function(offset) { + return ((offset/(this.trackLength-this.handleLength) * + (this.range.end-this.range.start)) + this.range.start); + }, + getRange: function(range) { + var v = this.values.sortBy(Prototype.K); + range = range || 0; + return $R(v[range],v[range+1]); + }, + minimumOffset: function(){ + return(this.isVertical() ? this.alignY : this.alignX); + }, + maximumOffset: function(){ + return(this.isVertical() ? + (this.track.offsetHeight != 0 ? this.track.offsetHeight : + this.track.style.height.replace(/px$/,"")) - this.alignY : + (this.track.offsetWidth != 0 ? this.track.offsetWidth : + this.track.style.width.replace(/px$/,"")) - this.alignY); + }, + isVertical: function(){ + return (this.axis == 'vertical'); + }, + drawSpans: function() { + var slider = this; + if(this.spans) + $R(0, this.spans.length-1).each(function(r) { slider.setSpan(slider.spans[r], slider.getRange(r)) }); + if(this.options.startSpan) + this.setSpan(this.options.startSpan, + $R(0, this.values.length>1 ? this.getRange(0).min() : this.value )); + if(this.options.endSpan) + this.setSpan(this.options.endSpan, + $R(this.values.length>1 ? this.getRange(this.spans.length-1).max() : this.value, this.maximum)); + }, + setSpan: function(span, range) { + if(this.isVertical()) { + span.style.top = this.translateToPx(range.start); + span.style.height = this.translateToPx(range.end - range.start + this.range.start); + } else { + span.style.left = this.translateToPx(range.start); + span.style.width = this.translateToPx(range.end - range.start + this.range.start); + } + }, + updateStyles: function() { + this.handles.each( function(h){ Element.removeClassName(h, 'selected') }); + Element.addClassName(this.activeHandle, 'selected'); + }, + startDrag: function(event) { + if(Event.isLeftClick(event)) { + if(!this.disabled){ + this.active = true; + + var handle = Event.element(event); + var pointer = [Event.pointerX(event), Event.pointerY(event)]; + var track = handle; + if(track==this.track) { + var offsets = Position.cumulativeOffset(this.track); + this.event = event; + this.setValue(this.translateToValue( + (this.isVertical() ? pointer[1]-offsets[1] : pointer[0]-offsets[0])-(this.handleLength/2) + )); + var offsets = Position.cumulativeOffset(this.activeHandle); + this.offsetX = (pointer[0] - offsets[0]); + this.offsetY = (pointer[1] - offsets[1]); + } else { + // find the handle (prevents issues with Safari) + while((this.handles.indexOf(handle) == -1) && handle.parentNode) + handle = handle.parentNode; + + if(this.handles.indexOf(handle)!=-1) { + this.activeHandle = handle; + this.activeHandleIdx = this.handles.indexOf(this.activeHandle); + this.updateStyles(); + + var offsets = Position.cumulativeOffset(this.activeHandle); + this.offsetX = (pointer[0] - offsets[0]); + this.offsetY = (pointer[1] - offsets[1]); + } + } + } + Event.stop(event); + } + }, + update: function(event) { + if(this.active) { + if(!this.dragging) this.dragging = true; + this.draw(event); + // fix AppleWebKit rendering + if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); + Event.stop(event); + } + }, + draw: function(event) { + var pointer = [Event.pointerX(event), Event.pointerY(event)]; + var offsets = Position.cumulativeOffset(this.track); + pointer[0] -= this.offsetX + offsets[0]; + pointer[1] -= this.offsetY + offsets[1]; + this.event = event; + this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] )); + if(this.initialized && this.options.onSlide) + this.options.onSlide(this.values.length>1 ? this.values : this.value, this); + }, + endDrag: function(event) { + if(this.active && this.dragging) { + this.finishDrag(event, true); + Event.stop(event); + } + this.active = false; + this.dragging = false; + }, + finishDrag: function(event, success) { + this.active = false; + this.dragging = false; + this.updateFinished(); + }, + updateFinished: function() { + if(this.initialized && this.options.onChange) + this.options.onChange(this.values.length>1 ? this.values : this.value, this); + this.event = null; + } +} + + +////////////////////// +// end slider.js +////////////////////// + + + + + + diff --git a/ntheknow/scriptaculous.js.LCK b/ntheknow/scriptaculous.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/scriptaculous.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/sharedcode/footer.html b/ntheknow/sharedcode/footer.html new file mode 100644 index 0000000000000000000000000000000000000000..3e77511b3869655bc68ee0653c445d772de5556f --- /dev/null +++ b/ntheknow/sharedcode/footer.html @@ -0,0 +1 @@ +© 2012 University of Nebraska-Lincoln | Lincoln, NE 68588 | 402-472-7211 | <a href="http://www.unl.edu/unlpub/comments.shtml" title="Click here to direct your comments and questions">comments?</a> diff --git a/ntheknow/sharedcode/footer.html.LCK b/ntheknow/sharedcode/footer.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/sharedcode/footer.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/sharedcode/leftRandomPromo.js b/ntheknow/sharedcode/leftRandomPromo.js new file mode 100644 index 0000000000000000000000000000000000000000..653b50f89bd4972deda68acff623d601836ab1c5 --- /dev/null +++ b/ntheknow/sharedcode/leftRandomPromo.js @@ -0,0 +1 @@ +/* Feel free to change these and add your own images. Each image has up to 4 attributes associated with it: [0] = URL of the image source (.jpg .gif) * [1] = ALT text description of the image * [2] = URL to take the client to when the image is clicked (optional) [3] = javascript onclick events (optional) The images will rotate after the number of seconds given to the rotateImg function (0 for no rotate). */ var leftImgArray = new Array; leftImgArray[0] = new Array; leftImgArray[0][0] = "promo.swf"; leftImgArray[0][1] = "Sheldon Art Musuem"; leftImgArray[0][2] = "http://sheldon.unl.edu/"; leftImgArray[0][3] = ""; rotateImg("leftImgArray","leftRandomPromoImage",14); \ No newline at end of file diff --git a/ntheknow/sharedcode/leftRandomPromo.js.LCK b/ntheknow/sharedcode/leftRandomPromo.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/sharedcode/leftRandomPromo.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/sharedcode/navigation.html b/ntheknow/sharedcode/navigation.html new file mode 100644 index 0000000000000000000000000000000000000000..06f76cb4da9ca9c8ecdbeaf8264c193bb6580011 --- /dev/null +++ b/ntheknow/sharedcode/navigation.html @@ -0,0 +1,26 @@ +<ul> + <li class="first"> <a href="#">Liquid</a> + <ul> + <li class="first"><a href="#">Liquid Submenu Item 1</a></li> + <li><a href="#">Liquid Submenu Item 2 </a></li> + </ul> + </li> + <li> <a href="#">L. No-Weather</a> + <ul> + <li class="first"><a href="#">Liquid No-Weather Submenu Item 1</a></li> + <li><a href="#">Liquid No-Weather Submenu Item 2 </a></li> + </ul> + </li> + <li> <a href="#">L. No-Sidebars</a> + <ul> + <li class="first"><a href="#">Liquid No-Sidebars Submenu Item 1</a></li> + <li><a href="#">Liquid No-Sidebars Submenu Item 2 </a></li> + </ul> + </li> + <li> <a href="#">Fixed</a> + <ul> + <li class="first"><a href="#">Fixed Submenu Item 1</a></li> + <li><a href="#">Fixed Submenu Item 2 </a></li> + </ul> + </li> +</ul> diff --git a/ntheknow/sharedcode/navigation.html.LCK b/ntheknow/sharedcode/navigation.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/sharedcode/navigation.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/sharedcode/qsearch.ssi b/ntheknow/sharedcode/qsearch.ssi new file mode 100644 index 0000000000000000000000000000000000000000..8feb9b91f03d62633342b318b94b267aeed8eb81 --- /dev/null +++ b/ntheknow/sharedcode/qsearch.ssi @@ -0,0 +1 @@ +<option value="http://ucommxsrv1.unl.edu/unltodayarchive/fmpro?-db=ssinewsarchive&-lay=webview&-format=search_results.shtml&-error=index.shtml&-sortfield=reverseserial&-sortorder=ascending&-max=5&-find=&contenttablefiltered=">UNL Today Archives</option> \ No newline at end of file diff --git a/ntheknow/sharedcode/qsearch.ssi.LCK b/ntheknow/sharedcode/qsearch.ssi.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/sharedcode/qsearch.ssi.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/sharedcode/relatedLinks.html b/ntheknow/sharedcode/relatedLinks.html new file mode 100644 index 0000000000000000000000000000000000000000..639cb15b9746bd82aaf56a60aa01c9cc0bf63bc3 --- /dev/null +++ b/ntheknow/sharedcode/relatedLinks.html @@ -0,0 +1,12 @@ +<h3>Related Links</h3> +<ul> + <li class="first"><a href="#">Related Link 1 </a> + <ul> + <li><a href="#">Sub Related Link </a></li> + </ul> + </li> + <li><a href="#">Related Link 2 </a></li> + <li><a href="#">Related Link 3 </a></li> + <li><a href="#">Related Link 4 </a></li> + <li><a href="#">Related Link 5 </a></li> +</ul> diff --git a/ntheknow/sharedcode/relatedLinks.html.LCK b/ntheknow/sharedcode/relatedLinks.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/sharedcode/relatedLinks.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/styles/fcs.css b/ntheknow/styles/fcs.css new file mode 100644 index 0000000000000000000000000000000000000000..43ebd59838becc8518978eba45f8b3054ff3b5ae --- /dev/null +++ b/ntheknow/styles/fcs.css @@ -0,0 +1 @@ + /***** quicktime *****/ .ACQuicktimeController { position:relative; width:470px; padding:5px 0; } .ACQuicktimeController div.control { width:25px; height:25px; text-indent:-999px; cursor:pointer; overflow:hidden; background:url(http://ucommxsrv1.unl.edu/nutube/images/slider/playpause.png) center top no-repeat; behavior:url(iepngfix.htc); } .ACQuicktimeController div.control.play { } .ACQuicktimeController div.control.pause { background-position:center bottom; _background:url(http://images.apple.com/global/elements/quicktime/pause.png); } .ACQuicktimeController div.sliderPanel { position:absolute; top:12px; left:34px; height:9px; width:445px; } .ACQuicktimeController div.sliderPanel div.track { position:absolute; left:0; width:445px; height:9px; background:#000; text-align:left; } .ACQuicktimeController div.sliderPanel div.track div.loadedProgress { position:absolute; top:0; height:9px; background:#262626; overflow:hidden; } .ACQuicktimeController div.sliderPanel div.track div.trackProgress { position:absolute; height:9px; background:#4d4d4d; overflow:hidden; } .ACQuicktimeController div.sliderPanel div.track div.playHead { position:absolute; top:-7px; margin-left:-4px; width:11px; height:16px; background:url(http://ucommxsrv1.unl.edu/nutube/images/slider/pointer.gif) no-repeat left top; cursor:pointer; } \ No newline at end of file diff --git a/ntheknow/styles/fcs.css.LCK b/ntheknow/styles/fcs.css.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/styles/fcs.css.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/styles/qtcontroller.css b/ntheknow/styles/qtcontroller.css new file mode 100644 index 0000000000000000000000000000000000000000..94fcf4f1dc5a5f35069fdfd38ecb6405a8881bde --- /dev/null +++ b/ntheknow/styles/qtcontroller.css @@ -0,0 +1 @@ + /***** quicktime *****/ .ACQuicktimeController { position:relative; width:470px; padding:5px 0; } .ACQuicktimeController div.control { width:25px; height:25px; text-indent:-999px; cursor:pointer; overflow:hidden; background:url(http://ucommxsrv1.unl.edu/nutube/images/slider/playpause.png) center top no-repeat; behavior:url(iepngfix.htc); } .ACQuicktimeController div.control.play { } .ACQuicktimeController div.control.pause { background-position:center bottom; _background:url(http://ucommxsrv1.unl.edu/nutube/images/slider/pause.png); } .ACQuicktimeController div.sliderPanel { position:absolute; top:12px; left:34px; height:9px; width:445px; } .ACQuicktimeController div.sliderPanel div.track { position:absolute; left:0; width:445px; height:9px; background:#000; text-align:left; } .ACQuicktimeController div.sliderPanel div.track div.loadedProgress { position:absolute; top:0; height:9px; background:#262626; overflow:hidden; } .ACQuicktimeController div.sliderPanel div.track div.trackProgress { position:absolute; height:9px; background:#4d4d4d; overflow:hidden; } .ACQuicktimeController div.sliderPanel div.track div.playHead { position:absolute; top:-7px; margin-left:-4px; width:11px; height:16px; background:url(http://ucommxsrv1.unl.edu/nutube/images/slider/pointer.gif) no-repeat left top; cursor:pointer; } \ No newline at end of file diff --git a/ntheknow/styles/qtcontroller.css.LCK b/ntheknow/styles/qtcontroller.css.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/styles/qtcontroller.css.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/styles/quicktimegalleryslider-copy.css b/ntheknow/styles/quicktimegalleryslider-copy.css new file mode 100644 index 0000000000000000000000000000000000000000..f534932f5d2e0c0e468849327917388ab0b33cfe Binary files /dev/null and b/ntheknow/styles/quicktimegalleryslider-copy.css differ diff --git a/ntheknow/styles/quicktimegalleryslider-copy.css.LCK b/ntheknow/styles/quicktimegalleryslider-copy.css.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/styles/quicktimegalleryslider-copy.css.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/styles/quicktimegalleryslider.css b/ntheknow/styles/quicktimegalleryslider.css new file mode 100644 index 0000000000000000000000000000000000000000..19d201ea88c2ae66d6ef20278b8144bdbae29dba --- /dev/null +++ b/ntheknow/styles/quicktimegalleryslider.css @@ -0,0 +1,50 @@ +.ACQuicktimeController { position:relative; width:470px; padding:5px 0; } + +.ACQuicktimeController div.control { width:25px; height:25px; text-indent:-999px; cursor:pointer; overflow:hidden; background:url(http://www.unl.edu/ucomm/ucomm/av/video/2007stateofuniversity/images/playpause.png) center top no-repeat;} +.ACQuicktimeController div.control.play { } +.ACQuicktimeController div.control.pause { background-position:center bottom; } + +.ACQuicktimeController div.sliderPanel { position:absolute; top:12px; left:34px; height:9px; width:445px; } +.ACQuicktimeController div.sliderPanel div.track { position:absolute; left:0; width:604px; height:9px; text-align:left; } +.ACQuicktimeController div.sliderPanel div.track div.loadedProgress { position:absolute; +top:0; +height:9px; +background:#ddd; +border-top:1px solid #777; +border-left:1px solid #777; +overflow:hidden; } +.ACQuicktimeController div.sliderPanel div.track div.trackProgress { position:absolute; +height:9px; +background:#810202; +border-top:1px solid #500303; +border-left:1px solid #500303; +overflow:hidden; } +.ACQuicktimeController div.sliderPanel div.track div.playHead { position:absolute; +top:-6px; +margin-left:-4px; +width:11px; +height:16px; +background:url(http://www.unl.edu/ucomm/ucomm/av/video/2007stateofuniversity/images/pointer.gif) no-repeat left top; +cursor:pointer; } + +.inset {background:#fff;border:1px solid #d1cfcf; padding:4px; overflow:auto; } + +.slideritem{display:none} + +.qt-container{ + background:url(http://bf.unl.edu/ucomm/templatedependents/templatecss/images/promo_680x210.gif) no-repeat left bottom; + padding-bottom:15px; + position:relative; + margin:0 0 0 42px +} +.qt-footer{ + display:block; + background:url(http://bf.unl.edu/ucomm/templatedependents/templatecss/images/promo_680x210.gif) no-repeat right bottom; + position:absolute; + margin:0 -2px 0 0; + _margin:0 8px -1px 0; + width:50px; + height:20px; + right:0; + bottom:0; +} diff --git a/ntheknow/styles/quicktimegalleryslider.css.LCK b/ntheknow/styles/quicktimegalleryslider.css.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/styles/quicktimegalleryslider.css.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/styles/script.css b/ntheknow/styles/script.css new file mode 100644 index 0000000000000000000000000000000000000000..735246d5b9fa435986f194c4e1a585f4da95c9f3 --- /dev/null +++ b/ntheknow/styles/script.css @@ -0,0 +1,6 @@ +/* quicktime */ +#main .inset #quicktimecontroller { display:block; } + +/* slider */ +#main .slideritem { display:none; } +#main #slider { display:block; } diff --git a/ntheknow/styles/script.css.LCK b/ntheknow/styles/script.css.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/styles/script.css.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/ntheknow/swfobject.js b/ntheknow/swfobject.js new file mode 100644 index 0000000000000000000000000000000000000000..e7edd42c09e6bfaf7349bd3f50fec6acbd546bcb --- /dev/null +++ b/ntheknow/swfobject.js @@ -0,0 +1,8 @@ +/** + * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ + * + * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: + * http://www.opensource.org/licenses/mit-license.php + * + */ +if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject; \ No newline at end of file diff --git a/ntheknow/swfobject.js.LCK b/ntheknow/swfobject.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/ntheknow/swfobject.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/parent/index.shtml b/parent/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..cbfa8fbbbce9a121a737cc80aca27d5db1fd1cc4 --- /dev/null +++ b/parent/index.shtml @@ -0,0 +1,178 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Parent Resources</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> +<li>Parent Resources</li> +</ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --><h1>Parent Resources</h1><h2>Helping You Stay Informed and Involved</h2><!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> +<a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" +src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> +<script type="text/javascript" src="../sharedcode/leftRandomPromo.js"></script> </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div style="padding:10px" class="zenboxfeature"> + <h1>Welcome to UNL.</h1> + <p class="seriftextopengraf12gray">The University of Nebraska-Lincoln + encourages parents of UNL students to become part of the university + community. At Nebraska, we believe that the continued involvement + of parents in students' lives is critical to their long-term + success. We welcome you to visit the campus, to inquire about + our programs and services, and to explore the many ways Nebraska + provides your student with the best possible educational and + cultural experience. The resources on this page can help you + learn more about the opportunities available to your Nebraska + student.</p> + </div> + <div style="float:left;width:50%"> + <div style="padding-top:10px;padding-right:10px"> + <h2>Learn About UNL</h2> + <ul> + <li><a href="#" onkeypress="makeRemoteQTVR()" onclick="makeRemoteQTVR()" title="Take the virtual campus tour">Virtual + Tour - UNL 360</a></li> + <li><a href="http://irp.unl.edu/factbook/factbook_index.shtml">Facts About UNL</a></li> + <li><a href="http://www.unl.edu/pr/chancllr/index.shtml">Chancellor's Welcome</a></li> + </ul> + <p>Student Media: <a href="http://www.dailynebraskan.com/">Daily Nebraskan</a> and <a href="http://www.newsnetnebraska.org/">NewsNetNebraska</a></p> + <p>UNL Media: <a href="http://ucommxsrv1.unl.edu/scarlet/">The Scarlet</a> and <a href="http://ucommxsrv1.unl.edu/unlnews/">News Releases </a></p> + <p> </p> + <h2>Visiting UNL</h2> + <ul> + <li><a href="http://www.unl.edu/unlpub/tour/unlmaps/">Campus Maps</a> | <a href="http://www.unl.edu/unlpub/tour/unlmaps/">Directions</a></li> + <li>Public Transportation in Lincoln (external link: <a class="external" href="http://www.lincoln.ne.gov/city/pworks/startran/">StarTran</a>)</li> + <li><a href="http://lincoln.travelhero.com/index.cfm/state/NE/city/LINCOLN/aid/1623/index.html">Area + Lodging</a> (external link: <a class="external" href="http://www.lincoln.org/">Lincoln + Convention and Visitors Bureau</a>)</li> + </ul> + <p> </p> + <h2>Activities for Parents</h2> + <ul> + <li><a href="http://busfin.unl.edu/stuafs/assoc.html">Parents Association</a></li> + <li><a href="http://www.huskers.com/">Cornhusker Athletics</a> (schedule for athletic events during your visit)</li> + <li><a href="http://events.unl.edu/" title="Upcoming UNL events in a searchable database">UNL Calendar</a></li> + </ul> + <p> </p> + <p>See our <a href="http://www.unl.edu/ucomm/visitor/">Visit</a> page + for more information on the extensive recreational and cultural + opportunities for UNL visitors. </p> + </div> + </div> + <div style="float:left;width:50%"> + <div style="padding-top:10px;padding-left:10px"> + <h2>Other UNL Resources</h2> + <ul> + <li><a href="http://www.admissions.unl.edu">Undergraduate Admissions</a> </li> + <li><a href="http://www.unl.edu/nse/">New Student Enrollment</a></li> + <li><a href="http://sales.unl.edu/">Computer Sales</a></li> + <li><a href="http://www.unl.edu/unlpub/depts/">Colleges and Departments</a></li> + <li><a href="http://www.unl.edu/ssd/">Disability Resources</a></li> + <li><a href="http://www.unl.edu/health/">University Health Center</a></li> + <li><a href="http://www.unl.edu/regrec/">Registration and Records</a></li> + <li><a href="http://www.unl.edu/sja/codeofconduct.html">Student Code of Conduct </a></li> + <li><a href="http://www.unl.edu/ous/">Undergraduate Studies</a></li> + <li><a href="http://www.unl.edu/scholfa/">Scholarships and Financial Aid</a></li> + <li><a href="http://ncard.unl.edu/">NCard</a></li> + <li><a href="http://wams.unl.edu/">WAMS: What About My Student</a></li> + <li><a href="http://police.unl.edu/">UNL Police</a></li> + <li><a href="http://parking.unl.edu/">Parking and Transit Services</a> </li> + <li><a href="http://www.unl.edu/housing/">Housing</a></li> + <li><a href="http://www.unl.edu/greek/">Greek Affairs</a></li> + <li><a href="http://si.unl.edu/">Student Involvement</a></li> + </ul> + </div> + </div> + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/unlpub/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/prospective/images/_grad.jpg b/prospective/images/_grad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54c430012eb57d75ed8480833050db5932ad9cb5 Binary files /dev/null and b/prospective/images/_grad.jpg differ diff --git a/prospective/images/college_bound.gif b/prospective/images/college_bound.gif new file mode 100644 index 0000000000000000000000000000000000000000..8efe99e585f7eb7a05b217495fce905cbd117ad4 Binary files /dev/null and b/prospective/images/college_bound.gif differ diff --git a/prospective/images/college_law.jpg b/prospective/images/college_law.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04ab74176168915e810e1612eff099c49cd69f7c Binary files /dev/null and b/prospective/images/college_law.jpg differ diff --git a/prospective/images/college_oad.jpg b/prospective/images/college_oad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb6efabb845f7e78dc2149e3c408eeeff8db13c0 Binary files /dev/null and b/prospective/images/college_oad.jpg differ diff --git a/prospective/images/college_portrait.gif b/prospective/images/college_portrait.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4d19d40739d0c2d51582ccaae96c73d8b172a34 Binary files /dev/null and b/prospective/images/college_portrait.gif differ diff --git a/prospective/images/extended.jpg b/prospective/images/extended.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e2686db6214fab3076eba34753448d31bc16cdc Binary files /dev/null and b/prospective/images/extended.jpg differ diff --git a/prospective/images/global.jpg b/prospective/images/global.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d40db69e81b3d24d1fb5b5109b58211dfe8b03a Binary files /dev/null and b/prospective/images/global.jpg differ diff --git a/prospective/images/grad2.jpg b/prospective/images/grad2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcd4f0d1a09f00c3e53ca306de3cb1f85c54cdd2 Binary files /dev/null and b/prospective/images/grad2.jpg differ diff --git a/prospective/images/law.jpg b/prospective/images/law.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f771ad906b2c1422502a375e1cb402432054193b Binary files /dev/null and b/prospective/images/law.jpg differ diff --git a/prospective/images/main_960.jpg b/prospective/images/main_960.jpg new file mode 100644 index 0000000000000000000000000000000000000000..540d460ce534a3d74c6a5d5c321449020df2169c Binary files /dev/null and b/prospective/images/main_960.jpg differ diff --git a/prospective/images/main_prospective.jpg b/prospective/images/main_prospective.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7be39ab8e874559cc90553352da586650f27e4ac Binary files /dev/null and b/prospective/images/main_prospective.jpg differ diff --git a/prospective/images/mainpic.jpg b/prospective/images/mainpic.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f71bc8a73b6c2873087391c5c5db2ca1c1db81fd Binary files /dev/null and b/prospective/images/mainpic.jpg differ diff --git a/prospective/index.shtml b/prospective/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..d0984fe967ede93e7db56bf9399679851271df32 --- /dev/null +++ b/prospective/index.shtml @@ -0,0 +1,313 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html lang="en"><!--<![endif]--> +<!-- InstanceBegin template="/Templates/debug.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id$ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Resources for Prospective Students | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- Place optional header elements here --> +<link rel="stylesheet" href="../sharedcode/css/3.1.css" /> +<!-- For old IE, bring in all the styles w/o media queries --> +<!--[if lt IE 9]> +<link rel="stylesheet" type="text/css" media="all" href="../sharedcode/css/ie_mq.css" /> +<![endif]--> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed debug"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper" class="nav_unpinned nav_expanded"> + <header id="header" role="banner"> + <a href="http://www.unl.edu/" title="UNL website" id="logo"> + </a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <!-- InstanceBeginEditable name="titlegraphic" --> + <span id="wdn_site_title">Prospective Students</span> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Resources for Prospective Students</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle" class="hidden"> + <!-- InstanceBeginEditable name="pagetitle" --> + <h1>Resources for Prospective Students</h1> + <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <section id="udergraduate" class="grid12"> + <div class="slider"> + <ul> + <li> + <img src="images/main_960.jpg" alt="UNL is located in the downtown, urban Lincoln NE" class="wdn_image_swap" /> + </li> + </ul> + </div> + <div class="paper horizontal_separator" id="ugrad_main"> + <section> + <div class="actions" id="action_steps"> + <h2 class="title">Undergraduate</h2> + <ul> + <li id="majors"> + <a href="http://admissions.unl.edu/discover/majors.aspx"> + <span class="highlight">Majors</span> + Explore all 150 academic majors. + </a> + </li> + <li id="costs"> + <a href="http://admissions.unl.edu/cost-and-aid.aspx"> + <span class="highlight">Costs and Aid</span> + The best value in the Big Ten. + </a> + </li> + <li id="visit"> + <a href="http://admissions.unl.edu/visit-ne.aspx"> + <span class="highlight">Visit Campus</span> + Explore our urban, downtown campus. + </a> + </li> + <li id="apply"> + <a href="http://admissions.unl.edu/become/apply.aspx"> + <span class="highlight">Apply Now</span> + Join our Husker Community. + </a> + </li> + </ul> + </div> + <div id="mailing_list"> + <form method="get" action="http://admissions.unl.edu/connect/mail-list.aspx" id="mailing_list_form"> + <!-- + Admissions form action: http://admissions.unl.edu/connect/mail-list.aspx + Global form action: http://global.unl.edu/apply/mail-list.aspx + Graduate form action: http://research.unl.edu/gradstudies/forms/mailinglist/ + Law form action: http://law.unl.edu/prospective/request_info.shtml + --> + <fieldset> + <legend>Join our <span class="highlight">mailing list</span></legend> + <ol> + <li> + <label for="StudentType">Student Type</label> + <select name="StudentType" id="StudentType" onchange="updateAction(this);"> + <optgroup label="Current High School Student"> + <option selected="selected" value="Sr." data-source="undergrad">High School Senior (Class of 2013)</option> + <option value="Jr." data-source="undergrad">High School Junior (Class of 2014)</option> + <option value="So." data-source="undergrad">High School Sophomore (Class of 2015)</option> + <option value="Fr." data-source="undergrad">High School Freshman (Class of 2016)</option> + <option value="Pipsqueak" data-source="undergrad">Middle School or Younger</option> + </optgroup> + <optgroup label="Transfer Student"> + <option value="Transfer" data-source="undergrad">College Transfer</option> + <option value="Intl trans" data-source="global">International Transfer</option> + </optgroup> + <optgroup label="International Student"> + <option value="Intl fr" data-source="global">International Freshman</option> + <option value="Intl Readmit" data-source="global">International Readmit</option> + <option value="Intl transfer" data-source="global">International Transfer</option> + </optgroup> + <optgroup label="Prospective Graduate Student"> + <option value="Masters">Master's</option> + <option value="Doctorate">Doctorate</option> + <option value="Nondegree Study">Nondegree Study</option> + <option value="Specialist">Educational Specialist</option> + </optgroup> + <optgroup label="Prospective Law Student"> + <option value="jdlaw" data-source="law">Juris Doctorate</option> + <option value="masterlaw" data-source="law">Master of Legal Studies</option> + <option value="law" data-source="law">Other Law</option> + </optgroup> + </select> + </li> + <li> + <label for="ProspectTerm">Enrollment Term</label> + <select name="ProspectTerm" id="ProspectTerm"> + <option value="Spring 2013">Spring 2013</option> + <option value="Summer 2013">Summer 2013</option> + <option value="Fall 2013">Fall 2013</option> + <option value="Spring 2014">Spring 2014</option> + <option selected="selected" value="Summer 2014">Summer 2014</option> + <option value="Fall 2014">Fall 2014</option> + <option value="Spring 2015">Spring 2015</option> + <option value="Summer 2015">Summer 2015</option> + <option value="Fall 2015">Fall 2015</option> + <option value="Spring 2016">Spring 2016</option> + <option value="Summer 2016">Summer 2016</option> + <option value="Fall 2016">Fall 2016</option> + <option value="Spring 2017">Spring 2017</option> + <option value="Summer 2017">Summer 2017</option> + <option value="Fall 2017">Fall 2017</option> + <option value="Spring 2018">Spring 2018</option> + <option value="Summer 2018">Summer 2018</option> + <option value="Fall 2018">Fall 2018</option> + <option value="Spring 2019">Spring 2019</option> + <option value="Summer 2019">Summer 2019</option> + <option value="Fall 2019">Fall 2019</option> + </select> + </li> + </ol> + <input type="hidden" value="Top-Level-Prospective" name="WebForm" id="WebForm" /> + </fieldset> + <input type="submit" name="" value="Continue" /> + </form> + <script type="text/javascript"> + function updateAction(sel){ + //set each of the form actions + var action = { + 'undergrad' : 'http://admissions.unl.edu/connect/mail-list.aspx', + 'global' : 'http://global.unl.edu/apply/mail-list.aspx', + 'grad' : 'http://research.unl.edu/gradstudies/forms/mailinglist/', + 'law' : 'http://law.unl.edu/prospective/request_info.shtml' + }; + var form, source = sel.options[sel.selectedIndex].getAttribute('data-source'); + document.getElementById('mailing_list_form').setAttribute('action', action[source]); + } + </script> + </div> + </section> + <section class="full" id="international"> + <figure class="first_half tabbed top_right curl"> + <img src="images/global.jpg" alt="Explore the international community at the University of Nebraska–Lincoln" /> + </figure> + <div class="last_half text_support center"> + <h3 class="stripe neutral heading">International</h3> + <ul class="stats three"> + <li> + Top + <span class="stat">50</span> + Public National Universities in U.S. + </li> + <li> + + <span class="stat">132</span> + Represented Countries + </li> + <li> + + <span class="stat">'A'</span> + Safety Rating + </li> + </ul> + <a href="http://global.unl.edu/" class="coa neutral"><span>Explore </span>our community</a> + </div> + </section> + </div> + </section> + <section class="grid12 full" id="grad_studies"> + <div class="first_half text_support"> + <h2 class="stripe triad heading">Graduate Studies</h2> + <p>Explore the graduate programs at UNL. The Office of Graduate Studies offers assistance with the application for admission, provides information on funding opportunities, and connects you with faculty members who share your scholarly and research interests.</p> + <a href="http://www.unl.edu/gradstudies" class="coa triad"><span>Learn More</span> about Graduate Studies</a> + </div> + <figure class="last_half tabbed top_right bottom_left"> + <img src="images/_grad.jpg" alt="The Office of Graduate Studies" /> + </figure> + </section> + <section class="grid12"> + <section class="grid6 first"> + <h2 class="stripe neutral">College of Law</h2> + <div class="full"> + <figure class="first_half tabbed top_right bottom_left"> + <img src="images/college_law.jpg" alt="The Nebraksa College of Law" /> + </figure> + <div class="last_half"> + <p>Nebraska Law is one of the academic and professional colleges at the University of Nebraska–Lincoln. A law degree from Nebraska opens doors to fields such as law, business, journalism, politics and education.</p> + <a href="http://law.unl.edu/" class="coa neutral half"><span>Go to Law Site</span></a> + </div> + </div> + </section> + + <section class="grid6"> + <h2 class="stripe neutral">Online & Distance</h2> + <div class="full"> + <figure class="first_half tabbed top_left bottom_right"> + <img src="images/college_oad.jpg" alt="Online & Distance Education at the University of Nebraska–Lincoln" /> + </figure> + <div class="last_half"> + <p>Through online & distance education, the University of Nebraska–Lincoln offers a variety of high school, undergraduate and graduate courses and programs that provide flexibility in meeting your educational needs.</p> + <a href="http://online.unl.edu/" class="coa neutral half"><span>Discover</span></a> + </div> + </div> + </section> + </section> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> + <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --> +</html> \ No newline at end of file diff --git a/prospective/index_old.shtml b/prospective/index_old.shtml new file mode 100644 index 0000000000000000000000000000000000000000..49a2f8a639b3c1929920441e2e55d340e824bec4 --- /dev/null +++ b/prospective/index_old.shtml @@ -0,0 +1,186 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Information for Prospective Students | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="Prospective/future student page for the University of Nebraska-Lincoln." /> +<meta name="keywords" content="university of nebraska-lincoln unl cornhuskers huskers prospective students admissions undergraduate graduate" /> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/splash.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/swfobject.js"></script> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Prospective Student<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Information for Prospective Students</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + + <div class="grid3 first"> + <h4 style="padding-bottom:8px;"><a href="http://admissions.unl.edu/">Undergraduate Admissions</a></h4> + + <div class="zenbox primary"> + <h3>Resources for prospective undergraduate students.</h3> + <ul> + <li><a href="http://admissions.unl.edu/apply">Apply</a></li> + <li><a href="http://admissions.unl.edu/visit">Visit</a></li> + <li><a href="http://admissions.unl.edu/mail">Join Mailing List</a></li> + <li><a href="http://admissions.unl.edu/majors">Majors</a></li> + <li><a href="http://admissions.unl.edu/value/">Cost and Aid</a></li> + </ul> + </div> + + </div> + + <div class="grid9"> + + <figure class="frame"><img src="images/mainpic.jpg" alt="Class outside on a spring day" /></figure> + </div> + + + + <div class="clr"></div> + <div class="grid3 first"> + <figure class="frame"><img src="/ucomm/prospective/images/grad2.jpg" alt="Graduate Studies" /></figure> + <h2><a href="http://www.unl.edu/gradstudies/">Graduate Studies</a></h2> + <p>The UNL Office of Graduate Studies website offers information on all aspects of + graduate studies at UNL, including information for prospective graduate students. This helpful + site includes pages on steps to admission, tuition, fees and funding, + and an online Application for Graduate Admission.</p> + </div> + <div class="grid3"> + <figure class="frame"><img src="/ucomm/prospective/images/law.jpg" alt="College of Law" /></figure> + <h2><a href="http://law.unl.edu/">College of Law</a></h2> + + <p>The UNL College + of Law website offers information on the study of law at UNL, + including information for prospective law students. This site includes + pages on the admissions process, financial aid, fees and funding, + contact information and recruiting events.</p> + </div> + <div class="grid3"> + <figure class="frame"><img src="/ucomm/prospective/images/extended.jpg" alt="Extended Education and Outreach" /></figure> + <h2><a href="http://online.unl.edu/">Online & Distance Education</a></h2> + + <p>The UNL Online & Distance Education website connects world-class faculty and teachers with students from around the world.</p> + </div> + + <div class="grid3"> + <h3>Other Resources</h3> + + <ul> + <li><a href="http://www.unl.edu/ucomm/international/" title="go to Resources for International Students">International Students</a></li> + <li><a href="http://www.unl.edu/piesl/index.shtml" title="go to Programs In English as a Second Language">Programs In English as a Second Language</a></li> + <li><a href="http://www.unl.edu/ucomm/aboutunl/" title="About the University of Nebraska-Lincoln">About UNL</a></li> + <li><a href="http://maps.unl.edu/" title="Campus maps of the University of Nebraska-Lincoln">Campus Maps</a></li> + <li><a href="http://www.unl.edu/ucomm/unltoday/" title="Daily campus events at UNL">UNL Today</a></li> + </ul> + + <a href="http://collegeboundnebraska.com/" title="go to the College Bound Nebraska website" class="imagelink"><img src="images/college_bound.gif" width="210" height="80" alt="College Bound Nebraska" class="frame imagelink" /></a> + + + <a href="http://www.collegeportraits.org/NE/UNL" title="visit the College Portrait for UNL" class="imagelink"><img src="images/college_portrait.gif" width="210" height="80" alt="College Portrait" class="frame imagelink" /></a> + + </div> + + + + + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/prospective/test.shtml b/prospective/test.shtml new file mode 100644 index 0000000000000000000000000000000000000000..7b004e982b01a5c5b559e7ad43a3504e42dce00c --- /dev/null +++ b/prospective/test.shtml @@ -0,0 +1,65 @@ +<!DOCTYPE html> +<html> + <head> + + </head> + <body> + <form name="myForm" id="myForm" method="post" action="http://admissions.unl.edu/landingpad/gradwebform.asp" onsubmit="return JOMLvalidate();"> + <label for="ProspectTerm" class="labelSide"><span style="color:red">*</span>Entry Term</label> + <select name="ProspectTerm" id="ProspectTerm"> <option value="Spring 2012">Spring 2012</option> + <option value="Summer 2012">Summer 2012</option> + <option value="Fall 2012">Fall 2012</option> + <option value="Spring 2013">Spring 2013</option> + <option value="Summer 2013">Summer 2013</option> + <option value="Fall 2013" selected="selected">Fall 2013</option> + <option value="Spring 2014">Spring 2014</option> + <option value="Summer 2014">Summer 2014</option> + <option value="Fall 2014">Fall 2014</option> +</select> +<br /> +<label for="DegreeObjective" class="labelSide">Degree</label> +<select name="DegreeObjective" id="DegreeObjective" onchange="if (this.value=='B') if (confirm('This form is intended for students pursuing post-baccalaureate education.\n\nWould you like to go to UNL\'s Undergraduate Admissions site for more information on Bachelor\'s degrees?')) window.open('http://admissions.unl.edu/mail/');"> + <option value="">[ Select degree ]</option> + <optgroup label="Graduate"> + <option value="Masters">Master's</option> + <option value="Doctorate">Doctorate</option> + <option value="Nondegree Study">Nondegree Study</option> + <option value="Specialist">Specialist</option> + <option value="6-Year Certificate">6-Year Certificate</option> + </optgroup> + <optgroup label="Undergraduate"> + <option value="B">Bachelor's</option> + </optgroup> + </select> + </form> + <script type="text/javascript"> + //grad script + var setFields = (function(prospectTerm, degreeObjective) { + var term = document.getElementById(prospectTerm); + var degree = document.getElementById(degreeObjective); + var q = window.location.search.substring(1); + var vars = q.split("&"); + var setDegree, setTerm; + for (var i=0; i<vars.length; i++) { + var pair = vars[i].split("="); + if (pair[0] == 'StudentType') { + setDegree = pair[1].replace('+', ' '); + } + if (pair[0] == 'ProspectTerm') { + setTerm = pair[1].replace('+', ' '); + } + } + for (var i=0; i < degree.options.length; i++) { + if (degree.options[i].value == setDegree) { + degree.options[i].selected = true; + } + } + for (var i=0; i < term.options.length; i++) { + if (term.options[i].value == setTerm) { + term.options[i].selected = true; + } + } + }('ProspectTerm', 'DegreeObjective')); + </script> + </body> +</html> \ No newline at end of file diff --git a/research/images/funding11.jpg b/research/images/funding11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29a81d74bd0b611ed5bfa413f2e35eca555c6243 Binary files /dev/null and b/research/images/funding11.jpg differ diff --git a/research/images/funding11.jpg.LCK b/research/images/funding11.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/images/funding11.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/images/industry.jpg b/research/images/industry.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1696a2eb3cfb738a92a5e2f9ab76b770a967bec4 Binary files /dev/null and b/research/images/industry.jpg differ diff --git a/research/images/industry.jpg.LCK b/research/images/industry.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/images/industry.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/images/mscope.jpg b/research/images/mscope.jpg new file mode 100644 index 0000000000000000000000000000000000000000..691c334535160f2eb5f6ecc3f4a6a26354fad5b7 Binary files /dev/null and b/research/images/mscope.jpg differ diff --git a/research/images/mscope.jpg.LCK b/research/images/mscope.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/images/mscope.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/images/nic.jpg b/research/images/nic.jpg new file mode 100644 index 0000000000000000000000000000000000000000..037d02efab8407016fde260172c0cc2423918336 Binary files /dev/null and b/research/images/nic.jpg differ diff --git a/research/images/nic.jpg.LCK b/research/images/nic.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/images/nic.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/images/prem.jpg b/research/images/prem.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a63baa12dfd8b9a35017772728fd8d81f2085d0e Binary files /dev/null and b/research/images/prem.jpg differ diff --git a/research/images/prem.jpg.LCK b/research/images/prem.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/images/prem.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/images/research.jpg b/research/images/research.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f32683a479a4b253d89b0b5a914289bc5092832 Binary files /dev/null and b/research/images/research.jpg differ diff --git a/research/images/research.jpg.LCK b/research/images/research.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/images/research.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/images/researchFunding.jpg b/research/images/researchFunding.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2a4baa394ba95132ac9522648d9894b6fb58bf5 Binary files /dev/null and b/research/images/researchFunding.jpg differ diff --git a/research/images/researchFunding.jpg.LCK b/research/images/researchFunding.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/images/researchFunding.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/images/techdev.jpg b/research/images/techdev.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c2897af9c49e67c31461791c75bac079a34db35 Binary files /dev/null and b/research/images/techdev.jpg differ diff --git a/research/images/techdev.jpg.LCK b/research/images/techdev.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/images/techdev.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/index.shtml b/research/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..15a16259370b82b4bbae689072aac0326b381f28 --- /dev/null +++ b/research/index.shtml @@ -0,0 +1,318 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Research and Economic Development | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="The Office of Research and Economic Development promotes and facilitates UNL's research enterprise, strategic partnerships and technology development efforts. " /> +<meta name="keywords" content="university of nebraska-lincoln unl research economic development nutech ventures innovation campus industry relations" /> + +<script type="text/javascript" src="/wdn/templates_3.1/scripts/jquery.js"></script> +<script type="text/javascript" src="http://research.unl.edu/sharedcode09/rotateResearchImages.js"></script> + +<style type="text/css"> +/* styles for the front page rotating box */ + + .randomImageButton{ + color:#999; + float:left; + padding:3px 10px; + cursor:pointer; + } + + .randomImageButton:hover{ + color:#555555; + } + + .randomImageButton a{ + font-style:italic; + } + + .randomImageBox{ + position:relative; + margin-top:10px; + margin-left:10px; + width:690px; + height:226px; + overflow:hidden; + + } + + #playPause{ + padding-top:10px; + } + + .randomImageBox .randomImage{ + position:absolute; + top:0px; + left:0px; + display:none; + } + + #randomImageIndex{ + float:left; + padding:3px 10px; + width:430px; + overflow:hidden; + } + + .randomImageIndexButtons{ + color:#dfdfdf; + padding:3px 5px; + cursor:pointer; + display:inline; + } + + .randomImageIndexButtons:hover, .randomImageIndexButtonsOn{ + color:#aaaaaa; + } + + /* end styles for the front page rotating box */ + </style> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" --> + Research and Innovation + <!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Research and Economic Development</li> + </ul> + + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="grid9 first"> + <div class="randomImageBox"> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=26"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/molfese.jpg" alt="molfese" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=5"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/lu.jpg" alt="lu" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=19"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/nic.jpg" alt="nic" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=28"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/benson.jpg" alt="benson" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=12"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/winkle.jpg" alt="winkle" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=3"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/binek.jpg" alt="binek" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=9"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/gates.jpg" alt="gates" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=14"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/hogan.jpg" alt="hogan" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=11"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/price.jpg" alt="price" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=30"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/goosby.jpg" alt="goosby" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=18"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/morrill.jpg" alt="morrill" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=29"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/diLillo.jpg" alt="diLillo" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=21"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/jobsites.jpg" alt="jobsites" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=15"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/raikes.jpg" alt="raikes" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=10"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/cassman.jpg" alt="cassman" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=16"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/swearer.jpg" alt="swearer" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=6"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/nanohybrid.jpg" alt="nanohybrid" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=24"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/wilson.jpg" alt="wilson" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=27"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/staph.jpg" alt="staph" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=33"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/legal.jpg" alt="legal reform" /></a></div> + </div> + <div id="playPause" class="randomImageButton"><img src="http://research.unl.edu/graphics/pause.gif" alt="play/pause" /></div> <div id="previousButton" class="randomImageButton">previous</div> <div id="nextButton" class="randomImageButton">next</div><div id="randomImageIndex" align="center"></div><div class="randomImageButton"><a id="readMore" href="">read more ...</a></div> + <div style="clear:both; height:10px"></div> + </div> + + <div class="grid3"> + <h2>Research & Innovation</h2> + At the University of Nebraska-Lincoln, research and innovation drives discoveries, scholarship and creative activity that expand basic knowledge and solve real-world problems. Our growing research enterprise helps fuel economic development for Nebraska and addresses major challenges facing our state, our nation and the world. + <!--<br /><a href="http://newsroom.unl.edu/releases/2010/08/19/UNL+research+funding+climbs+to+record+of+more+than+%24139+million"><em>MORE ...</em></a>--> + + </div> + + <div style="clear:both; border-bottom:1px dotted #CCCCCC; margin-bottom:20px"></div> + + <div class="grid3 first"> + <figure class="frame"><img src="http://www.unl.edu/ucomm/research/images/research.jpg" alt="Office of Research" /></figure> + <h2>Office of Research</h2> + <p><a href="http://research.unl.edu">http://research.unl.edu/</a></p> + <p>The Office of Research and Economic Development promotes and facilitates UNL's research enterprise, strategic partnerships and technology development efforts. Total external funding for research has increased by 110 percent since 2001.</p> + </div> + + <div class="grid3"> + <figure class="frame"><img src="http://www.unl.edu/ucomm/research/images/techdev.jpg" alt="NUtech" /></figure> + <h2>NUtech Ventures</h2> + <p><a href="http://www.nutechventures.org/" title="go to the NUTech Ventures website">NUtech Ventures</a></p> + <p> + NUtech Ventures is a nonprofit affiliate of the University of Nebraska established to commercialize technologies by forming innovative R&D partnerships between university researchers and the private sector. NUtech measures its success by the number of companies, products and jobs created by University of Nebraska research. + </p> + </div> + + <div class="grid3"> + <figure class="frame"><img src="http://www.unl.edu/ucomm/research/images/nic.jpg" alt="Nebraska Innovation Campus" /></figure> + <h2>Nebraska Innovation Campus</h2> + <p><a href="http://innovate.unl.edu/">http://innovate.unl.edu/</a></p> + <p>Nebraska Innovation Campus is a 249-acre public/private research and technology center adjacent to UNL's City Campus. This long-term project has the potential to become a center of innovation and economic development for the state and the university.</p> + </div> + + <div class="grid3"> + <figure class="frame"><img src="http://www.unl.edu/ucomm/research/images/industry.jpg" alt="Industry Relations" /></figure> + <h2>Industry Relations</h2> + <p><a href="http://research.unl.edu/industry_relations/">http://research.unl.edu<br />/industry_relations/</a></p> + <p>UNL welcomes the opportunity to partner with local, regional and international industries. To learn about the advantages of collaborating with UNL or to schedule a customized tour of campus facilities, contact (402) 472-4135 or <a href="mailto:industryrelations@unl.edu">industryrelations@unl.edu</a>. </p> + </div> + + + <div style="clear:both; border-bottom:1px dotted #CCCCCC; margin-bottom:20px; height:10px"></div> + + + + <div class="grid3 first"> + <h4>Public/Private Partnerships</h4> + <a href="http://www.nutechventures.org/" title="go to the NUTech Ventures website">NUtech Ventures</a><br /> + <a href="http://research.unl.edu/industry_relations/">Industry Relations </a><br /> + + <a href="http://www.unl.edu/ucomm/chancllr/nicampus/">Nebraska Innovation Campus</a><br /> + <a href="http://cba.unl.edu/outreach/ent/">Nebraska Center for Entrepreneurship</a><br /> + <a href="http://www.nutechpark.com/">Nebraska Technology Park</a><br /> + <br /> + + <h4>Continuing Education and Professional Programs</h4> + <a href="http://online.unl.edu/">Extended Education and Outreach</a><br /> + + <a href="http://www.extension.unl.edu/home">Extension</a><br /> + <a href="http://www.unl.edu/gradstudies/">Graduate Studies</a><br /> + <a href="http://ncdc.unl.edu/">Nebraska Cooperative Development Center</a><br /> + <br /> + </div> + + <div class="grid3"> + <h4>External Links</h4> + + <a href="http://www.neded.org/">Nebraska Department of Economic Development</a><br /> + <a href="http://www.ecodevdirectory.com/nebraska.htm ">Nebraska Economic Development Directory</a><br /> + <a href="http://www.nechamber.com/">Nebraska Chamber of Commerce</a><br /> + <a href="http://www.bionebraska.com/ ">BIO Nebraska</a><br /> + <a href="http://www.lincolnecdev.com/">Lincoln Partnership for Economic Development</a><br /> + <a href="http://www.lcoc.com/">Lincoln Chamber of Commerce</a><br /> + <a href="http://www.2015vision.org/">Vision 2015</a><br /> + <a href="http://www.omahachamber.org/">Greater Omaha Chamber of Commerce</a><br /> + + <a href="http://www.selectgreateromaha.com/ ">Greater Omaha Economic Development Partnership</a><br /> + <a href="http://nbdc.unomaha.edu/">Nebraska Business Development Center</a><br /> + <a href="http://www.nebraskaangels.org/site/">Nebraska Angels</a><br /> + <a href="http://www.investnebraska.com/">Invest Nebraska</a><br /> + <a href="http://www.nppd.com/">Nebraska Public Power District</a><br /> + <br /> + </div> + + <div class="grid6"> + <img src="http://www.unl.edu/ucomm/research/images/mscope.jpg" class="frame" alt="Microscope"/> + + + + <div class="grid3 first"> + + <h4>Research and Funding Resources</h4> + <a href="http://research.unl.edu/sp1/">Sponsored Programs</a><br /> + <a href="http://research.unl.edu/proposaldevelopment/">Proposal Development</a><br /> + <a href="http://www.nutechventures.org/">NUtech Ventures</a><br /> + <a href="http://research.unl.edu/orr/">Research Responsibility</a><br /> + <a href="http://research.unl.edu/council/council.shtml">Research Council</a><br /> + + + <br /> + </div> + + <div class="grid3"> + <h4>Working with UNL Students</h4> + <a href="http://www.unl.edu/careers/events/">Career Fairs</a><br /> + <a href="http://www.unl.edu/careers/employer/">Career Services for Employers</a><br /> + <a href="http://raikes.unl.edu/">Jeffrey S. Raikes School of Computer Science and Management</a><br /> + + </div> + + </div> + + + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/research/index.shtml.LCK b/research/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/index2.shtml b/research/index2.shtml new file mode 100644 index 0000000000000000000000000000000000000000..a9a54abd7dcf740b960374c9eaf56a9bd24f09e2 --- /dev/null +++ b/research/index2.shtml @@ -0,0 +1,298 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Research and Economic Development</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<meta name="description" content="The Office of Research and Economic Development promotes and facilitates UNL's research enterprise, strategic partnerships and technology development efforts. " /> +<meta name="keywords" content="university of nebraska-lincoln unl research economic development nutech ventures innovation campus industry relations" /> + +<script type="text/javascript" src="/wdn/templates_3.1/scripts/jquery.js"></script> +<script type="text/javascript" src="http://research.unl.edu/sharedcode09/rotateResearchImages.js"></script> + +<style type="text/css"> +/* styles for the front page rotating box */ + + .randomImageButton{ + color:#999; + float:left; + padding:3px 10px; + cursor:pointer; + } + + .randomImageButton:hover{ + color:#555555; + } + + .randomImageButton a{ + font-style:italic; + } + + .randomImageBox{ + position:relative; + margin-top:10px; + margin-left:10px; + width:690px; + height:226px; + overflow:hidden; + + } + + #playPause{ + padding-top:10px; + } + + .randomImageBox .randomImage{ + position:absolute; + top:0px; + left:0px; + display:none; + } + + #randomImageIndex{ + float:left; + padding:3px 10px; + width:430px; + overflow:hidden; + } + + .randomImageIndexButtons{ + color:#dfdfdf; + padding:3px 5px; + cursor:pointer; + display:inline; + } + + .randomImageIndexButtons:hover, .randomImageIndexButtonsOn{ + color:#aaaaaa; + } + + /* end styles for the front page rotating box */ + </style> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Research and Economic Development</li> + </ul> + + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Research and Innovation</h1> + <!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="grid9 first"> + <div class="randomImageBox"> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=26"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/molfese.jpg" alt="molfese" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=5"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/lu.jpg" alt="lu" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=19"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/nic.jpg" alt="nic" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=28"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/benson.jpg" alt="benson" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=12"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/winkle.jpg" alt="winkle" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=3"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/binek.jpg" alt="binek" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=9"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/gates.jpg" alt="gates" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=14"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/hogan.jpg" alt="hogan" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=11"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/price.jpg" alt="price" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=30"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/goosby.jpg" alt="goosby" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=18"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/morrill.jpg" alt="morrill" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=29"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/diLillo.jpg" alt="diLillo" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=21"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/jobsites.jpg" alt="jobsites" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=15"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/raikes.jpg" alt="raikes" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=10"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/cassman.jpg" alt="cassman" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=16"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/swearer.jpg" alt="swearer" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=6"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/nanohybrid.jpg" alt="nanohybrid" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=24"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/wilson.jpg" alt="wilson" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=27"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/staph.jpg" alt="staph" /></a></div> + <div class="randomImage"><a href="http://research.unl.edu/annualreport/2011/?page=33"><img class="frame" src="http://research.unl.edu//annualreport/2011/image/frontpage/legal.jpg" alt="legal reform" /></a></div> + </div> + <div id="playPause" class="randomImageButton"><img src="http://research.unl.edu/graphics/pause.gif" alt="play/pause" /></div> <div id="previousButton" class="randomImageButton">previous</div> <div id="nextButton" class="randomImageButton">next</div><div id="randomImageIndex" align="center"></div><div class="randomImageButton"><a id="readMore" href="">read more ...</a></div> + <div style="clear:both; height:10px"></div> + </div> + + <div class="grid3"> + <h2>Research & Innovation</h2> + At the University of Nebraska-Lincoln, research and innovation drives discoveries, scholarship and creative activity that expand basic knowledge and solve real-world problems. Our growing research enterprise helps fuel economic development for Nebraska and addresses major challenges facing our state, our nation and the world. + <!--<br /><a href="http://newsroom.unl.edu/releases/2010/08/19/UNL+research+funding+climbs+to+record+of+more+than+%24139+million"><em>MORE ...</em></a>--> + + </div> + + <div style="clear:both; border-bottom:1px dotted #CCCCCC; margin-bottom:20px"></div> + + <div class="grid3 first"> + <div class="image_small_short"><img src="http://www.unl.edu/ucomm/research/images/research.jpg" alt="Office of Research" /></div> + <h2>Office of Research</h2> + <p><a href="http://research.unl.edu">http://research.unl.edu/</a></p> + <p>The Office of Research and Economic Development promotes and facilitates UNL's research enterprise, strategic partnerships and technology development efforts. Total external funding for research has increased by 110 percent since 2001.</p> + </div> + + <div class="grid3"> + <div class="image_small_short"><img src="http://www.unl.edu/ucomm/research/images/techdev.jpg" alt="NUtech" /></div> + <h2>NUtech Ventures</h2> + <p><a href="http://www.nutechventures.org/" title="go to the NUTech Ventures website">NUtech Ventures</a></p> + <p> + NUtech Ventures is a nonprofit affiliate of the University of Nebraska established to commercialize technologies by forming innovative R&D partnerships between university researchers and the private sector. NUtech measures its success by the number of companies, products and jobs created by University of Nebraska research. + </p> + </div> + + <div class="grid3"> + <div class="image_small_short"><img src="http://www.unl.edu/ucomm/research/images/nic.jpg" alt="Nebraska Innovation Campus" /></div> + <h2>Nebraska Innovation Campus</h2> + <p><a href="http://innovate.unl.edu/">http://innovate.unl.edu/</a></p> + <p>Nebraska Innovation Campus is a 249-acre public/private research and technology center adjacent to UNL's City Campus. This long-term project has the potential to become a center of innovation and economic development for the state and the university.</p> + </div> + + <div class="grid3"> + <div class="image_small_short"><img src="http://www.unl.edu/ucomm/research/images/industry.jpg" alt="Industry Relations" /></div> + <h2>Industry Relations</h2> + <p><a href="http://research.unl.edu/industry_relations/">http://research.unl.edu<br />/industry_relations/</a></p> + <p>UNL welcomes the opportunity to partner with local, regional and international industries. To learn about the advantages of collaborating with UNL or to schedule a customized tour of campus facilities, contact (402) 472-4135 or <a href="mailto:industryrelations@unl.edu">industryrelations@unl.edu</a>. </p> + </div> + + + <div style="clear:both; border-bottom:1px dotted #CCCCCC; margin-bottom:20px; height:10px"></div> + + + + <div class="grid3 first"> + <h4>Public/Private Partnerships</h4> + <a href="http://www.nutechventures.org/" title="go to the NUTech Ventures website">NUtech Ventures</a><br /> + <a href="http://research.unl.edu/industry_relations/">Industry Relations </a><br /> + + <a href="http://www.unl.edu/ucomm/chancllr/nicampus/">Nebraska Innovation Campus</a><br /> + <a href="http://cba.unl.edu/outreach/ent/">Nebraska Center for Entrepreneurship</a><br /> + <a href="http://www.nutechpark.com/">Nebraska Technology Park</a><br /> + <br /> + + <h4>Continuing Education and Professional Programs</h4> + <a href="http://online.unl.edu/">Extended Education and Outreach</a><br /> + + <a href="http://www.extension.unl.edu/home">Extension</a><br /> + <a href="http://www.unl.edu/gradstudies/">Graduate Studies</a><br /> + <a href="http://ncdc.unl.edu/">Nebraska Cooperative Development Center</a><br /> + <br /> + </div> + + <div class="grid3"> + <h4>External Links</h4> + + <a href="http://www.neded.org/">Nebraska Department of Economic Development</a><br /> + <a href="http://www.ecodevdirectory.com/nebraska.htm ">Nebraska Economic Development Directory</a><br /> + <a href="http://www.nechamber.com/">Nebraska Chamber of Commerce</a><br /> + <a href="http://www.bionebraska.com/ ">BIO Nebraska</a><br /> + <a href="http://www.lincolnecdev.com/">Lincoln Partnership for Economic Development</a><br /> + <a href="http://www.lcoc.com/">Lincoln Chamber of Commerce</a><br /> + <a href="http://www.2015vision.org/">Vision 2015</a><br /> + <a href="http://www.omahachamber.org/">Greater Omaha Chamber of Commerce</a><br /> + + <a href="http://www.selectgreateromaha.com/ ">Greater Omaha Economic Development Partnership</a><br /> + <a href="http://nbdc.unomaha.edu/">Nebraska Business Development Center</a><br /> + <a href="http://www.nebraskaangels.org/site/">Nebraska Angels</a><br /> + <a href="http://www.investnebraska.com/">Invest Nebraska</a><br /> + <a href="http://www.nppd.com/">Nebraska Public Power District</a><br /> + <br /> + </div> + + <div class="grid6"> + <img src="http://www.unl.edu/ucomm/research/images/mscope.jpg" class="frame" alt="Microscope"/> + + + + <div class="grid3 first"> + + <h4>Research and Funding Resources</h4> + <a href="http://research.unl.edu/sp1/">Sponsored Programs</a><br /> + <a href="http://research.unl.edu/proposaldevelopment/">Proposal Development</a><br /> + <a href="http://www.nutechventures.org/">NUtech Ventures</a><br /> + <a href="http://research.unl.edu/orr/">Research Responsibility</a><br /> + <a href="http://research.unl.edu/council/council.shtml">Research Council</a><br /> + + + <br /> + </div> + + <div class="grid3"> + <h4>Working with UNL Students</h4> + <a href="http://www.unl.edu/careers/events/">Career Fairs</a><br /> + <a href="http://www.unl.edu/careers/employer/">Career Services for Employers</a><br /> + <a href="http://raikes.unl.edu/">Jeffrey S. Raikes School of Computer Science and Management</a><br /> + + </div> + + </div> + + + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/research/index2.shtml.LCK b/research/index2.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/index2.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/research/welcome.shtml b/research/welcome.shtml new file mode 100644 index 0000000000000000000000000000000000000000..d7d6927cabf97a2976f95f0ec4ed035be4356768 --- /dev/null +++ b/research/welcome.shtml @@ -0,0 +1,154 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Research and Economic Development</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> + +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Research and Economic Development</li> + </ul> + + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Research and Economic Development</h1> + <h2>We Want to Work With You</h2> + <!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --><h2>Welcome</h2> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + + + <div class="col right"> + <a href="http://research.unl.edu"> + <div class="image_small_short"><img src="images/research.jpg" alt="Office of Research" /></div> + <h4><strong>Office of Research</strong></h4> + </a> + + <div style=" height:15px; margin-bottom:15px; border-bottom:1px dotted #CCCCCC"></div> + + <a href="http://otd.unl.edu/"> + <div class="image_small_short"><img src="images/techdev.jpg" alt="Office of Technology Development" /></div> + <h4><strong>Office of Technology Development</strong></h4> + </a> + + <div style=" height:15px; margin-bottom:15px; border-bottom:1px dotted #CCCCCC"></div> + + <a href="http://www.unl.edu/ucomm/chancllr/nicampus/"> + <div class="image_small_short"><img src="images/nic.jpg" alt="Nebraska Innovation Campus" /></div> + <h4><strong>Nebraska Innovation Campus </strong></h4> + </a> + + <div style=" height:15px; margin-bottom:15px; border-bottom:1px dotted #CCCCCC"></div> + + <a href="http://research.unl.edu/industry_relations/"> + <div class="image_small_short"><img src="images/industry.jpg" alt="Industry Relations" /></div> + <h4><strong>Industry Relations </strong></h4> + </a> + + <div style=" height:15px; margin-bottom:15px; border-bottom:1px dotted #CCCCCC"></div> + + </div> + + Welcome to the Research and Economic Development Web site. We're delighted that you're interested in learning about working with the University of Nebraska-Lincoln. + <br /><br /> + UNL researchers are aggressively advancing the frontiers of science, engineering, medicine and the humanities. Our research enterprise features core strengths in agriculture, food science and biotechnology; materials and nanosciences; engineering, transportation and construction sciences; software engineering and digital humanities; math and science education; and energy, water and sustainability sciences. The discoveries and creative works generated by our faculty and students enhance quality of life, stimulate economic development and inspire the next generation of scholars, scientists and leaders. + <br /><br /> + + <div style="float:left; padding:0 15px 0px 0"> + <img src="images/prem.jpg" class="frame" alt="Prem Paul" width="150"/> + </div> + + The university is a critical economic driver for the state of Nebraska. New products, processes and technologies developed through research at UNL produce new companies and commercial partnerships that create quality jobs and increase the state's business competitiveness. A wide range of faculty expertise and specialized physical resources, including scientific instrumentation and incubation space, provide research, development and operations solutions for companies and organizations. UNL also provides a variety of business development services, support and training. + <br /><br /> + The pinnacle of UNL's research and collaborative economic development efforts is Nebraska Innovation Campus-a 249-acre private/public research and technology development campus adjacent to UNL's city and east campuses. Nebraska Innovation Campus will accommodate a variety of private/public partnerships and facilities arrangements to enable faculty, government scientists, private research enterprises, entrepreneurs and industry to move fundamental research and development discoveries from the laboratory to the marketplace. + <br /><br /> + Nebraska Innovation Campus presents an unprecedented opportunity to strengthen and diversify the state of Nebraska's economy and significantly increase its international business competitiveness by creating a physical and cultural space for innovation. Here, the research strengths of UNL and the development strengths of the private sector are coupled to create a powerful economic, intellectual and scientific engine. + <br /><br /> + We look forward to working with you! + <br /><br /> + <strong>Prem S. Paul</strong><br /> + Vice Chancellor for Research and Economic Development + + + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/research/welcome.shtml.LCK b/research/welcome.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/research/welcome.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000000000000000000000000000000000000..37ec15e3bb711b90217175e20473bf08184fbbb4 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: /cgi-bin/ +Disallow: /unlpub/lobndwth/ +Disallow: /unlpub/test/ \ No newline at end of file diff --git a/search/.htaccess b/search/.htaccess new file mode 100644 index 0000000000000000000000000000000000000000..dfb7e855382a42b244f963aea8b28c97844f770d --- /dev/null +++ b/search/.htaccess @@ -0,0 +1,6 @@ +# bbieber,2010-09-20:Redirect all searches to the new PHP combined search interface + +RewriteEngine On + +RewriteCond $1 !=404search.shtml +RewriteRule (.*) http://www1.unl.edu/search/$1 [R=301] diff --git a/search/404search.shtml b/search/404search.shtml new file mode 100644 index 0000000000000000000000000000000000000000..ef542193c572d891df4198a845fb7290d4c413b1 --- /dev/null +++ b/search/404search.shtml @@ -0,0 +1,128 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | 404 File Not Found</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> + +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>404 File Not Found</li> + </ul> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="../sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>404 File Not Found </h1> + <h2>Absence Makes the Heart Grow Fonder </h2> + <!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid9 first"> + <h3 class="sec_main">File Not Found</h3> + <h2>You have attempted to access a page or resource which does not exist on the server.</h2> + <p><em>If you followed a link from a referring + page</em>, please click the 'Back' button in your browser and + inform the author of the referring page.</p> + <p><em>If this page appeared after using a bookmark</em> (or favorite) + stored in your browser, please update the bookmark (or favorite) or delete it from your system. + </p> + <p><em>If you attempted to access this page directly by typing in the address,</em> please ensure that you typed the URL correctly. URLs on this system are case-sensitive, so be sure you have used upper- and lower-case letters correctly.</p> + <p><em>If you are a UNL web content provider and your content is no longer available,</em> you must renew your account by contacting the UNLCMS Team. <a href="http://unlcms.unl.edu/">http://unlcms.unl.edu/</a></p> + </div> + <div class="grid3"> + <div class="zenbox neutral"> + <h3>Online Resources</h3> +<ul> + <li><a href="http://www.unl.edu/ucomm/depts/">Colleges & Departments</a> </li> + <li><a href="http://events.unl.edu/">Calendar of Events</a></li> + <li><a href="http://bf.unl.edu/NUPoliciesProceduresInfoLinks.shtml" title="UNL Policies and Procedures">UNL Policies</a></li> + <li><a href="http://maps.unl.edu/" title="Campus tour of the University of Nebraska-Lincoln and downloadable PDF maps">Campus Tour & Maps</a></li> + <li><a href="http://parking.unl.edu/" title="UNL Parking Services">Parking</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml" title="UNL Academic Calendar">Academic Calendar</a></li> + <li><a href="http://www.unl.edu/regrec/sites/unl.edu.registration-records.registration-and-records/files/AcademicServicesHandbook.pdf" title="Download the Academic Handbook in a PDF format">Academic Handbook</a></li> + <li><a href="http://irp.unl.edu/factbooks.html" title="Administrative organization, student life/finances, academic info, enrollment, faculty/staff">Fact Book</a></li> + <li><a href="http://emergency.unl.edu/" title="UNL's Emergency information">Emergency Planning and Preparedness</a></li> +</ul> + </div> + </div> + <script type="text/javascript"> + WDN.log('tracking 404'); + _gaq.push(['wdn._trackPageview', '/404/' + document.location.href + '?from=' + document.referrer]); + </script> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/search/404search.shtml.LCK b/search/404search.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/search/404search.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/search/images/as_pointer.gif b/search/images/as_pointer.gif new file mode 100644 index 0000000000000000000000000000000000000000..db0090d197295d37e016b5c8fa3722c29c45b0c9 Binary files /dev/null and b/search/images/as_pointer.gif differ diff --git a/search/index.shtml b/search/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..810bdade0a7ef9548da01794edc8134c5f048c09 --- /dev/null +++ b/search/index.shtml @@ -0,0 +1,136 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Search</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<!-- MUST HAVE VALID Google API Key: http://code.google.com/apis/ajaxsearch/signup.html --> +<script src="http://www.google.com/jsapi?key=ABQIAAAAfxH7RKwDLHYhDD9dSUZe-RTELkNjcWhKXky6vQZrvQAPA5Uw6xR-eQp2X1fKnLG-UqeKQ_7mwv5CcQ" type="text/javascript"></script> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/bsn.AutoSuggest_2.1.3.js"></script> +<script type="text/javascript" src="searchFunc.js"></script> +<link rel="stylesheet" type="text/css" href="searchCSS.css" /> +<!--[if gte IE 6]> +<style type="text/css"> +div.hcardPopup { width: 275px; } +div.vcard .fn { clear: both; } +</style> +<![endif]--> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Search</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>UNL Search</h1> + <h2>Still Haven't Found What I'm Looking For</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div id="searchform"> + <noscript> + <form action="http://www.googlesyndicatedsearch.com/u/UNL1" method="get"> + <input style="width:90%" type="text" name="q" /> + <input type="submit" value="Search" /> + </form> + </noscript> + </div> + <div class="col right"> + <p class="sec_header">Peoplefinder</p> + <div id="ppl_results"></div> + <a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About Peoplefinder</a> + </div> + <div class="two_col left"> + <p class="sec_header">UNL Web</p> + <div id="searchcontrol"></div> + </div> + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/search/searchCSS.css b/search/searchCSS.css new file mode 100644 index 0000000000000000000000000000000000000000..89d83051d89de1a2b892d9c17a5d5459c3c677de --- /dev/null +++ b/search/searchCSS.css @@ -0,0 +1,194 @@ +/* Google/Peoplefinder Styles */ +#ppl_results ul{ + list-style:none; + padding:0; + margin-bottom:5px; +} +#ppl_results ul li.ppl_Sresult{ + border-bottom:1px solid #ddd; + padding:0.7em 0 0.7em 0.7em; +} +#ppl_results ul li.ppl_Sresult:hover, #ppl_results ul li.ppl_Sresult.alt:hover{ + background:#FFFEF0; + border-bottom:1px solid #d3d3d3; +} +#ppl_results ul li.ppl_Sresult.alt{ + background:#FAFAFA; +} +#ppl_results ul li.ppl_Sresult div.tel{ + background:url(http://peoplefinder.unl.edu/images/mobile.gif) no-repeat 0 0.75em; + padding:0.5em 0 0 1em; + position:relative; + color:#333; +} +#ppl_results .fn{ + float:left; + margin-right:0.2em; +} +#ppl_results .cMatch{ + background:#ffffcc; + margin:1em 0 1em 0; + padding:0.5em; + border:1px solid #d0c8a5; +} +#ppl_results .cMatch p { + margin:0; +} +#ppl_results .cNav{ + position:absolute; + right:0; + top:0; + font-weight:normal; + letter-spacing:-0.1em; +} +#ppl_results a.cInfo{ + background:url(http://peoplefinder.unl.edu/images/person.gif) no-repeat 0 3px; + padding:0 0 0 1em; + margin-left:0.8em;color:#555;text-decoration:underline; +} +#ppl_results .eppa{ + font-size:0.75em; + margin-top:0.2em; +} + +#searchform { + margin-bottom: 10px; +} + +.gsc-input { + font-size: 1.1em; +} +.gs-result .gs-title, .gs-result .gs-title *{ +color : #990000; +text-decoration: none; +font-size: 1.1em; +} +.gs-result .gs-title a:hover, .gs-result .gs-title a:hover * { +color : #cc0000; +} + + +.gs-result.alt { +background:#FAFAFA; +} +.gs-result { +border-bottom:1px solid #ddd; +padding: 0.7em; +} +.gs-result:hover { + background:#FFFEF0; + border-bottom:1px solid #d3d3d3; +} + +.gs-search-nav { + margin-top: 10px; + text-align: right; +} +.gs-result .gs-watermark { + display: none; +} + + +/* HCard Popup Styles */ +body +{ + position: relative; +} + + +div.hcardPopup +{ + position: absolute; + background-image: url(images/as_pointer.gif); + background-position: center right; + background-repeat: no-repeat; + padding: 0 10px 0 0; +} + +div.hcardPopup div.as_header, +div.hcardPopup div.as_footer +{ + position: relative; + height: 6px; + padding: 0 6px; + background-image: url(/ucomm/templatedependents/templatecss/components/images/ul_corner_tr.gif); + background-position: top right; + background-repeat: no-repeat; + overflow: hidden; +} +div.hcardPopup div.as_footer +{ + background-image: url(/ucomm/templatedependents/templatecss/components/images/ul_corner_br.gif); +} + +div.hcardPopup div.as_header div.as_corner, +div.hcardPopup div.as_footer div.as_corner +{ + position: absolute; + top: 0; + left: 0; + height: 6px; + width: 6px; + background-image: url(/ucomm/templatedependents/templatecss/components/images/ul_corner_tl.gif); + background-position: top left; + background-repeat: no-repeat; +} +div.hcardPopup div.as_footer div.as_corner +{ + background-image: url(/ucomm/templatedependents/templatecss/components/images/ul_corner_bl.gif); +} +div.hcardPopup div.as_header div.as_bar, +div.hcardPopup div.as_footer div.as_bar +{ + height: 6px; + overflow: hidden; + background-color: #333; +} + + +div.hcardPopup ul +{ + list-style: none; + margin: 0 0 -4px 0; + padding: 0; + overflow: hidden; + background-color: #333; +} + +div.hcardPopup ul li +{ + color: #ccc; + padding: 0; + margin: 0 4px 4px; + text-align: left; +} + +div.vcard { + padding: 5px; + color: #fff; +} +div.vcard a { + color: #fff; +} +div.vcard .fn { + float: left; + font-weight: bold; + margin-right: 4px; +} +div.vcard .vcardinfo { + padding: 6px; + line-height: 1.1; + position: relative; +} +div.vcard .adr, div.vard .tel { + margin-top:10px; + margin-bottom:10px; + font-size:0.9em; +} +div.vcard .type { + font-weight: bold; +} +div.vcard .eppa{ + font-size:0.75em; + margin-top:0.2em; +} \ No newline at end of file diff --git a/search/searchFunc.js b/search/searchFunc.js new file mode 100644 index 0000000000000000000000000000000000000000..93da90acc236347fc616039077ffbf2328116ae9 --- /dev/null +++ b/search/searchFunc.js @@ -0,0 +1,331 @@ + +//General function to get the page coordinates of the current scroll position +function getScrollXY() { + var scrOfX = 0, scrOfY = 0; + if( typeof( window.pageYOffset ) == 'number' ) { + //Netscape compliant + scrOfY = window.pageYOffset; + scrOfX = window.pageXOffset; + } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) { + //DOM compliant + scrOfY = document.body.scrollTop; + scrOfX = document.body.scrollLeft; + } else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) { + //IE6 standards compliant mode + scrOfY = document.documentElement.scrollTop; + scrOfX = document.documentElement.scrollLeft; + } + return [ scrOfX, scrOfY ]; +} + +// Load the Google Search AJAX API +google.load("search", "1"); + +function searchInit() { + UNL_Search.peoplefinderCache = new UNL_Search.Cache(); + UNL_Search.hcardCache = new UNL_Search.Cache(); + + //Parse the querystring for q + var qs = location.search.substring(1,location.search.length); + qs = qs.replace(/\+/g, ' '); + var args = qs.split('&'); + for (var i=0;i<args.length;i++) { + var pair = args[i].split('='); + var name = unescape(pair[0]); + if (name == "q") { + if (pair.length == 2) { + UNL_Search.query = unescape(pair[1]) + } else { + UNL_Search.query = ""; + } + break; + } + } + + UNL_Search.websearch = new google.search.WebSearch() + //Apply the Custom Search Engine + UNL_Search.websearch.setSiteRestriction("015236299699564929946:nk1siew10ie"); + UNL_Search.websearch.setResultSetSize(GSearch.LARGE_RESULTSET) + UNL_Search.websearch.setSearchCompleteCallback(UNL_Search, UNL_Search.handleWebResults) + UNL_Search.websearch.setLinkTarget(GSearch.LINK_TARGET_SELF); + + gSearchForm = new GSearchForm(false, document.getElementById("searchform")); + gSearchForm.setOnSubmitCallback(UNL_Search, UNL_Search.doQuery); + gSearchForm.input.value = (UNL_Search.query ? UNL_Search.query : ""); + + // Execute an inital search + if (UNL_Search.query && UNL_Search.query != "") { + UNL_Search.websearch.execute(UNL_Search.query); + UNL_Search.doPeoplefinderQuery(UNL_Search.query); + } +} + +//Attach search initializer to onLoad +google.setOnLoadCallback(searchInit); + + +// +// UNL_Search Namespace +// +if (typeof(UNL_Search) == "undefined") + UNL_Search = {}; + +UNL_Search.query = null; +UNL_Search.websearch = null; +UNL_Search.scrolldelay = null; +UNL_Search.hcardTimeout = null; +UNL_Search.hcardCache = null; +UNL_Search.peoplefinderCache = null; + +//Caching Class +// +UNL_Search.Cache = {}; +UNL_Search.Cache = function() { + this.storage = new Object(); +}; + +UNL_Search.Cache.prototype.save = function(key, data) { + this.storage[key] = data; +}; + +UNL_Search.Cache.prototype.get = function (key) { + var val = null; + + if (this.storage[key] != null) { + val = this.storage[key]; + } + + return val; +}; + +UNL_Search.handleWebResults = function () { + var resultsDIV = document.getElementById("searchcontrol"); + + if (this.websearch.results && this.websearch.results.length > 0) { + resultsDIV.innerHTML = ''; + //var resultHead = '<p>Results <strong>' + (1 + 8 * this.websearch.cursor.currentPageIndex) + '</strong> - <strong>' + (8 + 8 * this.websearch.cursor.currentPageIndex) + '</strong> of about <strong>' + this.websearch.cursor.estimatedResultCount + '</strong> for <em>' + query + '</em></p>'; + //resultsDIV.innerHTML += resultHead; + for (var i = 0; i < this.websearch.results.length; i++) { + if (i % 2 != 0) { + this.websearch.results[i].html.className += " alt"; + } + resultsDIV.appendChild(this.websearch.results[i].html); + } + var nav = document.createElement("div"); + nav.className = "gs-search-nav"; + for (var i = 0; i < this.websearch.cursor.pages.length; i++) { + var pageText = ''; + if (this.websearch.cursor.currentPageIndex != i) { + pageText += '<a onclick="UNL_Search.websearch.gotoPage(' + i + '); UNL_Search.pageScroll(); return false;" href="#">' + this.websearch.cursor.pages[i].label + '</a> '; + } else { + pageText += this.websearch.cursor.pages[i].label + ' '; + } + nav.innerHTML += pageText; + } + nav.innerHTML += '<a href="' + this.websearch.cursor.moreResultsUrl + '">More Results >></a>'; + resultsDIV.appendChild(nav); + } else { + oP = document.createElement("p"); + oP.appendChild(document.createTextNode("No results found.")); + resultsDIV.innerHTML = ''; + resultsDIV.appendChild(oP); + } +}; + +//Automatically, smoothly scrolls the pages back to the top of the results +UNL_Search.pageScroll = function() { + if (getScrollXY()[1] <= 225) { + clearTimeout(this.scrolldelay); + return; + } + + window.scrollBy(0, -15); + scrolldelay = setTimeout(function() { UNL_Search.pageScroll() },10); +}; + +UNL_Search.doPeoplefinderQuery = function (val) { + var cacheData = this.peoplefinderCache.get(val) + if (cacheData) { + this.handlePeoplefinderResults(cacheData); + } else { + var http = new XMLHTTP(); + + http.open("GET", "http://peoplefinder.unl.edu/service.php?q=" + val, true); + var pointer = this; + http.onreadystatechange = function(){ + if (http.readyState == 4) { + if (http.status == 200) { + var data = http.responseText; + pointer.peoplefinderCache.save(val, data); + pointer.handlePeoplefinderResults(data); + } else { + // Error loading file! + } + } + }; + + http.send(null); + } +}; + +UNL_Search.yell = function() { + alert("HELLO WORLD!"); +} + +UNL_Search.handlePeoplefinderResults = function (peoplefinderText) { + var htmlDoc = _b.DOM.cE("div"); + htmlDoc.innerHTML = peoplefinderText; + + var results = htmlDoc.getElementsByTagName("ul"); + + if (results.length > 0) { + var goodResults = _b.DOM.cE("ul"); + + var resultSet = results[0].getElementsByTagName("li"); + var i; + var len = resultSet.length; + for (i = 0; i < 10 && i < len; i++) { + if (i % 2 != 0) { + resultSet[0].className = "ppl_Sresult alt"; + } else { + resultSet[0].className = "ppl_Sresult"; + } + theAs = resultSet[0].getElementsByTagName("a"); + for (var j = 0; j < theAs.length; j++) { + if (theAs[j].href.indexOf("peoplefinder") > -1) { + if (theAs[j].parentNode.nodeName != "LI") { + theAs[j].onclick = function(){ return UNL_Search.showHCard(this.parentNode.parentNode, this.href) }; + } else { + theAs[j].onclick = function(){ return UNL_Search.showHCard(this.parentNode, this.href) }; + } + } + + } + + goodResults.appendChild(resultSet[0]); + + } + document.getElementById("ppl_results").innerHTML = ''; + document.getElementById("ppl_results").appendChild(goodResults); + + if (i < len) { + var div = _b.DOM.cE("div"); + div.style.textAlign = "right"; + div.innerHTML = '<a href="http://peoplefinder.unl.edu/?q=' + this.query + '">More Results >></a></div>'; + document.getElementById("ppl_results").appendChild(div); + } + } else { + document.getElementById("ppl_results").innerHTML = 'No matches found. Would you like to <a href="http://peoplefinder.unl.edu/?adv=y" title="Click here to perform a detailed Peoplefinder search">try a Detailed Search?</a>' + } +}; + +UNL_Search.doQuery = function (form) { + if (form.input.value != "") { + this.query = form.input.value; + this.websearch.execute(form.input.value); + this.doPeoplefinderQuery(form.input.value); + } else { + document.getElementById("searchcontrol").innerHTML = ''; + document.getElementById("ppl_results").innerHTML = ''; + } + + return false; +}; + +UNL_Search.showHCard = function (ele, href) { + var uid = href.substr(href.lastIndexOf("=") + 1); + + var cacheData = this.hcardCache.get(uid) + if (cacheData) { + this.buildHCard(cacheData, ele); + } else { + var http = new XMLHTTP(); + + http.open("GET", "http://peoplefinder.unl.edu/hcards/" + uid, true); + var pointer = this; + http.onreadystatechange = function() { + if (http.readyState == 4) { + if (http.status == 200) { + var data = http.responseText; + + pointer.hcardCache.save(uid, data); + pointer.buildHCard(data, ele); + } else { + // Error loading file! + } + } + }; + + http.send(null); + } + + return false; +}; + +UNL_Search.buildHCard = function (hcardText, ele) { + _b.DOM.remE("peoplePopup"); + this.killHCardTimeout(); + + var div = _b.DOM.cE("div", {id:"peoplePopup", className:"hcardPopup"}); + + var hcorner = _b.DOM.cE("div", {className:"as_corner"}); + var hbar = _b.DOM.cE("div", {className:"as_bar"}); + var header = _b.DOM.cE("div", {className:"as_header"}); + header.appendChild(hcorner); + header.appendChild(hbar); + div.appendChild(header); + + var ul = _b.DOM.cE("ul"); + var theCard = _b.DOM.cE("li"); + theCard.innerHTML = hcardText; + + ul.appendChild(theCard); + div.appendChild(ul); + + var fcorner = _b.DOM.cE("div", {className:"as_corner"}); + var fbar = _b.DOM.cE("div", {className:"as_bar"}); + var footer = _b.DOM.cE("div", {className:"as_footer"}); + footer.appendChild(fcorner); + footer.appendChild(fbar); + div.appendChild(footer); + + var pos = _b.DOM.getPos(ele); + + div.style.left = (pos.x) + "px"; + div.style.top = (pos.y + ele.offsetHeight) + "px"; + + div.style.visibility = "hidden"; + + document.getElementsByTagName("body")[0].appendChild(div); + + div.style.left = (pos.x - div.offsetWidth + 5) + "px"; + div.style.top = (pos.y + ele.offsetHeight / 2 - div.offsetHeight / 2) + "px"; + + div.style.visibility = "visible"; + + div.onmouseover = function(){ UNL_Search.killHCardTimeout() }; + div.onmouseout = function(){ UNL_Search.resetHCardTimeout() }; + + this.hcardTimeout = setTimeout(function() { UNL_Search.clearHCard() }, 5000); +}; + +//Sets up a fader to remove the hcard popup +UNL_Search.clearHCard = function () { + this.killHCardTimeout(); + + var popup = _b.DOM.gE("peoplePopup"); + if (popup) { + var fade = new _b.Fader(popup,1,0,250, function() { _b.DOM.remE("peoplePopup") }); + } +}; + +//Stops the timer for the removal of the hcard popup +UNL_Search.killHCardTimeout = function () { + clearTimeout(this.hcardTimeout); +}; + +//Starts a new timer for the removal of the hcard popup +UNL_Search.resetHCardTimeout = function () { + clearTimeout(this.hcardTimeout); + this.hcardTimeout = setTimeout(function () { UNL_Search.clearHCard() }, 500); +}; diff --git a/sharedcode/140badge.html b/sharedcode/140badge.html new file mode 100644 index 0000000000000000000000000000000000000000..5b51f149654c6231df055c60e7ed25b30cd96249 --- /dev/null +++ b/sharedcode/140badge.html @@ -0,0 +1 @@ +<a href="http://www.unl.edu/ucomm/aboutunl/" title="apply now"><img src="/ucomm/images/140badge.png" alt="140th Birthday" id="badge" /></a> \ No newline at end of file diff --git a/sharedcode/140badge.html.LCK b/sharedcode/140badge.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/140badge.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/sharedcode/AC_QuickTime.js b/sharedcode/AC_QuickTime.js new file mode 100644 index 0000000000000000000000000000000000000000..0a6c53e71a8185b33aea84de758df37c9b53e4ae --- /dev/null +++ b/sharedcode/AC_QuickTime.js @@ -0,0 +1 @@ +/* File: AC_QuickTime.js Abstract: This file contains functions to generate OBJECT and EMBED tags for QuickTime content. Version: <1.1> Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software. In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple's copyrights in this original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated. The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS. IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copyright � 2006 Apple Computer, Inc., All Rights Reserved */ /* * This file contains functions to generate OBJECT and EMBED tags for QuickTime content. */ /************** LOCALIZABLE GLOBAL VARIABLES ****************/ var gArgCountErr = 'The "%%" function requires an even number of arguments.' + '\nArguments should be in the form "atttributeName", "attributeValue", ...'; /******************** END LOCALIZABLE **********************/ var gTagAttrs = null; var gQTGeneratorVersion = 1.0; function AC_QuickTimeVersion() { return gQTGeneratorVersion; } function _QTComplain(callingFcnName, errMsg) { errMsg = errMsg.replace("%%", callingFcnName); alert(errMsg); } function _QTAddAttribute(prefix, slotName, tagName) { var value; value = gTagAttrs[prefix + slotName]; if ( null == value ) value = gTagAttrs[slotName]; if ( null != value ) { if ( 0 == slotName.indexOf(prefix) && (null == tagName) ) tagName = slotName.substring(prefix.length); if ( null == tagName ) tagName = slotName; return tagName + '="' + value + '" '; } else return ""; } function _QTAddObjectAttr(slotName, tagName) { // don't bother if it is only for the embed tag if ( 0 == slotName.indexOf("emb#") ) return ""; if ( 0 == slotName.indexOf("obj#") && (null == tagName) ) tagName = slotName.substring(4); return _QTAddAttribute("obj#", slotName, tagName); } function _QTAddEmbedAttr(slotName, tagName) { // don't bother if it is only for the object tag if ( 0 == slotName.indexOf("obj#") ) return ""; if ( 0 == slotName.indexOf("emb#") && (null == tagName) ) tagName = slotName.substring(4); return _QTAddAttribute("emb#", slotName, tagName); } function _QTAddObjectParam(slotName, generateXHTML) { var paramValue; var paramStr = ""; var endTagChar = (generateXHTML) ? ' />' : '>'; if ( -1 == slotName.indexOf("emb#") ) { // look for the OBJECT-only param first. if there is none, look for a generic one paramValue = gTagAttrs["obj#" + slotName]; if ( null == paramValue ) paramValue = gTagAttrs[slotName]; if ( 0 == slotName.indexOf("obj#") ) slotName = slotName.substring(4); if ( null != paramValue ) paramStr = ' <param name="' + slotName + '" value="' + paramValue + '"' + endTagChar + '\n'; } return paramStr; } function _QTDeleteTagAttrs() { for ( var ndx = 0; ndx < arguments.length; ndx++ ) { var attrName = arguments[ndx]; delete gTagAttrs[attrName]; delete gTagAttrs["emb#" + attrName]; delete gTagAttrs["obj#" + attrName]; } } // generate an embed and object tag, return as a string function _QTGenerate(callingFcnName, generateXHTML, args) { // is the number of optional arguments even? if ( args.length < 4 || (0 != (args.length % 2)) ) { _QTComplain(callingFcnName, gArgCountErr); return ""; } // allocate an array, fill in the required attributes with fixed place params and defaults gTagAttrs = new Array(); gTagAttrs["src"] = args[0]; gTagAttrs["width"] = args[1]; gTagAttrs["height"] = args[2]; gTagAttrs["classid"] = "clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"; //Impportant note: It is recommended that you use this exact classid in order to ensure a seamless experience for all viewers gTagAttrs["pluginspage"] = "http://www.apple.com/quicktime/download/"; // set up codebase attribute with specified or default version before parsing args so // anything passed in will override var activexVers = args[3] if ( (null == activexVers) || ("" == activexVers) ) activexVers = "6,0,2,0"; gTagAttrs["codebase"] = "http://www.apple.com/qtactivex/qtplugin.cab#version=" + activexVers; var attrName, attrValue; // add all of the optional attributes to the array for ( var ndx = 4; ndx < args.length; ndx += 2) { attrName = args[ndx].toLowerCase(); attrValue = args[ndx + 1]; // "name" and "id" should have the same value, the former goes in the embed and the later goes in // the object. use one array slot if ( "name" == attrName || "id" == attrName ) gTagAttrs["name"] = attrValue; else gTagAttrs[attrName] = attrValue; } // init both tags with the required and "special" attributes var objTag = '<object ' + _QTAddObjectAttr("classid") + _QTAddObjectAttr("width") + _QTAddObjectAttr("height") + _QTAddObjectAttr("codebase") + _QTAddObjectAttr("name", "id") + _QTAddObjectAttr("tabindex") + _QTAddObjectAttr("hspace") + _QTAddObjectAttr("vspace") + _QTAddObjectAttr("border") + _QTAddObjectAttr("align") + _QTAddObjectAttr("class") + _QTAddObjectAttr("title") + _QTAddObjectAttr("accesskey") + _QTAddObjectAttr("noexternaldata") + '>\n' + _QTAddObjectParam("src", generateXHTML); var embedTag = ' <embed ' + _QTAddEmbedAttr("src") + _QTAddEmbedAttr("width") + _QTAddEmbedAttr("height") + _QTAddEmbedAttr("pluginspage") + _QTAddEmbedAttr("name") + _QTAddEmbedAttr("align") + _QTAddEmbedAttr("tabindex"); // delete the attributes/params we have already added _QTDeleteTagAttrs("src","width","height","pluginspage","classid","codebase","name","tabindex", "hspace","vspace","border","align","noexternaldata","class","title","accesskey"); // and finally, add all of the remaining attributes to the embed and object for ( var attrName in gTagAttrs ) { attrValue = gTagAttrs[attrName]; if ( null != attrValue ) { embedTag += _QTAddEmbedAttr(attrName); objTag += _QTAddObjectParam(attrName, generateXHTML); } } // end both tags, we're done return objTag + embedTag + '> </em' + 'bed>\n</ob' + 'ject' + '>'; } // return the object/embed as a string function QT_GenerateOBJECTText() { return _QTGenerate("QT_GenerateOBJECTText", false, arguments); } function QT_GenerateOBJECTText_XHTML() { return _QTGenerate("QT_GenerateOBJECTText_XHTML", true, arguments); } function QT_WriteOBJECT() { document.writeln(_QTGenerate("QT_WriteOBJECT", false, arguments)); } function QT_WriteOBJECT_XHTML() { document.writeln(_QTGenerate("QT_WriteOBJECT_XHTML", true, arguments)); } \ No newline at end of file diff --git a/sharedcode/alert.html b/sharedcode/alert.html new file mode 100644 index 0000000000000000000000000000000000000000..cae9eb77dae845fd59afdb15734ff19c79723fc0 --- /dev/null +++ b/sharedcode/alert.html @@ -0,0 +1,39 @@ +<!--comment IN the bits that are needed--> + +<!--open the div--> + +<!-- +<div style="border:2px solid #AF0909; padding: 12px 9px 4px 9px;margin-bottom:9px;">--> + + +<!--headline, opening graf with date info--> +<!-- +<h6>UNL ALERT</h6><h5 style="color:#C60302;"><strong>UNL Closed Due to Ice Storm</strong></h5><p>The University of Nebraska-Lincoln issued the following statement at 5 a.m. Saturday, Dec. 1:</p> +--> + +<!--closing text, general closing, option 1--> +<!-- +<h5 style="color:#C60302;"><strong>UNL Community:</strong></h5> +<p>We are anticipating challenging weather conditions today (Thursday, Dec. 18). The forecast calls for freezing rain beginning late morning and continuing into the afternoon and evening. UNL plans to maintain the existing final exam schedule. Faculty, staff and students are encouraged to give themselves extra time to arrive safely and on time for scheduled exams. UNL maintenance crews will keep the parking lots and walkways as cleared as possible.</p> +<p>- Christine Jackson, Vice Chancellor, Business and Finance</p> + +</div>--> +<!--closing text, partial closing, option 2--> +<!-- +<p>All classes (night classes) nonathletic events and clinics at the University of Nebraska-Lincoln are canceled; however, all other business will be conducted as usual. Therefore, all personnel should report for work.</p> +<p>Other scheduled performing arts or athletic events may not be affected by this announcement. Ticketholders are advised to check with the sponsoring unit of any public event. For contact information, consult <a href="http://events.unl.edu">University of Nebraska-Lincoln Events</a>. The University Health Center, University Libraries, and the Campus Recreation Center maintain their own hours; please call ahead.</p> +--> + +<!--open statement, option 3--> + +<!-- +<h6>CLASSES, EVENTS STILL ON</h6> +<p>Despite some area closings at this time UNL is continuing with classes and activities as scheduled.<br /> +Please check again for further updates and remember to travel carefully.</p></div>--> + +<!--The University of Nebraska-Lincoln is open and all activities will be conducted as usual.--> + + +<!--related link--> +<!-- +<h6><a href="http://bf.unl.edu/bfpolicy/InclementWeather.shtml">INCLEMENT WEATHER POLICY</a></h6></div>--> \ No newline at end of file diff --git a/sharedcode/alert.shtml b/sharedcode/alert.shtml new file mode 100644 index 0000000000000000000000000000000000000000..ef4b03d102131ee85e3bf556f2d37ff85157be65 --- /dev/null +++ b/sharedcode/alert.shtml @@ -0,0 +1,16 @@ +<!--#config timefmt="%Y%m%d%H" --> +<!--#if expr="$DATE_LOCAL < 2011041111" --> +<div style="border:2px solid #AF0909; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 12px 9px 4px 9px;margin-bottom:9px;"> + <!--<span style="font-size: 10px;">Sunday, Jan. 9</span><br />--> + <h5 style="color:#C60302;"><strong>Terrorism Exercise: Shootings at Oldfather Hall; Stay Clear of Area</strong></h5> +<p>At 9:35 a.m., UNL Police received a report of shootings at Oldfather Hall. Please stay clear of the vicinity of Oldfather Hall.</p> +<p><strong>This is a drill only.</strong></p> +</div> +<!--#elif expr="$DATE_LOCAL < 2012020418" --> +<div style="border:2px solid #AF0909; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 12px 9px 4px 9px;margin-bottom:9px;"> + <!--<span style="font-size: 10px;">Sunday, Jan. 9</span><br />--> + <h5 style="color:#C60302;"><strong>UNL Closed Today</strong></h5> + <p>All classes are cancelled and all offices and clinics are closed at the University of Nebraska-Lincoln for Saturday, February 4. Only those individuals required to report during weather closedowns should report to work. Other scheduled performing arts or athletic events may not be affected by this announcement. Ticketholders are advised to check with the sponsoring unit of any public event.</p> +</div> +<!--#else --> +<!--#endif --> \ No newline at end of file diff --git a/sharedcode/alert.shtml.LCK b/sharedcode/alert.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/alert.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/sharedcode/alert_new.shtml b/sharedcode/alert_new.shtml new file mode 100644 index 0000000000000000000000000000000000000000..511bf6fd696d35365aac755d2d88b24d95fef92a --- /dev/null +++ b/sharedcode/alert_new.shtml @@ -0,0 +1,35 @@ +<!--#config timefmt="%Y%m%d%H" --> +<!--#if expr="$DATE_LOCAL < 2008020600" --> + +<!--you can use the preceding conditional to cease displaying the content at a given date and time; the opening line generates a ten-digit string as YYYYMMDDHH, where the hour is two-digit military time. From there, it's a simple matter of creating a static string in the same format for when you'd like the code to be hidden. Note the closing else and endifs at the bottom of this document.--> + +<!--comment IN the bits that are needed--> + +<!--open the div--> + +<div style="border:2px solid #AF0909; padding: 12px 9px 4px 9px;margin-bottom:9px;"> + +<!--headline, opening graf with date info--> + +<h6>UNL ALERT</h6><h5 style="color:#C60302;"><strong>UNL Cancels Classes Starting at 5pm or Later</strong></h5><p>The University of Nebraska-Lincoln issued the following statement at 2:25 p.m. Tuesday, Feb. 5:</p> +<p>All classes scheduled to begin at 5 p.m. or later this evening have been cancelled.</p> +<p>All night classes are cancelled at the University of Nebraska-Lincoln. All personnel should report for work as scheduled. Other scheduled performing arts or athletic events may not be affected by this announcement. Ticketholders are advised to check with the sponsoring unit of any public event.</p> + +<!--general closing, option 1--> +<!-- +<p>All classes (night classes) and events are cancelled and all offices and clinics are closed at the University of Nebraska-Lincoln. Only those individuals required to report during weather closedowns should report to work. Other scheduled performing arts or athletic events may not be affected by this announcement. Ticketholders are advised to check with the sponsoring unit of any public event.</p> +--> + +<!--partial closing, option 2--> +<!-- +<p>All classes (night classes) and events at the University of Nebraska-Lincoln are cancelled; however, all other business will be conducted as usual. Therefore, all personnel should report for work. Other scheduled performing arts or athletic events may not be affected by this announcement. Ticketholders are advised to check with the sponsoring unit of any public event.</p> +--> + +<!--open statement, option 3--> +<!-- <p>The University of Nebraska-Lincoln is open and all activities will be conducted as usual.</p> --> +<!--related link--> +<h6><a href="http://bf.unl.edu/bfpolicy/InclementWeather.shtml">INCLEMENT WEATHER POLICY</a></h6></div> + +<!--#else --> +<!--#endif --> + diff --git a/sharedcode/alert_test.shtml b/sharedcode/alert_test.shtml new file mode 100644 index 0000000000000000000000000000000000000000..a7ad44123b4483567a67865e094e9440766e4b48 --- /dev/null +++ b/sharedcode/alert_test.shtml @@ -0,0 +1,16 @@ +<!--#config timefmt="%Y%m%d%H%M" --> +<!--#if expr="(${DATE_LOCAL} >= 201206090300) && (${DATE_LOCAL} < 201206090400)" --> +<div style="border:2px solid #AF0909; border-radius: 5px; padding: 12px 9px 4px 9px;margin-bottom:9px;"> + <span style="font-size: 10px;">SATURDAY, JUNE 9</span><br /> + <h5 style="color:#C60302;"><strong>Server Testing to Begin at 4 a.m. </strong></h5> +<p>In less than one hour, the University of Nebraska-Lincoln will begin testing the capacity of our web servers to remain responsive in time of crisis. Tests will run from 4 a.m. to 6 a.m. CDT (GMT - 0500). If you have questions, please contact the Call Center at (402) 472-7211.</p> +</div> +<!--#elif expr="(${DATE_LOCAL} >= 201206090400) && (${DATE_LOCAL} <= 201206090600)" --> +<div style="border:2px solid #AF0909; border-radius: 5px; padding: 12px 9px 4px 9px;margin-bottom:9px;"> + <span style="font-size: 10px;">SATURDAY, JUNE 9</span><br /> + <h5 style="color:#C60302;"><strong>UNL Testing Web Server Capacity</strong></h5> + <p>The University of Nebraska-Lincoln is currently testing the capacity of our web servers to remain responsive in time of crisis. This testing is expected to end at 6 a.m. CDT (GMT - 0500). At that point, regular UNL.edu service will resume. This is only a test. There is no emergency at this time. We apologize for any inconvenience. If you have questions, please contact the Call Center at (402) 472-7211.</p> + <p><em>update pushed at 4:00am</em></p> +</div> +<!--#else --> +<!--#endif --> diff --git a/sharedcode/alertnotes.html b/sharedcode/alertnotes.html new file mode 100644 index 0000000000000000000000000000000000000000..e051fd2a6a8d574d01bdd1028bec74f2938b003c --- /dev/null +++ b/sharedcode/alertnotes.html @@ -0,0 +1,37 @@ +<!--commented text below is provided for reference. --> + +<!--closing text, general closing, option 1--> + +<!-- + <p>The official UNL statement from the Inclement Weather Policy, in effect as of 3 p.m. today, follows:</p> + <p>All classes and events are canceled and all offices and clinics are closed at the University of Nebraska-Lincoln. Only those individuals required to report during weather closedowns should report to work. Other scheduled performing arts or athletic events may not be affected by this announcement. Ticketholders are advised to check with the sponsoring unit of any public event.</p> +--> + +<!-- + <p><strong>EVENT CANCELLATIONS</strong>: Tonight's premiere of 'The Santaland Diaries' | Film showings at the Ross | Big Red Singers and Vocal Jazz Ensemble Concert</p> +--> + +<!--closing text, partial closing, option 2--> + +<!-- + <p>All classes (night classes) nonathletic events and clinics at the University of Nebraska-Lincoln are canceled; however, all other business will be conducted as usual. Therefore, all personnel should report for work.</p> + <p>Other scheduled performing arts or athletic events may not be affected by this announcement. Ticketholders are advised to check with the sponsoring unit of any public event. For contact information, consult <a href="http://events.unl.edu">University of Nebraska-Lincoln Events</a>. The University Health Center, University Libraries, and the Campus Recreation Center maintain their own hours; please call ahead.</p> +--> + + + <!--<a href="http://bf.unl.edu/bfpolicy/InclementWeather.shtml" title="read the inclement weather policy at UNL"><img src="/ucomm/images/sa_icon_winterweather.gif" style="float:right; padding:8px;" alt="Severe Winter Weather" /></a>--> + + +<!-- + <h5><strong>CLOSING AT 3P.M.</strong></h5> +--> + + +<!-- + <p>As Lincoln Public Schools has announced that there will be no school on Friday, Jan. 8 due to extreme weather conditions, UNL administration has assessed likely weather and travel conditions for the day. In order to allow faculty and staff with schoolchildren to plan accordingly, at this time, faculty and staff should expect that UNL will be open and all activities will be conducted as usual on Friday. If there are any changes in plans, we'll announce them here on Friday morning.</p> +--> + +<!--related link--> + + <!--<span style="font-size: 10px;"><a href="http://bf.unl.edu/bfpolicy/InclementWeather.shtml" title="read the inclement weather policy at UNL">INCLEMENT WEATHER POLICY</a></span>--> + diff --git a/sharedcode/buildings.js b/sharedcode/buildings.js new file mode 100644 index 0000000000000000000000000000000000000000..cc6ead34570e931c1f007b1f76510d6df7676714 --- /dev/null +++ b/sharedcode/buildings.js @@ -0,0 +1,188 @@ +try { +if (!window.unl) var unl = {}; +unl.buildings = +{ +"buildings":{ +"14PG":{"code":"14PG","name":"14th & Avery Parking Garage","campus":"city","position":{"point":{"latitude":"40.8242912292481","longitude":"-96.7018966674805"},"polygon":{"coordinates":[0,0]}}}, +"17PG":{"code":"17PG","name":"17th & R Parking Garage","campus":"city","position":{"point":{"latitude":"40.8163719177246","longitude":"-96.6960601806641"},"polygon":{"coordinates":[0,0]}}}, +"1820":{"code":"1820","name":"1820 R Street","campus":"city","position":{"point":{"latitude":"40.817512512207","longitude":"-96.6949462890625"},"polygon":{"coordinates":[0,0]}}}, +"19PG":{"code":"19PG","name":"19th and Vine Parking Garage","campus":"city","position":{"point":{"latitude":"40.821496","longitude":"-96.694171"},"polygon":{"coordinates":[0,0]}}}, +"420":{"code":"420","name":"420 University Terrace","campus":"city","position":{"point":{"latitude":"40.8176422119141","longitude":"-96.6969451904297"},"polygon":{"coordinates":[0,0]}}}, +"501":{"code":"501","name":"501 Building","campus":"city","position":{"point":{"latitude":"40.8184700012207","longitude":"-96.7072982788086"},"polygon":{"coordinates":[0,0]}}}, +"900":{"code":"900","name":"900 North 22nd","campus":"city","position":{"point":{"latitude":"40.8226661682129","longitude":"-96.6916885375977"},"polygon":{"coordinates":[0,0]}}}, +"ARH":{"code":"ARH","name":"Abel Hall","campus":"city","position":{"point":{"latitude":"40.8221893310547","longitude":"-96.6960525512695"},"polygon":{"coordinates":[0,0]}}}, +"AB":{"code":"AB","name":"Activities Building","campus":"east","position":{"point":{"latitude":"40.8307609558106","longitude":"-96.6702575683594"},"polygon":{"coordinates":[0,0]}}}, +"ACB":{"code":"ACB","name":"Agricultural Communications Building","campus":"east","position":{"point":{"latitude":"40.8290939331055","longitude":"-96.6684494018555"},"polygon":{"coordinates":[0,0]}}}, +"AGH":{"code":"AGH","name":"Agricultural Hall","campus":"east","position":{"point":{"latitude":"40.8291511535645","longitude":"-96.6693878173828"},"polygon":{"coordinates":[0,0]}}}, +"AHG4":{"code":"AHG4","name":"Agronomy & Horticulture Greenhouse 4","campus":"east","position":{"point":{"latitude":"40.8337631225586","longitude":"-96.6640777587891"},"polygon":{"coordinates":[0,0]}}}, +"AHTL":{"code":"AHTL","name":"Agronomy & Horticulture Outstate Testing Laboratory","campus":"east","position":{"point":{"latitude":"40.8342666625977","longitude":"-96.6675186157227"},"polygon":{"coordinates":[0,0]}}}, +"AHPH":{"code":"AHPH","name":"Agronomy & Horticulture Physiology Building","campus":"east","position":{"point":{"latitude":"40.8345718383789","longitude":"-96.6675338745117"},"polygon":{"coordinates":[0,0]}}}, +"ALEX":{"code":"ALEX","name":"Alexander Building","campus":"city","position":{"point":{"latitude":"40.8161315917969","longitude":"-96.700569152832"},"polygon":{"coordinates":[0,0]}}}, +"ANDN":{"code":"ANDN","name":"Andersen Hall","campus":"city","position":{"point":{"latitude":"40.8152236938477","longitude":"-96.6991271972656"},"polygon":{"coordinates":[0,0]}}}, +"ANDR":{"code":"ANDR","name":"Andrews Hall","campus":"city","position":{"point":{"latitude":"40.8193321228027","longitude":"-96.7017669677735"},"polygon":{"coordinates":[0,0]}}}, +"ANSC":{"code":"ANSC","name":"Animal Science Complex","campus":"east","position":{"point":{"latitude":"40.832332611084","longitude":"-96.6644058227539"},"polygon":{"coordinates":[0,0]}}}, +"ARCH":{"code":"ARCH","name":"Architecture Hall","campus":"city","position":{"point":{"latitude":"40.817497253418","longitude":"-96.7060623168945"},"polygon":{"coordinates":[0,0]}}}, +"AVH":{"code":"AVH","name":"Avery Hall","campus":"city","position":{"point":{"latitude":"40.8193321228027","longitude":"-96.7044067382813"},"polygon":{"coordinates":[0,0]}}}, +"BKC":{"code":"BKC","name":"Barkley Memorial Center","campus":"east","position":{"point":{"latitude":"40.8287734985352","longitude":"-96.6609115600586"},"polygon":{"coordinates":[0,0]}}}, +"BEAD":{"code":"BEAD","name":"Beadle Center","campus":"city","position":{"point":{"latitude":"40.8198966979981","longitude":"-96.6932754516602"},"polygon":{"coordinates":[0,0]}}}, +"BEL":{"code":"BEL","name":"Behlen Laboratory","campus":"city","position":{"point":{"latitude":"40.8180809020996","longitude":"-96.7066192626953"},"polygon":{"coordinates":[0,0]}}}, +"BENH":{"code":"BENH","name":"Benton Hall","campus":"city","position":{"point":{"latitude":"40.8195838928223","longitude":"-96.6989517211914"},"polygon":{"coordinates":[0,0]}}}, +"BESY":{"code":"BESY","name":"Bessey Hall","campus":"city","position":{"point":{"latitude":"40.820011138916","longitude":"-96.7032470703125"},"polygon":{"coordinates":[0,0]}}}, +"BCH":{"code":"BCH","name":"Biochemistry Hall","campus":"east","position":{"point":{"latitude":"40.8301506042481","longitude":"-96.6661148071289"},"polygon":{"coordinates":[0,0]}}}, +"BIOG":{"code":"BIOG","name":"Bioscience Greenhouses","campus":"city","position":{"point":{"latitude":"40.8191680908203","longitude":"-96.6931076049805"},"polygon":{"coordinates":[0,0]}}}, +"BL":{"code":"BL","name":"Brace Laboratory","campus":"city","position":{"point":{"latitude":"40.818000793457","longitude":"-96.7061843872071"},"polygon":{"coordinates":[0,0]}}}, +"BURN":{"code":"BURN","name":"Burnett Hall","campus":"city","position":{"point":{"latitude":"40.8193473815918","longitude":"-96.7031860351563"},"polygon":{"coordinates":[0,0]}}}, +"BRH":{"code":"BRH","name":"Burr Hall","campus":"east","position":{"point":{"latitude":"40.8300094604492","longitude":"-96.6702117919922"},"polygon":{"coordinates":[0,0]}}}, +"BSC":{"code":"BSC","name":"Business Services Complex","campus":"city","position":{"point":{"latitude":"40.8250732421875","longitude":"-96.6957778930664"},"polygon":{"coordinates":[0,0]}}}, +"CYT":{"code":"CYT","name":"C.Y. Thompson Library","campus":"east","position":{"point":{"latitude":"40.8293991088867","longitude":"-96.6661224365235"},"polygon":{"coordinates":[0,0]}}}, +"ADMN":{"code":"ADMN","name":"Canfield Administration Building North","campus":"city","position":{"point":{"latitude":"40.8180503845215","longitude":"-96.7015380859375"},"polygon":{"coordinates":[0,0]}}}, +"ADMS":{"code":"ADMS","name":"Canfield Administration Building South","campus":"city","position":{"point":{"latitude":"40.8176574707031","longitude":"-96.701530456543"},"polygon":{"coordinates":[0,0]}}}, +"CRH":{"code":"CRH","name":"Cather Hall","campus":"city","position":{"point":{"latitude":"40.8191566467285","longitude":"-96.6969146728516"},"polygon":{"coordinates":[0,0]}}}, +"CHA":{"code":"CHA","name":"Chase Hall","campus":"east","position":{"point":{"latitude":"40.8313903808594","longitude":"-96.6689147949219"},"polygon":{"coordinates":[0,0]}}}, +"COL":{"code":"COL","name":"Coliseum","campus":"city","position":{"point":{"latitude":"40.8215560913086","longitude":"-96.7023696899414"},"polygon":{"coordinates":[0,0]}}}, +"CBA":{"code":"CBA","name":"College of Business Administration","campus":"city","position":{"point":{"latitude":"40.8178367614746","longitude":"-96.703353881836"},"polygon":{"coordinates":[0,0]}}}, +"DENT":{"code":"DENT","name":"College of Dentistry","campus":"east","position":{"point":{"latitude":"40.8292922973633","longitude":"-96.6633758544922"},"polygon":{"coordinates":[0,0]}}}, +"GRDN":{"code":"GRDN","name":"Community Garden Shed","campus":"east","position":{"point":{"latitude":"40.8315010070801","longitude":"-96.6585845947266"},"polygon":{"coordinates":[0,0]}}}, +"COOK":{"code":"COOK","name":"Cook Pavilion","campus":"city","position":{"point":{"latitude":"40.8223190307617","longitude":"-96.702133178711"},"polygon":{"coordinates":[0,0]}}}, +"333":{"code":"333","name":"Culture Center","campus":"city","position":{"point":{"latitude":"40.8165054321289","longitude":"-96.7015151977539"},"polygon":{"coordinates":[0,0]}}}, +"DEV":{"code":"DEV","name":"Devaney Sports Center","campus":"city","position":{"point":{"latitude":"40.8302879333496","longitude":"-96.6983032226563"},"polygon":{"coordinates":[0,0]}}}, +"ENTO":{"code":"ENTO","name":"Entomology Hall","campus":"east","position":{"point":{"latitude":"40.8300590515137","longitude":"-96.6684036254883"},"polygon":{"coordinates":[0,0]}}}, +"FMP":{"code":"FMP","name":"Facilities Management & Planning","campus":"city","position":{"point":{"latitude":"40.824178","longitude":"-96.693855"},"polygon":{"coordinates":[0,0]}}}, +"FMS":{"code":"FMS","name":"Facilities Management Shops","campus":"city","position":{"point":{"latitude":"40.8230361938477","longitude":"-96.6894073486328"},"polygon":{"coordinates":[0,0]}}}, +"FAIR":{"code":"FAIR","name":"Fairfield Hall","campus":"city","position":{"point":{"latitude":"40.8192710876465","longitude":"-96.6989517211914"},"polygon":{"coordinates":[0,0]}}}, +"FRC":{"code":"FRC","name":"Family Resource Center","campus":"east","position":{"point":{"latitude":"40.8290328979492","longitude":"-96.6699752807617"},"polygon":{"coordinates":[0,0]}}}, +"FRH":{"code":"FRH","name":"Fedde Hall","campus":"east","position":{"point":{"latitude":"40.8292961120606","longitude":"-96.6700973510742"},"polygon":{"coordinates":[0,0]}}}, +"FYH":{"code":"FYH","name":"Filley Hall","campus":"east","position":{"point":{"latitude":"40.8288879394531","longitude":"-96.6674118041992"},"polygon":{"coordinates":[0,0]}}}, +"FOOD":{"code":"FOOD","name":"Food Industry Complex","campus":"east","position":{"point":{"latitude":"40.8289489746094","longitude":"-96.6669616699219"},"polygon":{"coordinates":[0,0]}}}, +"FORL":{"code":"FORL","name":"Forage Research laboratory - USDA","campus":"east","position":{"point":{"latitude":"40.830753326416","longitude":"-96.6645202636719"},"polygon":{"coordinates":[0,0]}}}, +"FORS":{"code":"FORS","name":"Forestry Hall","campus":"east","position":{"point":{"latitude":"40.830803","longitude":"-96.667175"},"polygon":{"coordinates":[0,0]}}}, +"HAH":{"code":"HAH","name":"Hamilton Hall","campus":"city","position":{"point":{"latitude":"40.8186988830566","longitude":"-96.7044525146484"},"polygon":{"coordinates":[0,0]}}}, +"HARH":{"code":"HARH","name":"Hardin Hall","campus":"east","position":{"point":{"latitude":"40.8288879394531","longitude":"-96.6719360351562"},"polygon":{"coordinates":[0,0]}}}, +"HRH":{"code":"HRH","name":"Harper Hall","campus":"city","position":{"point":{"latitude":"40.8253173828125","longitude":"-96.6996459960938"},"polygon":{"coordinates":[0,0]}}}, +"HCC":{"code":"HCC","name":"Hawks Championship Center","campus":"city","position":{"point":{"latitude":"40.8227729797363","longitude":"-96.7048110961914"},"polygon":{"coordinates":[0,0]}}}, +"HAYB":{"code":"HAYB","name":"Haymarket Park Baseball Stadium Complex","campus":"lincoln","position":{"point":{"latitude":"40.822998046875","longitude":"-96.7134323120117"},"polygon":{"coordinates":[0,0]}}}, +"HAYS":{"code":"HAYS","name":"Haymarket Park Softball Stadium Complex","campus":"lincoln","position":{"point":{"latitude":"40.8242073059082","longitude":"-96.7145156860352"},"polygon":{"coordinates":[0,0]}}}, +"HENZ":{"code":"HENZ","name":"Henzlik Hall","campus":"city","position":{"point":{"latitude":"40.8211174011231","longitude":"-96.7002182006836"},"polygon":{"coordinates":[0,0]}}}, +"HEPP":{"code":"HEPP","name":"Heppner Hall","campus":"city","position":{"point":{"latitude":"40.8190383911133","longitude":"-96.6973342895508"},"polygon":{"coordinates":[0,0]}}}, +"HEWP":{"code":"HEWP","name":"Hewit Place","campus":"lincoln","position":{"point":{"latitude":"40.8156623840332","longitude":"-96.7043533325195"},"polygon":{"coordinates":[0,0]}}}, +"HECO":{"code":"HECO","name":"Home Economics Building","campus":"east","position":{"point":{"latitude":"40.8300590515137","longitude":"-96.6694412231445"},"polygon":{"coordinates":[0,0]}}}, +"HUSK":{"code":"HUSK","name":"Husker Hall","campus":"city","position":{"point":{"latitude":"40.8200874328613","longitude":"-96.6883697509766"},"polygon":{"coordinates":[0,0]}}}, +"IMPS":{"code":"IMPS","name":"Implement Outstate Storage Building","campus":"east","position":{"point":{"latitude":"40.8342704772949","longitude":"-96.6678543090821"},"polygon":{"coordinates":[0,0]}}}, +"INSB":{"code":"INSB","name":"Insectary Building","campus":"east","position":{"point":{"latitude":"40.8314666748047","longitude":"-96.6644821166992"},"polygon":{"coordinates":[0,0]}}}, +"GAUN":{"code":"GAUN","name":"Jackie Gaughan Multicultural Center","campus":"city","position":{"point":{"latitude":"40.817807","longitude":"-96.699721"},"polygon":{"coordinates":[0,0]}}}, +"JH":{"code":"JH","name":"Jorgensen Hall","campus":"city","position":{"point":{"latitude":"40.821862","longitude":"-96.69849"},"polygon":{"coordinates":[0,0]}}}, +"KAUF":{"code":"KAUF","name":"Kauffman Academic Residential Center","campus":"city","position":{"point":{"latitude":"40.8194618225098","longitude":"-96.7003936767578"},"polygon":{"coordinates":[0,0]}}}, +"KEIM":{"code":"KEIM","name":"Keim Hall","campus":"east","position":{"point":{"latitude":"40.8307571411133","longitude":"-96.6661529541016"},"polygon":{"coordinates":[0,0]}}}, +"KCR":{"code":"KCR","name":"Kiesselbach Crops Research Laboratory","campus":"east","position":{"point":{"latitude":"40.8313217163086","longitude":"-96.6674499511719"},"polygon":{"coordinates":[0,0]}}}, +"KRH":{"code":"KRH","name":"Kimball Recital Hall","campus":"city","position":{"point":{"latitude":"40.8166351318359","longitude":"-96.7050094604492"},"polygon":{"coordinates":[0,0]}}}, +"LAND":{"code":"LAND","name":"Landscape Services","campus":"city","position":{"point":{"latitude":"40.8272018432617","longitude":"-96.696029663086"},"polygon":{"coordinates":[0,0]}}}, +"LSEC":{"code":"LSEC","name":"Landscape Services East Campus","campus":"east","position":{"point":{"latitude":"40.8338356018066","longitude":"-96.6691055297852"},"polygon":{"coordinates":[0,0]}}}, +"LSQ":{"code":"LSQ","name":"Landscape Services Quonset","campus":"east","position":{"point":{"latitude":"40.8338012695313","longitude":"-96.6688079833985"},"polygon":{"coordinates":[0,0]}}}, +"LTM":{"code":"LTM","name":"Larsen tractor Museum","campus":"east","position":{"point":{"latitude":"40.8321228027344","longitude":"-96.6686172485352"},"polygon":{"coordinates":[0,0]}}}, +"LEV":{"code":"LEV","name":"Leverton Hall","campus":"east","position":{"point":{"latitude":"40.8307762145996","longitude":"-96.6693878173828"},"polygon":{"coordinates":[0,0]}}}, +"LIED":{"code":"LIED","name":"Lied Center for Performing Arts","campus":"city","position":{"point":{"latitude":"40.816276550293","longitude":"-96.7045135498047"},"polygon":{"coordinates":[0,0]}}}, +"LOVH":{"code":"LOVH","name":"Love Hall","campus":"city","position":{"point":{"latitude":"40.8190422058105","longitude":"-96.6977767944336"},"polygon":{"coordinates":[0,0]}}}, +"LLN":{"code":"LLN","name":"Love Library North & Link","campus":"city","position":{"point":{"latitude":"40.8185997009277","longitude":"-96.7025222778321"},"polygon":{"coordinates":[0,0]}}}, +"LLS":{"code":"LLS","name":"Love Library South","campus":"city","position":{"point":{"latitude":"40.8178253173828","longitude":"-96.7024536132812"},"polygon":{"coordinates":[0,0]}}}, +"LRH":{"code":"LRH","name":"Love Memorial Hall","campus":"east","position":{"point":{"latitude":"40.8288269042969","longitude":"-96.6705551147461"},"polygon":{"coordinates":[0,0]}}}, +"MABL":{"code":"MABL","name":"Mabel Lee Hall","campus":"city","position":{"point":{"latitude":"40.8218002319336","longitude":"-96.7008209228516"},"polygon":{"coordinates":[0,0]}}}, +"MANT":{"code":"MANT","name":"Manter Hall","campus":"city","position":{"point":{"latitude":"40.8188743591309","longitude":"-96.7051773071289"},"polygon":{"coordinates":[0,0]}}}, +"RVB":{"code":"RVB","name":"Mary Riepma Ross Media Arts Center-Van Brunt Visitors Center","campus":"city","position":{"point":{"latitude":"40.8164901733398","longitude":"-96.7030792236328"},"polygon":{"coordinates":[0,0]}}}, +"LAW":{"code":"LAW","name":"McCollum Hall","campus":"east","position":{"point":{"latitude":"40.8308067321777","longitude":"-96.6602630615235"},"polygon":{"coordinates":[0,0]}}}, +"MEMS":{"code":"MEMS","name":"Memorial Stadium","campus":"city","position":{"point":{"latitude":"40.8206329345703","longitude":"-96.7056427001953"},"polygon":{"coordinates":[0,0]}}}, +"MILH":{"code":"MILH","name":"Miller Hall","campus":"east","position":{"point":{"latitude":"40.8298797607422","longitude":"-96.6671295166016"},"polygon":{"coordinates":[0,0]}}}, +"MORR":{"code":"MORR","name":"Morrill Hall","campus":"city","position":{"point":{"latitude":"40.8199157714844","longitude":"-96.7017669677735"},"polygon":{"coordinates":[0,0]}}}, +"MOLR":{"code":"MOLR","name":"Morrison Center","campus":"east","position":{"point":{"latitude":"40.831833","longitude":"-96.659163"},"polygon":{"coordinates":[0,0]}}}, +"MUSH":{"code":"MUSH","name":"Mussehl Hall","campus":"east","position":{"point":{"latitude":"40.8318862915039","longitude":"-96.6659317016602"},"polygon":{"coordinates":[0,0]}}}, +"NAC":{"code":"NAC","name":"National Agroforestry Center - USDA","campus":"east","position":{"point":{"latitude":"40.8326835632324","longitude":"-96.6662750244141"},"polygon":{"coordinates":[0,0]}}}, +"NRRA":{"code":"NRRA","name":"Natural Resources Research Annex","campus":"east","position":{"point":{"latitude":"40.834441","longitude":"-96.664941"},"polygon":{"coordinates":[0,0]}}}, +"NECH":{"code":"NECH","name":"Nebraska Champions Club","campus":"city","position":{"point":{"latitude":"40.8211212158203","longitude":"-96.7074508666992"},"polygon":{"coordinates":[0,0]}}}, +"NEU":{"code":"NEU","name":"Nebraska East Union","campus":"east","position":{"point":{"latitude":"40.8301773071289","longitude":"-96.6675796508789"},"polygon":{"coordinates":[0,0]}}}, +"NH":{"code":"NH","name":"Nebraska Hall","campus":"city","position":{"point":{"latitude":"40.8230819702148","longitude":"-96.6975402832031"},"polygon":{"coordinates":[0,0]}}}, +"NU":{"code":"NU","name":"Nebraska Union","campus":"city","position":{"point":{"latitude":"40.8177871704102","longitude":"-96.7003707885742"},"polygon":{"coordinates":[0,0]}}}, +"NRC":{"code":"NRC","name":"Neihardt Residence Center","campus":"city","position":{"point":{"latitude":"40.8186492919922","longitude":"-96.6975631713867"},"polygon":{"coordinates":[0,0]}}}, +"OLDH":{"code":"OLDH","name":"Oldfather Hall","campus":"city","position":{"point":{"latitude":"40.8197021484375","longitude":"-96.7032699584961"},"polygon":{"coordinates":[0,0]}}}, +"MSTD":{"code":"MSTD","name":"Osborne Athletic Complex","campus":"city","position":{"point":{"latitude":"40.8216552734375","longitude":"-96.7056579589844"},"polygon":{"coordinates":[0,0]}}}, +"OTHM":{"code":"OTHM","name":"Othmer Hall","campus":"city","position":{"point":{"latitude":"40.8212776184082","longitude":"-96.6973724365234"},"polygon":{"coordinates":[0,0]}}}, +"PA":{"code":"PA","name":"Pershing Armory","campus":"lincoln","position":{"point":{"latitude":"40.8330345153809","longitude":"-96.6722412109375"},"polygon":{"coordinates":[0,0]}}}, +"PM":{"code":"PM","name":"Pershing Maintenance","campus":"lincoln","position":{"point":{"latitude":"40.8335342407227","longitude":"-96.6716613769531"},"polygon":{"coordinates":[0,0]}}}, +"M&N":{"code":"M&N","name":"Pershing Military & Naval Science Building","campus":"city","position":{"point":{"latitude":"40.8213920593262","longitude":"-96.7016372680664"},"polygon":{"coordinates":[0,0]}}}, +"PIPH":{"code":"PIPH","name":"Piper Hall","campus":"city","position":{"point":{"latitude":"40.8182716369629","longitude":"-96.6977386474609"},"polygon":{"coordinates":[0,0]}}}, +"PPG":{"code":"PPG","name":"Plant Pathology Greenhouse","campus":"east","position":{"point":{"latitude":"40.8344573974609","longitude":"-96.6635131835938"},"polygon":{"coordinates":[0,0]}}}, +"PSTG":{"code":"PSTG","name":"Plant Science Teaching Greenhouse","campus":"east","position":{"point":{"latitude":"40.8314361572266","longitude":"-96.6648101806641"},"polygon":{"coordinates":[0,0]}}}, +"PLSH":{"code":"PLSH","name":"Plant Sciences Hall","campus":"east","position":{"point":{"latitude":"40.8311958312988","longitude":"-96.6661529541016"},"polygon":{"coordinates":[0,0]}}}, +"PRH":{"code":"PRH","name":"Pound Hall","campus":"city","position":{"point":{"latitude":"40.8181838989258","longitude":"-96.6969223022461"},"polygon":{"coordinates":[0,0]}}}, +"QSC":{"code":"QSC","name":"Quilt Center","campus":"east","position":{"point":{"latitude":"40.828373","longitude":"-96.673282"},"polygon":{"coordinates":[0,0]}}}, +"RH":{"code":"RH","name":"Richards Hall","campus":"city","position":{"point":{"latitude":"40.8186988830566","longitude":"-96.7063140869141"},"polygon":{"coordinates":[0,0]}}}, +"SZRH":{"code":"SZRH","name":"Sandoz Hall","campus":"city","position":{"point":{"latitude":"40.8214340209961","longitude":"-96.6955108642578"},"polygon":{"coordinates":[0,0]}}}, +"CREC":{"code":"CREC","name":"Sapp Recreation Facility","campus":"city","position":{"point":{"latitude":"40.8219299316406","longitude":"-96.7023696899414"},"polygon":{"coordinates":[0,0]}}}, +"SHOR":{"code":"SHOR","name":"Schorr Center","campus":"city","position":{"point":{"latitude":"40.819517","longitude":"-96.705697"},"polygon":{"coordinates":[0,0]}}}, +"SCRH":{"code":"SCRH","name":"Schramm Hall","campus":"city","position":{"point":{"latitude":"40.8248519897461","longitude":"-96.6992797851562"},"polygon":{"coordinates":[0,0]}}}, +"SEC":{"code":"SEC","name":"Scott Engineering Center","campus":"city","position":{"point":{"latitude":"40.8220748901367","longitude":"-96.6976013183594"},"polygon":{"coordinates":[0,0]}}}, +"SLNK":{"code":"SLNK","name":"Scott Engineering Center Link","campus":"city","position":{"point":{"latitude":"40.822527","longitude":"-96.697849"},"polygon":{"coordinates":[0,0]}}}, +"SEH":{"code":"SEH","name":"Seaton Hall","campus":"city","position":{"point":{"latitude":"40.819751739502","longitude":"-96.6993103027344"},"polygon":{"coordinates":[0,0]}}}, +"SELD":{"code":"SELD","name":"Selleck Quad Building D","campus":"city","position":{"point":{"latitude":"40.818617","longitude":"-96.698943"},"polygon":{"coordinates":[0,0]}}}, +"SELE":{"code":"SELE","name":"Selleck Quad Building E","campus":"city","position":{"point":{"latitude":"40.818174","longitude":"-96.698957"},"polygon":{"coordinates":[0,0]}}}, +"SELF":{"code":"SELF","name":"Selleck Quad Building F","campus":"city","position":{"point":{"latitude":"40.81817","longitude":"-96.699311"},"polygon":{"coordinates":[0,0]}}}, +"SELG":{"code":"SELG","name":"Selleck Quad Building G","campus":"city","position":{"point":{"latitude":"40.81832","longitude":"-96.699792"},"polygon":{"coordinates":[0,0]}}}, +"SELH":{"code":"SELH","name":"Selleck Quad Building H","campus":"city","position":{"point":{"latitude":"40.818552","longitude":"-96.699799"},"polygon":{"coordinates":[0,0]}}}, +"SELJ":{"code":"SELJ","name":"Selleck Quad Building J","campus":"city","position":{"point":{"latitude":"40.818991","longitude":"-96.699805"},"polygon":{"coordinates":[0,0]}}}, +"SELK":{"code":"SELK","name":"Selleck Quad Building K","campus":"city","position":{"point":{"latitude":"40.819513","longitude":"-96.699796"},"polygon":{"coordinates":[0,0]}}}, +"SELL":{"code":"SELL","name":"Selleck Quad Building L - Food Service","campus":"city","position":{"point":{"latitude":"40.818987","longitude":"-96.699375"},"polygon":{"coordinates":[0,0]}}}, +"SELQ":{"code":"SELQ","name":"Selleck Quadrangle","campus":"city","position":{"point":{"latitude":"40.8189735412598","longitude":"-96.6996994018555"},"polygon":{"coordinates":[0,0]}}}, +"SERV":{"code":"SERV","name":"Service Shed","campus":"city","position":{"point":{"latitude":"40.8319358825684","longitude":"-96.668197631836"},"polygon":{"coordinates":[0,0]}}}, +"SEW":{"code":"SEW","name":"Sewage Sterilization Plant","campus":"east","position":{"point":{"latitude":"40.8328437805176","longitude":"-96.6597671508789"},"polygon":{"coordinates":[0,0]}}}, +"SHEL":{"code":"SHEL","name":"Sheldon Museum of Art","campus":"city","position":{"point":{"latitude":"40.8175506591797","longitude":"-96.7044525146484"},"polygon":{"coordinates":[0,0]}}}, +"SMRH":{"code":"SMRH","name":"Smith Hall","campus":"city","position":{"point":{"latitude":"40.8246917724609","longitude":"-96.7001113891602"},"polygon":{"coordinates":[0,0]}}}, +"SPL":{"code":"SPL","name":"Splinter Laboratories","campus":"east","position":{"point":{"latitude":"40.8326606750488","longitude":"-96.6693649291992"},"polygon":{"coordinates":[0,0]}}}, +"SDPG":{"code":"SDPG","name":"Stadium Drive Parking Garage","campus":"city","position":{"point":{"latitude":"40.819761","longitude":"-96.707422"},"polygon":{"coordinates":[0,0]}}}, +"CDL":{"code":"CDL","name":"Staples Child Development Laboratory","campus":"east","position":{"point":{"latitude":"40.8313941955566","longitude":"-96.6700897216797"},"polygon":{"coordinates":[0,0]}}}, +"SSL":{"code":"SSL","name":"Stewart Seed Laboratory","campus":"east","position":{"point":{"latitude":"40.8345146179199","longitude":"-96.6663513183594"},"polygon":{"coordinates":[0,0]}}}, +"TEAC":{"code":"TEAC","name":"Teachers College Hall","campus":"city","position":{"point":{"latitude":"40.8213424682617","longitude":"-96.7003555297852"},"polygon":{"coordinates":[0,0]}}}, +"TGW":{"code":"TGW","name":"Teaching Greenhouse West","campus":"east","position":{"point":{"latitude":"40.830924987793","longitude":"-96.6652221679688"},"polygon":{"coordinates":[0,0]}}}, +"TEMP":{"code":"TEMP","name":"Temple Building","campus":"city","position":{"point":{"latitude":"40.8165855407715","longitude":"-96.703483581543"},"polygon":{"coordinates":[0,0]}}}, +"TELC":{"code":"TELC","name":"Terry M. Carpenter Telecommunications Center","campus":"east","position":{"point":{"latitude":"40.8310966491699","longitude":"-96.672119140625"},"polygon":{"coordinates":[0,0]}}}, +"TDS":{"code":"TDS","name":"Textile Design Studio","campus":"east","position":{"point":{"latitude":"40.8288230895996","longitude":"-96.6700210571289"},"polygon":{"coordinates":[0,0]}}}, +"CORT":{"code":"CORT","name":"The Courtyards","campus":"city","position":{"point":{"latitude":"40.8200263977051","longitude":"-96.6970520019531"},"polygon":{"coordinates":[0,0]}}}, +"KNOL":{"code":"KNOL","name":"The Robert E. Knoll Residential Center","campus":"city","position":{"point":{"latitude":"40.817628","longitude":"-96.696113"},"polygon":{"coordinates":[0,0]}}}, +"VILL":{"code":"VILL","name":"The Village","campus":"city","position":{"point":{"latitude":"40.8240852355957","longitude":"-96.6991653442383"},"polygon":{"coordinates":[0,0]}}}, +"UNLCU":{"code":"UNLCU","name":"UNL Credit Union","campus":"city","position":{"point":{"latitude":"40.8160591125488","longitude":"-96.6973876953125"},"polygon":{"coordinates":[0,0]}}}, +"UHC":{"code":"UHC","name":"University Health Center","campus":"city","position":{"point":{"latitude":"40.8202285766602","longitude":"-96.6991958618164"},"polygon":{"coordinates":[0,0]}}}, +"UHOF":{"code":"UHOF","name":"University Housing Office","campus":"city","position":{"point":{"latitude":"40.8248481750488","longitude":"-96.6987762451172"},"polygon":{"coordinates":[0,0]}}}, +"UPAA":{"code":"UPAA","name":"University Park Apartments A","campus":"east","position":{"point":{"latitude":"40.8291282653809","longitude":"-96.6604309082031"},"polygon":{"coordinates":[0,0]}}}, +"UPAB":{"code":"UPAB","name":"University Park Apartments B","campus":"east","position":{"point":{"latitude":"40.8287963867188","longitude":"-96.6603393554688"},"polygon":{"coordinates":[0,0]}}}, +"UPAC":{"code":"UPAC","name":"University Park Apartments C","campus":"east","position":{"point":{"latitude":"40.8283958435059","longitude":"-96.6603698730469"},"polygon":{"coordinates":[0,0]}}}, +"UPAD":{"code":"UPAD","name":"University Park Apartments D","campus":"east","position":{"point":{"latitude":"40.8285026550293","longitude":"-96.6598739624024"},"polygon":{"coordinates":[0,0]}}}, +"CCUP":{"code":"CCUP","name":"Utility Plant, City Campus","campus":"city","position":{"point":{"latitude":"40.8227920532227","longitude":"-96.7019577026367"},"polygon":{"coordinates":[0,0]}}}, +"ECUP":{"code":"ECUP","name":"Utility Plant, East Campus","campus":"east","position":{"point":{"latitude":"40.8325271606445","longitude":"-96.6681289672852"},"polygon":{"coordinates":[0,0]}}}, +"VARH":{"code":"VARH","name":"Varner Hall","campus":"lincoln","position":{"point":{"latitude":"40.8275184631348","longitude":"-96.6652221679688"},"polygon":{"coordinates":[0,0]}}}, +"VDC":{"code":"VDC","name":"Veterinary Diagnostic Building","campus":"east","position":{"point":{"latitude":"40.8323287963867","longitude":"-96.6601409912109"},"polygon":{"coordinates":[0,0]}}}, +"VBS":{"code":"VBS","name":"Veterinary Medicine and Biomedical Sciences Hall","campus":"east","position":{"point":{"latitude":"40.8321723937988","longitude":"-96.6607208251953"},"polygon":{"coordinates":[0,0]}}}, +"2222":{"code":"2222","name":"Vine Street Apartments West","campus":"city","position":{"point":{"latitude":"40.8210029602051","longitude":"-96.6882019042969"},"polygon":{"coordinates":[0,0]}}}, +"WL":{"code":"WL","name":"Water Sciences Laboratory","campus":"east","position":{"point":{"latitude":"40.830940246582","longitude":"-96.6671295166016"},"polygon":{"coordinates":[0,0]}}}, +"WAT":{"code":"WAT","name":"Watson Building","campus":"city","position":{"point":{"latitude":"40.8260116577148","longitude":"-96.6970062255859"},"polygon":{"coordinates":[0,0]}}}, +"WELC":{"code":"WELC","name":"Welpton Courtroom Building","campus":"east","position":{"point":{"latitude":"40.8312339782715","longitude":"-96.6606826782227"},"polygon":{"coordinates":[0,0]}}}, +"WMB":{"code":"WMB","name":"Westbrook Music Building","campus":"city","position":{"point":{"latitude":"40.8169288635254","longitude":"-96.7058258056641"},"polygon":{"coordinates":[0,0]}}}, +"WHIT":{"code":"WHIT","name":"Whittier Building","campus":"city","position":{"point":{"latitude":"40.8220252990723","longitude":"-96.6892929077149"},"polygon":{"coordinates":[0,0]}}}, +"WICK":{"code":"WICK","name":"Wick Alumni Center","campus":"city","position":{"point":{"latitude":"40.8172950744629","longitude":"-96.6990280151367"},"polygon":{"coordinates":[0,0]}}}, +"WAB":{"code":"WAB","name":"Woods Art Building","campus":"city","position":{"point":{"latitude":"40.8178367614746","longitude":"-96.7050857543945"},"polygon":{"coordinates":[0,0]}}} +}}; + + +(function($) { + $(document).ready(function(){ + $(".location").each(function(){ + var locationName = this.childNodes[0].nodeValue.toUpperCase(); + var locationCode = ""; + for (var i in unl.buildings.buildings) { + if (unl.buildings.buildings[i].name.toUpperCase().indexOf(locationName) >-1) + locationCode = i; + } + + if (locationCode != "") { + this.innerHTML = '<a href="http://maps.unl.edu/' + locationCode + '">' + this.innerHTML + '</a>'; + } + }); + }); +})(WDN.jQuery) +} catch (e) {} diff --git a/sharedcode/buildings.js.php b/sharedcode/buildings.js.php new file mode 100644 index 0000000000000000000000000000000000000000..f799e7386cc4fe3d9a82d841e58e1663c462025c --- /dev/null +++ b/sharedcode/buildings.js.php @@ -0,0 +1,43 @@ +<?php +/** + * Use this file to regenerate the building link parsing code. + * $ php buildings.js.php + */ +ob_start(); +?> +try { +if (!window.unl) var unl = {}; +unl.buildings = +<?php + +$data = @file_get_contents('http://maps.unl.edu/?view=buildings&format=json'); + +if (false === $data) { + exit(); +} + +echo $data; + +?>; + + +(function($) { + $(document).ready(function(){ + $(".location").each(function(){ + var locationName = this.childNodes[0].nodeValue.toUpperCase(); + var locationCode = ""; + for (var i in unl.buildings.buildings) { + if (unl.buildings.buildings[i].name.toUpperCase().indexOf(locationName) >-1) + locationCode = i; + } + + if (locationCode != "") { + this.innerHTML = '<a href="http://maps.unl.edu/' + locationCode + '">' + this.innerHTML + '</a>'; + } + }); + }); +})(WDN.jQuery) +} catch (e) {} +<?php +$c = ob_get_clean(); +file_put_contents(dirname(__FILE__).'/buildings.js', $c); diff --git a/sharedcode/css/3.1.css b/sharedcode/css/3.1.css new file mode 100644 index 0000000000000000000000000000000000000000..3f923567e4f10da7e6d0acc27899abb67d75fafa --- /dev/null +++ b/sharedcode/css/3.1.css @@ -0,0 +1 @@ +@import "http://fonts.googleapis.com/css?family=Karla:700,400";#maincontent p{font-size:1.1em;line-height:1.6em}#maincontent .heading{font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700}#maincontent .stripe{text-align:center;text-transform:uppercase}#maincontent .stripe.triad{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);border-bottom:2px solid #a7cee5;color:#153345}#maincontent .stripe.manilla{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);border-bottom:2px solid #e5dca7;color:#453e15}#maincontent .stripe.neutral{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#ebebeb 1%,#ebebeb 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#ebebeb 1%,#ebebeb 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#ebebeb 1%,#ebebeb 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#ebebeb 1%,#ebebeb 2%);border-bottom:2px solid #c2c2c2;color:#292929}#maincontent .highlight{font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700}#maincontent .horizontal_separator{background:url('images/horizontal_separator.png') no-repeat bottom left;padding-bottom:25px;background-size:100%;margin-bottom:25px}#maincontent .horizontal_separator.paper{background:url('images/horizontal_separator_white.jpg') bottom left no-repeat,url('images/paper_texture.jpg');background-size:100%,auto}#maincontent .paper{background:url('images/paper_texture.jpg') repeat 0 0}#maincontent .coa{border-radius:5px 5px 5px 5px;background:#919191;background:-moz-linear-gradient(top,#919191 0,#9e9e9e 12%,#ababab 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#919191),color-stop(12%,#9e9e9e),color-stop(100%,#ababab));background:-webkit-linear-gradient(top,#919191 0,#ababab 12%,#c4c4c4 100%);background:-o-linear-gradient(top,#919191 0,#9e9e9e 12%,#ababab 100%);background:-ms-linear-gradient(top,#919191 0,#9e9e9e 12%,#ababab 100%);background:linear-gradient(top,#919191 0,#9e9e9e 12%,#ababab 100%);border:2px solid #b7b7b7;box-shadow:inset 0 0 8px 0 rgba(145,145,145,0.8);-webkit-box-shadow:inset 0 0 8px 0 rgba(145,145,145,0.8);color:#111;text-shadow:0 1px 0 #d1d1d1;position:relative;padding:12px 90px 12px 25px;font-size:1.125em;display:inline-block;text-align:left}#maincontent .coa span{font-size:1.5em;font-weight:bold;color:#fff;display:block;text-shadow:0 -1px 0 #6b6b6b;text-transform:uppercase;white-space:nowrap}#maincontent .coa:before{background:url('images/coa_arrow_right.png') no-repeat center;width:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:-9999em;height:100%;position:absolute;right:0;top:0;content:'';border-left:2px solid #b7b7b7;box-shadow:inset 0 0 15px 0 rgba(120,120,120,0.8);-webkit-box-shadow:inset 0 0 15px 0 rgba(120,120,120,0.8)}#maincontent .coa:hover{background:#9e9e9e;background:-moz-linear-gradient(top,#9e9e9e 0,#ababab 12%,#b7b7b7 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9e9e9e),color-stop(12%,#ababab),color-stop(100%,#b7b7b7));background:-webkit-linear-gradient(top,#9e9e9e 0,#b7b7b7 12%,#d1d1d1 100%);background:-o-linear-gradient(top,#9e9e9e 0,#ababab 12%,#b7b7b7 100%);background:-ms-linear-gradient(top,#9e9e9e 0,#ababab 12%,#b7b7b7 100%);background:linear-gradient(top,#9e9e9e 0,#ababab 12%,#b7b7b7 100%);color:#2b2b2b}#maincontent .coa.half{font-size:.75em;padding:10px 55px 10px 20px;margin:0}#maincontent .coa.half:before{background-size:50% 50%;width:35px}#maincontent .coa.complementary{border-radius:5px 5px 5px 5px;background:#6fbf4d;background:-moz-linear-gradient(top,#6fbf4d 0,#7ec660 12%,#8dcc73 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#6fbf4d),color-stop(12%,#7ec660),color-stop(100%,#8dcc73));background:-webkit-linear-gradient(top,#6fbf4d 0,#8dcc73 12%,#acda98 100%);background:-o-linear-gradient(top,#6fbf4d 0,#7ec660 12%,#8dcc73 100%);background:-ms-linear-gradient(top,#6fbf4d 0,#7ec660 12%,#8dcc73 100%);background:linear-gradient(top,#6fbf4d 0,#7ec660 12%,#8dcc73 100%);border:2px solid #9dd385;box-shadow:inset 0 0 8px 0 rgba(111,191,77,0.8);-webkit-box-shadow:inset 0 0 8px 0 rgba(111,191,77,0.8);color:#050a03;text-shadow:0 1px 0 #bbe1ab;position:relative;padding:12px 90px 12px 25px;font-size:1.125em;display:inline-block;text-align:left}#maincontent .coa.complementary span{font-size:1.5em;font-weight:bold;color:#fff;display:block;text-shadow:0 -1px 0 #4e8d33;text-transform:uppercase;white-space:nowrap}#maincontent .coa.complementary:before{background:url('images/coa_arrow_right.png') no-repeat center;width:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:-9999em;height:100%;position:absolute;right:0;top:0;content:'';border-left:2px solid #9dd385;box-shadow:inset 0 0 15px 0 rgba(88,160,57,0.8);-webkit-box-shadow:inset 0 0 15px 0 rgba(88,160,57,0.8)}#maincontent .coa.complementary:hover{background:#7ec660;background:-moz-linear-gradient(top,#7ec660 0,#8dcc73 12%,#9dd385 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7ec660),color-stop(12%,#8dcc73),color-stop(100%,#9dd385));background:-webkit-linear-gradient(top,#7ec660 0,#9dd385 12%,#bbe1ab 100%);background:-o-linear-gradient(top,#7ec660 0,#8dcc73 12%,#9dd385 100%);background:-ms-linear-gradient(top,#7ec660 0,#8dcc73 12%,#9dd385 100%);background:linear-gradient(top,#7ec660 0,#8dcc73 12%,#9dd385 100%);color:#1a2f11}#maincontent .coa.complementary.half{font-size:.75em;padding:10px 55px 10px 20px;margin:0}#maincontent .coa.complementary.half:before{background-size:50% 50%;width:35px}#maincontent .coa.triad{border-radius:5px 5px 5px 5px;background:#2c6d94;background:-moz-linear-gradient(top,#2c6d94 0,#327ca8 12%,#378bbc 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2c6d94),color-stop(12%,#327ca8),color-stop(100%,#378bbc));background:-webkit-linear-gradient(top,#2c6d94 0,#378bbc 12%,#58a2ce 100%);background:-o-linear-gradient(top,#2c6d94 0,#327ca8 12%,#378bbc 100%);background:-ms-linear-gradient(top,#2c6d94 0,#327ca8 12%,#378bbc 100%);background:linear-gradient(top,#2c6d94 0,#327ca8 12%,#378bbc 100%);border:2px solid #4597c8;box-shadow:inset 0 0 8px 0 rgba(44,109,148,0.8);-webkit-box-shadow:inset 0 0 8px 0 rgba(44,109,148,0.8);color:#000;text-shadow:0 1px 0 #6cadd4;position:relative;padding:12px 90px 12px 25px;font-size:1.125em;display:inline-block;text-align:left}#maincontent .coa.triad span{font-size:1.5em;font-weight:bold;color:#e2eff6;display:block;text-shadow:0 -1px 0 #1a4259;text-transform:uppercase;white-space:nowrap}#maincontent .coa.triad:before{background:url('images/coa_arrow_right_triad.png') no-repeat center;width:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:-9999em;height:100%;position:absolute;right:0;top:0;content:'';border-left:2px solid #4597c8;box-shadow:inset 0 0 15px 0 rgba(32,80,109,0.8);-webkit-box-shadow:inset 0 0 15px 0 rgba(32,80,109,0.8)}#maincontent .coa.triad:hover{background:#327ca8;background:-moz-linear-gradient(top,#327ca8 0,#378bbc 12%,#4597c8 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#327ca8),color-stop(12%,#378bbc),color-stop(100%,#4597c8));background:-webkit-linear-gradient(top,#327ca8 0,#4597c8 12%,#6cadd4 100%);background:-o-linear-gradient(top,#327ca8 0,#378bbc 12%,#4597c8 100%);background:-ms-linear-gradient(top,#327ca8 0,#378bbc 12%,#4597c8 100%);background:linear-gradient(top,#327ca8 0,#378bbc 12%,#4597c8 100%);color:#000}#maincontent .coa.triad.half{font-size:.75em;padding:10px 55px 10px 20px;margin:0}#maincontent .coa.triad.half:before{background-size:50% 50%;width:35px}#maincontent .slider ul{list-style:none;margin:0;padding:0;line-height:0}#maincontent .full{width:100%}#maincontent .last_half.text_support{margin-top:2em}#maincontent .first_half p,#maincontent .last_half p{font-size:1em;line-height:1.4em}#maincontent .center{text-align:center}#maincontent .coa{margin:1.5em}#maincontent figure{line-height:0;text-align:center}#maincontent .wdn_image_swap{width:100%;max-width:100%}#maincontent .stats{margin:1em 0 0 0;padding:0;list-style-type:none}#maincontent .stats li{display:inline-block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;line-height:1}#maincontent .stats.three li{width:30%;margin-left:5%}#maincontent .stats.three li:first-child{margin-left:0}#maincontent .stats .stat{font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700;font-weight:700;font-size:3em;display:block}#maincontent .stats:after{content:'';clear:both;display:block}.paper{position:relative}.paper:before{position:absolute;width:100%;height:44px;content:'';bottom:100%;background:url('images/paper_torn_top.png') repeat-x top left}#ugrad_main{margin-top:-20px;display:inline-block;width:100%}#action_steps h2{font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700;text-transform:uppercase;text-align:right;color:#888;text-shadow:0 -1px 1px #fff;margin-right:5px}#action_steps ul{list-style-type:none;margin:0;padding:5px}#action_steps ul li{background:url('images/action_step_tab.png') right no-repeat,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:url('images/action_step_tab.png') right no-repeat,-moz-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-moz-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab.png') right no-repeat,-webkit-gradient(linear,left top,right top,color-stop(71%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.7)));background:url('images/action_step_tab.png') right no-repeat,-webkit-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab.png') right no-repeat,-o-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-o-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab.png') right no-repeat,-ms-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-ms-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab.png') right no-repeat,linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);-moz-background-clip:padding-box,padding-box,border-box;-webkit-background-clip:padding-box,padding-box,border-box;background-clip:padding-box,padding-box,border-box;-webkit-background-origin:padding-box,padding-box,border-box;-moz-background-origin:padding-box,padding-box,border-box;-ms-background-origin:padding-box,padding-box,border-box;background-origin:padding-box,padding-box,border-box;margin-bottom:3px;border-style:solid;border-color:transparent;border-width:3px 3px 3px 0;border-radius:0 3px 3px 0;-webkit-box-shadow:3px 0 6px -3px rgba(140,140,140,0.5);box-shadow:3px 0 6px -3px rgba(140,140,140,0.5)}#action_steps ul li:hover{background:url('images/action_step_tab_hover.png') right no-repeat,-moz-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-moz-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab_hover.png') right no-repeat,-webkit-gradient(linear,left top,right top,color-stop(71%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.7)));background:url('images/action_step_tab_hover.png') right no-repeat,-webkit-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab_hover.png') right no-repeat,-o-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-o-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab_hover.png') right no-repeat,-ms-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-ms-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab_hover.png') right no-repeat,linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background-clip:padding-box,padding-box,border-box;background-origin:padding-box,padding-box,border-box;-webkit-box-shadow:5px 0 6px -1px rgba(140,140,140,0.5);box-shadow:5px 0 6px -1px rgba(140,140,140,0.5)}#action_steps ul li a{display:block;padding:5px 20px 5px 65px;min-height:68px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#action_steps ul li#majors a{background:url('images/li_majors.png') no-repeat 5px 0}#action_steps ul li#visit a{background:url('images/li_visit.png') no-repeat 5px 0}#action_steps ul li#apply a{background:url('images/li_apply.png') no-repeat 5px 0}#action_steps ul li#costs a{background:url('images/li_cost.png') no-repeat 5px 0}#action_steps a{color:#535353}#action_steps a .highlight{display:block;color:#617d94;font-size:1.5em;line-height:1.2em}#action_steps a:hover{color:#617d94}.csstransforms #ugrad_main #action_steps{position:relative}.csstransforms #ugrad_main #action_steps h2{position:absolute;top:.7em;left:-0.7em;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;margin:8em 0 0 8px;background:#c4c4c4;background:#cbcbcb;background:-moz-linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbcbcb),color-stop(100%,rgba(241,241,241,0.4)));background:-webkit-linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);background:-o-linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);background:-ms-linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);background:linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);padding:.1em .3em;line-height:1;color:#8b8b8b;border-radius:3px 3px 0 0}#mailing_list{background:url('images/paper_texture_green.jpg');padding:1em;clear:both;margin-bottom:2em}#mailing_list legend{color:#fff;text-shadow:-1px -1px 0 #478436;font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700;font-size:1.3em;padding-bottom:.5em}#mailing_list ol{list-style-type:none;padding:0;margin:0}#mailing_list ol li{width:48%;max-width:48%;float:left;margin-bottom:1em}#mailing_list label{display:block;color:#073c02;font-size:85%}#mailing_list select{width:98%;max-width:98%;border:1px solid #073c02}#mailing_list input[type=submit]{color:#fff;background:#073c02;border-radius:3px;border-width:0;cursor:pointer}#grad_studies{margin-bottom:25px}.stripe+.full{margin-top:2em}.tabbed{position:relative;z-index:1}.tabbed img{width:100%}.tabbed.top_left:before{position:absolute;content:'';width:54px;height:54px;top:-8px;left:-8px;background:url('images/figure_top_left.png')}.tabbed.top_right:before{position:absolute;content:'';width:54px;height:54px;top:-8px;right:-8px;background:url('images/figure_top_right.png')}.tabbed.bottom_left:after{position:absolute;content:'';width:54px;height:54px;bottom:-8px;left:-8px;background:url('images/figure_bottom_left.png')}.tabbed.bottom_right:after{position:absolute;content:'';width:54px;height:54px;bottom:-8px;right:-8px;background:url('images/figure_bottom_right.png')}.tabbed.bottom_right,.tabbed.bottom_left{margin-bottom:10px}.tabbed.curl:after{content:'';z-index:-1;position:absolute;bottom:19px;right:11px;width:70%;max-width:300px;max-height:100px;height:55%;box-shadow:0 10px 24px rgba(0,0,0,0.4);-webkit-box-shadow:0 10px 24px rgba(0,0,0,0.4);-webkit-transform:skew(15deg) rotate(6deg);-moz-transform:skew(15deg) rotate(6deg);-ms-transform:skew(15deg) rotate(6deg);-o-transform:skew(15deg) rotate(6deg);transform:skew(15deg) rotate(6deg)}.paper .full .tabbed.top_right:before{background:url('images/figure_top_right_paper.png')}@media(min-width:600px){#ugrad_main{margin-top:-40px}#action_steps h2{margin-right:1em}#action_steps ul{margin:0 1em 2em 1em;display:inline-block}#action_steps ul li{width:48%;float:left;margin-bottom:2em}#action_steps ul li:nth-child(even){float:right}#international{clear:both}#maincontent .full{display:inline-block}#maincontent .full .first_half{width:49%;margin-right:2%;float:left}#maincontent .full .first_half .stripe{margin-right:-5%}#maincontent .full .last_half{width:49%;float:right}#maincontent .full .last_half .stripe{margin-left:-5%}#maincontent .full .text_support{margin-top:2em}#maincontent #international .text_support{margin-top:5em}#maincontent .coa{margin:3em}}@media(min-width:768px){#ugrad_main{margin-top:-60px}.paper:before{width:75%;left:25%}#mailing_list{float:left;width:25%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;clear:left;padding-top:2em;position:relative}#mailing_list:before{position:absolute;width:100%;background:url('images/paper_torn_top_green.png') repeat-x top right;content:'';right:0;top:-44px;height:50px}#mailing_list .highlight{display:block;font-size:1.3em;line-height:1.2em}#mailing_list ol li{width:100%;float:none;max-width:100%}#mailing_list input[type=submit]{float:right}#action_steps{float:right;width:73%}#action_steps ul li{width:46%;display:inline-block;margin-bottom:2em}#action_steps ul li:nth-child(even){margin-left:4%}#international{margin-bottom:2em}}@media(min-width:960px){#ugrad_main{margin-top:-80px}} \ No newline at end of file diff --git a/sharedcode/css/ie_mq.css b/sharedcode/css/ie_mq.css new file mode 100644 index 0000000000000000000000000000000000000000..cf0cc630bb3d0cda0aabdc3dd636892989ae893a --- /dev/null +++ b/sharedcode/css/ie_mq.css @@ -0,0 +1 @@ +@import "http://fonts.googleapis.com/css?family=Karla:700,400";#maincontent p{font-size:1.1em;line-height:1.6em}#maincontent .heading{font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700}#maincontent .stripe{text-align:center;text-transform:uppercase}#maincontent .stripe.triad{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#eef5fa 1%,#eef5fa 2%);border-bottom:2px solid #a7cee5;color:#153345}#maincontent .stripe.manilla{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#f6f3e2 1%,#f6f3e2 2%);border-bottom:2px solid #e5dca7;color:#453e15}#maincontent .stripe.neutral{background-image:-ms-repeating-linear-gradient(45deg,transparent,transparent 1%,#ebebeb 1%,#ebebeb 2%);background-image:-moz-repeating-linear-gradient(45deg,transparent,transparent 1%,#ebebeb 1%,#ebebeb 2%);background-image:-webkit-repeating-linear-gradient(45deg,transparent,transparent 1%,#ebebeb 1%,#ebebeb 2%);background-image:repeating-linear-gradient(45deg,transparent,transparent 1%,#ebebeb 1%,#ebebeb 2%);border-bottom:2px solid #c2c2c2;color:#292929}#maincontent .highlight{font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700}#maincontent .horizontal_separator{background:url('images/horizontal_separator.png') no-repeat bottom left;padding-bottom:25px;background-size:100%;margin-bottom:25px}#maincontent .horizontal_separator.paper{background:url('images/horizontal_separator_white.jpg') bottom left no-repeat,url('images/paper_texture.jpg');background-size:100%,auto}#maincontent .paper{background:url('images/paper_texture.jpg') repeat 0 0}#maincontent .coa{border-radius:5px 5px 5px 5px;background:#919191;background:-moz-linear-gradient(top,#919191 0,#9e9e9e 12%,#ababab 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#919191),color-stop(12%,#9e9e9e),color-stop(100%,#ababab));background:-webkit-linear-gradient(top,#919191 0,#ababab 12%,#c4c4c4 100%);background:-o-linear-gradient(top,#919191 0,#9e9e9e 12%,#ababab 100%);background:-ms-linear-gradient(top,#919191 0,#9e9e9e 12%,#ababab 100%);background:linear-gradient(top,#919191 0,#9e9e9e 12%,#ababab 100%);border:2px solid #b7b7b7;box-shadow:inset 0 0 8px 0 rgba(145,145,145,0.8);-webkit-box-shadow:inset 0 0 8px 0 rgba(145,145,145,0.8);color:#111;text-shadow:0 1px 0 #d1d1d1;position:relative;padding:12px 90px 12px 25px;font-size:1.125em;display:inline-block;text-align:left}#maincontent .coa span{font-size:1.5em;font-weight:bold;color:#fff;display:block;text-shadow:0 -1px 0 #6b6b6b;text-transform:uppercase;white-space:nowrap}#maincontent .coa:before{background:url('images/coa_arrow_right.png') no-repeat center;width:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:-9999em;height:100%;position:absolute;right:0;top:0;content:'';border-left:2px solid #b7b7b7;box-shadow:inset 0 0 15px 0 rgba(120,120,120,0.8);-webkit-box-shadow:inset 0 0 15px 0 rgba(120,120,120,0.8)}#maincontent .coa:hover{background:#9e9e9e;background:-moz-linear-gradient(top,#9e9e9e 0,#ababab 12%,#b7b7b7 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9e9e9e),color-stop(12%,#ababab),color-stop(100%,#b7b7b7));background:-webkit-linear-gradient(top,#9e9e9e 0,#b7b7b7 12%,#d1d1d1 100%);background:-o-linear-gradient(top,#9e9e9e 0,#ababab 12%,#b7b7b7 100%);background:-ms-linear-gradient(top,#9e9e9e 0,#ababab 12%,#b7b7b7 100%);background:linear-gradient(top,#9e9e9e 0,#ababab 12%,#b7b7b7 100%);color:#2b2b2b}#maincontent .coa.half{font-size:.75em;padding:10px 55px 10px 20px;margin:0}#maincontent .coa.half:before{background-size:50% 50%;width:35px}#maincontent .coa.complementary{border-radius:5px 5px 5px 5px;background:#6fbf4d;background:-moz-linear-gradient(top,#6fbf4d 0,#7ec660 12%,#8dcc73 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#6fbf4d),color-stop(12%,#7ec660),color-stop(100%,#8dcc73));background:-webkit-linear-gradient(top,#6fbf4d 0,#8dcc73 12%,#acda98 100%);background:-o-linear-gradient(top,#6fbf4d 0,#7ec660 12%,#8dcc73 100%);background:-ms-linear-gradient(top,#6fbf4d 0,#7ec660 12%,#8dcc73 100%);background:linear-gradient(top,#6fbf4d 0,#7ec660 12%,#8dcc73 100%);border:2px solid #9dd385;box-shadow:inset 0 0 8px 0 rgba(111,191,77,0.8);-webkit-box-shadow:inset 0 0 8px 0 rgba(111,191,77,0.8);color:#050a03;text-shadow:0 1px 0 #bbe1ab;position:relative;padding:12px 90px 12px 25px;font-size:1.125em;display:inline-block;text-align:left}#maincontent .coa.complementary span{font-size:1.5em;font-weight:bold;color:#fff;display:block;text-shadow:0 -1px 0 #4e8d33;text-transform:uppercase;white-space:nowrap}#maincontent .coa.complementary:before{background:url('images/coa_arrow_right.png') no-repeat center;width:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:-9999em;height:100%;position:absolute;right:0;top:0;content:'';border-left:2px solid #9dd385;box-shadow:inset 0 0 15px 0 rgba(88,160,57,0.8);-webkit-box-shadow:inset 0 0 15px 0 rgba(88,160,57,0.8)}#maincontent .coa.complementary:hover{background:#7ec660;background:-moz-linear-gradient(top,#7ec660 0,#8dcc73 12%,#9dd385 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7ec660),color-stop(12%,#8dcc73),color-stop(100%,#9dd385));background:-webkit-linear-gradient(top,#7ec660 0,#9dd385 12%,#bbe1ab 100%);background:-o-linear-gradient(top,#7ec660 0,#8dcc73 12%,#9dd385 100%);background:-ms-linear-gradient(top,#7ec660 0,#8dcc73 12%,#9dd385 100%);background:linear-gradient(top,#7ec660 0,#8dcc73 12%,#9dd385 100%);color:#1a2f11}#maincontent .coa.complementary.half{font-size:.75em;padding:10px 55px 10px 20px;margin:0}#maincontent .coa.complementary.half:before{background-size:50% 50%;width:35px}#maincontent .coa.triad{border-radius:5px 5px 5px 5px;background:#2c6d94;background:-moz-linear-gradient(top,#2c6d94 0,#327ca8 12%,#378bbc 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2c6d94),color-stop(12%,#327ca8),color-stop(100%,#378bbc));background:-webkit-linear-gradient(top,#2c6d94 0,#378bbc 12%,#58a2ce 100%);background:-o-linear-gradient(top,#2c6d94 0,#327ca8 12%,#378bbc 100%);background:-ms-linear-gradient(top,#2c6d94 0,#327ca8 12%,#378bbc 100%);background:linear-gradient(top,#2c6d94 0,#327ca8 12%,#378bbc 100%);border:2px solid #4597c8;box-shadow:inset 0 0 8px 0 rgba(44,109,148,0.8);-webkit-box-shadow:inset 0 0 8px 0 rgba(44,109,148,0.8);color:#000;text-shadow:0 1px 0 #6cadd4;position:relative;padding:12px 90px 12px 25px;font-size:1.125em;display:inline-block;text-align:left}#maincontent .coa.triad span{font-size:1.5em;font-weight:bold;color:#e2eff6;display:block;text-shadow:0 -1px 0 #1a4259;text-transform:uppercase;white-space:nowrap}#maincontent .coa.triad:before{background:url('images/coa_arrow_right_triad.png') no-repeat center;width:70px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:-9999em;height:100%;position:absolute;right:0;top:0;content:'';border-left:2px solid #4597c8;box-shadow:inset 0 0 15px 0 rgba(32,80,109,0.8);-webkit-box-shadow:inset 0 0 15px 0 rgba(32,80,109,0.8)}#maincontent .coa.triad:hover{background:#327ca8;background:-moz-linear-gradient(top,#327ca8 0,#378bbc 12%,#4597c8 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#327ca8),color-stop(12%,#378bbc),color-stop(100%,#4597c8));background:-webkit-linear-gradient(top,#327ca8 0,#4597c8 12%,#6cadd4 100%);background:-o-linear-gradient(top,#327ca8 0,#378bbc 12%,#4597c8 100%);background:-ms-linear-gradient(top,#327ca8 0,#378bbc 12%,#4597c8 100%);background:linear-gradient(top,#327ca8 0,#378bbc 12%,#4597c8 100%);color:#000}#maincontent .coa.triad.half{font-size:.75em;padding:10px 55px 10px 20px;margin:0}#maincontent .coa.triad.half:before{background-size:50% 50%;width:35px}#maincontent .slider ul{list-style:none;margin:0;padding:0;line-height:0}#maincontent .full{width:100%}#maincontent .last_half.text_support{margin-top:2em}#maincontent .first_half p,#maincontent .last_half p{font-size:1em;line-height:1.4em}#maincontent .center{text-align:center}#maincontent .coa{margin:1.5em}#maincontent figure{line-height:0;text-align:center}#maincontent .wdn_image_swap{width:100%;max-width:100%}#maincontent .stats{margin:1em 0 0 0;padding:0;list-style-type:none}#maincontent .stats li{display:inline-block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;line-height:1}#maincontent .stats.three li{width:30%;margin-left:5%}#maincontent .stats.three li:first-child{margin-left:0}#maincontent .stats .stat{font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700;font-weight:700;font-size:3em;display:block}#maincontent .stats:after{content:'';clear:both;display:block}.paper{position:relative}.paper:before{position:absolute;width:100%;height:44px;content:'';bottom:100%;background:url('images/paper_torn_top.png') repeat-x top left}#ugrad_main{margin-top:-20px;display:inline-block;width:100%}#action_steps h2{font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700;text-transform:uppercase;text-align:right;color:#888;text-shadow:0 -1px 1px #fff;margin-right:5px}#action_steps ul{list-style-type:none;margin:0;padding:5px}#action_steps ul li{background:url('images/action_step_tab.png') right no-repeat,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:url('images/action_step_tab.png') right no-repeat,-moz-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-moz-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab.png') right no-repeat,-webkit-gradient(linear,left top,right top,color-stop(71%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.7)));background:url('images/action_step_tab.png') right no-repeat,-webkit-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab.png') right no-repeat,-o-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-o-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab.png') right no-repeat,-ms-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-ms-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab.png') right no-repeat,linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);-moz-background-clip:padding-box,padding-box,border-box;-webkit-background-clip:padding-box,padding-box,border-box;background-clip:padding-box,padding-box,border-box;-webkit-background-origin:padding-box,padding-box,border-box;-moz-background-origin:padding-box,padding-box,border-box;-ms-background-origin:padding-box,padding-box,border-box;background-origin:padding-box,padding-box,border-box;margin-bottom:3px;border-style:solid;border-color:transparent;border-width:3px 3px 3px 0;border-radius:0 3px 3px 0;-webkit-box-shadow:3px 0 6px -3px rgba(140,140,140,0.5);box-shadow:3px 0 6px -3px rgba(140,140,140,0.5)}#action_steps ul li:hover{background:url('images/action_step_tab_hover.png') right no-repeat,-moz-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-moz-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab_hover.png') right no-repeat,-webkit-gradient(linear,left top,right top,color-stop(71%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.7)));background:url('images/action_step_tab_hover.png') right no-repeat,-webkit-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-webkit-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab_hover.png') right no-repeat,-o-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-o-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab_hover.png') right no-repeat,-ms-linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),-ms-linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background:url('images/action_step_tab_hover.png') right no-repeat,linear-gradient(left,rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%),linear-gradient(left,rgba(255,255,255,0) 80%,#fff 90%,#fff 100%);background-clip:padding-box,padding-box,border-box;background-origin:padding-box,padding-box,border-box;-webkit-box-shadow:5px 0 6px -1px rgba(140,140,140,0.5);box-shadow:5px 0 6px -1px rgba(140,140,140,0.5)}#action_steps ul li a{display:block;padding:5px 20px 5px 65px;min-height:68px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#action_steps ul li#majors a{background:url('images/li_majors.png') no-repeat 5px 0}#action_steps ul li#visit a{background:url('images/li_visit.png') no-repeat 5px 0}#action_steps ul li#apply a{background:url('images/li_apply.png') no-repeat 5px 0}#action_steps ul li#costs a{background:url('images/li_cost.png') no-repeat 5px 0}#action_steps a{color:#535353}#action_steps a .highlight{display:block;color:#617d94;font-size:1.5em;line-height:1.2em}#action_steps a:hover{color:#617d94}.csstransforms #ugrad_main #action_steps{position:relative}.csstransforms #ugrad_main #action_steps h2{position:absolute;top:.7em;left:-0.7em;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;margin:8em 0 0 8px;background:#c4c4c4;background:#cbcbcb;background:-moz-linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbcbcb),color-stop(100%,rgba(241,241,241,0.4)));background:-webkit-linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);background:-o-linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);background:-ms-linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);background:linear-gradient(top,#cbcbcb 0,rgba(241,241,241,0.4) 100%);padding:.1em .3em;line-height:1;color:#8b8b8b;border-radius:3px 3px 0 0}#mailing_list{background:url('images/paper_texture_green.jpg');padding:1em;clear:both;margin-bottom:2em}#mailing_list legend{color:#fff;text-shadow:-1px -1px 0 #478436;font-family:'Karla',Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;letter-spacing:-0.075em;font-weight:700;font-size:1.3em;padding-bottom:.5em}#mailing_list ol{list-style-type:none;padding:0;margin:0}#mailing_list ol li{width:48%;max-width:48%;float:left;margin-bottom:1em}#mailing_list label{display:block;color:#073c02;font-size:85%}#mailing_list select{width:98%;max-width:98%;border:1px solid #073c02}#mailing_list input[type=submit]{color:#fff;background:#073c02;border-radius:3px;border-width:0;cursor:pointer}#grad_studies{margin-bottom:25px}.stripe+.full{margin-top:2em}.tabbed{position:relative;z-index:1}.tabbed img{width:100%}.tabbed.top_left:before{position:absolute;content:'';width:54px;height:54px;top:-8px;left:-8px;background:url('images/figure_top_left.png')}.tabbed.top_right:before{position:absolute;content:'';width:54px;height:54px;top:-8px;right:-8px;background:url('images/figure_top_right.png')}.tabbed.bottom_left:after{position:absolute;content:'';width:54px;height:54px;bottom:-8px;left:-8px;background:url('images/figure_bottom_left.png')}.tabbed.bottom_right:after{position:absolute;content:'';width:54px;height:54px;bottom:-8px;right:-8px;background:url('images/figure_bottom_right.png')}.tabbed.bottom_right,.tabbed.bottom_left{margin-bottom:10px}.tabbed.curl:after{content:'';z-index:-1;position:absolute;bottom:19px;right:11px;width:70%;max-width:300px;max-height:100px;height:55%;box-shadow:0 10px 24px rgba(0,0,0,0.4);-webkit-box-shadow:0 10px 24px rgba(0,0,0,0.4);-webkit-transform:skew(15deg) rotate(6deg);-moz-transform:skew(15deg) rotate(6deg);-ms-transform:skew(15deg) rotate(6deg);-o-transform:skew(15deg) rotate(6deg);transform:skew(15deg) rotate(6deg)}.paper .full .tabbed.top_right:before{background:url('images/figure_top_right_paper.png')}@media(min-width:600px){#ugrad_main{margin-top:-40px}#action_steps h2{margin-right:1em}#action_steps ul{margin:0 1em 2em 1em;display:inline-block}#action_steps ul li{width:48%;float:left;margin-bottom:2em}#action_steps ul li:nth-child(even){float:right}#international{clear:both}#maincontent .full{display:inline-block}#maincontent .full .first_half{width:49%;margin-right:2%;float:left}#maincontent .full .first_half .stripe{margin-right:-5%}#maincontent .full .last_half{width:49%;float:right}#maincontent .full .last_half .stripe{margin-left:-5%}#maincontent .full .text_support{margin-top:2em}#maincontent #international .text_support{margin-top:5em}#maincontent .coa{margin:3em}}@media(min-width:768px){#ugrad_main{margin-top:-60px}.paper:before{width:75%;left:25%}#mailing_list{float:left;width:25%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;clear:left;padding-top:2em;position:relative}#mailing_list:before{position:absolute;width:100%;background:url('images/paper_torn_top_green.png') repeat-x top right;content:'';right:0;top:-44px;height:50px}#mailing_list .highlight{display:block;font-size:1.3em;line-height:1.2em}#mailing_list ol li{width:100%;float:none;max-width:100%}#mailing_list input[type=submit]{float:right}#action_steps{float:right;width:73%}#action_steps ul li{width:46%;display:inline-block;margin-bottom:2em}#action_steps ul li:nth-child(even){margin-left:4%}#international{margin-bottom:2em}}@media(min-width:960px){#ugrad_main{margin-top:-80px}}.ie8 #ugrad_main{margin-top:-40px}.ie8 #action_steps h2{margin-right:1em}.ie8 #action_steps ul{margin:0 1em 2em 1em;display:inline-block}.ie8 #action_steps ul li{width:48%;float:left;margin-bottom:2em}.ie8 #action_steps ul li:nth-child(even){float:right}.ie8 #international{clear:both}.ie8 #maincontent .full{display:inline-block}.ie8 #maincontent .full .first_half{width:49%;margin-right:2%;float:left}.ie8 #maincontent .full .first_half .stripe{margin-right:-5%}.ie8 #maincontent .full .last_half{width:49%;float:right}.ie8 #maincontent .full .last_half .stripe{margin-left:-5%}.ie8 #maincontent .full .text_support{margin-top:2em}.ie8 #maincontent #international .text_support{margin-top:5em}.ie8 #maincontent .coa{margin:3em}.ie8 #ugrad_main{margin-top:-60px}.ie8 .paper:before{width:75%;left:25%}.ie8 #mailing_list{float:left;width:25%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;clear:left;padding-top:2em;position:relative}.ie8 #mailing_list:before{position:absolute;width:100%;background:url('images/paper_torn_top_green.png') repeat-x top right;content:'';right:0;top:-44px;height:50px}.ie8 #mailing_list .highlight{display:block;font-size:1.3em;line-height:1.2em}.ie8 #mailing_list ol li{width:100%;float:none;max-width:100%}.ie8 #mailing_list input[type=submit]{float:right}.ie8 #action_steps{float:right;width:73%}.ie8 #action_steps ul li{width:46%;display:inline-block;margin-bottom:2em}.ie8 #action_steps ul li:nth-child(even){margin-left:4%}.ie8 #international{margin-bottom:2em}.ie8 #ugrad_main{margin-top:-80px} \ No newline at end of file diff --git a/sharedcode/css/images/3.1.spritesheet.png b/sharedcode/css/images/3.1.spritesheet.png new file mode 100644 index 0000000000000000000000000000000000000000..b93259d633fb9757714691ae9b4259ccfa5c5251 Binary files /dev/null and b/sharedcode/css/images/3.1.spritesheet.png differ diff --git a/sharedcode/css/images/action_step_tab.png b/sharedcode/css/images/action_step_tab.png new file mode 100644 index 0000000000000000000000000000000000000000..16b7599677a171a10ffc789cedf6c5e297476bbd Binary files /dev/null and b/sharedcode/css/images/action_step_tab.png differ diff --git a/sharedcode/css/images/action_step_tab_hover.png b/sharedcode/css/images/action_step_tab_hover.png new file mode 100644 index 0000000000000000000000000000000000000000..7d83abed038f8c411378915b8ca319cfc39b44e4 Binary files /dev/null and b/sharedcode/css/images/action_step_tab_hover.png differ diff --git a/sharedcode/css/images/coa_arrow_right.png b/sharedcode/css/images/coa_arrow_right.png new file mode 100644 index 0000000000000000000000000000000000000000..d75b16b821585b9fcaaeb82e1e1fb0766c519b10 Binary files /dev/null and b/sharedcode/css/images/coa_arrow_right.png differ diff --git a/sharedcode/css/images/coa_arrow_right_complimentary.png b/sharedcode/css/images/coa_arrow_right_complimentary.png new file mode 100644 index 0000000000000000000000000000000000000000..1cab1691f5e77caf4b1d7bae9ac9343723122465 Binary files /dev/null and b/sharedcode/css/images/coa_arrow_right_complimentary.png differ diff --git a/sharedcode/css/images/coa_arrow_right_triad.png b/sharedcode/css/images/coa_arrow_right_triad.png new file mode 100644 index 0000000000000000000000000000000000000000..c81f82177acd0a6687472bd08e385636158715c5 Binary files /dev/null and b/sharedcode/css/images/coa_arrow_right_triad.png differ diff --git a/sharedcode/css/images/figure_bottom_left.png b/sharedcode/css/images/figure_bottom_left.png new file mode 100644 index 0000000000000000000000000000000000000000..9404a9f5401503c2f4d512a9f6e9886b452fef11 Binary files /dev/null and b/sharedcode/css/images/figure_bottom_left.png differ diff --git a/sharedcode/css/images/figure_bottom_right.png b/sharedcode/css/images/figure_bottom_right.png new file mode 100644 index 0000000000000000000000000000000000000000..d4d9476fdb3d9909866f54a0d9e6462c5dae2bc8 Binary files /dev/null and b/sharedcode/css/images/figure_bottom_right.png differ diff --git a/sharedcode/css/images/figure_top_left.png b/sharedcode/css/images/figure_top_left.png new file mode 100644 index 0000000000000000000000000000000000000000..1e2c9895b78614d6a80137ddec032b16f3dc9874 Binary files /dev/null and b/sharedcode/css/images/figure_top_left.png differ diff --git a/sharedcode/css/images/figure_top_right.png b/sharedcode/css/images/figure_top_right.png new file mode 100644 index 0000000000000000000000000000000000000000..033e680d933c0cc5b0d539cb5d4a2b0bb25ba1a0 Binary files /dev/null and b/sharedcode/css/images/figure_top_right.png differ diff --git a/sharedcode/css/images/figure_top_right_paper.png b/sharedcode/css/images/figure_top_right_paper.png new file mode 100644 index 0000000000000000000000000000000000000000..c7fcda45261720a91126ac2b4fb28d6c275d2273 Binary files /dev/null and b/sharedcode/css/images/figure_top_right_paper.png differ diff --git a/sharedcode/css/images/horizontal_separator.png b/sharedcode/css/images/horizontal_separator.png new file mode 100644 index 0000000000000000000000000000000000000000..add6bb8dca19c95263b01a56811e023109908354 Binary files /dev/null and b/sharedcode/css/images/horizontal_separator.png differ diff --git a/sharedcode/css/images/horizontal_separator_white.jpg b/sharedcode/css/images/horizontal_separator_white.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbe1f9738b1ac1bd73d1bc9aac96cb9aca0b599a Binary files /dev/null and b/sharedcode/css/images/horizontal_separator_white.jpg differ diff --git a/sharedcode/css/images/li_apply.png b/sharedcode/css/images/li_apply.png new file mode 100644 index 0000000000000000000000000000000000000000..36efd83235852af5cbbb85ebd6b610e35461bd46 Binary files /dev/null and b/sharedcode/css/images/li_apply.png differ diff --git a/sharedcode/css/images/li_cost.png b/sharedcode/css/images/li_cost.png new file mode 100644 index 0000000000000000000000000000000000000000..88dcc8c7154073cfd2ce4dc2096f20e2395b61e9 Binary files /dev/null and b/sharedcode/css/images/li_cost.png differ diff --git a/sharedcode/css/images/li_majors.png b/sharedcode/css/images/li_majors.png new file mode 100644 index 0000000000000000000000000000000000000000..9efe6eeec2e1de987a7377b3d9b8b68dbf999d12 Binary files /dev/null and b/sharedcode/css/images/li_majors.png differ diff --git a/sharedcode/css/images/li_visit.png b/sharedcode/css/images/li_visit.png new file mode 100644 index 0000000000000000000000000000000000000000..dd07f7e67857fea39d85131eb2f97fa407ae2f73 Binary files /dev/null and b/sharedcode/css/images/li_visit.png differ diff --git a/sharedcode/css/images/paper_texture.jpg b/sharedcode/css/images/paper_texture.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e78fc71132e57ff1b0f437116655bc4ffa6324f Binary files /dev/null and b/sharedcode/css/images/paper_texture.jpg differ diff --git a/sharedcode/css/images/paper_texture.png b/sharedcode/css/images/paper_texture.png new file mode 100644 index 0000000000000000000000000000000000000000..63d58eaeab3aff54b254b28761b822276e30e7ae Binary files /dev/null and b/sharedcode/css/images/paper_texture.png differ diff --git a/sharedcode/css/images/paper_texture_green.jpg b/sharedcode/css/images/paper_texture_green.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74dbd4623c4e118f5a9e8ac93e8a7e7a8a132c8e Binary files /dev/null and b/sharedcode/css/images/paper_texture_green.jpg differ diff --git a/sharedcode/css/images/paper_torn_top.png b/sharedcode/css/images/paper_torn_top.png new file mode 100644 index 0000000000000000000000000000000000000000..3a69608687938eb4156478c446669584b504d347 Binary files /dev/null and b/sharedcode/css/images/paper_torn_top.png differ diff --git a/sharedcode/css/images/paper_torn_top_green.png b/sharedcode/css/images/paper_torn_top_green.png new file mode 100644 index 0000000000000000000000000000000000000000..74fe5fa5f18192025d3bab56e6a064dfc49494ed Binary files /dev/null and b/sharedcode/css/images/paper_torn_top_green.png differ diff --git a/sharedcode/css/images/raw_files/action_step_tab.psd b/sharedcode/css/images/raw_files/action_step_tab.psd new file mode 100644 index 0000000000000000000000000000000000000000..46f85625f2a378755325953c66720783f8450398 Binary files /dev/null and b/sharedcode/css/images/raw_files/action_step_tab.psd differ diff --git a/sharedcode/css/spritesheet.css b/sharedcode/css/spritesheet.css new file mode 100644 index 0000000000000000000000000000000000000000..2d6f556dd9a468f77df119f57f8a74fdf9529539 --- /dev/null +++ b/sharedcode/css/spritesheet.css @@ -0,0 +1,111 @@ +.action_step_tab { + background: url(images/3.1.spritesheet.png) -376px -136px no-repeat; + display: block; + width: 333px; + height: 59px; +} + +.action_step_tab_hover { + background: url(images/3.1.spritesheet.png) -389px -45px no-repeat; + display: block; + width: 333px; + height: 59px; +} + +.coa_arrow_right { + background: url(images/3.1.spritesheet.png) -506px -318px no-repeat; + display: block; + width: 66px; + height: 63px; +} + +.coa_arrow_right_complimentary { + background: url(images/3.1.spritesheet.png) -370px -318px / 70px 70px no-repeat; + display: block; + width: 66px; + height: 63px; +} + +.coa_arrow_right_triad { + background: url(images/3.1.spritesheet.png) -438px -318px no-repeat; + display: block; + width: 66px; + height: 63px; +} + +.figure_bottom_left { + background: url(images/3.1.spritesheet.png) -633px -318px no-repeat; + display: block; + width: 54px; + height: 53px; +} + +.figure_bottom_right { + background: url(images/3.1.spritesheet.png) 0px -414px no-repeat; + display: block; + width: 54px; + height: 53px; +} + +.figure_top_left { + background: url(images/3.1.spritesheet.png) -56px -414px no-repeat; + display: block; + width: 54px; + height: 53px; +} + +.figure_top_right { + background: url(images/3.1.spritesheet.png) -112px -414px no-repeat; + display: block; + width: 54px; + height: 53px; +} + +.figure_top_right_paper { + background: url(images/3.1.spritesheet.png) -574px -318px no-repeat; + display: block; + width: 57px; + height: 54px; +} + +.li_apply { + background: url(images/3.1.spritesheet.png) 0px -232px no-repeat; + display: block; + width: 370px; + height: 84px; +} + +.li_cost { + background: url(images/3.1.spritesheet.png) 0px -318px no-repeat; + display: block; + width: 368px; + height: 94px; +} + +.li_majors { + background: url(images/3.1.spritesheet.png) 0px -45px no-repeat; + display: block; + width: 387px; + height: 89px; +} + +.li_visit { + background: url(images/3.1.spritesheet.png) 0px -136px no-repeat; + display: block; + width: 374px; + height: 94px; +} + +.paper_torn_top { + background: url(images/3.1.spritesheet.png) 0px 0px no-repeat; + display: block; + width: 725px; + height: 43px; +} + +.paper_torn_top_green { + background: url(images/3.1.spritesheet.png) -372px -232px no-repeat; + display: block; + width: 264px; + height: 43px; +} \ No newline at end of file diff --git a/sharedcode/footer.html b/sharedcode/footer.html new file mode 100644 index 0000000000000000000000000000000000000000..8fe02800700d67bfea0a5300a4279c5141c2e577 --- /dev/null +++ b/sharedcode/footer.html @@ -0,0 +1,5 @@ +© 2012 University of Nebraska–Lincoln | Lincoln, NE 68588 | 402-472-7211 | <a href="http://www.unl.edu/ucomm/aboutunl/" title="Click here to learn more about UNL">About UNL</a> | <a href="http://www1.unl.edu/comments/" title="Click here to direct your comments and questions">comments?</a><br /> +The University of Nebraska-Lincoln is an <a href="http://www.unl.edu/equity/">equal opportunity</a> educator and employer. For current job openings, visit <a href="http://employment.unl.edu/" title="Employment at UNL">employment.unl.edu</a><br /> + +<p style="margin:0.5em 0 -1.4em 0">This site produced and maintained by <a href="http://ucomm.unl.edu/iim.shtml" title="Go to the University Communications Internet and Interactive Media site">University Communications Internet and Interactive Media</a></p> + diff --git a/sharedcode/footer.html.LCK b/sharedcode/footer.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/footer.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/sharedcode/footerContactInfo.html b/sharedcode/footerContactInfo.html new file mode 100644 index 0000000000000000000000000000000000000000..b5c53700e7039c5b6f23f9acbaca0f0862d484b6 --- /dev/null +++ b/sharedcode/footerContactInfo.html @@ -0,0 +1,5 @@ +<h3>Contact Us</h3> +<p><strong>University of Nebraska-Lincoln</strong><br /> +1400 R Street<br /> +Lincoln, NE 68588 <br /> +402-472-7211</p> diff --git a/sharedcode/footerContactInfo.html.LCK b/sharedcode/footerContactInfo.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/footerContactInfo.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/sharedcode/jquery-1.2.6.min.js b/sharedcode/jquery-1.2.6.min.js new file mode 100644 index 0000000000000000000000000000000000000000..82b98e1d76664db1090d5622d804553c5ac66297 --- /dev/null +++ b/sharedcode/jquery-1.2.6.min.js @@ -0,0 +1,32 @@ +/* + * jQuery 1.2.6 - New Wave Javascript + * + * Copyright (c) 2008 John Resig (jquery.com) + * Dual licensed under the MIT (MIT-LICENSE.txt) + * and GPL (GPL-LICENSE.txt) licenses. + * + * $Date: 2008-05-24 14:22:17 -0400 (Sat, 24 May 2008) $ + * $Rev: 5685 $ + */ +(function(){var _jQuery=window.jQuery,_$=window.$;var jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,context);};var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,isSimple=/^.[^:#\[\.]*$/,undefined;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this;}if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem){if(elem.id!=match[3])return jQuery().find(selector);return jQuery(elem);}selector=[];}}else +return jQuery(context).find(selector);}else if(jQuery.isFunction(selector))return jQuery(document)[jQuery.fn.ready?"ready":"load"](selector);return this.setArray(jQuery.makeArray(selector));},jquery:"1.2.6",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){var ret=-1;return jQuery.inArray(elem&&elem.jquery?elem[0]:elem,this);},attr:function(name,value,type){var options=name;if(name.constructor==String)if(value===undefined)return this[0]&&jQuery[type||"attr"](this[0],name);else{options={};options[name]=value;}return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0])jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem;}).append(this);return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1)this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1)this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem);});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems);},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div");container.appendChild(clone);return jQuery.clean([container.innerHTML])[0];}else +return this.cloneNode(true);});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined)this[expando]=null;});if(events===true)this.find("*").andSelf().each(function(i){if(this.nodeType==3)return;var events=jQuery.data(this,"events");for(var type in events)for(var handler in events[type])jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data);});return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,this));},not:function(selector){if(selector.constructor==String)if(isSimple.test(selector))return this.pushStack(jQuery.multiFilter(selector,this,true));else +selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector=='string'?jQuery(selector):jQuery.makeArray(selector))));},is:function(selector){return!!selector&&jQuery.multiFilter(selector,this).length>0;},hasClass:function(selector){return this.is("."+selector);},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)return null;for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery.browser.msie&&!option.attributes.value.specified?option.text:option.value;if(one)return value;values.push(value);}}return values;}else +return(this[0].value||"").replace(/\r/g,"");}return undefined;}if(value.constructor==Number)value+='';return this.each(function(){if(this.nodeType!=1)return;if(value.constructor==Array&&/radio|checkbox/.test(this.type))this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(value);jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)this.selectedIndex=-1;}else +this.value=value;});},html:function(value){return value==undefined?(this[0]?this[0].innerHTML:null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length)data=jQuery.data(this[0],key);return data===undefined&&parts[1]?this.data(parts[0]):data;}else +return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if(reverse)elems.reverse();}var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr"))obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script"))scripts=scripts.add(elem);else{if(elem.nodeType==1)scripts=scripts.add(jQuery("script",elem).remove());callback.call(obj,elem);}});scripts.each(evalScript);});}};jQuery.fn.init.prototype=jQuery.fn;function evalScript(i,elem){if(elem.src)jQuery.ajax({url:elem.src,async:false,dataType:"script"});else +jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");if(elem.parentNode)elem.parentNode.removeChild(elem);}function now(){return+new Date;}jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2;}if(typeof target!="object"&&typeof target!="function")target={};if(length==i){target=this;--i;}for(;i<length;i++)if((options=arguments[i])!=null)for(var name in options){var src=target[name],copy=options[name];if(target===copy)continue;if(deep&©&&typeof copy=="object"&&!copy.nodeType)target[name]=jQuery.extend(deep,src||(copy.length!=null?[]:{}),copy);else if(copy!==undefined)target[name]=copy;}return target;};var expando="jQuery"+now(),uuid=0,windowData={},exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i,defaultView=document.defaultView||{};jQuery.extend({noConflict:function(deep){window.$=_$;if(deep)window.jQuery=_jQuery;return jQuery;},isFunction:function(fn){return!!fn&&typeof fn!="string"&&!fn.nodeName&&fn.constructor!=Array&&/^[\s[]?function/.test(fn+"");},isXMLDoc:function(elem){return elem.documentElement&&!elem.body||elem.tagName&&elem.ownerDocument&&!elem.ownerDocument.body;},globalEval:function(data){data=jQuery.trim(data);if(data){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.browser.msie)script.text=data;else +script.appendChild(document.createTextNode(data));head.insertBefore(script,head.firstChild);head.removeChild(script);}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()==name.toUpperCase();},cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id)id=elem[expando]=++uuid;if(name&&!jQuery.cache[id])jQuery.cache[id]={};if(data!==undefined)jQuery.cache[id][name]=data;return name?jQuery.cache[id][name]:id;},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id])break;if(!name)jQuery.removeData(elem);}}else{try{delete elem[expando];}catch(e){if(elem.removeAttribute)elem.removeAttribute(expando);}delete jQuery.cache[id];}},each:function(object,callback,args){var name,i=0,length=object.length;if(args){if(length==undefined){for(name in object)if(callback.apply(object[name],args)===false)break;}else +for(;i<length;)if(callback.apply(object[i++],args)===false)break;}else{if(length==undefined){for(name in object)if(callback.call(object[name],name,object[name])===false)break;}else +for(var value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}return object;},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value))value=value.call(elem,i);return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className))elem.className+=(elem.className?" ":"")+className;});},remove:function(elem,classNames){if(elem.nodeType==1)elem.className=classNames!=undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return!jQuery.className.has(classNames,className);}).join(" "):"";},has:function(elem,className){return jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}callback.call(elem);for(var name in options)elem.style[name]=old[name];},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});val-=Math.round(padding+border);}if(jQuery(elem).is(":visible"))getWH();else +jQuery.swap(elem,props,getWH);return Math.max(0,val);}return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret,style=elem.style;function color(elem){if(!jQuery.browser.safari)return false;var ret=defaultView.getComputedStyle(elem,null);return!ret||ret.getPropertyValue("color")=="";}if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(style,"opacity");return ret==""?"1":ret;}if(jQuery.browser.opera&&name=="display"){var save=style.outline;style.outline="0 solid black";style.outline=save;}if(name.match(/float/i))name=styleFloat;if(!force&&style&&style[name])ret=style[name];else if(defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var computedStyle=defaultView.getComputedStyle(elem,null);if(computedStyle&&!color(elem))ret=computedStyle.getPropertyValue(name);else{var swap=[],stack=[],a=elem,i=0;for(;a&&color(a);a=a.parentNode)stack.unshift(a);for(;i<stack.length;i++)if(color(stack[i])){swap[i]=stack[i].style.display;stack[i].style.display="block";}ret=name=="display"&&swap[stack.length-1]!=null?"none":(computedStyle&&computedStyle.getPropertyValue(name))||"";for(i=0;i<swap.length;i++)if(swap[i]!=null)stack[i].style.display=swap[i];}if(name=="opacity"&&ret=="")ret="1";}else if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return letter.toUpperCase();});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var left=style.left,rsLeft=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;style.left=ret||0;ret=style.pixelLeft+"px";style.left=left;elem.runtimeStyle.left=rsLeft;}}return ret;},clean:function(elems,context){var ret=[];context=context||document;if(typeof context.createElement=='undefined')context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;jQuery.each(elems,function(i,elem){if(!elem)return;if(elem.constructor==Number)elem+='';if(typeof elem=="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">";});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||jQuery.browser.msie&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(jQuery.browser.msie){var tbody=!tags.indexOf("<table")&&tags.indexOf("<tbody")<0?div.firstChild&&div.firstChild.childNodes:wrap[1]=="<table>"&&tags.indexOf("<tbody")<0?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j)if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)tbody[j].parentNode.removeChild(tbody[j]);if(/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);}elem=jQuery.makeArray(div.childNodes);}if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select")))return;if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options)ret.push(elem);else +ret=jQuery.merge(ret,elem);});return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var notxml=!jQuery.isXMLDoc(elem),set=value!==undefined,msie=jQuery.browser.msie;name=notxml&&jQuery.props[name]||name;if(elem.tagName){var special=/href|src|style/.test(name);if(name=="selected"&&jQuery.browser.safari)elem.parentNode.selectedIndex;if(name in elem&¬xml&&!special){if(set){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw"type property can't be changed";elem[name]=value;}if(jQuery.nodeName(elem,"form")&&elem.getAttributeNode(name))return elem.getAttributeNode(name).nodeValue;return elem[name];}if(msie&¬xml&&name=="style")return jQuery.attr(elem.style,"cssText",value);if(set)elem.setAttribute(name,""+value);var attr=msie&¬xml&&special?elem.getAttribute(name,2):elem.getAttribute(name);return attr===null?undefined:attr;}if(msie&&name=="opacity"){if(set){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(value)+''=="NaN"?"":"alpha(opacity="+value*100+")");}return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100)+'':"";}name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(set)elem[name]=value;return elem[name];},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(array!=null){var i=array.length;if(i==null||array.split||array.setInterval||array.call)ret[0]=array;else +while(i)ret[--i]=array[i];}return ret;},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++)if(array[i]===elem)return i;return-1;},merge:function(first,second){var i=0,elem,pos=first.length;if(jQuery.browser.msie){while(elem=second[i++])if(elem.nodeType!=8)first[pos++]=elem;}else +while(elem=second[i++])first[pos++]=elem;return first;},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i]);}}}catch(e){ret=array;}return ret;},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++)if(!inv!=!callback(elems[i],i))ret.push(elems[i]);return ret;},map:function(elems,callback){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!=null)ret[ret.length]=value;}return ret.concat.apply([],ret);}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};var styleFloat=jQuery.browser.msie?"styleFloat":"cssFloat";jQuery.extend({boxModel:!jQuery.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing"}});jQuery.each({parent:function(elem){return elem.parentNode;},parents:function(elem){return jQuery.dir(elem,"parentNode");},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string")ret=jQuery.multiFilter(selector,ret);return this.pushStack(jQuery.unique(ret));};});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(){var args=arguments;return this.each(function(){for(var i=0,length=args.length;i<length;i++)jQuery(args[i])[original](this);});};});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1)this.removeAttribute(name);},addClass:function(classNames){jQuery.className.add(this,classNames);},removeClass:function(classNames){jQuery.className.remove(this,classNames);},toggleClass:function(classNames){jQuery.className[jQuery.className.has(this,classNames)?"remove":"add"](this,classNames);},remove:function(selector){if(!selector||jQuery.filter(selector,[this]).r.length){jQuery("*",this).add(this).each(function(){jQuery.event.remove(this);jQuery.removeData(this);});if(this.parentNode)this.parentNode.removeChild(this);}},empty:function(){jQuery(">*",this).remove();while(this.firstChild)this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?jQuery.browser.opera&&document.body["client"+name]||jQuery.browser.safari&&window["inner"+name]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement["scroll"+name]),Math.max(document.body["offset"+name],document.documentElement["offset"+name])):size==undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,size.constructor==String?size:size+"px");};});function num(elem,prop){return elem[0]&&parseInt(jQuery.curCSS(elem[0],prop,true),10)||0;}var chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",quickChild=new RegExp("^>\\s*("+chars+"+)"),quickID=new RegExp("^("+chars+"+)(#)("+chars+"+)"),quickClass=new RegExp("^([#.]?)("+chars+"*)");jQuery.extend({expr:{"":function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]);},"#":function(a,i,m){return a.getAttribute("id")==m[2];},":":{lt:function(a,i,m){return i<m[3]-0;},gt:function(a,i,m){return i>m[3]-0;},nth:function(a,i,m){return m[3]-0==i;},eq:function(a,i,m){return m[3]-0==i;},first:function(a,i){return i==0;},last:function(a,i,m,r){return i==r.length-1;},even:function(a,i){return i%2==0;},odd:function(a,i){return i%2;},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a;},"last-child":function(a){return jQuery.nth(a.parentNode.lastChild,1,"previousSibling")==a;},"only-child":function(a){return!jQuery.nth(a.parentNode.lastChild,2,"previousSibling");},parent:function(a){return a.firstChild;},empty:function(a){return!a.firstChild;},contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden";},hidden:function(a){return"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden";},enabled:function(a){return!a.disabled;},disabled:function(a){return a.disabled;},checked:function(a){return a.checked;},selected:function(a){return a.selected||jQuery.attr(a,"selected");},text:function(a){return"text"==a.type;},radio:function(a){return"radio"==a.type;},checkbox:function(a){return"checkbox"==a.type;},file:function(a){return"file"==a.type;},password:function(a){return"password"==a.type;},submit:function(a){return"submit"==a.type;},image:function(a){return"image"==a.type;},reset:function(a){return"reset"==a.type;},button:function(a){return"button"==a.type||jQuery.nodeName(a,"button");},input:function(a){return/input|select|textarea|button/i.test(a.nodeName);},has:function(a,i,m){return jQuery.find(m[3],a).length;},header:function(a){return/h\d/i.test(a.nodeName);},animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+chars+"+)")],multiFilter:function(expr,elems,not){var old,cur=[];while(expr&&expr!=old){old=expr;var f=jQuery.filter(expr,elems,not);expr=f.t.replace(/^\s*,\s*/,"");cur=not?elems=f.r:jQuery.merge(cur,f.r);}return cur;},find:function(t,context){if(typeof t!="string")return[t];if(context&&context.nodeType!=1&&context.nodeType!=9)return[];context=context||document;var ret=[context],done=[],last,nodeName;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t);var foundToken=false,re=quickChild,m=re.exec(t);if(m){nodeName=m[1].toUpperCase();for(var i=0;ret[i];i++)for(var c=ret[i].firstChild;c;c=c.nextSibling)if(c.nodeType==1&&(nodeName=="*"||c.nodeName.toUpperCase()==nodeName))r.push(c);ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0)continue;foundToken=true;}else{re=/^([>+~])\s*(\w*)/i;if((m=re.exec(t))!=null){r=[];var merge={};nodeName=m[2].toUpperCase();m=m[1];for(var j=0,rl=ret.length;j<rl;j++){var n=m=="~"||m=="+"?ret[j].nextSibling:ret[j].firstChild;for(;n;n=n.nextSibling)if(n.nodeType==1){var id=jQuery.data(n);if(m=="~"&&merge[id])break;if(!nodeName||n.nodeName.toUpperCase()==nodeName){if(m=="~")merge[id]=true;r.push(n);}if(m=="+")break;}}ret=r;t=jQuery.trim(t.replace(re,""));foundToken=true;}}if(t&&!foundToken){if(!t.indexOf(",")){if(context==ret[0])ret.shift();done=jQuery.merge(done,ret);r=ret=[context];t=" "+t.substr(1,t.length);}else{var re2=quickID;var m=re2.exec(t);if(m){m=[0,m[2],m[3],m[1]];}else{re2=quickClass;m=re2.exec(t);}m[2]=m[2].replace(/\\/g,"");var elem=ret[ret.length-1];if(m[1]=="#"&&elem&&elem.getElementById&&!jQuery.isXMLDoc(elem)){var oid=elem.getElementById(m[2]);if((jQuery.browser.msie||jQuery.browser.opera)&&oid&&typeof oid.id=="string"&&oid.id!=m[2])oid=jQuery('[@id="'+m[2]+'"]',elem)[0];ret=r=oid&&(!m[3]||jQuery.nodeName(oid,m[3]))?[oid]:[];}else{for(var i=0;ret[i];i++){var tag=m[1]=="#"&&m[3]?m[3]:m[1]!=""||m[0]==""?"*":m[2];if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object")tag="param";r=jQuery.merge(r,ret[i].getElementsByTagName(tag));}if(m[1]==".")r=jQuery.classFilter(r,m[2]);if(m[1]=="#"){var tmp=[];for(var i=0;r[i];i++)if(r[i].getAttribute("id")==m[2]){tmp=[r[i]];break;}r=tmp;}ret=r;}t=t.replace(re2,"");}}if(t){var val=jQuery.filter(t,r);ret=r=val.r;t=jQuery.trim(val.t);}}if(t)ret=[];if(ret&&context==ret[0])ret.shift();done=jQuery.merge(done,ret);return done;},classFilter:function(r,m,not){m=" "+m+" ";var tmp=[];for(var i=0;r[i];i++){var pass=(" "+r[i].className+" ").indexOf(m)>=0;if(!not&&pass||not&&!pass)tmp.push(r[i]);}return tmp;},filter:function(t,r,not){var last;while(t&&t!=last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break;}}if(!m)break;if(m[1]==":"&&m[2]=="not")r=isSimple.test(m[3])?jQuery.filter(m[3],r,true).r:jQuery(r).not(m[3]);else if(m[1]==".")r=jQuery.classFilter(r,m[2],not);else if(m[1]=="["){var tmp=[],type=m[3];for(var i=0,rl=r.length;i<rl;i++){var a=r[i],z=a[jQuery.props[m[2]]||m[2]];if(z==null||/href|src|selected/.test(m[2]))z=jQuery.attr(a,m[2])||'';if((type==""&&!!z||type=="="&&z==m[5]||type=="!="&&z!=m[5]||type=="^="&&z&&!z.indexOf(m[5])||type=="$="&&z.substr(z.length-m[5].length)==m[5]||(type=="*="||type=="~=")&&z.indexOf(m[5])>=0)^not)tmp.push(a);}r=tmp;}else if(m[1]==":"&&m[2]=="nth-child"){var merge={},tmp=[],test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"0n+"+m[3]||m[3]),first=(test[1]+(test[2]||1))-0,last=test[3]-0;for(var i=0,rl=r.length;i<rl;i++){var node=r[i],parentNode=node.parentNode,id=jQuery.data(parentNode);if(!merge[id]){var c=1;for(var n=parentNode.firstChild;n;n=n.nextSibling)if(n.nodeType==1)n.nodeIndex=c++;merge[id]=true;}var add=false;if(first==0){if(node.nodeIndex==last)add=true;}else if((node.nodeIndex-last)%first==0&&(node.nodeIndex-last)/first>=0)add=true;if(add^not)tmp.push(node);}r=tmp;}else{var fn=jQuery.expr[m[1]];if(typeof fn=="object")fn=fn[m[2]];if(typeof fn=="string")fn=eval("false||function(a,i){return "+fn+";}");r=jQuery.grep(r,function(elem,i){return fn(elem,i,m,r);},not);}}return{r:r,t:t};},dir:function(elem,dir){var matched=[],cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)matched.push(cur);cur=cur[dir];}return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir])if(cur.nodeType==1&&++num==result)break;return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&n!=elem)r.push(n);}return r;}});jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)return;if(jQuery.browser.msie&&elem.setInterval)elem=window;if(!handler.guid)handler.guid=this.guid++;if(data!=undefined){var fn=handler;handler=this.proxy(fn,function(){return fn.apply(this,arguments);});handler.data=data;}var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){if(typeof jQuery!="undefined"&&!jQuery.event.triggered)return jQuery.event.handle.apply(arguments.callee.elem,arguments);});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];handler.type=parts[1];var handlers=events[type];if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem)===false){if(elem.addEventListener)elem.addEventListener(type,handle,false);else if(elem.attachEvent)elem.attachEvent("on"+type,handle);}}handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types==undefined||(typeof types=="string"&&types.charAt(0)=="."))for(var type in events)this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];if(events[type]){if(handler)delete events[type][handler.guid];else +for(handler in events[type])if(!parts[1]||events[type][handler].type==parts[1])delete events[type][handler];for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false){if(elem.removeEventListener)elem.removeEventListener(type,jQuery.data(elem,"handle"),false);else if(elem.detachEvent)elem.detachEvent("on"+type,jQuery.data(elem,"handle"));}ret=null;delete events[type];}}});}for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle");}}},trigger:function(type,data,elem,donative,extra){data=jQuery.makeArray(data);if(type.indexOf("!")>=0){type=type.slice(0,-1);var exclusive=true;}if(!elem){if(this.global[type])jQuery("*").add([window,document]).trigger(type,data);}else{if(elem.nodeType==3||elem.nodeType==8)return undefined;var val,ret,fn=jQuery.isFunction(elem[type]||null),event=!data[0]||!data[0].preventDefault;if(event){data.unshift({type:type,target:elem,preventDefault:function(){},stopPropagation:function(){},timeStamp:now()});data[0][expando]=true;}data[0].type=type;if(exclusive)data[0].exclusive=true;var handle=jQuery.data(elem,"handle");if(handle)val=handle.apply(elem,data);if((!fn||(jQuery.nodeName(elem,'a')&&type=="click"))&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)val=false;if(event)data.shift();if(extra&&jQuery.isFunction(extra)){ret=extra.apply(elem,val==null?data:data.concat(val));if(ret!==undefined)val=ret;}if(fn&&donative!==false&&val!==false&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}this.triggered=false;}return val;},handle:function(event){var val,ret,namespace,all,handlers;event=arguments[0]=jQuery.event.fix(event||window.event);namespace=event.type.split(".");event.type=namespace[0];namespace=namespace[1];all=!namespace&&!event.exclusive;handlers=(jQuery.data(this,"events")||{})[event.type];for(var j in handlers){var handler=handlers[j];if(all||handler.type==namespace){event.handler=handler;event.data=handler.data;ret=handler.apply(this,arguments);if(val!==false)val=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}}return val;},fix:function(event){if(event[expando]==true)return event;var originalEvent=event;event={originalEvent:originalEvent};var props="altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" ");for(var i=props.length;i;i--)event[props[i]]=originalEvent[props[i]];event[expando]=true;event.preventDefault=function(){if(originalEvent.preventDefault)originalEvent.preventDefault();originalEvent.returnValue=false;};event.stopPropagation=function(){if(originalEvent.stopPropagation)originalEvent.stopPropagation();originalEvent.cancelBubble=true;};event.timeStamp=event.timeStamp||now();if(!event.target)event.target=event.srcElement||document;if(event.target.nodeType==3)event.target=event.target.parentNode;if(!event.relatedTarget&&event.fromElement)event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement;if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0);}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode))event.which=event.charCode||event.keyCode;if(!event.metaKey&&event.ctrlKey)event.metaKey=event.ctrlKey;if(!event.which&&event.button)event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},proxy:function(fn,proxy){proxy.guid=fn.guid=fn.guid||proxy.guid||this.guid++;return proxy;},special:{ready:{setup:function(){bindReady();return;},teardown:function(){return;}},mouseenter:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseover",jQuery.event.special.mouseenter.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseover",jQuery.event.special.mouseenter.handler);return true;},handler:function(event){if(withinElement(event,this))return true;event.type="mouseenter";return jQuery.event.handle.apply(this,arguments);}},mouseleave:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseout",jQuery.event.special.mouseleave.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseout",jQuery.event.special.mouseleave.handler);return true;},handler:function(event){if(withinElement(event,this))return true;event.type="mouseleave";return jQuery.event.handle.apply(this,arguments);}}}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){var one=jQuery.event.proxy(fn||data,function(event){jQuery(this).unbind(event,one);return(fn||data).apply(this,arguments);});return this.each(function(){jQuery.event.add(this,type,one,fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data,fn){return this.each(function(){jQuery.event.trigger(type,data,this,true,fn);});},triggerHandler:function(type,data,fn){return this[0]&&jQuery.event.trigger(type,data,this[0],false,fn);},toggle:function(fn){var args=arguments,i=1;while(i<args.length)jQuery.event.proxy(fn,args[i++]);return this.click(jQuery.event.proxy(fn,function(event){this.lastToggle=(this.lastToggle||0)%i;event.preventDefault();return args[this.lastToggle++].apply(this,arguments)||false;}));},hover:function(fnOver,fnOut){return this.bind('mouseenter',fnOver).bind('mouseleave',fnOut);},ready:function(fn){bindReady();if(jQuery.isReady)fn.call(document,jQuery);else +jQuery.readyList.push(function(){return fn.call(this,jQuery);});return this;}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.call(document);});jQuery.readyList=null;}jQuery(document).triggerHandler("ready");}}});var readyBound=false;function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener&&!jQuery.browser.opera)document.addEventListener("DOMContentLoaded",jQuery.ready,false);if(jQuery.browser.msie&&window==top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}jQuery.ready();})();if(jQuery.browser.opera)document.addEventListener("DOMContentLoaded",function(){if(jQuery.isReady)return;for(var i=0;i<document.styleSheets.length;i++)if(document.styleSheets[i].disabled){setTimeout(arguments.callee,0);return;}jQuery.ready();},false);if(jQuery.browser.safari){var numStyles;(function(){if(jQuery.isReady)return;if(document.readyState!="loaded"&&document.readyState!="complete"){setTimeout(arguments.callee,0);return;}if(numStyles===undefined)numStyles=jQuery("style, link[rel=stylesheet]").length;if(document.styleSheets.length!=numStyles){setTimeout(arguments.callee,0);return;}jQuery.ready();})();}jQuery.event.add(window,"load",jQuery.ready);}jQuery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,change,select,"+"submit,keydown,keypress,keyup,error").split(","),function(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name);};});var withinElement=function(event,elem){var parent=event.relatedTarget;while(parent&&parent!=elem)try{parent=parent.parentNode;}catch(error){parent=elem;}return parent==elem;};jQuery(window).bind("unload",function(){jQuery("*").add(document).unbind();});jQuery.fn.extend({_load:jQuery.fn.load,load:function(url,params,callback){if(typeof url!='string')return this._load(url);var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}callback=callback||function(){};var type="GET";if(params)if(jQuery.isFunction(params)){callback=params;params=null;}else{params=jQuery.param(params);type="POST";}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified")self.html(selector?jQuery("<div/>").append(res.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(selector):res.responseText);self.each(callback,[res.responseText,status,res]);}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return jQuery.nodeName(this,"form")?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:val.constructor==Array?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});var jsc=now();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null;}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={};}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{url:location.href,global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));var jsonp,jsre=/=\?(&|$)/g,status,data,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(type=="GET"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data)s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}if(head)head.removeChild(script);};}if(s.dataType=="script"&&s.cache==null)s.cache=false;if(s.cache===false&&type=="GET"){var ts=now();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}if(s.data&&type=="GET"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");var remote=/^(?:\w+:)?\/\/([^\/?#]+)/;if(s.dataType=="script"&&type=="GET"&&remote.test(s.url)&&remote.exec(s.url)[1]!=location.host){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset)script.charset=s.scriptCharset;if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();head.removeChild(script);}};}head.appendChild(script);return undefined;}var requestDone=false;var xhr=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();if(s.username)xhr.open(type,s.url,s.async,s.username,s.password);else +xhr.open(type,s.url,s.async);try{if(s.data)xhr.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");xhr.setRequestHeader("X-Requested-With","XMLHttpRequest");xhr.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}if(s.beforeSend&&s.beforeSend(xhr,s)===false){s.global&&jQuery.active--;xhr.abort();return false;}if(s.global)jQuery.event.trigger("ajaxSend",[xhr,s]);var onreadystatechange=function(isTimeout){if(!requestDone&&xhr&&(xhr.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xhr)&&"error"||s.ifModified&&jQuery.httpNotModified(xhr,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jQuery.httpData(xhr,s.dataType,s.dataFilter);}catch(e){status="parsererror";}}if(status=="success"){var modRes;try{modRes=xhr.getResponseHeader("Last-Modified");}catch(e){}if(s.ifModified&&modRes)jQuery.lastModified[s.url]=modRes;if(!jsonp)success();}else +jQuery.handleError(s,xhr,status);complete();if(s.async)xhr=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)setTimeout(function(){if(xhr){xhr.abort();if(!requestDone)onreadystatechange("timeout");}},s.timeout);}try{xhr.send(s.data);}catch(e){jQuery.handleError(s,xhr,null,e);}if(!s.async)onreadystatechange();function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[xhr,s]);}function complete(){if(s.complete)s.complete(xhr,status);if(s.global)jQuery.event.trigger("ajaxComplete",[xhr,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");}return xhr;},handleError:function(s,xhr,status,e){if(s.error)s.error(xhr,status,e);if(s.global)jQuery.event.trigger("ajaxError",[xhr,s,e]);},active:0,httpSuccess:function(xhr){try{return!xhr.status&&location.protocol=="file:"||(xhr.status>=200&&xhr.status<300)||xhr.status==304||xhr.status==1223||jQuery.browser.safari&&xhr.status==undefined;}catch(e){}return false;},httpNotModified:function(xhr,url){try{var xhrRes=xhr.getResponseHeader("Last-Modified");return xhr.status==304||xhrRes==jQuery.lastModified[url]||jQuery.browser.safari&&xhr.status==undefined;}catch(e){}return false;},httpData:function(xhr,type,filter){var ct=xhr.getResponseHeader("content-type"),xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw"parsererror";if(filter)data=filter(data,type);if(type=="script")jQuery.globalEval(data);if(type=="json")data=eval("("+data+")");return data;},param:function(a){var s=[];if(a.constructor==Array||a.jquery)jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value));});else +for(var j in a)if(a[j]&&a[j].constructor==Array)jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this));});else +s.push(encodeURIComponent(j)+"="+encodeURIComponent(jQuery.isFunction(a[j])?a[j]():a[j]));return s.join("&").replace(/%20/g,"+");}});jQuery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jQuery.css(this,"display")=="none"){var elem=jQuery("<"+this.tagName+" />").appendTo("body");this.style.display=elem.css("display");if(this.style.display=="none")this.style.display="block";elem.remove();}}).end();},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");this.style.display="none";}).end();},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle.apply(this,arguments):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();});},slideDown:function(speed,callback){return this.animate({height:"show"},speed,callback);},slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback);},slideToggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback);},fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback);},fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var opt=jQuery.extend({},optall),p,hidden=jQuery(this).is(":hidden"),self=this;for(p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden)return opt.complete.call(this);if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}if(opt.overflow!=null)this.style.overflow="hidden";opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val))e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}if(parts[1])end=((parts[1]=="-="?-1:1)*end)+start;e.custom(start,end,unit);}else +e.custom(start,val,"");}});return true;});},queue:function(type,fn){if(jQuery.isFunction(type)||(type&&type.constructor==Array)){fn=type;type="fx";}if(!type||(typeof type=="string"&&!fn))return queue(this[0],type);return this.each(function(){if(fn.constructor==Array)queue(this,type,fn);else{queue(this,type).push(fn);if(queue(this,type).length==1)fn.call(this);}});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue)this.queue([]);this.each(function(){for(var i=timers.length-1;i>=0;i--)if(timers[i].elem==this){if(gotoEnd)timers[i](true);timers.splice(i,1);}});if(!gotoEnd)this.dequeue();return this;}});var queue=function(elem,type,array){if(elem){type=type||"fx";var q=jQuery.data(elem,type+"queue");if(!q||array)q=jQuery.data(elem,type+"queue",jQuery.makeArray(array));}return q;};jQuery.fn.dequeue=function(type){type=type||"fx";return this.each(function(){var q=queue(this,type);q.shift();if(q.length)q[0].call(this);});};jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&speed.constructor==Object?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&easing.constructor!=Function&&easing};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:jQuery.fx.speeds[opt.duration])||jQuery.fx.speeds.def;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false)jQuery(this).dequeue();if(jQuery.isFunction(opt.old))opt.old.call(this);};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig)options.orig={};}});jQuery.fx.prototype={update:function(){if(this.options.step)this.options.step.call(this.elem,this.now,this);(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block";},cur:function(force){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=now();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var self=this;function t(gotoEnd){return self.step(gotoEnd);}t.elem=this.elem;jQuery.timers.push(t);if(jQuery.timerId==null){jQuery.timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++)if(!timers[i]())timers.splice(i--,1);if(!timers.length){clearInterval(jQuery.timerId);jQuery.timerId=null;}},13);}},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.show=true;this.custom(0,this.cur());if(this.prop=="width"||this.prop=="height")this.elem.style[this.prop]="1px";jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=now();if(gotoEnd||t>this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)done=false;if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")this.elem.style.display="block";}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var p in this.options.curAnim)jQuery.attr(this.elem.style,p,this.options.orig[p]);}if(done)this.options.complete.call(this.elem);return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};jQuery.extend(jQuery.fx,{speeds:{slow:600,fast:200,def:400},step:{scrollLeft:function(fx){fx.elem.scrollLeft=fx.now;},scrollTop:function(fx){fx.elem.scrollTop=fx.now;},opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){fx.elem.style[fx.prop]=fx.now+fx.unit;}}});jQuery.fn.offset=function(){var left=0,top=0,elem=this[0],results;if(elem)with(jQuery.browser){var parent=elem.parentNode,offsetChild=elem,offsetParent=elem.offsetParent,doc=elem.ownerDocument,safari2=safari&&parseInt(version)<522&&!/adobeair/i.test(userAgent),css=jQuery.curCSS,fixed=css(elem,"position")=="fixed";if(elem.getBoundingClientRect){var box=elem.getBoundingClientRect();add(box.left+Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),box.top+Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));add(-doc.documentElement.clientLeft,-doc.documentElement.clientTop);}else{add(elem.offsetLeft,elem.offsetTop);while(offsetParent){add(offsetParent.offsetLeft,offsetParent.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(offsetParent.tagName)||safari&&!safari2)border(offsetParent);if(!fixed&&css(offsetParent,"position")=="fixed")fixed=true;offsetChild=/^body$/i.test(offsetParent.tagName)?offsetChild:offsetParent;offsetParent=offsetParent.offsetParent;}while(parent&&parent.tagName&&!/^body|html$/i.test(parent.tagName)){if(!/^inline|table.*$/i.test(css(parent,"display")))add(-parent.scrollLeft,-parent.scrollTop);if(mozilla&&css(parent,"overflow")!="visible")border(parent);parent=parent.parentNode;}if((safari2&&(fixed||css(offsetChild,"position")=="absolute"))||(mozilla&&css(offsetChild,"position")!="absolute"))add(-doc.body.offsetLeft,-doc.body.offsetTop);if(fixed)add(Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));}results={top:top,left:left};}function border(elem){add(jQuery.curCSS(elem,"borderLeftWidth",true),jQuery.curCSS(elem,"borderTopWidth",true));}function add(l,t){left+=parseInt(l,10)||0;top+=parseInt(t,10)||0;}return results;};jQuery.fn.extend({position:function(){var left=0,top=0,results;if(this[0]){var offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].tagName)?{top:0,left:0}:offsetParent.offset();offset.top-=num(this,'marginTop');offset.left-=num(this,'marginLeft');parentOffset.top+=num(offsetParent,'borderTopWidth');parentOffset.left+=num(offsetParent,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};}return results;},offsetParent:function(){var offsetParent=this[0].offsetParent;while(offsetParent&&(!/^body|html$/i.test(offsetParent.tagName)&&jQuery.css(offsetParent,'position')=='static'))offsetParent=offsetParent.offsetParent;return jQuery(offsetParent);}});jQuery.each(['Left','Top'],function(i,name){var method='scroll'+name;jQuery.fn[method]=function(val){if(!this[0])return;return val!=undefined?this.each(function(){this==window||this==document?window.scrollTo(!i?val:jQuery(window).scrollLeft(),i?val:jQuery(window).scrollTop()):this[method]=val;}):this[0]==window||this[0]==document?self[i?'pageYOffset':'pageXOffset']||jQuery.boxModel&&document.documentElement[method]||document.body[method]:this[0][method];};});jQuery.each(["Height","Width"],function(i,name){var tl=i?"Left":"Top",br=i?"Right":"Bottom";jQuery.fn["inner"+name]=function(){return this[name.toLowerCase()]()+num(this,"padding"+tl)+num(this,"padding"+br);};jQuery.fn["outer"+name]=function(margin){return this["inner"+name]()+num(this,"border"+tl+"Width")+num(this,"border"+br+"Width")+(margin?num(this,"margin"+tl)+num(this,"margin"+br):0);};});})(); \ No newline at end of file diff --git a/sharedcode/jquery.countdown.css b/sharedcode/jquery.countdown.css new file mode 100644 index 0000000000000000000000000000000000000000..ab30331171410724285365cdfa5ac4bfb5a47e18 --- /dev/null +++ b/sharedcode/jquery.countdown.css @@ -0,0 +1,94 @@ +#Deadline { + width: 100%; + padding:5px; + border: 1px solid #eee; + border-radius:5px; + -moz-border-radius:5px; + -webkit-border-radius:5px; + margin-bottom:30px; + + background:#ECDDA3; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECDDA3', endColorstr='#DCC679'); + background:-webkit-gradient( + linear, + left bottom, + left top, + color-stop(0.09, rgb(220,199,121)), + color-stop(0.55, rgb(236,221,163)) + ); + background:-moz-linear-gradient( + center bottom, + rgb(220,199,121) 9%, + rgb(236,221,163) 55% + ); +} + +#Deadline h3 { + float:left; + font-variant:small-caps; + margin-right:15px; + padding:10px 0 0 10px; + font-size:19pt; +} +#Countdown { + font-size:1.2em; + padding:7px 0 0; + float:right; + width:240px; + height:40px; +} + +/* jQuery Countdown styles 1.5.8. */ +.hasCountdown { + border: 1px solid #ccc; + border-radius:3px; + -moz-border-radius:3px; + -webkit-border-radius:3px; + background-color: #eee; +} +.countdown_rtl { + direction: rtl; +} +.countdown_holding span { + background-color: #ccc; +} +.countdown_row { + clear: both; + width: 100%; + padding: 0px 2px; + text-align: center; +} +.countdown_show1 .countdown_section { + width: 98%; +} +.countdown_show2 .countdown_section { + width: 48%; +} +.countdown_show3 .countdown_section { + width: 32.5%; +} +.countdown_show4 .countdown_section { + width: 24.5%; +} +.countdown_show5 .countdown_section { + width: 19.5%; +} +.countdown_show6 .countdown_section { + width: 16.25%; +} +.countdown_show7 .countdown_section { + width: 14%; +} +.countdown_section { + display: block; + float: left; + font-size: 75%; + text-align: center; +} +.countdown_amount { + font-size: 200%; +} +.countdown_descr { + display: block; + width: 100%; +} diff --git a/sharedcode/jquery.countdown.min.js b/sharedcode/jquery.countdown.min.js new file mode 100644 index 0000000000000000000000000000000000000000..4ce4a05d8aba060648967ffc3dc6929d732e4a52 --- /dev/null +++ b/sharedcode/jquery.countdown.min.js @@ -0,0 +1,7 @@ +/* http://keith-wood.name/countdown.html + Countdown for jQuery v1.5.8. + Written by Keith Wood (kbwood{at}iinet.com.au) January 2008. + Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and + MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses. + Please attribute the author if you use it. */ +(function($){function Countdown(){this.regional=[];this.regional['']={labels:['Years','Months','Weeks','Days','Hours','Minutes','Seconds'],labels1:['Year','Month','Week','Day','Hour','Minute','Second'],compactLabels:['y','m','w','d'],whichLabels:null,timeSeparator:':',isRTL:false};this._defaults={until:null,since:null,timezone:null,serverSync:null,format:'dHMS',layout:'',compact:false,significant:0,description:'',expiryUrl:'',expiryText:'',alwaysExpire:false,onExpiry:null,onTick:null,tickInterval:1};$.extend(this._defaults,this.regional['']);this._serverSyncs=[]}var w='countdown';var Y=0;var O=1;var W=2;var D=3;var H=4;var M=5;var S=6;$.extend(Countdown.prototype,{markerClassName:'hasCountdown',_timer:setInterval(function(){$.countdown._updateTargets()},980),_timerTargets:[],setDefaults:function(a){this._resetExtraLabels(this._defaults,a);extendRemove(this._defaults,a||{})},UTCDate:function(a,b,c,e,f,g,h,i){if(typeof b=='object'&&b.constructor==Date){i=b.getMilliseconds();h=b.getSeconds();g=b.getMinutes();f=b.getHours();e=b.getDate();c=b.getMonth();b=b.getFullYear()}var d=new Date();d.setUTCFullYear(b);d.setUTCDate(1);d.setUTCMonth(c||0);d.setUTCDate(e||1);d.setUTCHours(f||0);d.setUTCMinutes((g||0)-(Math.abs(a)<30?a*60:a));d.setUTCSeconds(h||0);d.setUTCMilliseconds(i||0);return d},periodsToSeconds:function(a){return a[0]*31557600+a[1]*2629800+a[2]*604800+a[3]*86400+a[4]*3600+a[5]*60+a[6]},_settingsCountdown:function(a,b){if(!b){return $.countdown._defaults}var c=$.data(a,w);return(b=='all'?c.options:c.options[b])},_attachCountdown:function(a,b){var c=$(a);if(c.hasClass(this.markerClassName)){return}c.addClass(this.markerClassName);var d={options:$.extend({},b),_periods:[0,0,0,0,0,0,0]};$.data(a,w,d);this._changeCountdown(a)},_addTarget:function(a){if(!this._hasTarget(a)){this._timerTargets.push(a)}},_hasTarget:function(a){return($.inArray(a,this._timerTargets)>-1)},_removeTarget:function(b){this._timerTargets=$.map(this._timerTargets,function(a){return(a==b?null:a)})},_updateTargets:function(){for(var i=this._timerTargets.length-1;i>=0;i--){this._updateCountdown(this._timerTargets[i])}},_updateCountdown:function(a,b){var c=$(a);b=b||$.data(a,w);if(!b){return}c.html(this._generateHTML(b));c[(this._get(b,'isRTL')?'add':'remove')+'Class']('countdown_rtl');var d=this._get(b,'onTick');if(d){var e=b._hold!='lap'?b._periods:this._calculatePeriods(b,b._show,this._get(b,'significant'),new Date());var f=this._get(b,'tickInterval');if(f==1||this.periodsToSeconds(e)%f==0){d.apply(a,[e])}}var g=b._hold!='pause'&&(b._since?b._now.getTime()<b._since.getTime():b._now.getTime()>=b._until.getTime());if(g&&!b._expiring){b._expiring=true;if(this._hasTarget(a)||this._get(b,'alwaysExpire')){this._removeTarget(a);var h=this._get(b,'onExpiry');if(h){h.apply(a,[])}var i=this._get(b,'expiryText');if(i){var j=this._get(b,'layout');b.options.layout=i;this._updateCountdown(a,b);b.options.layout=j}var k=this._get(b,'expiryUrl');if(k){window.location=k}}b._expiring=false}else if(b._hold=='pause'){this._removeTarget(a)}$.data(a,w,b)},_changeCountdown:function(a,b,c){b=b||{};if(typeof b=='string'){var d=b;b={};b[d]=c}var e=$.data(a,w);if(e){this._resetExtraLabels(e.options,b);extendRemove(e.options,b);this._adjustSettings(a,e);$.data(a,w,e);var f=new Date();if((e._since&&e._since<f)||(e._until&&e._until>f)){this._addTarget(a)}this._updateCountdown(a,e)}},_resetExtraLabels:function(a,b){var c=false;for(var n in b){if(n!='whichLabels'&&n.match(/[Ll]abels/)){c=true;break}}if(c){for(var n in a){if(n.match(/[Ll]abels[0-9]/)){a[n]=null}}}},_adjustSettings:function(a,b){var c;var d=this._get(b,'serverSync');var e=0;var f=null;for(var i=0;i<this._serverSyncs.length;i++){if(this._serverSyncs[i][0]==d){f=this._serverSyncs[i][1];break}}if(f!=null){e=(d?f:0);c=new Date()}else{var g=(d?d.apply(a,[]):null);c=new Date();e=(g?c.getTime()-g.getTime():0);this._serverSyncs.push([d,e])}var h=this._get(b,'timezone');h=(h==null?-c.getTimezoneOffset():h);b._since=this._get(b,'since');if(b._since!=null){b._since=this.UTCDate(h,this._determineTime(b._since,null));if(b._since&&e){b._since.setMilliseconds(b._since.getMilliseconds()+e)}}b._until=this.UTCDate(h,this._determineTime(this._get(b,'until'),c));if(e){b._until.setMilliseconds(b._until.getMilliseconds()+e)}b._show=this._determineShow(b)},_destroyCountdown:function(a){var b=$(a);if(!b.hasClass(this.markerClassName)){return}this._removeTarget(a);b.removeClass(this.markerClassName).empty();$.removeData(a,w)},_pauseCountdown:function(a){this._hold(a,'pause')},_lapCountdown:function(a){this._hold(a,'lap')},_resumeCountdown:function(a){this._hold(a,null)},_hold:function(a,b){var c=$.data(a,w);if(c){if(c._hold=='pause'&&!b){c._periods=c._savePeriods;var d=(c._since?'-':'+');c[c._since?'_since':'_until']=this._determineTime(d+c._periods[0]+'y'+d+c._periods[1]+'o'+d+c._periods[2]+'w'+d+c._periods[3]+'d'+d+c._periods[4]+'h'+d+c._periods[5]+'m'+d+c._periods[6]+'s');this._addTarget(a)}c._hold=b;c._savePeriods=(b=='pause'?c._periods:null);$.data(a,w,c);this._updateCountdown(a,c)}},_getTimesCountdown:function(a){var b=$.data(a,w);return(!b?null:(!b._hold?b._periods:this._calculatePeriods(b,b._show,this._get(b,'significant'),new Date())))},_get:function(a,b){return(a.options[b]!=null?a.options[b]:$.countdown._defaults[b])},_determineTime:function(k,l){var m=function(a){var b=new Date();b.setTime(b.getTime()+a*1000);return b};var n=function(a){a=a.toLowerCase();var b=new Date();var c=b.getFullYear();var d=b.getMonth();var e=b.getDate();var f=b.getHours();var g=b.getMinutes();var h=b.getSeconds();var i=/([+-]?[0-9]+)\s*(s|m|h|d|w|o|y)?/g;var j=i.exec(a);while(j){switch(j[2]||'s'){case's':h+=parseInt(j[1],10);break;case'm':g+=parseInt(j[1],10);break;case'h':f+=parseInt(j[1],10);break;case'd':e+=parseInt(j[1],10);break;case'w':e+=parseInt(j[1],10)*7;break;case'o':d+=parseInt(j[1],10);e=Math.min(e,$.countdown._getDaysInMonth(c,d));break;case'y':c+=parseInt(j[1],10);e=Math.min(e,$.countdown._getDaysInMonth(c,d));break}j=i.exec(a)}return new Date(c,d,e,f,g,h,0)};var o=(k==null?l:(typeof k=='string'?n(k):(typeof k=='number'?m(k):k)));if(o)o.setMilliseconds(0);return o},_getDaysInMonth:function(a,b){return 32-new Date(a,b,32).getDate()},_normalLabels:function(a){return a},_generateHTML:function(c){var d=this._get(c,'significant');c._periods=(c._hold?c._periods:this._calculatePeriods(c,c._show,d,new Date()));var e=false;var f=0;var g=d;var h=$.extend({},c._show);for(var i=Y;i<=S;i++){e|=(c._show[i]=='?'&&c._periods[i]>0);h[i]=(c._show[i]=='?'&&!e?null:c._show[i]);f+=(h[i]?1:0);g-=(c._periods[i]>0?1:0)}var j=[false,false,false,false,false,false,false];for(var i=S;i>=Y;i--){if(c._show[i]){if(c._periods[i]){j[i]=true}else{j[i]=g>0;g--}}}var k=this._get(c,'compact');var l=this._get(c,'layout');var m=(k?this._get(c,'compactLabels'):this._get(c,'labels'));var n=this._get(c,'whichLabels')||this._normalLabels;var o=this._get(c,'timeSeparator');var p=this._get(c,'description')||'';var q=function(a){var b=$.countdown._get(c,'compactLabels'+n(c._periods[a]));return(h[a]?c._periods[a]+(b?b[a]:m[a])+' ':'')};var r=function(a){var b=$.countdown._get(c,'labels'+n(c._periods[a]));return((!d&&h[a])||(d&&j[a])?'<span class="countdown_section"><span class="countdown_amount">'+c._periods[a]+'</span><br/>'+(b?b[a]:m[a])+'</span>':'')};return(l?this._buildLayout(c,h,l,k,d,j):((k?'<span class="countdown_row countdown_amount'+(c._hold?' countdown_holding':'')+'">'+q(Y)+q(O)+q(W)+q(D)+(h[H]?this._minDigits(c._periods[H],2):'')+(h[M]?(h[H]?o:'')+this._minDigits(c._periods[M],2):'')+(h[S]?(h[H]||h[M]?o:'')+this._minDigits(c._periods[S],2):''):'<span class="countdown_row countdown_show'+(d||f)+(c._hold?' countdown_holding':'')+'">'+r(Y)+r(O)+r(W)+r(D)+r(H)+r(M)+r(S))+'</span>'+(p?'<span class="countdown_row countdown_descr">'+p+'</span>':'')))},_buildLayout:function(c,d,e,f,g,h){var j=this._get(c,(f?'compactLabels':'labels'));var k=this._get(c,'whichLabels')||this._normalLabels;var l=function(a){return($.countdown._get(c,(f?'compactLabels':'labels')+k(c._periods[a]))||j)[a]};var m=function(a,b){return Math.floor(a/b)%10};var o={desc:this._get(c,'description'),sep:this._get(c,'timeSeparator'),yl:l(Y),yn:c._periods[Y],ynn:this._minDigits(c._periods[Y],2),ynnn:this._minDigits(c._periods[Y],3),y1:m(c._periods[Y],1),y10:m(c._periods[Y],10),y100:m(c._periods[Y],100),y1000:m(c._periods[Y],1000),ol:l(O),on:c._periods[O],onn:this._minDigits(c._periods[O],2),onnn:this._minDigits(c._periods[O],3),o1:m(c._periods[O],1),o10:m(c._periods[O],10),o100:m(c._periods[O],100),o1000:m(c._periods[O],1000),wl:l(W),wn:c._periods[W],wnn:this._minDigits(c._periods[W],2),wnnn:this._minDigits(c._periods[W],3),w1:m(c._periods[W],1),w10:m(c._periods[W],10),w100:m(c._periods[W],100),w1000:m(c._periods[W],1000),dl:l(D),dn:c._periods[D],dnn:this._minDigits(c._periods[D],2),dnnn:this._minDigits(c._periods[D],3),d1:m(c._periods[D],1),d10:m(c._periods[D],10),d100:m(c._periods[D],100),d1000:m(c._periods[D],1000),hl:l(H),hn:c._periods[H],hnn:this._minDigits(c._periods[H],2),hnnn:this._minDigits(c._periods[H],3),h1:m(c._periods[H],1),h10:m(c._periods[H],10),h100:m(c._periods[H],100),h1000:m(c._periods[H],1000),ml:l(M),mn:c._periods[M],mnn:this._minDigits(c._periods[M],2),mnnn:this._minDigits(c._periods[M],3),m1:m(c._periods[M],1),m10:m(c._periods[M],10),m100:m(c._periods[M],100),m1000:m(c._periods[M],1000),sl:l(S),sn:c._periods[S],snn:this._minDigits(c._periods[S],2),snnn:this._minDigits(c._periods[S],3),s1:m(c._periods[S],1),s10:m(c._periods[S],10),s100:m(c._periods[S],100),s1000:m(c._periods[S],1000)};var p=e;for(var i=Y;i<=S;i++){var q='yowdhms'.charAt(i);var r=new RegExp('\\{'+q+'<\\}(.*)\\{'+q+'>\\}','g');p=p.replace(r,((!g&&d[i])||(g&&h[i])?'$1':''))}$.each(o,function(n,v){var a=new RegExp('\\{'+n+'\\}','g');p=p.replace(a,v)});return p},_minDigits:function(a,b){a=''+a;if(a.length>=b){return a}a='0000000000'+a;return a.substr(a.length-b)},_determineShow:function(a){var b=this._get(a,'format');var c=[];c[Y]=(b.match('y')?'?':(b.match('Y')?'!':null));c[O]=(b.match('o')?'?':(b.match('O')?'!':null));c[W]=(b.match('w')?'?':(b.match('W')?'!':null));c[D]=(b.match('d')?'?':(b.match('D')?'!':null));c[H]=(b.match('h')?'?':(b.match('H')?'!':null));c[M]=(b.match('m')?'?':(b.match('M')?'!':null));c[S]=(b.match('s')?'?':(b.match('S')?'!':null));return c},_calculatePeriods:function(c,d,e,f){c._now=f;c._now.setMilliseconds(0);var g=new Date(c._now.getTime());if(c._since){if(f.getTime()<c._since.getTime()){c._now=f=g}else{f=c._since}}else{g.setTime(c._until.getTime());if(f.getTime()>c._until.getTime()){c._now=f=g}}var h=[0,0,0,0,0,0,0];if(d[Y]||d[O]){var i=$.countdown._getDaysInMonth(f.getFullYear(),f.getMonth());var j=$.countdown._getDaysInMonth(g.getFullYear(),g.getMonth());var k=(g.getDate()==f.getDate()||(g.getDate()>=Math.min(i,j)&&f.getDate()>=Math.min(i,j)));var l=function(a){return(a.getHours()*60+a.getMinutes())*60+a.getSeconds()};var m=Math.max(0,(g.getFullYear()-f.getFullYear())*12+g.getMonth()-f.getMonth()+((g.getDate()<f.getDate()&&!k)||(k&&l(g)<l(f))?-1:0));h[Y]=(d[Y]?Math.floor(m/12):0);h[O]=(d[O]?m-h[Y]*12:0);f=new Date(f.getTime());var n=(f.getDate()==i);var o=$.countdown._getDaysInMonth(f.getFullYear()+h[Y],f.getMonth()+h[O]);if(f.getDate()>o){f.setDate(o)}f.setFullYear(f.getFullYear()+h[Y]);f.setMonth(f.getMonth()+h[O]);if(n){f.setDate(o)}}var p=Math.floor((g.getTime()-f.getTime())/1000);var q=function(a,b){h[a]=(d[a]?Math.floor(p/b):0);p-=h[a]*b};q(W,604800);q(D,86400);q(H,3600);q(M,60);q(S,1);if(p>0&&!c._since){var r=[1,12,4.3482,7,24,60,60];var s=S;var t=1;for(var u=S;u>=Y;u--){if(d[u]){if(h[s]>=t){h[s]=0;p=1}if(p>0){h[u]++;p=0;s=u;t=1}}t*=r[u]}}if(e){for(var u=Y;u<=S;u++){if(e&&h[u]){e--}else if(!e){h[u]=0}}}return h}});function extendRemove(a,b){$.extend(a,b);for(var c in b){if(b[c]==null){a[c]=null}}return a}$.fn.countdown=function(a){var b=Array.prototype.slice.call(arguments,1);if(a=='getTimes'||a=='settings'){return $.countdown['_'+a+'Countdown'].apply($.countdown,[this[0]].concat(b))}return this.each(function(){if(typeof a=='string'){$.countdown['_'+a+'Countdown'].apply($.countdown,[this].concat(b))}else{$.countdown._attachCountdown(this,a)}})};$.countdown=new Countdown()})(WDN.jQuery); \ No newline at end of file diff --git a/sharedcode/leftRandomPromo.js b/sharedcode/leftRandomPromo.js new file mode 100644 index 0000000000000000000000000000000000000000..49cf17f0d2d20f7ad667f3c6da535bfa286fc4b7 --- /dev/null +++ b/sharedcode/leftRandomPromo.js @@ -0,0 +1 @@ +/* Feel free to change these and add your own images. Each image has up to 4 attributes associated with it: [0] = URL of the image source (.jpg .gif) * [1] = ALT text description of the image * [2] = URL to take the client to when the image is clicked (optional) [3] = javascript onclick events (optional) The images will rotate after the number of seconds given to the rotateImg function (0 for no rotate). */ var leftImgArray = new Array; leftImgArray[0] = new Array; leftImgArray[0][0] = "http://www.unl.edu/ucomm/images/promos/promo_statemuseum.jpg"; leftImgArray[0][1] = "Nebraska State Museum"; leftImgArray[0][2] = "http://www-museum.unl.edu/"; leftImgArray[0][3] = ""; leftImgArray[1] = new Array; leftImgArray[1][0] = "http://www.unl.edu/ucomm/images/promos/promo_mrrmac.jpg"; leftImgArray[1][1] = "Mary Riepma Ross Media Arts Center"; leftImgArray[1][2] = "http://www.theross.org/"; leftImgArray[1][3] = ""; leftImgArray[2] = new Array; leftImgArray[2][0] = "http://www.unl.edu/ucomm/images/promos/promo_enthompson.jpg"; leftImgArray[2][1] = "E.N. Thompson Forum on World Issues"; leftImgArray[2][2] = "http://www.unl.edu/ucomm/enthompson/"; leftImgArray[2][3] = ""; leftImgArray[3] = new Array; leftImgArray[3][0] = "http://www.unl.edu/ucomm/images/promos/promo_events.jpg"; leftImgArray[3][1] = "UNL Calendar of Events"; leftImgArray[3][2] = "http://events.unl.edu/"; leftImgArray[3][3] = ""; leftImgArray[4] = new Array; leftImgArray[4][0] = "http://www.unl.edu/ucomm/images/promos/promo_podcast.jpg"; leftImgArray[4][1] = "UNL Podcasts"; leftImgArray[4][2] = "http://www1.unl.edu/feeds/"; leftImgArray[4][3] = ""; leftImgArray[5] = new Array; leftImgArray[5][0] = "http://www.unl.edu/ucomm/images/promos/promo_sheldon.jpg"; leftImgArray[5][1] = "Sheldon Memorial Art Gallery"; leftImgArray[5][2] = "http://www.sheldonartgallery.org/"; leftImgArray[5][3] = ""; rotateImg("leftImgArray","leftRandomPromoImage",14); \ No newline at end of file diff --git a/sharedcode/less/3.1.less b/sharedcode/less/3.1.less new file mode 100644 index 0000000000000000000000000000000000000000..5a0292e5c657311fc0e31af876e582f5f6ebfec7 --- /dev/null +++ b/sharedcode/less/3.1.less @@ -0,0 +1,680 @@ +/* +* +* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS! +* currentstudents.less +* +* --------------------------- +* Styles associated with the XYZ +* --------------------------- +*/ +@import "../../template_less/_mixins/all.less"; + +// A few namespace common styles +.headingColorize(@color, @amount:10%) { + background-image:-ms-repeating-linear-gradient(45deg, transparent, transparent 1%, lighten(@color, @amount) 1%, lighten(@color, @amount) 2%); + background-image:-moz-repeating-linear-gradient(45deg, transparent, transparent 1%, lighten(@color, @amount) 1%, lighten(@color, @amount) 2%); + background-image:-webkit-repeating-linear-gradient(45deg, transparent, transparent 1%, lighten(@color, @amount) 1%, lighten(@color, @amount) 2%); + background-image:repeating-linear-gradient(45deg, transparent, transparent 1%, lighten(@color, @amount) 1%, lighten(@color, @amount) 2%); + border-bottom: 2px solid @color; + color: darken(@color, 60%); +} + +.sprite(@dir, @x, @y) { + background: url('images/3.1.spritesheet.png') @x @y no-repeat; +} + +// 1. TYPOGRAPHY ============================== +@import "http://fonts.googleapis.com/css?family=Karla:700,400"; + +.impactFont() { + font-family: 'Karla', @impactFont; + letter-spacing: -0.075em; + font-weight: 700; +} + +#maincontent { + p { + font-size: 1.1em; + line-height: 1.6em; + } + .heading { + .impactFont(); + } + + .stripe { + text-align: center; + text-transform: uppercase; + + &.triad { + .headingColorize(@colorTriad, 18%); + } + &.manilla { + .headingColorize(@colorManilla, 15%); + } + &.neutral { + .headingColorize(#c2c2c2, 16%); + } + } + + .highlight { + .impactFont(); + } +} + +// 2. COLOUR ============================== +@darkBlue: #617D94; + +// 3. TEXTURE ============================== + +#maincontent { + .horizontal_separator { + background: url('images/horizontal_separator.png') no-repeat bottom left; + padding-bottom: 25px; + background-size: 100%; + margin-bottom: 25px; + + &.paper { + background: url('images/horizontal_separator_white.jpg') bottom left no-repeat, url('images/paper_texture.jpg'); + background-size: 100%, auto; + } + } + .paper { + background: url('images/paper_texture.jpg') repeat 0 0; + } +} + +// 4. ELEMENTS ============================== +#maincontent { + + .coaButton(@theColor: #919191, @hoverColor: lighten(#919191, 5%), @arrow: 'images/coa_arrow_right.png') { + .border-radius(5px); + background: @theColor; /* Old browsers */ + background: -moz-linear-gradient(top, @theColor 0%, lighten(@theColor, 5%) 12%, lighten(@theColor, 10%) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @theColor), color-stop(12%, lighten(@theColor, 5%)), color-stop(100%, lighten(@theColor, 10%))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, @theColor 0%, lighten(@theColor, 10%) 12%, lighten(@theColor, 20%) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, @theColor 0%, lighten(@theColor, 5%) 12%, lighten(@theColor, 10%) 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, @theColor 0%, lighten(@theColor, 5%) 12%, lighten(@theColor, 10%) 100%); /* IE10+ */ + background: linear-gradient(top, @theColor 0%, lighten(@theColor, 5%) 12%, lighten(@theColor, 10%) 100%); /* W3C */ + border: 2px solid lighten(@theColor, 15%); + .box-shadow(inset, 0, 0, 8px, 0, fadeout(@theColor, 20%)); + color: darken(@theColor, 50%); + text-shadow: 0px 1px 0 lighten(@theColor, 25%); + position: relative; + padding: 12px 90px 12px 25px; + font-size: 1.125em; + display: inline-block; + text-align: left; + + span { + font-size: 1.5em; + font-weight: bold; + color: lighten(@theColor, 55%); + display: block; + text-shadow: 0px -1px 0 darken(@theColor, 15%); + text-transform: uppercase; + white-space: nowrap; + } + + &:before { + background: url(@arrow) no-repeat center; + //.rotate(-180deg); //everything is backwards in this rule in order to allow the left arrow to point right (for some reason, there is no right unicode arrow) + width: 70px; + .box-sizing(border-box); + text-align: -9999em; + height: 100%; + position: absolute; + right: 0; + top: 0; + content: ''; + border-left: 2px solid lighten(@theColor, 15%); + .box-shadow(inset, 0, 0, 15px, 0, fadeout(darken(@theColor, 10%), 20%)); + } + + &:hover { + background: @hoverColor; /* Old browsers */ + background: -moz-linear-gradient(top, @hoverColor 0%, lighten(@hoverColor, 5%) 12%, lighten(@hoverColor, 10%) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @hoverColor), color-stop(12%, lighten(@hoverColor, 5%)), color-stop(100%, lighten(@hoverColor, 10%))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, @hoverColor 0%, lighten(@hoverColor, 10%) 12%, lighten(@hoverColor, 20%) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, @hoverColor 0%, lighten(@hoverColor, 5%) 12%, lighten(@hoverColor, 10%) 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, @hoverColor 0%, lighten(@hoverColor, 5%) 12%, lighten(@hoverColor, 10%) 100%); /* IE10+ */ + background: linear-gradient(top, @hoverColor 0%, lighten(@hoverColor, 5%) 12%, lighten(@hoverColor, 10%) 100%); /* W3C */ + color: darken(@theColor, 40%); + } + + &.half { + font-size: 0.75em; + padding: 10px 55px 10px 20px; + margin: 0; + + &:before { + background-size:50% 50%; + width: 35px; + } + } + } + // set the base COA button + .coa { + .coaButton; + + // the complementary COA button + &.complementary { + .coaButton(@colorComplementary, lighten(@colorComplementary, 5%)); + } + &.triad { + .coaButton(darken(@colorTriad, 40%), lighten(darken(@colorTriad, 40%), 5%), 'images/coa_arrow_right_triad.png'); + } + } + +} + +// 5. LAYOUT ============================== +#maincontent { + .slider { + + ul { + list-style: none; + margin: 0; + padding: 0; + line-height: 0; + } + } + + .full { + width: 100%; + } + + .last_half { + + &.text_support { + margin-top: 2em; + } + } + + // for the smaller sections, some things need to be smaller + .first_half, .last_half { + + p { + font-size: 1em; + line-height: 1.4em; + } + } + + .center { + text-align: center; + } + .coa { + margin: 1.5em; + } + + figure { + line-height: 0; + text-align: center; + } + + .wdn_image_swap { + width: 100%; + max-width: 100%; + } + + .stats { + margin: 1em 0 0 0; + padding: 0; + list-style-type: none; + + li { + display: inline-block; + float: left; + .box-sizing(border-box); + text-align: center; + line-height: 1; + } + + &.three { + + li { + width: 30%; + margin-left: 5%; + + &:first-child { + margin-left: 0; + } + } + } + + .stat { + .impactFont(); + font-weight: 700; + font-size: 3em; + display: block; + } + + &:after { + content: ''; + clear: both; + display: block; + } + } +} +.paper { + position: relative; + + &:before { + position: absolute; + width: 100%; + height: 44px; + content: ''; + bottom: 100%; + background: url('images/paper_torn_top.png') repeat-x top left; + } +} +#ugrad_main { + margin-top: -20px; + display: inline-block; + width: 100%; +} +#action_steps { //div that holds the main calls to action + h2 { + .impactFont(); + text-transform: uppercase; + text-align: right; + color: #888888; + text-shadow: 0 -1px 1px #fff; + margin-right: 5px; + } + + ul { + list-style-type: none; + margin: 0; + padding: 5px; + + li { + /* IE9 SVG, needs conditional override of 'filter' to 'none' */ + background: url('images/action_step_tab.png') right no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); + background: url('images/action_step_tab.png') right no-repeat, -moz-linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), -moz-linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* FF3.6+ */ + background: url('images/action_step_tab.png') right no-repeat, -webkit-gradient(linear, left top, right top, color-stop(71%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */ + background: url('images/action_step_tab.png') right no-repeat, -webkit-linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), -webkit-linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ + background: url('images/action_step_tab.png') right no-repeat, -o-linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), -o-linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */ + background: url('images/action_step_tab.png') right no-repeat, -ms-linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), -ms-linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* IE10+ */ + background: url('images/action_step_tab.png') right no-repeat, linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* W3C */ + -moz-background-clip: padding-box, padding-box, border-box; + -webkit-background-clip: padding-box, padding-box, border-box; + background-clip: padding-box, padding-box, border-box; + -webkit-background-origin: padding-box, padding-box, border-box; + -moz-background-origin: padding-box, padding-box, border-box; + -ms-background-origin: padding-box, padding-box, border-box; + background-origin: padding-box, padding-box, border-box; + margin-bottom: 3px; + border-style:solid; + border-color: transparent; + border-width: 3px 3px 3px 0; + border-radius: 0 3px 3px 0; + -webkit-box-shadow: 3px 0px 6px -3px rgba(140, 140, 140, 0.5); + box-shadow: 3px 0px 6px -3px rgba(140, 140, 140, 0.5); + + &:hover { + background: url('images/action_step_tab_hover.png') right no-repeat, -moz-linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), -moz-linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* FF3.6+ */ + background: url('images/action_step_tab_hover.png') right no-repeat, -webkit-gradient(linear, left top, right top, color-stop(71%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */ + background: url('images/action_step_tab_hover.png') right no-repeat, -webkit-linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), -webkit-linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ + background: url('images/action_step_tab_hover.png') right no-repeat, -o-linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), -o-linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */ + background: url('images/action_step_tab_hover.png') right no-repeat, -ms-linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), -ms-linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* IE10+ */ + background: url('images/action_step_tab_hover.png') right no-repeat, linear-gradient(left, rgba(242,242,242,0) 90%,rgba(235,235,235,0.5) 95%,rgba(210,210,210,0.65) 100%), linear-gradient(left, rgba(255,255,255,0) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); + background-clip: padding-box, padding-box, border-box; + background-origin: padding-box, padding-box, border-box; + -webkit-box-shadow: 5px 0px 6px -1px rgba(140, 140, 140, 0.5); + box-shadow: 5px 0px 6px -1px rgba(140, 140, 140, 0.5); + } + + a { + display: block; + padding: 5px 20px 5px 65px; + min-height: 68px; + .box-sizing(border-box); + } + + &#majors a { + background: url('images/li_majors.png') no-repeat 5px 0; + } + + &#visit a { + background: url('images/li_visit.png') no-repeat 5px 0; + } + + &#apply a { + background: url('images/li_apply.png') no-repeat 5px 0; + } + + &#costs a { + background: url('images/li_cost.png') no-repeat 5px 0; + } + } + } + + a { + .baseText(); + + .highlight { + display: block; + color: @darkBlue; + font-size: 1.5em; + line-height: 1.2em; + } + + &:hover { + color: @darkBlue; + } + } +} + +.csstransforms #ugrad_main{ + + #action_steps { //div that holds the main calls to action + position: relative; + + h2 { + position: absolute; + top: 0.7em; + left: -0.7em; + .rotate(-90deg); + .transform-origin(0, 0); + margin: 8em 0 0 8px; + background: #C4C4C4; + .linear-gradient(darken(#f1f1f1, 15%), fadeout(#f1f1f1, 60%)); + padding: 0.1em 0.3em; + line-height: 1; + color: darken(#f1f1f1, 40%); + border-radius: 3px 3px 0 0; + } + } +} + +#mailing_list { //div that holds the form + background: url('images/paper_texture_green.jpg'); + padding: 1em; + clear: both; + margin-bottom: 2em; + + legend { + color: #fff; + text-shadow: -1px -1px 0 #478436; + .impactFont(); + font-size: 1.3em; + padding-bottom: 0.5em; + } + + ol { + list-style-type: none; + padding: 0; + margin: 0; + + li { + width: 48%; + max-width: 48%; + float: left; + margin-bottom: 1em; + } + } + + label { + display: block; + color: #073c02; + font-size: 85%; + } + + select { + width: 98%; + max-width: 98%; + border: 1px solid #073c02; + } + input[type=submit] { + color: #fff; + background: #073c02; + border-radius:3px; + border-width: 0; + cursor: pointer; + } +} +#grad_studies { + margin-bottom: 25px; +} +.stripe + .full { + margin-top: 2em; +} + +// Image effects (tabs/curls) +.tabbed { + position: relative; + z-index: 1; + + img { + width: 100%; + } + .tab() { + position: absolute; + content: ''; + width: 54px; + height: 54px; + } + // tops are before, bottoms are after + &.top_left:before { + .tab(); + top: -8px; + left: -8px; + background: url('images/figure_top_left.png'); + } + &.top_right:before { + .tab(); + top: -8px; + right: -8px; + background: url('images/figure_top_right.png'); + } + &.bottom_left:after { + .tab(); + bottom: -8px; + left: -8px; + background: url('images/figure_bottom_left.png'); + } + &.bottom_right:after { + .tab(); + bottom: -8px; + right: -8px; + background: url('images/figure_bottom_right.png'); + } + &.bottom_right, &.bottom_left { + margin-bottom: 10px; + } + + &.curl:after { + content: ''; + z-index: -1; + position: absolute; + bottom: 19px; + right: 11px; + width: 70%; + max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */ + max-height: 100px; + height: 55%; + .box-shadow(0, 10px, 24px, rgba(0, 0, 0, 0.4)); + -webkit-transform: skew(15deg) rotate(6deg); + -moz-transform: skew(15deg) rotate(6deg); + -ms-transform: skew(15deg) rotate(6deg); + -o-transform: skew(15deg) rotate(6deg); + transform: skew(15deg) rotate(6deg); + } +} + +.paper .full .tabbed.top_right:before { + background: url('images/figure_top_right_paper.png'); +} + + +// Start of media queries +.320() { + +} +.480() { + +} +.600() { + #ugrad_main { + margin-top: -40px; + } + #action_steps { + h2 { + margin-right: 1em; + } + + ul { + margin: 0 1em 2em 1em; + display: inline-block; + + li { + width: 48%; + float: left; + margin-bottom: 2em; + &:nth-child(even) { + float: right; + } + } + } + } + + #international { + clear: both; + } + + #maincontent { + + .full { + display: inline-block; + + .first_half { + width: 49%; + margin-right: 2%; + float: left; + + .stripe { + margin-right: -5%; + } + } + + .last_half { + width: 49%; + float: right; + + .stripe { + margin-left: -5%; + } + } + + .text_support { + margin-top: 2em; + } + } + + #international { + + .text_support { + margin-top: 5em; + } + } + + .coa { + margin: 3em; + } + } +} +.768() { + #ugrad_main { + margin-top: -60px; + } + .paper { + + &:before { + width: 75%; + left: 25%; + } + } + #mailing_list { + float: left; + width: 25%; + .box-sizing(border-box); + clear: left; + padding-top: 2em; + position: relative; + &:before { + position: absolute; + width: 100%; + background: url('images/paper_torn_top_green.png') repeat-x top right; + content: ''; + right: 0; + top: -44px; + height: 50px; + } + + .highlight { + display: block; + font-size: 1.3em; + line-height: 1.2em; + } + + ol { + + li { + width: 100%; + float: none; + max-width: 100%; + } + } + input[type=submit] { + float: right; + } + } + + #action_steps { + float: right; + width: 73%; + + ul { + + li { + width: 46%; + display: inline-block; + margin-bottom: 2em; + &:nth-child(even) { + margin-left: 4%; + } + } + } + } + #international { + margin-bottom: 2em; + } +} +.960() { + #ugrad_main { + margin-top: -80px; + } +} +.1040() { + +} + +// This is what's outputed in the media queries +@media (min-width: 320px) { + .320(); +} +@media (min-width: 480px) { + .480(); +} +@media (min-width: 600px) { + .600(); +} +@media (min-width: 768px) { + .768(); +} +@media (min-width: 960px) { + .960(); +} +@media (min-width: 1040px) { + .1040(); +} \ No newline at end of file diff --git a/sharedcode/less/3.1.less.LCK b/sharedcode/less/3.1.less.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/less/3.1.less.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/sharedcode/less/ie_mq.less b/sharedcode/less/ie_mq.less new file mode 100644 index 0000000000000000000000000000000000000000..af5c6599b6d0bafabdcc326632347a46fb94b4b8 --- /dev/null +++ b/sharedcode/less/ie_mq.less @@ -0,0 +1,19 @@ +/* +* +* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS! +* currentstudents.less +* +* --------------------------- +* This file creates a new file specifically for IE8 which ignores media queries +* --------------------------- +*/ +@import "3.1.less"; + +.ie8 { + .320(); + .480(); + .600(); + .768(); + .960(); + .1040(); +} \ No newline at end of file diff --git a/sharedcode/localSiteLinks.html b/sharedcode/localSiteLinks.html new file mode 100644 index 0000000000000000000000000000000000000000..396539c1a971ba645aaf9674de6b656f0810a930 --- /dev/null +++ b/sharedcode/localSiteLinks.html @@ -0,0 +1,2 @@ + +<link rel="home" href="http://www.unl.edu/" title="UNL" /> diff --git a/sharedcode/localSiteLinks.html.LCK b/sharedcode/localSiteLinks.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/localSiteLinks.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/sharedcode/navigation.html b/sharedcode/navigation.html new file mode 100644 index 0000000000000000000000000000000000000000..3ff6389d64d508645372204c0de6c88d4eba97e6 --- /dev/null +++ b/sharedcode/navigation.html @@ -0,0 +1,65 @@ +<ul> + <li><a href="http://www.unl.edu/" title="UNL homepage">UNL</a> + <ul> + <li><a href="http://www.unl.edu/ucomm/aboutunl/" title="Summary of the University">About UNL</a></li> + <li><a href="http://newsroom.unl.edu/" title="Official news and information from the University of Nebraska-Lincoln">News</a></li> + <li><a href="http://www.unl.edu/ucomm/admin/">Administrative Units</a></li> + <li><a href="http://www.unl.edu/ucomm/depts/">Colleges & Departments</a></li> + <li><a href="http://www.unl.edu/ucomm/chancllr/">Office of the Chancellor</a></li> + <li><a href="http://www.unl.edu/svcaa/">Office of Academic Affairs</a></li> + <li><a href="http://irp.unl.edu/institutional-research/fact-books">UNL Fact Book</a></li> + </ul> + </li> + <li><a href="http://visit.unl.edu/" title="Visitor information">Visitor</a> + <ul> + <li><a href="http://maps.unl.edu/" title="Campus maps for the University of Nebraska-Lincoln (high bandwidth) and downloadable PDF maps">Campus Maps</a></li> + <li><a href="http://events.unl.edu/" title="Upcoming UNL events in a searchable database">Calendar of Events</a></li> + <li><a href="http://www.unl.edu/ucomm/lincoln/" title="find out more about the city of Lincoln">About Lincoln</a></li> + <li><a href="http://visit.unl.edu/#affiliates" title="UNL Affiliates">Affiliates</a></li> + <li><a href="http://parentsassoc.unl.edu/" title="Parents Association">Parents Association</a></li> + <li><a href="http://nufoundation.org/Page.aspx?pid=341" title="NU Foundation">Gifts to Your University</a></li> + <li><a href="http://admissions.unl.edu/visit/">Schedule a Visit</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/prospective/" title="Information for prospective students interested in attending UNL">Prospective Student</a> + <ul> + <li><a href="http://admissions.unl.edu/apply/">Apply for Admission</a></li> + <li><a href="http://admissions.unl.edu/" title="Office of Undergraduate Admissions website">Undergraduate Admissions</a></li> + <li><a href="http://admissions.unl.edu/visit/">Schedule a Visit</a></li> + <li><a href="http://www.unl.edu/gradstudies/">Graduate Studies</a></li> + <li><a href="http://online.unl.edu/">Online & Distance Education</a></li> + <li><a href="http://law.unl.edu">Law</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/current/" title="Resources for UNL students">Current Student</a> + <ul> + <li><a href="http://myred.unl.edu/" title="Go to the Student Information System portal, MyRed">MyRED</a></li> + <li><a href="http://my.unl.edu/" title="Access to MyUNL academic portal">My.UNL</a></li> + <li><a href="https://myred.nebraska.edu/psp/myred/NBL/HRMS/c/COMMUNITY_ACCESS.CLASS_SEARCH.GBL?INSTITUTION=NEUNL" title="Schedule of classes and online registration">Schedule of Classes</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml" title="Academic Calendar">Academic Calendar</a></li> + <li><a href="http://libraries.unl.edu/" title="Catalogs, resources, services and information from University Libraries">Libraries</a></li><li><a href="http://bulletin.unl.edu/undergraduate/" title="browse the undergraduate bulletin online">Undergraduate Bulletin</a></li> + <li><a href="http://bulletin.unl.edu/" title="browse the graduate bulletin online">Graduate Bulletin</a></li> + <li><a href="http://huskers.unl.edu/mail/" title="Student Email service - huskers.unl.edu">Student Email</a></li> + <li><a href="http://involved.unl.edu/" title="Information on organizations, membership and events for students">Student Involvement</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/facstaff/" title="Resources for UNL faculty and staff">Faculty/Staff</a> + <ul> + <li><a href="https://firefly.nebraska.edu/" title="Employee Self Service; view personnal records in a secure browser">Firefly (ESS)</a></li> + <li><a href="http://directory.unl.edu/" title="Search the UNL Directory for Faculty, Staff, Students and Departments">Directory</a></li> + <li><a href="http://hr.unl.edu/" title="Benefits, employment, orientation services for UNL employees">Human Resources</a></li> + <li><a href="http://scarlet.unl.edu/" title="The Scarlet - faculty and staff newspaper of the University of Nebraska-Lincoln">The Scarlet</a></li> + <li><a href="http://www.unl.edu/asenate/welcome.htm" title="Committees, motions, minutes of UNL faculty government">Faculty Senate</a></li> + <li><a href="http://notes.unl.edu/" title="Lotus Notes">Web Email</a></li> + <li><a href="http://bf.unl.edu/policies/" title="Go to the UNL Policies page">Policies</a></li> + </ul> + </li> + <li><a href="http://www.unl.edu/ucomm/research/">Research & Innovation</a> + <ul> + <li><a href="http://research.unl.edu/">Office of Research & Economic Development</a></li> + <li><a href="http://www.nutechventures.org/">NUtech Ventures</a></li> + <li><a href="http://innovate.unl.edu/">Innovation Campus</a></li> + <li><a href="http://research.unl.edu/industry_relations/">Industry Relations</a></li> + </ul> + </li> +</ul> diff --git a/sharedcode/navigation.html.LCK b/sharedcode/navigation.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/navigation.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/sharedcode/promos.js b/sharedcode/promos.js new file mode 100644 index 0000000000000000000000000000000000000000..fd7cdbd79ccaaac9cc62770eb3abf569b0b9492d --- /dev/null +++ b/sharedcode/promos.js @@ -0,0 +1,38 @@ +function newRandomPromo(xmluri){ + var promoContent = new XMLHTTP(); + promoContent.open("GET", xmluri, true); + promoContent.onreadystatechange = function(){ + if (promoContent.readyState == 4) { + if (promoContent.status == 200) { + var xmlObj = promoContent.responseXML.documentElement; + var promoNum = xmlObj.getElementsByTagName('promo').length; + //generates random number + var aryId=Math.floor(Math.random()*promoNum) + + //pull promo data + var contentContainer = xmlObj.getElementsByTagName('contentContainer')[0].childNodes[0].nodeValue; + var promoTitle = xmlObj.getElementsByTagName('promo')[aryId].getAttribute("id"); + var promoMediaType = xmlObj.getElementsByTagName('promo')[aryId].getElementsByTagName('media')[0].getAttribute("type"); + try{ + var promoMediaURL = xmlObj.getElementsByTagName('promo')[aryId].getElementsByTagName('media')[0].childNodes[0].nodeValue; + var promoText = xmlObj.getElementsByTagName('promo')[aryId].getElementsByTagName('text')[0].childNodes[0].nodeValue; + }catch(e){ + var promoText = ' '; + } + var promoLink = xmlObj.getElementsByTagName('promo')[aryId].getElementsByTagName('link')[0].childNodes[0].nodeValue; + + //different mime type embed + if (promoMediaType == 'image') { + document.getElementById(contentContainer).innerHTML = '<p class="image_small_short">\n<a class="imagelink" href="' + promoLink + '" title="' + promoTitle + '" /><img src="' + promoMediaURL + '" alt="promo" /></a>\n</p>\n' + promoText; + } else if (promoMediaType == 'flash') { + document.getElementById(contentContainer).innerHTML = '<p class="image_small_short">\n<object width="210" height="80" wmode="opaque"><param name="movie" value="' + promoMediaURL + '"><embed src="' + promoMediaURL + '" width="210" height="80"></embed></object>\n</p>' + promoText; + } + } else { + // Error loading file! + } + } + promoContent = new XMLHTTP(); + } + promoContent.send(null); +} + diff --git a/sharedcode/promos.js.LCK b/sharedcode/promos.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/promos.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/sharedcode/relatedLinks.html b/sharedcode/relatedLinks.html new file mode 100644 index 0000000000000000000000000000000000000000..5dbc601931877e99e5c696d7752891e70496c676 --- /dev/null +++ b/sharedcode/relatedLinks.html @@ -0,0 +1,11 @@ +<h3>Related Links</h3> +<ul> + <li><a href="http://www.unl.edu/ucomm/chancllr/" title="Welcome, statements, initiatives of the Office of the Chancellor">Office of the Chancellor</a></li> + <li><a href="http://www.huskers.com/" title="Official site of the University of Nebraska Lincoln Cornhuskers">Huskers.com</a></li> + <li><a href="http://www.huskeralum.org/" title="Alumni Association">Alumni Association</a></li> + <li><a href="http://employment.unl.edu/" title="Employment opportunities at the University of Nebraska-Lincoln">Employment at UNL</a></li> + <li><a href="http://libraries.unl.edu/" title="Catalogs, resources, services and information from University Libraries">Libraries</a></li> + <li><a href="http://directory.unl.edu/" title="UNL's campus directory of students, faculty and staff">Directory</a></li> + <li><a href="http://events.unl.edu/" title="Upcoming UNL events in a searchable database">Calendar of Events</a></li> + <li><a href="http://www.unl.edu/ucomm/splash/" title="External UNL home page">External UNL Home Page</a></li> +</ul> diff --git a/sharedcode/relatedLinks.html.LCK b/sharedcode/relatedLinks.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/sharedcode/relatedLinks.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/slideshowpro.swf b/slideshowpro.swf new file mode 100644 index 0000000000000000000000000000000000000000..424eaff0a38aa792afff268054aa817b53b653a1 Binary files /dev/null and b/slideshowpro.swf differ diff --git a/splash/.htaccess b/splash/.htaccess new file mode 100644 index 0000000000000000000000000000000000000000..4d37d5049c486dbde71644e3e32329aa93b226fe --- /dev/null +++ b/splash/.htaccess @@ -0,0 +1 @@ +AddType 'text/html; charset=UTF-8' shtml diff --git a/splash/balloons/balloon.png b/splash/balloons/balloon.png new file mode 100644 index 0000000000000000000000000000000000000000..21afc5e005dde891a9cb4c88c3a61a7d5421b17a Binary files /dev/null and b/splash/balloons/balloon.png differ diff --git a/splash/balloons/ballooncount.html b/splash/balloons/ballooncount.html new file mode 100644 index 0000000000000000000000000000000000000000..7bc17855601492a560545ba6c00532326aaf294d --- /dev/null +++ b/splash/balloons/ballooncount.html @@ -0,0 +1 @@ +46678 diff --git a/splash/balloons/balloonsreleased.png b/splash/balloons/balloonsreleased.png new file mode 100644 index 0000000000000000000000000000000000000000..efaff0da3f9662522152f70ebfd2c004efa7aeff Binary files /dev/null and b/splash/balloons/balloonsreleased.png differ diff --git a/splash/balloons/designfiles/UNL.EDU balloon release.psd b/splash/balloons/designfiles/UNL.EDU balloon release.psd new file mode 100644 index 0000000000000000000000000000000000000000..212bafbb93e26f18ef2a5caf92d4ebccd32f8e59 Binary files /dev/null and b/splash/balloons/designfiles/UNL.EDU balloon release.psd differ diff --git a/splash/balloons/designfiles/balloon.psd b/splash/balloons/designfiles/balloon.psd new file mode 100644 index 0000000000000000000000000000000000000000..5e2cf241d8a73ee5d61635ef906e94a9a6cfd00b Binary files /dev/null and b/splash/balloons/designfiles/balloon.psd differ diff --git a/splash/balloons/designfiles/balloonsreleased.psd b/splash/balloons/designfiles/balloonsreleased.psd new file mode 100644 index 0000000000000000000000000000000000000000..a149c49545afc9462fdb4683ac8afd082c4f70f7 Binary files /dev/null and b/splash/balloons/designfiles/balloonsreleased.psd differ diff --git a/splash/balloons/designfiles/releasetheballoons.psd b/splash/balloons/designfiles/releasetheballoons.psd new file mode 100644 index 0000000000000000000000000000000000000000..2e816cec6667ff90c381b46dea4cce3297ff4479 Binary files /dev/null and b/splash/balloons/designfiles/releasetheballoons.psd differ diff --git a/splash/balloons/releasetheballoons.css b/splash/balloons/releasetheballoons.css new file mode 100644 index 0000000000000000000000000000000000000000..e7e4406803ba5a25d1dc239a361ddef65e2f6eb6 --- /dev/null +++ b/splash/balloons/releasetheballoons.css @@ -0,0 +1,63 @@ +#maincontent { + margin-bottom: 130px; +} +#footer { + z-index: 105; +} +#releasetheballoons { + position: absolute; + top: -74px; + left: 0; + width: 100%; + text-align: center; +} +#releasetheballoons-img { + position: relative; + z-index: 104; +} +#releasetheballoons-img:hover { + cursor: pointer; +} +.balloon-message { + text-align: center; + border: 1px dotted #eae7d5; + position: relative; + top: -20px; +} +#ithinkyouvehadenough { + background-color: #fc5629; + text-shadow: none; + color: white; +} +#okclicksomemore { + background-color: #c5edab; +} + +.balloon { + z-index: 103; + position: absolute; + height: 180px; + width: 150px; + background: url(/ucomm/splash/balloons/balloon.png); + text-indent: -9999px; +} + +#balloon-counter { + float: right; + position: relative; + bottom: 68px; + right: 10px; + z-index: 102; +} +#balloon-counter * { + z-index: 102; +} +#balloons-released { + background-image: url(/ucomm/splash/balloons/balloonsreleased.png); + height: 150px; + width: 400px; + position: absolute; + bottom: 24px; + right: 0; + text-indent: -9999px; +} diff --git a/splash/balloons/releasetheballoons.js b/splash/balloons/releasetheballoons.js new file mode 100644 index 0000000000000000000000000000000000000000..9d948241a289ac465b6cdfb6c1a2422269b50961 --- /dev/null +++ b/splash/balloons/releasetheballoons.js @@ -0,0 +1,159 @@ +var UNL_Balloons = (function() { + var $; // Will set to our jQuery variable once it's available on the callback so we can use $ + + var balloonBatch = 10; // Number of balloons to release each time + var maxBalloons = 29; // Max number of balloons before balloon overdose + var clickActive = true; // Set to false when maxBalloons has been reached + var balloonRegistry = new Array(); // Keep track of what balloons are currently on screen + + var interval = new Object(); // setInterval variable for interval.move and interval.hadEnough + var moveTimeSpan = 25; // Time span for move interval + var moveDistance = 1; // Pixel distance to move + + var balloonCounter; + + return { + init : function() { + $ = WDN.jQuery; + + // Throttle it for IE 8 + if ($.browser.msie && $.browser.version < 9.0 ) { + maxBalloons = 19; + } + // Let Chrome go bananas + var userAgent = navigator.userAgent.toLowerCase(); + $.browser.chrome = /chrome/.test(navigator.userAgent.toLowerCase()); + if ($.browser.chrome) { + maxBalloons = 79; + } + + $('#footer').prepend('<div id="releasetheballoons"><img id="releasetheballoons-img" src="/ucomm/splash/balloons/releasetheballoons.png" alt="Click to Release the Balloons" /><br /><div id="balloon-counter" class="flip-counter" style="display:none;"></div></div>'); + + // force IE7 to repaint + if ($.browser.msie && $.browser.version < 8.0 ) { + $('#releasetheballoons').css('zoom', 1); + } + + // Initialize the counter + balloonCounter = new flipCounter("balloon-counter", {pace: 750, fW: 30, tFH: 22, bFH: 36, bOffset: 221}); + + $('#releasetheballoons-img').click(function() { + if (!clickActive) { + return; + } + + if (balloonRegistry.length > maxBalloons) { + clickActive = false; + $('#okclicksomemore').remove(); + $('<div class="balloon-message" id="ithinkyouvehadenough">We\'re running out of balloons! Give us a second to get some more...</div>').insertAfter('#footer_floater'); + interval.hadEnough = setInterval('UNL_Balloons.checkMaxBalloons();', 1000); + } else { + UNL_Balloons.addBalloons(); + WDN.log('balloonRegistry: '+balloonRegistry); + if (interval.move == null) { + WDN.log('Release the balloons!'); + UNL_Balloons.startBalloons(); + } + } + }); + + //Let's just go ahead and release some beloons on page load + window.onload = function() { + $('#releasetheballoons-img').click(); + }; + }, + + addBalloons : function() { + // Timestamp to append to the ajax request so it's not cached + var ts = Math.round((new Date()).getTime() / 1000); + $.get('/ucomm/splash/balloons/ballooncount.html?time='+ts, function(data) { + // Only set the value with ajax data on page load, not on additional clicks + if ($('#balloon-counter').css('display') == 'none') { + balloonCounter.setValue(data*balloonBatch); + $('#balloon-counter').show(); + $('<div id="balloons-released"></div>').insertAfter('#balloon-counter'); + $('#balloons-released').html(balloonCounter.getValue() + ' balloons have been "released" on UNL.edu'); + } + }); + balloonCounter.add(balloonBatch); + + var lastIndex = (balloonRegistry.length ? balloonRegistry.length-1 : 0); + var lastBalloon = (balloonRegistry[lastIndex] ? balloonRegistry[lastIndex] : 0); + + var centerPosition; + if ($.browser.msie && $.browser.version < 9.0) { + centerPosition = (document.body.clientWidth/2)-35; + } else { + centerPosition = (window.innerWidth/2)-35; + } + var footerPosition = $('#footer').offset().top; + + var i; + for (i=lastBalloon+1;i<=lastBalloon+balloonBatch;i++) { + $('#wdn_content_wrapper').append('<div class="balloon" id="balloon'+i+'"></div>'); + $('#balloon'+i).offset({'left' : centerPosition, 'top' : footerPosition}); + WDN.log('Added balloon'+i); + balloonRegistry.push(i); + } + }, + + startBalloons : function() { + interval.move = setInterval('UNL_Balloons.moveBalloons();', moveTimeSpan); + }, + + moveBalloons : function() { + if (balloonRegistry.length < 1) { + clearInterval(interval.move); + interval.move = null; + WDN.log('Move interval cleared!'); + } + + // Start at the back of the array so items can be removed without screwing up the indices + var i; + for (i=balloonRegistry.length-1;i>=0;i--) { + var currentBalloon = $('#balloon'+balloonRegistry[i]); + var offset = currentBalloon.offset(); + + // Get the last digit of the balloon id, i.e. 9 for 59 + var sigFig = balloonRegistry[i]%10; + + // Do some stuff with random numbers to try to get some different flow amongst balloons + // Basically this was the result of trial and error, + // Not ideal but I'm not going to write a whole damn balloon physics engine (like I'd know how anyway) + var moveVertical = (Math.floor(Math.random()*10)/(sigFig+1) > .3 ? moveDistance : 0); + var moveHorizontal = ((Math.floor(Math.random()*100)+1)/(sigFig+2) < 2.5 ? -(moveDistance) : 0); + + // Try to keep half of them on each side of the screen, + // again, not ideal but who do I look like, Professor Tim Gay??? + if (sigFig%2) { + moveHorizontal = Math.abs(moveHorizontal); + } + + // Actually move the balloon + currentBalloon.offset({'left' : offset.left+moveHorizontal, 'top' : offset.top-moveVertical}); + + // If the balloon has exited the top of the view port, remove from the DOM and the registry + if (offset.top < -80) { + currentBalloon.remove(); + WDN.log('Removed balloon key: '+i+'; Balloon id: '+currentBalloon.attr('id')); + balloonRegistry.splice(i, 1); + WDN.log(' Registry is now: '+balloonRegistry); + } + }; + }, + + checkMaxBalloons : function() { + if (balloonRegistry.length < maxBalloons) { + clearInterval(interval.hadEnough); + clickActive = true; + $('#ithinkyouvehadenough').remove(); + $('<div class="balloon-message" id="okclicksomemore">OK, we inflated some more balloons. You can click again!</div>').insertAfter('#footer_floater'); + WDN.log('User no longer in danger of balloon overdose.'); + } + } + }; +})(); + +WDN.loadCSS('/ucomm/splash/balloons/releasetheballoons.css'); +WDN.loadCSS('/ucomm/splash/counter/css/counter.css'); +WDN.loadJQuery(UNL_Balloons.init); diff --git a/splash/balloons/releasetheballoons.png b/splash/balloons/releasetheballoons.png new file mode 100644 index 0000000000000000000000000000000000000000..5809384114ddab47ba8dc434a0968920ca187934 Binary files /dev/null and b/splash/balloons/releasetheballoons.png differ diff --git a/splash/counter/README b/splash/counter/README new file mode 100644 index 0000000000000000000000000000000000000000..643a4337362c615550338e6b86d927e39787a34e --- /dev/null +++ b/splash/counter/README @@ -0,0 +1,2 @@ +https://bitbucket.org/cnanney/apple-style-flip-counter/src +http://cnanney.com/journal/code/apple-style-counter-revisited/ \ No newline at end of file diff --git a/splash/counter/cnanney-apple-style-flip-counter-13fd00129a41.zip b/splash/counter/cnanney-apple-style-flip-counter-13fd00129a41.zip new file mode 100644 index 0000000000000000000000000000000000000000..a1ad33e902c15cc978b5c52af02c146e1b83eac8 Binary files /dev/null and b/splash/counter/cnanney-apple-style-flip-counter-13fd00129a41.zip differ diff --git a/splash/counter/css/counter.css b/splash/counter/css/counter.css new file mode 100644 index 0000000000000000000000000000000000000000..3f6a0833f16d813fbd0f5738a1ed571864efc855 --- /dev/null +++ b/splash/counter/css/counter.css @@ -0,0 +1,16 @@ +/* + +Styling the counter itself. +Set image paths accordingly. + +THIS YOU NEED TO KEEP. + +So you can have multiple counters on a page, just make sure each one has a class of "flip-counter". + +*/ + +.flip-counter ul.cd{float:left;list-style-type:none;margin:0;padding:0} +.flip-counter li{background:url(/ucomm/splash/counter/img/digits.png) 0 0 no-repeat} +.flip-counter li.t{background-position:0 0;width:30px;height:22px} +.flip-counter li.b{background-position:0 0;width:30px;height:36px} +.flip-counter li.s{background-position:-30px -583px;width:8px;height:58px} diff --git a/splash/counter/img/digits.png b/splash/counter/img/digits.png new file mode 100644 index 0000000000000000000000000000000000000000..f81a2f606fc63bfe772bfd9d0ea1d00ebaf977b9 Binary files /dev/null and b/splash/counter/img/digits.png differ diff --git a/splash/counter/js/flipcounter.js b/splash/counter/js/flipcounter.js new file mode 100644 index 0000000000000000000000000000000000000000..5aa36c0f68a0e752589956fe72a9fa284a063e5f --- /dev/null +++ b/splash/counter/js/flipcounter.js @@ -0,0 +1,484 @@ +/** + * Apple-Style Flip Counter + * Version 0.5.3 - May 7, 2011 + * + * Copyright (c) 2010 Chris Nanney + * http://cnanney.com/journal/code/apple-style-counter-revisited/ + * + * Licensed under MIT + * http://www.opensource.org/licenses/mit-license.php + * + * THIS VERSION CONTAINS UNL MODIFICATIONS TO ADJUST FOR REDUCED IMAGE SIZES + */ + +var flipCounter = function(d, options){ + + // Default values + var defaults = { + value: 0, + inc: 1, + pace: 1000, + auto: true, + tFH: 39, + bFH: 64, + fW: 53, + bOffset: 390 + }; + + var o = options || {}, + doc = window.document, + divId = typeof d !== 'undefined' && d !== '' ? d : 'flip-counter', + div = doc.getElementById(divId); + + for (var opt in defaults) o[opt] = (opt in o) ? o[opt] : defaults[opt]; + + var digitsOld = [], digitsNew = [], subStart, subEnd, x, y, nextCount = null, newDigit, newComma, + best = { + q: null, + pace: 0, + inc: 0 + }; + + /** + * Sets the value of the counter and animates the digits to new value. + * + * Example: myCounter.setValue(500); would set the value of the counter to 500, + * no matter what value it was previously. + * + * @param {int} n + * New counter value + */ + this.setValue = function(n){ + if (isNumber(n)){ + x = o.value; + y = n; + o.value = n; + digitCheck(x,y); + } + return this; + }; + + /** + * Sets the increment for the counter. Does NOT animate digits. + */ + this.setIncrement = function(n){ + o.inc = isNumber(n) ? n : defaults.inc; + return this; + }; + + /** + * Sets the pace of the counter. Only affects counter when auto == true. + * + * @param {int} n + * New pace for counter in milliseconds + */ + this.setPace = function(n){ + o.pace = isNumber(n) ? n : defaults.pace; + return this; + }; + + /** + * Sets counter to auto-incrememnt (true) or not (false). + * + * @param {bool} a + * Should counter auto-increment, true or false + */ + this.setAuto = function(a){ + if (a && ! o.atuo){ + o.auto = true; + doCount(); + } + if (! a && o.auto){ + if (nextCount) clearNext(); + o.auto = false; + } + return this; + }; + + /** + * Increments counter by one animation based on set 'inc' value. + */ + this.step = function(){ + if (! o.auto) doCount(); + return this; + }; + + /** + * Adds a number to the counter value, not affecting the 'inc' or 'pace' of the counter. + * + * @param {int} n + * Number to add to counter value + */ + this.add = function(n){ + if (isNumber(n)){ + x = o.value; + o.value += n; + y = o.value; + digitCheck(x,y); + } + return this; + }; + + /** + * Subtracts a number from the counter value, not affecting the 'inc' or 'pace' of the counter. + * + * @param {int} n + * Number to subtract from counter value + */ + this.subtract = function(n){ + if (isNumber(n)){ + x = o.value; + o.value -= n; + if (o.value >= 0){ + y = o.value; + } + else{ + y = "0"; + o.value = 0; + } + digitCheck(x,y); + } + return this; + }; + + /** + * Increments counter to given value, animating by current pace and increment. + * + * @param {int} n + * Number to increment to + * @param {int} t (optional) + * Time duration in seconds - makes increment a 'smart' increment + * @param {int} p (optional) + * Desired pace for counter if 'smart' increment + */ + this.incrementTo = function(n, t, p){ + if (nextCount) clearNext(); + + // Smart increment + if (typeof t != 'undefined'){ + var time = isNumber(t) ? t * 1000 : 10000, + pace = typeof p != 'undefined' && isNumber(p) ? p : o.pace, + diff = typeof n != 'undefined' && isNumber(n) ? n - o.value : 0, + cycles, inc, check, i = 0; + best.q = null; + + // Initial best guess + pace = (time / diff > pace) ? Math.round((time / diff) / 10) * 10 : pace; + cycles = Math.floor(time / pace); + inc = Math.floor(diff / cycles); + + check = checkSmartValues(diff, cycles, inc, pace, time); + + if (diff > 0){ + while (check.result === false && i < 100){ + pace += 10; + cycles = Math.floor(time / pace); + inc = Math.floor(diff / cycles); + + check = checkSmartValues(diff, cycles, inc, pace, time); + i++; + } + + if (i == 100){ + // Could not find optimal settings, use best found so far + o.inc = best.inc; + o.pace = best.pace; + } + else{ + // Optimal settings found, use those + o.inc = inc; + o.pace = pace; + } + + doIncrement(n, true, cycles); + } + + } + // Regular increment + else{ + doIncrement(n); + } + + } + + /** + * Gets current value of counter. + */ + this.getValue = function(){ + return o.value; + } + + /** + * Stops all running increments. + */ + this.stop = function(){ + if (nextCount) clearNext(); + return this; + } + + //---------------------------------------------------------------------------// + + function doCount(){ + x = o.value; + o.value += o.inc; + y = o.value; + digitCheck(x,y); + if (o.auto === true) nextCount = setTimeout(doCount, o.pace); + } + + function doIncrement(n, s, c){ + var val = o.value, + smart = (typeof s == 'undefined') ? false : s, + cycles = (typeof c == 'undefined') ? 1 : c; + + if (smart === true) cycles--; + + if (val != n){ + x = o.value, + o.auto = true; + + if (val + o.inc <= n && cycles != 0) val += o.inc + else val = n; + + o.value = val; + y = o.value; + + digitCheck(x,y); + nextCount = setTimeout(function(){doIncrement(n, smart, cycles)}, o.pace); + } + else o.auto = false; + } + + function digitCheck(x,y){ + digitsOld = splitToArray(x); + digitsNew = splitToArray(y); + var diff, + xlen = digitsOld.length, + ylen = digitsNew.length; + if (ylen > xlen){ + diff = ylen - xlen; + while (diff > 0){ + addDigit(ylen - diff + 1, digitsNew[ylen - diff]); + diff--; + } + } + if (ylen < xlen){ + diff = xlen - ylen; + while (diff > 0){ + removeDigit(xlen - diff); + diff--; + } + } + for (var i = 0; i < xlen; i++){ + if (digitsNew[i] != digitsOld[i]){ + animateDigit(i, digitsOld[i], digitsNew[i]); + } + } + } + + function animateDigit(n, oldDigit, newDigit){ + var speed, step = 0, w, a, + bp = [ + '-' + o.fW + 'px -' + (oldDigit * o.tFH + unlbump('top', oldDigit)) + 'px', + (o.fW * -2) + 'px -' + (oldDigit * o.tFH + unlbump('top', oldDigit)) + 'px', + '0 -' + (newDigit * o.tFH + unlbump('top', newDigit)) + 'px', + '-' + o.fW + 'px -' + (oldDigit * o.bFH + o.bOffset + unlbump('bottom', oldDigit)) + 'px', + (o.fW * -2) + 'px -' + (newDigit * o.bFH + o.bOffset + unlbump('bottom', newDigit)) + 'px', + (o.fW * -3) + 'px -' + (newDigit * o.bFH + o.bOffset + unlbump('bottom', newDigit)) + 'px', + '0 -' + (newDigit * o.bFH + o.bOffset + unlbump('bottom', newDigit)) + 'px' + ]; + + if (o.auto === true && o.pace <= 300){ + switch (n){ + case 0: + speed = o.pace/6; + break; + case 1: + speed = o.pace/5; + break; + case 2: + speed = o.pace/4; + break; + case 3: + speed = o.pace/3; + break; + default: + speed = o.pace/1.5; + break; + } + } + else{ + speed = 80; + } + // Cap on slowest animation can go + speed = (speed > 80) ? 80 : speed; + + function animate(){ + if (step < 7){ + w = step < 3 ? 't' : 'b'; + a = doc.getElementById(divId + "_" + w + "_d" + n); + if (a) a.style.backgroundPosition = bp[step]; + step++; + if (step != 3) setTimeout(animate, speed); + else animate(); + } + } + + animate(); + } + + // Creates array of digits for easier manipulation + function splitToArray(input){ + return input.toString().split("").reverse(); + } + + // Adds new digit + function addDigit(len, digit){ + var li = Number(len) - 1; + newDigit = doc.createElement("ul"); + newDigit.className = 'cd'; + newDigit.id = divId + '_d' + li; + newDigit.innerHTML = '<li class="t" id="' + divId + '_t_d' + li + '"></li><li class="b" id="' + divId + '_b_d' + li + '"></li>'; + + if (li % 3 == 0){ + newComma = doc.createElement("ul"); + newComma.className = 'cd'; + newComma.innerHTML = '<li class="s"></li>'; + div.insertBefore(newComma, div.firstChild); + } + + div.insertBefore(newDigit, div.firstChild); + doc.getElementById(divId + "_t_d" + li).style.backgroundPosition = '0 -' + (digit * o.tFH + unlbump('top', digit)) + 'px'; + doc.getElementById(divId + "_b_d" + li).style.backgroundPosition = '0 -' + (digit * o.bFH + o.bOffset + unlbump('bottom', digit)) + 'px'; + } + + // Removes digit + function removeDigit(id){ + var remove = doc.getElementById(divId + "_d" + id); + div.removeChild(remove); + + // Check for leading comma + var first = div.firstChild.firstChild; + if ((" " + first.className + " ").indexOf(" s ") > -1 ){ + remove = first.parentNode; + div.removeChild(remove); + } + } + + // Sets the correct digits on load + function initialDigitCheck(init){ + // Creates the right number of digits + var initial = init.toString(), + count = initial.length, + bit = 1, i; + for (i = 0; i < count; i++){ + newDigit = doc.createElement("ul"); + newDigit.className = 'cd'; + newDigit.id = divId + '_d' + i; + newDigit.innerHTML = newDigit.innerHTML = '<li class="t" id="' + divId + '_t_d' + i + '"></li><li class="b" id="' + divId + '_b_d' + i + '"></li>'; + div.insertBefore(newDigit, div.firstChild); + if (bit != (count) && bit % 3 == 0){ + newComma = doc.createElement("ul"); + newComma.className = 'cd'; + newComma.innerHTML = '<li class="s"></li>'; + div.insertBefore(newComma, div.firstChild); + } + bit++; + } + // Sets them to the right number + var digits = splitToArray(initial); + for (i = 0; i < count; i++){ + doc.getElementById(divId + "_t_d" + i).style.backgroundPosition = '0 -' + (digits[i] * o.tFH + unlbump('top', digits[i])) + 'px'; + doc.getElementById(divId + "_b_d" + i).style.backgroundPosition = '0 -' + (digits[i] * o.bFH + o.bOffset + unlbump('bottom', digits[i])) + 'px'; + } + // Do first animation + if (o.auto === true) nextCount = setTimeout(doCount, o.pace); + } + + // Checks values for smart increment and creates debug text + function checkSmartValues(diff, cycles, inc, pace, time){ + var r = {result: true}, q; + // Test conditions, all must pass to continue: + // 1: Unrounded inc value needs to be at least 1 + r.cond1 = (diff / cycles >= 1) ? true : false; + // 2: Don't want to overshoot the target number + r.cond2 = (cycles * inc <= diff) ? true : false; + // 3: Want to be within 10 of the target number + r.cond3 = (Math.abs(cycles * inc - diff) <= 10) ? true : false; + // 4: Total time should be within 100ms of target time. + r.cond4 = (Math.abs(cycles * pace - time) <= 100) ? true : false; + // 5: Calculated time should not be over target time + r.cond5 = (cycles * pace <= time) ? true : false; + + // Keep track of 'good enough' values in case can't find best one within 100 loops + if (r.cond1 && r.cond2 && r.cond4 && r.cond5){ + q = Math.abs(diff - (cycles * inc)) + Math.abs(cycles * pace - time); + if (best.q === null) best.q = q; + if (q <= best.q){ + best.pace = pace; + best.inc = inc; + } + } + + for (var i = 1; i <= 5; i++){ + if (r['cond' + i] === false){ + r.result = false; + } + } + return r; + } + + // http://stackoverflow.com/questions/18082/validate-numbers-in-javascript-isnumeric/1830844 + function isNumber(n) { + return !isNaN(parseFloat(n)) && isFinite(n); + } + + function clearNext(){ + clearTimeout(nextCount); + nextCount = null; + } + + function unlbump(pos, digit) { + var unlbumptop, unlbumpbottom = 0; + if (digit == 0) { + unlbumptop = 0; + unlbumpbottom = -1; + } else if (digit == 1) { + unlbumptop = 0; + unlbumpbottom = 0; + } else if (digit == 2) { + unlbumptop = 0; + unlbumpbottom = 0; + } else if (digit == 3) { + unlbumptop = 0; + unlbumpbottom = 0; + } else if (digit == 4) { + unlbumptop = 0; + unlbumpbottom = 0; + } else if (digit == 5) { + unlbumptop = 0; + unlbumpbottom = 0; + } else if (digit == 6) { + unlbumptop = 1; + unlbumpbottom = 0; + } else if (digit == 7) { + unlbumptop = 1; + unlbumpbottom = 1; + } else if (digit == 8) { + unlbumptop = 1; + unlbumpbottom = 1; + } else if (digit == 9) { + unlbumptop = 1; + unlbumpbottom = 1; + } + + if (pos == 'top') { + return unlbumptop; + } else { + return unlbumpbottom; + } + } + + // Start it up + initialDigitCheck(o.value); +}; \ No newline at end of file diff --git a/splash/external_content.css b/splash/external_content.css new file mode 100644 index 0000000000000000000000000000000000000000..17c200e23afd574a2a0c93b64adb6c6bb2e13e59 --- /dev/null +++ b/splash/external_content.css @@ -0,0 +1,660 @@ +/* +* +* Styles for the Splash Carousel +* +*/ +#maincontent .wdn_carousel { + height:340px; + background:url('images/sliderBG.png') no-repeat bottom center; + position:relative; +} +#maincontent .wdn_carousel .sliderControl { + position:absolute; + top: 110px; + opacity:0.3; + filter: alpha(opacity=30); + text-indent:-99999px; + z-index:12; +} +#maincontent .wdn_carousel .sliderControl:hover { + opacity:0.7; + filter: alpha(opacity=70); +} +#maincontent .wdn_carousel .sliderControl a { + background: url('images/sliderLeft.png') no-repeat; + height:93px; + width:45px; + display:block; +} +#maincontent .wdn_carousel .sliderControl.left { + left:5px; +} +#maincontent .wdn_carousel .sliderControl.right { + right:5px; +} +#maincontent .wdn_carousel .sliderControl.right a { + background: url('images/sliderRight.png') no-repeat; +} +#maincontent .currentScroller { + width:960px; + height:310px; + overflow:hidden; +} +#maincontent .currentScroller > ul { + margin:0; + padding:0; + width: 4800px; /* for 5 stories */ + list-style:none; +} +#maincontent .currentScroller > ul > li { + position:relative; + display:inline; + float:left; + width:960px; + height:310px; + background:#fff; +} +#maincontent .currentScroller .promoText { + position:absolute; + bottom:5%; + left:50px; + width:320px; + color:#fff; + +} + + +#maincontent .currentScroller .gobigPromo .promoText { + position:absolute; + bottom:2%; + left:160px; + width:900px; + color:#fff; + text-shadow: -1px -1px 1px #000; +} + +#maincontent .currentScroller .promoText a { + text-decoration:underline; + color:#fff; +} +#maincontent .currentScroller .promoText a:focus, #maincontent .currentScroller .unlToday a:focus { + color:#fff !important; +} +#maincontent .currentScroller .video .promoText a:focus, #maincontent .currentScroller .innovation .promoText a:focus { + color:#CC0000 !important; +} + +#maincontent .currentScroller .promoText h3, #maincontent .currentScroller .promoText h4 { + font-size:3em; + line-height:1.1em; + color:#fff; + font-weight:bold; + text-transform:uppercase; +} +#maincontent .currentScroller .promoText h4 { + font-size:1.5em; +} +#maincontent .currentScroller .promoText p { + font-size:1.3em; + line-height: 1.2em; +} +#maincontent .currentScroller .innovation .promoText { + right: 30px; + left: auto; + width: 320px; + color: #555; + text-shadow: -1px 0 -1px #EEE; +} + + + +#maincontent .currentScroller .innovation .promoText h3 { + color: #555; +} + +#maincontent .currentScroller .gobigPromo .promoText h4 { + color: #FFF; +} + +/* +UNL Today Slide +*/ +#maincontent .currentScroller .unltoday { + position:absolute; + background:#12516E; + border-radius:5px; + -moz-border-radius:5px; + -webkit-border-radius:5px; + padding:5px; + top:10px; + left:582px; + width:310px; + color:#555; + box-shadow:2px 2px 2px #0e374a; + -webkit-box-shadow:2px 2px 2px #0e374a; + -moz-box-shadow:2px 2px 2px #0e374a; +} +#maincontent .currentScroller .unltoday .inner { + border:1px solid #fff; + display:inline-block; + border-radius:3px; + -moz-border-radius:3px; + -webkit-border-radius:3px; + padding:10px; +} +#maincontent .currentScroller .unltoday p { + color:#baced7; +} +#maincontent .currentScroller .unltoday p a{ + color:#baced7; + text-decoration:underline; +} +#maincontent .currentScroller .unltoday .subhead { + font-weight:bold; + font-size:0.95em; + letter-spacing:0.03em; + border-bottom:1px solid #baced7; + text-shadow: #0e374a 1px 1px 1px; + padding:3px 0; + box-shadow:0px 1px 0px #0e374a; + -moz-box-shadow:0px 1px 0px #0e374a; + -webkit-box-shadow:0px 1px 0px #0e374a; + margin-bottom:0.5em; +} +#maincontent .currentScroller .unltoday .subhead span { + color:#baced7; +} +#maincontent .currentScroller .unltoday h3 { + font-size:1.8em; + color:#fff; + text-shadow: #0e374a 1px 1px 1px; + font-weight:bold; + text-transform:uppercase; + margin-bottom:10px; + line-height:1em; +} +#maincontent .currentScroller .unltoday h3 a { + color:#fff; +} +#maincontent .currentScroller .unltoday h3 a:hover { + color:#d8e4e9; +} +#maincontent .currentScroller .unltoday ul{ + margin:0 0 5px 0; + padding:0 8px; +} +#maincontent .currentScroller .unltoday ul li { + font-size:1.0em; + line-height:1em; + list-style:none; + padding:8px 0; + font-weight:bold; + border-bottom:1px solid #0e374a; +} +#maincontent .currentScroller .unltoday ul li a { + color:#fff; +} + +#maincontent .currentScroller .unltoday .promoText { + text-shadow: -1px -1px 1px #787878; +} +/* +Big Ten Video Slide +*/ + +#maincontent .currentScroller ul li.video { + background:url('images/nationalspot.jpg') no-repeat 0 0; + height:310px; + width:960px; +} +#bigTenVideo { + height:310px; + width:480px; + cursor:pointer; + z-index:11; + position:absolute; +} +#bigTenVideo #theVideo { + position:absolute; + width:364px; + height:199px; + top:9px; + left:82px; + cursor:pointer; + visibility:hidden; +} +#maincontent .currentScroller ul li.video .promoText { + right:140px; + left:auto; + width:330px; + bottom:30%; + color:#111; + z-index:10; +} +#maincontent .currentScroller ul li.video .promoText h3 {color:#111;} +#maincontent .currentScroller .innovation .promoText a { + color:#ac0302; +} + +/* Move to full height presentation */ +#maincontent div.wdn_carousel.full { + height:570px; +} +#maincontent .wdn_carousel.full .sliderControl { + display:none; +} +#maincontent .wdn_carousel.full .currentScroller { + height:540px; +} +#maincontent .wdn_carousel.full .currentScroller ul li.video { + height:540px; +} +#maincontent .wdn_carousel.full .currentScroller ul li.video #bigTenVideo { + height:540px; +} +#maincontent .wdn_carousel.full .currentScroller ul li.video #bigTenVideo #theVideo { + top:0; + left:0; + width:960px; + height:540px; + visibility:visible; +} +/* +* +* Styles for the Academic Colleges Bar +* +*/ +.assert { + display:inline-block; + background:#edebe1; + border-width:1px 0; + border-color:#d9d4b8; + border-style:solid; + width:100%; + position:relative; + margin-bottom:20px; +} +.assert:after { + width:100%; + height:20px; + display:block; + content: ' '; + position:absolute; + top:100%; + border-top:1px solid #d9d4b8; + /*background: rgb(243,244,244); /* Old browsers */ + background: -moz-linear-gradient(top, rgba(243,244,244,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,244,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(243,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(243,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, rgba(243,244,244,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, rgba(243,244,244,1) 0%,rgba(255,255,255,1) 100%); /* W3C */ + z-index:10; +} +#maincontent .assert h4 { + text-transform:uppercase; + width:105px; + padding:12px 0 9px 10px; + background:#fff; + float:left; + position:absolute; + top:-2px; + font-weight:bold; + text-shadow:-1px 0 -1px #eee; + box-shadow:1px 0px 6px #ccc; + z-index:11; +} +#maincontent .assert h4:after { + width:22px; + height:62px; + display:block; + content:" "; + position:absolute; + left:100%; + top:0; + background:url('images/assertRight.png') top left no-repeat; + z-index:11; +} +#maincontent .assert > ul { + margin-left:150px; + list-style:none; + float:left; + padding:3px 0; + /* IE7 hack to fix z-index layers */ + *position:relative; + *z-index:12; +} +#maincontent .assert > ul > li { + display:table-cell; + float:left; + margin-right:25px; + line-height:2em; + position:relative; + padding:0 4px; + height:26px; +} +#maincontent .assert ul li div { + position:absolute; + bottom:2.6em; + border:1px solid #12516e; + -webkit-border-radius:3px 3px 0 3px; + -moz-border-radius:3px 3px 0 3px; + border-radius:3px 3px 0 3px; + min-width:255px; + width:auto; + font-size:0.8em; + line-height:1em; + padding:10px; + background:#fafafa; + display:none; + right:0; + z-index:12; +} +#maincontent .assert ul li div img {float:left;} +#maincontent .assert ul li div span {display:none;} +#maincontent .assert ul li ul { + list-style:none; + padding:0; + margin-left:98px; +} +#maincontent .assert ul li ul li { + padding:5px 2px; + border-bottom:1px dotted #b1c5ce; +} +/*hover rules */ +#maincontent .assert > ul > li:hover div{ + display:block; +} +#maincontent .assert > ul > li:hover { + background:#12516e; + color:#fafafa; + border-radius:0 0 3px 3px; + -webkit-border-radius:0 0 3px 3px; + -moz-border-radius:0 0 3px 3px; +} +#maincontent .assert > ul > li:hover > a { + color:#fafafa; +} +#maincontent .assert > ul > li > a:focus { + color:#fafafa !important; +} +#maincontent .assert > ul > li:hover > a span{ + color:#aac2e3; +} +#maincontent .assert ul li ul li a:hover { + text-decoration:underline; +} +#maincontent .assert ul li.outlier > a > span { + font-size:8px; + display:block; + color:#7a7a7a; + text-transform:uppercase; + line-height:0.5em; + margin-bottom:-3px; + margin-top:1px; +} +#maincontent .assert > ul > li.outlier:hover > a span { + display:none; +} +#maincontent .assert > ul > li a { + color:#000; + display:inline-block; + margin-top:0.2em; +} +#maincontent .assert > ul > li > a { + display:inline-block; + margin-top:0.2em; +} +#maincontent .assert ul > li.outlier > a { + margin-top:0em; +} +#maincontent .assert > ul > li.outlier:hover a { + margin-top:0.2em; +} +/* End Styles for the Academic Colleges Bar */ + +.band { + display:inline-block; + background:#edebe1; + border-width:1px 0; + border-color:#d9d4b8; + border-style:solid; + padding:10px 0; + margin-bottom:20px; +} +/* +* +* Styles for the Become a Husker Section +* +*/ +#maincontent .callout { + border:4px solid #ccc; + border-radius:3px; + -webkit-border-radius:3px; + -moz-border-radius:3px; + margin-left:10px; + width:204px; + background:#eae7d5; + position:relative; + height:300px; +} +#maincontent .callout h3 { + position:absolute; + background:#ac0302 url('images/gobig.png') no-repeat 24px 6px; + color:#fff; + text-transform:uppercase; + font-size:18px; + text-shadow:1px 1px 1px #424242; + text-indent:-9999em; + left:-14px; + right:-14px; + line-height:18px; + padding:12px 0 12px 19px; + top:10px; + font-weight: bold; + letter-spacing: 0.1em; +} +#maincontent .callout h3:before { + content:' '; + display:block; + border-top: 0px solid transparent; + border-bottom: 10px solid transparent; + border-right: 10px solid #7c0201; + left:0; + position:absolute; + bottom:-10px; +} +#maincontent .callout h3:after { + content:' '; + display:block; + background:url('images/calloutRibbonEnding.png') no-repeat 0 0; + right:0; + position:absolute; + top:0; + height:42px; + width:17px; +} +#maincontent .callout ul { + list-style:none; +} +#maincontent .callout > ul { + font-size:1.3em; + font-weight:bold; + padding:0; + margin:62px 10px 0 10px; +} +#maincontent .callout > ul > li { + border-bottom:2px dotted #b1c5ce; + padding:5px 0; +} +#maincontent .callout > ul > li:last-child { + border-bottom:none; +} +#maincontent .callout ul a { + color: #12516e; +} +#maincontent .callout ul li ul { + padding:0; + margin:5px 0 0 10px; +} +#maincontent .callout ul li ul li { + display:inline; + font-size:0.6em; + font-weight:normal; +} +#maincontent .callout ul li ul a { + padding:2px 6px; +} +#maincontent .callout ul li ul a:hover { + color: #fff; + background:#12516e; + border-radius:1em; +} +#maincontent .callout ul a:focus { + color: #fff !important; +} +/* End styles for the Become a Husker Section */ + +/* +* +* Styles for the Stories +* +*/ + +.stories { + width:738px; + float:left; + display:inline; +} + +.stories .article { + width:200px; + float: left; + margin-left: 15px; + display:inline; + background:#fff; + border:4px solid #d2ceb4; + border-radius:3px; + -webkit-border-radius:3px; + -moz-border-radius:3px; + padding:10px; + height:280px; + overflow:hidden; +} +.stories .article img { + max-width:200px; + width:200px; +} +#maincontent .stories .article h4 { + font-size:1.1em; + font-weight:bold; + line-height:1.3em; + margin-top:7px; + margin-bottom:7px; +} +#maincontent .stories .article p { + font-size:1em; + line-height:1.4em; +} +#maincontent .stories .article h4 a { + color:#12516e; +} +#maincontent .stories .article h4 a:hover { + text-decoration:underline; +} +/* End styles for the Stories + +/* +* +* Styles for the Remainder +* +*/ +#maincontent .remainder h5 { + text-transform:uppercase; + font-weight:bold; + text-shadow:-1px 0 -1px #eee; + border-bottom:1px solid #e2dfd1; + line-height:1em; + padding:0; +} +#maincontent .remainder ul { + list-style:none; + padding:10px 0; +} +#maincontent .remainder ul li { + display:inline-block; + margin-bottom:10px; + margin-right:13px; + font-size:10px; +} +#maincontent .remainder ul li a { + color:#000; + border-bottom:1px solid #ccc; +} +#maincontent .remainder ul li a:hover { + border-bottom:1px solid #fff; +} +#maincontent #outposts {text-align:center;} +#maincontent #outposts ul { + margin:0; + margin-top:20px; + padding:0; + list-style:none; + display:inline-block; +} +#maincontent #outposts li { + display:inline; + float:left; + margin-right:5px; +} +#maincontent #outposts li a { + display:block; + float:left; + text-indent:-99999px; + width:38px; + height:38px; + background:url('images/outpostSprite.gif') no-repeat; + background-position:0 -41px; + -webkit-transition:opacity ease 0.2s; + -moz-transition:opacity ease 0.2s; + -o-transition:opacity ease 0.2s; + -ms-transition:opacity ease 0.2s; + transition:opacity ease 0.2s; + opacity:0.6; + filter: alpha(opacity=60); +} +#maincontent #outposts li a:hover { + opacity:1; + filter: alpha(opacity=100); +} +#maincontent #outposts li.facebook a { + background-position: -45px -41px; +} +#maincontent #outposts li.facebook a:hover { + background-position: -45px -41px; +} +#maincontent #outposts li.twitter a { + background-position: -88px -41px; +} +#maincontent #outposts li.twitter a:hover { + background-position: -88px -41px; +} +#maincontent #outposts li.flickr a { + background-position: -132px -41px; +} +#maincontent #outposts li.flickr a:hover { + background-position: -132px -41px; +} +#maincontent #outposts li.youtube a { + background-position: -176px -41px; +} +#maincontent #outposts li.youtube a:hover { + background-position: -176px -41px; +} +#maincontent #outposts li.foursquare a { + background-position: -265px -41px; +} +#maincontent #outposts li.foursquare a:hover { + background-position: -265px -41px; +} diff --git a/splash/external_content.css.LCK b/splash/external_content.css.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/external_content.css.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/features.html b/splash/features.html new file mode 100644 index 0000000000000000000000000000000000000000..f6d38c385d074496ed33827d29c37e503bf05fa1 --- /dev/null +++ b/splash/features.html @@ -0,0 +1,17 @@ +<div class="stories"> +<div class="article"> + <a href="http://newsroom.unl.edu/announce/stories/8279" title="Read more about UNL professors take economics digital"><img src="http://newsroom.unl.edu/announce/file22509.jpg" alt="Carlos Asarta" /></a> <h4><a href="http://newsroom.unl.edu/announce/stories/8279" title="Read more about UNL professors take economics digital">UNL professors take economics digital</a></h4> + + <p>Carlos Asarta’s partnership in new digital economics curriculum fueled by his interest in improving financial literacy</p> +</div> +<div class="article"> + <a href="http://newsroom.unl.edu/announce/stories/8280" title="Read more about Pre-med student unlocks path to medical school"><img src="http://newsroom.unl.edu/announce/file22510.jpg" alt="Denai Fraction" /></a> <h4><a href="http://newsroom.unl.edu/announce/stories/8280" title="Read more about Pre-med student unlocks path to medical school">Pre-med student unlocks path to medical school</a></h4> + + <p>Sophomore biology major Denai Fraction is an NU-PATHS scholar</p> +</div> +<div class="article"> + <a href="http://newsroom.unl.edu/announce/stories/8282" title="Read more about Working by the stars in L.A."><img src="http://newsroom.unl.edu/announce/file22511.jpg" alt="Andrew Stewart" /></a> <h4><a href="http://newsroom.unl.edu/announce/stories/8282" title="Read more about Working by the stars in L.A.">Working by the stars in L.A.</a></h4> + + <p>Andrew Stewart, ’08, says a UNL connection helped land his dream job</p> +</div> +</div> \ No newline at end of file diff --git a/splash/fieldguide_directory.shtml b/splash/fieldguide_directory.shtml new file mode 100644 index 0000000000000000000000000000000000000000..3233f8e248c92fd155e8dc2dd125f5abe9691102 --- /dev/null +++ b/splash/fieldguide_directory.shtml @@ -0,0 +1,210 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Your Field Guide to the UNL Directory</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> + +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<meta name="robots" content="noindex, nofollow"> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Your UNL Directory Field Guide</li> + </ul> + + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Your Field Guide to the UNL Directory</h1> + <h2> </h2><!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> + <h2>Finding Your Way Around the UNL Directory</h2> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="two_col left"> + <div class="zenbox neutral"> + <h3>Welcome.</h3> + <p> + This guide is provided to help with the introduction of the <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">2010 UNL Directory</a> revisions. In addition to general information about the new UNL Directory, the right side of the page is intended to assist users of the Centrex Directory in adjusting to the online format.</p> + </div> + <h4 class="sec_header" style="margin-bottom:8px;">First, about the data</h4> + <p>The information in <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">UNL Directory</a> is maintained in several source databases.</p> +<p><strong>STUDENT</strong> directory information is maintained in the UNL student information system. Because data restrictions (UNL and Board of Regents) don't allow for the distribution of student contact information to the general public, we recommend that students who would like to communicate with others in the UNL community use <a href="http://planetred.unl.edu/" title="go to the Planet Red website">Planet Red</a>, UNL's social networking utility.</p> +<p><strong>FACULTY/STAFF</strong> directory information is maintained in the UNL administrative and finance system, SAP. The SAP data is the official, business-oriented information about each person employed by UNL. This information includes:</p> + <ul> + <li>name</li> + <li>employment designation</li> + <li>job title</li> + <li>department</li> + <li>campus address</li> + <li>campus phone number</li> + <li>campus email address</li> + <li>vcard download link</li> + </ul> + <p> Data that will be added in the near future:</p> +<ul> + <li>nicknames, or 'known-as' names</li> + </ul> + +<h4 class="sec_header" style="margin-bottom:8px;">Upgrade Your Image</h4> +<p>Want to show your photo on your UNL Directory result, instead of the default outline? Easy. The photos are pulled from your <a href="http://planetred.unl.edu/" title="go to Planet Red">Planet Red</a> profile. Don't have one? Well, as an 'official' member of the UNL community, you already have a Planet Red account. All you need to do is fill out a little profile information and upload a photo. A thumbnail of that photo will then be displayed with your other official information in the directory.</p> +<img src="images/fieldguide_directory_imagethumbs.jpg" class="frame" alt="Upgrade your image" width="210" /> + + </div> + + <div class="two_col right"> + <h3 class="sec_main">Transitioning from the Printed Centrex</h3> + <p> + Due to the challenging budgetary environment, discontinuance of the printed Centrex directory has been identified as a potential option going forward. The following information is intended to help current users of the Centrex adjust to the online <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">UNL Directory</a>.</p> + + + + <div class="zenbox energetic"> + <h3>Emergency and Police Information</h3> + <h4 class="sec_header" style="margin-bottom:8px;"><strong>Emergency Information</strong></h4> + <img src="http://emergency.unl.edu/images/warning.png" style="float: right; margin-top: -20px;" alt="Emergency" /> + <p>For information about reporting emergencies, or procedures to take during different situations, visit the <a href="http://emergency.unl.edu/">the emergency website</a>.</p> + <p>During an emergency, the UNL community and general public will receive information through the web and news media as well as by <a href="http://emergency.unl.edu/unlalert/">email, phone, and text through <strong>UNL Alert</strong> for those registered</a>.</p> + + <h4 class="sec_header" style="margin-bottom:8px;"><strong>University Police</strong></h4> + <img src="http://police.unl.edu/graphics/badge_police.png" style="float: right; margin-top: -20px;" alt="Police" /> + <p>To contact University Police for emergencies, crimes in progress, or non-emergency complaints, call 472-2222 or visit <a href="http://police.unl.edu/">the university police website</a>.</p> + <p>During an emergency, the UNL community and general public will receive information through the web and news media as well as by <a href="http://emergency.unl.edu/unlalert/">email, phone, and text through <strong>UNL Alert</strong> for those registered</a>.</p> + + <h4 class="sec_header" style="margin-bottom:8px;"><strong>Other Information</strong></h4> + <ul> + <li><a href="http://ehs.unl.edu/">Environmental Health & Safety</a></li> + </ul> + </div> + + + <div class="zenbox soothing"> + <h3><strong>Telephone Information</strong></h3> + <ul> + <li><a href="http://telecom.unl.edu/dialing_instructions.shtml" title="go to a page on Dialing Instructions at Telecom">Dialing Instructions</a></li> + <li><a href="http://telecom.unl.edu/voicemail.shtml" title="go to a page on Voicemail at Telecom">Voicemail Instructions</a></li> + <li><a href="http://is.unl.edu/" title="go to Information Services">Information Services</a></li> + </ul> + </div> + + <div class="zenbox bright"> + <h3><strong>University Information</strong></h3> + <ul> + <li><a href="http://peoplefinder.unl.edu/" title="go to a departmental abbreviations page">Departmental Abbreviations</a></li> + <li><a href="http://maps.unl.edu/directory/" title="go to a list of Building Codes at UNL">Building Codes</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml" title="Academic calendar at UNL">Academic Calendar</a></li> + <li><a href="http://www.nebraska.edu/administration/university-administrative-staff.html" title="find contact information for Central Administration">Central Administration Contact Information</a></li> + <li><a href="http://nebraska.edu/board/board-members.html" title="Board of Regents at the University of Nebraska">Board of Regents Members</a></li> + <li><a href="http://www.unl.edu/ucomm/chancllr/administration.shtml" title="University of Nebraska-Lincoln administration">University of Nebraska-Lincoln Administration</a></li> + <li><a href="http://peoplefinder.unl.edu/" title="go to a departmental listings page">Departmental Listings</a></li> + <li><a href="http://maps.unl.edu/" title="go to maps at UNL">UNL Maps</a></li> + </ul> + </div> + + + <div class="zenbox cool"> + <h3 class="sec_header" style="margin-bottom:8px;"><strong>Other Information</strong></h3> + <ul> + <li><a href="http://www.whitepages.com/maps" title="go to a search page for United States area codes">Area Codes (United States)</a></li> <li><a href="http://countrycode.org/" title="go to a search page for Country Codes">Country Codes</a></li> + </ul> + </div> + + + <h4 class="sec_header" style="margin-bottom:8px;">Parking & Transit Services</h4> + <div class="zenbox"> + <p>To find out more information about parking, permits, paying fines, or bus and transit information, visit the <a href="http://parking.unl.edu/">parking and transit services website</a>.</p> + <ul> + <li><a href="http://parking.unl.edu/transit/" title="find bus routes">Bus Routes</a></li> + <li><a href="http://parking/permits/" title="Parking permits and registration">Permits and Registration</a></li> + <li><a href="http://parking.unl.edu/maps/" title="Parking maps">Parking Maps</a></li> + </ul> + </div> + + + + + <!-- <a href="http://www.unl.edu/ucomm/research/" title="go to a page of Research Centers at UNL">Research Centers</a><br /> + + <a href="http://www.nebraska.edu/research.html" title="go to a page of Research Centers at the University of Nebraska">Research Centers</a> --> + + + + + + </div> + <div class="clear"></div> + + + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/splash/heading_extractor.php b/splash/heading_extractor.php new file mode 100644 index 0000000000000000000000000000000000000000..7f084c245669ad15e5ffc7c7b3b2ba8e046968ba --- /dev/null +++ b/splash/heading_extractor.php @@ -0,0 +1,71 @@ +<?php +$html = file_get_contents('http://www.unl.edu/ucomm/unltoday/unltoday.html'); + +// Sample text +// $html = ' +// <h5>super heading 1</h5> +// <h5>blah blah</h5> +// <h5 class="internal">internal story</h5> +// <h5 class="lead">Teh Lead</h5> +// '; + +function extractHeadings($html) +{ + // Wrap the HTML to ensure we have a root node + $html = '<div>'.$html.'</div>'; + + // Silence HTML errors + $xml = @DOMDocument::loadHTML($html); + + $headings[1] = $xml->getElementsByTagName('h1'); + $headings[2] = $xml->getElementsByTagName('h2'); + $headings[3] = $xml->getElementsByTagName('h3'); + $headings[4] = $xml->getElementsByTagName('h4'); + $headings[5] = $xml->getElementsByTagName('h5'); + $headings[6] = $xml->getElementsByTagName('h6'); + return $headings; +} + +$headings = extractHeadings($html); + +$filename = __DIR__ . '/../promo_unltoday.html'; + +// Default title +$lead = 'What\'s Happening On Campus Today'; + +$unltoday_headings = array(); + +// How many sub-headings to show +$subhead_limit = 4; + +if ($headings[5]->length > 0) { + foreach ($headings[5] as $heading) { + if ($class = $heading->getAttribute('class')) { + // Check the class + if ($class == 'internal') { + // Skip this internal-focused story + continue; + } + if ($class == 'lead') { + $lead = $heading->nodeValue; + continue; + } + } + $unltoday_headings[] = $heading->nodeValue; + } +} + +$data = '<h3><a href="http://www.unl.edu/ucomm/unltoday/" title="Read more on UNL Today">'.$lead.'</a></h3>'.PHP_EOL; +if (count($unltoday_headings)) { + $unltoday_headings = array_slice($unltoday_headings, 0, $subhead_limit); + $data .= ' + <ul> + <li><a href="http://www.unl.edu/ucomm/unltoday/" title="Read more on UNL Today">' + . implode($unltoday_headings, '</a></li> + <li><a href="http://www.unl.edu/ucomm/unltoday/" title="Read more on UNL Today">') + . '</a></li> + </ul>'; +} +echo $data; + +file_put_contents($filename, $data); \ No newline at end of file diff --git a/splash/heading_extractor.php.LCK b/splash/heading_extractor.php.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/heading_extractor.php.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/assertRight.png b/splash/images/assertRight.png new file mode 100644 index 0000000000000000000000000000000000000000..82610f9348f841188f6a9df44bdcda85f3bb5358 Binary files /dev/null and b/splash/images/assertRight.png differ diff --git a/splash/images/bg_icon_news.png b/splash/images/bg_icon_news.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6af81c0d199e8e79fda98a9e19fffa1c3d249c Binary files /dev/null and b/splash/images/bg_icon_news.png differ diff --git a/splash/images/calloutRibbonEnding.png b/splash/images/calloutRibbonEnding.png new file mode 100644 index 0000000000000000000000000000000000000000..972edd04b91fd1df4efa9b8a0f993cf43580a708 Binary files /dev/null and b/splash/images/calloutRibbonEnding.png differ diff --git a/splash/images/collegeARCH.jpg b/splash/images/collegeARCH.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d0e3ab8ae82ebaee3b1161e65492ecf79be4e3f Binary files /dev/null and b/splash/images/collegeARCH.jpg differ diff --git a/splash/images/collegeAS.jpg b/splash/images/collegeAS.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b35bca6db8b409b141afac7e3f45df2c80c13556 Binary files /dev/null and b/splash/images/collegeAS.jpg differ diff --git a/splash/images/collegeCASNR.jpg b/splash/images/collegeCASNR.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f84d5244c185f4e5db23c898dbeb67ea3c0d6b8 Binary files /dev/null and b/splash/images/collegeCASNR.jpg differ diff --git a/splash/images/collegeCBA.jpg b/splash/images/collegeCBA.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecd96b6b8bcfa3bf4f27d7f2b6258ec1266276a3 Binary files /dev/null and b/splash/images/collegeCBA.jpg differ diff --git a/splash/images/collegeEHS.jpg b/splash/images/collegeEHS.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4105929bc902d6d205aa7734cc288b7c207027d9 Binary files /dev/null and b/splash/images/collegeEHS.jpg differ diff --git a/splash/images/collegeENG.jpg b/splash/images/collegeENG.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5f63a8aa80c5c2efd5d3d38c876dc300b7f6be8 Binary files /dev/null and b/splash/images/collegeENG.jpg differ diff --git a/splash/images/collegeFPA.jpg b/splash/images/collegeFPA.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dd6428136c8775ebc4084a360ce677d4522c197 Binary files /dev/null and b/splash/images/collegeFPA.jpg differ diff --git a/splash/images/collegeJMC.jpg b/splash/images/collegeJMC.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ce08c97733e3ad8c59e09b70779f1e0fc9bed99 Binary files /dev/null and b/splash/images/collegeJMC.jpg differ diff --git a/splash/images/collegeLAW.jpg b/splash/images/collegeLAW.jpg new file mode 100644 index 0000000000000000000000000000000000000000..406446c5088be0c9615601ceb3f66c6f97c81da7 Binary files /dev/null and b/splash/images/collegeLAW.jpg differ diff --git a/splash/images/ds_goods.png b/splash/images/ds_goods.png new file mode 100644 index 0000000000000000000000000000000000000000..3321c10bd3c95acd70f3e040d958373d7d0cb37a Binary files /dev/null and b/splash/images/ds_goods.png differ diff --git a/splash/images/ds_goods.png.LCK b/splash/images/ds_goods.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/ds_goods.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/fieldguide_directory_imagethumbs.jpg b/splash/images/fieldguide_directory_imagethumbs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d1f477416e573801bf6b56b9a6b94c5f7cd3994 Binary files /dev/null and b/splash/images/fieldguide_directory_imagethumbs.jpg differ diff --git a/splash/images/gbr_balloon_promo.jpg b/splash/images/gbr_balloon_promo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f3c66de7caa6c169c76a8c83bed4e30cd257710 Binary files /dev/null and b/splash/images/gbr_balloon_promo.jpg differ diff --git a/splash/images/gobig.png b/splash/images/gobig.png new file mode 100644 index 0000000000000000000000000000000000000000..477b3875a34b8cf796ef0e8fa02583e356e71dd0 Binary files /dev/null and b/splash/images/gobig.png differ diff --git a/splash/images/gobig_promo.jpg b/splash/images/gobig_promo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13c0aef426c40283ff5f84a29031569ab2f2a50e Binary files /dev/null and b/splash/images/gobig_promo.jpg differ diff --git a/splash/images/gobig_promo.jpg.LCK b/splash/images/gobig_promo.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/gobig_promo.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/innovation_campus.jpg b/splash/images/innovation_campus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf97b9647a114217555ab4870803cfb13c726a84 Binary files /dev/null and b/splash/images/innovation_campus.jpg differ diff --git a/splash/images/innovation_campus.jpg.LCK b/splash/images/innovation_campus.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/innovation_campus.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/logo_ds.png b/splash/images/logo_ds.png new file mode 100644 index 0000000000000000000000000000000000000000..ad2ecab079956b5a9c83900d1bf9ee34f939a376 Binary files /dev/null and b/splash/images/logo_ds.png differ diff --git a/splash/images/logo_ds.png.LCK b/splash/images/logo_ds.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/logo_ds.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/logo_gob1g.png b/splash/images/logo_gob1g.png new file mode 100644 index 0000000000000000000000000000000000000000..b45372628598880582eb3413152315ea55a2dc06 Binary files /dev/null and b/splash/images/logo_gob1g.png differ diff --git a/splash/images/logo_gob1g.png.LCK b/splash/images/logo_gob1g.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/logo_gob1g.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/logo_ps.png b/splash/images/logo_ps.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd790020f1ff775070d13b932e63bb6c274bb07 Binary files /dev/null and b/splash/images/logo_ps.png differ diff --git a/splash/images/logo_ps.png.LCK b/splash/images/logo_ps.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/logo_ps.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/nationalspot.jpg b/splash/images/nationalspot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c580ee3a552dc9e260ce9fa6f5ec834409679e71 Binary files /dev/null and b/splash/images/nationalspot.jpg differ diff --git a/splash/images/nationalspot.jpg.LCK b/splash/images/nationalspot.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/nationalspot.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/nebraska_app.png b/splash/images/nebraska_app.png new file mode 100644 index 0000000000000000000000000000000000000000..8b604f4412aa0933b966ac4b7e07fe8b351647a0 Binary files /dev/null and b/splash/images/nebraska_app.png differ diff --git a/splash/images/nebraska_app.png.LCK b/splash/images/nebraska_app.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/nebraska_app.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/outpostSprite.gif b/splash/images/outpostSprite.gif new file mode 100644 index 0000000000000000000000000000000000000000..ee295916fbda7843aecf438b37c48cfd8143c8a5 Binary files /dev/null and b/splash/images/outpostSprite.gif differ diff --git a/splash/images/phoneshop.png b/splash/images/phoneshop.png new file mode 100644 index 0000000000000000000000000000000000000000..5faa646aea4e92a2e4721bac95500f65dd2040c3 Binary files /dev/null and b/splash/images/phoneshop.png differ diff --git a/splash/images/phoneshop.png.LCK b/splash/images/phoneshop.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/phoneshop.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/promo_commencement.jpg b/splash/images/promo_commencement.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5490cbfe6e50814cd7e16c9e1850c4a12ba2806 Binary files /dev/null and b/splash/images/promo_commencement.jpg differ diff --git a/splash/images/promo_commencement.jpg.LCK b/splash/images/promo_commencement.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/promo_commencement.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/promo_major_chemistry.jpg b/splash/images/promo_major_chemistry.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7824bd388af39d3eef712a23cd39f4c0cedc1ea9 Binary files /dev/null and b/splash/images/promo_major_chemistry.jpg differ diff --git a/splash/images/promo_major_electricalengineering.jpg b/splash/images/promo_major_electricalengineering.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0daa62eb929f8660a4a3ca1c9b10d7bd238f0683 Binary files /dev/null and b/splash/images/promo_major_electricalengineering.jpg differ diff --git a/splash/images/promo_major_electricalengineering.jpg.LCK b/splash/images/promo_major_electricalengineering.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/promo_major_electricalengineering.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/promo_major_music.jpg b/splash/images/promo_major_music.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f638c695e5924acae6f827df4e5a79a9da67c101 Binary files /dev/null and b/splash/images/promo_major_music.jpg differ diff --git a/splash/images/promo_major_music.jpg.LCK b/splash/images/promo_major_music.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/promo_major_music.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/promo_major_physics.jpg b/splash/images/promo_major_physics.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eab29f144be52e4bf873aa433e0ab448100824ca Binary files /dev/null and b/splash/images/promo_major_physics.jpg differ diff --git a/splash/images/promo_major_physics.jpg.LCK b/splash/images/promo_major_physics.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/promo_major_physics.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/promo_majors_physics.jpg b/splash/images/promo_majors_physics.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eab29f144be52e4bf873aa433e0ab448100824ca Binary files /dev/null and b/splash/images/promo_majors_physics.jpg differ diff --git a/splash/images/promo_majors_physics.jpg.LCK b/splash/images/promo_majors_physics.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/promo_majors_physics.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/promo_unltoday.jpg b/splash/images/promo_unltoday.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b3ec87399229a7255d997d2796a1986c20f993a Binary files /dev/null and b/splash/images/promo_unltoday.jpg differ diff --git a/splash/images/promo_unltoday.jpg.LCK b/splash/images/promo_unltoday.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/promo_unltoday.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/sliderBG.png b/splash/images/sliderBG.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5dde731d6c434e0fcd9f9b3d81baad0c93e311 Binary files /dev/null and b/splash/images/sliderBG.png differ diff --git a/splash/images/sliderLeft.png b/splash/images/sliderLeft.png new file mode 100644 index 0000000000000000000000000000000000000000..7374e6c4af79baafee1c3e9075dfac082904b33c Binary files /dev/null and b/splash/images/sliderLeft.png differ diff --git a/splash/images/sliderRight.png b/splash/images/sliderRight.png new file mode 100644 index 0000000000000000000000000000000000000000..ff8777679ddf7136b3b406cff958f5bae7ff915f Binary files /dev/null and b/splash/images/sliderRight.png differ diff --git a/splash/images/tcd.png b/splash/images/tcd.png new file mode 100644 index 0000000000000000000000000000000000000000..4457a22797abc2b5b98c2be6d5ca8a087de191a0 Binary files /dev/null and b/splash/images/tcd.png differ diff --git a/splash/images/tcd.png.LCK b/splash/images/tcd.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/images/tcd.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/images/tv20110701.png b/splash/images/tv20110701.png new file mode 100644 index 0000000000000000000000000000000000000000..a0fbc83c91445d2955d3602ab831461988aa25f0 Binary files /dev/null and b/splash/images/tv20110701.png differ diff --git a/splash/images/welcome_delany.png b/splash/images/welcome_delany.png new file mode 100644 index 0000000000000000000000000000000000000000..c08a72be6d68d83ed793325e37541d4b5a750a2e Binary files /dev/null and b/splash/images/welcome_delany.png differ diff --git a/splash/images/welcome_mcfaddenallen.png b/splash/images/welcome_mcfaddenallen.png new file mode 100644 index 0000000000000000000000000000000000000000..0817d96e90c2501318691379dfdefa82723fe461 Binary files /dev/null and b/splash/images/welcome_mcfaddenallen.png differ diff --git a/splash/images/welcome_silverman.png b/splash/images/welcome_silverman.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4ffc62fe9ed75f0eb3f92929d18085a76c87a8 Binary files /dev/null and b/splash/images/welcome_silverman.png differ diff --git a/splash/index.shtml b/splash/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..fc1b6400c4ce65715f1a2f4831f67e294b870ff8 --- /dev/null +++ b/splash/index.shtml @@ -0,0 +1,555 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico_html5.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed_html5.dwt 1801 2011-06-29 20:56:10Z kabel $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics_html5.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>University of Nebraska–Lincoln</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<link rel="alternate" type="application/rss+xml" title="UNL News Releases" href="http://newsroom.unl.edu/releases/?format=xml" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/plugins/serialScroll/jquery.serialScroll-1.2.2-min.js"></script> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/plugins/scrollTo/jquery.scrollTo-1.4.2-min.js"></script> +<script type="text/javascript"> + + +WDN.jQuery(function(){ + var uri = window.location.href.split('#'); + sliderStart = 0; + if (!isNaN(parseInt(uri[1] *1))) { + sliderStart = uri[1] - 1; + } + jQuery = WDN.jQuery; + var forcePlay = false; + WDN.jQuery('#bigTenVideo').click(function() { + WDN.jQuery('.wdn_carousel').addClass('full'); + forcePlay = true; + }); + WDN.jQuery.getScript('http://www.unl.edu/wdn/templates_3.0/scripts/mediaelement.js', + function(){ + WDN.jQuery('#bigTenVideo video').mediaelementplayer({ + features: ['playpause','progress','current','duration','tracks','volume'], + pluginPath: '/wdn/templates_3.0/scripts/', + success: function(mediaElement, domObject) { + if (forcePlay) { + mediaElement.play(); + } + var slideTimeout; + var videoUIToggle = function() { + if (slideTimeout) { + window.clearTimeout(slideTimeout); + } + WDN.jQuery('.wdn_carousel').addClass('full'); + mediaElement.play(); + WDN.jQuery(this).unbind('click'); + }; + WDN.jQuery('#bigTenVideo').unbind('click').click(videoUIToggle); + mediaElement.addEventListener('ended', function(){ + WDN.jQuery('.wdn_carousel').removeClass('full'); + WDN.jQuery('#bigTenVideo').unbind('click').click(videoUIToggle); + slideTimeout = window.setTimeout(function(){WDN.jQuery('.currentScroller').trigger('start')}, 5000); + }); + } + }); + }); + WDN.jQuery('.wdn_carousel').serialScroll({ + target : '.currentScroller', + items : '.scrollerItems > li', + duration : 700, + prev:'.sliderControl.left a', + next:'.sliderControl.right a', + start: sliderStart, + interval : 10000, + force : true, + stop : true + }).click(function(){WDN.jQuery('.currentScroller').trigger('stop');}); +}); + + + +WDN.jQuery(function(){ + var uri = window.location.href.split('#'); + sliderStart = 0; + if (!isNaN(parseInt(uri[1] *1))) { + sliderStart = uri[1] - 1; + } + jQuery = WDN.jQuery; + + + WDN.jQuery('.wdn_carousel').serialScroll({ + target : '.currentScroller', + items : '.scrollerItems > li', + duration : 700, + prev:'.sliderControl.left a', + next:'.sliderControl.right a', + start: sliderStart, + interval : 10000, + force : true, + stop : true + }).click(function(){WDN.jQuery('.currentScroller').trigger('stop');}); +}); +</script> +<style type="text/css"> + /* Splash Overrides */ + #header h1, #breadcrumbs, #pagetitle {display:none;} + #titlegraphic h1 {text-transform:uppercase;} + #wdn_navigation_wrapper {margin-top:10px;} + #maincontent {margin-top:20px;} + .nav_pinned #navigation > ul {margin-top:10px;} + + /* For the smaller 'Find your major' button */ +#maincontent .currentScroller .majorPromo .promoText p a { + display: inline-block; + background: #f1f1f1; + color: #4b4b4b; + border: 1px solid #CED1D2; + padding: 4px 14px 4px 12px; + margin-top:8px; + -webkit-border-radius: 1em; + -moz-border-radius: 1em; + border-radius: 1em; +text-shadow: -1px -1px 1px white; +text-decoration:none; +} + +#maincontent .currentScroller .gobigPromo .promoText p a { + display: inline-block; + background: #f1f1f1; + color: #4b4b4b; + border: 1px solid #CED1D2; + padding: 4px 14px; + margin-top:8px; + -webkit-border-radius: 1em; + -moz-border-radius: 1em; + border-radius: 1em; +text-shadow: -1px -1px 1px white; +text-decoration:none; +} + + /* Dairy Store ad */ + + #unl_ad { + position: relative; + + } + .mp_dairy { + border: 1px solid #; + border-right: 0px; + border-left: 0px; + background: #edebe1; + min-height: 75px; + } + .mp_dairy .headline { + font-size: 1.8em; + font-weight: bold; + font-family: helvetica; + color: #635e41; + position: absolute; + top: 20px; + left: 20px; + text-shadow: 1px 1px 0 #fff; + } + .mp_footer { + position: absolute; + bottom: 0; + right: 0; + background: #d9d4b8; + width: 100%; + border-top: 1px solid #c0bb9c; + border-bottom: 1px solid #c0bb9c; + } + .mp_footer span { + padding: 0.2em; + margin-left:20px; + text-transform: uppercase; + color: #635e41 !important; + font-weight: bold; + } + .logo { + position: absolute; + z-index: 2; + right: 10px; + top: -25px; + } + + .remainder { + margin-bottom:15px; + } +</style> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/splash/external_content.css" /> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/content/mediaelement.css" /> +<!--[if IE 7]><style type="text/css"> +#maincontent .assert > ul {width:820px; margin-left:0px; float:right;} +#maincontent .currentScroller {position:relative;} +#maincontent .remainder ul li {display:inline;} +</style><![endif]--> + +<!-- TemplateEndEditable --> +</head> +<body class="html5 fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li>UNL</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>University of Nebraska–Lincoln</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --><h2>Welcome to the University of Nebraska–Lincoln</h2><!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + + <!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/sharedcode/alert.shtml?mobile=no" --> + <!--#else --> + <!--#include virtual="/ucomm/sharedcode/alert.shtml" --> + <!--#endif --> + <div class="wdn_carousel"> + <div class="currentScroller"> + <ul class="scrollerItems"> + <li class="gobigPromo"> + <img src="/ucomm/splash/images/gobig_promo.jpg" alt="Take the campus tour at GoBig.unl.edu" /> + <div class="promoText"> + <p>See all that the University of Nebraska-Lincoln has to offer at <a href="http://gobig.unl.edu/" title="take the virtual tour at GoBig.unl.edu/">GoBig.unl.edu</a></p> + + </div> + </li> + <li class="video"> + <div id="bigTenVideo"> + <div id="theVideo"> + <video height="540" width="960" src="http://mediahub.unl.edu/uploads/46af5f688bbe66ca3123df4c6ad79047.mp4" poster="http://itunes.unl.edu/thumbnails.php?url=http://mediahub.unl.edu/uploads/46af5f688bbe66ca3123df4c6ad79047.mp4"></video> + </div> + </div> + <div class="promoText"> + <h3>Write Your Story</h3> + <p>UNL gives your story incredible life and your life an incredible story. Learn more at <a href="http://admissions.unl.edu/" title="go to UNL Admissions">the Admissions website</a>.</p> + </div> + </li> + <li> + <img src="/ucomm/splash/images/promo_unltoday.jpg" alt="UNL Today lead story image" height="310" width="960" /> + <div class="unltoday sidebar"> + <div class="inner"> + <!--#include file="promo_unltoday.html" --> + <p style="margin-left:24px;"><em>These stories and more on <a href="/ucomm/unltoday/" title="go to UNL Today">UNL Today.</a></em></p> + </div> + </div> + </li> + <li class="majorPromo"> + <img src="/ucomm/splash/images/promo_major_music.jpg" alt="Music, one of the 149 undergraduate majors available." /> + <div class="promoText" style="background:#000;padding:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"> + <h3><a href="http://admissions.unl.edu/majors/seemajor.aspx?MajorID=174" title="read more about Music at UNL">Music</a></h3> + <h4>And 149 other Big Red Majors.</h4> + <p><a href="http://admissions.unl.edu/discover/majors.aspx" title="List of majors and areas of study">Find your major today</a></p> + </div> + </li> + + <li class="innovation"> + <a href="http://innovate.unl.edu/" title="Go to the Innovation Campus site"><img src="/ucomm/splash/images/innovation_campus.jpg" alt="Nebraska Innovation Campus" height="310" width="960" /></a> + <div class="promoText"> + <h3>Big Innovation</h3> + <p>Tomorrow begins today. Explore the <a href="http://innovate.unl.edu/" class="tooltip" title="go to the Nebraska Innovation Campus website">Nebraska Innovation Campus</a> site for a more detailed overview and vision of this research and development center for Nebraska and the world.</p> + </div> + </li> + </ul> + </div> + <div class="sliderControl left"> + <a href="#">Left</a> + </div> + <div class="sliderControl right"> + <a href="#">Right</a> + </div> + </div> + <script type="text/javascript"> + WDN.jQuery(document).ready(function() { + WDN.jQuery.getJSON('http://newsroom.unl.edu/announce/majorpromos/latest?format=json', function(data){ + function pickRandomStory(obj) { + var result; + var count = 0; + for (var prop in obj) + if (Math.random() < 1/++count) + result = prop; + return result; + } + var url = pickRandomStory(data.stories); + var major = data.stories[url]; + var img = ''; + + WDN.jQuery.each(major.files, function (imgURL, file) { + if (file.use_for == 'originalimage') { + img = imgURL; + return; + } + }); + WDN.jQuery('ul.scrollerItems li.majorPromo img').attr('src', img); + WDN.jQuery('ul.scrollerItems li.majorPromo h3').html('<a href="'+major.website+'" title="read more about '+major.title+' at UNL">'+major.title+'</a>'); + }); + }); + </script> + <div class="assert"> + <h4>Academic Colleges</h4> + <ul> + <li> + <div class="moreOptions"> + <img alt="College of Agricultural Sciences and Natural Resources recruitment photo" src="/ucomm/splash/images/collegeCASNR.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/2/college-of-agricultural-sciences-and-natural-resources.aspx"><span>Agricultural Sciences & Natural Resources</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/200" title="View contact information for the College of Agricultural Sciences & Natural Resources"><span>Agricultural Sciences & Natural Resources</span> Directory</a></li> + </ul> + </div> + <a href="http://casnr.unl.edu/" title="College of Agricultural Sciences and Natural Resources">Agricultural Sciences & Natural Resources</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Architecture recruitment photo" src="/ucomm/splash/images/collegeARCH.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/3/college-of-architecture.aspx"><span>Architecture</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/55" title="View contact information for the College of Architecture"><span>Architecture</span> Directory</a></li> + </ul> + </div> + <a href="http://archweb.unl.edu/" title="College of Architecture">Architecture</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Arts & Sciences recruitment photo" src="/ucomm/splash/images/collegeAS.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/1/college-of-arts-and-sciences.aspx"><span>Arts & Sciences</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/85" title="View contact information for the College of Arts & Sciences"><span>Arts & Sciences</span> Directory</a></li> + </ul> + </div> + <a href="http://cas.unl.edu/" title="College of Arts and Sciences">Arts & Sciences</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Business Administration recruitment photo" src="/ucomm/splash/images/collegeCBA.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/5/college-of-business-administration.aspx"><span>Business Administration</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/60" title="View contact information for the College of Business Administration"><span>Business Administration</span> Directory</a></li> + </ul> + </div> + <a href="http://cba.unl.edu/" title="College of Business Administration">Business Administration</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Education & Human Sciences recruitment photo" src="/ucomm/splash/images/collegeEHS.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/6/college-of-education-and-human-sciences.aspx"><span>Education & Human Sciences</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/144" title="View contact information for the College of Education & Human Sciences"><span>Education & Human Sciences</span> Directory</a></li> + </ul> + </div> + <a href="http://cehs.unl.edu/" title="College of Education & Human Sciences">Education & Human Sciences</a> + </li> + <li> + <div class="moreOptions left"> + <img alt="College of Engineering recruitment photo" src="/ucomm/splash/images/collegeENG.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/7/college-of-engineering.aspx"><span>Engineering</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/121" title="View contact information for the College of Engineering"><span>Engineering</span> Directory</a></li> + </ul> + </div> + <a href="http://engineering.unl.edu/" title="College of Engineering">Engineering</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Journalism & Mass Communications recruitment photo" src="/ucomm/splash/images/collegeJMC.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/8/college-of-journalism-and-mass-communications.aspx"><span>Journalism</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/139" title="View contact information for the College of Journalism"><span>Journalism</span> Directory</a></li> + </ul> + </div> + <a href="http://journalism.unl.edu/" title="College of Journalism and Mass Communications">Journalism & Mass Communications</a> + </li> + <li class="outlier"> + <div class="moreOptions"> + <img alt="College of Fine & Performing Arts recruitment photo" src="/ucomm/splash/images/collegeFPA.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/11/hixson-lied-college-of-fine-and-performing-arts.aspx"><span>Fine & Performing Arts</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/70" title="View contact information for the College of Fine & Performing Arts"><span>Fine & Performing Arts</span> Directory</a></li> + </ul> + </div> + <a href="http://www.unl.edu/finearts/" title="Hixson-Lied College of Fine and Performing Arts"><span>Hixson-Lied College of</span>Fine & Performing Arts</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Law recruitment photo" src="/ucomm/splash/images/collegeLAW.jpg" height="58" width="88" /> + <ul> + <li><a href="http://law.unl.edu/academics/degree_programs.shtml" title="View degree program information for the College of Law"><span>Law</span> Degree Programs</a></li> + <li><a href="http://directory.unl.edu/departments/75" title="View contact information for the College of Law"><span>Law</span> Directory</a></li> + </ul> + </div> + <a href="http://law.unl.edu/" title="Nebraska College of Law">Law</a> + </li> + </ul> + </div> + <div class="band"> + <div class="grid3 callout first"> + <h3 class="ribbon">Go Big</h3> + <ul> + <li> + <a href="http://admissions.unl.edu/">Apply</a> + <ul> + <li> + <a href="http://admissions.unl.edu/apply/">Undergrad</a> + </li> + <li> + <a href="http://www.unl.edu/gradstudies/prospective/steps/">Grad</a> + </li> + <li> + <a href="http://law.unl.edu/prospective/apply.shtml">Law</a> + </li> + </ul> + </li> + <li> + <a href="http://visit.unl.edu/">Visit</a> + <ul> + <li> + <a href="http://admissions.unl.edu/daily_visit/index.aspx">Schedule a Visit</a> + </li> + <li> + <a href="http://maps.unl.edu/">Maps</a> + </li> + </ul> + </li> + <li> + <a href="http://www.unl.edu/ucomm/current/">Student Resources</a> + <ul> + <li> + <a href="http://myred.unl.edu/">MyRED</a> + </li> + <li> + <a href="http://events.unl.edu/academic/upcoming/">Academic Calendar</a> + </li> + <li> + <a href="http://my.unl.edu/">My.UNL</a> + </li> + </ul> + </li> + <li> + <a href="http://nufoundation.org/page.aspx?pid=341">Support</a> + <ul> + <li> + <a href="http://www.huskeralum.org/">Alumni</a> + </li> + <li> + <a href="http://nufoundation.org/">Foundation</a> + </li> + </ul> + </li> + </ul> + </div> + <!--#include virtual="/ucomm/splash/features.html" --> + </div> + <div class="grid8 first remainder"> + <h5>Affiliates</h5> + <ul> + <li><a href="http://www.huskeralum.org/" title="Alumni">Alumni</a></li> + <li><a href="http://www.huskers.com/" title="Huskers">Husker Athletics</a></li> + <li><a href="http://www.liedcenter.org/" title="Lied Center">Lied Center</a></li> + <li><a href="http://www.netnebraska.org/television/" title="NET">NET</a></li> + <li><a href="http://www.quiltstudy.org/" title="International Quilt Study Center & Museum">Quilt Study Center</a></li> + <li><a href="http://theross.org/" title="Ross Theatre">The Ross</a></li> + <li><a href="http://www.sheldonartgallery.org/" title="Sheldon Gallery">Sheldon Museum of Art</a></li> + <li><a href="http://www-museum.unl.edu/" title="State Museum">State Museum</a></li> + <li><a href="http://www.bkstr.com/Home/10001-10287-1?demoKey=d" title="University Bookstore">UNL Bookstore</a></li> + <li><a href="http://nebraskapress.unl.edu/" title="UofN Press">U of N Press</a></li> + <li><a href="http://www.nufoundation.org/" title="NU Foundation">NU Foundation</a></li> + <li><a href="http://www.nebraska.edu/" title="NU System">NU System</a></li> + <li><a href="http://parentsassoc.unl.edu/" title="UNL Parents Association">Parents Association</a></li> + <li><a href="http://emeriti.unl.edu/" title="UNL Emeriti Association">UNL Emeriti</a></li> + </ul> + </div> + <div class="grid4" id="outposts"> + <ul> + <li class="facebook"><a href="http://www.facebook.com/unl.edu">Facebook</a></li> + <li class="twitter"><a href="http://twitter.com/unlnews/">Twitter</a></li> + <li class="youtube"><a href="http://www.youtube.com/unl">YouTube</a></li> + <li class="itunes"><a href="http://itunes.unl.edu/admin/?anonymous=true">iTunes</a></li> + <li class="flickr"><a href="http://www.flickr.com/photos/universityofnebraska/">Flickr</a></li> + </ul> + </div> + + + <div class="grid12 first" id="unl_ad"> + <a href="http://www.unl.edu/ucomm/apps/"> + <div class="mp_dairy"> + <span class="headline">Campus info on the go</span> + <img class="logo" src="/ucomm/splash/images/nebraska_app.png" alt="Nebraska App" /> + </div> + <div class="mp_footer"><span>Nebraska App</span></div> + </a> + </div> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="/ucomm/splash/relatedLinks.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <!--#include virtual="/ucomm/sharedcode/footerContactInfo.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.w3.org/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/splash/index.shtml.LCK b/splash/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/index_test.shtml b/splash/index_test.shtml new file mode 100644 index 0000000000000000000000000000000000000000..6dcc22d7e4f26a8c2dab60eb2a6b4a3e9828d0bc --- /dev/null +++ b/splash/index_test.shtml @@ -0,0 +1,554 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico_html5.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed_html5.dwt 1801 2011-06-29 20:56:10Z kabel $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics_html5.html" --> +<!-- TemplateBeginEditable name="doctitle" --> +<title>University of Nebraska–Lincoln</title> +<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --> +<link rel="alternate" type="application/rss+xml" title="UNL News Releases" href="http://newsroom.unl.edu/releases/?format=xml" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/plugins/serialScroll/jquery.serialScroll-1.2.2-min.js"></script> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/plugins/scrollTo/jquery.scrollTo-1.4.2-min.js"></script> +<script type="text/javascript"> + + +WDN.jQuery(function(){ + var uri = window.location.href.split('#'); + sliderStart = 0; + if (!isNaN(parseInt(uri[1] *1))) { + sliderStart = uri[1] - 1; + } + jQuery = WDN.jQuery; + var forcePlay = false; + WDN.jQuery('#bigTenVideo').click(function() { + WDN.jQuery('.wdn_carousel').addClass('full'); + forcePlay = true; + }); + WDN.jQuery.getScript('http://www.unl.edu/wdn/templates_3.0/scripts/mediaelement.js', + function(){ + WDN.jQuery('#bigTenVideo video').mediaelementplayer({ + features: ['playpause','progress','current','duration','tracks','volume'], + pluginPath: '/wdn/templates_3.0/scripts/', + success: function(mediaElement, domObject) { + if (forcePlay) { + mediaElement.play(); + } + var slideTimeout; + var videoUIToggle = function() { + if (slideTimeout) { + window.clearTimeout(slideTimeout); + } + WDN.jQuery('.wdn_carousel').addClass('full'); + mediaElement.play(); + WDN.jQuery(this).unbind('click'); + }; + WDN.jQuery('#bigTenVideo').unbind('click').click(videoUIToggle); + mediaElement.addEventListener('ended', function(){ + WDN.jQuery('.wdn_carousel').removeClass('full'); + WDN.jQuery('#bigTenVideo').unbind('click').click(videoUIToggle); + slideTimeout = window.setTimeout(function(){WDN.jQuery('.currentScroller').trigger('start')}, 5000); + }); + } + }); + }); + WDN.jQuery('.wdn_carousel').serialScroll({ + target : '.currentScroller', + items : '.scrollerItems > li', + duration : 700, + prev:'.sliderControl.left a', + next:'.sliderControl.right a', + start: sliderStart, + interval : 10000, + force : true, + stop : true + }).click(function(){WDN.jQuery('.currentScroller').trigger('stop');}); +}); + + + +WDN.jQuery(function(){ + var uri = window.location.href.split('#'); + sliderStart = 0; + if (!isNaN(parseInt(uri[1] *1))) { + sliderStart = uri[1] - 1; + } + jQuery = WDN.jQuery; + + + WDN.jQuery('.wdn_carousel').serialScroll({ + target : '.currentScroller', + items : '.scrollerItems > li', + duration : 700, + prev:'.sliderControl.left a', + next:'.sliderControl.right a', + start: sliderStart, + interval : 10000, + force : true, + stop : true + }).click(function(){WDN.jQuery('.currentScroller').trigger('stop');}); +}); +</script> +<style type="text/css"> + /* Splash Overrides */ + #header h1, #breadcrumbs, #pagetitle {display:none;} + #titlegraphic h1 {text-transform:uppercase;} + #wdn_navigation_wrapper {margin-top:10px;} + #maincontent {margin-top:20px;} + .nav_pinned #navigation > ul {margin-top:10px;} + + /* For the smaller 'Find your major' button */ +#maincontent .currentScroller .majorPromo .promoText p a { + display: inline-block; + background: #f1f1f1; + color: #4b4b4b; + border: 1px solid #CED1D2; + padding: 4px 14px 4px 12px; + margin-top:8px; + -webkit-border-radius: 1em; + -moz-border-radius: 1em; + border-radius: 1em; +text-shadow: -1px -1px 1px white; +text-decoration:none; +} + +#maincontent .currentScroller .gobigPromo .promoText p a { + display: inline-block; + background: #f1f1f1; + color: #4b4b4b; + border: 1px solid #CED1D2; + padding: 4px 14px; + margin-top:8px; + -webkit-border-radius: 1em; + -moz-border-radius: 1em; + border-radius: 1em; +text-shadow: -1px -1px 1px white; +text-decoration:none; +} + + /* Dairy Store ad */ + + #unl_ad { + position: relative; + + } + .mp_dairy { + border: 1px solid #; + border-right: 0px; + border-left: 0px; + background: #edebe1; + min-height: 75px; + } + .mp_dairy .headline { + font-size: 1.8em; + font-weight: bold; + font-family: helvetica; + color: #635e41; + position: absolute; + top: 20px; + left: 20px; + text-shadow: 1px 1px 0 #fff; + } + .mp_footer { + position: absolute; + bottom: 0; + right: 0; + background: #d9d4b8; + width: 100%; + border-top: 1px solid #c0bb9c; + border-bottom: 1px solid #c0bb9c; + } + .mp_footer span { + padding: 0.2em; + margin-left:20px; + text-transform: uppercase; + color: #635e41 !important; + font-weight: bold; + } + .logo { + position: absolute; + z-index: 2; + right: 10px; + top: -25px; + } + + .remainder { + margin-bottom:15px; + } +</style> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/splash/external_content.css" /> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/content/mediaelement.css" /> +<!--[if IE 7]><style type="text/css"> +#maincontent .assert > ul {width:820px; margin-left:0px; float:right;} +#maincontent .currentScroller {position:relative;} +#maincontent .remainder ul li {display:inline;} +</style><![endif]--> + +<!-- TemplateEndEditable --> +</head> +<body class="html5 fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- TemplateBeginEditable name="breadcrumbs" --> + <ul> + <li>UNL</li> + </ul> + <!-- TemplateEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- TemplateBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- TemplateEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- TemplateBeginEditable name="titlegraphic" --> + <h1>University of Nebraska–Lincoln</h1> + <!-- TemplateEndEditable --></div> + <div id="pagetitle"><!-- TemplateBeginEditable name="pagetitle" --><h2>Welcome to the University of Nebraska–Lincoln</h2><!-- TemplateEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- TemplateBeginEditable name="maincontentarea" --> + + <!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/sharedcode/alert.shtml?mobile=no" --> + <!--#else --> + <!--#include virtual="/ucomm/sharedcode/alert.shtml" --> + <div class="wdn_carousel"> + <div class="currentScroller"> + <ul class="scrollerItems"> + <li class="gobigPromo"> + <img src="/ucomm/splash/images/gobig_promo.jpg" alt="Take the campus tour at GoBig.unl.edu" /> + <div class="promoText"> + <p>See all that the University of Nebraska-Lincoln has to offer at <a href="http://gobig.unl.edu/" title="take the virtual tour at GoBig.unl.edu/">GoBig.unl.edu</a></p> + + </div> + </li> + <li class="video"> + <div id="bigTenVideo"> + <div id="theVideo"> + <video height="540" width="960" src="http://mediahub.unl.edu/uploads/46af5f688bbe66ca3123df4c6ad79047.mp4" poster="http://itunes.unl.edu/thumbnails.php?url=http://mediahub.unl.edu/uploads/46af5f688bbe66ca3123df4c6ad79047.mp4"></video> + </div> + </div> + <div class="promoText"> + <h3>Write Your Story</h3> + <p>UNL gives your story incredible life and your life an incredible story. Learn more at <a href="http://admissions.unl.edu/" title="go to UNL Admissions">the Admissions website</a>.</p> + </div> + </li> + <li> + <img src="/ucomm/splash/images/promo_unltoday.jpg" alt="UNL Today lead story image" height="310" width="960" /> + <div class="unltoday sidebar"> + <div class="inner"> + <!--#include file="promo_unltoday.html" --> + <p style="margin-left:24px;"><em>These stories and more on <a href="/ucomm/unltoday/" title="go to UNL Today">UNL Today.</a></em></p> + </div> + </div> + </li> + <li class="majorPromo"> + <img src="/ucomm/splash/images/promo_major_music.jpg" alt="Music, one of the 149 undergraduate majors available." /> + <div class="promoText" style="background:#000;padding:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"> + <h3><a href="http://admissions.unl.edu/majors/seemajor.aspx?MajorID=174" title="read more about Music at UNL">Music</a></h3> + <h4>And 149 other Big Red Majors.</h4> + <p><a href="http://admissions.unl.edu/discover/majors.aspx" title="List of majors and areas of study">Find your major today</a></p> + </div> + </li> + + <li class="innovation"> + <a href="http://innovate.unl.edu/" title="Go to the Innovation Campus site"><img src="/ucomm/splash/images/innovation_campus.jpg" alt="Nebraska Innovation Campus" height="310" width="960" /></a> + <div class="promoText"> + <h3>Big Innovation</h3> + <p>Tomorrow begins today. Explore the <a href="http://innovate.unl.edu/" class="tooltip" title="go to the Nebraska Innovation Campus website">Nebraska Innovation Campus</a> site for a more detailed overview and vision of this research and development center for Nebraska and the world.</p> + </div> + </li> + </ul> + </div> + <div class="sliderControl left"> + <a href="#">Left</a> + </div> + <div class="sliderControl right"> + <a href="#">Right</a> + </div> + </div> + <script type="text/javascript"> + WDN.jQuery(document).ready(function() { + WDN.jQuery.getJSON('http://newsroom.unl.edu/announce/majorpromos/latest?format=json', function(data){ + function pickRandomStory(obj) { + var result; + var count = 0; + for (var prop in obj) + if (Math.random() < 1/++count) + result = prop; + return result; + } + var url = pickRandomStory(data.stories); + var major = data.stories[url]; + var img = ''; + + WDN.jQuery.each(major.files, function (imgURL, file) { + if (file.use_for == 'originalimage') { + img = imgURL; + return; + } + }); + WDN.jQuery('ul.scrollerItems li.majorPromo img').attr('src', img); + WDN.jQuery('ul.scrollerItems li.majorPromo h3').html('<a href="'+major.website+'" title="read more about '+major.title+' at UNL">'+major.title+'</a>'); + }); + }); + </script> + <div class="assert"> + <h4>Academic Colleges</h4> + <ul> + <li> + <div class="moreOptions"> + <img alt="College of Agricultural Sciences and Natural Resources recruitment photo" src="/ucomm/splash/images/collegeCASNR.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/2/college-of-agricultural-sciences-and-natural-resources.aspx"><span>Agricultural Sciences & Natural Resources</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/200" title="View contact information for the College of Agricultural Sciences & Natural Resources"><span>Agricultural Sciences & Natural Resources</span> Directory</a></li> + </ul> + </div> + <a href="http://casnr.unl.edu/" title="College of Agricultural Sciences and Natural Resources">Agricultural Sciences & Natural Resources</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Architecture recruitment photo" src="/ucomm/splash/images/collegeARCH.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/3/college-of-architecture.aspx"><span>Architecture</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/55" title="View contact information for the College of Architecture"><span>Architecture</span> Directory</a></li> + </ul> + </div> + <a href="http://archweb.unl.edu/" title="College of Architecture">Architecture</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Arts & Sciences recruitment photo" src="/ucomm/splash/images/collegeAS.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/1/college-of-arts-and-sciences.aspx"><span>Arts & Sciences</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/85" title="View contact information for the College of Arts & Sciences"><span>Arts & Sciences</span> Directory</a></li> + </ul> + </div> + <a href="http://cas.unl.edu/" title="College of Arts and Sciences">Arts & Sciences</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Business Administration recruitment photo" src="/ucomm/splash/images/collegeCBA.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/5/college-of-business-administration.aspx"><span>Business Administration</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/60" title="View contact information for the College of Business Administration"><span>Business Administration</span> Directory</a></li> + </ul> + </div> + <a href="http://cba.unl.edu/" title="College of Business Administration">Business Administration</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Education & Human Sciences recruitment photo" src="/ucomm/splash/images/collegeEHS.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/6/college-of-education-and-human-sciences.aspx"><span>Education & Human Sciences</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/144" title="View contact information for the College of Education & Human Sciences"><span>Education & Human Sciences</span> Directory</a></li> + </ul> + </div> + <a href="http://cehs.unl.edu/" title="College of Education & Human Sciences">Education & Human Sciences</a> + </li> + <li> + <div class="moreOptions left"> + <img alt="College of Engineering recruitment photo" src="/ucomm/splash/images/collegeENG.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/7/college-of-engineering.aspx"><span>Engineering</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/121" title="View contact information for the College of Engineering"><span>Engineering</span> Directory</a></li> + </ul> + </div> + <a href="http://engineering.unl.edu/" title="College of Engineering">Engineering</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Journalism & Mass Communications recruitment photo" src="/ucomm/splash/images/collegeJMC.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/8/college-of-journalism-and-mass-communications.aspx"><span>Journalism</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/139" title="View contact information for the College of Journalism"><span>Journalism</span> Directory</a></li> + </ul> + </div> + <a href="http://journalism.unl.edu/" title="College of Journalism and Mass Communications">Journalism & Mass Communications</a> + </li> + <li class="outlier"> + <div class="moreOptions"> + <img alt="College of Fine & Performing Arts recruitment photo" src="/ucomm/splash/images/collegeFPA.jpg" height="58" width="88" /> + <ul> + <li><a href="http://admissions.unl.edu/discover/majors/college/11/hixson-lied-college-of-fine-and-performing-arts.aspx"><span>Fine & Performing Arts</span> Undergrad Majors</a></li> + <li><a href="http://www.unl.edu/gradstudies/prospective/majors.shtml">Grad Programs</a></li> + <li><a href="http://directory.unl.edu/departments/70" title="View contact information for the College of Fine & Performing Arts"><span>Fine & Performing Arts</span> Directory</a></li> + </ul> + </div> + <a href="http://www.unl.edu/finearts/" title="Hixson-Lied College of Fine and Performing Arts"><span>Hixson-Lied College of</span>Fine & Performing Arts</a> + </li> + <li> + <div class="moreOptions"> + <img alt="College of Law recruitment photo" src="/ucomm/splash/images/collegeLAW.jpg" height="58" width="88" /> + <ul> + <li><a href="http://law.unl.edu/academics/degree_programs.shtml" title="View degree program information for the College of Law"><span>Law</span> Degree Programs</a></li> + <li><a href="http://directory.unl.edu/departments/75" title="View contact information for the College of Law"><span>Law</span> Directory</a></li> + </ul> + </div> + <a href="http://law.unl.edu/" title="Nebraska College of Law">Law</a> + </li> + </ul> + </div> + <div class="band"> + <div class="grid3 callout first"> + <h3 class="ribbon">Go Big</h3> + <ul> + <li> + <a href="http://admissions.unl.edu/">Apply</a> + <ul> + <li> + <a href="http://admissions.unl.edu/apply/">Undergrad</a> + </li> + <li> + <a href="http://www.unl.edu/gradstudies/prospective/steps/">Grad</a> + </li> + <li> + <a href="http://law.unl.edu/prospective/apply.shtml">Law</a> + </li> + </ul> + </li> + <li> + <a href="http://visit.unl.edu/">Visit</a> + <ul> + <li> + <a href="http://admissions.unl.edu/daily_visit/index.aspx">Schedule a Visit</a> + </li> + <li> + <a href="http://maps.unl.edu/">Maps</a> + </li> + </ul> + </li> + <li> + <a href="http://www.unl.edu/ucomm/current/">Student Resources</a> + <ul> + <li> + <a href="http://myred.unl.edu/">MyRED</a> + </li> + <li> + <a href="http://events.unl.edu/academic/upcoming/">Academic Calendar</a> + </li> + <li> + <a href="http://my.unl.edu/">My.UNL</a> + </li> + </ul> + </li> + <li> + <a href="http://nufoundation.org/page.aspx?pid=341">Support</a> + <ul> + <li> + <a href="http://www.huskeralum.org/">Alumni</a> + </li> + <li> + <a href="http://nufoundation.org/">Foundation</a> + </li> + </ul> + </li> + </ul> + </div> + <!--#include virtual="/ucomm/splash/features.html" --> + </div> + <div class="grid8 first remainder"> + <h5>Affiliates</h5> + <ul> + <li><a href="http://www.huskeralum.org/" title="Alumni">Alumni</a></li> + <li><a href="http://www.huskers.com/" title="Huskers">Husker Athletics</a></li> + <li><a href="http://www.liedcenter.org/" title="Lied Center">Lied Center</a></li> + <li><a href="http://www.netnebraska.org/television/" title="NET">NET</a></li> + <li><a href="http://www.quiltstudy.org/" title="International Quilt Study Center & Museum">Quilt Study Center</a></li> + <li><a href="http://theross.org/" title="Ross Theatre">The Ross</a></li> + <li><a href="http://www.sheldonartgallery.org/" title="Sheldon Gallery">Sheldon Museum of Art</a></li> + <li><a href="http://www-museum.unl.edu/" title="State Museum">State Museum</a></li> + <li><a href="http://www.bkstr.com/Home/10001-10287-1?demoKey=d" title="University Bookstore">UNL Bookstore</a></li> + <li><a href="http://nebraskapress.unl.edu/" title="UofN Press">U of N Press</a></li> + <li><a href="http://www.nufoundation.org/" title="NU Foundation">NU Foundation</a></li> + <li><a href="http://www.nebraska.edu/" title="NU System">NU System</a></li> + <li><a href="http://parentsassoc.unl.edu/" title="UNL Parents Association">Parents Association</a></li> + <li><a href="http://emeriti.unl.edu/" title="UNL Emeriti Association">UNL Emeriti</a></li> + </ul> + </div> + <div class="grid4" id="outposts"> + <ul> + <li class="facebook"><a href="http://www.facebook.com/unl.edu">Facebook</a></li> + <li class="twitter"><a href="http://twitter.com/unlnews/">Twitter</a></li> + <li class="youtube"><a href="http://www.youtube.com/unl">YouTube</a></li> + <li class="itunes"><a href="http://itunes.unl.edu/admin/?anonymous=true">iTunes</a></li> + <li class="flickr"><a href="http://www.flickr.com/photos/universityofnebraska/">Flickr</a></li> + </ul> + </div> + + + <div class="grid12 first" id="unl_ad"> + <a href="http://www.unl.edu/ucomm/apps/"> + <div class="mp_dairy"> + <span class="headline">Campus info on the go</span> + <img class="logo" src="/ucomm/splash/images/nebraska_app.png" alt="Nebraska App" /> + </div> + <div class="mp_footer"><span>Nebraska App</span></div> + </a> + </div> + <!-- TemplateEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- TemplateBeginEditable name="leftcollinks" --> + <!--#include virtual="/ucomm/splash/relatedLinks.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"><!-- TemplateBeginEditable name="contactinfo" --> + <!--#include virtual="/ucomm/sharedcode/footerContactInfo.html" --> + <!-- TemplateEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- TemplateBeginEditable name="optionalfooter" --> <!-- TemplateEndEditable --> + <div id="wdn_copyright"><!-- TemplateBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- TemplateEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.w3.org/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +</html> diff --git a/splash/index_test.shtml.LCK b/splash/index_test.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/index_test.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/huskeralum.jpg b/splash/promo/huskeralum.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eec81cf7f0b6d6e41b4cdadbf37e790e50b0fd3 Binary files /dev/null and b/splash/promo/huskeralum.jpg differ diff --git a/splash/promo/huskeralum.jpg.LCK b/splash/promo/huskeralum.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/huskeralum.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/icon_facebook.jpg b/splash/promo/icon_facebook.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f63229e54d994ee484699becbe15992848226b3 Binary files /dev/null and b/splash/promo/icon_facebook.jpg differ diff --git a/splash/promo/icon_facebook.jpg.LCK b/splash/promo/icon_facebook.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/icon_facebook.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/icon_facebook.png b/splash/promo/icon_facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..b609e3ba23012a9b5850dcfda2036a8818b33461 Binary files /dev/null and b/splash/promo/icon_facebook.png differ diff --git a/splash/promo/icon_facebook.png.LCK b/splash/promo/icon_facebook.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/icon_facebook.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/icon_flickr.png b/splash/promo/icon_flickr.png new file mode 100644 index 0000000000000000000000000000000000000000..e6aec0307c0c07e649bb0d1ee71baff153716053 Binary files /dev/null and b/splash/promo/icon_flickr.png differ diff --git a/splash/promo/icon_flickr.png.LCK b/splash/promo/icon_flickr.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/icon_flickr.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/icon_itunesu.jpg b/splash/promo/icon_itunesu.jpg new file mode 100644 index 0000000000000000000000000000000000000000..540ae77b0b79b8d287bac2172eb981c1ff132f89 Binary files /dev/null and b/splash/promo/icon_itunesu.jpg differ diff --git a/splash/promo/icon_itunesu.jpg.LCK b/splash/promo/icon_itunesu.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/icon_itunesu.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/icon_itunesu.png b/splash/promo/icon_itunesu.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2632ea5d5ebdf95b586282547f2e74766bb1b0 Binary files /dev/null and b/splash/promo/icon_itunesu.png differ diff --git a/splash/promo/icon_itunesu.png.LCK b/splash/promo/icon_itunesu.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/icon_itunesu.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/icon_twitter.png b/splash/promo/icon_twitter.png new file mode 100644 index 0000000000000000000000000000000000000000..77440cf9407bc3ecffac431cdc65bceebb3767a6 Binary files /dev/null and b/splash/promo/icon_twitter.png differ diff --git a/splash/promo/icon_twitter.png.LCK b/splash/promo/icon_twitter.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/icon_twitter.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/icon_youtube.jpg b/splash/promo/icon_youtube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66744a42bf94e67a3cb0e6757d88d9c42d08f57f Binary files /dev/null and b/splash/promo/icon_youtube.jpg differ diff --git a/splash/promo/icon_youtube.jpg.LCK b/splash/promo/icon_youtube.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/icon_youtube.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/icon_youtube.png b/splash/promo/icon_youtube.png new file mode 100644 index 0000000000000000000000000000000000000000..e43426fa3f23e715ca0ca66174b02cb45b887176 Binary files /dev/null and b/splash/promo/icon_youtube.png differ diff --git a/splash/promo/icon_youtube.png.LCK b/splash/promo/icon_youtube.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/icon_youtube.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/images/burge.jpg b/splash/promo/images/burge.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdc0de30b3f9bd0120182bc0b3a043a1fad23705 Binary files /dev/null and b/splash/promo/images/burge.jpg differ diff --git a/splash/promo/images/coachpelini.jpg b/splash/promo/images/coachpelini.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04bd427895fd96bf95e2fefbe337054b9c086f0b Binary files /dev/null and b/splash/promo/images/coachpelini.jpg differ diff --git a/splash/promo/images/coachpelini.jpg.LCK b/splash/promo/images/coachpelini.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/images/coachpelini.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/images/impacts.jpg b/splash/promo/images/impacts.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe977cea3b508ce18ffd469e8a33fbddfc8bf9f Binary files /dev/null and b/splash/promo/images/impacts.jpg differ diff --git a/splash/promo/images/newsnet.jpg b/splash/promo/images/newsnet.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bf93d98e18716893636d4dca5545d4a9a45f0ce Binary files /dev/null and b/splash/promo/images/newsnet.jpg differ diff --git a/splash/promo/images/nipark.jpg b/splash/promo/images/nipark.jpg new file mode 100644 index 0000000000000000000000000000000000000000..470d029cf664aa88d2a564fbec80e6e80feaf959 Binary files /dev/null and b/splash/promo/images/nipark.jpg differ diff --git a/splash/promo/images/ntheknow.jpg b/splash/promo/images/ntheknow.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee5e7887acf6eebb17d0cd0680311c608e92baf3 Binary files /dev/null and b/splash/promo/images/ntheknow.jpg differ diff --git a/splash/promo/images/ntheknow.jpg.LCK b/splash/promo/images/ntheknow.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/images/ntheknow.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/images/pop.jpg b/splash/promo/images/pop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a12e8044deb14355dffd94c1cb9ab58374b9c128 Binary files /dev/null and b/splash/promo/images/pop.jpg differ diff --git a/splash/promo/images/sotu.jpg b/splash/promo/images/sotu.jpg new file mode 100644 index 0000000000000000000000000000000000000000..621775666ea4dea3868503dd275c673650ebaa4f Binary files /dev/null and b/splash/promo/images/sotu.jpg differ diff --git a/splash/promo/promo1.html b/splash/promo/promo1.html new file mode 100644 index 0000000000000000000000000000000000000000..99cc257aeb450263e1df534f16b3e937f2f6b51b --- /dev/null +++ b/splash/promo/promo1.html @@ -0,0 +1,7 @@ +<div class="image_small_short" id="leftRandomPromo"> + <a href="http://admissions.unl.edu/real%5Fnebraska/" id="leftRandomPromoAnchor" title="Real Nebraska website"> + <img id="leftRandomPromoImage" alt="" src="http://www.unl.edu/ucomm/splash/images/realnebraska.jpg" /> + </a> + </div> + Real Nebraska: See what students have to say about real life in Husker Land. + diff --git a/splash/promo/promo1.html.LCK b/splash/promo/promo1.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo1.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo2.html b/splash/promo/promo2.html new file mode 100644 index 0000000000000000000000000000000000000000..cd8aa5069ace56264202abd85a5ab32d1fe240ff --- /dev/null +++ b/splash/promo/promo2.html @@ -0,0 +1,7 @@ +<div class="image_small_short" id="leftRandomPromo"> + <a href="http://www.newsnetnebraska.org/" id="leftRandomPromoAnchor" title="News Net Nebraska website"> + <img id="leftRandomPromoImage" alt="" src="http://www.unl.edu/ucomm/splash/promo/images/newsnet.jpg" /> + </a> + </div> + NewsNetNebraska: Daily news website produced by students in the College of Journalism and Mass Communications. + diff --git a/splash/promo/promo3.html b/splash/promo/promo3.html new file mode 100644 index 0000000000000000000000000000000000000000..d420aa36b6654eb1380e3293db9b1d87081aa0c0 --- /dev/null +++ b/splash/promo/promo3.html @@ -0,0 +1,7 @@ +<div class="image_small_short" id="leftRandomPromo"> + <a href="http://www.netnebraska.org/television/stream/" title="View a live web stream of the State of The University Address" target="_blank"> + <img id="leftRandomPromoImage" alt="" src="http://www.unl.edu/ucomm/splash/promo/images/sotu.jpg" /> + </a> + </div> + Listen to Chancellor Perlman's State of the University Address + diff --git a/splash/promo/promo3.html.LCK b/splash/promo/promo3.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo3.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_admissions.jpg b/splash/promo/promo_admissions.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5d56c25ce95befcfcde9f1a4de25076d3e82407 Binary files /dev/null and b/splash/promo/promo_admissions.jpg differ diff --git a/splash/promo/promo_admissions.jpg.LCK b/splash/promo/promo_admissions.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_admissions.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_admissions4x3.jpg b/splash/promo/promo_admissions4x3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e78216556c43403bd91f02451f0bc3e2215e23e Binary files /dev/null and b/splash/promo/promo_admissions4x3.jpg differ diff --git a/splash/promo/promo_admissions4x3.jpg.LCK b/splash/promo/promo_admissions4x3.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_admissions4x3.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_big10.jpg b/splash/promo/promo_big10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa7ce8df01269fc999b638ba5b92fd90094638d2 Binary files /dev/null and b/splash/promo/promo_big10.jpg differ diff --git a/splash/promo/promo_big10.jpg.LCK b/splash/promo/promo_big10.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_big10.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_bor.jpg b/splash/promo/promo_bor.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25ef2fd319a2bfb4851f11089b96cf82aebd2d5b Binary files /dev/null and b/splash/promo/promo_bor.jpg differ diff --git a/splash/promo/promo_bor.jpg.LCK b/splash/promo/promo_bor.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_bor.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_brrs.jpg b/splash/promo/promo_brrs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b611fa6194cb3d5ca344eddc146cb0e2660633f6 Binary files /dev/null and b/splash/promo/promo_brrs.jpg differ diff --git a/splash/promo/promo_brrs.jpg.LCK b/splash/promo/promo_brrs.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_brrs.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_huskeralum.jpg b/splash/promo/promo_huskeralum.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a402a4882e89716090f0d1125abbe329cfb81088 Binary files /dev/null and b/splash/promo/promo_huskeralum.jpg differ diff --git a/splash/promo/promo_huskeralum.jpg.LCK b/splash/promo/promo_huskeralum.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_huskeralum.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_huskeralum2.jpg b/splash/promo/promo_huskeralum2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..904d9f3f66ae631e8a4e580ee0aeebf5e77d7240 Binary files /dev/null and b/splash/promo/promo_huskeralum2.jpg differ diff --git a/splash/promo/promo_huskeralum2.jpg.LCK b/splash/promo/promo_huskeralum2.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_huskeralum2.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_nebraskacampaign.jpg b/splash/promo/promo_nebraskacampaign.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d31b10110365edcd6d521501e5bff446f811e6a9 Binary files /dev/null and b/splash/promo/promo_nebraskacampaign.jpg differ diff --git a/splash/promo/promo_nebraskacampaign.jpg.LCK b/splash/promo/promo_nebraskacampaign.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_nebraskacampaign.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_online.jpg b/splash/promo/promo_online.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccfdac91e28875891665c48ae7af16c4e823c5b3 Binary files /dev/null and b/splash/promo/promo_online.jpg differ diff --git a/splash/promo/promo_online.jpg.LCK b/splash/promo/promo_online.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_online.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_pc.jpg b/splash/promo/promo_pc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03b29aecce6b099d7faf97ac45371bcbb316b01c Binary files /dev/null and b/splash/promo/promo_pc.jpg differ diff --git a/splash/promo/promo_pc.jpg.LCK b/splash/promo/promo_pc.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_pc.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_rld.jpg b/splash/promo/promo_rld.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c0b2d0eb1f80766c6b4109b750f5bc1c598a3ff Binary files /dev/null and b/splash/promo/promo_rld.jpg differ diff --git a/splash/promo/promo_rld.jpg.LCK b/splash/promo/promo_rld.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_rld.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo/promo_unltoday.jpg b/splash/promo/promo_unltoday.jpg new file mode 100644 index 0000000000000000000000000000000000000000..543b654063a9480091d0908ccdc8fa2649ae6c30 Binary files /dev/null and b/splash/promo/promo_unltoday.jpg differ diff --git a/splash/promo/promo_unltoday.jpg.LCK b/splash/promo/promo_unltoday.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo/promo_unltoday.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo_compshop.jpg b/splash/promo_compshop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf32ca342234f347b6894869f2235fb56e329765 Binary files /dev/null and b/splash/promo_compshop.jpg differ diff --git a/splash/promo_dairystore.jpg b/splash/promo_dairystore.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70561777c459d96b956a4d51d0695dd285b3b599 Binary files /dev/null and b/splash/promo_dairystore.jpg differ diff --git a/splash/promo_unltoday.html b/splash/promo_unltoday.html new file mode 100644 index 0000000000000000000000000000000000000000..e73c95c712a6ac4f53db18484caabbe993cbb6af --- /dev/null +++ b/splash/promo_unltoday.html @@ -0,0 +1,7 @@ +<h3><a href="http://www.unl.edu/ucomm/unltoday/" title="Read more on UNL Today">Religion, rights, politics is focus of E.N. Thompson Forum</a></h3> + + <ul> + <li><a href="http://www.unl.edu/ucomm/unltoday/" title="Read more on UNL Today">Sedaris tickets available at the Lied</a></li> + <li><a href="http://www.unl.edu/ucomm/unltoday/" title="Read more on UNL Today">'5 Broken Cameras', 'Mosquita y Mari' open at the Ross</a></li> + <li><a href="http://www.unl.edu/ucomm/unltoday/" title="Read more on UNL Today">Gaughan Center open house is Friday</a></li> + </ul> \ No newline at end of file diff --git a/splash/promo_unltoday.html.LCK b/splash/promo_unltoday.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo_unltoday.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/promo_unltoday.jpg b/splash/promo_unltoday.jpg new file mode 100644 index 0000000000000000000000000000000000000000..284e72da859aeaaa423bc914f45fbbc70bce83a4 Binary files /dev/null and b/splash/promo_unltoday.jpg differ diff --git a/splash/promo_unltoday.jpg.LCK b/splash/promo_unltoday.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splash/promo_unltoday.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splash/relatedLinks.html b/splash/relatedLinks.html new file mode 100644 index 0000000000000000000000000000000000000000..dbbef2f8910e404fbb4a8f77b84373b73c8e3765 --- /dev/null +++ b/splash/relatedLinks.html @@ -0,0 +1,8 @@ +<h3>Related Links</h3> +<ul> + <li><a href="http://www.unl.edu/ucomm/chancllr/" title="Welcome, statements, initiatives of the Office of the Chancellor">Office of the Chancellor</a></li> + <li><a href="http://employment.unl.edu/" title="Employment opportunities at the University of Nebraska-Lincoln">Employment at UNL</a></li> + <li><a href="http://libraries.unl.edu/" title="Catalogs, resources, services and information from University Libraries">Libraries</a></li> + <li><a href="http://directory.unl.edu/" title="UNL's campus directory of students, faculty and staff">Directory</a></li> + <li><a href="http://events.unl.edu/" title="Upcoming UNL events in a searchable database">Calendar of Events</a></li> +</ul> diff --git a/splash/styles/css/splash_v3.1.css b/splash/styles/css/splash_v3.1.css new file mode 100644 index 0000000000000000000000000000000000000000..d658f56d7119203bcf15c4617098b24fc467270e --- /dev/null +++ b/splash/styles/css/splash_v3.1.css @@ -0,0 +1,36 @@ +/* +* +* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS! +* less/splash_v3.1.less +* +* --------------------------- +* Styles associated with the UNL external splash page +* --------------------------- +*/ +#wdn_institution_title { + visibility: hidden; +} +#wdn_site_title { + text-transform: uppercase; +} +#breadcrumbs { + display: none; +} +@media (min-width: 320px) { + +} +@media (min-width: 480px) { + +} +@media (min-width: 600px) { + +} +@media (min-width: 768px) { + +} +@media (min-width: 960px) { + +} +@media (min-width: 1040px) { + +} diff --git a/splash/styles/less/splash_v3.1.less b/splash/styles/less/splash_v3.1.less new file mode 100644 index 0000000000000000000000000000000000000000..4da9e3f29d522412da6f4f0a12d9988ba778b80b --- /dev/null +++ b/splash/styles/less/splash_v3.1.less @@ -0,0 +1,40 @@ +/* +* +* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS! +* less/splash_v3.1.less +* +* --------------------------- +* Styles associated with the UNL external splash page +* --------------------------- +*/ +@import "template_less/_mixins/all.less"; // You may need a symlink for this on local development + +// Base CSS: MOBILE-FIRST! +#wdn_institution_title { + visibility: hidden; +} +#wdn_site_title { + text-transform: uppercase; +} +#breadcrumbs { + display: none; +} + +@media (min-width: 320px) { + +} +@media (min-width: 480px) { + +} +@media (min-width: 600px) { + +} +@media (min-width: 768px) { + +} +@media (min-width: 960px) { + +} +@media (min-width: 1040px) { + +} \ No newline at end of file diff --git a/splashold/50_opacity.png b/splashold/50_opacity.png new file mode 100644 index 0000000000000000000000000000000000000000..65f507d5bc5c4a85b96eafb21133341a4bc81dfa Binary files /dev/null and b/splashold/50_opacity.png differ diff --git a/splashold/80_opacity.png b/splashold/80_opacity.png new file mode 100644 index 0000000000000000000000000000000000000000..423385bcd77d55770b846d5cddc4201befcfd0bb Binary files /dev/null and b/splashold/80_opacity.png differ diff --git a/splashold/alexandra.shtml b/splashold/alexandra.shtml new file mode 100644 index 0000000000000000000000000000000000000000..c8f04a31a4076a137d3cc3b62b385405248aeb50 --- /dev/null +++ b/splashold/alexandra.shtml @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Alexandra Basolo Feature Story</title> <!-- InstanceEndEditable --> <!-- Codebase:UNLFramework 20071011 --> <link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> <link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> <!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> </head> <body id="fixed"> <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> <div id="red-header"> <div class="clear"> <h1>University of Nebraska–Lincoln</h1> <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Alexandra Basolo Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> </div> </div> <!-- close red-header --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> <div id="container"> <div class="clear"> <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> <div id="titlegraphic"> <!-- WDN: see glossary item 'title graphics' --> <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Alexandra Basolo</h1> <h2>Fullbright Scholar</h2> <!-- InstanceEndEditable --></div> <!-- maintitle --> </div> <!-- close title --> <div id="navigation"> <h4 id="sec_nav">Navigation</h4> <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> <div id="nav_end"></div> <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> <!-- WDN: see glossary item 'sidebar links' --> <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> </div> <!-- close navigation --> <div id="main_right" class="mainwrapper"> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <div id="maincontent"> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/alexandra.jpg" alt="Alexandra Basolo" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Alexandra Basolo</h4> <p> Biology professor Alexandra Basolo is about to travel to the birthplace of romantic art to study guppies (and other live-bearing fish).</p> <p> In February, Basolo will begin a four-month Fulbright lectureship at the University of Padova in Padova, Italy, a Lincoln-sized city located about 20 miles west of Venice. There, she will expand upon research in behavioral and morphological traits that she has conducted at UNL, learn new research techniques and teach two graduate seminars. She will also help organize an international conference on Poeciliid, a group of live bearing fishes.</p> <p> Basolo, who came to UNL in 1994, has been to Italy numerous times, including twice on trips as a teenager with her Italian-born grandmother. When applying for a Fulbright, she didn't select her destination for its culture and ambiance; rather, she chose Italy because Padova is home to members of a research team dealing with questions about organisms similar to those she works with at UNL.</p> <p> Basolo's work focuses on life history traits—traits that are important in an organism's fitness, such as how long organisms live, when they mature, or how many offspring they bear. She also studies predation, from microscopic parasitic predation, to the phenomenon of large organisms eating small organisms, as well as sexual selection, both males competing for mates and females exerting choice between different males.</p> <p> "I believe that, to understand an organism, you need to look at it from a number of different levels," she said.</p> <p> At UNL, Basolo overseas a bevy of undergraduate and graduate research assistants and three labs filled with fish tanks, which hold several thousand specimens of primarily platyfish and green swordtails. Just down the hall, her husband William Wagner, also a professor of biology, manages a lab filled with crickets.</p> <p> The Fulbright program, America's flagship international educational exchange program, is sponsored by the U.S. Department of State, Bureau of Educational and Cultural Affairs. Since its inception, the Fulbright program has exchanged approximately 273,500 people. The program operates in more than 150 countries worldwide.</p> <p> Basolo is one of approximately 800 U.S. faculty and professionals who will travel abroad in 2007-08 through the Fulbright Scholar program. Established in 1946 under legislation introduced by the late Senator J. William Fulbright, the program's purpose is to build mutual understanding between the people of the United States and the rest of the world. </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.biosci.unl.edu/" title="go to the School of Biological Sciences website">School of Biological Sciences</a></li> <li><a href="http://cricket.unl.edu/basolo.html" title="go to the Basolo Laboratory website">Basolo Laboratory</a></li> </ul> </div> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> </div> </div> <!-- close main right --> </div> </div> <!-- close container --> <div id="footer"> <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> <ul> <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> </ul> <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> </div> </div> <!-- close footer --> <!-- sifr --> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> </body> <!-- InstanceEnd --></html> \ No newline at end of file diff --git a/splashold/amanda.shtml b/splashold/amanda.shtml new file mode 100644 index 0000000000000000000000000000000000000000..83397304f20ed0c057bdc1cbc28e10a6ee64743a --- /dev/null +++ b/splashold/amanda.shtml @@ -0,0 +1,152 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Amanda Crook Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Amanda Crook Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Amanda Crook</h1> + <h2>Finding Buried History</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="two_col left"> + <div class="image_medium"><img src="images/amanda.jpg" alt="Amanda Crook" /></div> +<div class="zenboxfeature" style="padding:10px"> + <h4>Amanda Crook</h4> + + +<p> +A passion for politics runs in Amanda Crook's family.</p> +<p> + Her mother is a professor of political science and history, and family dinners at the Crook household often turn in to lively political debates. + "All of our family vacations were to Lewis and Clark historic sites, instead of places like Six Flags," said Crook, 20, a native of Nebraska City. "I'm not a hyper political follower, but I definitely have an interest in promoting political awareness on campus and in the state."</p> + <p> + A political science major with English and economics minors, Crook is in the second year of an Undergraduate Creative Activities and Research Experiences grant, through which she works closely with Michael Wagner, an assistant professor of political science at the University of Nebraska-Lincoln.</p> + <p> + Last year, Crook helped Wagner research the effect that media coverage has on public opinion about Congress. She coded media transcripts from television news programs, and assessed whether the mentions of Congress were generally positive or negative.</p> + <p> + "I learned that the media reports far more on government issues than I thought," Crook said. "I thought the public got tired of it, but it's a hot button. I also learned the essence of research and the formal steps of a research project. Hopefully, that will help me with graduate school."</p> + <p> + This year, Crook will undertake her own project, "The President and the Pen." She is exploring the effectiveness of presidential speeches, from George Washington to George Bush.</p> + <p> +"I've always been intrigued by the office of the president and I've wondered, when they speak, what motivates them, and why are they so effective," Crook said. "What makes a good speech or a great speech? It's a powerful office, and the power of words is quite impressive when they do it right."</p> +<p> + Crook is currently deciding how she'll measure the effectiveness of particular presidential speeches. Did they lead to new policies? Did they have a specific influence on voters? She may also narrow down more than 200 centuries of speeches into categories like topic and era. The scope of her project is broad, but Crook isn't worried about running out of time; she plans to continue researching presidential speeches after graduation and beyond.</p> + <p> +"I'm excited about sharing my research results with people, because I am so fascinated by the power of words and the power of the president and how they intertwine," she said. "I want to show everybody how democracy is founded on words. If people can appreciate that, then maybe more will go out and vote." +Crook was an emcee for Rock the Vote activities on campus this fall. Although she's not sure where life will take her, she is currently most interested in a career in speechwriting or public policy.</p> + +</div> + +</div> + +<div class="col right"> + +<h3>Related Links</h3> +<ul> +<li><a href="http://polisci.unl.edu/" title="go to the Department of Political Science website">Department of Political Science</a></li> +<li><a href="http://english.unl.edu/" title="go to the Department of English website">Department of English</a></li> +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/amanda.shtml.LCK b/splashold/amanda.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/amanda.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/andrew.shtml b/splashold/andrew.shtml new file mode 100644 index 0000000000000000000000000000000000000000..370ec2940e6f81cf9e81cf535f9755965ca3df2e --- /dev/null +++ b/splashold/andrew.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Andrew Hansen Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Andrew Hansen Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Andrew Hansen</h1> <h2>Taking Advantage of Opportunities</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/andrew.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Andrew Hansen</h4> <p>Seven current or former University of Nebraska-Lincoln students were awarded study-abroad opportunities this year under prestigious Fulbright scholarships. Andrew Hansen, a senior majoring in history, is one of these students and will study at the University of Gottingen in Germany. While there, he will take courses in modern European history and pursue independent research on Friedrich August Tholuck and conservative Protestants in the early 19th century. In addition to being an Honors Program student, he is involved in UCARE with faculty mentor David Cahan, studying "A Biography of Hermann von Helmholtz."</p> <p> When asked about how UNL has helped him reach is potential, Hansen stated, "UNL has provided some research opportunties and faculty relationships that have been really beneficial in forming me academically. Karen Lyons in the Honors Program and David Cahan in History have been really instrumental in helping me academically." His advice for succeeding is to get involved in the opportunities that are available such as UCARE research, and get to know a few faculty members really well, as well as finding yourself a mentor.</p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://honors.unl.edu/" title="University of Nebraska Honors Program">Honors Program</a></li> <li><a href="http://www.unl.edu/history/" title="University of Nebraska Lincoln Department of History">Department of History</a></li> <li><a href="http://www.unl.edu/ucare/index.shtml" title="Undergraduate Creative Activities & Research Experiences">UCARE</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/andrewm.shtml b/splashold/andrewm.shtml new file mode 100644 index 0000000000000000000000000000000000000000..77c6475c7f525387139bef190835e41cce7198e4 --- /dev/null +++ b/splashold/andrewm.shtml @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Andrew McFeaters Feature Story</title> <!-- InstanceEndEditable --> <!-- Codebase:UNLFramework 20071011 --> <link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> <link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> <!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> </head> <body id="fixed"> <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> <div id="red-header"> <div class="clear"> <h1>University of Nebraska–Lincoln</h1> <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Andrew McFeaters Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> </div> </div> <!-- close red-header --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> <div id="container"> <div class="clear"> <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> <div id="titlegraphic"> <!-- WDN: see glossary item 'title graphics' --> <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Andrew McFeaters</h1> <h2>Finding Buried History</h2> <!-- InstanceEndEditable --></div> <!-- maintitle --> </div> <!-- close title --> <div id="navigation"> <h4 id="sec_nav">Navigation</h4> <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> <div id="nav_end"></div> <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> <!-- WDN: see glossary item 'sidebar links' --> <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> </div> <!-- close navigation --> <div id="main_right" class="mainwrapper"> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <div id="maincontent"> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/andrewm.jpg" alt="Andrew McFeaters" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Andrew McFeaters</h4> <p> Anthropology graduate student Andrew McFeaters went digging for buried treasure, and this summer, he found it.</p> <p> The Indiana native came to Lincoln to study with Doug Scott and Peter Bleed, two accomplished battlefield archaeologists. Around the time of his arrival at UNL, McFeaters learned of an individual in western Nebraska who had found cannonball fragments on his land, which was the location of the U.S. military's Alkali Station during the Indian Wars. McFeaters and his professors visited the site, and determined that it held enough potential to merit a large-scale investigation.</p> <p> This summer, he led a team of undergraduates-participants in the university's anthropology field school-through a week of methodical metal detecting and excavating.</p> <p> Based on information from the owner of the land, the students drew a grid and metal-detected along its boundaries. They found numerous palm-sized cannonball shell fragments and smaller lead balls, which McFeaters believes were also shot from a cannon. He dates the artifacts to 1864-65, when there was significant conflict along the south Platte and in Eastern Colorado. At that time, the military's mandate was to protect travelers and settlers from Indian attacks.</p> <p> "It was pretty exciting because we weren't sure how much material would be out there," McFeaters said. "After we found the first iron canister ball we started finding more and more. I knew there were several reported attacks in the area of Alkali Station, which was an army post run by Company A of the volunteer cavalry." Based on the tight patterning of the weapon usage at the site, it appeared that the area might have been used for target practice, McFeaters said. He developed models that compared how the site might have looked if it had been used as a battlefield versus a target range. Since Indian warriors would have been on horseback, they would have been difficult to fire upon, and artillery fragments would have been more scattered. Based on his analysis of the site, the soldiers were firing at a fixed target.</p> <p> For his thesis, McFeaters will determine the spatial distribution of all the fragments, in order to make a stronger case for the notion of an artillery range. "It's pretty neat, I don't think there's been any study of the artillery range for this location, so it's new research. I'm excited and hopeful that with this thesis I can get a job pretty quickly, and hopefully do more battlefield-related research in the future." </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.unl.edu/ag/anthro/" title="go to the Department of Anthropology and Geology website">Department of Anthropology and Geology</a></li> </ul> </div> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> </div> </div> <!-- close main right --> </div> </div> <!-- close container --> <div id="footer"> <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> <ul> <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> </ul> <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> </div> </div> <!-- close footer --> <!-- sifr --> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> </body> <!-- InstanceEnd --></html> \ No newline at end of file diff --git a/splashold/anna.shtml b/splashold/anna.shtml new file mode 100644 index 0000000000000000000000000000000000000000..38aca8ee4cd87d6a3407de5db7c8e43c9e1dfcfd --- /dev/null +++ b/splashold/anna.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Anna Drozda Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Anna Drozda Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Anna Drozda</h1> <h2>Understanding Art & Society</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/anna.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Anna Drozda</h4> <p>One of seven current or former University of Nebraska-Lincoln students who were awarded study-abroad opportunities this year under prestigious Fulbright scholarships, Anna Drozda, who earned her bachelor's degree in 2005 in art and art history, applied to study at Charles University in Prague in the Czech Republic. While there, she will work on the project "Women in Socialist Realist Art." Her research is important in establishing an understanding between gender, art and the former totalitarian society. She was an Honors Program graduate and participated in the Undergraduate Creative Activities and Research Experiences program at UNL with faculty adviser Michael Hoff in art and art history.</p> <p>Anna stated that opportunities like UCARE, her College Student Advisory Board, and the Honors Program all helped her reach her full potential as a college student in a wide variety of ways. With a UCARE grant, Anna worked with Professor Michael Hoff on his research on Roman architecture in Southern Turkey and as a member of the College Student Advisory Board, she was able to develop her grant-writing skills. Anna completed an Honors Program thesis project entitled, "Socialist Realism in the Czech Republic: An Analysis of Three Monuments in Three Cities," where she explored public works of art and architecture created during the first decade of the communism in the Czech Republic.</p> <p>While studying at UNL, Anna discovered that there was no need to limit her learning to one geographical location. With financial assistance (grants) from the Hixson-Lied Fine and Performing Arts College and UCARE, she was able to study abroad six times. About her experiences, Anna states, "Studying abroad is a once in a lifetime opportunity for you to grow personally and academically. Each study abroad experience helped me form my academic goals, develop my skills, and make the important connections to achieve these goals."</p> <p>Anna's advice to students is, "Take every opportunity that is offered to you. Even if it looks like the smallest opening at the time, you never know what connections you might make for the future or what doors might be opened for you."</p> </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://honors.unl.edu/" title="University of Nebraska Honors Program">Honors Program</a></li> <li><a href="http://www.unl.edu/modlang/content/under/czech/index.htm" title="University of Nebraska Lincoln Czech Department">Czech Department</a></li> <li><a href="http://www.unl.edu/art/" title="University of Nebraska Lincoln Department of Art & Art History">Department of Art & Art History</a></li> <li><a href="http://www.unl.edu/ucare/index.shtml" title="Undergraduate Creative Activities & Research Experiences">UCARE</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/balloons/ballooncount.html b/splashold/balloons/ballooncount.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/splashold/brittany.shtml b/splashold/brittany.shtml new file mode 100644 index 0000000000000000000000000000000000000000..e60ec8f8c5abf8dfce2785a876a7e0c22502d957 --- /dev/null +++ b/splashold/brittany.shtml @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Brittany Jones-Cooper Feature Story</title> <!-- InstanceEndEditable --> <!-- Codebase:UNLFramework 20071011 --> <link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> <link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> <!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> </head> <body id="fixed"> <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> <div id="red-header"> <div class="clear"> <h1>University of Nebraska–Lincoln</h1> <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Brittany Jones-Cooper Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> </div> </div> <!-- close red-header --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> <div id="container"> <div class="clear"> <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> <div id="titlegraphic"> <!-- WDN: see glossary item 'title graphics' --> <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Brittany Jones-Cooper</h1> <h2>Field Reporting</h2> <!-- InstanceEndEditable --></div> <!-- maintitle --> </div> <!-- close title --> <div id="navigation"> <h4 id="sec_nav">Navigation</h4> <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> <div id="nav_end"></div> <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> <!-- WDN: see glossary item 'sidebar links' --> <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> </div> <!-- close navigation --> <div id="main_right" class="mainwrapper"> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <div id="maincontent"> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/brittany.jpg" alt="Brittany Jones-Cooper" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Brittany Jones-Cooper</h4> <p> As Nike's first field reporter for the Nikewomen.com Web site, UNL senior Brittany Jones-Cooper has already traveled the country and interviewed sports legends like Magic Johnson, Jackie Joyner-Kersee, Julius Erving and Picabo Street.</p> <p> And over the summer months she'll get to know even more athletes, interviewing them for on-line video "field reports" for the world-famous athletic shoe and apparel company.</p> <p> Jones-Cooper, a Papillion-LaVista graduate, won a national competition to become the online field reporter by submitting a two-minute audition tape, surviving a phone interview and face-to-face meetings in New York City, and she found out in December that she was selected based on her talent and attitude about how she would challenge female athletes.</p> <p> "It's a brand new program and it's great. They have done a great job with it on the Web site. I'll be traveling a lot, interviewing professional male and female athletes and it's been amazing."</p> <p> So far she has interviewed worldclass downhill skier Picabo Street, WNBA star Lindsey Harding, traveled to New Orleans in February for the NBA Allstar weekend and to Austin, Texas for the South By Southwest indie music series (Jones-Cooper explained that the music world has interest and influence in Nike fashions with "funky, colorful Nikes.")</p> <p> Her job is to do interviews and "standup" reports on video that are incorporated into the Nike Women Web site as field reports. She gets to challenge her famous interviewees to fun activities like playing air hockey against Picabo Street and playing in a mock soccer game with the women's national soccer team in Los Angeles. Along the way she's learning a lot about the hands-on and behind-the-scenes production of news and promotional video and Web sites, working with production staff, executive producer, and content manageers to post a blog and pictures to the Nike.com site.</p> <p> "Primarily the focus of nikewomen.com is to be accessible to the teenage athlete, and I can serve as a middleperson between these girls and their idols," she said. "I'm only 22 myself, and if I get a little geeky or excited on the videos, it's genuine and we keep that part of it."</p> <p> Jones-Cooper is not new to meeting famous people -- she interned at CBS last summer working with Katie Couric. She said her "dream job" is being a network correspondent. The Nike.com experience is definitely helping get her experience and exposure. </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://nikewomen.com/" title="go to the Nike Women website">Nikewomen.com</a></li> <li><a href="http://www.unl.edu/journalism/" title="go to the College of Journalism website">College of Journalism</a></li> </ul> </div> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> </div> </div> <!-- close main right --> </div> </div> <!-- close container --> <div id="footer"> <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> <ul> <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> </ul> <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> </div> </div> <!-- close footer --> <!-- sifr --> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> </body> <!-- InstanceEnd --></html> \ No newline at end of file diff --git a/splashold/brittany.shtml.LCK b/splashold/brittany.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/brittany.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/cathy.shtml b/splashold/cathy.shtml new file mode 100644 index 0000000000000000000000000000000000000000..7d3e4e3dd69410838eb0fc73d5df05166d2c6cb1 --- /dev/null +++ b/splashold/cathy.shtml @@ -0,0 +1,151 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Cathy May Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Cathy May Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Cathy May</h1> + <h2>NASA Researcher</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="two_col left"> + <div class="image_medium_16x9"><img src="images/cathy.jpg" alt="Cathy May" /></div> +<div class="zenboxfeature" style="padding:10px"> + <h4>Cathy May</h4> + + +<p> +Cathy May's head is in the clouds.</p> +<p> + "When I was little, I loved the weather," she said. "I would stay up and watch the 10:17 weather report and then go to sleep. My senior project in high school was a report on broadcast meteorology. I was hooked."</p> + <p> +After a two-year detour into architectural engineering, the Omaha, Neb. native switched majors to focus on her passion: meteorology. Since then, she has discovered that the sky is not the limit when it comes to academic opportunities in her field.</p> +<p> + This year and next, she will participate in VORTEX2, the largest and most ambitious effort ever made to understand tornados. During phase one of the project, more than 100 scientists from 40 universities will gather data throughout Tornado Alley. May's team will launch unmanned aircrafts into supercell storms in Western Nebraska, and then monitor their progress from vehicles on the ground.</p> + <p> + Over her summer vacation, May will also travel to Washington, DC, for an internship with NASA's Goddard Space Flight Observatory. She will work closely with research scientist Charles Ichoku, analyzing images taken from space of wildfires in California.</p> + <p> + When she returns to Nebraska, May will resume a year-long research project for which she received a NASA Nebraska Space Grant. The grant's $5,000 stipend funds her research on air pollution in China, which is based on both ground and aerial views of that country. May has already collected much of her data, and in the coming months will focus on analysis. She is working closely with Jun Wang, assistant professor of geosciences, who studies pollution throughout East Asia.</p> + <p> + May is grateful for the support of faculty at UNL, including Wang, who have made possible this trio of unique research opportunities.</p> + <p> + "There are a lot of great professors in the meteorology department who truly care about their students and want to give us the best opportunities," she said.</p> + <p> + And after she graduates? Another summer of storm chasing with VORTEX2 and then graduate school... somewhere. She's got a few other projects to finish before she makes that decision.</p> + +</div> + +</div> + +<div class="col right"> + +<h3>Related Links</h3> +<ul> +<li><a href="http://weather.unl.edu/" title="go to the Meteorology/Climatology Program website">Meteorology/Climatology Program</a></li> +<li><a href="http://www.vortex2.org/home/" title="go to the Vortex2 website" class="external">Vortex2</a></li> +<li><a href="http://www.nasa.gov/centers/goddard/home/index.html" title="go to the NASA Goddard Space Flight Center website" class="external">NASA Goddard Space Flight Center</a></li> +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/cathy.shtml.LCK b/splashold/cathy.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/cathy.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/david.shtml b/splashold/david.shtml new file mode 100644 index 0000000000000000000000000000000000000000..f18eda16844cd3edaf4d846b3c65918d419ff6a9 --- /dev/null +++ b/splashold/david.shtml @@ -0,0 +1,151 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | David Forsythe Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>David Forsythe Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>David Forsythe</h1> + <h2>Fulbright Professor</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="two_col left"> + <div class="image_medium_16x9"><img src="images/david.jpg" alt="David Forsythe" /></div> +<div class="zenboxfeature" style="padding:10px"> + <h4>David Forsythe</h4> + + +<p> +When fighting broke out in Gaza earlier this winter, relief workers struggled to deliver medical care and supplies amid near-constant shelling.</p> +<p> + Without aid, civilians in war zones often cannot survive.</p> + <p> + How, then, can governments and nongovernmental organizations create "neutral humanitarian spaces," which protect relief workers and enable care of civilians caught in conflict situations?</p> + <p> +David Forsythe, the Charles J. Mach professor of political science at the University of Nebraska-Lincoln, sought answers to this question while serving as a senior Fulbright professor in Denmark in fall 2008.</p> +<p> + "There are laws of war, such as the Geneva Conventions, which do specify that military parties can't attack civilians, should offer assistance, and must treat wounded individuals. But it's difficult to make these laws work in the field, in reality."</p> + <p> +The old paradigm of international relief-that workers would move into an area at the conclusion of a conflict-has changed in the past 30 years, and relief workers are expected to be on the ground even during the most intense fighting.</p> +<p> +"The cutting edge question is, how can these agencies operate right in the middle of the conflict?" Forsythe said. "If you go back to World War II for example, it was expected that the Red Cross would move in and assist the civilian population after the fighting had finished. In roughly 1970, the expectation grew that you shouldn't wait until the fighting was over. Needless to say this is tricky business."</p> +<p> +The treatment of civilians and the presence of aid agencies become significantly more complex in a conflict without a defined winner and loser. Some sort of settlement must be negotiated in the midst of conflict, to allow relief workers access to local populations.</p> +<p> +A prominent scholar of human rights and humanitarian law, Forsythe's interest in democracy and terrorism was well suited to scholarship underway at the Danish Institute for International Studies, a think tank funded by the Danish parliament. Forsythe spent his time in Denmark delivering lectures, attending conferences, and working on research for DIIS and for his own upcoming book, which examines U.S. policy toward enemy prisoners after 9/11 and the European role in supporting these policies. He had an opportunity to meet scholars from all over Europe who visited DISS and local universities as guest lecturers. +</p> + +</div> + +</div> + +<div class="col right"> + +<h3>Related Links</h3> +<ul> +<li><a href="http://polisci.unl.edu/" title="go to the Department of Political Science website">Department of Political Science</a></li> +<li><a href="http://us.fulbrightonline.org/about.html" title="go to the Fulbright website" class="external">Fulbright Program</a></li> +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/dean.shtml b/splashold/dean.shtml new file mode 100644 index 0000000000000000000000000000000000000000..05c6c511a9c01a0526a1915b478659c602ec0434 --- /dev/null +++ b/splashold/dean.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Dean Sicking Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Dean Sicking Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Dean Sicking</h1> <h2>Impacting Safety</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/dean.jpg" alt="Dean Sicking" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Dean Sicking</h4> <p> Even before NASCAR legend Dale Earnhardt lost his life at Daytona 500, the racing industry had tabbed UNL professor Dean Sicking and the Midwest Roadside Safety Facility to help them engineer safer racetrack barriers.</p> <p> Now, six years later, numerous drivers claim the roadside safety facility's Steel And Foam Energy Reduction barrier has indeed saved their lives. And they're thanking Sicking and his team. The SAFER barrier has spotlighted the MwRSF as the place to turn for roadside safety testing and engineering, gaining the attention and acclaim of national and international media, the racing industry and even the White House.</p> <p> Sicking received the National Medal of Technology - the nation's highest award for technology and innovation - from President George W. Bush at a ceremony at the White House July 31. The innovation award honored Sicking's team's work with the SAFER barrier and other roadside safety innovations.</p> <p> When Sicking isn't traveling to Indy Racing League and NASCAR racetracks, consulting on phases of SAFER barrier installation, he's crashing vehicles at Lincoln Airport and working in the Nebraska Transportation Center labs, assessing new transportation barrier and safety systems to make drivers, passengers and pedestrians safer on all our roadways.</p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.mwrsf.unl.edu/" title="go to the Midwest Roadside Safety Facility website">Midwest Roadside Safety Facility</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/diocles.shtml b/splashold/diocles.shtml new file mode 100644 index 0000000000000000000000000000000000000000..7116ce4b9a648cc4a17568e83d272bcf2eed5690 --- /dev/null +++ b/splashold/diocles.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Diocles Laser Team Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Diocles Laser Team Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Diocles Laser Team</h1> <h2>Extreme Light</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/diocles.jpg" alt="Diocles Laser Team" /></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>The Diocles Laser Team</h4> <p> It's hard to imagine more stimulating circumstances in which to work than those created by physics and astronomy professor Don Umstadter and his research team. Last August they unveiled UNL’s new Extreme Light Laboratory and its centerpiece, the Diocles Laser, which harnesses more power than 100,000 Hoover Dams, and can "see through" 4-inch-thick steel. Housed in a temperature-controlled environment below Behlen Laboratory, the laser has catapulted UNL to the forefront of international high field physics and laser research.</p> <p> Research conducted by Umstadter's Diocles team has implications for cancer therapy, the detection of embedded nuclear materials for homeland security, and air transportation safety. "There's no question that without the initial jolt of energy provided by a core group of pioneers, there is no way it would have all come together," Umstadter said. "This took a phenomenal amount of coordination and effort on the part of several key people besides myself and the UNL Administration."</p> <p> The coordination began with a caravan of moving trucks.</p> <p> "I came from [University of] Michigan with three others, all at different stages of their careers," Umstadter said. "Shortly thereafter, we were joined by another former Wolverine turned Cornhusker. They actually all moved into the same apartment complex, which worked very well. They had an instant family of colleagues."</p> <p> Sudeep Banerjee, assistant professor of research, is part of the team.</p> <p> "I have been with Don for nearly six years," Banerjee said. "I worked with him in Michigan, beginning when I was a post-doctoral fellow. One of the reasons we came here was that the Center for Ultrafast Optical Sciences at UM had become operationally complex and subject to competing and conflicting pulls. We felt that if we could find funds to start a whole new center, we could define it as we wanted to…by serendipity, UNL offered us exactly that opportunity."</p> <p> "When they arrived, they literally had no apparatus to work with," Umstadter said. "Hopefully the other team members feel as I do---that we have been rewarded for that investment and patience by having a much better laser to work with now."</p> <p> Umstadter and Banerjee are joined by postdoctoral fellows Shouyuan Chen, Scott Sepke and Kun Zhao; laser optical engineer Anthony Ehlert and lab technician Nate Chandler-Smith. Graduate research assistants are Nathan Powers and Matt Rever. Undergraduate student research assistants round out the team: Jeff Thomas, Ashley Ernesty, Melissa Zephier and Frank Lee. </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.unl.edu/diocles/" title="go to the Extreme Light Laboratory website">Extreme Light Laboratory</a></li> <li><a href="http://www.physics.unl.edu/" title="go to the Department of Physics & Astronomy website">Department of Physics & Astronomy</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/eddie.shtml b/splashold/eddie.shtml new file mode 100644 index 0000000000000000000000000000000000000000..e5163a3fbbfd77b1014ce521786b9e83622ce7ca --- /dev/null +++ b/splashold/eddie.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Eddie Dominguez Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Eddie Dominguez Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Eddie Dominguez</h1> <h2>Teaching And Creating</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/eddie.jpg" alt="Eddie Dominguez" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Eddie Dominguez</h4> <p> Eddie Dominguez doesn't distinguish between teaching and creating art.</p> <p> "Teaching for me is like making artwork," said the UNL professor of art and art history. "They're not separate. Teaching is just another way of creating and sharing information; it's another medium for me."</p> <p> Dominguez creates ceramic art out of a broad range of materials: wood, paint, paper, clay, photographs, metals, and fibers. He is continually adding to the list of materials he works with. "Each time I move forward with a new material, my form of expression alters," he said. "The materials I use have a lot to do with the language of my work."</p> <p> His work tends to deal broadly with the theme of place. When he's teaching in Nebraska, his work expresses his feelings-physical and psychological-about his separation from his family in the Southwest.</p> <p> Originally from Tucumcari, N.M., Dominguez received his bachelor's degree from the Cleveland Institute of Art, and then completed graduate work at Alfred College of Ceramics, in Alfred, N.Y. After that, he worked as a studio artist for more than a decade before accepting a position at UNL.</p> <p> "Teaching has always been interesting to me, but I needed to do it at the right time," Dominguez said. "My teaching experiences have been valuable to me in terms of both my personal growth and my work. I enjoy going into the classroom and working with a group of interested students who are putting effort into finding out who they are through their work. I try to encourage that exploration."</p> <p> This summer, Dominguez and his UNL colleague Santiago Cal showed their work in an exhibition at the Baltimore Clayworks in Baltimore, Md. Next year, his current work will be featured in a solo show at the State Museum in Cheyenne, Wyo.</p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.unl.edu/art/" title="go to the Department of Art & Art History website">Department of Art & Art History</a></li> <li><a href="http://www.unl.edu/art/ceramics.shtml" title="go to the Ceramics website">Ceramics</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/energyscience.shtml b/splashold/energyscience.shtml new file mode 100644 index 0000000000000000000000000000000000000000..1472bfc11c80bc6855c23355938bf55195f0701d --- /dev/null +++ b/splashold/energyscience.shtml @@ -0,0 +1,147 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Energy Sciences Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Energy Sciences Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Energy Sciences</h1> + <h2>Improving the Quality of Life</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="two_col left"> + <div class="image_medium_16x9"><img src="images/energyscience.jpg" alt="Energy Sciences" /></div> +<div class="zenboxfeature" style="padding:10px"> + <h4>Energy Sciences</h4> + + +<p> +UNL students and faculty are motivated to help address growing concerns about rising energy costs, limited petroleum supplies, and climate change, says Ken Cassman, director of the Nebraska Center for Energy Sciences Research.</p> +<p> +"Renewable energy resources have the potential to be developed here in Nebraska and the center serves as a catalyst to expand opportunities in energy science and education at UNL," Cassman said. With a focus on renewable energy supplies, energy conservation and environmental quality, the center is poised to create some exciting opportunities in learning and research.</p> +<p> +The Nebraska Center for Energy Sciences Research is a collaboration between the Nebraska Public Power District and UNL and was established in April 2006 to conduct research on renewable energy sources, energy efficiency and energy conservation; and to expand economic opportunities and improve quality of life for Nebraska and the nation.</p> +<p> +It conducts energy research that produces new technologies, processes and systems that provide new or significantly enhanced renewable energy sources and improves the quality of life and economic opportunity for all Nebraskans. Projects like hydrogen production from wind power, improved hybrid vehicles, nanomagnetic refrigerator compressors, wireless "smart" network climate controls for buildings, and reducing energy for irrigating biofuel crops.</p> +<p> +The center is developing research and education programs in energy sciences by fostering interdisciplinary collaboration among UNL faculty and with other research institutions, public-sector agencies, and private sector companies with similar interests. The center supports both basic and applied research and explores a range of renewable energy opportunities including biofuels, wind, and solar energy, as well as opportunities for energy conservation. </p> +<p> +Recently a new academic minor was added to UNL's undergraduate offerings that lets students from all majors focus on fundamental energy principles, economics of energy and the environment.</p> +<p> +The energy research supported by this program will open new economic opportunities for Nebraskans and improve the quality of life for all. +</p> + +</div> + +</div> + +<div class="col right"> + +<h3>Related Links</h3> +<ul> +<li><a href="http://ncesr.unl.edu/" title="go to the Department of History website">Nebraska Center for Energy Sciences Research</a></li> +<li><a href="http://energysciences.unl.edu/" title="go to the Energy Sciences Minor website">Energy Sciences Minor</a></li> +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/fieldguide.shtml b/splashold/fieldguide.shtml new file mode 100644 index 0000000000000000000000000000000000000000..4be3a94da249281450bb2bc5be9cca9044832e2a --- /dev/null +++ b/splashold/fieldguide.shtml @@ -0,0 +1,180 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Your UNL.edu Field Guide</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +wraphandler.addEvent(window,"load", function(){ + newRandomPromo('http://www.unl.edu/ucomm/images/promos/promos.xml', 14); +}); +</script> + + +<!-- Inserted for News Ticker --> +<style type="text/css"> +#newsticker { + min-height:100px; + } +</style> +<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAUbaJkPV1tAaMsNS-7UBDNhTELkNjcWhKXky6vQZrvQAPA5Uw6xTIiC7jVa6AkRGHRPsr18Bp3NCL4Q"></script> +<script type="text/javascript" src="sharedcode/ticker.js"></script> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/alert.master.client.js"></script> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/jquery.js"></script> +<script type="text/javascript"> +//<![CDATA[ + $(document).ready( + function(){ + if ((jQuery.browser.msie && jQuery.browser.version == '6.0') || (jQuery.browser.mozilla && parseFloat(jQuery.browser.version) < 1.9)) { + jQuery('body').prepend('<div id="wdn_upgrade_notice"></div>'); + fetchURLInto('http://www.unl.edu/wdn/templates_3.0/includes/browserupgrade.html', 'wdn_upgrade_notice'); + } + } + ); + //]]> +</script> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Your UNL.edu Field Guide</li> + </ul> + + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Your UNL.edu Field Guide</h1> + <h2>Teaching, Research, and Service</h2><!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --><h2>A User's Guide to the 2009 Templates</h2> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="two_col left"> + <div class="zenbox neutral"> + <h3>Welcome.</h3> + <p> + With the introduction of the new 2009 UNL web templates come several changes in both look and and functionality. This page will step you through the different sections of the template to give you an idea of its updates and improvements.</p> + </div> + <h4 class="sec_header">Who Moved My <span style="text-decoration:line-through;">Cheese</span> <strong>Navigation</strong>?</h4> + <p>The navigation on this template has been streamlined into one, easy-to-use element. What previously represented four separate navigational areas, has been combined and organized at the top of the page.</p> +<p> +The navigation starts with the breadcrumbs/site hierarchy. For instance, on the image below, the red bar shows UNL > Admissions. The navigation displayed is for the Admissions department, as it is the current site you're on.</p> +<img src="http://www1.unl.edu/iimblog/wp-content/uploads/2009/05/navdefault.jpg" alt="Navigation Default" width="450" /> +<p> +The tab visual indicator is used to show which site the navigation belongs to.</p> +<p> +At this point, you can move their mouse over any of the Admissions links and by doing so, open a full listing of all the links for the Admissions department:</p> + <img src="http://www1.unl.edu/iimblog/wp-content/uploads/2009/05/navhover.jpg" alt="Navigation On Hover" width="450" /> + <p>This drawer will overlay the content and will disappear when you move the mouse off it. The navigation drawer can also be closed by clicking the small "x" located in the upper righthand corner.</p> +<p> +If you would like to keep the navigation displayed at all times, across all sites on UNL.edu during every visit, you can opt to select the link at the bottom of the drawer that says: "click to always show full navigation." By selecting this option, the navigation will always be displayed, and the content will be pulled out from underneath the drawer:</p> + +<img src="http://www1.unl.edu/iimblog/wp-content/uploads/2009/05/navdisplayed.jpg" alt="Navigation Displayed" width="450" /> +<p>Upon doing this, the link at the bottom of the drawer will change to: "click to always hide full navigation," allowing you to change your preference at any time.</p> +<p> +In addition, this navigation element allows for added functionality. You also have the option to mouse over "UNL" in the red bar, and the navigation in the drawer will refresh with the navigation found on unl.edu, giving you quick access to the global site navigation.</p> + + + </div> + + <div class="two_col right"> + <div class="zenbox"> + <h3>Site Transition; What to Expect</h3> + <p> + The UNL.edu site is composed of many subsites, most produced by departmental, unit, or college personnel. These web developers are hard at work redeveloping and re-launching their sites in the UNL09 template. As they are re-launched, new sites will be linked from the university community's home page, UNL Today. All sites are expected to be completed by mid-October, restoring the unified and consistent experience that users have come to expect from UNL.edu.</p> + </div> + + <h4 class="sec_header">One <strong>Search</strong> To Rule Them All</h4> + <p>In addition to being more prominent, the new search tool combines the function of global, local, and people searches into one handy tool. The results page will show matches from the local site, all of unl.edu and peoplefinder.<br /><img src="images/fieldguide_search.jpg" alt="Search" /></p> + <br /> + <h4 class="sec_header">A <strong>Toolbar</strong> With More</h4> + <p>Clicking any of the toolbar icons located at the top of the page will open a modal window that displays each of these items (RSS Feeds, Weather, Events, Peoplefinder, Webcams) in a tab. The RSS Feeds window will allow you to read the latest campus news releases and watch videos from the mediahub. Weather displays the local temperature and weather radar. Events will display items listed in the main UNL system and also allows for site-specific feeds to also be displayed when enabled. Peoplefinder allows directory searching for people at the University, while webcams shows views from three different locations on campus. <br /><img src="images/fieldguide_toolbar.jpg" alt="Search" /></p> + <br /> + <h4 class="sec_header">What Happened to the <strong>Quicklinks?</strong></h4> + <p>Quick links were available in the 2006 UNL template to allow quick access to selected resources at UNL. Those links are now replicated at the 'UNL' level of the unified site navigation.</p> + <br /> + <h4 class="sec_header">Expanded <strong>Footer</strong> For Feedback and Sharing</h4> + <p>In addition to moving the related links into one of the columns of the new footer, there is a more prominent area for site contact. We've also made it much easier to send feedback to the developers of the site with both a feedback form and a page rating system. Lastly, we've added a set of tools to share a page both through email and a variety of social media sites.</p> + <img src="images/fieldguide_footer.jpg" alt="Search" /> + + </div> + <div class="clear"></div> + + <div class="two_col left"> + <div class="zenbox primary"> + <h3>Why did you drop support for Internet Explorer 6?</h3> + <p> + IE 6 joins a long list of browsers no longer supported by UNL.edu. As the web becomes more standards-based, we have progressively abandoned the time- consuming hacks necessary to support nonstandard browsers as those browsers' marketshare has diminished and newer versions take their place. Released in 2001, IE6 is one of these browsers. Microsoft released IE7 in 2006, and IE8 in the spring of 2009. Since these versions of IE are far more standards-compliant than was IE6, they require fewer 'hacks,' and are supported browsers on UNL.edu.</p> + </div> + </div> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/fieldguide.shtml.LCK b/splashold/fieldguide.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/fieldguide.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/fieldguide_directory.shtml b/splashold/fieldguide_directory.shtml new file mode 100644 index 0000000000000000000000000000000000000000..3233f8e248c92fd155e8dc2dd125f5abe9691102 --- /dev/null +++ b/splashold/fieldguide_directory.shtml @@ -0,0 +1,210 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Your Field Guide to the UNL Directory</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> + +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<meta name="robots" content="noindex, nofollow"> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Your UNL Directory Field Guide</li> + </ul> + + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Your Field Guide to the UNL Directory</h1> + <h2> </h2><!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> + <h2>Finding Your Way Around the UNL Directory</h2> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="two_col left"> + <div class="zenbox neutral"> + <h3>Welcome.</h3> + <p> + This guide is provided to help with the introduction of the <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">2010 UNL Directory</a> revisions. In addition to general information about the new UNL Directory, the right side of the page is intended to assist users of the Centrex Directory in adjusting to the online format.</p> + </div> + <h4 class="sec_header" style="margin-bottom:8px;">First, about the data</h4> + <p>The information in <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">UNL Directory</a> is maintained in several source databases.</p> +<p><strong>STUDENT</strong> directory information is maintained in the UNL student information system. Because data restrictions (UNL and Board of Regents) don't allow for the distribution of student contact information to the general public, we recommend that students who would like to communicate with others in the UNL community use <a href="http://planetred.unl.edu/" title="go to the Planet Red website">Planet Red</a>, UNL's social networking utility.</p> +<p><strong>FACULTY/STAFF</strong> directory information is maintained in the UNL administrative and finance system, SAP. The SAP data is the official, business-oriented information about each person employed by UNL. This information includes:</p> + <ul> + <li>name</li> + <li>employment designation</li> + <li>job title</li> + <li>department</li> + <li>campus address</li> + <li>campus phone number</li> + <li>campus email address</li> + <li>vcard download link</li> + </ul> + <p> Data that will be added in the near future:</p> +<ul> + <li>nicknames, or 'known-as' names</li> + </ul> + +<h4 class="sec_header" style="margin-bottom:8px;">Upgrade Your Image</h4> +<p>Want to show your photo on your UNL Directory result, instead of the default outline? Easy. The photos are pulled from your <a href="http://planetred.unl.edu/" title="go to Planet Red">Planet Red</a> profile. Don't have one? Well, as an 'official' member of the UNL community, you already have a Planet Red account. All you need to do is fill out a little profile information and upload a photo. A thumbnail of that photo will then be displayed with your other official information in the directory.</p> +<img src="images/fieldguide_directory_imagethumbs.jpg" class="frame" alt="Upgrade your image" width="210" /> + + </div> + + <div class="two_col right"> + <h3 class="sec_main">Transitioning from the Printed Centrex</h3> + <p> + Due to the challenging budgetary environment, discontinuance of the printed Centrex directory has been identified as a potential option going forward. The following information is intended to help current users of the Centrex adjust to the online <a href="http://peoplefinder.unl.edu/" title="go to the online UNL Directory">UNL Directory</a>.</p> + + + + <div class="zenbox energetic"> + <h3>Emergency and Police Information</h3> + <h4 class="sec_header" style="margin-bottom:8px;"><strong>Emergency Information</strong></h4> + <img src="http://emergency.unl.edu/images/warning.png" style="float: right; margin-top: -20px;" alt="Emergency" /> + <p>For information about reporting emergencies, or procedures to take during different situations, visit the <a href="http://emergency.unl.edu/">the emergency website</a>.</p> + <p>During an emergency, the UNL community and general public will receive information through the web and news media as well as by <a href="http://emergency.unl.edu/unlalert/">email, phone, and text through <strong>UNL Alert</strong> for those registered</a>.</p> + + <h4 class="sec_header" style="margin-bottom:8px;"><strong>University Police</strong></h4> + <img src="http://police.unl.edu/graphics/badge_police.png" style="float: right; margin-top: -20px;" alt="Police" /> + <p>To contact University Police for emergencies, crimes in progress, or non-emergency complaints, call 472-2222 or visit <a href="http://police.unl.edu/">the university police website</a>.</p> + <p>During an emergency, the UNL community and general public will receive information through the web and news media as well as by <a href="http://emergency.unl.edu/unlalert/">email, phone, and text through <strong>UNL Alert</strong> for those registered</a>.</p> + + <h4 class="sec_header" style="margin-bottom:8px;"><strong>Other Information</strong></h4> + <ul> + <li><a href="http://ehs.unl.edu/">Environmental Health & Safety</a></li> + </ul> + </div> + + + <div class="zenbox soothing"> + <h3><strong>Telephone Information</strong></h3> + <ul> + <li><a href="http://telecom.unl.edu/dialing_instructions.shtml" title="go to a page on Dialing Instructions at Telecom">Dialing Instructions</a></li> + <li><a href="http://telecom.unl.edu/voicemail.shtml" title="go to a page on Voicemail at Telecom">Voicemail Instructions</a></li> + <li><a href="http://is.unl.edu/" title="go to Information Services">Information Services</a></li> + </ul> + </div> + + <div class="zenbox bright"> + <h3><strong>University Information</strong></h3> + <ul> + <li><a href="http://peoplefinder.unl.edu/" title="go to a departmental abbreviations page">Departmental Abbreviations</a></li> + <li><a href="http://maps.unl.edu/directory/" title="go to a list of Building Codes at UNL">Building Codes</a></li> + <li><a href="http://www.unl.edu/regrec/calendar/calendar_main.shtml" title="Academic calendar at UNL">Academic Calendar</a></li> + <li><a href="http://www.nebraska.edu/administration/university-administrative-staff.html" title="find contact information for Central Administration">Central Administration Contact Information</a></li> + <li><a href="http://nebraska.edu/board/board-members.html" title="Board of Regents at the University of Nebraska">Board of Regents Members</a></li> + <li><a href="http://www.unl.edu/ucomm/chancllr/administration.shtml" title="University of Nebraska-Lincoln administration">University of Nebraska-Lincoln Administration</a></li> + <li><a href="http://peoplefinder.unl.edu/" title="go to a departmental listings page">Departmental Listings</a></li> + <li><a href="http://maps.unl.edu/" title="go to maps at UNL">UNL Maps</a></li> + </ul> + </div> + + + <div class="zenbox cool"> + <h3 class="sec_header" style="margin-bottom:8px;"><strong>Other Information</strong></h3> + <ul> + <li><a href="http://www.whitepages.com/maps" title="go to a search page for United States area codes">Area Codes (United States)</a></li> <li><a href="http://countrycode.org/" title="go to a search page for Country Codes">Country Codes</a></li> + </ul> + </div> + + + <h4 class="sec_header" style="margin-bottom:8px;">Parking & Transit Services</h4> + <div class="zenbox"> + <p>To find out more information about parking, permits, paying fines, or bus and transit information, visit the <a href="http://parking.unl.edu/">parking and transit services website</a>.</p> + <ul> + <li><a href="http://parking.unl.edu/transit/" title="find bus routes">Bus Routes</a></li> + <li><a href="http://parking/permits/" title="Parking permits and registration">Permits and Registration</a></li> + <li><a href="http://parking.unl.edu/maps/" title="Parking maps">Parking Maps</a></li> + </ul> + </div> + + + + + <!-- <a href="http://www.unl.edu/ucomm/research/" title="go to a page of Research Centers at UNL">Research Centers</a><br /> + + <a href="http://www.nebraska.edu/research.html" title="go to a page of Research Centers at the University of Nebraska">Research Centers</a> --> + + + + + + </div> + <div class="clear"></div> + + + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/fieldguide_directory.shtml.LCK b/splashold/fieldguide_directory.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/fieldguide_directory.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/alexandra.jpg b/splashold/images/alexandra.jpg new file mode 100644 index 0000000000000000000000000000000000000000..759d50523c2e40c54ba25f97308436dadc1c0796 Binary files /dev/null and b/splashold/images/alexandra.jpg differ diff --git a/splashold/images/alexandra.jpg.LCK b/splashold/images/alexandra.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/alexandra.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/amanda.jpg b/splashold/images/amanda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75bc2e9f218c695f32eaf88d195f04191def7414 Binary files /dev/null and b/splashold/images/amanda.jpg differ diff --git a/splashold/images/amanda.jpg.LCK b/splashold/images/amanda.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/amanda.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/andrew.jpg b/splashold/images/andrew.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca8cfde42bd0519153dcdfc51f8fa9e6a2d5e5d0 Binary files /dev/null and b/splashold/images/andrew.jpg differ diff --git a/splashold/images/andrewm.jpg b/splashold/images/andrewm.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32c9da19146a528995a7ac1414c0162e3eec0ced Binary files /dev/null and b/splashold/images/andrewm.jpg differ diff --git a/splashold/images/andrewm.jpg.LCK b/splashold/images/andrewm.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/andrewm.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/anna.jpg b/splashold/images/anna.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da1f309b9a0677a196cb6b760c4ca01ecfb20e67 Binary files /dev/null and b/splashold/images/anna.jpg differ diff --git a/splashold/images/bg_icon_affiliates.png b/splashold/images/bg_icon_affiliates.png new file mode 100644 index 0000000000000000000000000000000000000000..319bf4b08a76b6172149163fc3cdbf4658f6a582 Binary files /dev/null and b/splashold/images/bg_icon_affiliates.png differ diff --git a/splashold/images/bg_icon_affiliates.png.LCK b/splashold/images/bg_icon_affiliates.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/bg_icon_affiliates.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/bg_icon_events.png b/splashold/images/bg_icon_events.png new file mode 100644 index 0000000000000000000000000000000000000000..d6433db64170b471d00a55693498a5c2e0ed2cea Binary files /dev/null and b/splashold/images/bg_icon_events.png differ diff --git a/splashold/images/bg_icon_events.png.LCK b/splashold/images/bg_icon_events.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/bg_icon_events.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/bg_icon_lectures.png b/splashold/images/bg_icon_lectures.png new file mode 100644 index 0000000000000000000000000000000000000000..81e13a05d4f862e650d4529c810290165e34c5ae Binary files /dev/null and b/splashold/images/bg_icon_lectures.png differ diff --git a/splashold/images/bg_icon_news.png b/splashold/images/bg_icon_news.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6af81c0d199e8e79fda98a9e19fffa1c3d249c Binary files /dev/null and b/splashold/images/bg_icon_news.png differ diff --git a/splashold/images/bg_icon_news.png.LCK b/splashold/images/bg_icon_news.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/bg_icon_news.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/bg_icon_resources.png b/splashold/images/bg_icon_resources.png new file mode 100644 index 0000000000000000000000000000000000000000..8739d332060c860f61586aefcf65c3ecf7bcdf6c Binary files /dev/null and b/splashold/images/bg_icon_resources.png differ diff --git a/splashold/images/bg_icon_resources.png.LCK b/splashold/images/bg_icon_resources.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/bg_icon_resources.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/brittany.jpg b/splashold/images/brittany.jpg new file mode 100644 index 0000000000000000000000000000000000000000..302daea063fb5e42a401668db4e5463f5e2815c6 Binary files /dev/null and b/splashold/images/brittany.jpg differ diff --git a/splashold/images/brittany.jpg.LCK b/splashold/images/brittany.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/brittany.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/cathy.jpg b/splashold/images/cathy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9cb5f889ac9d49b6e6fa88aac29abb21bd40ac5 Binary files /dev/null and b/splashold/images/cathy.jpg differ diff --git a/splashold/images/cathy.jpg.LCK b/splashold/images/cathy.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/cathy.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/david.jpg b/splashold/images/david.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65a8521f800bdedfb3bde989791a773a5e33068d Binary files /dev/null and b/splashold/images/david.jpg differ diff --git a/splashold/images/david.jpg.LCK b/splashold/images/david.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/david.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/dean.jpg b/splashold/images/dean.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e128ca31c72ddfed15fc79f229b5625a03178352 Binary files /dev/null and b/splashold/images/dean.jpg differ diff --git a/splashold/images/diocles.jpg b/splashold/images/diocles.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3554c534488a04c312c0ee704db541101aa31e0e Binary files /dev/null and b/splashold/images/diocles.jpg differ diff --git a/splashold/images/eddie.jpg b/splashold/images/eddie.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14f1844bef63ec8516a16465561d773ac007debe Binary files /dev/null and b/splashold/images/eddie.jpg differ diff --git a/splashold/images/energyscience.jpg b/splashold/images/energyscience.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b007f14b554a8c21f70aaf955a262af8d9a184a8 Binary files /dev/null and b/splashold/images/energyscience.jpg differ diff --git a/splashold/images/energyscience.jpg.LCK b/splashold/images/energyscience.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/energyscience.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/fieldguide_directory_imagethumbs.jpg b/splashold/images/fieldguide_directory_imagethumbs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d1f477416e573801bf6b56b9a6b94c5f7cd3994 Binary files /dev/null and b/splashold/images/fieldguide_directory_imagethumbs.jpg differ diff --git a/splashold/images/fieldguide_footer.jpg b/splashold/images/fieldguide_footer.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec16f3330e1efd700b083950dfeb8c5c49d7f592 Binary files /dev/null and b/splashold/images/fieldguide_footer.jpg differ diff --git a/splashold/images/fieldguide_footer.jpg.LCK b/splashold/images/fieldguide_footer.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/fieldguide_footer.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/fieldguide_header.jpg b/splashold/images/fieldguide_header.jpg new file mode 100644 index 0000000000000000000000000000000000000000..719c6e8bf3750a9fc6f1df091cd4bb38f720e4f8 Binary files /dev/null and b/splashold/images/fieldguide_header.jpg differ diff --git a/splashold/images/fieldguide_header.jpg.LCK b/splashold/images/fieldguide_header.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/fieldguide_header.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/fieldguide_search.jpg b/splashold/images/fieldguide_search.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38e43f4af318dcedbb5274f8519fb371ff55d578 Binary files /dev/null and b/splashold/images/fieldguide_search.jpg differ diff --git a/splashold/images/fieldguide_search.jpg.LCK b/splashold/images/fieldguide_search.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/fieldguide_search.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/fieldguide_toolbar.jpg b/splashold/images/fieldguide_toolbar.jpg new file mode 100644 index 0000000000000000000000000000000000000000..003e22b5a9180626cece3dd1033d0d562576b7a9 Binary files /dev/null and b/splashold/images/fieldguide_toolbar.jpg differ diff --git a/splashold/images/fieldguide_toolbar.jpg.LCK b/splashold/images/fieldguide_toolbar.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/fieldguide_toolbar.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/homecoming.gif b/splashold/images/homecoming.gif new file mode 100644 index 0000000000000000000000000000000000000000..8648ccf4265c88ae2ff1eb5b21d7ecfb9d1bb3fe Binary files /dev/null and b/splashold/images/homecoming.gif differ diff --git a/splashold/images/homecoming.gif.LCK b/splashold/images/homecoming.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/homecoming.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/huskers.jpg b/splashold/images/huskers.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1ff91d134125cd1fde34f2585f26e66a61c8bca1 Binary files /dev/null and b/splashold/images/huskers.jpg differ diff --git a/splashold/images/icon_twitter.png b/splashold/images/icon_twitter.png new file mode 100644 index 0000000000000000000000000000000000000000..73c7a28627298ee5bbbcc70e6d8f017578feeaab Binary files /dev/null and b/splashold/images/icon_twitter.png differ diff --git a/splashold/images/icon_twitter.png.LCK b/splashold/images/icon_twitter.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/icon_twitter.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/jake.jpg b/splashold/images/jake.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2616df7cf435c52a1fb5d5201a51d15234350c22 Binary files /dev/null and b/splashold/images/jake.jpg differ diff --git a/splashold/images/jalele.jpg b/splashold/images/jalele.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d564838be518d662cf8be6e9c40b937e25c28e9c Binary files /dev/null and b/splashold/images/jalele.jpg differ diff --git a/splashold/images/jalele.jpg.LCK b/splashold/images/jalele.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/jalele.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/jay.jpg b/splashold/images/jay.jpg new file mode 100644 index 0000000000000000000000000000000000000000..482e408c2532e63bea36ec6bfec4eae6ac3ab216 Binary files /dev/null and b/splashold/images/jay.jpg differ diff --git a/splashold/images/jeremy.jpg b/splashold/images/jeremy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..238590b100b794e11102a7fd83f99a433f4f961c Binary files /dev/null and b/splashold/images/jeremy.jpg differ diff --git a/splashold/images/jeremy.jpg.LCK b/splashold/images/jeremy.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/jeremy.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/john.jpg b/splashold/images/john.jpg new file mode 100644 index 0000000000000000000000000000000000000000..477fadef21661560afed3fc862a91f05580e43fc Binary files /dev/null and b/splashold/images/john.jpg differ diff --git a/splashold/images/kenneth.jpg b/splashold/images/kenneth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae6d41bc34d830b18dcf30650dd973c5f763615d Binary files /dev/null and b/splashold/images/kenneth.jpg differ diff --git a/splashold/images/kevin.jpg b/splashold/images/kevin.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf4cb3a1809c4a132ec8294157dc4642996d0b19 Binary files /dev/null and b/splashold/images/kevin.jpg differ diff --git a/splashold/images/lance.jpg b/splashold/images/lance.jpg new file mode 100644 index 0000000000000000000000000000000000000000..546df7bbd2e12b681dda79a42edade590fc54e78 Binary files /dev/null and b/splashold/images/lance.jpg differ diff --git a/splashold/images/leonardo.jpg b/splashold/images/leonardo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..845c2e27a8f8bbe7ef692bdb8c403397d6a8385d Binary files /dev/null and b/splashold/images/leonardo.jpg differ diff --git a/splashold/images/lindsay.jpg b/splashold/images/lindsay.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51820762a952d541b902792197db88e91db780a0 Binary files /dev/null and b/splashold/images/lindsay.jpg differ diff --git a/splashold/images/lindsay.jpg.LCK b/splashold/images/lindsay.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/lindsay.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/maureen.jpg b/splashold/images/maureen.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690e41b1586966ba69c022e78127ac3a3d1c534d Binary files /dev/null and b/splashold/images/maureen.jpg differ diff --git a/splashold/images/maureen.jpg.LCK b/splashold/images/maureen.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/maureen.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/megan.jpg b/splashold/images/megan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..623f4a68b480bc139b8b10d46881a5cb9e835ff7 Binary files /dev/null and b/splashold/images/megan.jpg differ diff --git a/splashold/images/michael.jpg b/splashold/images/michael.jpg new file mode 100644 index 0000000000000000000000000000000000000000..366fb414b0c8da0f6510ae91ab78a767f1d74ff4 Binary files /dev/null and b/splashold/images/michael.jpg differ diff --git a/splashold/images/michaeld.jpg b/splashold/images/michaeld.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36e33ae59a1139a41c5c5cb70f5f8e2538c21d95 Binary files /dev/null and b/splashold/images/michaeld.jpg differ diff --git a/splashold/images/mlk.jpg b/splashold/images/mlk.jpg new file mode 100644 index 0000000000000000000000000000000000000000..887b08da4de88bda6c2eb0ecc4a9e329cd0fdd5b Binary files /dev/null and b/splashold/images/mlk.jpg differ diff --git a/splashold/images/oyekan.jpg b/splashold/images/oyekan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c54a9aa75abf80234ed1270c23be091ca6f230f2 Binary files /dev/null and b/splashold/images/oyekan.jpg differ diff --git a/splashold/images/posters/innovation_campus_20091023.jpg b/splashold/images/posters/innovation_campus_20091023.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e18ea8e432ac3c089dcf093bd76a55224de951ee Binary files /dev/null and b/splashold/images/posters/innovation_campus_20091023.jpg differ diff --git a/splashold/images/posters/innovationcampus.jpg b/splashold/images/posters/innovationcampus.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0be22f7dcc965f01308185b22bf3111815d113f5 Binary files /dev/null and b/splashold/images/posters/innovationcampus.jpg differ diff --git a/splashold/images/posters/innovationcampus.jpg.LCK b/splashold/images/posters/innovationcampus.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/posters/innovationcampus.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/realnebraska.jpg b/splashold/images/realnebraska.jpg new file mode 100644 index 0000000000000000000000000000000000000000..151a0d2c20dc7fbe10c96ae5a1a80a71ebe0585d Binary files /dev/null and b/splashold/images/realnebraska.jpg differ diff --git a/splashold/images/rosalie.jpg b/splashold/images/rosalie.jpg new file mode 100644 index 0000000000000000000000000000000000000000..44a056e5f9121d05c08999e5eb69941486549649 Binary files /dev/null and b/splashold/images/rosalie.jpg differ diff --git a/splashold/images/sarah.jpg b/splashold/images/sarah.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be8d86ee5557e93736982cef4edcfdadf4ba4af3 Binary files /dev/null and b/splashold/images/sarah.jpg differ diff --git a/splashold/images/splash-feed_03.gif b/splashold/images/splash-feed_03.gif new file mode 100644 index 0000000000000000000000000000000000000000..2e602266cb5ae60d5d620393e95f0d5b02fdb973 Binary files /dev/null and b/splashold/images/splash-feed_03.gif differ diff --git a/splashold/images/splashfeed-foot.gif b/splashold/images/splashfeed-foot.gif new file mode 100644 index 0000000000000000000000000000000000000000..10e98fcdfaaef20ea8aa21f95a60213054886df8 Binary files /dev/null and b/splashold/images/splashfeed-foot.gif differ diff --git a/splashold/images/splashfeed-head.gif b/splashold/images/splashfeed-head.gif new file mode 100644 index 0000000000000000000000000000000000000000..c8c8c3b0ea07c5eae9fb0622af4b770147a80d95 Binary files /dev/null and b/splashold/images/splashfeed-head.gif differ diff --git a/splashold/images/steve.jpg b/splashold/images/steve.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6ec11c1f183d88d50363aed079dc1a2435321cb Binary files /dev/null and b/splashold/images/steve.jpg differ diff --git a/splashold/images/tariqua.jpg b/splashold/images/tariqua.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acb8806bb72f8c24e79816edccc89810d99e1dd4 Binary files /dev/null and b/splashold/images/tariqua.jpg differ diff --git a/splashold/images/unl_singers.jpg b/splashold/images/unl_singers.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbafdab5784958bf297de17864a39870a67f0938 Binary files /dev/null and b/splashold/images/unl_singers.jpg differ diff --git a/splashold/images/unl_singers.jpg.LCK b/splashold/images/unl_singers.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/unl_singers.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/unltoday1.jpg b/splashold/images/unltoday1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eefd4657c667286094cc9a2f1b62eb6c4d556e34 Binary files /dev/null and b/splashold/images/unltoday1.jpg differ diff --git a/splashold/images/unltoday1.jpg.LCK b/splashold/images/unltoday1.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/unltoday1.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/unltoday_movein.jpg b/splashold/images/unltoday_movein.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4468e52d974454ea442d0d1a33488403fe26af7e Binary files /dev/null and b/splashold/images/unltoday_movein.jpg differ diff --git a/splashold/images/unltoday_movein.jpg.LCK b/splashold/images/unltoday_movein.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/unltoday_movein.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/vietnam.jpg b/splashold/images/vietnam.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2efa7853c56abd2037f7beda7d75eb7581908a0 Binary files /dev/null and b/splashold/images/vietnam.jpg differ diff --git a/splashold/images/volleyball.jpg b/splashold/images/volleyball.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd5bed7f89264dc65c357d57dc1ff150a8842345 Binary files /dev/null and b/splashold/images/volleyball.jpg differ diff --git a/splashold/images/volleyball_small.jpg b/splashold/images/volleyball_small.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7082c7a7ff4efd6cdd7c48e3874b9a82ead6c2e2 Binary files /dev/null and b/splashold/images/volleyball_small.jpg differ diff --git a/splashold/images/volleyball_small.jpg.LCK b/splashold/images/volleyball_small.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/volleyball_small.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/ware.jpg b/splashold/images/ware.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df6b935adced882bbe021d8ddbcff303aaa137df Binary files /dev/null and b/splashold/images/ware.jpg differ diff --git a/splashold/images/will.jpg b/splashold/images/will.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1fc1263b5311b3ee88a783d03883be68c8873bba Binary files /dev/null and b/splashold/images/will.jpg differ diff --git a/splashold/images/will.jpg.LCK b/splashold/images/will.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/images/will.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/images/xiao.jpg b/splashold/images/xiao.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15fb79b24caea332e54decf043266846ba75b65c Binary files /dev/null and b/splashold/images/xiao.jpg differ diff --git a/splashold/index bkup 20070301.shtml b/splashold/index bkup 20070301.shtml new file mode 100644 index 0000000000000000000000000000000000000000..06b4b57c7b2e378122f346b074bc0bd9ca1b0bce --- /dev/null +++ b/splashold/index bkup 20070301.shtml @@ -0,0 +1,192 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="The University of Nebraska-Lincoln, founded in 1869, is one if the nation's premier land-grant institutions. UNL is a member of the Association of American Universities and is classified by the Carnegie Foundation for the Advancement of Teaching as a Doctoral/Research University-Extensive." /> +<meta name="keywords" content="university of nebraska-lincoln cornhuskers scarlet and cream there is no place like nebraska the power of red" /> +<meta name="ICBM" content="40.817719, -96.701513" /> +<meta name="DC.title" content="University of Nebraska-Lincoln" /> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/splash.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/splash.js"></script> +<link rel="alternate" type="application/rss+xml" title="UNL In The News" href="http://ucommxsrv1.unl.edu/rssfeeds/unlinthenewsrss.xml" /> +<link rel="alternate" type="application/rss+xml" title="UNL News Releases" href="http://ucommxsrv1.unl.edu/rssfeeds/unlnewsrss.xml" /> +<style type="text/css">img#badge{top:-80px;}</style> +<script type="text/javascript"> +/*change your configuration */ +var displayNum = 5; //number of tabs to display +var xmlURL = 'http://www.unl.edu/ucomm/splash/story.xml'; //your xml file (absolute url please) +addLoadEvent(function() { + randomSplashContent(); + newRandomPromo('http://www.unl.edu/ucomm/splash/promo.xml'); +}); +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Today</li> + </ul><a href="http://admissions.unl.edu/apply/" title="apply now"><img src="/ucomm/templatedependents/templatecss/images/badge_applynow.png" alt="apply now" id="badge" /></a> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>UNL Today</h1> + <h2>Taglines - We Do The Heavy Lifting</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <div id="splash_links"> + <ul id="toplevel_nav"> + <li><a href="http://www.unl.edu/ucomm/visitor/" title="Visitor">Visitor</a></li> + <li><a href="http://www.unl.edu/ucomm/prospective/" title="Prospective Student">Prospective Student</a></li> + <li><a href="http://www.unl.edu/ucomm/current/" title="Current Student">Current Student</a></li> + <li><a href="http://www.unl.edu/ucomm/facstaff/" title="Faculty & Staff">Faculty & Staff</a></li> + <li><a href="http://www.unl.edu/ucomm/business/" title="Business, Industry & Government">Business, Industry & <span>Government</span></a></li> + </ul> + + <ul> + <li>Apply + <ul> + <li><a href="http://admissions.unl.edu/" title="Undergraduate">Undergraduate</a></li> + <li><a href="http://www.unl.edu/gradstudies/" title="Graduate">Graduate</a></li> + <li><a href="http://law.unl.edu/" title="Law">Law</a></li> + <li><a href="http://extended.unl.edu/" title="Extended Ed.">Extended Ed.</a></li> + </ul> + </li> + + <li id="resources">Resources + <ul> + <li><a href="http://www.unl.edu/ucomm/depts/" title="Colleges & Depts">Colleges & Depts</a></li> + <li><a href="/ucomm/international/" title="Intl. Students">Intl. Students</a></li> + <li><a href="/ucomm/firstyear/" title="Your First Year">Your First Year</a></li> + <li><a href="http://www.nufoundation.org/link.sp?page=about_giving" title="Giving to UNL">Giving to UNL</a></li> + <li><a href="#" onclick="makeRemoteQTVR();" title="Campus Maps Tour">Maps/Tour</a></li> + <li><a href="http://www.unl.edu/ucomm/news/" title="University of Nebraska-Lincoln News Releases">News Releases</a></li> + <li><a href="http://www.unl.edu/research/" title="Research">Research</a></li> + </ul> + </li> + + <li id="affiliates">Affiliates + <ul> + <li><a href="http://www.huskeralum.com/" title="Alumni">Alumni</a></li> + <li><a href="http://www.huskers.com/" title="Huskers">Huskers</a></li> + <li><a href="http://www.liedcenter.org/" title="Lied Center">Lied Center</a></li> + <li><a href="http://www.netnebraska.org/television/" title="NET">NET</a></li> + <li><a href="http://www.quiltstudy.org/" title="Quilt Study">Quilt Study</a></li> + <li><a href="http://theross.org/" title="Ross Theatre">Ross Theatre</a></li> + <li><a href="http://www.sheldonartgallery.org/" title="Sheldon Gallery">Sheldon Gallery</a></li> + <li><a href="http://www-museum.unl.edu/" title="State Museum">State Museum</a></li> + <li><a href="http://www.bkstr.com/Home/10001-10287-1?demoKey=d" title="University Bookstore">UNL Bookstore</a></li> + <li><a href="http://unp.unl.edu/" title="UofN Press">U of N Press</a></li> + <li><a href="http://www.nufoundation.org/" title="NU Foundation">NU Foundation</a></li> + <li><a href="http://www.nebraska.edu/" title="NU System">NU System</a></li> + <li><a href="http://emeriti.unl.edu/" title="UNL Emeriti Association">UNL Emeriti</a></li> + </ul> + </li> + + </ul> +</div> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div id="splash_top"></div> + <div id="tabs3"> + <ul id="splashtab"> + <li style="display:none;"><noscript>Javascript is required.</noscript></li> + </ul> + </div> + <!-- <div style="float:clear;width:100%;"> </div> +<div style="border:2px solid #AF0909; padding: 12px 9px 4px 9px;margin-bottom:-9px;"><h6>NATIONAL DAY OF MOURNING</h6><h5 style="color:#C60302;"><strong>UNL CLOSED JAN. 2, 2007</strong></h5><p>All offices of the University of Nebraska-Lincoln will be closed on Tuesday, January 2, 2007, to observe the official day of mourning for former President Gerald Ford declared by President Bush. Only essential personnel should report on Jan. 2.</p></div> --> + <!--<div id="randomPromo" class="col left"></div>--> + <div class="col left"><p class="image_small_short"><a href="http://www.msnbc.msn.com/id/17186551/" title="Go to the MSNBC website" target="_blank"><img src="http://www.unl.edu/ucomm/splash/promo/images/burge.jpg" width="210" height="80" alt="David Burge" /></a></p> + Vote for David Burge in NBC's "Anchor For Today" Finals</div> + + <div class="col middle"> + <p class="image_small_short"><a href="http://www.huskers.com/" class="imagelink" title="University of Nebraska Cornhuskers website"><img src="http://www.unl.edu/ucomm/splash/images/huskers.jpg" alt="Huskers.com"/></a></p> + Huskers.com: The official website of the University of Nebraska-Lincoln Cornhuskers. </div> + <div class="col right"> + <p class="image_small_short"><a href="http://www.unl.edu/ucomm/unltoday/" class="imagelink" title="UNL Today, Daily news and campus events"><img src="http://www.unl.edu/ucomm/splash/images/unltoday1.jpg" alt="UNL Today"/></a></p> + UNL Today: The source for what's happening on campus today. </div> + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/index.shtml b/splashold/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..f6564522cb0132de61cd2e51ca6b8e92149da560 --- /dev/null +++ b/splashold/index.shtml @@ -0,0 +1,384 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="The University of Nebraska-Lincoln, founded in 1869, is one of the nation's premier land-grant institutions. UNL is classified by the Carnegie Foundation for the Advancement of Teaching as a Doctoral/Research University-Extensive." /> +<meta name="keywords" content="university of nebraska-lincoln cornhuskers scarlet and cream there is no place like nebraska go big red" /> +<meta name="ICBM" content="40.817719, -96.701513" /> +<meta name="DC.title" content="University of Nebraska-Lincoln" /> +<meta name="google-site-verification" content="87XvtIgNW7KwslV7eSXGtjd-I3Mnh8NX-lEBpj7UDrs" /> +<link rel="apple-touch-icon" href="/ucomm/templatedependents/templatecss/images/apple-touch-icon.png" /> +<!--<link rel="alternate" type="application/rss+xml" title="UNL In The News" href="http://ucommxsrv1.unl.edu/rssfeeds/unlinthenewsrss.xml" />--> +<link rel="alternate" type="application/rss+xml" title="UNL News Releases" href="http://ucommxsrv1.unl.edu/rssfeeds/unlnewsrss.xml" /> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/swfobject.js"></script> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/variations/splash.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/splash_poster.js"></script> +<script type="text/javascript" src="/ucomm/splash/splash.js"></script> +<style type="text/css"> +@import "/ucomm/sharedcode/jquery.countdown.css"; +</style> +<script type="text/javascript" src="/ucomm/sharedcode/jquery.countdown.min.js"></script> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Today</li> + </ul> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>UNL</h1> + <h2>University of Nebraska-Lincoln</h2> + <!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div id="splash"> + <div id="headlines"> + <div id="headline1" class="active"> + <div class="splash_headline"> + <h4>UNL Today</h4> + <p>Your source for what's happening on campus. <a href="http://www.unl.edu/ucomm/unltoday/" title="Go to UNL Today" class="tooltip">Go to UNL Today.</a></p> + </div> + </div> + <div id="headline2"> + <div class="splash_headline"> + <h4>Nebraska Innovation Campus</h4> + <p><a href="http://innovate.unl.edu/" title="Go to the Innovation Campus website" class="tooltip">Explore the site</a> for a more detailed overview and vision of Nebraska Innovation Campus.</p> + <!-- + <h4><a href="http://admissions.unl.edu/visit/" title="go to the UNL Admissions website" class="tooltip">Red Letter Days</a></h4> + <p>Nebraska's all-day campus visit open house program offered to high school seniors and their families. </p> + --> + </div> + </div> + <div id="headline3"> + <div class="splash_headline"> + <h4>N The Know</h4> + <p>David Admiraal, an associate professor of Engineering, explains what a tsunami is and how it moves across the ocean. <a href="http://mediahub.unl.edu/channels/107" title="go to the N The Know video series" class="tooltip">Watch more N The Know.</a></p> + + </div> + </div> + <div id="headline4"> + <div class="splash_headline"> + <h4>Dairy Store Products Online</h4> + <p>Build your own cheese gift box and get exclusive Dairy Store apparel online at the <a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplashPoster&utm_source=internal&utm_content=&utm_term=dairystore" title="buy Dairy Store products online at UNL Marketplace" class="tooltip">UNL Marketplace.</a></p> + <!--<h4>Put Yourself on the Map</h4> + <p>Connect with fellow Huskers worldwide and see videos of featured Huskers on Planet Red. <a href="http://planetred.unl.edu/?utm_source=internal&utm_medium=external-page&utm_term=&utm_content=posterbox&utm_campaign=pyotm" title="Go to Planet Red" class="tooltip">Join Planet Red.</a></p>--> + </div> + </div> + + </div> + <div id="posters"> + <div id="poster1" class="active poster" style="background-image:url(/ucomm/splash/promo_unltoday.jpg); background-repeat:no-repeat"> + <!--#include virtual="/ucomm/splash/promo_unltoday.html" --> + </div> + <div id="poster2" class="hidden poster" style="background-image:url(/ucomm/splash/images/posters/innovationcampus.jpg); background-repeat:no-repeat"> + <div style="position:absolute;width: 300px; right:0px; bottom:0px;height:78px; +padding:10px; +position:absolute; background-color:#FFF;"> + <h4><a href="http://innovate.unl.edu/">Nebraska Innovation Campus</a></h4> + <p> + 4-H Building Renovation & Companion Building, announced on June 8, 2011 <a href="http://newsroom.unl.edu/releases/2011/06/08/Innovation+Campus+developers+unveil+%2480+million+in+building+plans" title="read about $80 million in development plans for Innovation Campus">as part of $80 million in building plans.</a> + </p> + </div> + </div> + + <div id="poster3" class="hidden poster"> + <div id="flashcontent2"> + Javascript is not enabled for your browser or the latest flash player is not installed. <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=shockwaveFlash" onclick="window.open(this.href); return false;" class="external">Visit the Adobe site to download the latest player.</a><br /><br /></div> + +<script type="text/javascript"> +var flashvars = { +allowfullscreen: "true", +quality: "best", +wmode: "transparent", +file: "http://www.unl.edu/ucomm/ucomm/av/video/podcasts/20110311_NKnow_Tsunami.mp4", +image: "http://www.unl.edu/ucomm/unltoday/graphics/2011/20110311_NKnow_Tsunami.jpg", +autostart: false, +skin: "/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/UNLVideoSkin.swf" +} +var params = { +wmode: "transparent" +} +var attributes = { + id:'flashplayer2', + name:'flashplayer2' +} +swfobject.embedSWF("/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/player.swf", "flashcontent2", "640", "408", "10.0.0", false, flashvars, params, attributes); +</script> + + </div> + <div id="poster4" class="hidden poster" style="background-image:url(/ucomm/splash/promo_ds_marketplace.jpg); background-repeat:no-repeat"> + <h5 style="position:absolute;width:276px;top:284px;left:10px; color:#000"><a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplashPoster&utm_source=internal&utm_content=&utm_term=dairystore">Buy Dairy Store products online at the</a></h5> + <a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplashPoster&utm_source=internal&utm_content=&utm_term=dairystore"><img src="/ucomm/splash/promo_marketplacelogo.jpg" alt="UNL Marketplace" style="position:absolute;width:240px;top:306px;left:10px;" /></a> + </div> + <!--<div style="position:absolute;width: 330px; top: 30px; left: 30px;border-radius:3px; +border:2px solid #333333; +padding:10px; +position:absolute; color:#FFF;"> + <h2>Join the Conversation</h2> + <p> + Huskers like you are encouraged to join UNL's new social platform and put yourself on the map! + </p> + </div> + <br /> + <div style="position:absolute;width: 250px; top: 150px; left: 30px; border-radius:3px; +border:2px solid #333333; +padding:10px; +position:absolute; color:#FFF;"> + + <h3>Students, Faculty, Staff</h3> + <p> + Login now with your my.UNL username and password, we have an account waiting for you! + </p> + <form action="http://planetred.unl.edu/?loginwith=UNLlogin&utm_source=internal&utm_medium=external-page&utm_term=&utm_content=login&utm_campaign=pyotm" method="post"> +<input name="__elgg_token" value="1d7c507f8f865cccce5a13ac68adeb8f" type="hidden" /><input name="__elgg_ts" value="1253219014" type="hidden" /><p><input name="" class="submit_button" value="UNL Login" type="submit" /></p><p><a href="https://login.unl.edu/faq/account-resetpw.shtml">Forgot your my.UNL password?</a></p></form></div> + <div style="position:absolute;width: 250px; top: 190px; left: 330px;border-radius:3px; +border:2px solid #333333; +padding:10px; +position:absolute; color:#FFF;"> + + <h3>Huskers Worldwide</h3> + <p> + Register an account now and get started. + </p> + <form action="http://planetred.unl.edu/account/register.php?utm_source=internal&utm_medium=external-page&utm_term=&utm_content=register&utm_campaign=pyotm" method="post"> +<input name="__elgg_token" value="1d7c507f8f865cccce5a13ac68adeb8f" type="hidden" /><input name="__elgg_ts" value="1253219014" type="hidden" /><p><input name="" class="submit_button" value="Register" type="submit" /></p></form></div> + + </div>--> + + </div> + </div> + <div class="four_col"> + <ul id="audience-nav"> + <li><a href="http://visit.unl.edu/" id="a-nav01">Visitor</a></li> + <li><a href="http://www.unl.edu/ucomm/prospective/" id="a-nav02">Prospective Student</a></li> + <li><a href="http://www.unl.edu/ucomm/current/" id="a-nav03">Current Student</a></li> + <li><a href="http://www.unl.edu/ucomm/facstaff/" id="a-nav04">Faculty & Staff</a></li> + <li><a href="http://www.unl.edu/ucomm/research/" id="a-nav05">Research & Economic Development</a></li> + </ul> + + <div class="four_col"> +<script type="text/javascript"> + +WDN.jQuery(function ($) { + var austDay = new Date(); + austDay = new Date("July 1, 2011 00:00:00"); + $('#Countdown').countdown({until: austDay}); + }); +</script> + +<div id="Deadline" style="width:930px;"> +<div id="Countdown" style="float:right;"></div> +<img src="http://www.unl.edu/ucomm/unltoday/graphics/2011/logos.png" alt="Committee on Institutional Cooperation | Big 10 Conference" style="width:67px;float:right;margin-left:6px;margin-right:24px;" /> +<h4 style="width:580px;color:#333;"><strong>One day until...</strong> UNL ranks number one in affordability in the Big Ten Conference.</h4> +<div class="clear"></div> +</div> + +</div> + + + <!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/sharedcode/alert.shtml?mobile=no" --> + <!--#else --> + <!--#include virtual="/ucomm/sharedcode/alert.shtml" --> + <!--#endif --> + </div> + <div class="col left"> + <h2 style="background-image: url(/ucomm/splash/images/bg_icon_events.png); background-position: left; background-repeat: no-repeat; padding-left: 42px; margin-bottom: 10px;">Upcoming + Events</h2> + <span class="subhead"><a href="http://events.unl.edu/">See all UNL events</a></span> + <div id="splash_calendar"><a href="http://events.unl.edu/" title="Events">UNL calendar of events</a></div> + + </div> + <div class="col"> + <h2 style="background-image: url(/ucomm/splash/images/bg_icon_news.png); background-position: left; background-repeat: no-repeat; padding-left: 46px; margin-bottom: 10px;">Latest News</h2> + <span class="subhead"><a href="http://newsroom.unl.edu/">See all UNL news</a></span> + + <div id="news_headlines"></div> + <script src="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20rss%20where%20url%20%3D'http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3DfDULtYTA3RGnslItPxJ3AQ%26_render%3Drss'%3B&format=json&callback=showBlogPosts" type="text/javascript"></script> + <p class="feeds"> + <a class="rssformat" title="rss format for all news" href="http://ucommxsrv1.unl.edu/rssfeeds/unlnewsrss.xml" style="margin-left:0px;">rss format for all news</a> <span style="display:none;">|</span> <a class="twitterformat" title="follow us on twitter" href="http://twitter.com/unlnews/">follow us on twitter</a></p> + <div class="zenbox"> + <h4 class="sec_header">Resources</h4> + <ul> + <li><a href="http://www.unl.edu/ucomm/depts/" title="Colleges & Depts">Colleges & Depts</a></li> + <li><a href="/ucomm/international/" title="Intl. Students">International Students</a></li> + <li><a href="/ucomm/firstyear/" title="Your First Year">Your First Year</a></li> + <li><a href="http://nufoundation.org/Page.aspx?pid=475" title="Giving to UNL">Giving to UNL</a></li> + <li><a href="http://maps.unl.edu/" title="Campus maps of the University of Nebraska-Lincoln and downloadable PDF maps">Maps/Tour</a></li> + <li><a href="http://newsroom.unl.edu/" title="University of Nebraska-Lincoln News">News</a></li> + <li><a href="http://research.unl.edu/" title="Research">Research</a></li> + <li><a href="http://libraries.unl.edu/" title="UNL Libraries">UNL Libraries</a></li> + <li><a href="http://www.unl.edu/ucomm/lincoln/" title="find out more about the city of Lincoln">About Lincoln</a></li> + </ul> + </div> + <p><a href="http://www.campaignfornebraska.org/"><img src="/ucomm/splash/promo/promo_nebraskacampaign.jpg" alt="Campaign for Nebraska" /></a></p> + </div> + <div class="col" style="border-left: 1px dotted rgb(204, 204, 204); margin-left: -1px;"> + <div class="wdn_randomizer"> + <div><a href="http://marketplace.unl.edu/computershop/?utm_campaign=marketplace&utm_medium=unlSplash&utm_source=internal&utm_content=&utm_term=computershop" title="Buy products from the UNL Computer Shop" style="display:block;"><img src="/ucomm/splash/promo_compshop.jpg" alt="go to the UNL Computer Shop" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/computershop/?utm_campaign=marketplace&utm_medium=unlSplash&utm_source=internal&utm_content=&utm_term=computershop" title="Buy products from the UNL Computer Shop" style="display:block;">Buy Computer Shop products online</a></p></div> + <div><a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplash&utm_source=internal&utm_content=&utm_term=dairystore" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;"><img src="/ucomm/splash/promo_dairystore.jpg" alt="go to the UNL Dairy Store" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplash&utm_source=internal&utm_content=&utm_term=dairystore" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;">Give a gift of cheese.</a></p></div> +</div> +<script type="text/javascript"> +WDN.initializePlugin('randomizer'); +</script> + + <h2 class="sec_header" style="margin-bottom:10px; font-size:20px;">New Student Enrollment</h2> + <a href="http://nse.unl.edu/" title="go to the New Student Enrollment to apply"><img src="/ucomm/splash/promo_admissions_spring.jpg" alt="Admissions" class="frame" /></a> + <p>Your next step to becoming a Husker! Click here for information on <a href="http://nse.unl.edu/" title="go to the New Student Enrollment site to apply">making an NSE reservation.</a></p> + <h2 class="sec_header" style="margin-bottom: 10px;">Alumni Involvement</h2> + <p><a class="imagelink" + href="http://www.huskeralum.org/" + title="Join the Nebraska Alumni Association"><img + src="/ucomm/splash/promo/huskeralum.jpg" + alt="Join the Nebraska Alumni Association" class="frame" /></a></p> + + + + <h2 class="sec_header" style="margin-bottom: 10px;">Now on UNL.edu</h2> + <div id="randomPromo"> + <p class="image_small_short"></p> + </div> + + + + </div> + <div class="col right"> + <div class="zenbox"> + <h4 class="sec_header" style="margin-bottom: 10px;">Find more of UNL on:</h4> + <a class="imagelink" href="http://www.facebook.com/unl.edu" + title="Become a fan of UNL on Facebook"><img + src="/ucomm/splash/promo/icon_facebook.png" + title="Become a fan of UNL on Facebook" + alt="Become a fan of the University of Nebraska-Lincoln on Facebook" /></a> <a class="imagelink" href="http://twitter.com/unlnews/" + title="follow UNL on Twitter"><img + src="/ucomm/splash/promo/icon_twitter.png" + alt="follow the University of Nebraska-Lincoln on Twitter" /></a> <a class="imagelink" href="http://www.flickr.com/photos/universityofnebraska/" + title="follow UNL on Flickr"><img + src="/ucomm/splash/promo/icon_flickr.png" + alt="follow the University of Nebraska-Lincoln on Flickr" /></a> <a class="imagelink" href="http://www.youtube.com/unl" + title="watch videos from UNL on YouTube"><img + src="/ucomm/splash/promo/icon_youtube.png" + alt="watch videos from the University of Nebraska-Lincoln on YouTube" /></a> <a class="imagelink" href="http://itunes.unl.edu/admin/?anonymous=true" + title="watch videos from UNL on iTunesU"><img + src="/ucomm/splash/promo/icon_itunesu.png" + alt="watch videos from the University of Nebraska-Lincoln on iTunesU" /></a> </div> + + + + + <div class="zenbox"> + <h4 class="sec_header">Affiliates</h4> + <ul> + <li><a href="http://www.huskeralum.org/" title="Alumni">Alumni</a></li> + <li><a href="http://www.huskers.com/" title="Huskers">Husker + Athletics</a></li> + <li><a href="http://www.liedcenter.org/" title="Lied Center">Lied + Center</a></li> + <li><a href="http://www.netnebraska.org/television/" title="NET">NET</a></li> + <li><a href="http://www.quiltstudy.org/" title="International Quilt Study Center & Museum">Quilt + Study Center</a></li> + <li><a href="http://theross.org/" title="Ross Theatre">The Ross</a></li> + <li><a href="http://www.sheldonartgallery.org/" + title="Sheldon Gallery">Sheldon Museum of Art</a></li> + <li><a href="http://www-museum.unl.edu/" title="State Museum">State + Museum</a></li> + <li><a href="http://www.bkstr.com/Home/10001-10287-1?demoKey=d" + title="University Bookstore">UNL Bookstore</a></li> + <li><a href="http://nebraskapress.unl.edu/" title="UofN Press">U + of N Press</a></li> + <li><a href="http://www.nufoundation.org/" title="NU Foundation">NU + Foundation</a></li> + <li><a href="http://www.nebraska.edu/" title="NU System">NU + System</a></li> + <li><a href="http://parentsassoc.unl.edu/" + title="UNL Parents Association">Parents Association</a></li> + <li><a href="http://emeriti.unl.edu/" + title="UNL Emeriti Association">UNL Emeriti</a></li> + </ul> + </div> + + <div class="zenbox"> + <h4 class="sec_header" style="margin-bottom: 10px;">About the Big Ten</h4> + <a href="/ucomm/aboutunl/big10.shtml" title="Learn more about the Big Ten Conference"><img src="/ucomm/splash/promo/promo_big10.jpg" alt="Learn more about the Big Ten Conference" /></a> + + </div> + + + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --> +</html> diff --git a/splashold/index.shtml.LCK b/splashold/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/index_test.shtml b/splashold/index_test.shtml new file mode 100644 index 0000000000000000000000000000000000000000..9f11677a6722ee5a65fdfcc29a404b261094f6b3 --- /dev/null +++ b/splashold/index_test.shtml @@ -0,0 +1,360 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="The University of Nebraska-Lincoln, founded in 1869, is one of the nation's premier land-grant institutions. UNL is classified by the Carnegie Foundation for the Advancement of Teaching as a Doctoral/Research University-Extensive." /> +<meta name="keywords" content="university of nebraska-lincoln cornhuskers scarlet and cream there is no place like nebraska go big red" /> +<meta name="ICBM" content="40.817719, -96.701513" /> +<meta name="DC.title" content="University of Nebraska-Lincoln" /> +<meta name="google-site-verification" content="87XvtIgNW7KwslV7eSXGtjd-I3Mnh8NX-lEBpj7UDrs" /> +<link rel="apple-touch-icon" href="/ucomm/templatedependents/templatecss/images/apple-touch-icon.png" /> +<link rel="alternate" type="application/rss+xml" title="UNL In The News" href="http://ucommxsrv1.unl.edu/rssfeeds/unlinthenewsrss.xml" /> +<link rel="alternate" type="application/rss+xml" title="UNL News Releases" href="http://ucommxsrv1.unl.edu/rssfeeds/unlnewsrss.xml" /> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/swfobject.js"></script> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/variations/splash.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/splash_poster.js"></script> +<script type="text/javascript" src="/ucomm/splash/splash.js"></script> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>UNL Today</li> + </ul> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/badges/admissions.html" --> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>UNL</h1> + <h2>University of Nebraska-Lincoln</h2> + <!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div id="splash"> + <div id="headlines"> + <div id="headline1" class="active"> + <div class="splash_headline"> + <h4>UNL Today</h4> + <p>Your source for what's happening on campus. <a href="http://www.unl.edu/ucomm/unltoday/" title="Go to UNL Today" class="tooltip">Go to UNL Today.</a></p> + </div> + </div> + <div id="headline2"> + <div class="splash_headline"> + <h4>Nebraska Innovation Campus</h4> + <p><a href="http://innovate.unl.edu/" title="Go to the Innovation Campus website" class="tooltip">Explore the site</a> for a more detailed overview and vision of Nebraska Innovation Campus.</p> + <!-- + <h4><a href="http://admissions.unl.edu/visit/" title="go to the UNL Admissions website" class="tooltip">Red Letter Days</a></h4> + <p>Nebraska's all-day campus visit open house program offered to high school seniors and their families. </p> + --> + </div> + </div> + <div id="headline3"> + <div class="splash_headline"> + <h4>N The Know</h4> + <p>David Admiraal, an associate professor of Engineering, explains what a tsunami is and how it moves across the ocean. <a href="http://mediahub.unl.edu/channels/107" title="go to the N The Know video series" class="tooltip">Watch more N The Know.</a></p> + + </div> + </div> + <div id="headline4"> + <div class="splash_headline"> + <h4>Dairy Store Products Online</h4> + <p>Build your own cheese gift box and get exclusive Dairy Store apparel online at the <a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplashPoster&utm_source=internal&utm_content=&utm_term=dairystore" title="buy Dairy Store products online at UNL Marketplace" class="tooltip">UNL Marketplace.</a></p> + <!--<h4>Put Yourself on the Map</h4> + <p>Connect with fellow Huskers worldwide and see videos of featured Huskers on Planet Red. <a href="http://planetred.unl.edu/?utm_source=internal&utm_medium=external-page&utm_term=&utm_content=posterbox&utm_campaign=pyotm" title="Go to Planet Red" class="tooltip">Join Planet Red.</a></p>--> + </div> + </div> + + </div> + <div id="posters"> + <div id="poster1" class="active poster" style="background-image:url(/ucomm/splash/promo_unltoday_test.jpg); background-repeat:no-repeat"> + <!--#include virtual="/ucomm/splash/promo_unltoday_test.html" --> + </div> + <div id="poster2" class="hidden poster" style="background-image:url(/ucomm/splash/images/posters/innovation_campus_20091023.jpg); background-repeat:no-repeat"> + <div style="position:absolute;width: 300px; right:0px; bottom:0px;height:78px; +padding:10px; +position:absolute; background-color:#FFF;"> + <h4><a href="http://innovate.unl.edu/">Nebraska Innovation Campus</a></h4> + <p> + Consultants and campus planners release a <a href="http://innovate.unl.edu/20091120update.shtml" title="view a slideshow of the NIC Business Development Strategy">final business development strategy</a> and <a href="http://innovate.unl.edu/20091120masterplan.shtml" title="View a slideshow of the NIC Campus Master Plan">campus master plans.</a> + </p> + </div> + </div> + + <div id="poster3" class="hidden poster"> + <div id="flashcontent2"> + Javascript is not enabled for your browser or the latest flash player is not installed. <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=shockwaveFlash" onclick="window.open(this.href); return false;" class="external">Visit the Adobe site to download the latest player.</a><br /><br /></div> + +<script type="text/javascript"> +var flashvars = { +allowfullscreen: "true", +quality: "best", +wmode: "transparent", +file: "http://www.unl.edu/ucomm/ucomm/av/video/podcasts/20110311_NKnow_Tsunami.mp4", +image: "http://www.unl.edu/ucomm/unltoday/graphics/2011/20110311_NKnow_Tsunami.jpg", +autostart: false, +skin: "/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/UNLVideoSkin.swf" +} +var params = { +wmode: "transparent" +} +var attributes = { + id:'flashplayer2', + name:'flashplayer2' +} +swfobject.embedSWF("/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/player.swf", "flashcontent2", "640", "408", "10.0.0", false, flashvars, params, attributes); +</script> + + </div> + <div id="poster4" class="hidden poster" style="background-image:url(/ucomm/splash/promo_ds_marketplace.jpg); background-repeat:no-repeat"> + <h5 style="position:absolute;width:276px;top:284px;left:10px; color:#000"><a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplashPoster&utm_source=internal&utm_content=&utm_term=dairystore">Buy Dairy Store products online at the</a></h5> + <a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplashPoster&utm_source=internal&utm_content=&utm_term=dairystore"><img src="/ucomm/splash/promo_marketplacelogo.jpg" alt="UNL Marketplace" style="position:absolute;width:240px;top:306px;left:10px;" /></a> + </div> + <!--<div style="position:absolute;width: 330px; top: 30px; left: 30px;border-radius:3px; +border:2px solid #333333; +padding:10px; +position:absolute; color:#FFF;"> + <h2>Join the Conversation</h2> + <p> + Huskers like you are encouraged to join UNL's new social platform and put yourself on the map! + </p> + </div> + <br /> + <div style="position:absolute;width: 250px; top: 150px; left: 30px; border-radius:3px; +border:2px solid #333333; +padding:10px; +position:absolute; color:#FFF;"> + + <h3>Students, Faculty, Staff</h3> + <p> + Login now with your my.UNL username and password, we have an account waiting for you! + </p> + <form action="http://planetred.unl.edu/?loginwith=UNLlogin&utm_source=internal&utm_medium=external-page&utm_term=&utm_content=login&utm_campaign=pyotm" method="post"> +<input name="__elgg_token" value="1d7c507f8f865cccce5a13ac68adeb8f" type="hidden" /><input name="__elgg_ts" value="1253219014" type="hidden" /><p><input name="" class="submit_button" value="UNL Login" type="submit" /></p><p><a href="https://login.unl.edu/faq/account-resetpw.shtml">Forgot your my.UNL password?</a></p></form></div> + <div style="position:absolute;width: 250px; top: 190px; left: 330px;border-radius:3px; +border:2px solid #333333; +padding:10px; +position:absolute; color:#FFF;"> + + <h3>Huskers Worldwide</h3> + <p> + Register an account now and get started. + </p> + <form action="http://planetred.unl.edu/account/register.php?utm_source=internal&utm_medium=external-page&utm_term=&utm_content=register&utm_campaign=pyotm" method="post"> +<input name="__elgg_token" value="1d7c507f8f865cccce5a13ac68adeb8f" type="hidden" /><input name="__elgg_ts" value="1253219014" type="hidden" /><p><input name="" class="submit_button" value="Register" type="submit" /></p></form></div> + + </div>--> + + </div> + </div> + <div class="four_col"> + <ul id="audience-nav"> + <li><a href="http://visit.unl.edu/" id="a-nav01">Visitor</a></li> + <li><a href="http://www.unl.edu/ucomm/prospective/" id="a-nav02">Prospective Student</a></li> + <li><a href="http://www.unl.edu/ucomm/current/" id="a-nav03">Current Student</a></li> + <li><a href="http://www.unl.edu/ucomm/facstaff/" id="a-nav04">Faculty & Staff</a></li> + <li><a href="http://www.unl.edu/ucomm/research/" id="a-nav05">Research & Economic Development</a></li> + </ul> + + <!--#if expr='$QUERY_STRING = /^mobile=no/' --> + <!--#include virtual="/ucomm/sharedcode/alert.shtml?mobile=no" --> + <!--#else --> + <!--#include virtual="/ucomm/sharedcode/alert.shtml" --> + <!--#endif --> + </div> + <div class="col left"> + <h2 style="background-image: url(/ucomm/splash/images/bg_icon_events.png); background-position: left; background-repeat: no-repeat; padding-left: 42px; margin-bottom: 10px;">Upcoming + Events</h2> + <span class="subhead"><a href="http://events.unl.edu/">See all UNL events</a></span> + <div id="splash_calendar"><a href="http://events.unl.edu/" title="Events">UNL calendar of events</a></div> + + </div> + <div class="col"> + <h2 style="background-image: url(/ucomm/splash/images/bg_icon_news.png); background-position: left; background-repeat: no-repeat; padding-left: 46px; margin-bottom: 10px;">Latest News</h2> + <span class="subhead"><a href="http://newsroom.unl.edu/">See all UNL news</a></span> + + <div id="news_headlines"></div> + <script src="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20rss%20where%20url%20%3D'http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3DfDULtYTA3RGnslItPxJ3AQ%26_render%3Drss'%3B&format=json&callback=showBlogPosts" type="text/javascript"></script> + <p class="feeds"> + <a class="rssformat" title="rss format for all news" href="http://ucommxsrv1.unl.edu/rssfeeds/unlnewsrss.xml" style="margin-left:0px;">rss format for all news</a> <span style="display:none;">|</span> <a class="twitterformat" title="follow us on twitter" href="http://twitter.com/unlnews/">follow us on twitter</a></p> + <div class="zenbox"> + <h4 class="sec_header">Resources</h4> + <ul> + <li><a href="http://www.unl.edu/ucomm/depts/" title="Colleges & Depts">Colleges & Depts</a></li> + <li><a href="/ucomm/international/" title="Intl. Students">International Students</a></li> + <li><a href="/ucomm/firstyear/" title="Your First Year">Your First Year</a></li> + <li><a href="http://nufoundation.org/Page.aspx?pid=475" title="Giving to UNL">Giving to UNL</a></li> + <li><a href="http://maps.unl.edu/" title="Campus maps of the University of Nebraska-Lincoln and downloadable PDF maps">Maps/Tour</a></li> + <li><a href="http://newsroom.unl.edu/" title="University of Nebraska-Lincoln News">News</a></li> + <li><a href="http://research.unl.edu/" title="Research">Research</a></li> + <li><a href="http://libraries.unl.edu/" title="UNL Libraries">UNL Libraries</a></li> + <li><a href="http://www.unl.edu/ucomm/lincoln/" title="find out more about the city of Lincoln">About Lincoln</a></li> + </ul> + </div> + <p><a href="http://www.campaignfornebraska.org/"><img src="/ucomm/splash/promo/promo_nebraskacampaign.jpg" alt="Campaign for Nebraska" /></a></p> + </div> + <div class="col" style="border-left: 1px dotted rgb(204, 204, 204); margin-left: -1px;"> + <div class="wdn_randomizer"> + <div><a href="http://marketplace.unl.edu/computershop/?utm_campaign=marketplace&utm_medium=unlSplash&utm_source=internal&utm_content=&utm_term=computershop" title="Buy products from the UNL Computer Shop" style="display:block;"><img src="/ucomm/splash/promo_compshop.jpg" alt="go to the UNL Computer Shop" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/computershop/?utm_campaign=marketplace&utm_medium=unlSplash&utm_source=internal&utm_content=&utm_term=computershop" title="Buy products from the UNL Computer Shop" style="display:block;">Buy Computer Shop products online</a></p></div> + <div><a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplash&utm_source=internal&utm_content=&utm_term=dairystore" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;"><img src="/ucomm/splash/promo_dairystore.jpg" alt="go to the UNL Dairy Store" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/dairystore/?utm_campaign=marketplace&utm_medium=unlSplash&utm_source=internal&utm_content=&utm_term=dairystore" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;">Give a gift of cheese.</a></p></div> +</div> +<script type="text/javascript"> +WDN.initializePlugin('randomizer'); +</script> + + <h2 class="sec_header" style="margin-bottom: 10px;">Junior Wednesdays</h2> + <a href="http://admissions.unl.edu/daily_visit/juniorwednesdays.aspx)" title="go to the Admissions site to apply"><img src="/ucomm/splash/promo/promo_admissions.jpg" alt="Admissions" class="frame" /></a> + <p> <a href="http://admissions.unl.edu/daily_visit/juniorwednesdays.aspx)" title="go to the Admissions site to apply">A Husker Weekday</a> tailored for juniors every Wednesday from Mar. 2 through Apr. 27.</p> + <h2 class="sec_header" style="margin-bottom: 10px;">Alumni Involvement</h2> + <p><a class="imagelink" + href="http://www.huskeralum.org/" + title="Join the Nebraska Alumni Association"><img + src="/ucomm/splash/promo/huskeralum.jpg" + alt="Join the Nebraska Alumni Association" class="frame" /></a></p> + + + + <h2 class="sec_header" style="margin-bottom: 10px;">Now on UNL.edu</h2> + <div id="randomPromo"> + <p class="image_small_short"></p> + </div> + + + + </div> + <div class="col right"> + <div class="zenbox"> + <h4 class="sec_header" style="margin-bottom: 10px;">Find more of UNL on:</h4> + <a class="imagelink" href="http://www.facebook.com/unl.edu" + title="Become a fan of UNL on Facebook"><img + src="/ucomm/splash/promo/icon_facebook.png" + title="Become a fan of UNL on Facebook" + alt="Become a fan of the University of Nebraska-Lincoln on Facebook" /></a> <a class="imagelink" href="http://twitter.com/unlnews/" + title="follow UNL on Twitter"><img + src="/ucomm/splash/promo/icon_twitter.png" + alt="follow the University of Nebraska-Lincoln on Twitter" /></a> <a class="imagelink" href="http://www.flickr.com/photos/universityofnebraska/" + title="follow UNL on Flickr"><img + src="/ucomm/splash/promo/icon_flickr.png" + alt="follow the University of Nebraska-Lincoln on Flickr" /></a> <a class="imagelink" href="http://www.youtube.com/unl" + title="watch videos from UNL on YouTube"><img + src="/ucomm/splash/promo/icon_youtube.png" + alt="watch videos from the University of Nebraska-Lincoln on YouTube" /></a> <a class="imagelink" href="http://itunes.unl.edu/admin/?anonymous=true" + title="watch videos from UNL on iTunesU"><img + src="/ucomm/splash/promo/icon_itunesu.png" + alt="watch videos from the University of Nebraska-Lincoln on iTunesU" /></a> </div> + + + + + <div class="zenbox"> + <h4 class="sec_header">Affiliates</h4> + <ul> + <li><a href="http://www.huskeralum.org/" title="Alumni">Alumni</a></li> + <li><a href="http://www.huskers.com/" title="Huskers">Husker + Athletics</a></li> + <li><a href="http://www.liedcenter.org/" title="Lied Center">Lied + Center</a></li> + <li><a href="http://www.netnebraska.org/television/" title="NET">NET</a></li> + <li><a href="http://www.quiltstudy.org/" title="International Quilt Study Center & Museum">Quilt + Study Center</a></li> + <li><a href="http://theross.org/" title="Ross Theatre">The Ross</a></li> + <li><a href="http://www.sheldonartgallery.org/" + title="Sheldon Gallery">Sheldon Museum of Art</a></li> + <li><a href="http://www-museum.unl.edu/" title="State Museum">State + Museum</a></li> + <li><a href="http://www.bkstr.com/Home/10001-10287-1?demoKey=d" + title="University Bookstore">UNL Bookstore</a></li> + <li><a href="http://nebraskapress.unl.edu/" title="UofN Press">U + of N Press</a></li> + <li><a href="http://www.nufoundation.org/" title="NU Foundation">NU + Foundation</a></li> + <li><a href="http://www.nebraska.edu/" title="NU System">NU + System</a></li> + <li><a href="http://parentsassoc.unl.edu/" + title="UNL Parents Association">Parents Association</a></li> + <li><a href="http://emeriti.unl.edu/" + title="UNL Emeriti Association">UNL Emeriti</a></li> + </ul> + </div> + + <div class="zenbox"> + <h4 class="sec_header" style="margin-bottom: 10px;">About the Big Ten</h4> + <a href="/ucomm/aboutunl/big10.shtml" title="Learn more about the Big Ten Conference"><img src="/ucomm/splash/promo/promo_big10.jpg" alt="Learn more about the Big Ten Conference" /></a> + + </div> + + + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --> +</html> diff --git a/splashold/index_test.shtml.LCK b/splashold/index_test.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/index_test.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/jake.shtml b/splashold/jake.shtml new file mode 100644 index 0000000000000000000000000000000000000000..7b8c5595f719e28569ff9f5e1aaa240233e84c37 --- /dev/null +++ b/splashold/jake.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Jake Carnes Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Jake Carnes Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Jake Carnes</h1> <h2>Antarctica Bound</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/jake.jpg" alt="Jake Carnes" /></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Jake Carnes</h4> <p> "I think I might have shrieked," said senior geology major Jake Carnes. "I know I couldn't think or speak clearly for two or three minutes."</p> <p> Carnes' astonishment came from a phone call from UNL geosciences professor David Harwood, who offered Carnes the opportunity of a lifetime.</p> <p> "He said, 'Hey, we've got a spot open. Want to come to Antarctica with us?'" Carnes said. The invitation exceeded his wildest dreams-literally. Several years ago, Harwood told Carnes-who was a sophomore at the time-and a group of his classmates that undergraduates were very rarely taken to the ANDRILL site. "That kind of bashed my dreams right there," Carnes said.</p> <p> Or so he thought.</p> <p> This fall, he will wrap himself in snow pants and a gigantic parka and spend several months in the coldest, windiest place on earth, as one of a handful of lucky undergraduates invited to assist with ANDRILL, the international Antarctic drilling project based at UNL.</p> <p> Originally from Beatrice, Carnes didn't arrive at UNL with definite ideas about what he wanted to study. But after he took his first geology class, he was hooked. Since then, he said, "my environmental consciousness has skyrocketed."</p> <p> In Antarctica, Carnes will work with a team on a seismic survey of the Mackay sea valley. He will work with senior scientists from partner universities, graduate students, educators, drillers and a mountaineer. While they're immersed in the project, the team will camp on the sea ice in heavy duty tents that can withstand frigid, hurricane-force winds. Work will be conducted 12 hours a day, seven days a week, and during breaks, Carnes will be studying for three independent study classes.</p> <p> Carnes spent several weeks last summer in field school, in the mountains of Wyoming. Still, he said, "Most of this is new to me. A lot of the science ties into most of the classes I've taken, but there's going to be physical labor, scooping snow, stringing microphones-and there's nothing I've done that will fully prepare me for that."</p> <p> With any remaining free time, Carnes hopes to write letters and take photos to send to his aunt, who teaches first grade at Tri-County elementary school near Dewitt. She has designed a unit on Antarctica and, according to Carnes, her students are especially eager for pictures of penguins.</p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.geosciences.unl.edu/" title="go to the Department of Geosciences website">Dept. of Geosciences</a></li> <li><a href="http://www.andrill.org/" title="go to the Andrill website">ANDRILL</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/jalele.shtml b/splashold/jalele.shtml new file mode 100644 index 0000000000000000000000000000000000000000..370b9b944ac9e1487c379c21397ff12ccc289b09 --- /dev/null +++ b/splashold/jalele.shtml @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Jalele Erega Defa Feature Story</title> <!-- InstanceEndEditable --> <!-- Codebase:UNLFramework 20071011 --> <link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> <link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> <!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> </head> <body id="fixed"> <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> <div id="red-header"> <div class="clear"> <h1>University of Nebraska–Lincoln</h1> <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Jalele Erega Defa Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> </div> </div> <!-- close red-header --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> <div id="container"> <div class="clear"> <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> <div id="titlegraphic"> <!-- WDN: see glossary item 'title graphics' --> <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Jalele Erega Defa</h1> <h2>Across Continents</h2> <!-- InstanceEndEditable --></div> <!-- maintitle --> </div> <!-- close title --> <div id="navigation"> <h4 id="sec_nav">Navigation</h4> <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> <div id="nav_end"></div> <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> <!-- WDN: see glossary item 'sidebar links' --> <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> </div> <!-- close navigation --> <div id="main_right" class="mainwrapper"> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <div id="maincontent"> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/jalele.jpg" alt="Jalele Erega Defa" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Jalele Erega Defa</h4> <p> It's about 7,980 miles from Addis Ababa, Ethiopia, to Lincoln.</p> <p> But for Jalele Erega Defa, Nebraska feels just like home.</p> <p> The 28-year-old political science graduate student arrived at the University of Nebraska-Lincoln in 2007 to pursue her academic passions: politics and women's issues.</p> <p> Before coming to UNL to pursue a doctorate in comparative politics and international relations, Defa received her master's in development studies from the Netherlands Institute of Social Studies. She then returned to her undergraduate alma mater, Addis Ababa University, where she became the only female lecturer in the political science department. The university had strong ties with UNL - UNL's College of Journalism and Mass Communications helped establish a journalism program at AAU - and while a professor, Defa met faculty members from Lincoln and decided to pursue her doctorate at Nebraska.</p> <p> "When I came here, I found that people are really friendly," she said. "Sometimes I don't feel like I'm too far away from home. People I work with, people in the supermarket, or in the streets... anywhere. They're just so kind. I really like Lincoln, you can really focus on your studies. It's a great environment."</p> <p> Defa is particularly interested in political parties in Africa, and in the role of regional organizations in politics and development. Once she finishes her degree, she plans to return to Ethiopia to teach. She also plans to conduct her fieldwork in Africa.</p> <p> She received an award this spring from the Margaret McNamara Memorial Fund, which brought together nine women leaders from developing countries who are studying in the U.S. or Canada but plan to return home to work on behalf of women. The women from India, Colombia, Kenya, China, and Jamaica, among other places, traveled to Washington, D.C., where they met with officials from the World Bank, including president Robert Zoellick.</p> <p> "It was a very exciting, empowering and encouraging experience," Defa said. "We met so many people who support issues of concern for women, and it just gave us psychological and moral support. I want to contribute to my country and my people, and I consider this an investment in the continent's future. I am very passionate about Africa and Ethiopia, and I really want to do something for my country and continent."</p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://polisci.unl.edu/" title="go to the Political Science department website">Political Science Department</a></li> <li><a href="http://www.unl.edu/womenssp/" title="go to the Women's And Gender Studies department website">Women's and Gender Studies Department</a></li> <li><a href="http://www.unl.edu/journalism/" title="go to the College of Journalism and Mass Communications website">College of Journalism and Mass Communications</a></li> </ul> </div> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> </div> </div> <!-- close main right --> </div> </div> <!-- close container --> <div id="footer"> <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> <ul> <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> </ul> <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> </div> </div> <!-- close footer --> <!-- sifr --> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> </body> <!-- InstanceEnd --></html> \ No newline at end of file diff --git a/splashold/jay.shtml b/splashold/jay.shtml new file mode 100644 index 0000000000000000000000000000000000000000..442186838989f74150d3cf160d11cd03f809622e --- /dev/null +++ b/splashold/jay.shtml @@ -0,0 +1,152 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Jay Keasling Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Jay Keasling Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Jay Keasling</h1> + <h2>From Cedar Point to Samoa</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="two_col left"> + <div class="image_medium"><img src="images/jay.jpg" alt="Jay Keasling" /></div> +<div class="zenboxfeature" style="padding:10px"> + <h4>Jay Keasling</h4> + + +<p> +UNL alumnus Jay Keasling didn't set out to change the world. But he just might.</p> +<p> + At the University of California at Berkeley, Keasling runs a lab staffed by 50 post doctoral and graduate students and funded by a $42.6 million Gates Foundation grant-that is creating a cure for malaria.</p> +<p> +He is also engaged in research that could lead to breakthrough treatment for HIV, the virus that causes AIDS.</p> +<p> +Recently he was among a group of scholars that received $500 million from British Petroleum to create the Energy Biosciences Institute, which will be a world-class hub of research on biofuels and clean energy. In 2006 he was hailed by Discover magazine as Scientist of the Year, and late in 2008 was named a "Person to Watch" by Newsweek.</p> +<p> +Not bad for a boy from a farm outside of Harvard, Neb., population 976.</p> +<p> +Keasling, who graduated from UNL in 1986, was vice president of Delta Tau Delta fraternity and served on the College of Arts and Sciences advisory committee. Classes he took with a popular biology professor set him on the path to his current cutting-edge work.</p> +<p> +"One of the best experiences I had at UNL was with Dr. John Janovy at the Cedar Point field station at Ogallala," he said. "I spent the summer after my freshman year there, and it was great fun. I took classes in field biology, and that changed my interests; I went to the university thinking I would go on to medical school, but that summer experience really convinced me to go into research."</p> +<p> +After receiving his PhD in microbiology at the University of Michigan, and completing post-doctoral research at Stanford, Keasling accepted a position at Berkeley in 1992. Ten years later, he was appointed head of the first synthetic biology department in the country. </p> +<p> +He and his colleagues are developing an affordable malaria medicine that in combination with an existing drug appears to permanently eradicate the disease in an infected individual.</p> +<p> +Keasling is also researching Prostratin, a medication that occurs in its natural form in trees grown on an island in the South Pacific. An ethno botanist took samples to the National Institutes of Health, where researchers purified the active ingredient and found that it was effective against HIV. +</p> + +</div> + +</div> + +<div class="col right"> + +<h3>Related Links</h3> +<ul> +<li><a href="http://www.unl.edu/cedarpt/" title="go to the Cedar Point Biologial Station website">Cedar Point Biological Station</a></li> +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/jeremy.shtml b/splashold/jeremy.shtml new file mode 100644 index 0000000000000000000000000000000000000000..2f5ffef63b63a3d987d9c244c7cbdab25a451d7a --- /dev/null +++ b/splashold/jeremy.shtml @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Jeremy Bower Feature Story</title> <!-- InstanceEndEditable --> <!-- Codebase:UNLFramework 20071011 --> <link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> <link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> <!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> </head> <body id="fixed"> <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> <div id="red-header"> <div class="clear"> <h1>University of Nebraska–Lincoln</h1> <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Jeremy Bower Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> </div> </div> <!-- close red-header --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> <div id="container"> <div class="clear"> <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> <div id="titlegraphic"> <!-- WDN: see glossary item 'title graphics' --> <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Jeremy Bower</h1> <h2>Storm Chasing... for Credit</h2> <!-- InstanceEndEditable --></div> <!-- maintitle --> </div> <!-- close title --> <div id="navigation"> <h4 id="sec_nav">Navigation</h4> <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> <div id="nav_end"></div> <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> <!-- WDN: see glossary item 'sidebar links' --> <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> </div> <!-- close navigation --> <div id="main_right" class="mainwrapper"> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <div id="maincontent"> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/jeremy.jpg" alt="Jeremy Bower" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Jeremy Bower</h4> <p> Long before applying to graduate school at UNL, Jeremy Bower passed through Lincoln on professional storm chasing tours. For several years he led international tourists on tornado hunts, and now he's turning his passion for severe weather into a graduate education.</p> <p> Originally from Ohio, Bower spent summers after college logging up to 6000 miles on the highways of tornado alley, sometimes driving customers 800 miles per day in search of super cells and funnel clouds.</p> <p> "I had the opportunity to see some amazing storms," Bower said. "When I look back on it now, it was fun and an adrenaline rush, but I don't think I would be able to do it again. It was draining mentally and physically, but it was a tremendous experience."</p> <p> Now finishing his master's degree in Natural Resources, with a specialization in Climate Assessment and Impacts, Bower's research focuses on the tornado that devastated Hallam, Neb., in 2004. It cut a 2 1/2-mile wide path through the town and surrounding farmland but, Bower noted, could just as easily have touched down in south Lincoln.</p> <p> "That night, the storm that produced the Hallam tornado split before it entered Lancaster County," he said. "Using GIS techniques, you can see that had this cell not split, the tornado would have come right up through Lincoln; it would have touched down right around 27th and Highway 2."</p> <p> Bower's thesis is a risk assessment. He asks, if a tornado had hit Lincoln in 2004, would the city have been prepared? By changing the storm's path, Bower can see what its impacts would have been—on homes, utility lines, schools, hospitals, and so on. He hopes that when his research is complete, communities will be able to use it as a blueprint for taking a proactive approach to storm preparedness.</p> <p> One of the best things about his experience at UNL, Bower said, has been working with professor Ken Dewey, who is known internationally as an expert in severe weather and storm photography.</p> <p> "One of the biggest factors when I applied for grad school was finding a place where I'd feel comfortable. I wanted to go someplace that felt like home and that's how UNL felt," Bower said. "Dr. Dewey contacted me and offered to be my advisor if I chose UNL. That made it easier to make my decision. And ever since I've gotten here he's been very supportive, he's been there for me so many times, always making sure I am doing okay on a personal and a professional level. He's opened up his home to me, and of course we've storm chased together."</p> <p> Once he receives his degree, Bower plans to stay in the emergency management field, on a local, state or federal level. As a student, he has interned with Lincoln Emergency Management, for which he updates emergency management personnel about potential severe weather, manages storm spotter reports, and interprets radar. </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://snr.unl.edu/" title="go to the School of Natural Resources website">School of Natural Resources</a></li> <li><a href="http://snr.unl.edu/degrees/grad_Climate_Assessment.asp" title="go to the Climate Assessment website">Climate Assessment</a></li> </ul> </div> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> </div> </div> <!-- close main right --> </div> </div> <!-- close container --> <div id="footer"> <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> <ul> <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> </ul> <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> </div> </div> <!-- close footer --> <!-- sifr --> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> </body> <!-- InstanceEnd --></html> \ No newline at end of file diff --git a/splashold/jeremy.shtml.LCK b/splashold/jeremy.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/jeremy.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/john.shtml b/splashold/john.shtml new file mode 100644 index 0000000000000000000000000000000000000000..b11ae24c291245df89038eca9ac86dfb2c762f0f --- /dev/null +++ b/splashold/john.shtml @@ -0,0 +1,148 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | John Creswell Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>John Creswell Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>John Creswell</h1> + <h2>Fulbright Scholar</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="two_col left"> + <div class="image_medium_16x9"><img src="images/john.jpg" alt="John Creswell" /></div> +<div class="zenboxfeature" style="padding:10px"> + <h4>John Creswell</h4> + + +<p> +A Senior Fulbright award has allowed John Creswell to showcase a research method to his peers in South Africa.</p> +<p> +Creswell, a professor in educational psychology, served as a visiting Senior Fulbright scholar at five South African universities in fall 2009. He offered instruction on qualitative and mixed methods approaches to research - a two-pronged approach he unintentionally helped establish in the late 1980s.</p> +<p> +"Qualitative is gathering individual stories to learn about the people affected, how they frame the issue you are researching," said Creswell. "Mixed methods is taking those stories and combining them with numbers or research data. It gives more depth to a research project, and you end up with a better picture in the end."</p> +<p> +The South African researchers planned to initially use mixed methods concepts in documentaries about AIDS patients and families.</p> +<p> +In the late 1980s, five researchers around the world were separately developing the idea of mixed methods research. Those researchers included Creswell at UNL, and peers at Northwestern, Boston College, the University of Illinois, and a professor of management in England.</p> +<p> +"We really all came to the same idea at the same time," said Creswell. "The five of us started writing books about this new methodology. We didn't really get together until years later."</p> +<p> +Creswell has worked to spread the idea of mixed methods, and has written a number of books on the subject. He first visited South Africa three years ago to lecture about mixed methods at one campus. The topic resonated amongst the researchers and Creswell said he was willing to come back and extend the message to other campuses.</p> +<p> +"South African researchers have been doing qualitative research, but their quantitative approach is not as strong," said Creswell. "The mixed methods approach is just coming together there - like it is in Australia, Japan, Thailand and Greece."</p> + +</div> + +</div> + +<div class="col right"> + +<h3>Related Links</h3> +<ul> +<li><a href="http://cehs.unl.edu/edpsych/" title="go to the Department of Educational Psychology website">Department of Educational Psychology</a></li> +<li><a href="http://cehs.unl.edu/" title="go to the College of Education and Human Sciences website">College of Education and Human Sciences</a></li> +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/john.shtml.LCK b/splashold/john.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/john.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/kenneth.shtml b/splashold/kenneth.shtml new file mode 100644 index 0000000000000000000000000000000000000000..1ab4509148e3830a6155f497339f1086ba201948 --- /dev/null +++ b/splashold/kenneth.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Kenneth Shum Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Kenneth Shum Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Kenneth Shum</h1> <h2>Researching Possibilities</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/kenneth.jpg" alt="Kenneth Shum" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Kenneth Shum</h4> <p> A biochemistry major, Ken spent summer 2007 participating in the Research for Undergraduates in Theoretical Ecology Scholars program-funded by the National Science Foundation. He stayed at the Cedar Point Biological Station and collected data on freshwater painted turtles. He and his colleagues assessed population dynamics of the turtles in multiple ponds, utilizing x-rays and DNA analysis. Presently, Ken is in the process of publishing his research in a peer-reviewed journal.</p> <p>"I'm definitely gaining experience as far as research is concerned," Ken said. "Doing field work is something that people don't normally experience. I'm really fortunate that the RUTE program let me come in because they only usually accept sophomores, but they let me in as a freshman."</p> <p>After he graduates in 2009, Ken plans to attend medical school. He hasn't picked a program yet; for now, he is just focused on passing the MCAT.</p> <p> "Cedar Point and RUTE have given me the opportunity to think critically, analytically, independently, and work with others to solve problems that have not been answered before," Ken said. "My goal is to use my skills not only to treat patients who come in and out of the hospital everyday, but also to use these skills to think about today's current issues in medicine and come up with ways to resolve them." </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://biochem.unl.edu/" title="go to the Department of Biochemistry website">Department of Biochemistry</a></li> <li><a href="http://www.math.unl.edu/~math-rute/" title="go to the RUTE Scholars website">RUTE Scholars</a></li> <li><a href="http://www.unl.edu/cedarpt/" title="go to the Cedar Point Biologial Station website">Cedar Point Biological Station</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/kenneth.shtml.LCK b/splashold/kenneth.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/kenneth.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/kevin.shtml b/splashold/kevin.shtml new file mode 100644 index 0000000000000000000000000000000000000000..4a59f5c2e11046d11dfdc3cfbfba83da344fccbb --- /dev/null +++ b/splashold/kevin.shtml @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Kevin Moberg Feature Story</title> <!-- InstanceEndEditable --> <!-- Codebase:UNLFramework 20071011 --> <link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> <link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> <!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> </head> <body id="fixed"> <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> <div id="red-header"> <div class="clear"> <h1>University of Nebraska–Lincoln</h1> <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Kevin Moberg Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> </div> </div> <!-- close red-header --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> <div id="container"> <div class="clear"> <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> <div id="titlegraphic"> <!-- WDN: see glossary item 'title graphics' --> <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Kevin Moberg</h1> <h2>A Program in the Fore Ground</h2> <!-- InstanceEndEditable --></div> <!-- maintitle --> </div> <!-- close title --> <div id="navigation"> <h4 id="sec_nav">Navigation</h4> <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> <div id="nav_end"></div> <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> <!-- WDN: see glossary item 'sidebar links' --> <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> </div> <!-- close navigation --> <div id="main_right" class="mainwrapper"> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <div id="maincontent"> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/kevin.jpg" alt="Kevin Moberg" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Kevin Moberg</h4> <p> Kevin Moberg plays golf several times a week. It's his homework.</p> <p> A student in UNL's Professional Golf Management Program, Kevin came to the University of Nebraska to learn what it takes to establish a career in the golf industry. UNL's PGM program, which began in 2004, was the 15th of its kind established in the country and accredited by the Professional Golfers' Association of America. Just a few years old, its students and faculty are easily on par with those in the top programs in the country.</p> <p> Kevin has finished his undergraduate coursework, and is now studying for his PGA exams. By passing three increasingly difficult levels of tests, he will eventually earn his Class A PGA membership, the “top of the line” certification for professionals in the field.</p> <p> During the academic year, Kevin and his classmates take courses in a broad range of subjects.</p> <p> "You take everything," Kevin explained. "Business, accounting, finances, business management, marketing, economics…then you take a lot of agronomy, you study turf grass, soils, plant science, and horticulture. The final portion of our major is food and beverage, so we can work with the restaurants at courses and clubs. So we take food and beverage and nutrition classes, too."</p> <p> In addition to their studies on campus, PGM students complete 16 months of internship credit at locations around the country—and world. Students have interned at courses in California, Florida and Scotland.</p> <p> Oh, and to even be accepted into UNL's program, applicants must have a handicap of 12 or better.</p> <p> So, is it worth all the hard work?</p> <p> Absolutely.</p> <p> "The best experience I've had in this program is being exposed to so much golf," Kevin said. "We play all the time, for fun, and we have tournament season in the fall and spring. We have student club meetings once a month, and we bring in really cool speakers, (among them head professionals from national golf courses and Bill Cioffoletti, director of recruiting and outreach for the PGA.) We're becoming part of a network we'll never lose. Who you know is hugely important in this field."</p> <p> Kevin’s dream job is running a top-notch golf facility, maybe in the South since he loves warm weather. But he's not picky. "Really, I'd try anything," he said. "There are so many different jobs we can do under the PGA umbrella, once we get our Class A memberships. There's no limit to our options. You can be a head golf professional, a teaching professional, an instructor, a golf coach, or you could run a sporting goods store, work for a university as a PGM director, run a range...you get the idea." </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://pgm.unl.edu/" title="go to the Professional Golf Management website">Professional Golf Management</a></li> </ul> </div> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> </div> </div> <!-- close main right --> </div> </div> <!-- close container --> <div id="footer"> <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> <ul> <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> </ul> <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> </div> </div> <!-- close footer --> <!-- sifr --> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> </body> <!-- InstanceEnd --></html> \ No newline at end of file diff --git a/splashold/lance.shtml b/splashold/lance.shtml new file mode 100644 index 0000000000000000000000000000000000000000..b5ae41f20fe9f5072727772acb91caafcaca85c2 --- /dev/null +++ b/splashold/lance.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Lance Pérez Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Lance Pérez Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Lance Perez</h1> <h2>Better Living Through Technology</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/lance.jpg" alt="Lance Perez"/></div> <div class="zenboxfeature" style="padding:10px"> <h4>Lance Pérez</h4> <p> Wireless communications is Lance Pérez's specialty. The associate professor of electrical engineering is creating new wireless communications systems that can be used in rehabilitative and assistive technology applications.</p> <p> His goal is to create an inexpensive wireless sensor network that provides medical monitoring and environmental control in elderly or disabled people's homes. An intelligent sensor network that tracks movements and behaviors could give voice prompts to help people navigate their homes or remind them to perform daily tasks.</p> <p> "The idea is that this technology will allow people to stay in their homes longer, live more safely, and improve their quality of life," Pérez says.</p> <p> After receiving his doctorate from the University of Notre Dame, Pérez was a postdoctoral fellow with a joint appointment from the University of Notre Dame and the Swiss Federal Institute of Technology in Zurich. 1995, was a visiting assistant professor in engineering at the University of Texas at San Antonio. He joined the faculty in electrical engineering at Nebraska in 1996.</p> <p> Pérez's research is in channel coding. He continues to work in this area with emphasis on time-varying codes and turbo codes and their application to space and satellite communication systems. He also conducts research into the joint detection of multiple users in wireless and cellular communication systems. Perez heads the Mobile Communications and Coding (MC2) Laboratory at UNL.</p> <p> In his free time Perez enjoys any outdoor activity. His passion for the outdoors and for physical, competitive activities has him playing on several wheelchair basketball teams including the Madonna Magic, a National Wheelchair Basketball Association squad sponsored by Madonna Rehabilitation Hospital, and playing softball in the summer for the Nebraska Barons (who won national championships in 2003-04). He also enjoys cycling: Pérez and his wife pedaled across parts of Europe as he finished his post-doctorate work in Switzerland. Pérez and his brother take annual trips via bike.</p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.ee.unl.edu/" title="University of Nebraska Department of Electrical Engineering">Department of Electrical Engineering</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/leonardo.shtml b/splashold/leonardo.shtml new file mode 100644 index 0000000000000000000000000000000000000000..d5bd9a2801cdf443930c4625ce7a7e9d0b8938ca --- /dev/null +++ b/splashold/leonardo.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Leonardo Lebas Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Leonardo Lebas Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Leonardo Lebas</h1> <h2>Poetry In Motion</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/leonardo.jpg" alt="Leonardo Lebas" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Leonardo Lebas</h4> <p> Leonardo Lebas is poetry in motion.</p> <p> That is, the motion of orchestral and choral conducting.</p> <p> The Buenos Aires native, who is working on his doctorate of musical arts at UNL, has received a prestigious UNESCO-Aschberg fellowship, which will take him to Mexico for three months this spring. While there, he will compose original pieces based on a collection of Mexican poems. He will spend his final month preparing with an orchestra and choir for the premiere performance of these pieces.</p> <p> "I will be working hard, but it will be a creative process, which is for me always very refreshing and renewing," Lebas said. "Also, the fact that I'm going to conduct these compositions makes everything much more exciting. It's not something that will go into desk drawer; it will be sung and played."</p> <p> Lebas studied composing and choral conduction at the Catholic University of Argentina, and received his master's in orchestral conducting from Penn State University. He chose to continue his graduate work at UNL because it offers a doctoral degree in orchestral conducting, and because program director Tyler White is both a conductor and a composer.</p> <p> While in Morelia, Mexico, Lebas will be based at Conservatorio de las Rosas, which was established in 1743. UNESCO has named the conservatory-particularly its extensive historic music collection-an international treasure of humanity. In addition to his work, Lebas hopes to promote exchanges between faculty at the conservatory and faculty at UNL.</p> <p> "The director of UNL's School of Music-John Richmond-and my adviser, Tyler White, are supporting me 100 percent, and I am so grateful for that," he said. "It's very generous of them to recognize this is very important for my career, and to let me work around the academic schedule."</p> <p> Lebas's compositions will draw from a variety of Mexican poems, including some pre-Hispanic writings from 13th and 15th centuries, and other more contemporary works. He will also write one composition for orchestra, adult mixed choir and children's choir, which will give him a chance to work with kids for the first time. He should be able to relate to them well; Lebas began studying piano when he was 7. </p> </div> </div> <div class="col right"> <h3>Video</h3> <p><a href="popups/leonardo.shtml" onclick="window.open(this.href,'popper','scrollbars=0,width=340,height=340'); return false;" onkeypress="window.open(this.href,'popper','scrollbars=0,width=340,height=340'); return false;" title="watch a video of Leonardo Lebas conducting the UNL Symphony Orchestra">Leonardo Lebas conducts the UNL Symphony Orchestra</a></p> <h3>Related Links</h3> <ul> <li><a href="http://www.unl.edu/music/" title="University of Nebraska-Lincoln School of Music">School Of Music</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/leonardo.shtml.LCK b/splashold/leonardo.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/leonardo.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/lindsay.shtml b/splashold/lindsay.shtml new file mode 100644 index 0000000000000000000000000000000000000000..8b55cf3e7bdb8f1c39e98c309911ff8824b05650 --- /dev/null +++ b/splashold/lindsay.shtml @@ -0,0 +1,150 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Lindsay Kerns Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Lindsay Kerns Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Lindsay Kerns</h1> + <h2>Renaissance Woman</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="two_col left"> + <div class="image_medium_16x9"><img src="images/lindsay.jpg" alt="Lindsay Kerns" /></div> +<div class="zenboxfeature" style="padding:10px"> + <h4>Lindsay Kerns</h4> + + +<p> +UNL senior Lindsay Kerns knows what men and women dreamt about during the Renaissance-buried treasures, love and romance, extramarital affairs, and political intrigue.</p> + <p>The more things change, the more they stay the same.</p> + <p> + Kerns, 22, is in her second year of an Undergraduate Creative Activities and Research Experiences grant, working with Willa Cather Professor of History Carole Levin on research about dreams, saints, witches, madwomen and Queen Elizabeth I, with a little Shakespeare thrown in for good measure.</p> + <p> + After studying abroad in Oxford, England, Kerns was approached by Levin, who requested her assistance with information gathering for a book-in-progress. Kerns helped transcribe medieval documents into modern English, and found passages in articles, books and online resources that related to Levin's work. Over the course of a year, she learned all about the publishing process, from early research planning to copyediting a final manuscript. (Levin's book, "Dreaming the English Renaissance," will be published this fall.)</p> + <p> + Now in her second UCARE year, Kerns is embarking on her own project: she is writing a play and research paper about the life of Mary Ann Talbot, an 18th-century English sailorwoman. Talbot, who was sold as a cabin "boy" to a ship captain, spent her life at sea and never stopped seeking revenge against the man who sold her. +Kerns had the idea for her project while conducting research about Pope Joan, a mythical female pope in the ninth century. That research led her into an exploration of women who cross-dressed in order to lead adventurous lives in medieval and Renaissance England.</p> +<p> +"I read about Talbot, and decided that she had a really dramatic life, and it was worth dramatizing," Kerns said. "So, I am writing a play that will creatively answer the question, did she kill the man who sold her?"</p> +<p> +The finished play may be produced through UNL's Medieval and Renaissance Studies department, and Kerns will also creatively present her research in a thesis film, which will be a modern loose adaptation of Talbot's story.</p> +<p> + Lindsay loved studying in England-so much so that she is considering heading back overseas for graduate school. +</p> + +</div> + +</div> + +<div class="col right"> + +<h3>Related Links</h3> +<ul> +<li><a href="http://history.unl.edu/" title="go to the Department of History website">Department of History</a></li> +<li><a href="http://english.unl.edu/" title="go to the Department of English website">Department of English</a></li> +<li><a href="http://www.unl.edu/ucare/" title="go to the UCARE website">UCARE</a></li> +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/maureen.shtml b/splashold/maureen.shtml new file mode 100644 index 0000000000000000000000000000000000000000..ba42306dfed34417e1ec190bb5904ad37e0686e5 --- /dev/null +++ b/splashold/maureen.shtml @@ -0,0 +1,150 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Maureen Honey Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Maureen Honey Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Maureen Honey</h1> + <h2>Championing Women's Voices</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + <div class="two_col left"> + <div class="frame" style="margin-bottom:8px;"><img src="images/maureen.jpg" alt="Maureen Honey" /></div> + + + <div class="zenboxfeature" style="padding:10px"> + <h4>Maureen Honey</h4> + + +<p> +Maureen Honey is helping bring to light the writing of "forgotten" poets and activists.</p> +<p> + In her research and her classroom, English professor Maureen Honey aims to expose students to the profound influence that women have had on literature, the arts, and society as a whole.</p> + <p> +A former director of UNL's Women's Studies program, Honey teaches some of the most beloved courses in her department, including 20th century women's literature, Women in Popular Culture and Women in World War II. Dovetailing with her most recent research, she also teaches a seminar on Women of the Harlem Renaissance.</p> +<p> +"The English Department has a strong program in women's and African American literature, as well as an excellent creative writing program. My colleagues in those areas have been an inspiration to me," Honey said.</p> +<p> + She came to UNL in 1979, after completing her doctoral work at Michigan State University. She is perhaps most recognizable for her research on fictional WW II heroine Rosie the Riveter.</p> + <p> + Honey has published a number of books, including "Double-Take: A Revisionist Harlem Renaissance Anthology," and "Bitter Fruit: African American Women in World War II." Her most recent book is "Shadowed Dreams: Women's Poetry of the Harlem Renaissance." The volume features the work of 18 little-known writers from an era of flourishing arts and culture.</p> + <p> +"When you ask someone to name a poet from the Harlem Renaissance, they say Langston Hughes," Honey noted. "But they can't name a woman. So, I decided that I needed to give these women a stronger identity." +</p> + +</div> + +</div> + +<div class="col right"> + +<h3>Related Links</h3> +<ul> +<li><a href="http://www.unl.edu/womenssp/" title="go to the Women's and Gender Studies website">Women's and Gender Studies</a></li> +<li><a href="http://english.unl.edu/" title="go to the UNL Department of English website">Dept. of English</a></li> + +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/maureen.shtml.LCK b/splashold/maureen.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/maureen.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/megan.shtml b/splashold/megan.shtml new file mode 100644 index 0000000000000000000000000000000000000000..db7e642bbd12bf5a2376313ec6c21d350c4b0871 --- /dev/null +++ b/splashold/megan.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Megan Berg Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Megan Berg Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Megan Berg</h1> <h2>Walking on the Edge of the Earth</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/megan.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Megan Berg</h4> <p>UNL junior Megan Berg may be the luckiest person on the planet. At just 19 years old, she is the media specialist for ANDRILL, a multi million dollar geological drilling project in Antarctica. This fall, she is gathering a Sony HDV camera, a Nikon D80 digital SLR, a G5 Power Mac, two terabytes of hard drive space, 100 mini DV tapes, 5 lens filters, 9 lithium ion batteries, 2 tripods, an HDV camera deck, and a tripod dolly, and setting out to record history in the making.</p> <p> "Usually before I travel I get nervous - I get butterflies in my stomach," she said recently. "But right now, I'm just really focused on what I need to pack and finishing things up at work. Maybe it's the calm before the storm." She added that when she accepted her job, she was told it would involve travel - but no one specifically mentioned Antarctica.</p> <p> Megan will record the daily routines and research of an international team of more than 200 scientists, students, and educators, including members of the ANDRILL Science Management Team, which is housed at the University of Nebraska-Lincoln. Their chief objective is to drill back in time to recover a history of paleoenvironmental changes, to learn more about glacial and interglacial changes in the Antarctica region. The research has implications for our understanding of global warming and climate change.</p> <p> In addition to documenting the team's field work, Megan is also responsible for running Project Iceberg, a web program designed for middle school science students that will feature video clips, blogs, field journals and photos.</p> <p> Next spring, Berg, a history major, will return to classes UNL. As for what comes after graduation? She's not sure...yet. "I would love to go into education, maybe try something completely different like Teach for America or the Peace Corps," she said. "But who knows? In life you end up meeting people who lead you down an entirely different path, so I'm kind of expecting that to happen..." </p> </div> </div> <div class="col right"> <h3>Video</h3> <p><a href="popups/megan.shtml" onclick="window.open(this.href,'popper','scrollbars=0,width=340,height=340'); return false;" onkeypress="window.open(this.href,'popper','scrollbars=0,width=340,height=340'); return false;" title="watch a video of Megan Berg talking about her experiences with Andrill">Megan Berg talks about her experiences with ANDRILL</a></p> <h3>Related Links</h3> <ul> <li><a href="http://www.andrill.org/iceberg" title="Andrill Iceberg Project">ANDRILL</a></li> <li><a href="http://www.unl.edu/history/" title="UNL Department of History">Dept. Of History</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/michael.shtml b/splashold/michael.shtml new file mode 100644 index 0000000000000000000000000000000000000000..9ac993cde01af1632b00267475d3e9cd7231a847 --- /dev/null +++ b/splashold/michael.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Prof. Michael James Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Prof. Michael James Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Prof. Michael James</h1> <h2>Creativity to Challenge Conventions</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/michael.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Michael James</h4> <h3>Ardis James Professor, Textiles, Clothing and Design</h3> <p>"My work in the classroom and in the studio is driven by a quest to answer questions like 'What if?' and 'Why not?'" says textiles artist and world-renowned quilter Michael James. "Creativity in any domain is propelled by curiosity and a willingness to take risks and to challenge conventions. The saying 'You can't discover new lands until you lose sight of the shore' fits my outlook and motivations both as an artist/designer and as an educator."</p> <p> James is widely credited with helping make the quilt an art form. His work is included in the collections of the Smithsonian Institution, the American Craft Museum and the International Quilt Study Center at UNL. He also seeks to break new ground in the area of non-traditional quiltmaking, including digitally developed quilt fabrics and their re-constructions.</p> <p> "Quiltmaking gets dismissed too often... but most of the people I know who make art and make things with their hands do it because they have to do it as much as they have to eat and they have to sleep, they can't not do it, they can't live without it."</p> <p> Trained as a painter, James turned to the tactile appeal that fabrics and quilts had to offer in the 1970s. His pieced and quilted fabric constructions reflect his formal training, and showcase his studies on American quiltmaking and quiltmaking techniques. James' works have been widely exhibited all over the world. He also lectures and leads workshops on color and design, and has authored many articles and several books on quilting as art.</p> <p> James is also a popular instructor, teacher and mentor to his students, winning several teaching awards and serving as a faculty mentor in the UNL UCARE program.</p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://cehs.unl.edu/tcd/" title="Department of Textiles Clothing & Design">Department of Textiles, Clothing, & Design</a></li> <li><a href="http://textilegallery.unl.edu/" title="Roberty Hillestad Textile Gallery">Roberty Hillestad Textile Gallery</a></li> <li><a href="http://www.quiltstudy.org/" title="International Quilt Study Center">International Quilt Study Center</a></li> <li><a href="http://www.unl.edu/ucare/index.shtml" title="Undergraduate Creative Activities & Research Experiences">UCARE</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/michael2.shtml b/splashold/michael2.shtml new file mode 100644 index 0000000000000000000000000000000000000000..55ff7a6a1ecbb4ed6932637856a2f9b8f8accea6 --- /dev/null +++ b/splashold/michael2.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Maureen Honey Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Maureen Honey Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Maureen Honey</h1> <h2>Championing Women's Voices</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/maureen.jpg" alt="Maureen Honey" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Jake Carnes</h4> <p> Maureen Honey is helping bring to light the writing of "forgotten" poets and activists.</p> <p> In her research and her classroom, English professor Maureen Honey aims to expose students to the profound influence that women have had on literature, the arts, and society as a whole.</p> <p> A former director of UNL's Women's Studies program, Honey teaches some of the most beloved courses in her department, including 20th century women's literature, Women in Popular Culture and Women in World War II. Dovetailing with her most recent research, she also teaches a seminar on Women of the Harlem Renaissance.</p> <p> "The English Department has a strong program in women's and African American literature, as well as an excellent creative writing program. My colleagues in those areas have been an inspiration to me," Honey said.</p> <p> She came to UNL in 1979, after completing her doctoral work at Michigan State University. She is perhaps most recognizable for her research on fictional WW II heroine Rosie the Riveter.</p> <p> Honey has published a number of books, including "Double-Take: A Revisionist Harlem Renaissance Anthology," and "Bitter Fruit: African American Women in World War II." Her most recent book is "Shadowed Dreams: Women’s Poetry of the Harlem Renaissance." The volume features the work of 18 little-known writers from an era of flourishing arts and culture.</p> <p> "When you ask someone to name a poet from the Harlem Renaissance, they say Langston Hughes," Honey noted. "But they can’t name a woman. So, I decided that I needed to give these women a stronger identity." </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.unl.edu/womenssp/" title="go to the Women's and Gender Studies website">Women's and Gender Studies</a></li> <li><a href="http://english.unl.edu/" title="go to the UNL Department of English website">Dept. of English</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/michaeld.shtml b/splashold/michaeld.shtml new file mode 100644 index 0000000000000000000000000000000000000000..791b89b9ae3e4597baedfc0ba3111aa010ce8a64 --- /dev/null +++ b/splashold/michaeld.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Michael Dozler Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Michael Dozler Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Michael Dozler</h1> <h2>Making History Accessible</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/michaeld.jpg" alt="Michael Dozler" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Michael Dozler</h4> <p> When he approached the chair of the history department and asked for help finding a research project, senior political science and history major Michael Dozler had no idea that he would end up involved with cutting edge digital archiving.</p> <p> At the suggestion of his chair, Dozler applied for a UCARE grant to work on an extensive archiving project with professor Douglas Seefeldt. With the professor's guidance, Dozler helped digitize Jeffersonian era maps-the very maps that Thomas Jefferson would have looked to for the first representations of the American West. The research team gathered maps that Jefferson would have had access to, digitized them, and compared them to journals and other documents, in order to gain a clearer sense of how Jefferson and his peers viewed the West.</p> <p> "We were able to lay old maps over modern lines of latitude and longitude to uncover how accurate they were, and what kinds of information was hidden in the documents," Dozler said. "A lot of researchers don't consider using maps to uncover information, but maps are filled with all kinds of hidden notations and interpretations that can be really valuable."</p> <p> This year, Dozler is applying the template Seefeldt created to his own research, a case study of Turkey and its application to the European Union. He is uncovering the formal and informal forces that hinder admission into the EU, by collecting relevant documents from Turkey and the EU that outline procedures and policies for integration.</p> <p> Dozler will graduate in May 2008, and has applied for a Fulbright grant to research intergovernmental organizations in Europe. In particular, he wants to understand how organizations such as the EU, NATO and the Council of Europe cooperate and reinforce each other in member states and potential member states. If he receives the Fulbright grant, his research will focus on Spain and Latvia. Looking beyond the Fulbright year, Dozler plans to pursue a master's degree in international relations. He will take the skills he has learned in his UCARE project with him into his future endeavors.</p> <p> "Digital archiving technology is becoming increasingly important in a lot of history departments," he said. "We are moving away from dated notion that historians spend hours in dusty archives looking at books; we're taking research to the modern age, using the technology we have to make history more accessible." </p> </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.unl.edu/ucare/" title="go to the Undergraduate Creative Activities and Research Experiences website">UCARE</a></li> <li><a href="http://polisci.unl.edu/" title="go to the UNL Department of Political Science website">Dept. of Political Science</a></li> <li><a href="http://www.history.unl.edu/" title="go to the UNL Department of History website">Dept. of History</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/oyekan.shtml b/splashold/oyekan.shtml new file mode 100644 index 0000000000000000000000000000000000000000..718147855ccbffb213267252e9b5a82b6a7a0064 --- /dev/null +++ b/splashold/oyekan.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Oyekan Owomoyela Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Oyekan Owomoyela Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Oyekan Owomoyela</h1> <h2>Preserving Heritage With Proverbs</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/oyekan.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Oyekan Owomoyela</h4> <p>"Eni ti o sa la nle'."</p> <p>In Yoruban, it means: "People chase only those who flee," or, those who act guilty are presumed to be guilty.</p> <p> After Oyekan Owomoyela came to the United States in 1964, he soon longed for his homeland of Nigeria, and found comfort in remembering metaphors and proverbs from his culture.</p> <p> A member of the Yoruba people -- a distinct culture of more than 25 million people (about 21 percent of the Nigerian population) living in the southwest corner of the West African nation -- Owomoyela came to the United States to study acting at UCLA. While distance separated him from homeland, Owomoyela's culture-rich upbringing shaped his career.</p> <p> "When I first came to UCLA I started collecting the proverbs," said Owomoyela, a professor of English and coordinator of African American and African studies at UNL. "At first, it was a modest collection. But I was feeling nostalgic and it became a way for me to stay in touch with my home."</p> <p> Collaborating with a colleague at UCLA in 1973, Owomoyela published a book of about 150 of the metaphors on Yoruba life. He has continued to collect the proverbs and in 2005 published a second book titled "Yoruba Proverbs" at the University of Nebraska Press. The book lists 5,207 of the proverbs and is considered the most comprehensive collection to date of the Yoruba oral tradition.</p> <p> "I am very pleased with the book," Owomoyela said. "And, to me it is especially important because it preserves a part of my heritage that is being lost." </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.unl.edu/english/" title="University of Nebraska Department of English">Department of English</a></li> <li><a href="http://www.unl.edu/unlies/aaas/aahome.html" title="University of Nebraska Department of African American and African Studies">African American & African Studies</a></li> <li><a href="http://unp.unl.edu/" title="University of Nebraska Press">University of Nebraska Press</a></li> <li><a href="http://unp.unl.edu/bookinfo/4748.html" title="Yoruba Proverbs page at University of Nebraska Press">Yoruba Proverbs</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/popups/leonardo.mov b/splashold/popups/leonardo.mov new file mode 100644 index 0000000000000000000000000000000000000000..752cc7a70dcf898719bc82d9b4b9e006a7a9ec85 Binary files /dev/null and b/splashold/popups/leonardo.mov differ diff --git a/splashold/popups/leonardo.shtml b/splashold/popups/leonardo.shtml new file mode 100644 index 0000000000000000000000000000000000000000..556e3254365ac548c41095730f637db9dcc41ef2 --- /dev/null +++ b/splashold/popups/leonardo.shtml @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/popup.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Leonardo Lebas</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="popup"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> </div> + </div> +</div> +<!-- close red-header --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Leonardo Lebas</h1> <h2>Student Conductor</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <OBJECT width="320" height="252" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM NAME="src" VALUE="http://www.unl.edu/ucomm/splash/popups/leonardo.mov" /> <PARAM NAME="controller" VALUE="true" /> <PARAM NAME="autoplay" VALUE="true" /> <EMBED src="http://www.unl.edu/ucomm/splash/popups/leonardo.mov" pluginspage="http://www.apple.com/quicktime/download/" width="320" height="252" autoplay="true" controller="true"> </EMBED> </OBJECT> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="../../sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/popups/megan.mov b/splashold/popups/megan.mov new file mode 100644 index 0000000000000000000000000000000000000000..ee89c991834c9e12144033af5a9d3224b087deb7 Binary files /dev/null and b/splashold/popups/megan.mov differ diff --git a/splashold/popups/megan.shtml b/splashold/popups/megan.shtml new file mode 100644 index 0000000000000000000000000000000000000000..21a1d5640f8c5c8884cfa883d2dfc997d861c7e2 --- /dev/null +++ b/splashold/popups/megan.shtml @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/popup.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Megan Berg</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="popup"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> </div> + </div> +</div> +<!-- close red-header --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Megan Berg</h1> <h2>ANDRILL Documenter</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <OBJECT width="320" height="252" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM NAME="src" VALUE="http://www.unl.edu/ucomm/splash/popups/megan.mov" /> <PARAM NAME="controller" VALUE="true" /> <PARAM NAME="autoplay" VALUE="true" /> <EMBED src="http://www.unl.edu/ucomm/splash/popups/megan.mov" pluginspage="http://www.apple.com/quicktime/download/" width="320" height="252" autoplay="true" controller="true"> </EMBED> </OBJECT> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="../../sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/promo.xml b/splashold/promo.xml new file mode 100644 index 0000000000000000000000000000000000000000..782278dc68d39c9c9799aa4d64aa9f3bcec581a8 --- /dev/null +++ b/splashold/promo.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<random> + <contentContainer>randomPromo</contentContainer> + <promo id="Nebraska Online Worldwide"> + <media type="image">http://www.unl.edu/ucomm/splash/promo/promo_online.jpg</media> + <text>Earn a University of Nebraska degree wherever you are.</text> + <link>http://onlineworldwide.nebraska.edu/</link> + </promo> + <promo id="The Power of Possibilities"> + <media type="image">http://www.unl.edu/ucomm/splash/promo/images/pop.jpg</media> + <text>Learn how UNL majors match your interests at The Power of Possibilities</text> + <link>http://possibilities.unl.edu/</link> + </promo> + <promo id="Sheldon Museum Of Art"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_sheldon.jpg</media> + <text>Sheldon Museum Of Art: One of the nation's premier university art museums</text> + <link>http://www.sheldonartgallery.com/</link> + </promo> + <promo id="Mary Riepma Ross Media Arts Center"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_mrrmac.jpg</media> + <text>Mary Riepma Ross Media Arts Center</text> + <link>http://www.theross.org/</link> + </promo> + <promo id="E.N. Thompson Forum"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_enthompson.jpg</media> + <text>E.N. Thompson Forum: Bringing The World To Nebraska</text> + <link>http://enthompson.unl.edu/</link> + </promo> + <promo id="Lied Center For Performing Arts"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_lied.jpg</media> + <text>Lied Center for Performing Arts</text> + <link>http://www.liedcenter.org/</link> + </promo> + <promo id="Nebraska Values"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_nebraskavalues.gif</media> + <text>UNL serves the people of Nebraska in all 49 legislative districts</text> + <link>http://nebraskavalues.unl.edu/</link> + </promo> + <promo id="Join UNL on Facebook"> + <media type="image">http://www.unl.edu/ucomm/images/promos/promo_facebook.jpg</media> + <text>Keep up with campus news through Facebook by becoming a fan of UNL.</text> + <link>http://www.facebook.com/pages/Lincoln-NE/University-of-Nebraska-Lincoln/7293092326</link> + </promo> + +</random> \ No newline at end of file diff --git a/splashold/promo.xml.LCK b/splashold/promo.xml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo.xml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/huskeralum.jpg b/splashold/promo/huskeralum.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eec81cf7f0b6d6e41b4cdadbf37e790e50b0fd3 Binary files /dev/null and b/splashold/promo/huskeralum.jpg differ diff --git a/splashold/promo/huskeralum.jpg.LCK b/splashold/promo/huskeralum.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/huskeralum.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/icon_facebook.jpg b/splashold/promo/icon_facebook.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f63229e54d994ee484699becbe15992848226b3 Binary files /dev/null and b/splashold/promo/icon_facebook.jpg differ diff --git a/splashold/promo/icon_facebook.jpg.LCK b/splashold/promo/icon_facebook.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/icon_facebook.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/icon_facebook.png b/splashold/promo/icon_facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..b609e3ba23012a9b5850dcfda2036a8818b33461 Binary files /dev/null and b/splashold/promo/icon_facebook.png differ diff --git a/splashold/promo/icon_facebook.png.LCK b/splashold/promo/icon_facebook.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/icon_facebook.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/icon_flickr.png b/splashold/promo/icon_flickr.png new file mode 100644 index 0000000000000000000000000000000000000000..e6aec0307c0c07e649bb0d1ee71baff153716053 Binary files /dev/null and b/splashold/promo/icon_flickr.png differ diff --git a/splashold/promo/icon_flickr.png.LCK b/splashold/promo/icon_flickr.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/icon_flickr.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/icon_itunesu.jpg b/splashold/promo/icon_itunesu.jpg new file mode 100644 index 0000000000000000000000000000000000000000..540ae77b0b79b8d287bac2172eb981c1ff132f89 Binary files /dev/null and b/splashold/promo/icon_itunesu.jpg differ diff --git a/splashold/promo/icon_itunesu.jpg.LCK b/splashold/promo/icon_itunesu.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/icon_itunesu.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/icon_itunesu.png b/splashold/promo/icon_itunesu.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2632ea5d5ebdf95b586282547f2e74766bb1b0 Binary files /dev/null and b/splashold/promo/icon_itunesu.png differ diff --git a/splashold/promo/icon_itunesu.png.LCK b/splashold/promo/icon_itunesu.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/icon_itunesu.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/icon_twitter.png b/splashold/promo/icon_twitter.png new file mode 100644 index 0000000000000000000000000000000000000000..77440cf9407bc3ecffac431cdc65bceebb3767a6 Binary files /dev/null and b/splashold/promo/icon_twitter.png differ diff --git a/splashold/promo/icon_twitter.png.LCK b/splashold/promo/icon_twitter.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/icon_twitter.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/icon_youtube.jpg b/splashold/promo/icon_youtube.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66744a42bf94e67a3cb0e6757d88d9c42d08f57f Binary files /dev/null and b/splashold/promo/icon_youtube.jpg differ diff --git a/splashold/promo/icon_youtube.jpg.LCK b/splashold/promo/icon_youtube.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/icon_youtube.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/icon_youtube.png b/splashold/promo/icon_youtube.png new file mode 100644 index 0000000000000000000000000000000000000000..e43426fa3f23e715ca0ca66174b02cb45b887176 Binary files /dev/null and b/splashold/promo/icon_youtube.png differ diff --git a/splashold/promo/icon_youtube.png.LCK b/splashold/promo/icon_youtube.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/icon_youtube.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/images/burge.jpg b/splashold/promo/images/burge.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdc0de30b3f9bd0120182bc0b3a043a1fad23705 Binary files /dev/null and b/splashold/promo/images/burge.jpg differ diff --git a/splashold/promo/images/coachpelini.jpg b/splashold/promo/images/coachpelini.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04bd427895fd96bf95e2fefbe337054b9c086f0b Binary files /dev/null and b/splashold/promo/images/coachpelini.jpg differ diff --git a/splashold/promo/images/coachpelini.jpg.LCK b/splashold/promo/images/coachpelini.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/images/coachpelini.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/images/impacts.jpg b/splashold/promo/images/impacts.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe977cea3b508ce18ffd469e8a33fbddfc8bf9f Binary files /dev/null and b/splashold/promo/images/impacts.jpg differ diff --git a/splashold/promo/images/newsnet.jpg b/splashold/promo/images/newsnet.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bf93d98e18716893636d4dca5545d4a9a45f0ce Binary files /dev/null and b/splashold/promo/images/newsnet.jpg differ diff --git a/splashold/promo/images/nipark.jpg b/splashold/promo/images/nipark.jpg new file mode 100644 index 0000000000000000000000000000000000000000..470d029cf664aa88d2a564fbec80e6e80feaf959 Binary files /dev/null and b/splashold/promo/images/nipark.jpg differ diff --git a/splashold/promo/images/ntheknow.jpg b/splashold/promo/images/ntheknow.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ee5e7887acf6eebb17d0cd0680311c608e92baf3 Binary files /dev/null and b/splashold/promo/images/ntheknow.jpg differ diff --git a/splashold/promo/images/ntheknow.jpg.LCK b/splashold/promo/images/ntheknow.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/images/ntheknow.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/images/pop.jpg b/splashold/promo/images/pop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a12e8044deb14355dffd94c1cb9ab58374b9c128 Binary files /dev/null and b/splashold/promo/images/pop.jpg differ diff --git a/splashold/promo/images/sotu.jpg b/splashold/promo/images/sotu.jpg new file mode 100644 index 0000000000000000000000000000000000000000..621775666ea4dea3868503dd275c673650ebaa4f Binary files /dev/null and b/splashold/promo/images/sotu.jpg differ diff --git a/splashold/promo/promo1.html b/splashold/promo/promo1.html new file mode 100644 index 0000000000000000000000000000000000000000..99cc257aeb450263e1df534f16b3e937f2f6b51b --- /dev/null +++ b/splashold/promo/promo1.html @@ -0,0 +1,7 @@ +<div class="image_small_short" id="leftRandomPromo"> + <a href="http://admissions.unl.edu/real%5Fnebraska/" id="leftRandomPromoAnchor" title="Real Nebraska website"> + <img id="leftRandomPromoImage" alt="" src="http://www.unl.edu/ucomm/splash/images/realnebraska.jpg" /> + </a> + </div> + Real Nebraska: See what students have to say about real life in Husker Land. + diff --git a/splashold/promo/promo1.html.LCK b/splashold/promo/promo1.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo1.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo2.html b/splashold/promo/promo2.html new file mode 100644 index 0000000000000000000000000000000000000000..cd8aa5069ace56264202abd85a5ab32d1fe240ff --- /dev/null +++ b/splashold/promo/promo2.html @@ -0,0 +1,7 @@ +<div class="image_small_short" id="leftRandomPromo"> + <a href="http://www.newsnetnebraska.org/" id="leftRandomPromoAnchor" title="News Net Nebraska website"> + <img id="leftRandomPromoImage" alt="" src="http://www.unl.edu/ucomm/splash/promo/images/newsnet.jpg" /> + </a> + </div> + NewsNetNebraska: Daily news website produced by students in the College of Journalism and Mass Communications. + diff --git a/splashold/promo/promo3.html b/splashold/promo/promo3.html new file mode 100644 index 0000000000000000000000000000000000000000..d420aa36b6654eb1380e3293db9b1d87081aa0c0 --- /dev/null +++ b/splashold/promo/promo3.html @@ -0,0 +1,7 @@ +<div class="image_small_short" id="leftRandomPromo"> + <a href="http://www.netnebraska.org/television/stream/" title="View a live web stream of the State of The University Address" target="_blank"> + <img id="leftRandomPromoImage" alt="" src="http://www.unl.edu/ucomm/splash/promo/images/sotu.jpg" /> + </a> + </div> + Listen to Chancellor Perlman's State of the University Address + diff --git a/splashold/promo/promo3.html.LCK b/splashold/promo/promo3.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo3.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_admissions.jpg b/splashold/promo/promo_admissions.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5d56c25ce95befcfcde9f1a4de25076d3e82407 Binary files /dev/null and b/splashold/promo/promo_admissions.jpg differ diff --git a/splashold/promo/promo_admissions.jpg.LCK b/splashold/promo/promo_admissions.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_admissions.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_admissions4x3.jpg b/splashold/promo/promo_admissions4x3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e78216556c43403bd91f02451f0bc3e2215e23e Binary files /dev/null and b/splashold/promo/promo_admissions4x3.jpg differ diff --git a/splashold/promo/promo_admissions4x3.jpg.LCK b/splashold/promo/promo_admissions4x3.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_admissions4x3.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_big10.jpg b/splashold/promo/promo_big10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa7ce8df01269fc999b638ba5b92fd90094638d2 Binary files /dev/null and b/splashold/promo/promo_big10.jpg differ diff --git a/splashold/promo/promo_big10.jpg.LCK b/splashold/promo/promo_big10.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_big10.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_bor.jpg b/splashold/promo/promo_bor.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25ef2fd319a2bfb4851f11089b96cf82aebd2d5b Binary files /dev/null and b/splashold/promo/promo_bor.jpg differ diff --git a/splashold/promo/promo_bor.jpg.LCK b/splashold/promo/promo_bor.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_bor.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_brrs.jpg b/splashold/promo/promo_brrs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b611fa6194cb3d5ca344eddc146cb0e2660633f6 Binary files /dev/null and b/splashold/promo/promo_brrs.jpg differ diff --git a/splashold/promo/promo_brrs.jpg.LCK b/splashold/promo/promo_brrs.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_brrs.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_huskeralum.jpg b/splashold/promo/promo_huskeralum.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a402a4882e89716090f0d1125abbe329cfb81088 Binary files /dev/null and b/splashold/promo/promo_huskeralum.jpg differ diff --git a/splashold/promo/promo_huskeralum.jpg.LCK b/splashold/promo/promo_huskeralum.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_huskeralum.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_huskeralum2.jpg b/splashold/promo/promo_huskeralum2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..904d9f3f66ae631e8a4e580ee0aeebf5e77d7240 Binary files /dev/null and b/splashold/promo/promo_huskeralum2.jpg differ diff --git a/splashold/promo/promo_huskeralum2.jpg.LCK b/splashold/promo/promo_huskeralum2.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_huskeralum2.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_nebraskacampaign.jpg b/splashold/promo/promo_nebraskacampaign.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d31b10110365edcd6d521501e5bff446f811e6a9 Binary files /dev/null and b/splashold/promo/promo_nebraskacampaign.jpg differ diff --git a/splashold/promo/promo_nebraskacampaign.jpg.LCK b/splashold/promo/promo_nebraskacampaign.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_nebraskacampaign.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_online.jpg b/splashold/promo/promo_online.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccfdac91e28875891665c48ae7af16c4e823c5b3 Binary files /dev/null and b/splashold/promo/promo_online.jpg differ diff --git a/splashold/promo/promo_online.jpg.LCK b/splashold/promo/promo_online.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_online.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_pc.jpg b/splashold/promo/promo_pc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03b29aecce6b099d7faf97ac45371bcbb316b01c Binary files /dev/null and b/splashold/promo/promo_pc.jpg differ diff --git a/splashold/promo/promo_pc.jpg.LCK b/splashold/promo/promo_pc.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_pc.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo/promo_rld.jpg b/splashold/promo/promo_rld.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c0b2d0eb1f80766c6b4109b750f5bc1c598a3ff Binary files /dev/null and b/splashold/promo/promo_rld.jpg differ diff --git a/splashold/promo/promo_rld.jpg.LCK b/splashold/promo/promo_rld.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo/promo_rld.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo2_admissions.jpg b/splashold/promo2_admissions.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1851ff5aeeaa6c5a2fd6adf0be933c9d3532b7f1 Binary files /dev/null and b/splashold/promo2_admissions.jpg differ diff --git a/splashold/promo2_admissions.jpg.LCK b/splashold/promo2_admissions.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo2_admissions.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo2_iqsc.jpg b/splashold/promo2_iqsc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..56b971b82b67792a12ce81a670d927090cb2d17f Binary files /dev/null and b/splashold/promo2_iqsc.jpg differ diff --git a/splashold/promo2_iqsc.jpg.LCK b/splashold/promo2_iqsc.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo2_iqsc.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo2_kaneko.jpg b/splashold/promo2_kaneko.jpg new file mode 100644 index 0000000000000000000000000000000000000000..edb32311e7d2f98e22cdf556b025d56bc4b20916 Binary files /dev/null and b/splashold/promo2_kaneko.jpg differ diff --git a/splashold/promo2_kaneko.jpg.LCK b/splashold/promo2_kaneko.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo2_kaneko.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo3_arena.jpg b/splashold/promo3_arena.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b9bb4af540a3507e625978b8b6a408616c48ea16 Binary files /dev/null and b/splashold/promo3_arena.jpg differ diff --git a/splashold/promo3_arena.jpg.LCK b/splashold/promo3_arena.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo3_arena.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo3_nknow.jpg b/splashold/promo3_nknow.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c76a52b2dbeddc7b447bac48a26783c4b1173bfa Binary files /dev/null and b/splashold/promo3_nknow.jpg differ diff --git a/splashold/promo3_nknow.jpg.LCK b/splashold/promo3_nknow.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo3_nknow.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo4_planetred.jpg b/splashold/promo4_planetred.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b6ce0378b4bfe225d28b2927a4e429b2f2503f58 Binary files /dev/null and b/splashold/promo4_planetred.jpg differ diff --git a/splashold/promo4_planetred.jpg.LCK b/splashold/promo4_planetred.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo4_planetred.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo5_anderson.jpg b/splashold/promo5_anderson.jpg new file mode 100644 index 0000000000000000000000000000000000000000..271e1dea60e3845b1c273fabe6b45d5f83de829f Binary files /dev/null and b/splashold/promo5_anderson.jpg differ diff --git a/splashold/promo5_anderson.jpg.LCK b/splashold/promo5_anderson.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo5_anderson.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_admissions_spring.jpg b/splashold/promo_admissions_spring.jpg new file mode 100644 index 0000000000000000000000000000000000000000..031b2bb388be043bc3d82297e6bffb9b8b3d150d Binary files /dev/null and b/splashold/promo_admissions_spring.jpg differ diff --git a/splashold/promo_admissions_spring.jpg.LCK b/splashold/promo_admissions_spring.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_admissions_spring.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_big12.jpg b/splashold/promo_big12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de4bb2539ab38b632c3a88bdcd3f688d98aee189 Binary files /dev/null and b/splashold/promo_big12.jpg differ diff --git a/splashold/promo_big12.jpg.LCK b/splashold/promo_big12.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_big12.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_commencement.jpg b/splashold/promo_commencement.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70758dca06fe5ff56f7ae9acb7ddb6b28bbcc1b5 Binary files /dev/null and b/splashold/promo_commencement.jpg differ diff --git a/splashold/promo_commencement.jpg.LCK b/splashold/promo_commencement.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_commencement.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_compshop.jpg b/splashold/promo_compshop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf32ca342234f347b6894869f2235fb56e329765 Binary files /dev/null and b/splashold/promo_compshop.jpg differ diff --git a/splashold/promo_compshop.jpg.LCK b/splashold/promo_compshop.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_compshop.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_dairystore.jpg b/splashold/promo_dairystore.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70561777c459d96b956a4d51d0695dd285b3b599 Binary files /dev/null and b/splashold/promo_dairystore.jpg differ diff --git a/splashold/promo_dairystore.jpg.LCK b/splashold/promo_dairystore.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_dairystore.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_ds_marketplace.jpg b/splashold/promo_ds_marketplace.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e66fe01e8431483e21a779f5e4cb2bfcddd7ddba Binary files /dev/null and b/splashold/promo_ds_marketplace.jpg differ diff --git a/splashold/promo_ds_marketplace.jpg.LCK b/splashold/promo_ds_marketplace.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_ds_marketplace.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_marketplacelogo.jpg b/splashold/promo_marketplacelogo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..900e6d5ba098430ff18a46a6daa791d7f724f952 Binary files /dev/null and b/splashold/promo_marketplacelogo.jpg differ diff --git a/splashold/promo_marketplacelogo.jpg.LCK b/splashold/promo_marketplacelogo.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_marketplacelogo.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_so.jpg b/splashold/promo_so.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b3734133f19986d50540137a447c35a4580d9ce Binary files /dev/null and b/splashold/promo_so.jpg differ diff --git a/splashold/promo_so.jpg.LCK b/splashold/promo_so.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_so.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_suh.jpg b/splashold/promo_suh.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f448901dc57fca42d771156d755860bf158d05d0 Binary files /dev/null and b/splashold/promo_suh.jpg differ diff --git a/splashold/promo_unltoday.html b/splashold/promo_unltoday.html new file mode 100644 index 0000000000000000000000000000000000000000..c2d502c900e5d5e43eaea5c89aa758e7f49d322d --- /dev/null +++ b/splashold/promo_unltoday.html @@ -0,0 +1 @@ +<p style="position:absolute;width:400px;top:314px;left:10px; color:#FFF">The University of Nebraska State Museum will open its third annual "Wildlife and Nature" amateur photography exhibit July 1. Read more on <a href="http://www.unl.edu/ucomm/unltoday" title="read more on UNL Today" style="color:#FFC;">UNL Today</a>.</p> diff --git a/splashold/promo_unltoday.html.LCK b/splashold/promo_unltoday.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_unltoday.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_unltoday.jpg b/splashold/promo_unltoday.jpg new file mode 100644 index 0000000000000000000000000000000000000000..674b3e08d6c73394d3b0c22a9736825ff2be0381 Binary files /dev/null and b/splashold/promo_unltoday.jpg differ diff --git a/splashold/promo_unltoday.jpg.LCK b/splashold/promo_unltoday.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_unltoday.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_unltoday_test.html b/splashold/promo_unltoday_test.html new file mode 100644 index 0000000000000000000000000000000000000000..ee904072ac0dd356312df3a7ac459172a7252274 --- /dev/null +++ b/splashold/promo_unltoday_test.html @@ -0,0 +1 @@ +<p style="position:absolute;width:240px;top:10px;left:10px; padding:5px;">The university is hosting guests from around the world for the 2011 Water for Food conference, which started May 1 and runs through May 4.<br />Read more on <a href="http://www.unl.edu/ucomm/unltoday" title="read more on UNL Today">UNL Today</a>.</p> diff --git a/splashold/promo_unltoday_test.html.LCK b/splashold/promo_unltoday_test.html.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_unltoday_test.html.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/promo_unltoday_test.jpg b/splashold/promo_unltoday_test.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bfc514d544bc92d6ce50b9557d0e786ecf857ed9 Binary files /dev/null and b/splashold/promo_unltoday_test.jpg differ diff --git a/splashold/promo_unltoday_test.jpg.LCK b/splashold/promo_unltoday_test.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/promo_unltoday_test.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/rosalie.shtml b/splashold/rosalie.shtml new file mode 100644 index 0000000000000000000000000000000000000000..0f034b7b5fc22ac9e1e57e79680f45c4fe0e61f0 --- /dev/null +++ b/splashold/rosalie.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Rosalie A. Torres Stone Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Rosalie A. Torres Stone Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Rosalie A. Torres Stone</h1> <h2>Teaching and Mentoring</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/rosalie.jpg" alt="Rosalie A. Torres Stone"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Rosalie A. Torres Stone</h4> <p> Rosalie A. Torres Stone's research on Latino/a Sociology examines labor market inequality, acculturation and substance use, including health disparities and mental health. Her primary area of research focuses on earnings inequality with a comparative focus on the Puerto Rican, Cuban and Mexican origin populations in the U.S. Her second area of research focuses on substance use and mental health among Latino youth and adults. She is a member of the Latino Research Initiative and of the Alliance on Children, Youth, Families and Schools at the University of Nebraska.</p> <p> Her passion for sociology and social research is also evident in her strong commitment to teaching and mentoring both graduate and undergraduate students. She teaches Family Diversity, Marriage and Family, and Social Stratification, and assists with the Undergraduate Sociology Association.</p> <p> "I teach students that inequality and family diversity are not simply a result of personal choice," she said. "Students learn key concepts and structural explanations for class inequality and family diversity. To facilitate this learning process, I encourage a safe and open environment in which students are free to express their opinions. I also facilitate community outreach by inviting guest lecturers from various university and community organizations to speak to campus-wide events and my classes."</p> <p> Her efforts to create an open, positive classroom environment have clearly paid off; Rosalie won a College of Arts and Sciences Distinguished Teaching Award this year. </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.unl.edu/unlsoc/" title="University of Nebraska-Lincoln Department of Sociology">Dept. Of Sociology</a></li> <li><a href="http://www.unl.edu/lri/index.htm" title="University of Nebraska Latino Research Initiative">Latino Research Initiative</a></li> <li><a href="http://www.cyfs.unl.edu/home.html" title="University of Nebraska Alliance on Children, Youth, Families and Schools">Alliance on Children, Youth, Families and Schools</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/sarah.shtml b/splashold/sarah.shtml new file mode 100644 index 0000000000000000000000000000000000000000..231cde36d04df14c7560eaeda31e6d0659b454a3 --- /dev/null +++ b/splashold/sarah.shtml @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Sarah Pavan Feature Story</title> <!-- InstanceEndEditable --> <!-- Codebase:UNLFramework 20071011 --> <link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> <link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> <!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> </head> <body id="fixed"> <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> <div id="red-header"> <div class="clear"> <h1>University of Nebraska–Lincoln</h1> <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Sarah Pavan Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> </div> </div> <!-- close red-header --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> <div id="container"> <div class="clear"> <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> <div id="titlegraphic"> <!-- WDN: see glossary item 'title graphics' --> <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Sarah Pavan</h1> <h2>Standout Student</h2> <!-- InstanceEndEditable --></div> <!-- maintitle --> </div> <!-- close title --> <div id="navigation"> <h4 id="sec_nav">Navigation</h4> <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> <div id="nav_end"></div> <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> <!-- WDN: see glossary item 'sidebar links' --> <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> </div> <!-- close navigation --> <div id="main_right" class="mainwrapper"> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <div id="maincontent"> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/sarah.jpg" alt="Sarah Pavan" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Sarah Pavan</h4> <p> University of Nebraska All-American volleyball player Sarah Pavan has the kind of career most athletes can only dream of. In July, she was selected 2006-07 Big 12 Conference Female Athlete of the Year. It was her second major award in two weeks. The Kitchener, Ontario, native was also named 2006-07 Collegiate Woman Athlete of the Year, for which she was awarded the Honda-Broderick Cup. The award not only recognizes outstanding athletic achievement but team contributions, scholastics and community involvement as well.</p> <p> "I was so surprised to find out that I had won the Honda-Broderick Cup," said Pavan. "Growing up, I watched Mia Hamm and Rebecca Lobo, and to be grouped with them is amazing! These are huge names in women's athletics, and I’m humbled to be in the same category. I always work extremely hard, but my coaches and my teammates have also helped make me the best I can be. This is a great award for me, for the school and for the sport of volleyball."</p> <p> The deluge of recognition wasn't quite over for Pavan, though. A week after winning the Cup, she was selected for yet another distinction: she was named 2006-07 ESPN The Magazine's Academic All-American of the Year.</p> <p> During her junior year at UNL, Pavan led the Huskers to a 33-1 record, as well as the school's third national title and the team's #1 NCAA ranking for the entire season. She was named the 2006 NCAA Championship Most Outstanding Player and the 2006 AVCA National Player of the Year.</p> <p> Pavan is as much an academic standout as she is a volleyball superstar. She maintains a 4.00 GPA in biochemistry and was named ESPN: The Magazine's 2006 Academic All-American of the Year. She is also active in the Huskers' Life Skills program, serving as a speaker on the program's Tour of Excellence. Last spring, she delivered the keynote address for the School is Cool Jam, where she spoke to 2,300 eighth graders about dreaming big and setting high goals.</p> <p> Commenting on balancing her athletics and academics, Pavan said: "I'm a perfectionist, and I expect nothing but the best in everything I do, both in volleyball and in school. I learned at a really young age how to prioritize my time. I'm also very interested in biochemistry, so it comes easier to me than to most people."</p> <p> After college, Pavan plans to continue playing volleyball overseas for as long as she can. She would then like to move back to Nebraska and attend medical school.</p> </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://biochem.unl.edu/" title="go to the Department of Biochemistry website">Department of Biochemistry</a></li> <li><a href="http://www.huskers.com/">Huskers.com</a></li> </ul> </div> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> </div> </div> <!-- close main right --> </div> </div> <!-- close container --> <div id="footer"> <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> <ul> <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> </ul> <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> </div> </div> <!-- close footer --> <!-- sifr --> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> </body> <!-- InstanceEnd --></html> \ No newline at end of file diff --git a/splashold/sarah.shtml.LCK b/splashold/sarah.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/sarah.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/splash.js b/splashold/splash.js new file mode 100644 index 0000000000000000000000000000000000000000..bfb514e690eada0723b32be38ab49628b2a544eb --- /dev/null +++ b/splashold/splash.js @@ -0,0 +1,50 @@ +function formatBlogDate(theDate) { + splitDates = theDate.split(" "); + //theDate = "<span class=\"month\">" + splitDates[2] + "</span> <span class=\"day\">" + splitDates[1] + "</span>"; + theDate = "Release date: " + splitDates[2] + " " +splitDates[1] + ""; + return theDate; + } + +function showBlogPosts(data) { + WDN.jQuery('#news_headlines').html('<ul id="the_headlines"></ul>'); + for(var i=0; i<3; i++) { + if (i == 1 | i==3 | i==5) { + WDN.jQuery("ul#the_headlines").append("<li><a href='"+data.query.results.item[i].link+"'>"+data.query.results.item[i].title+"</a><br /><span>"+formatBlogDate(data.query.results.item[i].pubDate)+"</span></li>"); + } else { + WDN.jQuery("ul#the_headlines").append("<li><a href='"+data.query.results.item[i].link+"'>"+data.query.results.item[i].title+"</a><br /><span>"+formatBlogDate(data.query.results.item[i].pubDate)+"</span></li>"); + } + } +} +var my_calurl = "http://events.unl.edu/?upcoming&format=hcalendar&limit=7"; +WDN.get(my_calurl, null, function(content) { + WDN.jQuery(document).ready( function() { + WDN.jQuery('#splash_calendar').hide().html(content); + WDN.jQuery('#splash_calendar abbr').each( + function() { + // Convert the date and time into something we want. + var eventdate = WDN.jQuery(this).html(); + var month,day,time = ''; + var xp = new RegExp(/[A-Za-z]{3,3}/); + if (xp.test(eventdate)) month = '<span class="month">'+xp.exec(eventdate)+'</span>'; + eventdate.replace(xp.exec(eventdate),''); + xp = new RegExp(/[\d]+:[\d]+\s?[a,p]m/); + if (xp.test(eventdate)) time = '<span class="time">'+xp.exec(eventdate)+'</span>'; + time = time.replace('0 ','0'); + xp = new RegExp(/([\d]{1,2})[a-z]{2}/); + if (xp.test(eventdate)) day = '<span class="day">'+xp.exec(eventdate)[1]+'</span>'; + WDN.jQuery(this).replaceWith('<div>'+month+' '+day+' '+time+'</div>'); + }); + WDN.jQuery('#splash_calendar').show(); + }); + }); +WDN.jQuery(document).ready(function(){ + //starts the splash rotator on page ready + //splashRotate(number of headlines, speed in milliseconds 4 sec=4000); + WDN.splash_poster.initialize(); + newRandomPromo('http://www.unl.edu/ucomm/splash/promo.xml'); +}); + +function playerReady(obj) { + var player = document.getElementById(obj['id']); + player.addControllerListener("ITEM", "WDN.splash_poster.stopPanelRotation"); +}; \ No newline at end of file diff --git a/splashold/splash.js.LCK b/splashold/splash.js.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/splash.js.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/stephen.shtml b/splashold/stephen.shtml new file mode 100644 index 0000000000000000000000000000000000000000..b9c28ceeea91fc6885778e520cb55e770c87274c --- /dev/null +++ b/splashold/stephen.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Prof. Michael James Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Prof. Stephen Baenziger Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Prof. Stephen Baenziger</h1> <h2>Harnessing Genetic Technologies</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/steve.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>P. Stephen Baenziger</h4> <h3>Eugene W. Price Distinguished Professor, Small Grains Breeding and Genetics</h3> <p>He’s one of the best-known researchers in wheat breeding, and devoted to improving plant yields to feed more of the world’s growing population.</p> <p> Better yield is a perennial, sometimes elusive goal for farmers and plant breeders. But Steve Baenziger has worked to lead research efforts at UNL and across the nation and beyond, to develop cereal crop varieties that will show up on food tables throughout the world.</p> <p> Just recently, UNL wheat breeders and geneticists became part of a national scientific team receiving a $5 million grant to harness genetic technologies to improve U.S. wheat quality and disease resistance.</p> <p> Results of this collaborative effort will change how wheat breeding is done and ultimately help increase U.S. wheat global competitiveness and production efficiency. The four-year effort aims to implement new molecular technologies called Marker Assisted Selection. Markers are genes or DNA segments that serve as molecular signposts, pinpointing a specific spot on wheat's genetic map.</p> <p> "We still don't understand the genetics of many of the traits we work with in wheat. In this research, we are going to develop the tools to identify important genes that control traits such as pest resistance or factors that influence yield so we can use them to breed improved wheats."</p> <p> Over the past 40 years, researchers like Baenziger at the University of Nebraska, together with the U.S. Department of Agriculture-Agricultural Research Service wheat-breeding team, have helped boost the state’s annual wheat yields by 19 percent. Today, Nebraska wheat growers can feed nearly 5 million more people each year than they were able to on the same acreage in the 1960s. Based on yield alone, these improved wheat varieties are worth an additional $31 million to $37 million annually to Nebraska producers. </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://agronomy.unl.edu/index.htm" title="Department of Agronomy & Horticulture">Department of Agronomy & Horticulture</a></li> <li><a href="http://agronomy.unl.edu/grain/" title="P. Stephen Baenziger's Small Grains Breeding website">Small Grains Breeding</a></li> <li><a href="http://www.ianr.unl.edu/" title="Institute of Agriculture and Natural Resources">Institute of Agriculture and Natural Resources</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/steve.shtml b/splashold/steve.shtml new file mode 100644 index 0000000000000000000000000000000000000000..5134ee632ac8bcb42ac9a7b84d40b124c11e5f3c --- /dev/null +++ b/splashold/steve.shtml @@ -0,0 +1,141 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Prof. Stephen Baenziger Feature Story</title> +<!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> +<script type="text/javascript"> +var navl2Links = 0; //Default navline2 links to display (zero based counting) +</script> +<!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Prof. Stephen Baenziger Feature Story</li> + </ul> + <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Prof. Stephen Baenziger</h1> + <h2>Harnessing Genetic Technologies</h2> + <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> + <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> + <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> + </div> + <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="image_large"><img src="images/steve.jpg" alt="main content image"/></div> + <div class="two_col left"> +<div class="zenboxfeature" style="padding:10px"> + <h4>P. Stephen Baenziger</h4> + <h3>Eugene W. Price Distinguished Professor, Small Grains Breeding and Genetics</h3> + <p>He's one of the best-known researchers in wheat breeding, and devoted to improving plant yields to feed more of the world's growing population.</p> +<p> +Better yield is a perennial, sometimes elusive goal for farmers and plant breeders. But Steve Baenziger has worked to lead research efforts at UNL and across the nation and beyond, to develop cereal crop varieties that will show up on food tables throughout the world.</p> +<p> +Just recently, UNL wheat breeders and geneticists became part of a national scientific team receiving a $5 million grant to harness genetic technologies to improve U.S. wheat quality and disease resistance.</p> +<p> +Results of this collaborative effort will change how wheat breeding is done and ultimately help increase U.S. wheat global competitiveness and production efficiency. The four-year effort aims to implement new molecular technologies called Marker Assisted Selection. Markers are genes or DNA segments that serve as molecular signposts, pinpointing a specific spot on wheat's genetic map.</p> +<p> +"We still don't understand the genetics of many of the traits we work with in wheat. In this research, we are going to develop the tools to identify important genes that control traits such as pest resistance or factors that influence yield so we can use them to breed improved wheats."</p> +<p> +Over the past 40 years, researchers like Baenziger at the University of Nebraska, together with the U.S. Department of Agriculture-Agricultural Research Service wheat-breeding team, have helped boost the state's annual wheat yields by 19 percent. Today, Nebraska wheat growers can feed nearly 5 million more people each year than they were able to on the same acreage in the 1960s. Based on yield alone, these improved wheat varieties are worth an additional $31 million to $37 million annually to Nebraska producers. +</p> +</div> + +</div> + +<div class="col right"> +<h3>Related Links</h3> +<ul> +<li><a href="http://agronomy.unl.edu/index.htm" title="Department of Agronomy & Horticulture">Department of Agronomy & Horticulture</a></li> +<li><a href="http://agronomy.unl.edu/grain/" title="P. Stephen Baenziger's Small Grains Breeding website">Small Grains Breeding</a></li> +<li><a href="http://www.ianr.unl.edu/" title="Institute of Agriculture and Natural Resources">Institute of Agriculture and Natural Resources</a></li> +</ul> +</div> + + <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/story.xml b/splashold/story.xml new file mode 100644 index 0000000000000000000000000000000000000000..2dadcd43b98c5ef7591660c31d61f5e258ed6624 --- /dev/null +++ b/splashold/story.xml @@ -0,0 +1,75 @@ +<?xml version="1.0" ?> +<random> + <story> + <name>Dummy nodes to counter random number generator zero bug</name> + <permalink>Dummy nodes to counter random number generator zero bug</permalink> + </story> + <story> + <name>Nanorings</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story6.htm</permalink> + </story> + <story> + <name>Biochem</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story13.htm</permalink> + </story> + <story> + <name>Microbiology</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story15.htm</permalink> + </story> + <story> + <name>Safety</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story16.htm</permalink> + </story> + <story> + <name>Diocles</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story17.htm</permalink> + </story> + <story> + <name>Teaching</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story18.htm</permalink> + </story> + <story> + <name>Digital</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story25.htm</permalink> + </story> + <story> + <name>International</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story28.htm</permalink> + </story> + <story> + <name>Politics</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story30.htm</permalink> + </story> + <story> + <name>Renaissance</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story31.htm</permalink> + </story> + <story> + <name>Economics</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story34.htm</permalink> + </story> + <story> + <name>Energy</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story35.htm</permalink> + </story> + <story> + <name>Fulbright</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story36.htm</permalink> + </story> + <story> + <name>Fulbright</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story37.htm</permalink> + </story> + <story> + <name>Space</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story38.htm</permalink> + </story> + <story> + <name>Tornado</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story39.htm</permalink> + </story> + <story> + <name>NASA</name> + <permalink>http://www.unl.edu/ucomm/splash/story/story40.htm</permalink> + </story> +</random> \ No newline at end of file diff --git a/splashold/story.xml.LCK b/splashold/story.xml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story.xml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/alexandra.jpg b/splashold/story/images/alexandra.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6346b4db14bfcfbbd5b0a813ce1db08c8d20f9f Binary files /dev/null and b/splashold/story/images/alexandra.jpg differ diff --git a/splashold/story/images/amanda.jpg b/splashold/story/images/amanda.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed1c1b83da58d43cf0b9549c5fc4fb0ccae0d10c Binary files /dev/null and b/splashold/story/images/amanda.jpg differ diff --git a/splashold/story/images/amanda.jpg.LCK b/splashold/story/images/amanda.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/amanda.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/andrew.jpg b/splashold/story/images/andrew.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dc9051fae5ce4b3ea629a007e10cf5dc17f6763 Binary files /dev/null and b/splashold/story/images/andrew.jpg differ diff --git a/splashold/story/images/andrewm.jpg b/splashold/story/images/andrewm.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70706974d3bc5144757805b4492e39b0801aa33a Binary files /dev/null and b/splashold/story/images/andrewm.jpg differ diff --git a/splashold/story/images/andrewm.jpg.LCK b/splashold/story/images/andrewm.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/andrewm.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/anna.jpg b/splashold/story/images/anna.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c58e0a9597229d29e7a67c865c22f724ce0a330 Binary files /dev/null and b/splashold/story/images/anna.jpg differ diff --git a/splashold/story/images/baenziger.jpg b/splashold/story/images/baenziger.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41012508cdcf95f0d9aa35c0b19f6d9bf8c26a88 Binary files /dev/null and b/splashold/story/images/baenziger.jpg differ diff --git a/splashold/story/images/brittany.jpg b/splashold/story/images/brittany.jpg new file mode 100644 index 0000000000000000000000000000000000000000..588f9bc44a26bf31e5290447a9164e8ed391a8db Binary files /dev/null and b/splashold/story/images/brittany.jpg differ diff --git a/splashold/story/images/brittany.jpg.LCK b/splashold/story/images/brittany.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/brittany.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/cathy.jpg b/splashold/story/images/cathy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bef34d02fb7263f56961e477696d3e3dfcdc184f Binary files /dev/null and b/splashold/story/images/cathy.jpg differ diff --git a/splashold/story/images/cathy.jpg.LCK b/splashold/story/images/cathy.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/cathy.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/david.jpg b/splashold/story/images/david.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a29552fbfec282af73829b21146227db00d31adf Binary files /dev/null and b/splashold/story/images/david.jpg differ diff --git a/splashold/story/images/david.jpg.LCK b/splashold/story/images/david.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/david.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/dean.jpg b/splashold/story/images/dean.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c358e1dac232536738fa996525926ee84ee44129 Binary files /dev/null and b/splashold/story/images/dean.jpg differ diff --git a/splashold/story/images/diocles.jpg b/splashold/story/images/diocles.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da308287c1669408a7ca7367c3834ce651f66c25 Binary files /dev/null and b/splashold/story/images/diocles.jpg differ diff --git a/splashold/story/images/eddie.jpg b/splashold/story/images/eddie.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c6dd61abe28de351268fd4799319602faa66afc Binary files /dev/null and b/splashold/story/images/eddie.jpg differ diff --git a/splashold/story/images/energyscience.jpg b/splashold/story/images/energyscience.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36b36615c83d48a71224a24bb7dc2f0d85b7cd14 Binary files /dev/null and b/splashold/story/images/energyscience.jpg differ diff --git a/splashold/story/images/energyscience.jpg.LCK b/splashold/story/images/energyscience.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/energyscience.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/frans.jpg b/splashold/story/images/frans.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e772e3c04a195fea8a2790c3fbb853dea46367c1 Binary files /dev/null and b/splashold/story/images/frans.jpg differ diff --git a/splashold/story/images/frans.jpg.LCK b/splashold/story/images/frans.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/frans.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/jake.jpg b/splashold/story/images/jake.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53f7b93e2d6dc3620e962107f9ceef27fb94105e Binary files /dev/null and b/splashold/story/images/jake.jpg differ diff --git a/splashold/story/images/jalele.jpg b/splashold/story/images/jalele.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ae7c0b1ac63b98b6352ee7d2b0b8b9e52e07338 Binary files /dev/null and b/splashold/story/images/jalele.jpg differ diff --git a/splashold/story/images/jalele.jpg.LCK b/splashold/story/images/jalele.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/jalele.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/james.jpg b/splashold/story/images/james.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d266ebc1dce9917cf5aae37f2de3d7773edca68c Binary files /dev/null and b/splashold/story/images/james.jpg differ diff --git a/splashold/story/images/jay.jpg b/splashold/story/images/jay.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbc70fc240eb9a79d5f6ace95ec5e1f188ebab47 Binary files /dev/null and b/splashold/story/images/jay.jpg differ diff --git a/splashold/story/images/jeremy.jpg b/splashold/story/images/jeremy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f1b4bb569b1ec1696f46648dcd3434b3d21e969 Binary files /dev/null and b/splashold/story/images/jeremy.jpg differ diff --git a/splashold/story/images/jeremy.jpg.LCK b/splashold/story/images/jeremy.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/jeremy.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/john.jpg b/splashold/story/images/john.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e6c31d82ec932e9f114502d480abdfe57d37862 Binary files /dev/null and b/splashold/story/images/john.jpg differ diff --git a/splashold/story/images/john.jpg.LCK b/splashold/story/images/john.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/john.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/kenneth.jpg b/splashold/story/images/kenneth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3d8efbfe80799b3ca98b13f2977eb94321b92a2 Binary files /dev/null and b/splashold/story/images/kenneth.jpg differ diff --git a/splashold/story/images/kevin.jpg b/splashold/story/images/kevin.jpg new file mode 100644 index 0000000000000000000000000000000000000000..888e81a354f9f3365b791f63857ab48be363990e Binary files /dev/null and b/splashold/story/images/kevin.jpg differ diff --git a/splashold/story/images/lance.jpg b/splashold/story/images/lance.jpg new file mode 100644 index 0000000000000000000000000000000000000000..143268b6a97b4def648a5cb2096d12f82afc7bb6 Binary files /dev/null and b/splashold/story/images/lance.jpg differ diff --git a/splashold/story/images/leonardo.jpg b/splashold/story/images/leonardo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed2b1f9833b2554ff0e778ef1e4b65707c9b14c2 Binary files /dev/null and b/splashold/story/images/leonardo.jpg differ diff --git a/splashold/story/images/lindsay.jpg b/splashold/story/images/lindsay.jpg new file mode 100644 index 0000000000000000000000000000000000000000..214bfe3afd54304e5091639cdb13ee1e5832a4c6 Binary files /dev/null and b/splashold/story/images/lindsay.jpg differ diff --git a/splashold/story/images/lindsay.jpg.LCK b/splashold/story/images/lindsay.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/lindsay.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/maureen.jpg b/splashold/story/images/maureen.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80cbe84be6cf19e85eaf1e812753be5f20a3676f Binary files /dev/null and b/splashold/story/images/maureen.jpg differ diff --git a/splashold/story/images/megan.jpg b/splashold/story/images/megan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c9a288e726b3255eddc4a176f9113adda607139b Binary files /dev/null and b/splashold/story/images/megan.jpg differ diff --git a/splashold/story/images/michaeld.jpg b/splashold/story/images/michaeld.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36740a8cc922275a9dfd1dcbf33a1cbec9b40010 Binary files /dev/null and b/splashold/story/images/michaeld.jpg differ diff --git a/splashold/story/images/ntheknow.jpg b/splashold/story/images/ntheknow.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff9848cdfebcc88abe8f702abe376f654bedbfd1 Binary files /dev/null and b/splashold/story/images/ntheknow.jpg differ diff --git a/splashold/story/images/ntheknow.jpg.LCK b/splashold/story/images/ntheknow.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/ntheknow.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/ntheknow2.jpg b/splashold/story/images/ntheknow2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa79b9f444ba7b86de006d7fab584a648aa58b0c Binary files /dev/null and b/splashold/story/images/ntheknow2.jpg differ diff --git a/splashold/story/images/ntheknow2.jpg.LCK b/splashold/story/images/ntheknow2.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/ntheknow2.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/ntheknow3.jpg b/splashold/story/images/ntheknow3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5236767f4fc59031d325f915a44af97fb7237ed4 Binary files /dev/null and b/splashold/story/images/ntheknow3.jpg differ diff --git a/splashold/story/images/ntheknow3.jpg.LCK b/splashold/story/images/ntheknow3.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/ntheknow3.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/ntheknow_houston.jpg b/splashold/story/images/ntheknow_houston.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0cc40c7e14887ffbf2190ecd5503984725d31722 Binary files /dev/null and b/splashold/story/images/ntheknow_houston.jpg differ diff --git a/splashold/story/images/ntheknow_houston.jpg.LCK b/splashold/story/images/ntheknow_houston.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/ntheknow_houston.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/oyekan.jpg b/splashold/story/images/oyekan.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4241ab2372cd2d282f242b1044f46b0b8b49ac5 Binary files /dev/null and b/splashold/story/images/oyekan.jpg differ diff --git a/splashold/story/images/rosalie.jpg b/splashold/story/images/rosalie.jpg new file mode 100644 index 0000000000000000000000000000000000000000..776de27fc757f47a5a9b268244c74c070a933d83 Binary files /dev/null and b/splashold/story/images/rosalie.jpg differ diff --git a/splashold/story/images/sarah.jpg b/splashold/story/images/sarah.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0acab35f0c4221548a1adf46673c171d3f495ec3 Binary files /dev/null and b/splashold/story/images/sarah.jpg differ diff --git a/splashold/story/images/steve.jpg b/splashold/story/images/steve.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41012508cdcf95f0d9aa35c0b19f6d9bf8c26a88 Binary files /dev/null and b/splashold/story/images/steve.jpg differ diff --git a/splashold/story/images/sylvia.jpg b/splashold/story/images/sylvia.jpg new file mode 100644 index 0000000000000000000000000000000000000000..95c24e2e4a0e62b83d9f63dfff44f019f387ab55 Binary files /dev/null and b/splashold/story/images/sylvia.jpg differ diff --git a/splashold/story/images/tariqua.jpg b/splashold/story/images/tariqua.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d93045d65a43c610333792d1a62fa154fb9804d Binary files /dev/null and b/splashold/story/images/tariqua.jpg differ diff --git a/splashold/story/images/vietnam.jpg b/splashold/story/images/vietnam.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5d49dbec792e855cc94baed620c4ff1dd8faf23 Binary files /dev/null and b/splashold/story/images/vietnam.jpg differ diff --git a/splashold/story/images/volleyball.jpg b/splashold/story/images/volleyball.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96649786a12bd010f7fb2798590e101c38c7db0d Binary files /dev/null and b/splashold/story/images/volleyball.jpg differ diff --git a/splashold/story/images/will.jpg b/splashold/story/images/will.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b42e5cce0453d5f896dab39c04f6502ed5a145c Binary files /dev/null and b/splashold/story/images/will.jpg differ diff --git a/splashold/story/images/will.jpg.LCK b/splashold/story/images/will.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/images/will.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/images/xiao.jpg b/splashold/story/images/xiao.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6650e91b74121ddfedc346f608ddeb1e6bd592b9 Binary files /dev/null and b/splashold/story/images/xiao.jpg differ diff --git a/splashold/story/maureen.htm b/splashold/story/maureen.htm new file mode 100644 index 0000000000000000000000000000000000000000..c0a3182d5f16f34cc28bc40295723959d7f22dcd --- /dev/null +++ b/splashold/story/maureen.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Examining Social Change Around the World</h1> <h2>Vietnam Study Abroad Trip</h2> <p> Political science professor Patrice McMahon wants her students to witness the power of individual activism first-hand. </p> <p> <a href="/ucomm/splash/vietnam.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/vietnam.jpg" alt="Vietnam Study Abroad Trip" /></p></div> \ No newline at end of file diff --git a/splashold/story/story1.htm b/splashold/story/story1.htm new file mode 100644 index 0000000000000000000000000000000000000000..a95fcb28d4636bb00721dcc7653ccc18fe8686e0 --- /dev/null +++ b/splashold/story/story1.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Breeding and Genetics</h1> <h2>Prof. Stephen Baenziger</h2> <p> Steve has worked to lead research efforts at UNL and across the nation and beyond, to develop cereal crop varieties that will show up on food tables throughout the world. </p> <p> <a href="/ucomm/splash/steve.shtml" title="click to read full article">click to read full article ></a></p> </div><p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/steve.jpg" alt="P. Stephen Baenziger" /></p></div> \ No newline at end of file diff --git a/splashold/story/story10.htm b/splashold/story/story10.htm new file mode 100644 index 0000000000000000000000000000000000000000..b73072c9449b5c88421ec306f90cf82041375a99 --- /dev/null +++ b/splashold/story/story10.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Documenting ANDRILL</h1> <h2>Megan Berg</h2> <p>As a media specialist for ANDRILL, UNL junior Megan Berg recorded the daily routines of an international team of more than 200 scientists, students, and educators, including members of the ANDRILL Science Management Team, which is housed at UNL.</p> <p> <a href="/ucomm/splash/megan.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/megan.jpg" alt="Megan Berg" /></p></div> \ No newline at end of file diff --git a/splashold/story/story11.htm b/splashold/story/story11.htm new file mode 100644 index 0000000000000000000000000000000000000000..03a0d0640336de7144685203a538b5e56bd0b384 --- /dev/null +++ b/splashold/story/story11.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>National Champions</h1> <h2>Husker Volleyball</h2> <p>Holiday celebration came early for the UNL women's volleyball team which defeated Stanford for its third NCAA Div. I Women's Volleyball Championship Dec. 16. The match drew a record-breaking crowd to Omaha's Qwest Center, and capped a spectacular season for the Huskers.</p> <p> <a href="/ucomm/splash/volleyball.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/volleyball.jpg" alt="Husker Volleyball" /></p></div> \ No newline at end of file diff --git a/splashold/story/story12.htm b/splashold/story/story12.htm new file mode 100644 index 0000000000000000000000000000000000000000..206e7bf356a673499cd566d91e59bff6af0d26cc --- /dev/null +++ b/splashold/story/story12.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Poetry In Motion</h1> <h2>Leonardo Lebas</h2> <p>The Buenos Aires native, who is working on his doctorate of musical arts at UNL, has received a prestigious UNESCO-Aschberg fellowship, which will take him to Mexico for three months this spring. While there, he will compose original pieces based on a collection of Mexican poems.</p> <p> <a href="/ucomm/splash/leonardo.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/leonardo.jpg" alt="Leonardo Lebas" /></p></div> \ No newline at end of file diff --git a/splashold/story/story13.htm b/splashold/story/story13.htm new file mode 100644 index 0000000000000000000000000000000000000000..e33af23af4a4e2e1b882d9d365e4f3da783da27b --- /dev/null +++ b/splashold/story/story13.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Researching Possibilities</h1> <h2>Kenneth Shum</h2> <p>In a few years, Lincoln native Ken Shum plans to be a doctor and researcher focused on controlling drug resistant diseases in developing countries. In the meantime, he is taking full advantage of research opportunities available to him as an undergraduate at UNL.</p> <p> <a href="/ucomm/splash/kenneth.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/kenneth.jpg" alt="Kenneth Shum" /></p></div> \ No newline at end of file diff --git a/splashold/story/story14.htm b/splashold/story/story14.htm new file mode 100644 index 0000000000000000000000000000000000000000..9d27829861abea1fcd7d5718996d92372f071806 --- /dev/null +++ b/splashold/story/story14.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Standout Student</h1> <h2>Sarah Pavan</h2> <p>University of Nebraska All-American volleyball player Sarah Pavan has the kind of career most athletes can only dream of. In July, she was selected 2006-07 Big 12 Conference Female Athlete of the Year. The Kitchener, Ontario, native was also named 2006-07 Collegiate Woman Athlete of the Year, for which she was awarded the Honda-Broderick Cup.</p> <p> <a href="/ucomm/splash/sarah.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/sarah.jpg" alt="Sarah Pavan" /></p></div> \ No newline at end of file diff --git a/splashold/story/story15.htm b/splashold/story/story15.htm new file mode 100644 index 0000000000000000000000000000000000000000..5dec25a905de3e8c0617d887776b12519ebb2d94 --- /dev/null +++ b/splashold/story/story15.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>From Cedar Point to Samoa</h1> <h2>Jay Keasling</h2> <p>UNL alumnus Jay Keasling didn't set out to change the world. But he just might.</p> <p> <a href="/ucomm/splash/jay.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/jay.jpg" alt="Jay Keasling" /></p></div> \ No newline at end of file diff --git a/splashold/story/story16.htm b/splashold/story/story16.htm new file mode 100644 index 0000000000000000000000000000000000000000..f497e2e5f13f390234b5d4643a01537af3657214 --- /dev/null +++ b/splashold/story/story16.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Impacting Safety</h1> <h2>Dean Sicking</h2> <p>Even before NASCAR legend Dale Earnhardt lost his life at Daytona 500, the racing industry had tabbed UNL professor Dean Sicking and the Midwest Roadside Safety Facility to help them engineer safer racetrack barriers.</p> <p> <a href="/ucomm/splash/dean.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/dean.jpg" alt="Dean Sicking" /></p></div> \ No newline at end of file diff --git a/splashold/story/story17.htm b/splashold/story/story17.htm new file mode 100644 index 0000000000000000000000000000000000000000..1e9813dcebccf701206325b5392d2720fac324cc --- /dev/null +++ b/splashold/story/story17.htm @@ -0,0 +1,8 @@ +<div id="mainstory"><div id="feature_story"> + <h1>Extreme Light</h1> + <h2>Diocles Laser Team</h2> + <p>It's hard to imagine more stimulating circumstances in which to work than those created by physics and astronomy professor Don Umstadter and his research team. Last fall, they unveiled UNL's Extreme Light Laboratory and the Diocles Laser, which harnesses more power than 100,000 Hoover Dams, and can "see through" four-inch-thick steel.</p> + + <p> <a href="/ucomm/splash/diocles.shtml" title="full article">click to read full article ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/diocles.jpg" alt="Diocles Laser Team" /></p></div> \ No newline at end of file diff --git a/splashold/story/story18.htm b/splashold/story/story18.htm new file mode 100644 index 0000000000000000000000000000000000000000..fb83ef0151afadbdf44b3e0e249da41e4c3a3e18 --- /dev/null +++ b/splashold/story/story18.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Teaching And Creating</h1> <h2>Eddie Dominguez</h2> <p>Eddie Dominguez doesn't distinguish between teaching and creating art. "Teaching for me is like making artwork," said the UNL professor of art and art history. "They're not separate. Teaching is just another way of creating and sharing information; it's another medium for me."</p> <p> <a href="/ucomm/splash/eddie.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/eddie.jpg" alt="Eddie Dominguez" /></p></div> \ No newline at end of file diff --git a/splashold/story/story19.htm b/splashold/story/story19.htm new file mode 100644 index 0000000000000000000000000000000000000000..36ae15784670b9ce813acd8932d6308389c4158b --- /dev/null +++ b/splashold/story/story19.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Antarctica Bound</h1> <h2>Jake Carnes</h2> <p> "I think I might have shrieked," said senior geology major Jake Carnes. "I know I couldn't think or speak clearly for two or three minutes."</p> <p> Carnes' astonishment came from a phone call from UNL geosciences professor David Harwood, who offered Carnes the opportunity of a lifetime.</p> <p> <a href="/ucomm/splash/jake.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/jake.jpg" alt="Jake Carnes" /></p></div> \ No newline at end of file diff --git a/splashold/story/story2.htm b/splashold/story/story2.htm new file mode 100644 index 0000000000000000000000000000000000000000..713b15067ff6e8d06b84abe429a7d77a3ed0ea10 --- /dev/null +++ b/splashold/story/story2.htm @@ -0,0 +1,10 @@ +<div id="mainstory"><div id="feature_story"> +<h1>World-Renowned</h1> +<h2>Prof. Michael James</h2> + +<p>"My work in the classroom and in the studio is driven by a quest to answer questions like 'What if?' and 'Why not?'" says textiles artist and world-renowned quilter Michael James. "Creativity in any domain is propelled by curiosity and a willingness to take risks and to challenge conventions. </p> +<p> +<a href="/ucomm/splash/michael.shtml" title="full article">click to read full article ></a></p> +</div> + +<p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/james.jpg" alt="test" /></p></div> \ No newline at end of file diff --git a/splashold/story/story20.htm b/splashold/story/story20.htm new file mode 100644 index 0000000000000000000000000000000000000000..c0a3182d5f16f34cc28bc40295723959d7f22dcd --- /dev/null +++ b/splashold/story/story20.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Examining Social Change Around the World</h1> <h2>Vietnam Study Abroad Trip</h2> <p> Political science professor Patrice McMahon wants her students to witness the power of individual activism first-hand. </p> <p> <a href="/ucomm/splash/vietnam.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/vietnam.jpg" alt="Vietnam Study Abroad Trip" /></p></div> \ No newline at end of file diff --git a/splashold/story/story21.htm b/splashold/story/story21.htm new file mode 100644 index 0000000000000000000000000000000000000000..0022dd7812868e31a631d0ba50dff0bdcda282af --- /dev/null +++ b/splashold/story/story21.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Championing Women's Voices</h1> <h2>Maureen Honey</h2> <p> Maureen Honey is helping bring to light the writing of "forgotten" poets and activists. </p> <p> <a href="/ucomm/splash/maureen.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/maureen.jpg" alt="Maureen Honey" /></p></div> \ No newline at end of file diff --git a/splashold/story/story22.htm b/splashold/story/story22.htm new file mode 100644 index 0000000000000000000000000000000000000000..6a79468b64bab7ec9b608152a38d21a3f698f778 --- /dev/null +++ b/splashold/story/story22.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Making History Accessible</h1> <h2>Michael Dozler</h2> <p> When he approached the chair of the history department and asked for help finding a research project, senior political science and history major Michael Dozler had no idea that he would end up involved with cutting edge digital archiving. </p> <p> <a href="/ucomm/splash/michaeld.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/michaeld.jpg" alt="Michael Dozler" /></p></div> \ No newline at end of file diff --git a/splashold/story/story22.htm.LCK b/splashold/story/story22.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story22.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story23.htm b/splashold/story/story23.htm new file mode 100644 index 0000000000000000000000000000000000000000..cbc3fa83c4f62355d9a3cfead14f7227ae2ca6a5 --- /dev/null +++ b/splashold/story/story23.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>A Program in the Fore Ground</h1> <h2>Kevin Moberg</h2> <p> Kevin Moberg plays golf several times a week. It's his homework. </p> <p> <a href="/ucomm/splash/kevin.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/kevin.jpg" alt="Kevin Moberg" /></p></div> \ No newline at end of file diff --git a/splashold/story/story23.htm.LCK b/splashold/story/story23.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story23.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story24.htm b/splashold/story/story24.htm new file mode 100644 index 0000000000000000000000000000000000000000..2f48629c9d469a3b5c53ce4f0e51f2509c77844c --- /dev/null +++ b/splashold/story/story24.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Fulbright Scholar</h1> <h2>Alexandra Basolo</h2> <p> Biology professor Alexandra Basolo is about to travel to the birthplace of romantic art to study guppies (and other live-bearing fish). </p> <p> <a href="/ucomm/splash/alexandra.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/alexandra.jpg" alt="Alexandra Basolo" /></p></div> \ No newline at end of file diff --git a/splashold/story/story24.htm.LCK b/splashold/story/story24.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story24.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story25.htm b/splashold/story/story25.htm new file mode 100644 index 0000000000000000000000000000000000000000..c7fffaee70a817235d0c2354812c7f56441aee49 --- /dev/null +++ b/splashold/story/story25.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Digital Humanities</h1> <h2>Will Thomas</h2> <p> The honors keep piling up for history professor Will Thomas. His pioneering work is bringing acclaim to UNL's Center for Digital Research in the Humanities. </p> <p> <a href="/ucomm/splash/will.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/will.jpg" alt="Will Thomas" /></p></div> \ No newline at end of file diff --git a/splashold/story/story25.htm.LCK b/splashold/story/story25.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story25.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story26.htm b/splashold/story/story26.htm new file mode 100644 index 0000000000000000000000000000000000000000..2111e34d3731d9f288c8b7f351cfebacac91ac64 --- /dev/null +++ b/splashold/story/story26.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Storm Chasing</h1> <h2>Jeremy Bower</h2> <p> Long before applying to graduate school at UNL, Jeremy Bower passed through Lincoln on professional storm chasing tours. </p> <p> <a href="/ucomm/splash/jeremy.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/jeremy.jpg" alt="Will Thomas" /></p></div> \ No newline at end of file diff --git a/splashold/story/story26.htm.LCK b/splashold/story/story26.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story26.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story27.htm b/splashold/story/story27.htm new file mode 100644 index 0000000000000000000000000000000000000000..bb02ff74a5b8cba3976e01585133f245dea9f093 --- /dev/null +++ b/splashold/story/story27.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Field Reporting</h1> <h2>Brittany Jones-Cooper</h2> <p> As Nike's first field reporter for the Nikewomen.com Web site, UNL senior Brittany Jones-Cooper has already traveled the country and interviewed sports legends like Magic Johnson, Jackie Joyner-Kersee, Julius Erving and Picabo Street.</p> <p> <a href="/ucomm/splash/brittany.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/brittany.jpg" alt="Brittany Jones-Cooper" /></p></div> \ No newline at end of file diff --git a/splashold/story/story27.htm.LCK b/splashold/story/story27.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story27.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story28.htm b/splashold/story/story28.htm new file mode 100644 index 0000000000000000000000000000000000000000..de8f5380681589067b342dae6a14499c852cadd7 --- /dev/null +++ b/splashold/story/story28.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Jalele Erega Defa</h1> <h2>Across Continents</h2> <p> It's about 7,980 miles from Addis Ababa, Ethiopia, to Lincoln.</p> <p> But for Jalele Erega Defa, Nebraska feels just like home.</p> <p> <a href="/ucomm/splash/jalele.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/jalele.jpg" alt="Jalele Erega Defa" /></p></div> \ No newline at end of file diff --git a/splashold/story/story28.htm.LCK b/splashold/story/story28.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story28.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story29.htm b/splashold/story/story29.htm new file mode 100644 index 0000000000000000000000000000000000000000..f9679230462cf365f42ea8e5be8cb0f1dd38fb5f --- /dev/null +++ b/splashold/story/story29.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Andrew McFeaters</h1> <h2>Finding Buried History</h2> <p> Anthropology graduate student Andrew McFeaters went digging for buried treasure, and this summer, he found it.</p> <p> <a href="/ucomm/splash/andrewm.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/andrewm.jpg" alt="Andrew McFeaters" /></p></div> \ No newline at end of file diff --git a/splashold/story/story29.htm.LCK b/splashold/story/story29.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story29.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story3.htm b/splashold/story/story3.htm new file mode 100644 index 0000000000000000000000000000000000000000..f5ff3efce803a1e2dade85454857f580d38001a0 --- /dev/null +++ b/splashold/story/story3.htm @@ -0,0 +1,10 @@ +<div id="mainstory"><div id="feature_story"> +<h1>Fulbright Scholar</h1> +<h2>Anna Drozda</h2> + +<p>One of seven current or former University of Nebraska-Lincoln students were awarded study-abroad opportunities this year under prestigious Fulbright scholarships, Anna Drozda plans to study at Charles University in Prague in the Czech Republic.</p> +<p> +<a href="/ucomm/splash/anna.shtml" title="full article">click to read full article ></a></p> +</div> + +<p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/anna.jpg" alt="test" /></p></div> \ No newline at end of file diff --git a/splashold/story/story30.htm b/splashold/story/story30.htm new file mode 100644 index 0000000000000000000000000000000000000000..24c0fa7be8bd64a144f4f279b41345faf6bee2f5 --- /dev/null +++ b/splashold/story/story30.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>Amanda Crook</h1> + <h2>Presidents and the Pen</h2> + <p> +A passion for politics runs in Amanda Crook's family.</p> + + <p> <a href="/ucomm/splash/amanda.shtml" title="full article">click to read full article ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/amanda.jpg" alt="Amanda Cook" /></p></div> diff --git a/splashold/story/story30.htm.LCK b/splashold/story/story30.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story30.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story31.htm b/splashold/story/story31.htm new file mode 100644 index 0000000000000000000000000000000000000000..5b6a44e51fb28fdaed46be570099859fb090cd85 --- /dev/null +++ b/splashold/story/story31.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>Lindsay Kerns</h1> + <h2>Renaissance Woman</h2> + <p> +UNL senior Lindsay Kerns knows what men and women dreamt about during the Renaissance-buried treasures, love and romance, extramarital affairs, and political intrigue.</p> + + <p> <a href="/ucomm/splash/lindsay.shtml" title="full article">click to read full article ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/lindsay.jpg" alt="Lindsay Kerns" /></p></div> diff --git a/splashold/story/story31.htm.LCK b/splashold/story/story31.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story31.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story32.htm b/splashold/story/story32.htm new file mode 100644 index 0000000000000000000000000000000000000000..adcb08b05c8c4e6eb466cf5d75b6fb63aeb9973a --- /dev/null +++ b/splashold/story/story32.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>N the Know VIDEO</h1> + <h2>How Can I Lower My Credit Card Debts?</h2> + <p> +Extension Family Economist and Associate Professor with Child, Youth and Family Studies Kathleen Prochaska-Cue discusses the best ways to reduce credit card debt.</p> + + <p> <a href="http://www1.unl.edu/mediahub/media/688" title="full article">click to watch video ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/ntheknow.jpg" alt="N The Know" /></p></div> diff --git a/splashold/story/story32.htm.LCK b/splashold/story/story32.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story32.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story33.htm b/splashold/story/story33.htm new file mode 100644 index 0000000000000000000000000000000000000000..2edc2845ef10c08495c38ccbc12fd3336daef250 --- /dev/null +++ b/splashold/story/story33.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>N the Know VIDEO</h1> + <h2>What is a Recession?</h2> + <p> +David Rosenbaum, professor of economics and associate director of the Jeffrey S. Raikes School at UNL, answers the question, "What is a recession?"</p> + + <p> <a href="http://www1.unl.edu/mediahub/media/560" title="full article">click to watch video ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/ntheknow2.jpg" alt="N The Know" /></p></div> diff --git a/splashold/story/story33.htm.LCK b/splashold/story/story33.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story33.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story34.htm b/splashold/story/story34.htm new file mode 100644 index 0000000000000000000000000000000000000000..432307a9a549f90b8105114c62cbd49f79fed5df --- /dev/null +++ b/splashold/story/story34.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>N the Know VIDEO</h1> + <h2>How Should Families Talk About Tough Economic Times?</h2> + <p> +Kristen Lucas, Assistant Professor of Communication Studies, discusses the best ways to talk to your family about difficult financial times.</p> + + <p> <a href="http://www1.unl.edu/mediahub/media/697" title="full article">click to watch video ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/ntheknow3.jpg" alt="N The Know" /></p></div> diff --git a/splashold/story/story34.htm.LCK b/splashold/story/story34.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story34.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story35.htm b/splashold/story/story35.htm new file mode 100644 index 0000000000000000000000000000000000000000..75fcc82efa8896b0d31f79f53b4b93da3d00ab5d --- /dev/null +++ b/splashold/story/story35.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>Energy Sciences</h1> + <h2>Improving the Quality of Life</h2> + <p> +UNL students and faculty are motivated to help address growing concerns about rising energy and climate change, says Ken Cassman, director of the Nebraska Center for Energy Sciences Research.</p> + + <p> <a href="/ucomm/splash/energyscience.shtml" title="full article">click to read more ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/energyscience.jpg" alt="Energy Sciences" /></p></div> diff --git a/splashold/story/story35.htm.LCK b/splashold/story/story35.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story35.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story36.htm b/splashold/story/story36.htm new file mode 100644 index 0000000000000000000000000000000000000000..17c3c04e55b5c50a085f7d49eec897766e27f33a --- /dev/null +++ b/splashold/story/story36.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>David Forsythe</h1> + <h2>Fulbright Professor</h2> + <p> +A prominent scholar of human rights and humanitarian law, David Forsythe's interest in democracy and terrorism was well suited to scholarship underway at the Danish Institute for International Studies</p> + + <p> <a href="/ucomm/splash/david.shtml" title="full article">click to read full article ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/david.jpg" alt="David Forsythe" /></p></div> diff --git a/splashold/story/story36.htm.LCK b/splashold/story/story36.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story36.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story37.htm b/splashold/story/story37.htm new file mode 100644 index 0000000000000000000000000000000000000000..cf95b66906826040a2162286021a6f24f238bbce --- /dev/null +++ b/splashold/story/story37.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>John Creswell</h1> + <h2>Fulbright Professor</h2> + <p> +A Senior Fulbright award has allowed John Creswell to showcase a research method to his peers in South Africa.</p> + + <p> <a href="/ucomm/splash/john.shtml" title="full article">click to read full article ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/john.jpg" alt="John Creswell" /></p></div> diff --git a/splashold/story/story37.htm.LCK b/splashold/story/story37.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story37.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story38.htm b/splashold/story/story38.htm new file mode 100644 index 0000000000000000000000000000000000000000..8ca60fef7591e72ffac0c2947d5fab8d4ecaf6c5 --- /dev/null +++ b/splashold/story/story38.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>N the Know VIDEO</h1> + <h2>What is Space Junk?</h2> + <p> +Frans Von Der Dunk, UNL professor and internationally renowned space law expert, explains the legal issues related to the growing amounts of debris orbiting Earth.</p> + + <p> <a href="http://www1.unl.edu/mediahub/media/811" title="watch the video">click to watch the video ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/frans.jpg" alt="Frans von der Dunk" /></p></div> diff --git a/splashold/story/story38.htm.LCK b/splashold/story/story38.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story38.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story39.htm b/splashold/story/story39.htm new file mode 100644 index 0000000000000000000000000000000000000000..23347ce743790c176d1bceac54d2fe5a50e2e493 --- /dev/null +++ b/splashold/story/story39.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>N the Know VIDEO</h1> + <h2>How Can Tornado Forecasting Improve?</h2> + <p> +Adam Houston, UNL assistant professor of geosciences, talks about how tornado forecasting could be improved.</p> + + <p> <a href="http://www1.unl.edu/mediahub/media/871" title="watch the video">click to watch the video ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/ntheknow_houston.jpg" alt="Adam Houston" /></p></div> diff --git a/splashold/story/story39.htm.LCK b/splashold/story/story39.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story39.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story4.htm b/splashold/story/story4.htm new file mode 100644 index 0000000000000000000000000000000000000000..6b7fd8e8854ef02bb2dfe067c882f0ec814fb6bd --- /dev/null +++ b/splashold/story/story4.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Proverb Collector</h1> <h2>Oyekan Owomoyela</h2> <p>A member of the Yoruba people, Owomoyela came to the United States to study acting at UCLA. While distance separated him from homeland, his culture-rich upbringing shaped his career.</p> <p> <a href="/ucomm/splash/oyekan.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/oyekan.jpg" alt="test" /></p></div> \ No newline at end of file diff --git a/splashold/story/story40.htm b/splashold/story/story40.htm new file mode 100644 index 0000000000000000000000000000000000000000..98c0851c3c274ae68da046c848100b421176ae2b --- /dev/null +++ b/splashold/story/story40.htm @@ -0,0 +1,9 @@ +<div id="mainstory"><div id="feature_story"> + <h1>Cathy May</h1> + <h2>NASA Researcher</h2> + <p> +Cathy May has discovered that the sky is not the limit when it comes to academic opportunities in her field.</p> + + <p> <a href="http://www.unl.edu/ucomm/splash/cathy.shtml" title="read the full story">click to read full article ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/cathy.jpg" alt="Cathy May" /></p></div> diff --git a/splashold/story/story40.htm.LCK b/splashold/story/story40.htm.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/story/story40.htm.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/story/story5.htm b/splashold/story/story5.htm new file mode 100644 index 0000000000000000000000000000000000000000..b0d6559ccfa6e1243b8ad58735a8481e745c0260 --- /dev/null +++ b/splashold/story/story5.htm @@ -0,0 +1,15 @@ +<div id="mainstory"><div id="feature_story"> +<h1>Making Priorities</h1> +<h2>Tariqua Nehisi</h2> + +<p>Tariqua Nehisi has come a long way. From New York to Nebraska. From an arts-focus + high school to an accounting major.</p> + +<p>This may sound like a stretch, but to Tariqua, it all makes perfect sense. "I + wanted to study accounting, and this is the best program I could find. And + I love it here."</p> +<p> +<a href="/ucomm/splash/tariqua.shtml" title="full article">click to read full article ></a></p> +</div> + +<p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/tariqua.jpg" alt="test" /></p></div> \ No newline at end of file diff --git a/splashold/story/story6.htm b/splashold/story/story6.htm new file mode 100644 index 0000000000000000000000000000000000000000..69d35bfc180e8fd7116e400b6176ea70029c6b6d --- /dev/null +++ b/splashold/story/story6.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Nanorings & Buckyballs</h1> <h2>Xiao Cheng Zeng</h2> <p>The Lord of the Nanorings, Nebraska Ice and Gold Buckyballs are just a few of Xiao Cheng Zeng's discoveries at Nebraska.</p> <p> <a href="/ucomm/splash/xiao.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/xiao.jpg" alt="test" /></p></div> \ No newline at end of file diff --git a/splashold/story/story7.htm b/splashold/story/story7.htm new file mode 100644 index 0000000000000000000000000000000000000000..6d68c50fa3408578eb45ea2f7dc7f47e6d9574a4 --- /dev/null +++ b/splashold/story/story7.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>A Wireless World</h1> <h2>Lance Perez</h2> <p>Wireless communications is Lance Perez's specialty. The associate professor of electrical engineering is creating new wireless communications systems that can be used in rehabilitative and assistive technology applications.</p> <p> <a href="/ucomm/splash/lance.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/lance.jpg" alt="test" /></p></div> \ No newline at end of file diff --git a/splashold/story/story8.htm b/splashold/story/story8.htm new file mode 100644 index 0000000000000000000000000000000000000000..3eb866201f3395be6ce63f3517e47fbf82fd601d --- /dev/null +++ b/splashold/story/story8.htm @@ -0,0 +1 @@ +<div id="mainstory"><div id="feature_story"> <h1>Researching Diversity</h1> <h2>Rosalie A. Torres Stone</h2> <p>Rosalie A. Torres Stone's research on Latino/a Sociology examines labor market inequality, acculturation and substance use, including health disparities and mental health.</p> <p> <a href="/ucomm/splash/rosalie.shtml" title="full article">click to read full article ></a></p> </div> <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/rosalie.jpg" alt="test" /></p></div> \ No newline at end of file diff --git a/splashold/story/story9.htm b/splashold/story/story9.htm new file mode 100644 index 0000000000000000000000000000000000000000..8395ece88f12508dd7413571febb57015272d80c --- /dev/null +++ b/splashold/story/story9.htm @@ -0,0 +1,8 @@ +<div id="mainstory"><div id="feature_story"> + <h1>Fulbright Scholar</h1> + <h2>Andrew Hansen</h2> + <p>One of seven current or former University of Nebraska-Lincoln students who was awarded study-abroad opportunities this year under prestigious Fulbright scholarships, Andrew Hansen will study at the University of Gottingen in Germany.</p> + + <p> <a href="/ucomm/splash/andrew.shtml" title="full article">click to read full article ></a></p> + </div> + <p id="featureimage"><img src="http://www.unl.edu/ucomm/splash/story/images/andrew.jpg" alt="Andrew Hansen" /></p></div> \ No newline at end of file diff --git a/splashold/tariqua.shtml b/splashold/tariqua.shtml new file mode 100644 index 0000000000000000000000000000000000000000..ea6c7f9e3b211056b34bef7c87f054cfe8fcb9c5 --- /dev/null +++ b/splashold/tariqua.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Tariqua Nehisi Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Tariqua Nehisi Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Tariqua Nehisi</h1> <h2>Planning and Prioritizing</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/tariqua.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Tariqua Nehisi</h4> <p>Eventful is the word Tariqua uses to describe her first year at Nebraska. As part of the business learning community, she made new friends with students who have a shared interest and had opportunities to meet and socialize with the faculty and advisers at the College of Business Administration (CBA). Since her first year, Tariqua has also worked on campus as a New Student Orientation leader and served on the CBA Student Advisory Board.</p> <p> Learning to manage time was a top priority. She found there is always something to do and many distractions. She prides herself on her ability to prioritize and plan. "Obstacles," she says, "are to be overcome." </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.cba.unl.edu/" title="College of Business Administration">College of Business Administration</a></li> <li><a href="http://firefly.unl.edu/sab/" title="College of Business Administration">CBA Student Advisory Board</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/vietnam.shtml b/splashold/vietnam.shtml new file mode 100644 index 0000000000000000000000000000000000000000..da364136135b21c50d94ef3839bdea7081174680 --- /dev/null +++ b/splashold/vietnam.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Vietnam Study Abroad Trip Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Vietnam Study Abroad Trip Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Vietnam Study Abroad Trip</h1> <h2>Examining Social Change Around the World</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/vietnam.jpg" alt="Vietnam Study Abroad Trip" /></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Vietnam Study Abroad Trip</h4> <p> Political science professor Patrice McMahon wants her students to witness the power of individual activism first-hand.</p> <p> Last summer, McMahon and a group of graduate and undergraduate students from the University of Nebraska-Lincoln traversed northern Vietnam, spending time with ethnic groups in a remote mountain province and meeting with scholars and nongovernmental organizations in several towns and in the country's capital, Hanoi. They studied the impact that individuals and small organizations can have on social causes, human rights and development.</p> <p> The students wrestled with questions related to the culture in transition: What are the drawbacks and benefits of a communist government? What aspects of American culture are enviable, and what might be preferable about living in Vietnam? Is tourism a good thing?</p> <p> "Students dealt with the complexity without coming to an answer," McMahon said. "I see that as a sign of real maturity. Particularly our time in the mountains was an emotional mixed bag. The students learned that globalization has positive and negative effects."</p> <p> Political science graduate student Tyler White said the study trip was life changing.</p> <p> "I wish every undergrad was compelled to do something like this, to get out and see another part of the world," he said. "In so many ways, it was an incredibly liberating experience, being able to step out of the confines of American culture. It made us really appreciate what about our culture the Vietnamese admire. We also developed a tremendous appreciation for their culture."</p> <p> After nearly a month away, the travelers were ready to return to Lincoln. No one was more excited to be back in Nebraska than White, who had grown weary of communicating with his wife and yellow lab Lexi via Internet video chats.</p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://polisci.unl.edu/" title="go to the Department of Political Science website">Dept. of Political Science</a></li> <li><a href="http://www.unl.edu/iaffairs/study_abroad/study_abroadindex.shtml" title="go to the Study Abroad website">Study Abroad</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/volleyball.shtml b/splashold/volleyball.shtml new file mode 100644 index 0000000000000000000000000000000000000000..98ad27279f1afbff97f48582ed7e4749ac815f38 --- /dev/null +++ b/splashold/volleyball.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Husker Volleyball Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Husker Volleyball Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Husker Volleyball</h1> <h2>2006 National Champions</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/volleyball.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Husker Volleyball</h4> <p>Nebraska, competing in the finals for the sixth time, also captured NCAA women's volleyball championships in 1995 and 2000, with Husker coach John Cook leading the team during the past two title seasons. Only Stanford has won more women's volleyball titles with six.</p> <p> "What a tremendous accomplishment to win a national championship," Cook said. "Of all the teams to win a national championship, this may be one of the best of all time. This team definitely maxed out everything that they had. With the pressure they had to deal with all season, and then to be able to play in front of 17,000 each night, is just an unbelievable experience."</p> <p> Junior Sarah Pavan and sophomore Jordan Larson combined for 41 kills as No. 1 Nebraska (33-1) rallied to defeat No. 2 Stanford (30-4) 27-30, 30-26, 30-28, 30-27. Pavan was selected as the tournament's Most Outstanding Player and was joined on the all-tournament team by Larson, Tracy Stalls and Rachel Holloway. Stanford's Kristen Richards, Foluke Akinradewo and Cynthia Barboza were also named to the all-tournament team.</p> <p> Pavan has had a banner season, both on and off the court. On Dec. 15 she was named the American Volleyball Coaches Association Player of the Year, one of the highest achievements in college volleyball. Earlier this month, ESPN the Magazine awarded her the title of Academic All-American of the Year. She is the second player in NCAA Division I history to sweep both major athletic and academic volleyball awards in the same season.</p> <p> "It's unbelievable. I don't know even know what I'm thinking right now," Pavan said. "I've won championships with teams before, but this doesn't even compare. These are my best friends, and to share this experience with them on the court and the coaching staff, I am just ecstatic right now. It's unbelievable to know we are the best team in the country."</p> <p> The championship match attendance of 17,209 was an all-time collegiate volleyball record, surpassing Thursday's semifinal attendance of 17,013. The all-session attendance at the Qwest Center was 34,222, a new NCAA Championship record.</p> <p> More than 1,000 fans attended a championship celebration at the NU Coliseum Dec. 17. The ceremony included a pair of declarations from Gov. Dave Heineman, who announced that Dec. 17-23 would be Nebraska Volleyball Week statewide, and also gave Cook the title of Governor for a Day.</p> <p> Fans can watch the entire ceremony at <a href="http://www.huskers.com/" title="go to the Huskers.com website">Huskers.com</a> </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.huskers.com/" title="go to the Huskers.com website">Huskers.com</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/weather.shtml b/splashold/weather.shtml new file mode 100644 index 0000000000000000000000000000000000000000..d52f2d9b79128b347dbdfd70f0b0f792d4eaddba --- /dev/null +++ b/splashold/weather.shtml @@ -0,0 +1,82 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/document.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Document Template</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="doc"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --><!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>UNL Weather Announcement</h1> <h2>Keeping An Eye On The Sky</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="nav_end"></div> + + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> + <!-- WDN: see glossary item 'sidebar links' --> + </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <h3 class="highlight-red">UNL Closed Today, Thursday, March 1, Due to Winter Storm</h3><br /> <p>The University of Nebraska-Lincoln issued the following statement at 5:00 a.m. Thursday, March 1, pertaining to UNL operations for Thursday, March 1:</p> <p>The University of Nebraska-Lincoln will be closed today. All classes and nonathletic events are canceled and all offices and clinics are closed at the University of Nebraska-Lincoln. Only those individuals required to report during weather closedowns should report to work.</p> <p>Other scheduled athletic events or performances may not be affected by this announcement. Ticketholders are advised to check with the sponsoring unit of any public event. For contact information, consult <a href="http://events.unl.edu">University of Nebraska-Lincoln Events</a>. The University Health Center, University Libraries, and the Campus Recreation Center maintain their own hours; please call ahead.</p> <h6><a href="http://hr.unl.edu/general/inclement.pdf" target="_blank">INCLEMENT WEATHER POLICY</a></h6> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="../sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/splashold/weather.shtml.LCK b/splashold/weather.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/weather.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/will.shtml b/splashold/will.shtml new file mode 100644 index 0000000000000000000000000000000000000000..8949c6930d9dbff3419cf7bb669298cbc097d1fa --- /dev/null +++ b/splashold/will.shtml @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Will Thomas Feature Story</title> <!-- InstanceEndEditable --> <!-- Codebase:UNLFramework 20071011 --> <link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> <link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> <!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> </head> <body id="fixed"> <p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> <div id="red-header"> <div class="clear"> <h1>University of Nebraska–Lincoln</h1> <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Will Thomas Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> </div> </div> <!-- close red-header --> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> <div id="container"> <div class="clear"> <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> <div id="titlegraphic"> <!-- WDN: see glossary item 'title graphics' --> <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Will Thomas</h1> <h2>Digital Research in the Humanities</h2> <!-- InstanceEndEditable --></div> <!-- maintitle --> </div> <!-- close title --> <div id="navigation"> <h4 id="sec_nav">Navigation</h4> <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> <div id="nav_end"></div> <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> <!-- WDN: see glossary item 'sidebar links' --> <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> </div> <!-- close navigation --> <div id="main_right" class="mainwrapper"> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <div id="maincontent"> <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!-- InstanceBeginEditable name="maincontentarea" --> <div class="two_col left"> <div class="image_medium"><img src="images/will.jpg" alt="Will Thomas" /></div> <div class="zenboxfeature" style="padding:10px"> <h4>Will Thomas</h4> <p> The honors keep piling up for history professor Will Thomas. His pioneering work is bringing acclaim to UNL's Center for Digital Research in the Humanities.</p> <p> In spring 2008, Thomas learned of his selection as Eccles Center Visiting Professor in North American Studies at the British Library. He currently holds the John and Catherine Angle Chair in the Humanities. A co-founder of the University of Virginia's Center for Digital History, Thomas joined UNL in 2005. He was attracted to UNL, he said, because the university was making significant commitments to digital humanities scholarship and collaborations.</p> <p> Thomas considers himself an "early adopter" of using technologies to support research and disseminate findings. While in graduate school in the early 1990s, he said he used early UNIX applications to access scholarly journals before the Worldwide Web was in wide use.</p> <p> "It seemed like the most exciting and interesting world," he said. "It was all about experimenting with how we could do and present scholarship. It seemed very wide open."</p> <p> In his latest research, Thomas wants to set aside the romance and nostalgia of railroads and instead, look at railroads as symbols and icons of modernity. Railroads did not cause the Civil War, he said, but they made it possible, and they made it much more destructive.</p> <p> "So we're looking at how this new technology of railroads really shaped the era."</p> <p> The frosting on the cake for Thomas is the airing on PBS of the documentary, "Rising Up," which he worked on while in Virginia.</p> <p> "Rising Up" is a documentary film of the African-American experience in the civil rights era. The film broadly covers the South, but concentrates on Virginia and follows major events with close, personal stories. Thomas began the project in 2005 when he started digitizing local television news footage from the 1950s. Much of this material has been thrown away by or lost by local stations, but WSLS and WDBJ in Roanoke had kept their extraordinary news films.</p> <p> "We were very lucky to find these old films of Martin Luther King and John Kennedy," Thomas said, "but we were amazed to find the footage of the local people who made the civil rights movement happen." </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://cdrh.unl.edu/" title="go to the Center for Digital Research in the Humanities at UNL website">Center for Digital Research in the Humanities</a></li> </ul> </div> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> </div> </div> <!-- close main right --> </div> </div> <!-- close container --> <div id="footer"> <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> <ul> <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> </ul> <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> </div> </div> <!-- close footer --> <!-- sifr --> <script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> </body> <!-- InstanceEnd --></html> \ No newline at end of file diff --git a/splashold/will.shtml.LCK b/splashold/will.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/splashold/will.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/splashold/xiao.shtml b/splashold/xiao.shtml new file mode 100644 index 0000000000000000000000000000000000000000..27e8a9fa5b88efc86007b4a039584888f88c2ada --- /dev/null +++ b/splashold/xiao.shtml @@ -0,0 +1,84 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<!-- InstanceBeginEditable name="doctitle" --> <title>UNL | Xiao Cheng Zeng Feature Story</title> <!-- InstanceEndEditable --> +<!-- Codebase:UNLFramework 20071011 --> +<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/main.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/ucomm/templatedependents/templatecss/layouts/print.css"/> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/all_compressed.js"></script> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/ie.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/comments/developersnote.html" --> +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/metanfavico/metanfavico.html" --> +<!-- InstanceBeginEditable name="head" --> <script type="text/javascript"> var navl2Links = 0; //Default navline2 links to display (zero based counting) </script> <!-- InstanceEndEditable --> +</head> +<body id="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/siteheader/siteheader.shtml" --> + +<div id="red-header"> + <div class="clear"> + <h1>University of Nebraska–Lincoln</h1> + <div id="breadcrumbs"> <!-- InstanceBeginEditable name="breadcrumbs" --> <!-- WDN: see glossary item 'breadcrumbs' --> <ul> <li class="first"><a href="http://www.unl.edu/">UNL</a></li> <li>Xiao Cheng Zeng Feature Story</li> </ul> <!-- InstanceEndEditable --> </div> + </div> +</div> +<!-- close red-header --> + +<!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/shelf/shelf.shtml" --> + +<div id="container"> + <div class="clear"> + <div id="title"> <!-- InstanceBeginEditable name="collegenavigationlist" --> <!-- InstanceEndEditable --> + <div id="titlegraphic"> + <!-- WDN: see glossary item 'title graphics' --> + <!-- InstanceBeginEditable name="titlegraphic" --> <h1>Xiao Cheng Zeng</h1> <h2>Lord of the Nanorings</h2> <!-- InstanceEndEditable --></div> + <!-- maintitle --> + </div> + <!-- close title --> + + <div id="navigation"> + <h4 id="sec_nav">Navigation</h4> + + <div id="navlinks"> <!-- InstanceBeginEditable name="navlinks" --> <!--#include virtual="/ucomm/sharedcode/navigation.html" --> <!-- InstanceEndEditable --></div> + + <div id="nav_end"></div> + <!-- InstanceBeginEditable name="leftRandomPromo" --> <div class="image_small_short" id="leftRandomPromo"> <a href="#" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="" src="/ucomm/templatedependents/templatecss/images/transpixel.gif" /></a> <script type="text/javascript" src="/ucomm/sharedcode/leftRandomPromo.js"></script> </div> <!-- InstanceEndEditable --> + <!-- WDN: see glossary item 'sidebar links' --> + <div id="leftcollinks"> <!-- InstanceBeginEditable name="leftcollinks" --> <!-- WDN: see glossary item 'sidebar links' --> <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> <!-- InstanceEndEditable --> </div> + </div> + <!-- close navigation --> + + <div id="main_right" class="mainwrapper"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + + <div id="maincontent"> + <!--#include virtual="/ucomm/templatedependents/templatesharedcode/includes/browsersniffers/noscript.html" --> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> <div class="image_large"><img src="images/xiao.jpg" alt="main content image"/></div> <div class="two_col left"> <div class="zenboxfeature" style="padding:10px"> <h4>Xiao Cheng Zeng</h4> <p>The Lord of the Nanorings, Nebraska Ice and Gold Buckyballs are just a few of Xiao Cheng Zeng's discoveries at Nebraska.</p> <p> This Ameritas University Professor of chemistry at UNL has also been named a fellow of the American Physical Society. Election to the fellowship is limited to no more than one-half of 1 percent of the society's membership. He also won the prestigious John Simon Guggenheim Memorial Foundation Fellowship in 2004.</p> <p> Zeng's research has focused on computational and theoretical studies of liquids, solids, thin films, interfaces, nanotubes and nanoclusters, with further interest in computational nanotribology and modeling of atomic force microscopy.</p> <p> Zeng's work has been published in major scientific journals five times in as many years, and his most recent published discovery, of golden cagelike structures - "gold buckeyballs" -- earned international acclaim. Zeng and his colleagues in the June 2006 Proceedings of the National Academy of Sciences' online edition reported evidence of the first free-standing hollow cage structure composed of clusters of pure metal atoms. Scientists might someday be able to harness these truly tiny cages to carry useful guest atoms for medical or industrial purposes.</p> <p> Zeng's team was the first to combine quantum chemistry calculations with a powerful computerized search technique to identify previously unknown nanoscale structures and substances. Using UNL's PrairieFire supercomputer, together with computers in the chemistry department, they applied their combined technique to generate many theoretical fingerprints of the gold clusters' structure.</p> <p> Zeng and his team earlier used PrairieFire to create models of silicon tubes less than 1 nanometer in diameter. They modeled nanotubes in hexagonal, pentagonal and square configurations and in the process, they found the thinnest known nanotube -- the square configuration at less than 0.5 nanometer in diameter. More importantly, when they used the quantum mechanical method to analyze the tubes, they found that they are very likely to be conductors.</p> <p> That "Lord of the Nanorings" discovery is a ring of 20 boron atoms that is so stable that the rings can be stacked to create a tube of virtually any length with a diameter of a mere 2.6 nanometers (2.6 billionths of a meter).</p> <p> Zeng's most recent public attention came from a December 2006 publication in the Proceedings of the National Academy of Science. He and his team discovered self-assembling nano-ice that forms a double-helix structure much like DNA. The double helixes of ice molecules that resemble the structure of DNA self-assemble under high pressure inside carbon nanotubes. This discovery could have major implications for scientists in other fields who study the protein structures that cause diseases such as Alzheimer's and bovine spongiform encephalitis (mad cow disease). It could also help guide those searching for ways to target or direct self-assembly in nanomaterials and predict the kind of ice future astronauts will find on Mars and moons in the solar system. </p> </div> </div> <div class="col right"> <h3>Related Links</h3> <ul> <li><a href="http://www.chem.unl.edu/" title="University of Nebraska Department of Chemistry">Department of Chemistry</a></li> <li><a href="http://ucommxsrv1.unl.edu/unlnews/public/fmpro?-db=unlnews.fp5&-format=newsrelease.shtml&-lay=unlnews&-recid=33216&-find=" title="Full press release for Lord of the Nanorings study">"Lord of the Nanorings" press release</a></li> <li><a href="http://ucommxsrv1.unl.edu/unlnews/public/fmpro?-db=unlnews.fp5&-format=newsrelease.shtml&-lay=unlnews&-recid=33749&-find=" title="Full press release for Gold buckyballs study">Gold buckyballs press release</a></li> </ul> </div> <!-- InstanceEndEditable --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <!-- close main right --> + </div> +</div> +<!-- close container --> + +<div id="footer"> + <div id="footer_floater"> <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="copyright"> <!-- InstanceBeginEditable name="footercontent" --> <!--#include virtual="/ucomm/sharedcode/footer.html" --> <!-- InstanceEndEditable --> + <ul> + <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li> + <li><a href="http://validator.unl.edu/check/referer">W3C</a></li> + <li><a href="http://www1.unl.edu/feeds/">RSS</a></li> + </ul> + <a href="http://www.unl.edu/" title="UNL Home"><img src="/ucomm/templatedependents/templatecss/images/wordmark.png" alt="UNL's wordmark" id="wordmark" /></a></div> + </div> +</div> + +<!-- close footer --> +<!-- sifr --> +<script type="text/javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sifr_replacements.js"></script> +</body> +<!-- InstanceEnd --></html> diff --git a/template_less b/template_less new file mode 120000 index 0000000000000000000000000000000000000000..3611b935951562a0dd56110e189a05c600d68919 --- /dev/null +++ b/template_less @@ -0,0 +1 @@ +/Library/WebServer/Documents/wdn/templates_3.1/less \ No newline at end of file diff --git a/visitor/images/athletics.jpg b/visitor/images/athletics.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3f8c798330e446b72f69fcc6a10e1d956350573 Binary files /dev/null and b/visitor/images/athletics.jpg differ diff --git a/visitor/images/athletics.jpg.LCK b/visitor/images/athletics.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/athletics.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/attractions_iqsc.jpg b/visitor/images/attractions_iqsc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..615fff65a43c90e9822be7aa29ca26be1c258c1f Binary files /dev/null and b/visitor/images/attractions_iqsc.jpg differ diff --git a/visitor/images/attractions_iqsc.jpg.LCK b/visitor/images/attractions_iqsc.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/attractions_iqsc.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/extension.jpg b/visitor/images/extension.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5d28baee57e1add4929416665462d5d674a1abc Binary files /dev/null and b/visitor/images/extension.jpg differ diff --git a/visitor/images/extension.jpg.LCK b/visitor/images/extension.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/extension.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/index.jpg b/visitor/images/index.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7503d8c57fb67ebeb9ef8d38818d1a3921da7b41 Binary files /dev/null and b/visitor/images/index.jpg differ diff --git a/visitor/images/index.jpg.LCK b/visitor/images/index.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/index.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/main_vanbrunt.jpg b/visitor/images/main_vanbrunt.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd91fdb6411d097e11f191317fb56cf920daad90 Binary files /dev/null and b/visitor/images/main_vanbrunt.jpg differ diff --git a/visitor/images/main_vanbrunt.jpg.LCK b/visitor/images/main_vanbrunt.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/main_vanbrunt.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/main_visitor.jpg b/visitor/images/main_visitor.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc814dc02331834124a35c7ec2d7b276e7e6e29d Binary files /dev/null and b/visitor/images/main_visitor.jpg differ diff --git a/visitor/images/promo_aboutLincoln.jpg b/visitor/images/promo_aboutLincoln.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41744fe99a422a862ba51d7997dc8247969741b9 Binary files /dev/null and b/visitor/images/promo_aboutLincoln.jpg differ diff --git a/visitor/images/promo_aboutLincoln.jpg.LCK b/visitor/images/promo_aboutLincoln.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/promo_aboutLincoln.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/schedulevisit.gif b/visitor/images/schedulevisit.gif new file mode 100644 index 0000000000000000000000000000000000000000..61bd58b19b974e0ef6b8e78824d30b90935e75a3 Binary files /dev/null and b/visitor/images/schedulevisit.gif differ diff --git a/visitor/images/schedulevisit.gif.LCK b/visitor/images/schedulevisit.gif.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/schedulevisit.gif.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/shop.jpg b/visitor/images/shop.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bcea39a603a2b4b2d48332d84cc0a09f0b9007f Binary files /dev/null and b/visitor/images/shop.jpg differ diff --git a/visitor/images/shop.jpg.LCK b/visitor/images/shop.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/shop.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/slideshow_01.jpg b/visitor/images/slideshow_01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c9b41818e1b1f561a6935269edaed48a02f6a29 Binary files /dev/null and b/visitor/images/slideshow_01.jpg differ diff --git a/visitor/images/slideshow_01.jpg.LCK b/visitor/images/slideshow_01.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/slideshow_01.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/slideshow_02.jpg b/visitor/images/slideshow_02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..104ca30efe7416260a3848401ceaf427722d06c0 Binary files /dev/null and b/visitor/images/slideshow_02.jpg differ diff --git a/visitor/images/slideshow_02.jpg.LCK b/visitor/images/slideshow_02.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/slideshow_02.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/slideshow_03.jpg b/visitor/images/slideshow_03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b2cb2e6180e07df156243fd54aa627eb2d660fd Binary files /dev/null and b/visitor/images/slideshow_03.jpg differ diff --git a/visitor/images/slideshow_03.jpg.LCK b/visitor/images/slideshow_03.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/slideshow_03.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/slideshow_04.jpg b/visitor/images/slideshow_04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e76d7d845f1b3aeca97417760a18f1e22e1a7fa7 Binary files /dev/null and b/visitor/images/slideshow_04.jpg differ diff --git a/visitor/images/slideshow_04.jpg.LCK b/visitor/images/slideshow_04.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/slideshow_04.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/slideshow_05.jpg b/visitor/images/slideshow_05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35dc3ae38dc6c0801c33ae12db31dc0f01fc23ab Binary files /dev/null and b/visitor/images/slideshow_05.jpg differ diff --git a/visitor/images/slideshow_05.jpg.LCK b/visitor/images/slideshow_05.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/slideshow_05.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/slideshow_06.jpg b/visitor/images/slideshow_06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..675c5913899720c9860b3a41d460ddde4c7c4b82 Binary files /dev/null and b/visitor/images/slideshow_06.jpg differ diff --git a/visitor/images/slideshow_06.jpg.LCK b/visitor/images/slideshow_06.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/slideshow_06.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/thinkinlincoln_image_small_16x9.gif b/visitor/images/thinkinlincoln_image_small_16x9.gif new file mode 100644 index 0000000000000000000000000000000000000000..baf2bd79c4144182891704789038e89da81f07b6 Binary files /dev/null and b/visitor/images/thinkinlincoln_image_small_16x9.gif differ diff --git a/visitor/images/vbvc.jpg b/visitor/images/vbvc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd3a28479650306db8ccb2bd40843f0708320d88 Binary files /dev/null and b/visitor/images/vbvc.jpg differ diff --git a/visitor/images/vbvc.jpg.LCK b/visitor/images/vbvc.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/vbvc.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/vbvc_thumb.jpg b/visitor/images/vbvc_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5c658e59a5dc9dab96a72cdf84a9028c1593d62 Binary files /dev/null and b/visitor/images/vbvc_thumb.jpg differ diff --git a/visitor/images/vbvc_thumb.jpg.LCK b/visitor/images/vbvc_thumb.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/vbvc_thumb.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/images/visit_button.png b/visitor/images/visit_button.png new file mode 100644 index 0000000000000000000000000000000000000000..6b350ba5c39cadd0d87e2fcb6f2bdf5f844340bd Binary files /dev/null and b/visitor/images/visit_button.png differ diff --git a/visitor/images/visit_button.png.LCK b/visitor/images/visit_button.png.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/images/visit_button.png.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/index.shtml b/visitor/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..a30ba5dd7f24b4c281781da66d308ae47de89005 --- /dev/null +++ b/visitor/index.shtml @@ -0,0 +1,318 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Visitor Information | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<meta name="description" content="Alumni, visitor, and visitor centers page for the University of Nebraska-Lincoln." /> +<meta name="keywords" content="university of nebraska-lincoln unl cornhuskers huskers visit visitors center" /> +<!--#include virtual="/ucomm/sharedcode/localSiteLinks.html" --> + +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" -->Visitor Information<!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li>Visitor Information</li> + </ul> + + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> +<!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + + + <div class="grid9 first"> + + <script type="text/javascript"> +WDN.initializePlugin('carousel'); +</script> + <div class="zenbox"> + <div id="wdn_Carousel"> + <ul> + <li> + <img alt="Campus walkway" src="images/slideshow_02.jpg" width="690" height="260" /><p>University of Nebraska-Lincoln campus in the spring.</p> + </li> + + <li> + <img alt="Memorial Stadium" src="images/slideshow_06.jpg" width="690" height="260" /><p>Homecoming football game at Memorial Stadium.</p> + </li> + <li> + <img alt="Greenspace, Kauffman, and Selleck" src="images/slideshow_04.jpg" width="690" height="260" /><p>Facing north across campus greenspace, towards Kauffman and Selleck residence halls.</p> + </li> + <li> + <img alt="Gaughan Multicultural Center" src="images/slideshow_05.jpg" width="690" height="260" /><p>A crowd chats at the opening of the Jackie Gaughan Multicultural Center.</p> + </li> + + <li> + <img alt="Class outside" src="images/slideshow_03.jpg" width="690" height="260" /><p>Class outside in the grass at the University of Nebraska-Lincoln.</p> + </li> + <li> + <img alt="aerial campus photo" src="images/slideshow_01.jpg" width="690" height="260" /><p>The University of Nebraska-Lincoln campus viewed from the south, with the Visitors Center and Mary Riepma Ross Media Arts Center in the foreground.</p> + </li> + </ul> + </div> + </div> + + + <div style="border:1px; border-style:dashed; border-color:#CCCCCC; padding: 8px; background-color: #F6F6F6;"> + <h2 class="sec_main">Welcome To UNL</h2> + + <p>The best way to find out more about the University of Nebraska-Lincoln is to experience it for yourself. The <a href="http://admissions.unl.edu/daily_visit/" title="Consists of an information session, a walking tour and a meeting with a representative from your area of interest">Office of Admissions</a> offers several options, including <a href="http://admissions.unl.edu/daily_visit/" title="Consists of an information session, a walking tour and a meeting with a representative from your area of interest">daily campus visits</a> and <a href="http://admissions.unl.edu/visit/">open house events.</a></p> + <a href="http://admissions.unl.edu/daily_visit/" title="Schedule a visit at the Office of Admissions website" class="imagelink"><img src="images/visit_button.png" style="float:right;margin-right:14px;" alt="Schedule a visit at the Office of Admissions website" width="200" height="102" /></a> + <ul style="list-style:disc;"> + <li><a title="Schedule your campus visit today with the UNL Office of Admissions" href="http://admissions.unl.edu/visit/">Campus Visit Options</a></li> + <li><a href="http://maps.unl.edu/" title="Campus maps of the University of Nebraska-Lincoln and downloadable PDF maps">Campus Maps</a></li> + <li><a href="http://www.unl.edu/ucomm/lincoln/gameday.shtml" title="go to the Gameday in Lincoln website" target="_blank">Gameday in Lincoln</a></li> + <li>Weather: <a title="Weather in Lincoln from the National Weather Service" target="_blank" href="http://forecast.weather.gov/MapClick.php?CityName=Lincoln&state=NE&site=OAX&textField1=40.8164&textField2=-96.6882&e=0">Current Forecast</a>, <a href="http://snr.unl.edu/LincolnWeather/">Lincoln Weather and Climate</a></li> + <li>Lodging in Lincoln - <a href="http://admissions.unl.edu/visit/lodging.aspx" title="Lincoln Lodging and discounts at the UNL Admissions site" target="_blank">Office of Admissions Husker Preferred Hotels</a> + </li> + + </ul> + + </div> + + + <div class="grid3 first"> + <h2>News & Events</h2> + <ul> + <li><a href="http://www.unl.edu/ucomm/unltoday/" title="UNL Today - A Daily list of Events at UNL">UNL Today</a></li> + <li><a href="http://events.unl.edu/" title="Calendar of Events at UNL">Calendar of Events</a></li> + <li><a href="http://newsroom.unl.edu/releases/" title="News Releases from the UNL Office of Communications">News Releases</a></li> + <li><a href="http://www.huskers.com/" title="Huskers.com, your source for all Husker athletics">Huskers</a></li> + </ul> + + <h2>Husker Athletics</h2> + <ul> + <li class="first"><a href="http://www.huskers.com/" title="Main website of Husker Athletics">Huskers.com</a></li> + <li><a href="http://www.huskers.com/main/Schedule.dbml" title="Current Schedule of Husker Athletic Events">All Sport Schedule</a></li> + <li><a href="http://ev9.evenue.net/cgi-bin/ncommerce3/ExecMacro/evenue/ev68/se/Main.d2w/report?linkID=huskers" title="Online ticketing for Husker athletic events">Tickets</a></li> + <li><a href="http://www.huskers.com/sell/SellHome.dbml" title="Huskers Authentic - genuine Husker athletic apparel and licensed merchandise">Huskers Authentic</a></li> + </ul> + + <h2>Alumni</h2> + <ul> + <li><a href="http://www.huskeralum.org/membership/" title="Go to the Alumni Association index page (offsite)">Join Now</a></li> + <li><a href="http://www.huskeralum.org/chapters-networks/" title="Details on local chapters, chapter finder">Chapters</a></li> + <li><a href="http://www.huskeralum.org/getinvolved/" title="Get Involved with Alumni">Get Involved</a></li> + <li><a href=" http://www.huskeralum.org/travel/" title="Get Tickets & Travel through the Nebraska Alumni Association">Tickets & Travel</a></li> + <li><a href="http://www.huskeralum.org/events/" title="Nebraska Alumni Association Events">Events</a></li> + <li><a href="http://www.huskeralum.org/about/" title="About the Nebraska Alumni Association">About the Nebraska Alumni Association</a></li> + </ul> + + <h2>Employment At UNL</h2> + <ul> + <li><a href="http://hr.unl.edu/" title="Human Resources at UNL">Human Resources</a></li> + <li><a href="http://employment.unl.edu/" title="Position openings by college">Employment Opportunities</a></li> + <li><a href="http://www.unl.edu/careers/" title="UNL Career Services: career assistance to all students and alumni">Student Employment Opportunities</a></li> + <li><a title="Listing job vacancies, campus interviews, internship/co-op services, career fairs" href="http://www.unl.edu/careers/employer/">Information for Employers from NU Career Services</a></li> + <li><a href="/ucomm/lincoln" title="find out more about the city of Lincoln">About Lincoln</a></li> + </ul> + + + </div> + + + + + <div class="grid3"> + <h4 style="margin-top:10px;">Attractions</h4> + <ul> + <li><a href="http://www.liedcenter.org/" title="Performance schedule, tickets, building info">Lied Center for Performing Arts</a></li> + <li><a href="http://www.sheldonartgallery.org/" title="Sheldon Museum of Art">Sheldon Museum of Art</a></li> + <li><a href="http://www.theross.org/" title="Film schedule, membership, sponsors, Great Plains Film Festival">Mary Riepma Ross Media Arts Center</a></li> + <li><a href="http://museum.unl.edu/" title="Visitor info, exhibits, education, collections/research, Friends, staff, publications">University of Nebraska State Museum</a></li> + <li><a title="The gallery of the UNL Department of Art and Art History" href="http://www.unl.edu/art/facilities_eisentrager-howard.shtml">Eisentrager·Howard Gallery</a></li> + <li><a title="Christlieb Gallery, publications, academics, events" href="http://www.unl.edu/plains/gallery/gallery.shtml">Great Plains Art Museum</a></li> + <li><a href="http://textilegallery.unl.edu/" title="Mission, friends, exhibit calendar">Robert Hillestad Textiles Gallery</a></li> + <li><a href="http://www.quiltstudy.org/" title="Quilters, collectors, researchers, exhibitions, education, donations, press, personnel">International Quilt Study Center & Museum</a></li> + <li><a href="http://www.unl.edu/krugercollection/" title="the Kruger Collection">Kruger Collection</a></li> + <li><a href="http://www.unl.edu/lentz/" title="the Lentz Center for Asian Culture">Lentz Center for Asian Culture</a></li> + <li><a href="http://si.unl.edu/gallery/rotunda/" title="visit the Rotunda Art Gallery in the Nebraska Union">Rotunda Art Gallery</a></li> + <li><a href="http://www.unl.edu/TheatreArts/" title="Howell and Studio Theatres">Howell And Studio Theatres</a></li> + <li><a href="http://unlgardens.unl.edu/" title="Campus Gardens information">Campus Gardens</a></li> + <li><a href="http://tractormuseum.unl.edu/" title="Tractor Museum">Tractor Museum</a></li> + <li><a href="http://visit.unl.edu/pershing/" title="go to the General John J. Pershing Timeline Display">General John J. Pershing Display</a> + <li><a href="http://www.unl.edu/rep/" title="Performance schedule, tickets, auditions, and contact information">Nebraska Repertory Theatre</a></li> + <li><a href="http://www.unl.edu/music/" title="UNL School of Music">School of Music</a></li> + </ul> + + <a class="imagelink" href="/ucomm/lincoln" title="find out more about the city of Lincoln"><img src="images/promo_aboutLincoln.jpg" alt="About Lincoln" class="frame" /></a> + </div> + + +<div class="grid3"> + <div class="zenbox" style="margin-top:6px;"> + <a name="affiliates"></a> + <h4 class="sec_header">Affiliates</h4> + <ul> + <li><a href="http://www.huskeralum.org/" title="Alumni">Alumni</a></li> + <li><a href="http://www.huskers.com/" title="Huskers">Husker + Athletics</a></li> + <li><a href="http://www.liedcenter.org/" title="Lied Center">Lied + Center</a></li> + <li><a href="http://www.netnebraska.org/television/" title="NET">NET</a></li> + <li><a href="http://www.quiltstudy.org/" title="Quilt Study">Quilt + Study Center</a></li> + <li><a href="http://theross.org/" title="Ross Theatre">The Ross</a></li> + <li><a href="http://www.sheldonartgallery.org/" + title="Sheldon Gallery">Sheldon Museum of Art</a></li> + <li><a href="http://museum.unl.edu/" title="State Museum">State + Museum</a></li> + <li><a href="http://www.bkstr.com/Home/10001-10287-1?demoKey=d" + title="University Bookstore">UNL Bookstore</a></li> + <li><a href="http://nebraskapress.unl.edu/" title="UofN Press">U + of N Press</a></li> + <li><a href="http://www.nufoundation.org/" title="NU Foundation">NU + Foundation</a></li> + <li><a href="http://www.nebraska.edu/" title="NU System">NU + System</a></li> + <li><a href="http://parentsassoc.unl.edu/" + title="UNL Parents Association">Parents Association</a></li> + <li><a href="http://emeriti.unl.edu/" + title="UNL Emeriti Association">UNL Emeriti</a></li> + </ul> + </div> + + </div> + + </div> + + <div class="grid3"> + <h2><a href="http://www.unl.edu/visitorscenter/" title="go to the Visitors Centers website">Visitors Centers</a></h2> + <p><a href="http://www.unl.edu/visitorscenter/" title="go to the Visitors Centers website"><img src="images/vbvc_thumb.jpg" alt="main content image" class="frame" /></a>The University of Nebraska-Lincoln offers two visitors centers to assist all visitors on campus.</p> + + <p>Van Brunt Visitors Center<br /> +313 North 13th Street<br /> +Lincoln, Nebraska 68588-0256<br /> +1-800-742-8800, ext. 9800</p> + + <p>East Campus Visitors Center & Dairy Store<br /> +Holdrege Street & Dairy Store Drive<br /> +Lincoln, Nebraska 68583<br /> +1-800-742-8800, ext. 2942</p> + +<br /> +<div class="wdn_randomizer"> + <div><a href="http://marketplace.unl.edu/computershop/" title="Buy products from the UNL Computer Shop" style="display:block;"><img src="/ucomm/splash/promo_compshop.jpg" alt="go to the UNL Computer Shop" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/computershop/" title="Buy products from the UNL Computer Shop" style="display:block;">Buy Computer Shop products online</a></p></div> + <div><a href="http://marketplace.unl.edu/dairystore/" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;"><img src="/ucomm/splash/promo_dairystore.jpg" alt="go to the UNL Dairy Store" /></a><p style="text-align:center;"><a href="http://marketplace.unl.edu/dairystore/" title="Give the gift of cheese from the UNL Dairy Store" style="display:block;">Give a gift of cheese.</a></p></div> +</div> +<script type="text/javascript"> +WDN.initializePlugin('randomizer'); +</script> + +<h2>Shop UNL</h2> + <ul> + <li><a href="http://nebraskapress.unl.edu/" title="University of Nebraska Press">University of Nebraska Press</a></li> + <li><a href="http://sales.unl.edu/" title="Browse product offerings, download requisitions or print catalog">Computer Sales</a></li> + <li><a href="http://dairystore.unl.edu/" title="Hours, specials, prices, information">Dairy Store</a></li> + <li><a href="http://www.huskers.com/sell/SellHome.dbml?DB_OEM_ID=100" title="Order Husker products online">Huskers Authentic</a></li> + <li><a href="http://www.sheldonartgallery.org/museum_store/index.html" title="Sheldon Museum of Art Store">Sheldon Museum Store</a></li> + <li><a href="http://www.unebraska.bkstr.com/" title="Hours, policies, online orders">University Bookstore</a></li> + </ul> + + <h2>Learn More</h2> + <ul> + <li class="first"><a href="http://www.unl.edu/ucomm/aboutunl/" title="About the University of Nebraska-Lincoln">About UNL</a></li> + <li><a href="http://research.unl.edu/" title="the Office of Research and Economic Development">Office of Research and Economic Development</a></li> + </ul> + + <h2><a href="http://www.extension.unl.edu/" title="Visit the UNL Cooperative Extension center website">Extension Offices</a></h2> + <p>University of Nebraska-Lincoln Extension's mission is to help Nebraskans enhance their lives through research-based education. Extension is found throughout the state in 83 county offices that serve all 93 counties. Visit the <a href="http://www.extension.unl.edu/" title="Visit the UNL Cooperative Extension center website">Extension website</a> for more information, and to find your local office.</p> + <br /> + + + + </div> + + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="/ucomm/sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/visitor/index.shtml.LCK b/visitor/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/index_test.shtml b/visitor/index_test.shtml new file mode 100644 index 0000000000000000000000000000000000000000..0d2c25754d81359fc13cdc807e806909431b5770 --- /dev/null +++ b/visitor/index_test.shtml @@ -0,0 +1,249 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html lang="en"><!--<![endif]--> +<!-- InstanceBegin template="/Templates/debug.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id$ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>Visitor Information | University of Nebraska–Lincoln</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<!-- Place optional header elements here --> +<link rel="stylesheet" href="/ucomm/sharedcode/css/3.1.css" /> +<link rel="stylesheet" href="/ucomm/current/currentstudents.css" /> +<!-- For old IE, bring in all the styles w/o media queries --> +<!--[if lt IE 9]> +<link rel="stylesheet" type="text/css" media="all" href="../sharedcode/css/ie_mq.css" /> +<![endif]--> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed debug"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper" class="nav_unpinned nav_expanded"> + <header id="header" role="banner"> + <a href="http://www.unl.edu/" title="UNL website" id="logo"> + </a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <!-- InstanceBeginEditable name="titlegraphic" --> + <span id="wdn_site_title">Visitor Information</span> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>Visitor Information</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle" class="hidden"> + <!-- InstanceBeginEditable name="pagetitle" --> + <h1>Visitor Information</h1> + <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <section id="udergraduate" class="grid12"> + <div class="slider"> + <ul> + <li> + <img src="images/main_vanbrunt.jpg" alt="the Van Brunt Visitors Center is located on UNLs city campus" class="wdn_image_swap" /> + </li> + </ul> + </div> + <div class="paper horizontal_separator grid12" id="ugrad_main"> + <section> + <div class="actions" id="action_steps"> + <ul> + <li id="costs"> + <a href="http://admissions.unl.edu/cost-and-aid.aspx"> + <span class="highlight">Costs and Aid</span> + The best value in the Big Ten. + </a> + </li> + <li id="visit"> + <a href="http://admissions.unl.edu/visit-ne.aspx"> + <span class="highlight">Visit Campus</span> + Explore our urban, downtown campus. + </a> + </li> + <li id="apply"> + <a href="http://admissions.unl.edu/become/apply.aspx"> + <span class="highlight">Apply Now</span> + Join our Husker Community. + </a> + </li> + </ul> + </div> + </section> + </div> + </section> + + + + <section class="grid12 full" id="attractions"> + <div class="first_half text_support"> + <h2 class="stripe triad heading">ATTRACTIONS</h2> + <dl class="first_half"> + <dt><a href="http://www.liedcenter.org/" title="Performance schedule, tickets, building info">Lied Center for Performing Arts</a></dt> + <dt><a href="http://www.sheldonartgallery.org/" title="Sheldon Museum of Art">Sheldon Museum of Art</a></dt> + <dt><a href="http://www.theross.org/" title="Film schedule, membership, sponsors, Great Plains Film Festival">Mary Riepma Ross Media Arts Center</a></dt> + <dt><a href="http://museum.unl.edu/" title="Visitor info, exhibits, education, collections/research, Friends, staff, publications">University of Nebraska State Museum</a></dt> + <dt><a title="The gallery of the UNL Department of Art and Art History" href="http://www.unl.edu/art/facilities_eisentrager-howard.shtml">Eisentrager·Howard Gallery</a></dt> + <dt><a title="Christlieb Gallery, publications, academics, events" href="http://www.unl.edu/plains/gallery/gallery.shtml">Great Plains Art Museum</a></dt> + <dt><a href="http://textilegallery.unl.edu/" title="Mission, friends, exhibit calendar">Robert Hillestad Textiles Gallery</a></dt> + <dt><a href="http://www.quiltstudy.org/" title="Quilters, collectors, researchers, exhibitions, education, donations, press, personnel">International Quilt Study Center & Museum</a></dt> + + </dl> + <dl class="last_half"> + + <dt><a href="http://www.unl.edu/krugercollection/" title="the Kruger Collection">Kruger Collection</a></dt> + <dt><a href="http://si.unl.edu/gallery/rotunda/" title="visit the Rotunda Art Gallery in the Nebraska Union">Rotunda Art Gallery</a></dt> + <dt><a href="http://www.unl.edu/TheatreArts/" title="Howell and Studio Theatres">Howell And Studio Theatres</a></dt> + <dt><a href="http://unlgardens.unl.edu/" title="Campus Gardens information">Campus Gardens</a></dt> + <dt><a href="http://tractormuseum.unl.edu/" title="Tractor Museum">Tractor Museum</a></dt> + <dt><a href="http://visit.unl.edu/pershing/" title="go to the General John J. Pershing Timeline Display">General John J. Pershing Display</a></dt> + <dt><a href="http://www.unl.edu/rep/" title="Performance schedule, tickets, auditions, and contact information">Nebraska Repertory Theatre</a></dt> + <dt><a href="http://www.unl.edu/music/" title="UNL School of Music">School of Music</a></dt> + </dl> + </dl> + </div> + <figure class="last_half tabbed top_right bottom_left"> + <img src="images/attractions_iqsc.jpg" alt="International Quilt Study Center and Museum" /> + </figure> + </section> + + <section class="grid12 full" id="athletics"> + <figure class="first_half tabbed top_left bottom_right"> + <img src="images/athletics.jpg" alt="Husker Athletics" /> + </figure> + <div class="last_half text_support"> + <h2 class="stripe neutral heading">ATHLETICS</h2> + <p>Whether it's football, basketball, volleyball, or another sport, there's lots of excitement around Husker athletics. Find everything from ticket information to schedules right here.</p> + <dl class="first_half"> + <dt><a href="http://www.huskers.com/" title="Husker Athletics">Husker Athletics</a></dt> + <dt><a href="http://www.huskers.com/main/Schedule.dbml?&&DB_OEM_ID=100&KEY=" title="All sports listing at Huskers.com">All Sports Schedule</a></dt> + + </dl> + <dl class="last_half"> + + <dt><a href="http://www.unl.edu/lincoln/gameday.shtml" title="Gameday in Lincoln, NE">Gameday in Lincoln</a></dt> + <dt><a href="http://parking.unl.edu/home" title="visit the Rotunda Art Gallery in the Nebraska Union">Parking at UNL</a></dt> + + </dl> + </dl> + </div> + + </section> + + <section class="grid12"> + <section class="grid6 first"> + <h2 class="stripe neutral">SHOP</h2> + <div class="full"> + <figure class="first_half tabbed top_right bottom_left"> + <img src="images/shop.jpg" alt="UNL Dairy Store cheese" /> + </figure> + <div class="last_half"> + <p>Whether it's books for classes, authentic Husker attire to show off your pride, or even some cheese from the Dairy Store, you'll find it here.</p> + <dl> + <dt><a href="http://marketplace.unl.edu/" title="UNL Marketplace">UNL Marketplace</a></dt> + <dt><a href="http://www.bkstr.com/webapp/wcs/stores/servlet/StoreCatalogDisplay?catalogId=10001&langId=-1&demoKey=d&storeId=10287" title="University Bookstore">University Bookstore</a></dt> + <dt><a href="http://shop.huskers.com/" title="Huskers Authentic">Huskers Authentic</a></dt> + </dl> + </div> + </div> + </section> + + <section class="grid6"> + <h2 class="stripe neutral">EXTENSION OFFICES</h2> + <div class="full"> + <figure class="first_half tabbed top_left bottom_right"> + <img src="images/extension.jpg" alt="UNL Extension" /> + </figure> + <div class="last_half"> + <p>As a land-grant institution, UNL serves the entire state of Nebraska through research-based education.</p> + <dl> + <dt><a href="http://www.extension.unl.edu/" title="UNL Extension">UNL Extension</a></dt> + <dt><a href="http://www.extension.unl.edu/officeslist" title="County office list">County Office List</a></dt> + <dt><a href="http://www.extension.unl.edu/water-environment" title="water resources at extension">Water Resources</a></dt> + </dl> + </div> + </div> + </section> + </section> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> + <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --> +</html> \ No newline at end of file diff --git a/visitor/index_test.shtml.LCK b/visitor/index_test.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/index_test.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/pershing/images/portrait.jpg b/visitor/pershing/images/portrait.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea5c0d62ff6302089b2e14f72e124d1ef9561a6a Binary files /dev/null and b/visitor/pershing/images/portrait.jpg differ diff --git a/visitor/pershing/images/portrait.jpg.LCK b/visitor/pershing/images/portrait.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/pershing/images/portrait.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/pershing/images/ribboncutting.jpg b/visitor/pershing/images/ribboncutting.jpg new file mode 100644 index 0000000000000000000000000000000000000000..65ac888ebd6d8696e8c27bbd09cde7af7f23e8f3 Binary files /dev/null and b/visitor/pershing/images/ribboncutting.jpg differ diff --git a/visitor/pershing/images/ribboncutting.jpg.LCK b/visitor/pershing/images/ribboncutting.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/pershing/images/ribboncutting.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/pershing/images/slideshow1.jpg b/visitor/pershing/images/slideshow1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a40fa89d58172505e3d1da8f0e2c6d3459f751f Binary files /dev/null and b/visitor/pershing/images/slideshow1.jpg differ diff --git a/visitor/pershing/images/slideshow1.jpg.LCK b/visitor/pershing/images/slideshow1.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/pershing/images/slideshow1.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/pershing/images/slideshow2.jpg b/visitor/pershing/images/slideshow2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..389823b8d0122fb7b83bbe85a916dff329b7a068 Binary files /dev/null and b/visitor/pershing/images/slideshow2.jpg differ diff --git a/visitor/pershing/images/slideshow2.jpg.LCK b/visitor/pershing/images/slideshow2.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/pershing/images/slideshow2.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/pershing/images/timeline01.jpg b/visitor/pershing/images/timeline01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad83f5cca80b2b8ef7b7046fd5eb7c7c499f8b75 Binary files /dev/null and b/visitor/pershing/images/timeline01.jpg differ diff --git a/visitor/pershing/images/timeline01.jpg.LCK b/visitor/pershing/images/timeline01.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/pershing/images/timeline01.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/pershing/images/timeline02.jpg b/visitor/pershing/images/timeline02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bea39035176cce955c338f537ff14431b0afc2c Binary files /dev/null and b/visitor/pershing/images/timeline02.jpg differ diff --git a/visitor/pershing/images/timeline02.jpg.LCK b/visitor/pershing/images/timeline02.jpg.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/pershing/images/timeline02.jpg.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/pershing/index.shtml b/visitor/pershing/index.shtml new file mode 100644 index 0000000000000000000000000000000000000000..d267811352561c00ec1ec41a0981bd61333983c5 --- /dev/null +++ b/visitor/pershing/index.shtml @@ -0,0 +1,118 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Attractions | General of the Armies John J. Pershing Timeline Display</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<!-- Place optional header elements here --> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li><a href="http://www.unl.edu/" title="University of Nebraska–Lincoln">UNL</a></li> + <li>General of the Armies John J. Pershing Timeline Display</li> + </ul> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --> + <h1>Attractions</h1> + <!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --><h2>General of the Armies John J. Pershing Timeline Display</h2> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <script type="text/javascript"> +WDN.initializePlugin('carousel'); +</script> +<div id="wdn_Carousel"> + <ul class="slides"> + <li> + <img alt="Pershing Timeline and display" src="images/slideshow1.jpg" width="960" height="430" /> + </li> + <li> + <img alt="Pershing Timeline and display part 2" src="images/slideshow2.jpg" width="960" height="430" /> + </li> + </ul> +</div> + + <div class="grid6 first"> + + + <p>The John J. Pershing Memorial Timeline is housed in the lobby area of the Pershing Military and Naval Science building. The building primarily serves the three ROTC programs (<a href="http://www.unl.edu/armyrotc/" title="go to the Army ROTC page">Army</a>, <a href="http://www.unl.edu/afrotc/" title="go to the Air Force ROTC page">Air Force</a> and <a href="http://www.unl.edu/nrotc/" title="go to the Navy ROTC page">Navy</a>, which develops Marine Corps officers) at the University of Nebraska-Lincoln, and also hosts a number of visitors to campus, including international dignitaries, high level military officers, veterans and prospective students.</p> + <img src="images/portrait.jpg" class="frame" alt="John J. Pershing Portrait" style="float:right; margin-left:6px;" /> + <p>General Pershing is the only officer to receive the promotion to "General of the Armies" -- the highest rank possible-- while living. George Washington posthumously received the promotion in 1970. As a graduate of UNL's Bachelor of Law program, General Pershing played a major role in all of America's military campaigns between 1886 and 1945. In 1894, he founded the renowned Pershing Rifles, a military drill team organization for college-level students, at the University of Nebraska-Lincoln. Now recognized as a coed military fraternal organization, the National Society of Pershing Rifles has over 40 units across the United States whose purpose is to develop outstanding traits of leadership, military science and discipline within the framework of a military oriented, honorary fraternity.</p> + <p>Pershing eventually went on to become the Commander in Chief of the American Expeditionary Forces in World War I. In 1921 he was appointed as Chief of Staff to the United States Army and in 1932 received the Pulitzer Prize for his memoir entitled "My Experiences in the World War." He created the Pershing Map, a proposed national network of military and civilian highways, and the Interstate Highway System instituted in 1956 bears considerable resemblance to his work.</p> + <p> + General Pershing died in 1948 and is known for inspiring millions of Americans to sacrifice for their country through his example of hard work, dedication, courage, and humility. </p> + </div> + + <div class="grid6"> + <img src="images/ribboncutting.jpg" class="frame" alt="Ribbon Cutting Ceremony" style="width:100%" /> + <p class="caption">Dedication of the General John J. Pershing Display in the Military and Naval Science Building Foyer. Captain Jeff Whiting, Chancellor Harvey Perlman, Lowell Vestal, LtCol John Blankenhorn and LtCol Stephen Gibson.</p> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="/ucomm/sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/visitor/pershing/index.shtml.LCK b/visitor/pershing/index.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/pershing/index.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/rental.shtml b/visitor/rental.shtml new file mode 100644 index 0000000000000000000000000000000000000000..d5f313167c1ec42c9f4fee9a30dd427d670723ff --- /dev/null +++ b/visitor/rental.shtml @@ -0,0 +1,447 @@ +<!DOCTYPE html> +<!--[if IEMobile 7 ]><html class="ie iem7"><![endif]--> +<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]--> +<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]--> +<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]--> +<!--[if (gte IE 9)|(gt IEMobile 7) ]><html class="ie" lang="en"><![endif]--> +<!--[if !(IEMobile) | !(IE)]><!--><html lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --><!--<![endif]--> +<head> +<!--#include virtual="/wdn/templates_3.1/includes/metanfavico.html" --> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt | ea2608181e2b6604db76106fd982b39218ddcb8b | Fri Mar 9 12:20:43 2012 -0600 | Kevin Abel $ +--> +<!--#include virtual="/wdn/templates_3.1/includes/scriptsandstyles.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Rental Space at UNL</title> +<!-- InstanceEndEditable --> +<!-- InstanceBeginEditable name="head" --> +<style type="text/css"> +table#rental_locations { + margin:auto; + border-collapse:collapse; +} +table#rental_locations tr th { + padding:5px; +} +table#rental_locations tr td { + padding:5px; + border:1px solid #434443; +} +table#rental_locations tr.location { + background-color:#E3E3E3; +} +</style> +<!-- InstanceEndEditable --> +<!-- InstanceParam name="class" type="text" value="fixed" --> +</head> +<body class="fixed" data-version="3.1"> + <nav class="skipnav"> + <a class="skipnav" href="#maincontent">Skip Navigation</a> + </nav> + <div id="wdn_wrapper"> + <header id="header" role="banner"> + <a id="logo" href="http://www.unl.edu/" title="UNL website">UNL</a> + <span id="wdn_institution_title">University of Nebraska–Lincoln</span> + <span id="wdn_site_title"><!-- InstanceBeginEditable name="titlegraphic" --> + Visitor Information + <!-- InstanceEndEditable --></span> + <!--#include virtual="/wdn/templates_3.1/includes/idm.html" --> + <!--#include virtual="/wdn/templates_3.1/includes/wdnTools.html" --> + </header> + <div id="wdn_navigation_bar"> + <nav id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <h3 class="wdn_list_descriptor hidden">Breadcrumbs</h3> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <!-- WDN: see glossary item 'breadcrumbs' --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="http://visitor.unl.edu/">Visitor Information</a></li> + <li>Rental Space at UNL</li> + </ul> + <!-- InstanceEndEditable --> + </nav> + <div id="wdn_navigation_wrapper"> + <nav id="navigation" role="navigation"> + <h3 class="wdn_list_descriptor hidden">Navigation</h3> + <!-- InstanceBeginEditable name="navlinks" --> + <!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --> + </nav> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="pagetitle"> + <!-- InstanceBeginEditable name="pagetitle" --><h1>Rental Space at UNL</h1> <!-- InstanceEndEditable --> + </div> + <div id="maincontent" role="main"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="grid6 first"> + + <div class="zenbox primary"> + <h3>YOUR SPECIAL EVENT ON CAMPUS</h3> + <p>Consider the unique locations on the University of Nebraska-Lincoln campus for your next special event. Mingle with the mammoths at Elephant Hall, kick-off your corporate event at the Champions Club. Backdrop your event with prestigious art collections at the Sheldon Memorial Art Gallery, the Great Plains Art Collection or the Lentz Center for Asian Culture. Let your imagination soar under the 40’ ceilings of the great halls in the Van Brunt Visitors Center or Wick Alumni Center or bring culture to your dinner event at the Lied Center for Performing Arts. Place your next event on campus. There is a place for you at Nebraska... the University of Nebraska-Lincoln.<br /> + <br /> + <strong>Van Brunt Visitors Center (402) 472-9810</strong></p> + </div> + <img src="images/vbvc.jpg" width="450" height="156" alt="Van Brunt Visitors Center" class="frame" /> + + + </div> + + <div class="grid6"> + <h2 class="sec_header">Planning Considerations</h2> + <h4>CATERING AND BEVERAGES</h4> + <p>Contact the facility you’re interested in renting to discuss your special event’s food and beverage needs. The facility's event manager will recommend an approved caterer or the on-campus catering service.<br /> + <strong>Catering/University Dining Services (402) 472-8097</strong></p> + + <h4>PARKING</h4> + <p>Each Facility's event coordinator can advise you of parking locations or contact <strong>Special Event Parking (402) 472-8436</strong>.</p> + <h4>OUTDOOR FACILITIES</h4> + <p>With over 280 acres of green space and 110 acres of beautifully designed botanical garden areas, the University of Nebraska-Lincoln’s campus creates a spectacular setting for any event. The campus grounds enhance university event facilities and provide an extraordinary outdoor setting for weddings, educational functions or any special event. Please contact the Landscape Services Department at (402) 472-2679 for information on the use of UNL Campus outdoor spaces and the UNL Botanical Garden and Arboretum. Contact the Sheldon Memorial Art Gallery & Sculpture Garden at (402) 472-2461 for information on the use of the Sculpture Garden.</p> + + <h4>SMOKING</h4> + <p>All UNL facilities are tobacco free.</p> + </div> + + <div class="clr"></div> + + + <div class="grid9 first"> + <h2 class="sec_header">Locations & Accommodations</h2> + <table id="rental_locations" align="center" width="100%"> + + <thead> + <tr> + <th width="37%"> </th> + <th width="21%"><div align="center">Banquet</div></th> + <th width="21%"><div align="center">Reception</div></th> + <th width="21%"><div align="center">Theatre Seating </div></th> + </tr> + + </thead> + <tbody> + <tr class="location"> + <td colspan="4"><strong>Nebraska Champions Club</strong><br> + (402) 472-6435 | <a href="http://www.huskeralum.org/">www.huskeralum.org/</a></td> + </tr> + <tr> + + <td>Great Hall </td> + <td><div align="center">360</div></td> + <td><div align="center">650</div></td> + <td><div align="center">450</div></td> + </tr> + <tr> + <td>The Plaza</td> + + <td><div align="center">350</div></td> + <td><div align="center">650</div></td> + <td><div align="center"></div></td> + </tr> + <tr class="location"> + <td colspan="4"><strong>East Union</strong><br> + (402) 472-1776 | <a href="http://www.unl.edu/neunion/">www.unl.edu/neunion/</a></td> + + </tr> + <tr> + <td> </td> + <td><div align="center">350</div></td> + <td><div align="center">500</div></td> + <td><div align="center">500</div></td> + </tr> + + <tr class="location"> + <td colspan="4"><strong>Hewit Place | Great Plains | Lentz Center</strong><br> + (402) 472-3082 | <a href="http://www.unl.edu/plains/">www.unl.edu/plains</a> | <a href="http://www.unl.edu/lentz/">www.unl.edu/lentz</a> </td> + </tr> + <tr> + + <td>Great Plains Art Collection </td> + <td><div align="center">40</div></td> + <td><div align="center">250</div></td> + <td><div align="center">200</div></td> + </tr> + <tr> + <td>Lentz Center </td> + + <td><div align="center">15?</div></td> + <td><div align="center">100</div></td> + <td><div align="center">50</div></td> + </tr> + <tr> + <td> Schorr President's Suite </td> + + <td><div align="center">35?</div></td> + <td><div align="center">74?</div></td> + <td><div align="center">35?</div></td> + </tr> + <tr class="location"> + <td colspan="4"><strong>Kimball | School of Music </strong><br> + (402) 472-5775</td> + + </tr> + <tr> + <td>Concert Hall </td> + <td><div align="center">N/A</div></td> + <td><div align="center">100</div></td> + <td><div align="center">800</div></td> + </tr> + + <tr> + <td>Room 119 Westbrook </td> + <td><div align="center">N/A</div></td> + <td><div align="center">75</div></td> + <td><div align="center">290</div></td> + </tr> + <tr class="location"> + + <td colspan="4"><strong>Lied Center</strong><br> + (402) 472-4747 | <a href="http://www.liedcenter.org/">www.liedcenter.org</a> </td> + </tr> + <tr> + <td>Main Auditorium </td> + <td><div align="center">N/A</div></td> + + <td><div align="center">N/A</div></td> + <td><div align="center">2278</div></td> + </tr> + <tr> + <td>On Stage </td> + <td><div align="center">400</div></td> + <td><div align="center">450</div></td> + + <td><div align="center">400</div></td> + </tr> + <tr> + <td>Johnny Carson Theater </td> + <td><div align="center">220</div></td> + <td><div align="center">350</div></td> + <td><div align="center">250</div></td> + + </tr> + <tr> + <td>Steinhart Room </td> + <td><div align="center">96</div></td> + <td><div align="center">150</div></td> + <td><div align="center">125</div></td> + </tr> + + <tr> + <td>Orchestra Lobby </td> + <td><div align="center">225</div></td> + <td><div align="center">475</div></td> + <td><div align="center">225</div></td> + </tr> + <tr> + + <td>Balcony Lobby </td> + <td><div align="center">160</div></td> + <td><div align="center">350</div></td> + <td><div align="center">160</div></td> + </tr> + <tr> + <td>Skyboxes</td> + + <td><div align="center">200</div></td> + <td><div align="center">500</div></td> + <td><div align="center">400</div></td> + </tr> + <tr class="location"> + <td colspan="4"><strong>Nebraska Union</strong><br> + (402) 472-2182 | <a href="http://www.unl.edu/neunion/">www.unl.edu/neunion</a> </td> + + </tr> + <tr> + <td>Auditorium</td> + <td><div align="center">N/A</div></td> + <td><div align="center">N/A</div></td> + <td><div align="center">300</div></td> + </tr> + + <tr> + <td>Centennial Room </td> + <td><div align="center">500</div></td> + <td><div align="center">700</div></td> + <td><div align="center">700</div></td> + </tr> + <tr> + + <td>Ballroom</td> + <td><div align="center">350</div></td> + <td><div align="center">500</div></td> + <td><div align="center">500</div></td> + </tr> + <tr class="location"> + <td colspan="4"><strong>Quilt Study Center</strong><br> + + (402) 472-7040 | <a href="http://www.quiltstudy.org/">www.quiltstudy.org</a></td> + </tr> + <tr> + <td>Seminar/Education Classroom</td> + <td><div align="center">N/A</div></td> + <td><div align="center">N/A</div></td> + + <td><div align="center">50</div></td> + </tr> + <tr> + <td>Reception Hall</td> + <td><div align="center">130</div></td> + <td><div align="center">500</div></td> + <td><div align="center">180-250</div></td> + + </tr> + <tr class="location"> + <td colspan="4"><strong>Richards Hall | Department of Art & Art History</strong><br> + (402) 472-5522 </td> + </tr> + <tr class="location"> + <td colspan="4"><strong>Sheldon Museum of Art</strong><br> + + (402) 472-2461 | <a href="http://www.sheldonartgallery.org/">http://www.sheldonartgallery.org/</a></td> + </tr> + <tr> + <td>Great Hall </td> + <td><div align="center">100</div></td> + <td><div align="center">300</div></td> + + <td><div align="center"></div></td> + </tr> + <tr> + <td>Auditorium</td> + <td><div align="center">N/A</div></td> + <td><div align="center">N/A</div></td> + <td><div align="center">294</div></td> + + </tr> + <tr class="location"> + <td colspan="4"><strong>State Museum/Morrill Hall</strong><br> + (402) 472-3779 | <a href="http://www.museum.unl.edu/">www.museum.unl.edu</a> </td> + </tr> + <tr> + <td>Elephant Hall </td> + + <td><div align="center">100</div></td> + <td><div align="center">200</div></td> + <td><div align="center">N/A</div></td> + </tr> + <tr> + <td>Planetarium</td> + <td><div align="center">N/A</div></td> + + <td><div align="center">N/A</div></td> + <td><div align="center">80</div></td> + </tr> + <tr class="location"> + <td colspan="4"><strong>Temple | Department of Theatre Arts</strong><br> + (402) 472-2072</td> + </tr> + + <tr class="location"> + <td colspan="4"><strong>Van Brunt Visitors Center</strong><br> + (402) 472-9810</td> + </tr> + <tr> + <td>Great Hall </td> + <td><div align="center">120</div></td> + + <td><div align="center">350</div></td> + <td><div align="center">200</div></td> + </tr> + <tr> + <td>Presentation/Video room </td> + <td><div align="center">74</div></td> + <td><div align="center">75</div></td> + + <td><div align="center">70</div></td> + </tr> + <tr class="location"> + <td colspan="4"><strong>Wick Alumni Center</strong><br> + (402) 472-2841 | <a href="http://www.huskeralum.org/">http://www.huskeralum.org/</a> </td> + </tr> + + <tr> + <td>Pascale Great Hall </td> + <td><div align="center">200</div></td> + <td><div align="center">300</div></td> + <td><div align="center">220</div></td> + </tr> + <tr> + + <td>Dana</td> + <td><div align="center">64</div></td> + <td><div align="center">90</div></td> + <td><div align="center"></div></td> + </tr> + <tr> + <td>Steinhart</td> + + <td><div align="center"></div></td> + <td><div align="center">30</div></td> + <td><div align="center"></div></td> + </tr> + <tr class="location"> + <td colspan="4"><strong>June & Paul Schorr III Center for Computer Science & Engineering</strong><br> + (Old South Stadium) 1100 T Street<br /> + (402) 472-3826 | <a href="http://www.cse.unl.edu/schorr/index.shtml">http://www.cse.unl.edu/schorr/index.shtml</a> </td> + </tr> + + <tr> + <td>Main Room</td> + <td><div align="center">88</div></td> + <td><div align="center">100</div></td> + <td><div align="center">N/A</div></td> + </tr> + + </tbody> + </table> + </div> + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.1/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + </div> + <footer id="footer"> + <div id="footer_floater"></div> + <div class="footer_col" id="wdn_footer_feedback"> + <!--#include virtual="/wdn/templates_3.1/includes/feedback.html" --> + </div> + <div class="footer_col" id="wdn_footer_related"> + <!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="../sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_contact"> + <!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col" id="wdn_footer_share"> + <!--#include virtual="/wdn/templates_3.1/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"> + <div> + <!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="../sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.1/includes/wdn.html" --> + </div> + <!--#include virtual="/wdn/templates_3.1/includes/logos.html" --> + </div> + </footer> + </div> +</body> +<!-- InstanceEnd --></html> diff --git a/visitor/rental.shtml.LCK b/visitor/rental.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/rental.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file diff --git a/visitor/thinkinlincoln.shtml b/visitor/thinkinlincoln.shtml new file mode 100644 index 0000000000000000000000000000000000000000..c34ea907348a72a944211e48064ec0457c9abd4e --- /dev/null +++ b/visitor/thinkinlincoln.shtml @@ -0,0 +1,129 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" --> +<head> +<!-- + Membership and regular participation in the UNL Web Developer Network + is required to use the UNL templates. Visit the WDN site at + http://wdn.unl.edu/. Click the WDN Registry link to log in and + register your unl.edu site. + All UNL template 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 UNL site template. + + $Id: fixed.dwt 536 2009-07-23 15:47:30Z bbieber2 $ +--> +<link rel="stylesheet" type="text/css" media="screen" href="/wdn/templates_3.0/css/all.css" /> +<link rel="stylesheet" type="text/css" media="print" href="/wdn/templates_3.0/css/print.css" /> +<script type="text/javascript" src="/wdn/templates_3.0/scripts/all.js"></script> +<!--#include virtual="/wdn/templates_3.0/includes/browserspecifics.html" --> +<!--#include virtual="/wdn/templates_3.0/includes/metanfavico.html" --> +<!-- InstanceBeginEditable name="doctitle" --> +<title>UNL | Visitors | Thinkin' Lincoln Participants</title> +<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --> +<!-- InstanceEndEditable --> +</head> +<body class="fixed"> +<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p> +<div id="wdn_wrapper"> + <div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a> + <h1>University of Nebraska–Lincoln</h1> + <!--#include virtual="/wdn/templates_3.0/includes/wdnTools.html" --> + </div> + <div id="wdn_navigation_bar"> + <div id="breadcrumbs"> + <!-- WDN: see glossary item 'breadcrumbs' --> + <!-- InstanceBeginEditable name="breadcrumbs" --> + <ul> + <li class="first"><a href="http://www.unl.edu/">UNL</a></li> + <li><a href="index.shtml">Visitors</a></li> + <li>Thinkin' Lincoln Participants</li> + </ul> + <!-- InstanceEndEditable --></div> + <div id="wdn_navigation_wrapper"> + <div id="navigation"><!-- InstanceBeginEditable name="navlinks" --> +<!--#include virtual="/ucomm/sharedcode/navigation.html" --> + <!-- InstanceEndEditable --></div> + </div> + </div> + <div id="wdn_content_wrapper"> + <div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" --><h1>Visitors</h1><h2>Make Yourself At Home</h2><!-- InstanceEndEditable --></div> + <div id="pagetitle"><!-- InstanceBeginEditable name="pagetitle" --><h2>UNL <em>Thinkin' Lincoln</em> Participants</h2> <!-- InstanceEndEditable --></div> + <div id="maincontent"> + <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> + <!-- InstanceBeginEditable name="maincontentarea" --> + <div class="three_col left"> + + <div class="image_small_16x9 right"><img src="images/thinkinlincoln_image_small_16x9.gif" alt="Thinkin' Lincoln Logo" /></div> + + + <p>Thinkin' Lincoln is a project sponsored by the Lincoln Convention and Visitors Bureau and the Lincoln Arts Council which helps identify + all the attractions the capital city has to offer to the general public. The University of Nebraska–Lincoln comprises the largest portion + of Thinkin' Lincoln participants, as well as many other attractions for Lincoln Visitors. See the + <a href="http://www.lincoln.org/">Lincoln Convention and Visitors Bureau</a> and + <a href="http://artscene.org/">Lincoln Arts Council</a> websites for more information.</p> + <h4>Participants</h4> + <ul> + <li><a href="http://www.liedcenter.org/" title="Performance schedule, tickets, building info">Lied Center for Performing Arts</a></li> + <li><a href="http://www.sheldonartgallery.org/" title="Sheldon Museum of Art">Sheldon Museum of Art</a></li> + <li><a href="http://www.rossfilmtheater.org/" title="Film schedule, membership, sponsors, Great Plains Film Festival">Mary Riepma Ross Media Arts Center</a></li> + <li><a href="http://museum.unl.edu/" title="Visitor info, exhibits, education, collections/research, Friends, staff, publications">University of Nebraska State Museum</a></li> + <li><a title="Christlieb Gallery, publications, academics, events" href="http://www.unl.edu/plains/gallery/gallery.shtml">Great Plains Art Collection</a></li> + <li><a href="http://textilegallery.unl.edu/" title="Mission, friends, exhibit calendar">Robert Hillestad Textiles Gallery</a></li> + <li><a href="http://www.quiltstudy.org/" title="Quilters, collectors, researchers, exhibitions, education, donations, press, personnel">International Quilt Study Center</a></li> + <li><a href="http://www.unl.edu/lentz/" title="the Lentz Center for Asian Culture">Lentz Center for Asian Culture</a></li> + <li><a href="http://tractormuseum.unl.edu/" title="Tractor Museum">Tractor Museum</a></li> + <li><a href="http://www.unl.edu/rep/" title="Performance schedule, tickets, auditions, and contact information">Nebraska Repertory Theatre</a></li> + <li><a href="http://www.unl.edu/music/">School of Music</a></li> + </ul> + </div> + + <div class="col right"> + <h2><a href="http://www.unl.edu/visitorscenter/" title="go to the Visitors Centers website">Visitors Centers</a></h2> + <p><a href="http://www.unl.edu/visitorscenter/" title="go to the Visitors Centers website"><img src="images/vbvc_thumb.jpg" alt="main content image" class="right_image" /></a> For more information visit one of the visitors centers on campus.</p> + + <p>Van Brunt Visitors Center<br /> +313 North 13th Street<br /> +Lincoln, Nebraska 68588-0256<br /> +1-800-742-8800, ext. 9800</p> + + <p>East Campus Visitors Center & Dairy Store<br /> +Holdrege Street & Dairy Store Drive<br /> +Lincoln, Nebraska 68583<br /> +1-800-742-8800, ext. 2828</p> +</div> + + <!-- InstanceEndEditable --> + <div class="clear"></div> + <!--#include virtual="/wdn/templates_3.0/includes/noscript.html" --> + <!--THIS IS THE END OF THE MAIN CONTENT AREA.--> + </div> + <div id="footer"> + <div id="footer_floater"></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/feedback.html" --> + </div> + <div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" --> + <!-- WDN: see glossary item 'sidebar links' --> + <!--#include virtual="/ucomm/sharedcode/relatedLinks.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"><!-- InstanceBeginEditable name="contactinfo" --> + <!--#include virtual="../sharedcode/footerContactInfo.html" --> + <!-- InstanceEndEditable --></div> + <div class="footer_col"> + <!--#include virtual="/wdn/templates_3.0/includes/socialmediashare.html" --> + </div> + <!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable --> + <div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" --> + <!--#include virtual="/ucomm/sharedcode/footer.html" --> + <!-- InstanceEndEditable --> + <!--#include virtual="/wdn/templates_3.0/includes/wdn.html" --> + | <a href="http://validator.unl.edu/check/referer">W3C</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS</a> <a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div> + </div> + </div> + <div id="wdn_wrapper_footer"> </div> +</div> +</body> +<!-- InstanceEnd --></html> diff --git a/visitor/thinkinlincoln.shtml.LCK b/visitor/thinkinlincoln.shtml.LCK new file mode 100644 index 0000000000000000000000000000000000000000..84f07d5cf8f6bfc59fec15aff7d0d60e9a6716a7 --- /dev/null +++ b/visitor/thinkinlincoln.shtml.LCK @@ -0,0 +1 @@ +acoleman||acoleman1@unl.edu \ No newline at end of file