also for 404, missed them ...

This commit is contained in:
Peter Hedenskog 2012-12-16 21:16:41 +01:00
parent b238f578ce
commit 2fc3a45afc
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,4 @@
pageDescription=All the pages that returned 404.
pageMenu=404
pageTitle=All pages that returned 404.

20
report/velocity/404.vm Normal file
View File

@ -0,0 +1,20 @@
#parse("report/velocity/header.vm")
<div class="row-fluid">
<div class="span12">
<h2>
These pages returned 404 from the crawl
</h2>
#foreach ($url in $document.getRootElement().getChildren())
<p><a href="$url.getValue()" target="_blank">$url.getValue()</a></p>
#end
</div>
<!-- span 12 -->
</div>
<!-- row -->
#parse("report/velocity/footer.vm")
</body>
</html>