source: trunk/gsdl/macros/authen.dm@ 876

Last change on this file since 876 was 876, checked in by sjboddie, 24 years ago

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

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
RevLine 
[382]1package authen
2
3
4#######################################################################
5# page content
6#######################################################################
7
[876]8_pagetitle_ {_textGSDLtitle_}
[382]9_imagethispage_ {_imagegreenstone_}
10
11_content_ {
[725]12<br><br><br><br>
[382]13_messagestatus_
14
[725]15<form name="login" method="get" action="_gwcgi_">
[876]16<input type=hidden name="e" value="_If_(_cgiarger_,_cgiarger_,_decodedcompressedoptions_)">
[382]17_hiddenargs_
18
19<table border=0>
[876]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>
[599]22<tr><td></td><td><input type="submit" value="sign in"></td></tr>
[382]23</table>
24</form>
25}
26
27
[876]28_messageinvalid_ {_textmessageinvalid_}
[382]29
[876]30_messagefailed_ {_textmessagefailed_}
[382]31
32_messageenabled_ {}
33
[876]34_messagedisabled_ {_textmessagedisabled_}
[382]35
[876]36_messagepermissiondenied_ {_textmessagepermissiondenied_}
[382]37
[876]38_messagestalekey_ {_textmessagestalekey_}
[382]39
40
41#################################
42# when authentication is accepted
43#################################
44
45package authenok
46
47
48#######################################################################
49# page content
50#######################################################################
51
[876]52_pagetitle_ {_authen:textGSDLtitle_}
[382]53_imagethispage_ {_imagegreenstone_}
54
55_content_ {
56_authen:messagestatus_
57}
[876]58
59
60
61
62
63
64
Note: See TracBrowser for help on using the repository browser.