Advertisement
bsweb

new_web

Nov 7th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  4.  
  5.  
  6.  
  7. <head>
  8.  
  9. <title>home template</title>
  10.  
  11. <tmpl_var head.tags>
  12.  
  13. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  14.  
  15. <link rel="stylesheet" type="text/css" href="/SRHC/style.css" />
  16.  
  17. </head>
  18.  
  19.  
  20.  
  21. <body>
  22.  
  23. ^AdminBar;
  24.  
  25. <div id="main">
  26.  
  27. <div id="header">
  28.  
  29. <div id="logo">
  30.  
  31. <h4>Quality-Experience-Access-<span class="alternate_colour">EXCELLENCE!</span></h4>
  32.  
  33. <h1>Salina Regional Health Center...</h1>
  34.  
  35. </div>
  36.  
  37. <div id="menubar">
  38.  
  39. <ul id="menu"><img src="^FileUrl(images/tabs.gif);" alt="tabsimg" />
  40.  
  41.  
  42. <!-- put class="tab_selected" in the li tag for the selected page - to highlight which page you're on -->
  43.  
  44. <li class="tab_selected"><a href="index.html">Home</a></li>
  45.  
  46. <li><a href="phone_directory.html">Phone Directory</a></li>
  47.  
  48. <li><a href="Departments.html">Departments</a></li>
  49.  
  50. <li><a href="policies.html">Policies</a></li>
  51.  
  52. <li><a href="contact.html">Forms</a></li>
  53.  
  54. </ul>
  55.  
  56. </div>
  57.  
  58. </div>
  59.  
  60. <div id="site_content">
  61.  
  62. <div id="panel"><img src="^FileUrl(images/intrawebhdr.gif);" alt="headerimg" />
  63.  
  64. <tmpl_var body.content></div>
  65.  
  66. <div class="sidebar">
  67.  
  68. <!-- insert your sidebar items here -->
  69.  
  70. <h1>Quick Links</h1>
  71.  
  72. <ul>
  73.  
  74. <li><a href="#">link 1</a></li>
  75.  
  76. <li><a href="#">link 2</a></li>
  77.  
  78. <li><a href="#">link 3</a></li>
  79.  
  80. <li><a href="#">link 4</a></li>
  81.  
  82. </ul>
  83.  
  84. <h1>Useful Info</h1>
  85.  
  86. <p>You can put anything you like in the sidebar. Latest news, useful links, images, contact information. Anything you think the visitor will find useful.</p>
  87.  
  88. </div>
  89.  
  90. <div id="content">
  91.  
  92. <!-- insert the page content here -->
  93.  
  94. <h1>Welcome template</h1>
  95.  
  96. <p>This standards compliant, simple, fixed width website template is released as an 'open source' design (under the <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 Licence</a>), which means that you are free to download and use it for anything you want (including modifying and amending it). All I ask is that you leave the 'design by dcarter' link in the footer of the template, but other than that...</p>
  97.  
  98. <p>This template is written entirely in XHTML 1.1 and CSS, and can be validated using the links in the footer.</p>
  99.  
  100. <p>You can view my other 'open source' template designs <a href="http://www.dcarter.co.uk/templates.html">here</a>.</p>
  101.  
  102. <p>This template is a fully functional 5 page website, with a <a href="styles.html">styles</a> page that gives examples of all the styles available with this design.</p>
  103.  
  104. <h1>Browser Compatibility</h1>
  105.  
  106. <p>This template has been tested in the following browsers:</p>
  107.  
  108. <ul>
  109.  
  110. <li>Internet Explorer 8</li>
  111.  
  112. <li>Internet Explorer 7</li>
  113.  
  114. <li>FireFox 3</li>
  115.  
  116. <li>Google Chrome 2</li>
  117.  
  118. <li>Safari 4</li>
  119.  
  120. </ul>
  121.  
  122. </div>
  123.  
  124. </div>
  125.  
  126.  
  127. </div>
  128.  
  129. </body>
  130.  
  131.  
  132.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement