/usr/share/bins/templates.swigs/search.html is in bins 1.1.29-16.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type"
content="text/html;charset=<TMPL_VAR NAME=ENCODING>">
<meta name="GENERATOR"
content="BINS <TMPL_VAR NAME=BINS_VERSION> (http://bins.sautret.org/)">
<title>Search page</title>
<link
rel="Start"
href="<TMPL_VAR NAME=STATIC_PATH>/.."
title="<TMPL_VAR NAME=STRING_HOME>">
<script type="text/javascript" language="Javascript"
src="search_result.js"></script>
<script type="text/javascript" language="Javascript" src="search.js"
charset="latin1"></script>
</head>
<!--$Id: search.html,v 1.1 2005/08/21 20:12:33 jerome Exp $-->
<!-- TMPL_VAR NAME=BINS_ID -->
<body bgcolor="<!-- TMPL_VAR NAME=PAGE_BACKCOLOR -->"
onload="page_loaded()"
vlink="#000000" link="#002085" alink="0000FF">
<div id="loading" style="position:absolute;">
<table><tr><td>Loading data, please wait...</td></tr></table>
</div>
<script type="text/javascript" language="Javascript"
src="search_data.js"></script>
<table border="0" cellpadding="0" cellspacing="10" align="center"
width="600">
<tr>
<td>
<table cellpadding="6" cellspacing="0" width="100%" border="0"
bgcolor="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->" >
<tr>
<td>
<table cellpadding="0" cellspacing="0"
border="0" width="100%">
<tr>
<td valign="middle" align="left">
<font size="4"
color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->">
<!-- TMPL_VAR NAME=STRING_IMAGESEARCH --></font>
</td>
<td align="right">
<a href="javascript:history.back()">
<font color="<TMPL_VAR NAME=SUBBAR_LINKCOLOR>">
<!-- TMPL_VAR NAME=STRING_BACK --></font></a>
</td>
</tr>
<tr>
<td colspan="2">
<a href="tree.html">
<font size="2"
color="<TMPL_VAR NAME=SUBBAR_LINKCOLOR>">
<b>
<!-- TMPL_VAR NAME=STRING_TREE --></b></font></a>
<font size="2"
color="<!-- TMPL_VAR
NAME=MAINBAR_CURRENTPAGECOLOR -->">
<b> :: </b>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr bgcolor="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->">
<td valign="middle" align="left" >
<font face = "Arial" size="4"
color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->">
<label><!-- TMPL_VAR NAME=STRING_SEARCHKEYWORDS -->
:
<input id="search_string" type="text"
onkeypress="process_key(event)">
</label>
<button type="button"
onclick="reload_page()"><!-- TMPL_VAR
NAME=STRING_SEARCH --></button> <br>
<label style="font-size:0.8em"><input
id="search_word" type="checkbox">
<!-- TMPL_VAR NAME=STRING_SEARCHONLYWHOLEWORDS -->
</label>
</font>
</td>
</tr>
<tr><td> </td></tr>
<tr bgcolor="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->">
<td valign="middle" align="left" >
<noscript><font face="Arial" color="<!--
TMPL_VAR NAME=MAINBAR_TITLECOLOR -->">
<!-- TMPL_VAR NAME=STRING_SEARCHJSERROR -->
</font></noscript>
<font face="Arial"
color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->">
<span id="status"> </span>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div id="results" align="center">
<!--results-->
</div>
<!-- TMPL_INCLUDE NAME="footer.html" -->
</body>
</html>
|