{{ response.files.insert(0,URL('static','js/jquery.min.js')) response.files.insert(3,URL('static','js/web2py.js')) response.files.insert(3,URL('static','js/bootstrap.min.js')) response.files.insert(3,URL('static','js/web2py_bootstrap.js')) response.files.append(URL('static', 'js/modernizr.custom.js')) response.files.append(URL('static','js/app.js')) response.files.append(URL('static','js/jquery.flot.js')) response.files.append(URL('static','js/jquery.flot.time.js')) response.files.append(URL('static','js/jquery.flot.selection.js')) response.files.append(URL('static','js/jquery.event.drag.js')) #response.files.append(URL('static','js/jquery.flot.touch.js')) response.files.append(URL('static','js/jquery.flot.navigate.js')) response.files.append(URL('static','js/jquery.flot.crosshair.js')) response.files.append(URL('static','js/jquery.flot.tooltip.js')) response.files.append(URL('static','js/jquery.flot.resize.js')) response.files.append(URL('static','js/jquery.flot.axislabels.js')) response.files.append(URL('static','js/jquery.flot.canvas.js')) response.files.append(URL('static','js/jquery.flot.pie.js')) response.files.append(URL('static','js/typeahead.min.js')) response.files.append(URL('static','js/hogan-2.0.0.js')) response.files.append(URL('static','js/bootstrap-switch.min.js')) response.files.append(URL('static','css/bootstrap-switch.css')) response.include_meta() response.include_files() }}