diff --git a/src/fr/devinsy/statoolinfos/htmlize/CrawlJournalView.java b/src/fr/devinsy/statoolinfos/htmlize/CrawlJournalView.java index 82830b2..ef917f2 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/CrawlJournalView.java +++ b/src/fr/devinsy/statoolinfos/htmlize/CrawlJournalView.java @@ -85,7 +85,7 @@ public class CrawlJournalView index += 1; } - String content = PresenterUtils.dynamize("/fr/devinsy/statoolinfos/htmlize/crawlJournal.xhtml", data).toString(); + String content = PresenterUtils.dynamize("/fr/devinsy/statoolinfos/htmlize/crawlJournalView.xhtml", data).toString(); result = XidynUtils.extractBodyContent(content); } catch (XidynException exception) diff --git a/src/fr/devinsy/statoolinfos/htmlize/crawlJournal.xhtml b/src/fr/devinsy/statoolinfos/htmlize/crawlJournal.xhtml deleted file mode 100644 index 6621ca4..0000000 --- a/src/fr/devinsy/statoolinfos/htmlize/crawlJournal.xhtml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - StatoolInfos - - - - - - - -
- -
-

Journal des téléchargements

-
Nombre de téléchargements : n/a
-
Nombre d'erreurs : n/a
-
Date : n/a
-
-
-
- - - - - - - - - - - - - - - -
ParentURLStatut
n/an/an/a
-
-
- - - diff --git a/src/fr/devinsy/statoolinfos/htmlize/crawlJournalView.xhtml b/src/fr/devinsy/statoolinfos/htmlize/crawlJournalView.xhtml new file mode 100644 index 0000000..b55d481 --- /dev/null +++ b/src/fr/devinsy/statoolinfos/htmlize/crawlJournalView.xhtml @@ -0,0 +1,99 @@ + + + + + StatoolInfos + + + + + + + +
+
+

Journal des téléchargements

+
Nombre de téléchargements : n/a
+
Nombre d'erreurs : n/a
+
Date : n/a
+
+
+
+ Tout + Erreurs +
+
+ + + + + + + + + + + + + + + +
ParentURLStatut
n/an/an/a
+
+
+ + +