36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
<div class="bodyContent shadow">
|
|
|
|
|
|
<div id="contentbox">
|
|
|
|
<h1>News</h1>
|
|
|
|
|
|
<h2 class="faq" id="faq01">14.04.2015</h2>
|
|
<p class="line">Finally, we have lauched ExpenseCount beta version.</p>
|
|
<p class="line"> <a href="#">https://co.ut345233</a></p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="<?php echo CDN_URL; ?>js/bootstrap.min.js"></script>
|
|
|
|
<script>
|
|
$(function() {
|
|
$('a[href*=#]:not([href=#])').click(function() {
|
|
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
|
|
var target = $(this.hash);
|
|
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
|
|
if (target.length) {
|
|
$('html,body').animate({
|
|
scrollTop: target.offset().top
|
|
}, 1000);
|
|
return false;
|
|
}
|
|
}
|
|
});
|
|
});
|
|
</script> |