Standard Template
The Standard Template has 4 categories:
See
http://www.library.yale.edu/fdc/usingtemplates.html
This version keeps same include names as the original FD templates but now provides xhtml compliant content with global style control. We have made a small modification to the original template layout to enable future global changes of images.
The major parts of the main template are (bold indicates locations that are customizable for your site ):
- <!--#include virtual="/fdincludes_xhtml/docclaim.html"-->
- <title>Yale University Library: Page Title</title>
- <!-- Insert Metatags, Javascripts, etc. that belong between <head></head> here -->
- <!--#include virtual="/fdincludes_xhtml/al_beginheader.html"-->
- <!-- Change Title Image and ALT Text Below -->
<img src="/fdimages/al_givingtitle.gif" alt="Giving to the Library" />
- <!--#include virtual="/fdincludes_xhtml/al_endheader.html"-->
- <!--#include virtual="/fdincludes_xhtml/whitespace.html"-->
- <!-- Insert Page Content Below -->
Replace this with your content!!
<!-- End Page Content -->
- <!--#include virtual="/fdincludes_xhtml/beginfooter.html"-->
- <!-- Change Contact Information Below -->
Send comments to
<a href="mailto:libweb@www.library.yale.edu">
libweb@www.library.yale.edu</a>
- <!--#include virtual="/fdincludes_xhtml/endfooter.html"-->
The sub Templates add the following parts between #06, #7 above for the menus
- <!--#include virtual="/fdincludes_xhtml/beginmenu.html"-->
- <!-- Change Submenu Links Below -->
<a href="http://www.library.yale.edu/">Submenu Link</a>
- <!--#include virtual="/fdincludes_xhtml/endmenu.html"-->
The only changes from the original template are:
- <td align="left"><img src="/fdimages/al_givingtitle.gif" height=40 alt="Giving to the Library" border=0></td>
** as we can see #05 above, the title image isn't surrounded by <td> tag and the height border control is set in style sheet, with proper style setup, the image can also be replaced by text
- Another minor change is: remove <br> in #10