You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
346 B
PHTML
17 lines
346 B
PHTML
8 years ago
|
<?php
|
||
|
if (isset($verify_tpl)) {
|
||
|
echo $verify_tpl;
|
||
|
}
|
||
|
?>
|
||
|
|
||
|
|
||
|
<div class="container-fluid">
|
||
|
<div class="row">
|
||
|
<legend></legend>
|
||
|
<div class="col-sm-24">
|
||
|
<p class="muted pull-right"><strong>{elapsed_time}</strong> seconds , <strong>{memory_usage}</strong> memory </p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|