Changes to site structure and XSLT
Posted by mholmes on 14 Jun 2011 in Activity log
PAB came by and we made the following changes:
- Standard document display is now handled by doc.htm rather than index.htm. All XSLT which outputs links and menu items has been changed.
- index.htm now redirects to page.htm?page=home. PAB will create a home.xml page in a home folder, analogous with "About".
<head>elements in<list>s and<listBibl>s are now formatted as<h3>tags in text.- Note: in order to inherit site page styling (correct margins in particular), a page such as
about.xmlmust have an@typeattribute on its main content<div>(the first<div>in<body>). It doesn't matter what the value of the@typeattribute is, but it must be present.