Some of my XSLT changes had undermined the presentation of primary sources, so I've re-inserted a lot of the template modes I was using before. I've also added a div wrapper for non-primary-sources (class="bornDigitalDoc") so PS is now able to work on the redesign without much input from me, without overriding styles in the primary source display.
Worked through sections 1 and 2, and into 3, merging previous changes and suggesting more.
Geru department asked me if it is possible to choose to print the offerings that are not approved; currently they can print offerings that are approved and all offerings. I figured easiest way would be to add a "not approved" item to the drop down list in addition to the "all" and "approved" items. I
- added the appropriate line to active_area.php for the GUI
<option selected value="notapproved">Use NOT Approved Course Offerings When Printing</option>
- added the appropriate sql in manage_calendars.php
if(strcmp("notapproved",$approved_courses)==0){
$restrict_sql = " AND offerings.approved = 'No' ";
}
Works. Had a couple of copy and paste problems resulting in the wrong option being selected when the list page reloaded itself after invoking the print list view. Now seems to be working
Set up headers, front, and basics. Text comes next, and biblio.
Regular Skype meeting.
I see I've got out of the habit of posting my G&T hours at the end of the week for the past couple of months, so I guess this will have to be a super-omnibus accounting since January 11.
January 14 - February 1 (3 weeks) : + 4.0 hours
February 4 - February 15 : + 1.5 hours
February 18 - March 1 : + 4.0 hours
March 4 - March 15 : + 1.5 hours
March 18 - March 29 : + 1.5 hours
April 1 - April 12 : + 2.0 hours
April 15 - April 19 : + 1.0 hour
Today I've basically finished setting up the code for the redesign. I've reworked a bunch of XQuery, XSLT and CSS to make the whole site actually functional (although ugly) in the redesigned setup, and got the menus working, including the page content menu and the dropdown. I've broken out the CSS into several distinct files, leaving one for PS to work on as he does the design. In the process, I've rationalized and centralized a lot of the XQuery, so there's less of it than there used to be.
Ordered on-line office supplies from G&T
Delivery date Monday, April 22
Pushing forward with MoEML redesign work.