Skip to content

Commit

Permalink
Remove explicity rootdir, because this template is cached, and we wan…
Browse files Browse the repository at this point in the history
…t rootdir to differ for each "section"
  • Loading branch information
pudge committed Feb 19, 2002
1 parent 00e8b5c commit 7d664a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/slashcode/templates/userlogin;misc;default
Expand Up @@ -13,16 +13,16 @@ en_US
__name__
userlogin
__template__
<FORM ACTION="[% constants.rootdir %]/users.pl" METHOD="GET">
<FORM ACTION="/users.pl" METHOD="GET">
<B>Nickname:</B><BR>
<INPUT TYPE="TEXT" NAME="unickname" SIZE="20" VALUE=""><BR>
<B>Password:</B><BR>
<INPUT TYPE="HIDDEN" NAME="returnto" VALUE="[% FILTER fixurl; return_url ? return_url : "${constants.rootdir}/index.pl"; END %]">
<INPUT TYPE="HIDDEN" NAME="returnto" VALUE="[% FILTER fixurl; return_url ? return_url : "/index.pl"; END %]">
<INPUT TYPE="HIDDEN" NAME="op" VALUE="userlogin" %]">
<INPUT TYPE="PASSWORD" NAME="upasswd" SIZE="20"><BR>
<INPUT TYPE="SUBMIT" NAME="userlogin" VALUE="Login">
</FORM>

<P>[ <B><A HREF="[% constants.rootdir %]/users.pl?op=newuserform">Create a new account</A></B> ]
<P>[ <B><A HREF="/users.pl?op=newuserform">Create a new account</A></B> ]
__seclev__
10000

0 comments on commit 7d664a9

Please sign in to comment.