added text to the main page
This commit is contained in:
parent
ad8181ad22
commit
7fdee9dbe3
|
|
@ -4,7 +4,7 @@
|
|||
<div class="span12">
|
||||
|
||||
<h2>
|
||||
Pages ($document.getRootElement().getChildren().size()) - $document.getRootElement().getAttribute("url").getValue()
|
||||
Pages ($document.getRootElement().getChildren().size()) - <a href="$document.getRootElement().getAttribute("url").getValue()" target="_blank"><$document.getRootElement().getAttribute("url").getValue()</a>
|
||||
</h2>
|
||||
<p>
|
||||
Test performed: $document.getRootElement().getAttribute("date").getValue()
|
||||
|
|
@ -176,7 +176,11 @@
|
|||
<a href="#spof-$foreach.count" data-toggle="modal">
|
||||
$results.getChild("g").getChild("spof").getChild("components").getChildren("item").size()
|
||||
</a>
|
||||
|
||||
<!--
|
||||
// TODO add the domains
|
||||
<a href="http://www.webpagetest.org/?url=$esc.url($results.getChild("u").getValue())&video=1&runs=3&spof=" target="_blank" title="Check this page on webpagetest.org with the spof domains"> <i class="icon-time"></i>
|
||||
</a>
|
||||
-->
|
||||
<div class="modal hide fade" id="spof-$foreach.count" show="false" aria-labelledby="jsModalLabel-$foreach.count" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-header">
|
||||
<h3 id="spofModalLabel-$foreach.count">
|
||||
|
|
@ -230,7 +234,7 @@
|
|||
</td>
|
||||
|
||||
<td>
|
||||
<a href="http://www.webpagetest.org/?url=$results.getChild("u").getValue()" target="_blank" title="Check this page on webpagetest.org"> <i class="icon-time"></i>
|
||||
<a href="http://www.webpagetest.org/?url=$esc.url($results.getChild("u").getValue())&video=1&runs=3" target="_blank" title="Check this page on webpagetest.org"> <i class="icon-time"></i>
|
||||
</a>
|
||||
</td>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<div class="span12">
|
||||
|
||||
<h2>
|
||||
$nrOfPages pages analyzed for $document.getRootElement().getAttribute("url").getValue()
|
||||
$nrOfPages pages analyzed for <a href="$document.getRootElement().getAttribute("url").getValue()" target="_blank">$document.getRootElement().getAttribute("url").getValue()</a>
|
||||
</h2>
|
||||
<p>
|
||||
Test performed: $document.getRootElement().getAttribute("date").getValue()
|
||||
|
|
|
|||
Loading…
Reference in New Issue