[% SET CPANEL.CPVAR.dprefix = "../"; Api2.pre_exec("FSTest", "dirisempty"); SET api2_result_FSTest_dirisempty = Api2.exec("FSTest" , "dirisempty" , {"files_only" =>"1" , "dir" =>FORM.item("dir" ) _ "/" _ FORM.item("file" )}); Api2.post_exec("FSTest", "dirisempty"); SET file_fullpath = FORM.dir _ FORM.file %] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' page_js = js_code app_key = 'images' page_sub_heading = locale.maketext("Thumbnailer") -%]
[% IF CPANEL.CPVAR.last_dir_empty %]
[% locale.maketext("The directory is empty, no images found.") %]
[% ELSE %]

[% locale.maketext("We will be thumbnailing images in “[_1]”.", file_fullpath) %]

%
x
%
[% END %]
[% INCLUDE _assets/return_link.html.tt return_location="images.html" return_link_text=locale.maketext("Go Back") %]
[% BLOCK js_block %] [% END %] [% END #wrapper -%]