also for 404, missed them ...
This commit is contained in:
parent
b238f578ce
commit
2fc3a45afc
|
|
@ -0,0 +1,4 @@
|
|||
pageDescription=All the pages that returned 404.
|
||||
pageMenu=404
|
||||
pageTitle=All pages that returned 404.
|
||||
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue