Changeset 4740


Ignore:
Timestamp:
2003-06-20T12:00:41+12:00 (21 years ago)
Author:
sjboddie
Message:

Tidied things up a bit so the large javascript functions for the usability
function aren't included in html pages unless usability is actually turned
on. Also renamed a few images that weren't using 8.3 filenames.

Location:
trunk/gsdl
Files:
3 added
3 deleted
4 edited

Legend:

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

    r4195 r4740  
    163163_gsimage_ [v=1] {<a href="_1_">_5_</a><br>}
    164164
    165 _usabilityscript_ {
     165_usabilityscript_ {}
     166
     167_usabshowscript_ {
    166168
    167169//this is for where something goes wrong and an error message has to be shown.
     
    491493_heightgsdl_ {77}
    492494
    493 _httpusabbanner_ {_httpimg_/usabbanner.gif}
     495_httpusabbanner_ {_httpimg_/usabbnr.gif}
    494496
    495497_httpiconitext_ {_httpimg_/itext.gif}
  • trunk/gsdl/macros/english2.dm

    r4128 r4740  
    10551055
    10561056<strong><br></center><a href=\"_gwcgi_?e=_compressedoptions_&a=lang&p=translang\">
    1057 <img src=\"_httpimg_/transhead.gif\"></a>
     1057<img src=\"_httpimg_/tranhead.gif\"></a>
    10581058<center><p>
    10591059<img src="_httpimg_/divb.gif"></strong><p>
     
    10871087 <img src="_httpimg_/core.gif" height=20>)  of phrases used in
    10881088 the main system and an "auxiliary" part (signaled by
    1089  <img src="_httpimg_/auxiliary.gif" height=20>) that
     1089 <img src="_httpimg_/auxilry.gif" height=20>) that
    10901090 contains phrases in less-frequently-used subsystems (such as the
    10911091 Administration pages). Core phrases will be presented first; the
  • trunk/gsdl/src/recpt/documentaction.cpp

    r3880 r4740  
    450450    disp.setmacro("usability","Global","_imageusab_");
    451451    disp.setmacro("usabinterface","Global",("_usab"+(*usability).second+"_"));
     452    disp.setmacro("usabilityscript", "Global", "_usabshowscript_");
    452453  }
    453454}
  • trunk/gsdl/src/recpt/pageaction.cpp

    r4549 r4740  
    547547    disp.setmacro("usability","Global","_imageusab_");
    548548    disp.setmacro("usabinterface","Global",("_usab"+(*check).second+"_"));
     549    disp.setmacro("usabilityscript", "Global", "_usabshowscript_");
    549550      }
    550551     
Note: See TracChangeset for help on using the changeset viewer.