| Revision 593,
821 bytes
checked in by jdalbey, 6 years ago
(diff) |
|
Add branch LCSv1
|
| Rev | 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 | {{ |
|---|
| 12 | response.files.insert(0,URL('static','js/jquery.js')) |
|---|
| 13 | response.files.insert(1,URL('static','css/calendar.css')) |
|---|
| 14 | response.files.insert(2,URL('static','js/calendar.js')) |
|---|
| 15 | response.files.insert(3,URL('static','js/web2py.js')) |
|---|
| 16 | response.include_meta() |
|---|
| 17 | response.include_files() |
|---|
| 18 | }} |
|---|
Note: See
TracBrowser
for help on using the repository browser.