Changes labeles in calculated time and server time

This commit is contained in:
kylesv
2012-04-12 12:15:39 +04:00
parent f9c3fcb03c
commit b76436fe3b
7 changed files with 8 additions and 81 deletions
+1 -12
View File
@@ -141,19 +141,8 @@ include("Templates/links.tpl");
<?php <?php
include("Templates/footer.tpl"); include("Templates/footer.tpl");
include("Templates/res.tpl"); include("Templates/res.tpl");
include("Templates/serv_time.tpl");
?> ?>
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
?></b> ms
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div> <div id="ce"></div>
</body> </body>
</html> </html>
+1 -12
View File
@@ -93,19 +93,8 @@ include("Templates/links.tpl");
<?php <?php
include("Templates/footer.tpl"); include("Templates/footer.tpl");
include("Templates/res.tpl"); include("Templates/res.tpl");
include("Templates/serv_time.tpl");
?> ?>
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
<?php echo 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>
</div>
</div>
</div>
<div id="ce"></div> <div id="ce"></div>
</body> </body>
</html> </html>
+1 -11
View File
@@ -84,18 +84,8 @@ include("Templates/links.tpl");
<?php <?php
include("Templates/footer.tpl"); include("Templates/footer.tpl");
include("Templates/res.tpl"); include("Templates/res.tpl");
include("Templates/serv_time.tpl");
?> ?>
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
?></b> ms
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div> <div id="ce"></div>
</body> </body>
</html> </html>
+1 -11
View File
@@ -101,18 +101,8 @@ include("Templates/links.tpl");
<?php <?php
include("Templates/footer.tpl"); include("Templates/footer.tpl");
include("Templates/res.tpl"); include("Templates/res.tpl");
include("Templates/serv_time.tpl");
?> ?>
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
?></b> ms
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div> <div id="ce"></div>
</body> </body>
</html> </html>
+1 -11
View File
@@ -98,18 +98,8 @@ include("Templates/links.tpl");
<?php <?php
include("Templates/footer.tpl"); include("Templates/footer.tpl");
include("Templates/res.tpl"); include("Templates/res.tpl");
include("Templates/serv_time.tpl");
?> ?>
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
?></b> ms
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div> <div id="ce"></div>
</body> </body>
</html> </html>
+1 -11
View File
@@ -122,18 +122,8 @@ include("Templates/links.tpl");
<?php <?php
include("Templates/footer.tpl"); include("Templates/footer.tpl");
include("Templates/res.tpl"); include("Templates/res.tpl");
include("Templates/serv_time.tpl");
?> ?>
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
?></b> ms
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div> <div id="ce"></div>
</body> </body>
</html> </html>
+1 -12
View File
@@ -152,19 +152,8 @@ include("Templates/links.tpl");
<?php <?php
include("Templates/footer.tpl"); include("Templates/footer.tpl");
include("Templates/res.tpl"); include("Templates/res.tpl");
include("Templates/serv_time.tpl");
?> ?>
<div id="stime">
<div id="ltime">
<div id="ltimeWrap">
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
?></b> ms
<br />Server time: <span id="tp1" class="b"><?php echo date('H:i:s'); ?></span>
</div>
</div>
</div>
<div id="ce"></div> <div id="ce"></div>
</body> </body>
</html> </html>