This file is indexed.

/usr/share/gosa/plugins/admin/systems/services/dhcp/dhcpNewSection.tpl is in gosa-plugin-dhcp 2.7.4+reloaded2-13+deb9u1.

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
<div style="font-size: 18px;">{t}Create new DHCP section{/t}</div>

<br>
<p class="seperator">
 <b>{t}Please choose one of the following DHCP section types.{/t}</b>
</p>

<br>{t}Section{/t}&nbsp;

<select size="1" id="section" name="section" title="{t}Choose section type to create{/t}">
 {html_options options=$sections}
</select>

<hr>

<div class="plugin-actions">
 <button type='submit' name='create_section'>{t}Create{/t}</button>
 <button type='submit' name='cancel_section'>
 {msgPool type=cancelButton}</button>
</div>

<!-- Place cursor -->
<script language="JavaScript" type="text/javascript">
 <!--	
  focus_field('section');	
 -->
</script>