Sha256: 1ef045ad0f1dd0188bba1942f1c643a998f3d894cb7198cd2812a66ad6dd09f6

Contents?: true

Size: 942 Bytes

Versions: 31

Compression:

Stored size: 942 Bytes

Contents

<%# Encoding: utf-8%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US">
<head>
    <% if title = content_for( :title ) %>
    <title><%= title %></title>
    <% end %>

    <meta charset="utf-8" />
    <script src="<%= js_url %>jquery.min.js" type='text/javascript'></script>
    <script src="<%= js_url %>bootstrap.min.js" type='text/javascript'></script>
    <script src="<%= js_url %>panel.js" type='text/javascript'></script>

    <link rel="stylesheet" href="<%= css_url %>bootstrap.min.css" type="text/css" />
    <link rel="stylesheet" href="<%= css_url %>bootstrap-responsive.css" type="text/css" />
    <link rel="stylesheet" href="<%= css_url %>panel.css" type="text/css" />
</head>
<body>
    <div class="container">
        <%= yield %>
    </div>

</body>
</html>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
arachni-1.6.1.3 components/plugins/proxy/panel/layout.html.erb
arachni-1.6.1.2 components/plugins/proxy/panel/layout.html.erb
arachni-1.6.1.1 components/plugins/proxy/panel/layout.html.erb
arachni-1.6.1 components/plugins/proxy/panel/layout.html.erb
arachni-1.6.0 components/plugins/proxy/panel/layout.html.erb
arachni-1.5.1 components/plugins/proxy/panel/layout.html.erb
arachni-1.5 components/plugins/proxy/panel/layout.html.erb
arachni-1.4 components/plugins/proxy/panel/layout.html.erb
arachni-1.3.2 components/plugins/proxy/panel/layout.html.erb
arachni-1.3.1 components/plugins/proxy/panel/layout.html.erb
arachni-1.3 components/plugins/proxy/panel/layout.html.erb
arachni-1.2.1 components/plugins/proxy/panel/layout.html.erb
arachni-1.2 components/plugins/proxy/panel/layout.html.erb
arachni-1.1 components/plugins/proxy/panel/layout.html.erb
arachni-1.0.6 components/plugins/proxy/panel/layout.html.erb
arachni-1.0.5 components/plugins/proxy/panel/layout.html.erb
arachni-1.0.4 components/plugins/proxy/panel/layout.html.erb
arachni-1.0.3 components/plugins/proxy/panel/layout.html.erb
arachni-1.0.2 components/plugins/proxy/panel/layout.html.erb
arachni-1.0.1 components/plugins/proxy/panel/layout.html.erb