version 1.1, 2012/11/27 23:34:41
|
version 1.12, 2016/11/29 03:01:04
|
Line 56 sub handler {
|
Line 56 sub handler {
|
my $cdom = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
my $cdom = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
my $cnum = $env{'course.'.$env{'request.course.id'}.'.num'}; |
my $cnum = $env{'course.'.$env{'request.course.id'}.'.num'}; |
my $chome = $env{'course.'.$env{'request.course.id'}.'.home'}; |
my $chome = $env{'course.'.$env{'request.course.id'}.'.home'}; |
my ($supplementalflag,$updated,$output,$errormsg,$residx,$url,$title,$symb); |
my ($supplementalflag,$updated,$output,$errormsg,$residx,$url,$title, |
if ((($env{'form.folderpath'} =~ /^supplemental/) && ($env{'form.suppurl'})) || |
$symb,$type); |
($env{'form.symb'} =~ /^uploaded/)) { |
if (($env{'form.folderpath'} =~ /^supplemental/) && ($env{'form.suppurl'})) { |
$supplementalflag = 1; |
$supplementalflag = 1; |
($updated,$output,$errormsg,$residx,$url,$title,$symb) = |
if (&unescape($env{'form.suppurl'}) =~ m{^/adm/$cdom/$cnum/\d+/exttools?$}) { |
|
$type = 'tool'; |
|
} |
|
} |
|
if (($supplementalflag) || ($env{'form.symb'} =~ /^uploaded/)) { |
|
($updated,$output,$errormsg,$residx,$url,$title,$symb) = |
&process_changes($supplementalflag,$cdom,$cnum,$chome); |
&process_changes($supplementalflag,$cdom,$cnum,$chome); |
if ($supplementalflag) { |
if ($supplementalflag) { |
if ($url ne $env{'form.suppurl'}) { |
if ($url ne &unescape($env{'form.suppurl'})) { |
$env{'form.suppurl'} = $url; |
$env{'form.suppurl'} = $url; |
} |
} |
if ($title ne $env{'form.title'}) { |
if ($title ne $env{'form.title'}) { |
$env{'form.title'} = $title; |
$env{'form.title'} = $title; |
} |
} |
|
$env{'form.idx'} = $residx; |
} else { |
} else { |
if ($symb ne $env{'form.symb'}) { |
if ($symb ne $env{'form.symb'}) { |
$env{'form.symb'} = $symb; |
$env{'form.symb'} = $symb; |
} |
} |
|
if ($url =~ m{/adm/$cdom/$cnum/\d+/exttools?$}) { |
|
$type = 'tool'; |
|
} |
} |
} |
} else { |
} else { |
$errormsg = &mt('Information about external resource to edit is missing.'); |
$errormsg = &mt('Information about external resource to edit is missing.'); |
} |
} |
if ($updated) { |
if ($updated) { |
$output = &Apache::lonhtmlcommon::confirm_success(&mt('External Resource updated')); |
my $msg = &mt('External Resource updated'); |
|
if ($type eq 'tool') { |
|
$msg = &mt('External Tool updated'); |
|
} |
|
$output = &Apache::lonhtmlcommon::confirm_success($msg); |
} |
} |
if ($errormsg) { |
if ($errormsg) { |
$errormsg = '<p class="LC_error">'.$errormsg.'</p>'; |
$errormsg = '<p class="LC_error">'.$errormsg.'</p>'; |
} |
} |
|
my %ltitools; |
|
if ($type eq 'tool') { |
|
%ltitools = &Apache::lonnet::get_domain_ltitools($cdom); |
|
} |
my $js = &Apache::lonhtmlcommon::scripttag(&extedit_javascript()); |
my $js = &Apache::lonhtmlcommon::scripttag(&extedit_javascript()); |
my $pathitem = '<input type="hidden" name="folderpath" value="'. |
my $pathitem = '<input type="hidden" name="folderpath" value="'. |
&HTML::Entities::encode($env{'form.folderpath'},'<>&"').'" />'; |
&HTML::Entities::encode($env{'form.folderpath'},'<>&"').'" />'; |
$r->print(&Apache::loncommon::start_page('External Resource Editor',$js). |
my $description = 'External Resource Editor'; |
|
if ($type eq 'tool') { |
|
$description = 'External Tool Editor'; |
|
} |
|
$r->print(&Apache::loncommon::start_page($description,$js). |
'<div class="LC_left_float">'. |
'<div class="LC_left_float">'. |
$output. |
$output. |
$errormsg. |
$errormsg. |
&extedit_form($supplementalflag,$residx,$url,$title,$pathitem,undef, |
&extedit_form($supplementalflag,$residx,$url,$title,$pathitem,undef, |
'direct',$env{'form.symb'}). |
'direct',$env{'form.symb'},$type,$cdom,$cnum,\%ltitools). |
'</div>'.&Apache::loncommon::end_page()); |
'</div>'.&Apache::loncommon::end_page()); |
return OK; |
return OK; |
} |
} |
|
|
sub process_changes { |
sub process_changes { |
my ($supplementalflag,$cdom,$cnum,$chome) = @_; |
my ($supplementalflag,$cdom,$cnum,$chome) = @_; |
my ($folder,$container,$output,$errormsg,$updated,$symb,$oldidx,$oldurl, |
my ($folder,$container,$output,$errormsg,$updated,$symb,$oldidx,$oldurl,$type, |
$oldtitle,$residx,$newurl,$newtitle); |
$oldtitle,$newidx,$newurl,$newtitle,$residx,$url,$title,$marker,$args); |
if ($env{'form.symb'}) { |
if ($env{'form.symb'}) { |
$symb = $env{'form.symb'}; |
$symb = $env{'form.symb'}; |
(my $map,$oldidx,my $url)=&Apache::lonnet::decode_symb($symb); |
(my $map,$oldidx,$oldurl)=&Apache::lonnet::decode_symb($symb); |
if ($map =~ m{^uploaded/$cdom/$cnum/(default(_\d+|))\.(sequence|page)$}) { |
if ($map =~ m{^uploaded/$cdom/$cnum/(default(_\d+|))\.(sequence|page)$}) { |
$folder = $1; |
$folder = $1; |
$container = $3; |
$container = $3; |
} |
} |
if ($url =~ m{^ext/(.+)$}) { |
$oldtitle = &Apache::lonnet::gettitle($env{'form.symb'}); |
$oldurl = $1; |
if ($oldurl =~ m{^ext/(.+)$}) { |
if ($oldurl !~ m{^https://}) { |
my $external = $1; |
|
if ($external =~ m{^https://}) { |
|
$oldurl = $external; |
|
} else { |
$oldurl = 'http://'.$oldurl; |
$oldurl = 'http://'.$oldurl; |
} |
} |
|
$type = 'ext'; |
|
} else { |
|
$type = 'tool'; |
} |
} |
$oldtitle = &Apache::lonnet::gettitle($env{'form.symb'}); |
|
} elsif ($env{'form.folderpath'}) { |
} elsif ($env{'form.folderpath'}) { |
$folder = &unescape( (split('&',$env{'form.folderpath'}))[-2] ); |
$folder = &unescape( (split('&',$env{'form.folderpath'}))[-2] ); |
$oldurl = &unescape($env{'form.suppurl'}); |
$oldurl = &unescape($env{'form.suppurl'}); |
$oldtitle = &unescape($env{'form.title'}); |
$oldtitle = &unescape($env{'form.title'}); |
$container = 'sequence'; |
$container = 'sequence'; |
$supplementalflag = 1; |
$supplementalflag = 1; |
|
if ($oldurl =~ m{^/adm/$cdom/$cnum/\d+/exttools?$}) { |
|
$type = 'tool'; |
|
} else { |
|
$type = 'ext'; |
|
} |
|
} |
|
$url = $oldurl; |
|
$title = $oldtitle; |
|
if ($env{'form.importdetail'}) { |
|
($newtitle,$newurl,$newidx) = |
|
map {&unescape($_)} split(/\=/,$env{'form.importdetail'}); |
|
if ($newurl =~ m{^(/adm/$cdom/$cnum/(\d+)/exttools?)\:?(.*)$}) { |
|
$newurl = $1; |
|
$marker = $2; |
|
$args = $3; |
|
} |
|
} |
|
if ($supplementalflag) { |
|
$residx = $newidx; |
|
} else { |
|
$residx = $oldidx; |
} |
} |
if ($folder && $container) { |
if ($folder && $container) { |
if ($env{'form.importdetail'}) { |
if ($env{'form.importdetail'}) { |
my ($errtext,$fatal,$mismatchedid); |
my ($errtext,$fatal,$mismatchedid,@imports); |
($newtitle,$newurl, $residx) = |
if (!$supplementalflag) { |
map {&unescape($_)} split(/\=/,$env{'form.importdetail'}); |
if (($oldidx) && ($oldidx != $newidx)) { |
if (!$supplementalflag && $oldidx) { |
$mismatchedid = 1; |
if ($oldidx != $residx) { |
} |
$mismatchedid = 1; |
|
$residx = $oldidx; |
|
} |
|
} |
} |
my @imports; |
|
if ($mismatchedid) { |
if ($mismatchedid) { |
$errormsg = 'Wrong item identifier'; |
$errormsg = 'Wrong item identifier'; |
} elsif (($newtitle eq $oldtitle) && ($newurl eq $oldurl)) { |
} elsif (($newtitle eq $oldtitle) && ($newurl eq $oldurl)) { |
$output = &mt('No change'); |
if ($type eq 'tool') { |
|
if ($args) { |
|
($updated,$errormsg) = &update_exttool($marker,$cdom,$cnum,$args); |
|
unless ($updated) { |
|
$output = &mt('No change'); |
|
} |
|
} else { |
|
$output = &mt('No change'); |
|
} |
|
} else { |
|
$output = &mt('No change'); |
|
} |
} else { |
} else { |
my $map = "/uploaded/$cdom/$cnum/$folder.$container"; |
my $map = "/uploaded/$cdom/$cnum/$folder.$container"; |
my ($errtext,$fatal) = &LONCAPA::map::mapread($map); |
my ($errtext,$fatal) = &LONCAPA::map::mapread($map); |
Line 145 sub process_changes {
|
Line 199 sub process_changes {
|
} else { |
} else { |
my $saveurl = &LONCAPA::map::qtunescape($newurl); |
my $saveurl = &LONCAPA::map::qtunescape($newurl); |
my $savetitle = &LONCAPA::map::qtunescape($newtitle); |
my $savetitle = &LONCAPA::map::qtunescape($newtitle); |
|
my $ext = 'true'; |
|
if ($type eq 'tool') { |
|
if ($args) { |
|
($updated,$errormsg) = &update_exttool($marker,$cdom,$cnum,$args); |
|
} |
|
$ext = 'false'; |
|
} |
$LONCAPA::map::resources[$residx] = |
$LONCAPA::map::resources[$residx] = |
join(':', ($savetitle,$saveurl,'true','normal','res')); |
join(':', ($savetitle,$saveurl,$ext,'normal','res')); |
my ($outtext,$errtext) = &LONCAPA::map::storemap($map,1); |
my ($outtext,$errtext) = &LONCAPA::map::storemap($map,1); |
if ($errtext) { |
if ($errtext) { |
$errormsg = &mt('Update failed: [_1].',$errtext); |
$errormsg = &mt('Update failed: [_1].',$errtext); |
} else { |
} else { |
$updated = 1; |
$updated = 1; |
|
$title = $newtitle; |
|
if ($newurl ne $oldurl) { |
|
$url = $newurl; |
|
if ($ext eq 'true') { |
|
$newurl =~ s{^http://}{}; |
|
$newurl = "ext/$newurl"; |
|
} |
|
} |
if (!$supplementalflag) { |
if (!$supplementalflag) { |
if ($newurl ne $oldurl) { |
if ($newurl ne $oldurl) { |
$symb = &Apache::lonnet::encode_symb($map,$residx,"ext/$newurl"); |
$symb = &Apache::lonnet::encode_symb($map,$residx,$newurl); |
} else { |
} else { |
$symb = $env{'form.symb'}; |
$symb = $env{'form.symb'}; |
if ($symb) { |
if ($symb) { |
Line 162 sub process_changes {
|
Line 231 sub process_changes {
|
} |
} |
} |
} |
} |
} |
my ($furl,$ferr) = &Apache::lonuserstate::readmap("$cdom/$cnum"); |
my ($furl,$ferr) = |
|
&Apache::lonuserstate::readmap("$cdom/$cnum"); |
if ($ferr) { |
if ($ferr) { |
$errormsg = &mt('Reload failed: [_1].',$ferr); |
$errormsg = &mt('Reload failed: [_1].',$ferr); |
} else { |
} else { |
&Apache::loncommon::update_content_constraints($cdom,$cnum,$chome, |
unless ($supplementalflag) { |
$cdom.'_'.$cnum); |
&Apache::loncommon::update_content_constraints($cdom,$cnum,$chome,$cdom.'_'.$cnum); |
|
} |
} |
} |
} |
} |
} |
} |
Line 176 sub process_changes {
|
Line 247 sub process_changes {
|
$output = &mt('No change'); |
$output = &mt('No change'); |
} |
} |
} else { |
} else { |
$errormsg = &mt('Information about current external resource is incomplete.'); |
if ($type eq 'tool') { |
|
$errormsg = &mt('Information about current external tool is incomplete.'); |
|
} else { |
|
$errormsg = &mt('Information about current external resource is incomplete.'); |
|
} |
} |
} |
if ($updated) { |
return ($updated,$output,$errormsg,$residx,$url,$title,$symb); |
return ($updated,$output,$errormsg,$residx,$newurl,$newtitle,$symb); |
} |
} else { |
|
return ($updated,$output,$errormsg,$residx,$oldurl,$oldtitle,$symb); |
sub update_exttool { |
|
my ($marker,$cdom,$cnum,$args) = @_; |
|
my %toolhash=&Apache::lonnet::dump('exttool_'.$marker,$cdom,$cnum); |
|
my (%newhash,$changed,@deleted,$errormsg); |
|
($newhash{'target'},$newhash{'width'},$newhash{'height'},$newhash{'crslabel'},$newhash{'crstitle'}) = split(/:/,$args); |
|
$newhash{'crslabel'} = &unescape($newhash{'crslabel'}); |
|
$newhash{'crstitle'} = &unescape($newhash{'crstitle'}); |
|
my %toolhash=&Apache::lonnet::dump('exttool_'.$marker,$cdom,$cnum); |
|
foreach my $item ('target','width','height','crslabel','crstitle') { |
|
$newhash{$item} =~ s/^\s+//; |
|
$newhash{$item} =~ s/\s+$//; |
|
if (($item eq 'width') || ($item eq 'height')) { |
|
if ($newhash{'target'} eq 'iframe') { |
|
$newhash{$item} = ''; |
|
} |
|
} |
|
if ($toolhash{$item} ne $newhash{$item}) { |
|
if ($newhash{$item} eq '') { |
|
unless (($item eq 'target') || |
|
((($item eq 'width') || ($item eq 'height')) && |
|
(($newhash{'target'} eq 'window') || |
|
(($newhash{'target'} eq '') && ($toolhash{'target'} eq 'window'))))) { |
|
delete($toolhash{$item}); |
|
push(@deleted,$item); |
|
$changed = 1; |
|
} |
|
} else { |
|
$toolhash{$item} = $newhash{$item}; |
|
$changed = 1; |
|
} |
|
} |
|
} |
|
if ($changed) { |
|
my $putres = &Apache::lonnet::put('exttool_'.$marker,\%toolhash,$cdom,$cnum); |
|
unless ($putres eq 'ok') { |
|
$errormsg = &mt('Failed to save updated settings.').' '.&mt('Error: [_1].',$putres); |
|
} |
} |
} |
|
if (@deleted) { |
|
&Apache::lonnet::del('exttool_'.$marker,\@deleted,$cdom,$cnum); |
|
} |
|
return ($changed,$errormsg); |
} |
} |
|
|
sub extedit_form { |
sub extedit_form { |
my ($supplementalflag,$residx,$orig_url,$orig_title,$pathitem,$helpitem,$caller,$symb) = @_; |
my ($supplementalflag,$residx,$orig_url,$orig_title,$pathitem,$helpitem,$caller, |
|
$symb,$type,$cdom,$cnum,$ltitools,$disabled) = @_; |
|
if ($type ne 'tool') { |
|
$type = 'ext'; |
|
} |
my %lt = &Apache::lonlocal::texthash( |
my %lt = &Apache::lonlocal::texthash( |
ex => 'External Resource', |
ex => 'External Resource', |
|
et => 'External Tool', |
ed => 'Edit', |
ed => 'Edit', |
ee => 'External Resource Editor', |
ee => 'External Resource Editor', |
|
te => 'External Tool Editor', |
pr => 'Preview', |
pr => 'Preview', |
sv => 'Save', |
sv => 'Save', |
ul => 'URL', |
ul => 'URL', |
ti => 'Title', |
ti => 'Title', |
al => 'Add Link', |
al => 'Add Link', |
|
at => 'Add Tool', |
); |
); |
my $formname = 'newext'; |
|
my $tabid = 'aa'; |
my $tabid = 'aa'; |
my $toggle = 'ext'; |
|
my $fieldsetid = 'uploadextform'; |
|
my $urlid = 'exturl'; |
|
my $size = 60; |
my $size = 60; |
if ($supplementalflag) { |
if ($supplementalflag) { |
$formname = 'newsuppext'; |
|
$tabid = 'ee'; |
$tabid = 'ee'; |
$toggle = 'suppext'; |
|
$fieldsetid = 'uploadsuppextform'; |
|
$urlid = 'suppexturl'; |
|
} |
} |
my ($link,$legend,$active,$srcclass,$extsrc,$preview,$title,$save, |
my ($formname,$formid,$toggle,$fieldsetid,$urlid,$dispdivstyle,$dimendivstyle, |
$fieldsetstyle,$action,$hiddenelem); |
$labelstyle,$titlestyle,$legend,$urlelem,$toolelem,%toolattr); |
|
$formname = 'new'.$type; |
|
$toggle = $type; |
|
$fieldsetid = 'upload'.$type.'form'; |
|
$urlid = $type.'url'; |
|
map { $toolattr{$_} = $type.$_; } ('dispdiv','dimendiv','dimenwidth','dimenheight', |
|
'crstitlediv','crslabeldiv','crstitle','crslabel'); |
|
$dispdivstyle = 'display:none'; |
|
$dimendivstyle = 'display:none'; |
|
$labelstyle = 'display:none'; |
|
$titlestyle = 'display:none'; |
|
if ($supplementalflag) { |
|
$formname = 'newsupp'.$type; |
|
$toggle = 'supp'.$type; |
|
$fieldsetid = 'uploadsupp'.$type.'form'; |
|
$urlid = 'supp'.$type.'url'; |
|
map { $toolattr{$_} = 'supp'.$toolattr{$_}; } (keys(%toolattr)); |
|
} |
|
my ($link,$legend,$active,$srcclass,$extsrc,$preview,$title,$save,$crstitle,$crslabel, |
|
$fieldsetstyle,$action,$hiddenelem,$form,$width,$height,$tooltarget,%chkstate); |
$fieldsetstyle = 'display: none;'; |
$fieldsetstyle = 'display: none;'; |
$action = '/adm/coursedocs'; |
$action = '/adm/coursedocs'; |
if ($residx) { |
if ($residx) { |
if ($caller eq 'direct') { |
if ($caller eq 'direct') { |
$fieldsetstyle = 'display: block;'; |
$fieldsetstyle = 'display: block;'; |
$action = '/adm/extresedit'; |
$action = '/adm/extresedit'; |
$legend = "<legend>$lt{'ee'}</legend>"; |
if ($type eq 'tool') { |
|
$legend = $lt{'ee'}; |
|
} else { |
|
$legend = $lt{'te'}; |
|
} |
|
$legend = '<legend>'.$legend.'</legend>'; |
if ($symb) { |
if ($symb) { |
$hiddenelem = '<input type="hidden" name="symb" value="'.$symb.'" />'; |
$hiddenelem = '<input type="hidden" name="symb" value="'.$symb.'" />'; |
} elsif ($supplementalflag) { |
} elsif ($supplementalflag) { |
Line 227 sub extedit_form {
|
Line 365 sub extedit_form {
|
'<input type="hidden" name="title" value="'. |
'<input type="hidden" name="title" value="'. |
&HTML::Entities::encode(&escape($orig_title),'<>&"').'" />'; |
&HTML::Entities::encode(&escape($orig_title),'<>&"').'" />'; |
} |
} |
} else { |
} else { |
$link = '<a class="LC_docs_ext_edit" href="javascript:editext('."'$residx'".');">'.$lt{'ed'}.'</a>'; |
$link = '<a class="LC_docs_ext_edit" href="javascript:editext('."'$residx','$type'".');">'.$lt{'ed'}.'</a> '."\n"; |
$size = 40; |
$size = 40; |
$active = '<input type="hidden" name="active" value="'.$tabid.'" />'; |
$active = '<input type="hidden" name="active" value="'.$tabid.'" />'; |
} |
} |
$formname = "editext_$residx"; |
$formname = 'edit'.$type.'_'.$residx; |
$fieldsetid = "uploadext$residx"; |
$fieldsetid = 'upload'.$type.$residx; |
$urlid = "exturl_$residx"; |
$urlid = $type.'url_'.$residx; |
|
map { $toolattr{$_} .= '_'.$residx; } (keys(%toolattr)); |
$srcclass = ' class="LC_nobreak"'; |
$srcclass = ' class="LC_nobreak"'; |
$extsrc = '<span class="LC_docs_ext_edit">'.$lt{'ul'}.' </span>'; |
if ($type eq 'ext') { |
$preview = ' <a class="LC_docs_ext_edit" href="javascript:extUrlPreview('."'$urlid'".');">'.$lt{'pr'}.'</a>'; |
$extsrc = '<span class="LC_docs_ext_edit">'.$lt{'ul'}.' </span>'; |
|
$preview = ' <a class="LC_docs_ext_edit" href="javascript:extUrlPreview('."'$urlid'".');">'.$lt{'pr'}.'</a>'; |
|
} |
$title = '<span class="LC_docs_ext_edit">'.$lt{'ti'}.' </span>'; |
$title = '<span class="LC_docs_ext_edit">'.$lt{'ti'}.' </span>'; |
$save = $lt{'sv'}; |
$save = $lt{'sv'}; |
} else { |
} else { |
$link = '<a class="LC_menubuttons_link" href="javascript:toggleUpload('."'$toggle'".');">'.$lt{'ex'}.'</a>'.$helpitem; |
$link = $lt{'ex'}; |
$legend = "<legend>$lt{'ex'}</legend>"; |
if ($type eq 'tool') { |
$extsrc = $lt{'ul'}.':<br />'; |
$link = $lt{'et'}; |
|
} |
|
$link = '<a class="LC_menubuttons_link" href="javascript:toggleUpload('."'$toggle'".');">'.$link.'</a>'.$helpitem; |
|
if ($type eq 'tool') { |
|
$legend = $lt{'te'}; |
|
} else { |
|
$legend = $lt{'ee'}; |
|
} |
|
$legend = '<legend>'.$legend.'</legend>'; |
$title = $lt{'ti'}.':<br />'; |
$title = $lt{'ti'}.':<br />'; |
$residx = 0; |
$residx = 0; |
$orig_url = 'http://'; |
if ($type eq 'ext') { |
$orig_title = $lt{'ex'}; |
$orig_url = 'http://'; |
$preview = '<input type="button" name="view" value="'.$lt{'pr'}.'" onclick="javascript:extUrlPreview('."'$urlid'".');" />'; |
$orig_title = $lt{'ex'}; |
$save = $lt{'al'}; |
$extsrc = $lt{'ul'}.':<br />'; |
|
$preview = '<input type="button" name="view" value="'.$lt{'pr'}.'" onclick="javascript:extUrlPreview('."'$urlid'".');"'.$disabled.' />'; |
|
$save = $lt{'al'}; |
|
} else { |
|
$orig_title = $lt{'et'}; |
|
$save = $lt{'at'}; |
|
$orig_url = "/adm/$cdom/$cnum/new/exttool"; |
|
} |
$pathitem .= '<br />'; |
$pathitem .= '<br />'; |
} |
} |
return <<ENDFORM |
$formid = $formname; |
$link |
if ($type eq 'ext') { |
<form action="$action" method="post" name="$formname"> |
$urlelem = '<input type="text" size="'.$size.'" name="exturl" id="'.$urlid.'" value="'.$orig_url.'"'.$disabled.' />'; |
<fieldset id="$fieldsetid" style="$fieldsetstyle" /> |
} else { |
$legend |
my $class = 'LC_nobreak'; |
$active |
if ($residx) { |
|
$class = 'LC_docs_ext_edit LC_nobreak'; |
|
if ($orig_url =~ m{^/adm/$cdom/$cnum/(\d+)/exttools?$}) { |
|
my $marker = $1; |
|
my %toolhash=&Apache::lonnet::dump('exttool_'.$marker,$cdom,$cnum); |
|
if ($toolhash{'id'}) { |
|
if (ref($ltitools) eq 'HASH') { |
|
if (keys(%{$ltitools})) { |
|
if (ref($ltitools->{$toolhash{'id'}}) eq 'HASH') { |
|
my $tooltitle = $ltitools->{$toolhash{'id'}}->{'title'}; |
|
my $icon = $ltitools->{$toolhash{'id'}}->{'image'}; |
|
my $image; |
|
if ($icon) { |
|
$image = '<img src="'.$icon.'" alt="'.$tooltitle.'" />'; |
|
} |
|
$tooltarget = $toolhash{'target'}; |
|
if ($tooltarget eq 'window') { |
|
$dimendivstyle = 'display:block'; |
|
$chkstate{'window'} = 'checked="checked" '; |
|
} else { |
|
$chkstate{'iframe'} = 'checked="checked" '; |
|
} |
|
$width = $toolhash{'width'}; |
|
$height = $toolhash{'height'}; |
|
if (ref($ltitools->{$toolhash{'id'}}->{'crsconf'}) eq 'HASH') { |
|
if ($ltitools->{$toolhash{'id'}}->{'crsconf'}->{'title'}) { |
|
$crstitle = $toolhash{'crstitle'}; |
|
$titlestyle = 'display:inline'; |
|
} |
|
if ($ltitools->{$toolhash{'id'}}->{'crsconf'}->{'label'}) { |
|
$crslabel = $toolhash{'crslabel'}; |
|
$labelstyle = 'display:inline'; |
|
} |
|
if ($ltitools->{$toolhash{'id'}}->{'crsconf'}->{'target'}) { |
|
$dispdivstyle = 'display:block'; |
|
} |
|
} |
|
$toolelem = '<span class="LC_nobreak">'.$image.' '.$tooltitle.'</span><br />'; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} else { |
|
$toolelem = '<span class="LC_docs_ext_edit">'."\n". |
|
'<select name="exttoolid" id="LC_exttoolid" onchange="javascript:updateExttool(this,'. |
|
'this.form,'."'$supplementalflag'".');"'.$disabled.'>'."\n". |
|
'<option value="" selected="selected">'.&mt('Select').'</option>'; |
|
my %bynum; |
|
if (ref($ltitools) eq 'HASH') { |
|
foreach my $id (keys(%{$ltitools})) { |
|
if (ref($ltitools->{$id}) eq 'HASH') { |
|
my $order = $ltitools->{$id}->{'order'}; |
|
$bynum{$order} = [$id,$ltitools->{$id}]; |
|
} |
|
} |
|
} |
|
foreach my $item (sort { $a <=> $b } keys(%bynum)) { |
|
if (ref($bynum{$item}) eq 'ARRAY') { |
|
if (ref($bynum{$item}->[1]) eq 'HASH') { |
|
my $tooltitle = $bynum{$item}->[1]->{'title'}; |
|
my $icon = $bynum{$item}->[1]->{'image'}; |
|
$toolelem .= '<option value="'.$bynum{$item}->[0].'">'.$tooltitle.'</option>'; |
|
} |
|
} |
|
} |
|
$toolelem .= '</select></span><br />'; |
|
$crslabel = $env{'course.'.$cdom.'_'.$cnum.'.internal.coursecode'}; |
|
$crstitle = $env{'course.'.$cdom.'_'.$cnum.'.description'}; |
|
} |
|
$toolelem .= '<div id="'.$toolattr{'dispdiv'}.'" style="'.$dispdivstyle.'">'. |
|
'<span class="'.$class.'">'.&mt('Display target:').' '. |
|
'<label><input type="radio" name="exttooltarget" value="iframe" '.$chkstate{'iframe'}.'onclick="updateTooldim(this.form,'. |
|
"'$toolattr{dimendiv}','$toolattr{dimenwidth}','$toolattr{dimenheight}'".');"'.$disabled.'>'.&mt('iframe').'</label>'.(' 'x2). |
|
'<label><input type="radio" name="exttooltarget" value="window" '.$chkstate{'window'}.'onclick="updateTooldim(this.form,'. |
|
"'$toolattr{dimendiv}','$toolattr{dimenwidth}','$toolattr{dimenheight}'".');"'.$disabled.'>'.&mt('window').'</label>'. |
|
'</span><div id="'.$toolattr{'dimendiv'}.'" style="'.$dimendivstyle.'">'. |
|
'<span class="'.$class.'">'. |
|
&mt('Width').'<input type="text" id="'.$toolattr{'dimenwidth'}.'" name="exttoolwidth" value="'.$width.'"'.$disabled.'>'.(' 'x2). |
|
&mt('Height').'<input type="text" id="'.$toolattr{'dimenheight'}.'" name="exttoolheight" value="'.$height.'"'.$disabled.'></span>'."\n". |
|
'</div></div>'. |
|
'<div id="'.$toolattr{'crslabeldiv'}.'" style="'.$labelstyle.'">'. |
|
'<span class="'.$class.'">'.&mt('Course label:').' '. |
|
'<input type="text" id="'.$toolattr{'crslabel'}.'" name="exttoollabel" value="'.$crslabel.'"'.$disabled.'><br />'. |
|
'</div>'. |
|
'<div id="'.$toolattr{'crstitlediv'}.'" style="'.$titlestyle.'">'. |
|
'<span class="'.$class.'">'.&mt('Course title:').' '. |
|
'<input type="text" id="'.$toolattr{'crstitle'}.'" name="exttooltitle" value="'.$crstitle.'"'.$disabled.'><br />'. |
|
'</div>'; |
|
} |
|
my $chooser = $toolelem; |
|
if ($type eq 'ext') { |
|
$chooser = " |
|
<div> |
<span$srcclass> |
<span$srcclass> |
$extsrc |
$extsrc |
<input type="text" size="$size" name="exturl" id="$urlid" value="$orig_url" /> |
$urlelem |
$preview |
$preview |
</span> |
</span> |
<br /> |
</div> |
|
"; |
|
} |
|
$form = <<ENDFORM; |
|
<form action="$action" method="post" name="$formname" id="$formid"> |
|
<fieldset id="$fieldsetid" style="$fieldsetstyle"> |
|
$legend |
|
$active |
|
$chooser |
|
<div> |
<span$srcclass> |
<span$srcclass> |
$title |
$title |
<input type="text" size="$size" name="exttitle" value="$orig_title" /> |
<input type="text" size="$size" name="exttitle" value="$orig_title" $disabled /> |
<input type="hidden" name="importdetail" value="" /> |
<input type="hidden" name="importdetail" value="" /> |
$pathitem |
$pathitem |
$hiddenelem |
$hiddenelem |
<input type="button" value="$save" onclick="javascript:setExternal(this.form,'$residx');" /> |
<input type="button" value="$save" onclick="javascript:setExternal(this.form,'$residx','$type','$orig_url','$supplementalflag');"'.$disabled.' /> |
</span> |
</span> |
|
</div> |
</fieldset> |
</fieldset> |
</form> |
</form> |
ENDFORM |
ENDFORM |
|
if (wantarray) { |
|
return ($link,$form); |
|
} else { |
|
return $link.$form; |
|
} |
} |
} |
|
|
sub display_editor { |
sub display_editor { |
my ($url,$folderpath,$symb,$idx) = @_; |
my ($url,$folderpath,$symb,$idx,$type,$cdom,$cnum) = @_; |
my ($residx,$supplementalflag,$title,$pathitem,$output); |
my ($residx,$supplementalflag,$title,$pathitem,$output,$js,$navmap); |
if ($folderpath =~ /^supplemental/) { |
if ($folderpath =~ /^supplemental/) { |
$supplementalflag = 1; |
$supplementalflag = 1; |
$residx = $idx; |
$residx = $idx; |
Line 290 sub display_editor {
|
Line 553 sub display_editor {
|
(my $map,$residx,my $res) = |
(my $map,$residx,my $res) = |
&Apache::lonnet::decode_symb($symb); |
&Apache::lonnet::decode_symb($symb); |
$title = &Apache::lonnet::gettitle($symb); |
$title = &Apache::lonnet::gettitle($symb); |
my $path = &Apache::lonnet::getdocspath($symb); |
my $path = &Apache::loncommon::symb_to_docspath($symb,\$navmap); |
if ($map =~ /\.page$/) { |
$pathitem = '<input type="hidden" name="folderpath" value="'.&HTML::Entities::encode($path,'<>&"').'" />'; |
$pathitem = '<input type="hidden" name="pagepath" value="'.&HTML::Entities::encode($path,'<>&"').'" />'; |
|
} else { |
|
$pathitem = '<input type="hidden" name="folderpath" value="'.&HTML::Entities::encode($path,'<>&"').'" />'; |
|
} |
|
} |
} |
my $js = &Apache::lonhtmlcommon::scripttag(&extedit_javascript()); |
my %ltitools; |
|
if ($type eq 'tool') { |
|
%ltitools = &Apache::lonnet::get_domain_ltitools($cdom); |
|
} |
|
$js = &Apache::lonhtmlcommon::scripttag(&extedit_javascript()); |
my $args = { 'force_register' => $env{'form.register'} }; |
my $args = { 'force_register' => $env{'form.register'} }; |
return &Apache::loncommon::start_page('External Resource Editor',$js,$args). |
my $description = 'External Resource Editor'; |
|
if ($type eq 'tool') { |
|
$description = 'External Tool Editor'; |
|
} |
|
return &Apache::loncommon::start_page($description,$js,$args). |
'<div class="LC_left_float">'. |
'<div class="LC_left_float">'. |
&extedit_form($supplementalflag,$residx,$url,$title,$pathitem,undef,'direct',$symb). |
&extedit_form($supplementalflag,$residx,$url,$title,$pathitem,undef,'direct', |
|
$symb,$type,$cdom,$cnum,\%ltitools). |
'</div>'. |
'</div>'. |
&Apache::loncommon::end_page(); |
&Apache::loncommon::end_page(); |
} |
} |
|
|
sub extedit_javascript { |
sub extedit_javascript { |
my %lt = &Apache::lonlocal::texthash( |
my ($toolsref) = @_; |
|
my $toolsjs; |
|
if (ref($toolsref) eq 'HASH') { |
|
my $num = scalar(keys(%{$toolsref})); |
|
$toolsjs = " var ltitools = new Array($num);\n". |
|
" var ltitoolsTarget = new Array($num);\n". |
|
" var ltitoolsWidth = new Array($num);\n". |
|
" var ltitoolsHeight = new Array($num);\n". |
|
" var ltitoolsDisplay = new Array($num);\n". |
|
" var ltitoolsLabel = new Array($num);\n". |
|
" var ltitoolsTitle = new Array($num);\n"; |
|
my $i = 0; |
|
foreach my $key (sort { $a <=> $b } keys(%{$toolsref})) { |
|
if (ref($toolsref->{$key})) { |
|
my $target = $toolsref->{$key}->{'target'}; |
|
my $width = $toolsref->{$key}->{'width'}; |
|
my $height = $toolsref->{$key}->{'height'}; |
|
$toolsjs .= ' ltitools['.$i.'] = '."'$key';\n". |
|
' ltitoolsTarget['.$i.'] = '."'$target';\n". |
|
' ltitoolsWidth['.$i.'] = '."'$width';\n". |
|
' ltitoolsHeight['.$i.'] = '."'$height';\n"; |
|
my %courseconfig; |
|
if (ref($toolsref->{$key}->{'crsconf'}) eq 'HASH') { |
|
my $display = $toolsref->{$key}->{'crsconf'}->{'target'}; |
|
$toolsjs .= ' ltitoolsDisplay['.$i.'] = '."'$display';\n"; |
|
my $label = $toolsref->{$key}->{'crsconf'}->{'label'}; |
|
$toolsjs .= ' ltitoolsLabel['.$i.'] = '."'$label';\n"; |
|
my $title = $toolsref->{$key}->{'crsconf'}->{'title'}; |
|
$toolsjs .= ' ltitoolsTitle['.$i.'] = '."'$title';\n"; |
|
} |
|
$i++; |
|
} |
|
} |
|
} |
|
my %js_lt = &Apache::lonlocal::texthash( |
invurl => 'Invalid URL', |
invurl => 'Invalid URL', |
titbl => 'Title is blank', |
titbl => 'Title is blank', |
|
invtool => 'Please select an external tool', |
); |
); |
|
&js_escape(\%js_lt); |
|
|
my $urlregexp = <<'ENDREGEXP'; |
my $urlregexp = <<'ENDREGEXP'; |
/^([a-z]([a-z]|\d|\+|-|\.)*):(\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?((\[(|(v[\da-f]{1,}\.(([a-z]|\d|-|\.|_|~)|[!\$&'\(\)\*\+,;=]|:)+))\])|((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=])*)(:\d*)?)(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*|(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)|((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)|((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)){0})(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i |
/^([a-z]([a-z]|\d|\+|-|\.)*):(\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?((\[(|(v[\da-f]{1,}\.(([a-z]|\d|-|\.|_|~)|[!\$&'\(\)\*\+,;=]|:)+))\])|((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=])*)(:\d*)?)(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*|(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)|((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)|((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)){0})(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i |
Line 320 ENDREGEXP
|
Line 624 ENDREGEXP
|
|
|
var regexp = $urlregexp; |
var regexp = $urlregexp; |
|
|
function setExternal(extform,residx) { |
function setExternal(extform,residx,type,exttoolurl,supplementalflag) { |
var title=extform.exttitle.value; |
var title=extform.exttitle.value; |
if (!String.trim) { |
if (!String.trim) { |
String.prototype.trim = function() {return this.replace(\/^\\s+|\\s+$\/g, "");}; } |
String.prototype.trim = function() {return this.replace(\/^\\s+|\\s+$\/g, "");}; } |
var url=extform.exturl.value; |
|
if (title == null || title.trim()=="") { |
if (title == null || title.trim()=="") { |
alert("$lt{'titbl'}"); |
alert("$js_lt{'titbl'}"); |
extform.exttitle.focus(); |
extform.exttitle.focus(); |
return; |
return; |
} |
} |
if (regexp.test(url)) { |
if (type == 'ext') { |
url = escape(url); |
var url=extform.exturl.value; |
if (residx > 0) { |
if (!regexp.test(url)) { |
eval("extform.importdetail.value=title+'='+url+'='+residx;extform.submit();"); |
alert("$js_lt{'invurl'}"); |
|
extform.exturl.focus(); |
|
return; |
} else { |
} else { |
eval("extform.importdetail.value=title+'='+url;extform.submit();"); |
url = escape(url); |
|
title = escape(title); |
|
if (residx > 0) { |
|
eval("extform.importdetail.value=title+'='+url+'='+residx;extform.submit();"); |
|
} else { |
|
eval("extform.importdetail.value=title+'='+url;extform.submit();"); |
|
} |
} |
} |
} else { |
} else { |
alert("$lt{'invurl'}"); |
title = escape(title); |
extform.exturl.focus(); |
var info = exttoolurl; |
return; |
if (residx == 0) { |
|
var toolid = parseInt(extform.exttoolid.options[extform.exttoolid.selectedIndex].value); |
|
if (isNaN(toolid)) { |
|
alert("$js_lt{'invtool'}"); |
|
return; |
|
} |
|
info += ':'+toolid; |
|
} |
|
var prefix = ''; |
|
if (supplementalflag == 1) { |
|
prefix = 'supp'; |
|
} |
|
var dispdiv = prefix+'tooldispdiv'; |
|
if (residx > 0) { |
|
dispdiv += '_'+residx; |
|
} |
|
if (document.getElementById(dispdiv)) { |
|
if (document.getElementById(dispdiv).style.display == 'block') { |
|
if (extform.exttooltarget.length) { |
|
for (var i=0; i<extform.exttooltarget.length; i++) { |
|
if (extform.exttooltarget[i].checked) { |
|
if (extform.exttooltarget[i].value == 'window') { |
|
var width = extform.exttoolwidth.value; |
|
width.trim(); |
|
var height = extform.exttoolheight.value; |
|
height.trim(); |
|
info += ':window:'+width+':'+height; |
|
} else { |
|
info += ':iframe::'; |
|
} |
|
} |
|
} |
|
} |
|
} else { |
|
info += ':::'; |
|
} |
|
} else { |
|
info += ':::'; |
|
} |
|
var labelinput = prefix+'toolcrslabel'; |
|
var titleinput = prefix+'toolcrstitle'; |
|
if (residx > 0) { |
|
labelinput += '_'+residx; |
|
titleinput += '_'+residx; |
|
} |
|
if (document.getElementById(labelinput)) { |
|
var crslabel = document.getElementById(labelinput).value; |
|
crslabel.trim(); |
|
info += ':'+escape(crslabel); |
|
} else { |
|
info += ':'; |
|
} |
|
if (document.getElementById(titleinput)) { |
|
var crstitle = document.getElementById(titleinput).value; |
|
crstitle.trim(); |
|
info += ':'+escape(crstitle); |
|
} else { |
|
info += ':'; |
|
} |
|
info=escape(info); |
|
if (residx > 0) { |
|
eval("extform.importdetail.value=title+'='+info+'='+residx;extform.submit();"); |
|
} else { |
|
eval("extform.importdetail.value=title+'='+info;extform.submit();"); |
|
} |
} |
} |
} |
} |
|
|
function editext(residx) { |
function editext(residx,type) { |
if (document.getElementById('uploadext'+residx)) { |
if (document.getElementById('upload'+type+residx)) { |
var curr = document.getElementById('uploadext'+residx).style.display; |
var curr = document.getElementById('upload'+type+residx).style.display; |
if (curr == 'none') { |
if (curr == 'none') { |
disp = 'block'; |
disp = 'block'; |
} else { |
} else { |
disp = 'none'; |
disp = 'none'; |
} |
} |
document.getElementById('uploadext'+residx).style.display=disp; |
document.getElementById('upload'+type+residx).style.display=disp; |
} |
} |
resize_scrollbox('contentscroll','1','1'); |
resize_scrollbox('contentscroll','1','1'); |
return; |
return; |
Line 364 function extUrlPreview(caller) {
|
Line 739 function extUrlPreview(caller) {
|
if (regexp.test(url)) { |
if (regexp.test(url)) { |
openMyModal(url,500,400,'yes'); |
openMyModal(url,500,400,'yes'); |
} else { |
} else { |
alert("$lt{'invurl'}"); |
alert("$js_lt{'invurl'}"); |
|
} |
|
} |
|
} |
|
|
|
function updateExttool(caller,form,supplementalflag) { |
|
var prefix = ''; |
|
if (supplementalflag == 1) { |
|
prefix = 'supp'; |
|
} |
|
dispdiv = prefix+'tooldispdiv'; |
|
dimendiv = prefix+'tooldimendiv'; |
|
widthinput = prefix+'toolwidth'; |
|
heightinput = prefix+'toolheight'; |
|
labeldiv = prefix+'toolcrslabeldiv'; |
|
titlediv = prefix+'toolcrstitlediv'; |
|
labelinput = prefix+'toolcrslabel'; |
|
titleinput = prefix+'toolcrstitle'; |
|
if (document.getElementById(dispdiv)) { |
|
var toolpick = caller.options[caller.selectedIndex].value; |
|
$toolsjs |
|
if (toolpick == '') { |
|
if (document.getElementById(dispdiv)) { |
|
document.getElementById(dispdiv).style.display = 'none'; |
|
} |
|
if (document.getElementById(dimendiv)) { |
|
document.getElementById(dimendiv).style.display = 'none'; |
|
} |
|
if (document.getElementById(labeldiv)) { |
|
document.getElementById(labeldiv).style.display = 'none'; |
|
} |
|
if (document.getElementById(titlediv)) { |
|
document.getElementById(titlediv).style.display = 'none'; |
|
} |
|
} else { |
|
if (ltitools.length > 0) { |
|
for (var j=0; j<ltitools.length; j++) { |
|
if (ltitools[j] == toolpick) { |
|
if (document.getElementById(dispdiv)) { |
|
if (ltitoolsDisplay[j]) { |
|
document.getElementById(dispdiv).style.display = 'block'; |
|
if (form.exttooltarget.length) { |
|
for (var k=0; k<form.exttooltarget.length; k++) { |
|
if (form.exttooltarget[k].value == ltitoolsTarget[j]) { |
|
form.exttooltarget[k].checked = true; |
|
break; |
|
} |
|
} |
|
} |
|
if (ltitoolsTarget[j] == 'window') { |
|
dimen = 'block'; |
|
dimenwidth = ltitoolsWidth[j]; |
|
dimenheight = ltitoolsHeight[j]; |
|
} else { |
|
dimen = 'none'; |
|
dimenwidth = ''; |
|
dimenheight = ''; |
|
} |
|
if (document.getElementById(dimendiv)) { |
|
document.getElementById(dimendiv).style.display = dimen; |
|
} |
|
if (document.getElementById(widthinput)) { |
|
document.getElementById(widthinput).value = dimenwidth; |
|
} |
|
if (document.getElementById(heightinput)) { |
|
document.getElementById(heightinput).value = dimenheight; |
|
} |
|
} |
|
} |
|
if (document.getElementById(labeldiv)) { |
|
if (ltitoolsLabel[j]) { |
|
document.getElementById(labeldiv).style.display = 'inline'; |
|
} else { |
|
document.getElementById(labeldiv).style.display = 'none'; |
|
} |
|
} |
|
if (document.getElementById(titlediv)) { |
|
if (ltitoolsTitle[j]) { |
|
document.getElementById(titlediv).style.display = 'inline'; |
|
} else { |
|
document.getElementById(titlediv).style.display = 'none'; |
|
} |
|
} |
|
break; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
|
|
function updateTooldim(form,dimendiv,widthinput,heightinput) { |
|
if (form.exttooltarget.length) { |
|
for (var i=0; i<form.exttooltarget.length; i++) { |
|
if (form.exttooltarget[i].checked) { |
|
var dimen = 'none'; |
|
if (form.exttooltarget[i].value == 'window') { |
|
dimen = 'block'; |
|
} else { |
|
if (document.getElementById(widthinput)) { |
|
document.getElementById(widthinput).value = ''; |
|
} |
|
if (document.getElementById(heightinput)) { |
|
document.getElementById(heightinput).value = ''; |
|
} |
|
} |
|
if (document.getElementById(dimendiv)) { |
|
document.getElementById(dimendiv).style.display = dimen; |
|
} |
|
break; |
|
} |
} |
} |
} |
} |
} |
} |