mourningdove/views/tools/importer/index.tt

18 lines
536 B
Text
Raw Permalink Normal View History

2026-05-24 01:03:05 +00:00
[%- CALL dw.active_resource_group( "foundation" ) -%]
[% dw.need_res( { group => "foundation" }, 'stc/importer.css', 'js/jquery.importer.js' ) %]
[%- sections.title = '.title' | ml -%]
<p class='intro'>[% '.intro' | ml(sitename => site.nameshort, user => u.ljuser_display ) %]</p>
<div class="importer-queue">
<strong>Importer Queue Depth:</strong><br />
[% queue %]
</div>
[% IF allow_comm_imports %]
<form method="get">
[%- authas_html -%]
</form>
[% END %]
[% widget %]