summaryrefslogtreecommitdiff
path: root/web/views/reports/key_lengths.erb
blob: e6031dca22ee24e13aed5dc06e51e6d2fc6e44fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="pre">
    <h1><%= @title %></h1>
    <%= t.reports.key_lengths.intro %>
</div>
<div id="tabs">
    <ul>
        <li><a href="#keys">Keys</a></li>
        <li><a href="#histogram">Histogram</a></li>
    </ul>
    <div id="keys">
        <h2>Keys</h2>
        <table id="grid-keys">
        </table>
    </div>
    <div id="histogram">
        <h2>Histogram</h2>
        <p><%= t.reports.key_lengths.histogram.intro %><p>
        <div id="canvas"></div>
    </div>
</div>
<% javascript 'protovis-r3.2' %>
<% javascript "#{ r18n.locale.code }/reports/key_lengths" %>