OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 24-Nov-2005 12:25:53
Branch: HEAD Handle: 2005112411255300
Modified files:
openpkg-registry registry-ui.pl
Log:
use the POST case always
Summary:
Revision Changes Path
1.11 +2 -12 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.10 -r1.11 registry-ui.pl
--- openpkg-registry/registry-ui.pl 24 Nov 2005 11:22:31 -0000 1.10
+++ openpkg-registry/registry-ui.pl 24 Nov 2005 11:25:53 -0000 1.11
@@ -859,12 +859,7 @@
{
my $html;
$html .= '';
- if ($cfg->{identification}->{mode} eq "ase-FIXME") {
- $html .= "<a href=\"";
- $html .= $ase->url(-action => "login", -mode_during => "ase",
-mode_after => "ase");
- $html .= "\">Login</a> ";
- }
- elsif ($cfg->{identification}->{mode} eq "ase") {
+ if ($cfg->{identification}->{mode} eq "ase") {
$html .= $cgi->start_form(-action => $ase->url(-action => "login",
-mode_during => "ase", -mode_after => "ase"));
$html .= $cgi->delete(-name=>'page');
$html .= $cgi->hidden(-name=>'page', -value => "ase");
@@ -973,12 +968,7 @@
{
my $html;
$html = '';
- if ($cfg->{identification}->{mode} eq "ase-FIXME") {
- $html .= "<a href=\"";
- $html .= $ase->url(-action => "logout", -mode_during => "ase",
-mode_after => "ase");
- $html .= "\">Logout</a> ";
- }
- elsif ($cfg->{identification}->{mode} eq "ase") {
+ if ($cfg->{identification}->{mode} eq "ase") {
$html .= $cgi->start_form(-action => $ase->url(-action => "logout",
-mode_during => "ase", -mode_after => "ase"));
$html .= $cgi->delete(-name=>'page');
$html .= $cgi->hidden(-name=>'page', -value => "ase");
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]