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

Last change on this file since 725 was 725, checked in by davidb, 25 years ago

Macros to support webpage based collection building
and internal and external links in collection documents

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1package authen
2
3
4#######################################################################
5# page content
6#######################################################################
7
8_pagetitle_ {Greenstone Digital Library}
9_imagethispage_ {_imagegreenstone_}
10
11_content_ {
12<br><br><br><br>
13_messagestatus_
14
15<form name="login" method="get" action="_gwcgi_">
16<input type=hidden name="e" value="_If_(_cgiarger_,_cgiarger_,_compressedoptions_)">
17_hiddenargs_
18
19<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>
22<tr><td></td><td><input type="submit" value="sign in"></td></tr>
23</table>
24</form>
25}
26
27
28_messageinvalid_ {The page you have requested requires you to sign in.
29Please enter your username
30and password.}
31
32_messagefailed_ {Either your user name or password was incorrect.}
33
34_messageenabled_ {}
35
36_messagedisabled_ {Sorry, you account has been disabled. Please contact
37the webmaster for this site.}
38
39_messagepermissiondenied_ {Sorry, you do not have permission to access this page.}
40
41_messagestalekey_ {The link you have followed is now stale.
42Please enter your password to access this page.}
43
44
45#################################
46# when authentication is accepted
47#################################
48
49package authenok
50
51
52#######################################################################
53# page content
54#######################################################################
55
56_pagetitle_ {Greenstone Digital Library}
57_imagethispage_ {_imagegreenstone_}
58
59_content_ {
60_authen:messagestatus_
61}
Note: See TracBrowser for help on using the repository browser.