[vhffs-dev] [572] Forgot to add SRV record list template.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 572
Author:   beuss
Date:     2007-04-17 20:57:00 +0000 (Tue, 17 Apr 2007)

Log Message:
-----------
Forgot to add SRV record list template.

Added Paths:
-----------
    trunk/vhffs-panel/templates/dns/list_srv_sub.tmpl


Added: trunk/vhffs-panel/templates/dns/list_srv_sub.tmpl
===================================================================
--- trunk/vhffs-panel/templates/dns/list_srv_sub.tmpl	2007-04-17 20:36:36 UTC (rev 571)
+++ trunk/vhffs-panel/templates/dns/list_srv_sub.tmpl	2007-04-17 20:57:00 UTC (rev 572)
@@ -0,0 +1,18 @@
+<tmpl_loop name="SRV_RR">
+<form method="post" action="prefs.pl">
+    <p>
+    <label>
+    <TMPL_VAR NAME="NAME">-&gt;
+    </label>
+    <input type="text" name="host" id="host_<tmpl_var name="id">" value="<tmpl_var name="host">" title="<tmpl_var name="HOST_TXT">"/>
+    <input type="text" name="port" id="port_<tmpl_var name="id">" value="<tmpl_var name="port">" maxlength="5" size="5" style="width:auto" title="<tmpl_var name="PORT_TXT">"/>
+    <input type="text" name="aux" id="aux_<tmpl_var name="id">" value="<tmpl_var name="aux">" maxlength="5" size="5" style="width:auto" title="<tmpl_var name="PRIORITY_TXT">"/>
+    <input type="text" name="weight" id="weight_<tmpl_var name="id">" value="<tmpl_var name="weight">" maxlength="5" size="5" style="width:auto" title="<tmpl_var name="WEIGHT_TXT">"/>
+        <input type="hidden" name="domain" value="<TMPL_VAR NAME="DOMAIN">"/>
+        <input type="hidden" name="rr_id" value="<tmpl_var name="id">" />
+        <input type="hidden" name="action" value="manage_srv"/>
+        <input type="submit" value="<TMPL_VAR NAME="MODIFY">" class="autowidth" name="modify_srv_submit" />
+        <input type="submit" value="<TMPL_VAR NAME="DEL">" name="delete_srv_submit" class="autowidth"/>
+    </p>
+</form>
+</tmpl_loop>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/