diff --git a/index.shtml b/index.shtml index d1680f291fd4a4c58cab1833d6ac5ca2d7ff8556..6d141554456e0a3b14cd0f1bc6370c62dbf996a3 100644 --- a/index.shtml +++ b/index.shtml @@ -28,11 +28,9 @@ <!-- InstanceBeginEditable name="head" --> <!--#include virtual="sharedcode/localSiteLinks.html" --> <link rel="stylesheet" href="styles/css/v4.0.css" /> -<!-- <script src="js/countdown/jquery.knob.js"></script> <script src="js/countdown/jquery.ccountdown.js"></script> <script src="js/countdown/init.js"></script> ---> <!-- InstanceEndEditable --> <!-- InstanceParam name="class" type="text" value="fixed" --> </head> @@ -125,6 +123,7 @@ <h2 class="wdn-impact">Preview a page. Any UNL.edu page.</h2> <form action="http://ucommbieber.unl.edu/workspace/wdntemplates/scripts/public/preview.php" method="GET"> <fieldset> + <legend>Site Information</legend> <label for="preview_url">Enter a URL to preview in 4.0</label> <input id="preview_url" name="u" value="" style="width:75%;" /> <input type="submit" value="Go" /> @@ -133,39 +132,39 @@ </div> </div> - <!--<div class="wdn-band"> + <div class="wdn-band" style="backgound-color:#fff;"> <div class="wdn-inner-wrapper"> <div class="wdn-grid-set"> <div class="bp1-wdn-col-full bp3-wdn-col-three-fourths centered"> <div class="ccounter"> <div class="bp1-wdn-grid-set-halves bp2-wdn-grid-set-fourths wdn-counter"> <div class="wdn-col"> - <input class="knob days" data-width="160" data-min="0" data-max="162" data-displayPrevious=true data-fgColor="#e6e2d6" data-readOnly="true" value="1" data-bgcolor="#46A0B8" data-inputColor="#4a3b13"> - <span>days</span> + <label class="wdn-impact wdn-intro-p" for="count_days">DAYS</label> + <input id="count_days" class="knob days" data-width="160" data-min="0" data-max="185" data-displayPrevious=true data-fgColor="#e6e2d6" data-readOnly="true" value="1" data-bgcolor="#46A0B8" data-inputColor="#4a3b13"> </div> <div class="wdn-col"> - <input class="knob hour" data-width="160" data-min="0" data-max="24" data-displayPrevious=true data-fgColor="#e6e2d6" data-readOnly="true" value="1" data-bgcolor="#46B871" data-inputColor="#4a3b13"> - <span>hours</span> + <label class="wdn-impact wdn-intro-p" for="count_hour">HOURS</label> + <input id="count_hour" class="knob hour" data-width="160" data-min="0" data-max="24" data-displayPrevious=true data-fgColor="#e6e2d6" data-readOnly="true" value="1" data-bgcolor="#46B871" data-inputColor="#4a3b13"> </div> <div class="wdn-col"> - <input class="knob minute" data-width="160" data-min="0" data-max="60" data-displayPrevious=true data-fgColor="#e6e2d6" data-readOnly="true" value="1" data-bgcolor="#E37533" data-inputColor="#4a3b13"> - <span>minutes</span> + <label class="wdn-impact wdn-intro-p" for="count_minute">MINUTES</label> + <input id="count_minute" class="knob minute" data-width="160" data-min="0" data-max="60" data-displayPrevious=true data-fgColor="#e6e2d6" data-readOnly="true" value="1" data-bgcolor="#E37533" data-inputColor="#4a3b13"> </div> <div class="wdn-col"> - <input class="knob second" data-width="160" data-min="0" data-max="60" data-displayPrevious=true data-fgColor="#e6e2d6" data-readOnly="true" value="0" data-bgcolor="#cc0000" data-inputColor="#4a3b13"> - <span>seconds</span> + <label class="wdn-impact wdn-intro-p" for="count_second">SECONDS</label> + <input id="count_second" class="knob second" data-width="160" data-min="0" data-max="60" data-displayPrevious=true data-fgColor="#e6e2d6" data-readOnly="true" value="0" data-bgcolor="#cc0000" data-inputColor="#4a3b13"> </div> </div> </div> </div> </div> - <h2 style="text-align:center; margin-bottom:0;">LEFT TO GO LIVE!</h2> - <h4 style="text-align:center; margin-top:0;">Counting down 162 days from August 1 UNLedu 4.0 development release to January 10, 2014 go-live!</h3> + <h2 style="text-align:center; margin-bottom:0;">... LEFT TO AUGUST 15 TRANSITION DEADLINE</h2> + <h4 style="text-align:center; margin-top:0;">Counting down to the close of the UNLedu 4.0 transition 'window' on August 15, 2014</h4> </div> - </div> --> + </div> - <div class="wdn-band wdn-sans-serif wdn-band-space"> + <div class="wdn-band wdn-light-complement-band wdn-sans-serif wdn-band-space"> <section class="wdn-inner-wrapper"> <div class="wdn-grid-set"> <div class="wdn-col-three-fourths centered wdn-center"> @@ -213,7 +212,7 @@ <li><a href="resources/">Content Resources</a></li> <li><a href="/wdn/templates_4.0/examples/">Content Area Code Snippets</a></li> <li><a href="http://www1.unl.edu/wdn/wiki/Style_Book_4.0">v4.0 Style Book</a></li> - <li><a href="http://www1.unl.edu/wdn/wiki/">Documentation Wiki</a></li> + <li><a href="http://www1.unl.edu/wdn/wiki/Main_Page">Documentation Wiki</a></li> <li><a href="http://www1.unl.edu/wdn/wiki/Mirroring_the_Template_Files">Template Mirroring Procedures</a></li> </ul> </div> @@ -228,18 +227,18 @@ <div class="wdn-inner-wrapper"> <a href="documentation/3.1/" class="wdn-center"> <h2>v3.1 Responsive Design</h2> - <p class="wdn-sans-serif">Documentation on the production UNLedu Framework 3.1.</p> + <p class="wdn-sans-serif">Documentation on UNLedu Web Framework 3.1.<br />Support for 3.1 will be discontinued on Aug. 16, 2014. <em>Do not launch new sites in the 3.1 Framework.</em></p> </a> </div> </div> - <!--<script> + <script> WDN.loadJQuery (function () { var $ = WDN.jQuery; //enter the count down date using the format year/month/day - $(".ccounter").ccountdown(2014,01,10); + $(".ccounter").ccountdown(2014,08,16); }); - </script> --> + </script> <!-- InstanceEndEditable --> <!--THIS IS THE END OF THE MAIN CONTENT AREA.-->