2012-04-10 14:06:46 +00:00
|
|
|
|
|
|
|
<div id="app">
|
|
|
|
<div id="navigation"></div>
|
|
|
|
<div id="notify"></div>
|
|
|
|
<div id="content"></div>
|
2012-11-02 16:10:22 +00:00
|
|
|
<div id="chat"></div>
|
2012-04-10 14:06:46 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<footer class="footer">
|
|
|
|
<!-- <p class="pull-right">Powered by <a href="" target="_blank">xxx</a></p>-->
|
|
|
|
<p class="pull-right"><a href="javascript:window.scrollTo(0,0);">Back to top</a></p>
|
2012-04-11 22:22:09 +00:00
|
|
|
<p>Designed and built with all the love in the world <a href="http://twitter.com/zammad_org">@zammad_org</a></p>
|
2012-04-10 14:06:46 +00:00
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
jQuery(function(){
|
|
|
|
new App.Run();
|
|
|
|
})
|
|
|
|
</script>
|