- or download this
sub csv : Local
{
...
$self->my_forward( $c, content_template => 'forderung/importieren/
+progress_bar' );
}
- or download this
<h2>CSV - Import läuft</h2>
<p>Bitte warten Sie ab bis die Prüfung abgschlossen ist und sie e
+in Ergebnis sehen.</p>
...
<a href="[% c.uri_for('/forderung/importieren/protokoll_anzeigen') %]?
+token=[% token %]&mode=error">Protokoll anzeigen</a><br />
<a href="[% c.uri_for('/forderung/importieren/csv') %]">nochmal probie
+ren</a><br />
</div>
- or download this
function check_progress (base_url, token, to, pwidth)
{
...
asynchronous:!check_sync
});
}
- or download this
package ECSInkassoWeb::Controller::Progress;
...
}
1;