/etc/simba/templates/cgi/ex-modify.tmpl is in websimba 0.8.4-4.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 | <TMPL_INCLUDE NAME="header.tmpl">
<div class="content">
<form method="post" action="simba.cgi?action=update_exclude">
<fieldset>
<legend> Exclude details </legend>
<input type="hidden" name="e_id" value="<TMPL_VAR NAME="id">" />
<input type="hidden" name="action" value="update_exclude" />
<p>
<label for="e_MirrorID">Mirror ID:</label>
<input type="text" id="e_MirrorID" name="e_MirrorID" value="<TMPL_VAR NAME="MirrorID">" />
</p>
<p>
<label for="e_CommandID">Command ID:</label>
<input type="text" name="e_CommandID" id="c_CommandID" value="<TMPL_VAR NAME="CommandID">" />
</p>
<p>
<label for="e_ExList">Exclude list:</label>
<input type="text" name="e_ExList" id="e_ExList" value="<TMPL_VAR NAME="ExList">" size="60" />
</p>
<p>
<input type="submit" name="e_submit" id="e_submit" value="Update" />
</p>
</fieldset>
</form>
</div>
</body>
</html>
|