first commit
This commit is contained in:
10
templates/other/clock.php
Normal file
10
templates/other/clock.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<script type='text/javascript' src='resources/jquery.jclock.js'></script>
|
||||
<script type='text/javascript'>
|
||||
$(document).ready(function(){
|
||||
$('#clock').jclock();
|
||||
});
|
||||
</script>
|
||||
<div class="date_clock">
|
||||
<?=$this -> _data;?>
|
||||
<div id='clock'></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user