{'head'};
my $body = \$_[1]->{'body'};
my $u = LJ::User->remote;
return "" unless $u;
LJ::need_res("stc/display_none.css");
my $js = "";
if ($GET{upload_count} || LJ::did_post()) {
if (my $ct = $GET{upload_count}) {
$js .= "\n";
}
}
my $step = 1;
my $fbenabled = LJ::get_cap($u, 'fb_account') && LJ::get_cap($u, 'fb_can_upload');
my $ret = '';
$$head .= qq{
$js
};
#taken from the original fck_image.html
# 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 imgupload.bml with customization for rte
$ret .= "