Ignore:
Timestamp:
2009-06-12T22:02:32+12:00 (15 years ago)
Author:
davidb
Message:

With change to background to just the squirly part (no wide white expanse) need to be more careful with how it is accessed, so it doesn't repeat across the page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/macros/deposit.dm

    r16680 r19826  
    8080# selected.
    8181_selectheader_ {_cgihead_
    82 _htmlhead_(background="_httpiconchalk_" onLoad="initialize();")_startspacer_
     82_htmlhead_(class="bgimage" onLoad="initialize();")_startspacer_
    8383}
    8484
     
    386386_cssheader_
    387387</head>
    388 <body bgcolor="\#ffffff" text="\#000000" link="\#006666"
    389       alink="\#cc9900" vlink="\#666633" background="_httpiconchalk_">
     388<body class="bgimage">
    390389_startspacer__pagebanner_
    391390}
     
    399398_globalscripts_
    400399</head>
    401 <body bgcolor="\#ffffff" text="\#000000" link="\#006666"
    402       alink="\#cc9900" vlink="\#666633" background="_httpiconchalk_">
     400<body class="bgimage">
    403401_pagebanner_
    404402}
     
    480478# special header for status page
    481479_bildstatusheader_ {_cgihead_
    482 _htmlhead_(background="_httpiconchalk_" onLoad="initialize();")_startspacer_
     480_htmlhead_(class="bgimage" onLoad="initialize();")_startspacer_
    483481}
    484482_bildstatusheader_[v=1] {_cgihead_
     
    528526
    529527_bilddoneheader_ {_cgihead_
    530 _htmlhead_(background="_httpiconchalk_")_startspacer_
     528_htmlhead_(class="bgimage")_startspacer_
    531529}
    532530_bilddonescriptextra_ {
     
    563561
    564562_bildfailheader_ {_cgihead_
    565 _htmlhead_(background="_httpiconchalk_")_startspacer_
     563_htmlhead_(class="bgimage")_startspacer_
    566564}
    567565_bildfailscriptextra_ {
Note: See TracChangeset for help on using the changeset viewer.