{{ response.files.insert(0,URL('static','js/jquery.js')) #response.files.insert(1,URL('static','css/calendar.css')) response.files.insert(2,URL('static','js/calendar.js')) response.files.insert(3,URL('static','js/web2py.js')) response.files.append(URL('static','js/bootstrap.min.js')) response.files.append(URL('static','js/web2py_bootstrap.js')) response.files.append(URL('static','js/date.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.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.min.js')) response.files.append(URL('static','js/vtraffic.js')) response.files.append(URL('static','js/app.js')) response.files.append(URL('static','js/modernizr.custom.js')) response.files.append(URL('static','js/OpenLayers.js')) response.include_meta() response.include_files() }}