source: tags/gsdl-2_30d-distribution/gsdl/macros/authen.dm@ 2308

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

some tidying up of macro files for end-user collection building

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