summaryrefslogtreecommitdiff
path: root/web/views/index.erb
blob: dd1eda6338a13096b09f7a69aac8332597fe07d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<table class="boxes resize" width="100%">
    <tr>
        <td width="232" height="40"><h2><a href="/keys"><%= h(t.osm.keys) %></a></h2></td>
        <td rowspan="6" width="20"></td>
        <td height="40"><h2><%= h(t.pages.index.popular_keys) %></h2></td>
        <td rowspan="6" width="20"></td>
        <td width="232" height="40"><h2><a href="/reports"><%= h(t.taginfo.reports) %></a></h2></td>
        <td rowspan="6" width="20"></td>
        <td width="232" height="40"><h2><a href="/about"><%= h(t.taginfo.about) %></a></h2></td>
    </tr>
    <tr>
        <td class="box">
            <div id="key_list"></div>
            <div class="emphasis" style="margin: 10px 0 0 0;"><a href="/keys"><%= h(t.pages.index.keys.listkeys) %></a></div>
        </td>
        <td rowspan="5" class="box">
            <div id="tagcloud" style="margin: 15px 0; line-height: 200%; text-align: justify; overflow: hidden;"></div>
        </td>
        <td rowspan="5" class="box">
            <p><%= t.pages.reports.intro %></p>
            <ul style="margin: 0 0 0 18px; padding: 0;">
<% Report.each_visible do |report| %>
                <li><a href="<%= report.url %>"><%= h(t.reports[report.name].name) %></a></li>
<% end %>
            </ul>
            <p class="emphasis" style="margin-top: 20px;"><a href="/reports"><%= h(t.pages.index.reports.listreports) %></a></p>
        </td>
        <td rowspan="3" class="box">
            <%= t.pages.index.about.intro %>
            <p class="emphasis" style="margin-top: 20px;"><a href="/about"><%= h(t.pages.index.about.more) %></a></p>
        </td>
    </tr>
    <tr>
        <td height="40"><h2><a href="/tags"><%= h(t.osm.tags) %></a></h2></td>
    </tr>
    <tr>
        <td class="box">
            <div id="tag_list"></div>
            <div class="emphasis" style="margin: 10px 0 0 0;"><a href="/tags"><%= h(t.pages.index.tags.listtags) %></a></div>
        </td>
    </tr>
    <tr>
        <td height="40"><h2><a href="/relations"><%= h(t.osm.relation_types) %></a></h2></td>
        <td height="40"><h2><%= h(t.taginfo.international) %></h2></td>
    </tr>
    <tr>
        <td class="box">
            <div id="relation_list"></div>
            <div class="emphasis" style="margin: 10px 0 0 0;"><a href="/relations"><%= h(t.pages.index.relations.listrelations) %></a></div>
        </td>
        <td class="box">
            <p><%= TaginfoConfig.get('instance.description') %></p>
            <p class="emphasis" style="margin-top: 20px;"><a class="extlink" href="//wiki.openstreetmap.org/wiki/Taginfo/Sites"><%= h(t.pages.index.international.see) %></a></p>
        </td>
    </tr>
</table>
<% javascript_for(:d3, :d3_cloud) %>