File: fetcher_error.rhtml

package info (click to toggle)
dhelp 0.6.32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 604 kB
  • sloc: ruby: 1,171; sh: 555; perl: 372; makefile: 77
file content (47 lines) | stat: -rw-r--r-- 1,425 bytes parent folder | download | duplicates (5)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 "http://www.w3.org/TR/html4/strict.dtd">
<html>
<%
    cgimap = Dhelp::Exporter::CgiMap.new()
%>
<head>
<title><%= _("Debian Online Help (Error)") %></title>
    <link rev="made" href="mailto:dhelp@packages.debian.org">
    <link rel="stylesheet" href="/doc/dhelp/css/dhelp.css">
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>

<body>
    <div id="top-bar">
        <h1><a href="/doc/HTML/"><span id="logo"><img 
        src="/doc/dhelp/css/swirl.png" alt=""><img
        src="/doc/dhelp/css/debian.png" alt="Debian"></span>
            <%= _("Online Help") %></a></h1>

        <div id="navigation-bar">
            <%= cgimap.info2www_link() %> |
            <%= cgimap.man2html_link() %> |
            <a href="/doc/"><%= _("documentation folder") %></a> |

            <form id="search-form" action="/cgi-bin/dsearch">
                <div id="search-form-contents">
                    <input type="text" name="search">
                    <input type="submit" value="<%= _("Search") %>">
                </div>
            </form>
        </div>
    </div>

    <div id="content">
        <h2><%= @message %></h2>

        <div id="item-list">
            <!-- No items in the error page -->
        </div>

        <div id="dir-panel">
            <!-- No directory list in the error page -->
        </div>
    </div>
</body>
</html>