This file is indexed.

/usr/share/haci/Template/HaCiAddNet.tmpl is in haci 0.97c-3.

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
<script language=javascript>
	rootID2Ver=new Array();
	[% FOREACH entry IN rootID2Ver %]
		rootID2Ver["[% entry.ID %]"]="[% entry.ipv6 %]";
	[% END %]
</script>

<div id='descrHelper' onmousedown='startDrag(this);'>
	<table><tr><td>
		<div id='floatbox'>
			<p id='boxHeader'>[% helpDescrHeader %]</p>
			<div id='boxBody'>
				[% INCLUDE HaCiBox.tmpl 
					menu			= helpDescrMenu 
					hiddens		= helpDescrHiddens
					parentFormName	= helpDescrFormName
				%]
			</div>
		</div>
	</td></tr></table>
</div>

<div id='statusHelper' onmousedown='startDrag(this);'>
	<table><tr><td>
		<div id='floatbox'>
			<p id='boxHeader'>[% helpStatusHeader %]</p>
			<div id='boxBody'>
				[% INCLUDE HaCiBox.tmpl 
					menu			= helpStatusMenu 
				%]
			</div>
		</div>
	</td></tr></table>
</div>

<div id='pluginInfo' onmousedown='startDrag(this);'>
	<div id='floatbox'>
		<p id='boxHeader'>[% pluginInfoBoxHeader %]</p>
		<div id='boxBody'>
			[% INCLUDE HaCiBox.tmpl 
				menu	= pluginInfoBoxMenu 
			%]
		</div>
	</div>
</div>

<div id='container'>

	<form name="[% addNetFormName %]" method="post">
	<input type='hidden' id='buttonTmp_[% addNetFormName %]' name='buttonTmp' value='' />
	<input type='hidden' id='pluginID' name='pluginID' value='' />

	<table width='100%'><tr valign='top'>

		<td align='center'><table><tr><td>
		<div id='box'>
			<p id='boxHeader'>[% addNetHeader %]</p>
			<div id='boxBody'>
				[% INCLUDE HaCiBox.tmpl 
					menu			= addNetMenu 
					hiddens		= addNetHiddens
					parentFormName	= addNetFormName
				%]
			</div>
		</div>
		</td></tr></table></td><td>


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

	<br>

	<table width='100%'><tr valign='top'><td align='center'><table><tr><td>
	<div id='box'>
		<p id='boxHeader'>[% netGroupRightsHeader %]</p>
		<div id='boxBody'>
			[% INCLUDE HaCiBox.tmpl 
				menu	= netGroupRightsMenu 
				align	= 'left'
				parentFormName	= addNetFormName
			%]
		</div>
	</div>
	</td></tr></table></td></tr></table>

	<br>

	<table width='100%'><tr valign='top'><td align='center'><table><tr><td>
	<div id='box'>
		<p id='boxHeader'>[% netPluginsHeader %]</p>
		<div id='boxBody'>
			[% INCLUDE HaCiBox.tmpl 
				menu	= netPluginsMenu 
				parentFormName	= addNetFormName
			%]
		</div>
	</div>
	</td></tr></table></td></tr></table>

	<br>

	<table width='100%'><tr valign='top'><td align='center'><table><tr><td>
	<div id='box'>
		<p id='boxHeader'>[% addNetButtonsMenuHeader %]</p>
		<div id='boxBody'>
			[% INCLUDE HaCiBox.tmpl 
				menu			= addNetButtonsMenu 
				parentFormName	= addNetFormName
			%]
		</div>
	</div>
	</td></tr></table></td></tr></table>
	</form>

	[% IF checkNet %]
		<br>
		<table width='100%'><tr valign='top'><td align='center'><table><tr><td>
		<div id='box'>
			<p id='boxHeader'>[% addNetDNSInfoHeader %]</p>
			<div id='boxBody'>
				[% INCLUDE HaCiBox.tmpl 
					menu			= addNetDNSInfo
					parentFormName	= addNetFormName
				%]
			</div>
		</div>
		</td></tr></table></td></tr></table>

		<br>

		<table width='100%'><tr valign='top'><td align='center'><table><tr><td>
		<div id='box'>
			<p id='boxHeader'>[% addNetWHOISInfoHeader %]</p>
			<div id='boxBody'>
				[% INCLUDE HaCiBox.tmpl 
					menu			= addNetWHOISInfo
					parentFormName	= addNetFormName
				%]
			</div>
		</div>
		</td></tr></table></td></tr></table>
	
	[% END %]
	</div>
</div>

<script language=javascript>
	checkIfIPv6(0, 'ADDNET');
</script>

<script src="[% jssrcdir %]BigInt.js" type="text/javascript"> </script>