Advertisement
Guest User

Untitled

a guest
Nov 4th, 2011
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 6.00 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
  4. <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->
  5. <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->
  6. <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
  7.  
  8. <head>
  9. <meta charset="utf-8">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  11. <title> Contact Form</title>
  12. <meta name="viewport" content="width=device-width,initial-scale=1">
  13.  
  14. <!-- CSS concatenated and minified via ant build script-->
  15.  
  16. <link rel="stylesheet" href="http://newintranet/css/style.css">
  17. <link rel="stylesheet" href="http://newintranet/css/default.css">
  18. <link rel="stylesheet" href="http://newintranet/css/layout.css">
  19. <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/smoothness/jquery-ui.css">
  20.  
  21. <!-- end CSS-->
  22.  
  23. <script src="http://newintranet/js/libs/modernizr-2.0.6.min.js"></script>
  24. </head>
  25.  
  26. <body>
  27. <div id="background">
  28.   <div id="wrapper">
  29.     <header id="header">
  30.       <hgroup class="logo">
  31.         <h1><a href="http://newintranet/homepage" title="Back to  Homepage"><img src="images/logo.png" alt=""></a></h1>
  32.       </hgroup>
  33.       <nav>
  34.         <h2 class="hidden">Navigation</h2>
  35.         <div id="mainMenu">
  36.           <ul>
  37.             <li class=""><a href="http://newintranet/homepage"><span>Home</span></a></li>
  38.             <li class=""><a href="http://newintranet/humanresources"><span>Human Resources</span></a></li>
  39.             <li class=""><a href="http://newintranet/wellness"><span> Wellness</span></a></li>
  40.             <li class=""><a href="http://newintranet/forms"><span>Forms Library</span></a></li>
  41.             <li class=""><a href="http://newintranet/calendar"><span> Calendar</span></a></li>
  42.           </ul>
  43.         </div>
  44.         <h2 class="hidden">Quick Navigation</h2>
  45.         <ul id="quickNav">
  46.           <li><a href="../." title="Homepage"><span>Homepage</span></a></li>
  47.           <li><a href="../." title="Sitemap"><span>Sitemap</span></a></li>
  48.           <li><a href="http://newintranet/contact"><span>Contact</span></a></li>
  49.         </ul>
  50.       </nav>
  51.       <form action="../.">
  52.         <fieldset>
  53.           <legend>Search</legend>
  54.           <input type="search" class="text" name="search" title="Enter search word or phrase">
  55.           <input type="submit" class="submit" value="Search">
  56.         </fieldset>
  57.       </form>
  58.     </header>
  59.     <section id="content">
  60.       <h1> Contact Form</h1>
  61.       <div class="demo">
  62.         <div id="dialog" title="Basic dialog">
  63.           <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
  64.         </div>
  65.        
  66.         <!-- Sample page content to illustrate the layering of the dialog -->
  67.        
  68.         <div class="hiddenInViewSource" style="padding:20px;">
  69.           <p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
  70.           <form>
  71.             <input value="text input">
  72.             <br>
  73.             <input type="checkbox">
  74.             checkbox<br>
  75.             <input type="radio">
  76.             radio<br>
  77.             <select>
  78.               <option>select</option>
  79.             </select>
  80.             <br>
  81.             <br>
  82.             <textarea>textarea</textarea>
  83.             <br>
  84.           </form>
  85.         </div>
  86.         <!-- End sample page content -->
  87.        
  88.       </div>
  89.       <!-- End demo -->
  90.      
  91.       <div class="demo-description" style="display: none; ">
  92.         <p>The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe.  It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.</p>
  93.       </div>
  94.       <!-- End demo-description -->
  95.      
  96.     </section>
  97.     <aside id="sidebar">
  98.       <nav class="navMenu">
  99.         <h1> Departments</h1>
  100.         <ul>
  101.           <li><a href="page1.html">Finance / Administration</a></li>
  102.           <li><a href="page1.html">Human Services</a></li>
  103.           <li><a href="page2.html">Long Term Care / CDO</a></li>
  104.           <li><a href="page3.html">Public Administration</a></li>
  105.           <li><a href="page4.html">Workforce Development</a></li>
  106.         </ul>
  107.       </nav>
  108.       <h1>Links</h1>
  109.       <a href="#">Sample Link #1</a><br>
  110.       <a href="#">Sample Link #2</a><br>
  111.       <a href="#">Sample Link #3</a><br>
  112.       <a href="#">Sample Link #4</a><br>
  113.       <a href="#">Sample Link #5</a><br>
  114.     </aside>
  115.   </div>
  116. </div>
  117. <!--! end of #container -->
  118.  
  119. <footer id="footer">
  120.   <div class="width">
  121.     <p class="copyright"> <small> &copy; 2011, All Rights Reserved. </small> </p>
  122.     <div id="linkbuilding">
  123.       <ul>
  124.         <li><a href="../." title="SEO text">Navigation Links Here</a></li>
  125.       </ul>
  126.     </div>
  127.   </div>
  128. </footer>
  129. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  130. <script>window.jQuery || document.write('<script src="http://newintranet/js/libs/jquery-1.6.2.min.js"><\/script>')</script>
  131. <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
  132. <script>window.jQuery || document.write('<script src="http://newintranet/js/libs/jquery-ui-1.8.16.custom.min.js"><\/script>')</script>
  133.  
  134. <!-- scripts concatenated and minified via ant build script-->
  135.  
  136. <script defer src="http://newintranet/js/plugins.js"></script>
  137. <script defer src="http://newintranet/js/script.js"></script>
  138.  
  139. <!-- end scripts-->
  140.  
  141. <!--[if lt IE 7 ]>
  142.  
  143.    <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
  144.  
  145.    <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
  146.  
  147.  <![endif]-->
  148.  
  149. </body>
  150. </html>
  151.  
  152.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement