source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/welcome/views/web2py_ajax.html

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 821 bytes
Line 
1<script type="text/javascript"><!--
2    // These variables are used by the web2py_ajax_init function in web2py_ajax.js (which is loaded below).
3    {{=ASSIGNJS(
4    w2p_ajax_confirm_message = T('Are you sure you want to delete this object?'),
5    w2p_ajax_disable_with_message = T('Working...'),
6    w2p_ajax_date_format = T('%Y-%m-%d'),
7    w2p_ajax_datetime_format = T('%Y-%m-%d %H:%M:%S'),
8    ajax_error_500 = T.M('An error occured, please [[reload %s]] the page') % URL(args=request.args, vars=request.get_vars)
9    )}}
10    //--></script>
11{{
12response.files.insert(0,URL('static','js/jquery.js'))
13response.files.insert(1,URL('static','css/calendar.css'))
14response.files.insert(2,URL('static','js/calendar.js'))
15response.files.insert(3,URL('static','js/web2py.js'))
16response.include_meta()
17response.include_files()
18}}
Note: See TracBrowser for help on using the repository browser.