start integration default template

This commit is contained in:
Manuel Raynaud
2013-09-09 17:30:18 +02:00
parent 8cc4afdb68
commit 02d758ae9a
154 changed files with 17638 additions and 128 deletions

View File

@@ -0,0 +1,18 @@
{* Include required JS files *}
{javascripts file='../assets/js/*'}
<script src="{$asset_url}"></script>
{/javascripts}
<script>
$(function() {
$('#jquery_block').html("Jquery is now loaded.").hover(function() {
$(this).css('font-weight', 'bold');
}, function() {
$(this).css('font-weight', 'normal');
});
});
</script>
{debugbar_render}
</body>
</html>