This file is indexed.

/usr/share/pyshared/zope/app/security/browser/authutilitysearchview.pt is in python-zope.app.security 3.7.5-0ubuntu4.

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
<tal:block i18n:domain="zope">
	<h4 tal:content="options/title" i18n:translate="">principals.zcml</h4>
	<div class="row">
		<div class="label" i18n:translate="">
			Search String
		</div>
		<div class="field">
			<input type="text" name="some.searchstring"
			       tal:attributes="name string:${options/name}.searchstring"
			       />
		</div>
	</div>
	<div class="row">
		<div class="field">
			<input type="submit" name="some.search" value="Search"
			       tal:attributes="name string:${options/name}.search"
			       i18n:attributes="value search-button"
			       />
		</div>
	</div>
</tal:block>