Sha256: a7e0e9fd5762a46e0ee5c7bc4b05c2453733b5ad6847a904bea810b9a4ad2b36
Contents?: true
Size: 765 Bytes
Versions: 21
Compression:
Stored size: 765 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CompassAE Mobile</title> <%=include_sencha_touch :debug => true%> <%=static_javascript_include_tag('erp_app/utility.js')%> <%=static_javascript_include_tag('erp_app/mobile/mobile_base.js')%> <%#=setup_js_authentication(@user, @desktop)%> <script type="text/javascript"> Compass.ErpApp.Mobile.AuthentictyToken = '<%=form_authenticity_token%>'; Compass.ErpApp.Mobile.LoginTo = '/erp_app/mobile/' </script> <!--stylesheets--> <%= static_stylesheet_link_tag('erp_app/mobile/mobile.css') %> <!--end stylesheets--> <%= static_javascript_include_tag("erp_app/login/mobile.js")%> </head> <body> </body> </html>
Version data entries
21 entries across 21 versions & 1 rubygems