~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to views/list_ext.html

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{{extend 'layout.html'}}
 
2
{{try:}}
 
3
 {{=H2(title)}}
 
4
{{except:}}
 
5
{{pass}}
 
6
{{include 'formats.html'}}
 
7
<div id='table-container'>
 
8
<!-- Ext will render table here -->
 
9
</div>
 
10
<p>&nbsp;</p>
 
11
{{try:}}
 
12
 {{=add_btn}}
 
13
{{except:}}
 
14
{{pass}}
 
15
{{include 'ext.html'}}
 
16
<link rel="stylesheet" type="text/css" href="/{{=request.application}}/static/styles/S3/restful.css" />
 
17
<link rel="stylesheet" type="text/css" href="/{{=request.application}}/static/styles/S3/silk.css" />
 
18
{{table = request.controller + '_' + request.function}}
 
19
<script type="text/javascript">//<![CDATA[
 
20
Ext.onReady(function(){
 
21
 
 
22
    Ext.QuickTips.init();
 
23
    
 
24
    {{include 'extlist.js'}}
 
25
    
 
26
});
 
27
//]]></script>