File: search.html

package info (click to toggle)
bibledit-cloud 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 250,636 kB
  • sloc: xml: 915,934; ansic: 261,349; cpp: 92,628; javascript: 32,542; sh: 4,915; makefile: 586; php: 69
file content (25 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (9)
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
<title>Search</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
  <table width="100%">
    <tr>
      <td><a href="##backlinkUrl##" id="" title="##backlinkText##">##backlinkText##</a></td>
      <td align="right">
        <form action="search" method="GET" name="search" id="search">
          <input name="q" type="text" value="##queryString##">
          <input type="image" name="search" src="lens.png">
          <input type="hidden" name="url" value="##backlinkUrl##">
          <input type="hidden" name="text" value="##backlinkText##">
        </form>
      </td>
    </tr>
  </table>
  <font size="-1" color="grey"><hr /></font>
  <p><font size="-1" color="grey">##hitCount## translate("chapters")</font></p>
  ##hitsblock##
</body>