Sha256: e3c36e3123e5779a273a7148303ed9aa82a39ca5c3e20a3d44355ed6653b27a2
Contents?: true
Size: 956 Bytes
Versions: 5
Compression:
Stored size: 956 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><%= class_name %></title> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> <style type="text/css" media="screen">@import "/shared/js/iui/iui.css"; @import "/shared/css/rho.css";</style> <script type="application/x-javascript" src="/shared/js/iui/iui.js"></script> <script src="/shared/js/jquery-1.2.6.min.js"></script> <script src="/shared/js/rho.js"></script> </head> <body> <div class="toolbar"> <h1 id="pageTitle"> <script language="JavaScript"> document.write(document.title) </script> </h1> <a id="backButton" class="button" href="./"></a> </div> <ul id="home" selected="true" title="<%= class_name %>"> <li>Something interesting here...</li> </ul> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems