~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to views/admin/import_job_list.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
{{include '_list.html'}}
 
3
<script type="text/javascript">//<![CDATA[
 
4
$(function() {
 
5
    // Append a nice paragraph of text after the rheader
 
6
    var paragraph = '<p>{{=T('To submit a new job, use the')}} {{=XML(A(T('Import Data'), _href=URL(r=request, f='import_data')))}} {{=T('menu item')}}.</p>';
 
7
    $("#rheader").after(paragraph);
 
8
});
 
9
//]]></script>