Sha256: 8ff110540ed2935bf0bba37d03ab3b3cbb46a4d77138d0a0842d2d6008c4f2c7
Contents?: true
Size: 816 Bytes
Versions: 18
Compression:
Stored size: 816 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Dynamic Forms</title> <%= stylesheet_link_tag "fe/fe.screen" %> <%= javascript_include_tag "fe/admin" %> <%= csrf_meta_tag %> </head> <body> <div id="status" style="display: none;"><div class="status_content"><%= image_tag("fe/status.gif", id: "status-img" ) %> <span id="status-msg">Please Wait...</span></div></div> <div id="wrapper"> <div id="header"> <ul id="nav-main"> <li class="active"><%= link_to "Forms", fe_admin_question_sheets_path %></li> <div class="clear"></div> </ul> </div> <div id="main"> <%= yield %> </div> </div> </body> </html>
Version data entries
18 entries across 13 versions & 1 rubygems