Sha256: 680dadc594a1915cd87c02438951beeebe1d972851e1b924133e56b77cc14a89
Contents?: true
Size: 664 Bytes
Versions: 3
Compression:
Stored size: 664 Bytes
Contents
<?xml version='1.0' encoding='utf-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title><%= dijit_full_name %></title> <script type="text/javascript" src="/ria/src/dojo/dojo.js" djConfig="isDebug:false,parseOnLoad:true"> </script> <script src="<%= dijit_class_name %>.js"></script> <%= config.generators.head_of_test_page %> <link rel="stylesheet" href="/<%= style_path %>" type="text/css" /> </head> <body class="app"> <div dojoType="<%= dijit_full_name %>" jsId="<%= dijit_class_name.camelize(:lower) %>"> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
depo-0.0.8 | generators/dijit/templates/test.html |
depo-0.0.7 | generators/dijit/templates/test.html |
depo-0.0.6 | generators/dijit/templates/test.html |