/builder/boilerplate/all.cache.html
HTML | 39 lines | 16 code | 2 blank | 21 comment | 0 complexity | e8eb4796c6666f3640a94e39e830afa0 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- <html>
- <head>
- <script>
- var $wnd = parent;
- var $doc = $wnd.document;
- var $moduleName = "%(app_name)s";
- </script>
- %(app_headers)s
- </head>
- <body onload="if (parent && parent.__pygwt_webModeFrameOnLoad) parent.__pygwt_webModeFrameOnLoad(window, '%(app_name)s');">
- <font face='arial' size='-1'>This script is part of module</font> <code>%(app_name)s</code>
-
- %(app_body)s
-
- <script><!--
- %(app_libs)s
- %(app_code)s
- function run() {
- app = new %(app_name)s();
- app.onModuleLoad();
- }
- function pygwtOnLoad(onLoadError, name) {
- if (onLoadError)
- try {
- run();
- } catch (exception) {
- onLoadError(name);
- }
- else {
- run();
- }
- }
- --></script>
- </body>
- </html>