mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
11 lines
286 B
Scheme
11 lines
286 B
Scheme
<% if $State %>
|
|
<p>
|
|
<a href="#" onclick="document.getElementById('state').style.display = 'block'; return false;">Show testing state</a>
|
|
<ul id="state" style="display: none;">
|
|
<% loop $State %>
|
|
<li><strong>$Name:</strong> $Value</li>
|
|
<% end_loop %>
|
|
</ul>
|
|
</p>
|
|
<% end_if %>
|