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:55:01
Branch: HEAD Handle: 2005112411550100
Modified files:
openpkg-registry registry-ui.pl
Log:
remove some debugging code; add markers to be replaced by ase seamless
integration feature
Summary:
Revision Changes Path
1.12 +2 -2 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.11 -r1.12 registry-ui.pl
--- openpkg-registry/registry-ui.pl 24 Nov 2005 11:25:53 -0000 1.11
+++ openpkg-registry/registry-ui.pl 24 Nov 2005 11:55:01 -0000 1.12
@@ -318,6 +318,7 @@
$head .= " <head>\n";
$head .= " <link rel=\"stylesheet\" type=\"text/css\"
href=\"$myurl?page=css\">\n";
$head .= &printjscheckallboxes();
+ $head .= $ase->canvas(-part => "head");
$head .= " </head>\n";
$head .= " <body>\n";
$head .= " <img src=\"http://www.openpkg.org/openpkg.gif\" alt=\"\"
width=\"148\" height=\"80\" align=\"right\">\n";
@@ -900,9 +901,8 @@
my $html;
$html .= '';
$html .= "<h1>OSSP ase client at OpenPKG Registry</h1>";
- $html .= "ASE Login=".$ase->login()."<br>\n";
$html .= sprintf("Session: SID %s<br>\n", $session->id());
- $html .= "<h2>ase</h2><pre>".Dumper($ase)."</pre>\n";
+ $html .= $ase->canvas(-part => "body");
return $html;
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]