initial commit
This commit is contained in:
36
app/View/Pages/news.ctp
Normal file
36
app/View/Pages/news.ctp
Normal file
@@ -0,0 +1,36 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user