File: search.html

package info (click to toggle)
khelpcenter 4%3A18.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,720 kB
  • sloc: cpp: 5,955; xml: 249; perl: 86; makefile: 5; sh: 3
file content (37 lines) | stat: -rw-r--r-- 1,212 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

    <head>
        <title>{{ htmltitle }}</title>
        <link rel="stylesheet" href="help:/kdoctools5-common/kde-default.css" type="text/css" />
        <link rel="stylesheet" href="help:/kdoctools5-common/kde-docs.css" type="text/css" />
        <link rel="stylesheet" href="help:/kdoctools5-common/kde-localised.css" type="text/css" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    </head>

    <body>
        <div id="content">
        <div id="header"><div id="header_content"><div id="header_left"><div id="header_right">
        <img src="help:/kdoctools5-common/top-kde.jpg" width="36" height="34" alt="K logo" /> {{ htmltitle }}</div></div></div></div>
        <div id="contentBody"><div lang="en" class="book">
        <div class="titlepage">
        <div>
        <div><h3 class="title">{{ title }}</h3></div>
        </div>
        <hr />
        </div>

        <div>
{% for item in results %}
        <h3>{{ item.title }}</h3>
        {{ item.content }}
{% endfor %}
        </div>

        </div>

        </div>
        </div>
    </body>

</html>