This file is indexed.

/usr/lib/interchange/standard/pages/advancedsearch.html is in interchange-cat-standard 5.7.7-2.

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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
[comment]
ui_template: Yes
ui_template_name: leftright
[/comment]

[set page_title]__COMPANY__ -- [L]Advanced Search[/L][/set]
[set page_banner][L]Advanced Search[/L][/set]
[set bgcolor]#FFFFFF[/set]

[control reset=1]

[control-set]
[component]search_box_small[/component]
[/control-set]

[control-set]
[component]cart_tiny[/component]
[/control-set]

[control-set]
[component]product_tree[/component]
[/control-set]

[control-set]
[component][/component]
[/control-set]

[control-set]
[component]cross_horizontal[/component]
[size]2[/size]
[cols]2[/cols]
[banner]Specials[/banner]
[/control-set]

[control-set]
[component]random[/component]
[size]3[/size]
[cols]1[/cols]
[banner][L]See also...[/L][/banner]
[/control-set]

[control reset=1]

@_LEFTRIGHT_TOP_@

<!-- BEGIN CONTENT -->

[tmp matchlimit]10[/tmp]

<table width="100%" border="0">
<tr>
<td>
<br>

<h1>[L]Advanced Search[/L]</h1>
<br>

<p>
<form action="[area search]" method=post>
<table width="100%">
	<tr>
		<td colspan="2">
			[form-session-id]
			<b>[L]Search by Field[/L]:</b><br><br>
		</td>
	</tr>
	<tr>
		<td width="50%">
			[L]Search for[/L]
		</td>
		<td>
			<input type=text name=se size=20>
			<input type=hidden name=st value=db>
			<input type=hidden name=co value=1>		
			[if module-version Text::Query]
			<input type=hidden name=op value=aq>
			[else]
			<input type=hidden name=op value=rm>
			[/else]
			[/if]
		</td>
	</tr>
	<tr>
		<td>
			[L]In fields[/L]
			
		</td>
		<td>
			<select name=sf>
			<option value=":sku:price:comment:description:category:author">--[L]all fields[/L]--
			[loop
				acclist=1
				list="sku=SKU,price=Price"
			]
			<option value="[loop-code]">[loop-param label]
			[/loop]
			</select>
			<input type=hidden name=sf value=category>
			&nbsp;
		</td>
	</tr>
	<tr>
		<td>
			[L]Full words only[/L]
		</td>
		<td>
			[display name=su type=noyes]
		</td>
	</tr>
	<tr>
		<td>
			[L]Case sensitive[/L]
		</td>
		<td>
			[display name=su type=yesno]
		</td>
	</tr>
	<tr>
		<td>
			[L]Regular expression[/L]
		</td>
		<td>
			[display name=su type=yesno] [L](advanced)[/L]
		</td>
	</tr>
	<tr>
		<td>
			[L]Only in category[/L]
		</td>
		<td>
		[tmp cat_widget]
			[display
					name=se
					type=select
					options="=--[L]all categories[/L]--"
					lookup_query="select distinct category from products order by category"
			]
		[/tmp]
		[scratch cat_widget]
		</td>
	</tr>
	<tr>
		<td colspan="2" align="center"><br>
			<input type=submit value="[L]SEARCH[/L]" class=button3>
		</td>
	</tr>
</table>
</form>
</p>

<p>
<table width="100%">
	<tr>
		<td colspan="2">
			<b>[L]Search by Price[/L]:</b><br><br>
			<form action="[area search]" method=post>
			[form-session-id]
			<input type=hidden name=st value=db>
			<input type=hidden name=co value=1>
			<input type=hidden name=sf value=price>
			<input type=hidden name=sf value=price>
			<input type=hidden name=sf value=category>
			<input type=hidden name=nu value=1>
			<input type=hidden name=nu value=1>
			<input type=hidden name=nu value=0>
			<input type=hidden name=op value=ge>
			<input type=hidden name=op value=le>
			<input type=hidden name=op value=eq>
		</td>
	</tr>
	<tr>
		<td width="50%">
			[L]Minimum Price[/L]
		</td>
		<td>
			<input type=text name=se size=8 maxlength=12>
		</td>		
	</tr>
	<tr>
		<td>
			[L]Maximum Price[/L]
		</td>
		<td>
			<input type=text name=se size=8 maxlength=12>
		</td>
	</tr>
	<tr>
		<td>
			[L]Only in category[/L]
		</td>
		<td>
			[scratch cat_widget]
		</td>
	</tr>
	<tr>
		<td colspan="2" align="center"><br>
			<input type=submit value="[L]SEARCH[/L]" class=button3>
		</td>
	</tr>
</table>
</form>


</td>
</tr>
</table>

<!-- END CONTENT -->

@_LEFTRIGHT_BOTTOM_@