initial commit

This commit is contained in:
2026-06-25 13:03:45 +06:00
commit 4589f4a8d0
3229 changed files with 941958 additions and 0 deletions

36
app/View/Pages/news.ctp Normal file
View 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>