this has not been modified for ages. perhaps abandon it?
files altered on conway.cat.org.au
- local/appear.inc (utunga, apr 27)
- local/webcast/webcast.inc (utunga, apr 27)
- local/webcast/webcast-setup.php3 (utunga, apr 27)
- local/include/top1.inc (utunga, apr 27)
- local/include/headertags.inc (utunga, apr 27) added
- local/include/top1.inc (finn, apr 27) added title bar + main nav bar
- local/include/sidebar.inc (finn, apr 27)
- local/include/imcfront-header.inc (finn, 27) pulled content out [already used in top1.inc]there is an empty line at the top - this will need to be edited out somewdropped font size + added cellpaddinghere else.
- local/templates/view_feature.inc (utunga, apr 27) getting rid of weird navbar
--
Finn's attempts - due to the absence of someone whos knows what they are doing, you'll have to put up with these dodgy hacks . . . All occuring on 09.06.02.
I am replicating the about.php3 structure (everything else is quite a mishmash) for all the static files below. Basically this is including an html file in it's own directory: ../local/directory-named-after-php-file/html-file-named-after-php-file. So help.php3 includes ../local/help/help.html. This should be quite archival (easy to track version changes) and easy to follow, and will keep the /local dir uncluttered. Also may be useful if we get that bilingual action happnin.
- mkdir /local/contact
- mkdir /local/help
- mkdir /local/aimcprint
- mkdir /local/openpub
- mkdir /local/downloads
- mkdir /local/docs
- /local/contact/contact.html
- /local/help/help.html
- /local/aimcprint/aimcprint.html
- /local/openpub/openpub.html
- /local/docs/edpolicy.html
I modified these .php files to point to the new includes. Previously content was just slapped in them.
- /webcast/contact.php3
- /webcast/help.php3
- /webcast/aimcprint.php3
- /webcast/openpub.php3
- /webcast/edpolicy.php3
I uploaded chch's publication
- /local/downloads/chch_print_06.05.02.pdf
Editing publish pages (getting into nightmare areas):
- /webcast/entryform.inc - this alters about 2/3rds of the form.
- /wecast/publish.php3 - the top and bottom . . .
- /local/include/howto-publish.html - the text at the top . . .
Taking the font size in the newswire down a slot
- /webcast/cast_class.inc - this is a huge file . . .
11.06.02: Found these files I had missed on the first sweep.
- /webcast/comment.php3 - dropped font size + added cellpadding
- /webcast/search.php3 - dropped font size + added cellpadding + remove irrelevant text.
- /local/webcast/webcast-setup.php3 - altered $summary_length
17.08.02: Some minor rendering fixes:
- /webcast/cast_class.inc - commented out the pdfmaker line [#96] and added [#186] colspan="2" to fix the mismatched table lengths on summary bars.
11.10.02: Feature tweaks
- /webcast/features.php3 - added a table wrapper with cellpadding=5 [commented in the file].
- /webcast/index.php3 - added feature archive links [#26 and #33]
27.10.02: Rendering fixes
- /local/webcast/webcast.inc - fixed rendering prob with mozilla by commenting out - $str = "<p>/n" [#116]
- /local/webcast/webcast.inc - added some pseudo cellpadding with a non-breaking space [#109]