summaryrefslogtreecommitdiff
path: root/UI/payments/check_job.html
blob: 455a9934e2297cb01b0f69e2ab95b3ba7ddc256d (plain)
  1. <?lsmb INCLUDE 'ui-header.html'
  2. include_stylesheet = [
  3. 'css/global.css'
  4. 'UI/payments/payments.css'
  5. stylesheet
  6. ]
  7. titlebar = text('Checking Job') # '
  8. refresh = {
  9. url = "payment.pl?job_id=${job_id}&account_class=${account_class}&action=check_job"
  10. delay = 20
  11. }
  12. ?>
  13. <body>
  14. <div class="listtop"><?lsmb text('Checking Job [_1]', job_id) ?></div>
  15. <div class="info">
  16. <?lsmb IF job.completed;
  17. text('Status: Still Running');
  18. ELSE;
  19. text('Status: Complete');
  20. END ?></div>
  21. <?lsmb IF ! job.completed ?>
  22. <div class="info">
  23. <?lsmb IF job.success;
  24. text('Completed Successfully');
  25. ELSE;
  26. text('Job Failed');
  27. END ?></div>
  28. <?lsmb IF ! job.success ?>
  29. <div class="info">
  30. <?lsmb text('Error:') ?><br />
  31. <?lsmb job.error_condition ?>
  32. </div>
  33. <?lsmb END # if ! job.success ?>
  34. <?lsmb END # if job.completed ?>
  35. </body>
  36. </html>
lass="hl">#. type: Plain text
  • msgid ""
  • "This directive can generate stats about how pages link to each other. It can "
  • "produce either a tag cloud, or a table counting the number of links to each "
  • "page."
  • msgstr ""
  • "Diese Anweisung kann Statistiken darüber erzeugen, wie Seiten aufeinander "
  • "verlinken. Sie kann entweder eine Tag-Wolke erzeugen oder eine Tabelle mit "
  • "den Häufigkeiten, wie oft auf die einzelnen Seiten verwiesen wurde."
  • #. type: Plain text
  • #, fuzzy
  • #| msgid "Here's how to use it to create a [[tag]] cloud:"
  • msgid ""
  • "Here's how to use it to create a [[tag]] cloud, with tags sized based on "
  • "frequency of use:"
  • msgstr "So kann eine [[tag]]-Wolke erzeugt werden:"
  • #. type: Plain text
  • #, no-wrap
  • msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
  • msgstr "\t\\[[!pagestats pages=\"tags/*\"]]\n"
  • #. type: Plain text
  • msgid ""
  • "Here's how to create a list of tags, sized by use as they would be in a "
  • "cloud."
  • msgstr ""
  • #. type: Plain text
  • #, fuzzy, no-wrap
  • #| msgid "\t\\[[!pagestats pages=\"tags/*\"]]\n"
  • msgid "\t\\[[!pagestats style=\"list\" pages=\"tags/*\"]]\n"
  • msgstr "\t\\[[!pagestats pages=\"tags/*\"]]\n"
  • #. type: Plain text
  • msgid "And here's how to create a table of all the pages on the wiki:"
  • msgstr "Und so kann eine Tabelle mit allen Seiten im Wiki erzeugt werden:"
  • #. type: Plain text
  • #, no-wrap
  • msgid "\t\\[[!pagestats style=\"table\"]]\n"
  • msgstr "\t\\[[!pagestats style=\"table\"]]\n"
  • #. type: Plain text
  • msgid ""
  • "The optional `among` parameter limits the pages whose outgoing links are "
  • "considered. For instance, to display a cloud of tags used on blog entries, "
  • "while ignoring other pages that use those tags, you could use:"
  • msgstr ""
  • "Der optionale Parameter `among` beschränkt die Seiten, deren ausgehende "
  • "Links berücksichtigt werden. Zum Beispiel kann folgendermaßen eine Tag-Wolke "
  • "erzeugt werden, die nur Vorkommen in Blogeinträgen berücksichtigt:"
  • #. type: Plain text
  • #, no-wrap
  • msgid "\t\\[[!pagestats pages=\"tags/*\" among=\"blog/posts/*\"]]\n"
  • msgstr "\t\\[[!pagestats pages=\"tags/*\" among=\"blog/posts/*\"]]\n"
  • #. type: Plain text
  • msgid "Or to display a cloud of tags related to Linux, you could use:"
  • msgstr "Oder um eine Wolke mit Tags anzuzeigen, die mit Linux verwandt sind:"
  • #. type: Plain text
  • #, no-wrap
  • msgid "\t\\[[!pagestats pages=\"tags/* and not tags/linux\" among=\"tagged(linux)\"]]\n"
  • msgstr "\t\\[[!pagestats pages=\"tags/* and not tags/linux\" among=\"tagged(linux)\"]]\n"
  • #. type: Plain text
  • msgid ""
  • "The optional `show` parameter limits display to the specified number of "
  • "pages. For instance, to show a table of the top ten pages with the most "
  • "links:"
  • msgstr ""
  • "Der optionale Parameter `show` zeigt nur die angegebene Anzahl von Seiten "
  • "an. Zum Beispiel kann man eine Tabelle mit den zehn häufigsten Links "
  • "anzeigen:"
  • #. type: Plain text
  • #, no-wrap
  • msgid "\t\\[[!pagestats style=\"table\" show=\"10\"]]\n"
  • msgstr "\t\\[[!pagestats style=\"table\" show=\"10\"]]\n"
  • #. type: Plain text
  • msgid ""
  • "The optional `class` parameter can be used to control the class of the "
  • "generated tag cloud `div` or page stats `table`."
  • msgstr ""
  • #. type: Plain text
  • #, no-wrap
  • msgid "[[!meta robots=\"noindex, follow\"]]\n"
  • msgstr "[[!meta robots=\"noindex, follow\"]]\n"