22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
|
<?_code
|
||
|
|
||
|
my $remote = LJ::get_remote();
|
||
|
|
||
|
$title = "Mozilla sidebar";
|
||
|
$body = "";
|
||
|
$head = "";
|
||
|
$bodyopts = "";
|
||
|
|
||
|
my $opts = { 'body' => \$body,
|
||
|
'head' => \$head,
|
||
|
'bodyopts' => \$bodyopts,
|
||
|
'remote' => $remote,
|
||
|
};
|
||
|
|
||
|
LJ::Portal::make_mozilla_box($remote, \%FORM, $opts);
|
||
|
|
||
|
return "<html><head>$head<title>$title</title><body marginwidth=0 marginheight=0 $bodyopts><base target=_content>$body</body></html>";
|
||
|
|
||
|
_code?><?_c <LJDEP>
|
||
|
</LJDEP> _c?>
|