Ignore:
Timestamp:
2000-01-27T09:33:49+13:00 (24 years ago)
Author:
sjboddie
Message:

lots of changes - including separating out all language strings
into separate files.

File:
1 edited

Legend:

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

    r725 r876  
    66#######################################################################
    77
    8 _pagetitle_ {Greenstone Digital Library}
     8_pagetitle_ {_textGSDLtitle_}
    99_imagethispage_ {_imagegreenstone_}
    1010
     
    1414
    1515<form name="login" method="get" action="_gwcgi_">
    16 <input type=hidden name="e" value="_If_(_cgiarger_,_cgiarger_,_compressedoptions_)">
     16<input type=hidden name="e" value="_If_(_cgiarger_,_cgiarger_,_decodedcompressedoptions_)">
    1717_hiddenargs_
    1818
    1919<table border=0>
    20 <tr><td>username</td><td><input type="text" name="un" value="_cgiargun_" size=10></td></tr>
    21 <tr><td>password</td><td><input type="password" name="pw" size=10></td></tr>
     20<tr><td>_textusername_</td><td><input type="text" name="un" value="_cgiargun_" size=10></td></tr>
     21<tr><td>_textpassword_</td><td><input type="password" name="pw" size=10></td></tr>
    2222<tr><td></td><td><input type="submit" value="sign in"></td></tr>
    2323</table>
     
    2626
    2727
    28 _messageinvalid_ {The page you have requested requires you to sign in.
    29 Please enter your username
    30 and password.}
     28_messageinvalid_ {_textmessageinvalid_}
    3129
    32 _messagefailed_ {Either your user name or password was incorrect.}
     30_messagefailed_ {_textmessagefailed_}
    3331
    3432_messageenabled_ {}
    3533
    36 _messagedisabled_ {Sorry, you account has been disabled. Please contact
    37 the webmaster for this site.}
     34_messagedisabled_ {_textmessagedisabled_}
    3835
    39 _messagepermissiondenied_ {Sorry, you do not have permission to access this page.}
     36_messagepermissiondenied_ {_textmessagepermissiondenied_}
    4037
    41 _messagestalekey_ {The link you have followed is now stale.
    42 Please enter your password to access this page.}
     38_messagestalekey_ {_textmessagestalekey_}
    4339
    4440
     
    5450#######################################################################
    5551
    56 _pagetitle_ {Greenstone Digital Library}
     52_pagetitle_ {_authen:textGSDLtitle_}
    5753_imagethispage_ {_imagegreenstone_}
    5854
     
    6056_authen:messagestatus_
    6157}
     58
     59
     60
     61
     62
     63
     64
Note: See TracChangeset for help on using the changeset viewer.