{'head'};
my $body = \$_[1]->{'body'};
my $u = LJ::User->remote;
return "" unless $u;
LJ::need_res( "stc/display_none.css",
"js/browserdetect.js" );
my $js = "";
if ($GET{upload_count} || LJ::did_post()) {
if (my $ct = $GET{upload_count}) {
$js .= "\n";
}
}
my $step = 1;
my $ret = '';
$$head .= qq{
$js
};
#taken from the original fck_image.html
#insert HTML for an image tag, given an image URL and assorted metadata (alt text, dimensions, etc)
# get the link to the alt text faq
my $faq;
unless ( $faq = LJ::Hooks::run_hook( 'faqlink', 'alttext', $ML{'/imgupload.bml.insertimage.alt.faqlink'} ) ) {
$faq = $ML{'/imgupload.bml.insertimage.alt.faqlink'};
}
$ret .= qq{
URL
Short Description
$ML{'/imgupload.bml.insertimage.alt.body'} $faq.
Width
Height
Border
HSpace
VSpace
Align
Preview
};
# taken from orig fck_image.html
# link tab
$ret .= qq{
URL
This link will wrap around the image you have inserted.