[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
You **should** be able to insert things into the <HEAD> area on all pages in
'05+ using:

INSERTTAG_INHEAD

(see page #102168)

For the javascript properties, it's pretty easy, if you send me the page
offline I can help with the specific case

- adam

_____________________________________
Tri-Colleges Systems Coordinator
Bryn Mawr | Haverford | Swarthmore
610.526.5294


-----Original Message-----
From: innopac-bounces at innopacusers dot org
[mailto:innopac-bounces at innopacusers dot org] On Behalf Of Ed Seedhouse
Sent: Wednesday, January 11, 2006 11:52 AM
To: IUG INNOPAC List
Subject: RE: [IUG] Use of PHP scripts/pages in INNOPAC

>> What we are actually trying to do is set up pages such as the patron
>> authentication page (pverify2_web.html) so that when someone accesses
>> the page with a wireless device, that a script runs and changes the look
>> of the page so that it fits on the screen of a wireless device more
>> effectively.

> The first thing I'd look at is using, though you may well have
> tried it, the
> css media tag for handheld to hide certain elements and scale others, eg:
>
> <LINK rel="stylesheet" type="text/css"
> media="handheld" href="iiihandheld.css">

This is absolutely the *right* amd modern way to deal with different media
types, but the current design of the web catalogue adds greate difficulties.
For pverify2_web.html it is probably feasible since we have access to the
<head> portion of the html. You could even embed the stylesheet right in
the code for the page.

But for many of the form pages this wouldn't work since we have no access to
the first part of the html.

However it is possible to import other style sheets into a current stylsheet
with the @import rule, but I am not sure if we can change the media type for
the imported rules.

I'm no javascript guru, but it *is* possible to change styles from within a
javascript, I know that much.


Ed Seedhouse
Greater Victoria Public Library


--
This message was distributed through the Innovative Users Group INNOPAC list
Public replies: INNOPAC at innopacusers dot org
Update your subscription options:
http://innopacusers.org/mailman/listinfo/innopac