update hero_full.php: finish roman units

This commit is contained in:
yi12345
2013-06-09 18:02:07 +03:00
parent e34f675c81
commit a1e62b598e
14 changed files with 176 additions and 189 deletions
+4 -3
View File
@@ -145,14 +145,15 @@ include("Templates/res.tpl");
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
<?php echo CALCULATED_IN;?> <b><?php
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
?></b> ms
<br /><?php echo SEVER_TIME;?> <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div>
</body>
</html>
</html>