~ralsina/+junk/mockup

« back to all changes in this revision

Viewing changes to template.tpl

  • Committer: Roberto Alsina
  • Date: 2014-11-12 13:45:47 UTC
  • Revision ID: roberto.alsina@canonical.com-20141112134547-p63ma6rcen5ev7lg
starting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%(head_prefix)s
 
2
%(head)s
 
3
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
 
4
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
 
5
<script>
 
6
  $(function() {
 
7
    $( "#accordion" ).accordion({ header: "h1" });
 
8
  });
 
9
</script>
 
10
%(stylesheet)s
 
11
%(body_prefix)s
 
12
%(body_pre_docinfo)s
 
13
%(docinfo)s
 
14
%(body)s
 
15
%(body_suffix)s