oscam-2.26.01-11942-802-wit.../webif/services_edit/services_editaio.html
2026-02-24 21:37:51 +00:00

25 lines
1.6 KiB
HTML
Executable File

##TPLHEADERSHORT##
<script type="text/javascript">
var oscamconf = 'services';
##WIKIINTERNALVAR##
</script>
##TPLBODY##
##TPLMENU##
<DIV ID="subnav"><UL ID="nav"><LI CLASS="configmenu"><A HREF="javascript:history.go(-1)">Back</A></LI></UL></DIV>
##TPLMESSAGE##
<form action="services_edit.html" method="get">
<input name="service" type="hidden" value="##LABEL##">
<TABLE CLASS="configservices">
<TR><TH COLSPAN="2">Edit Service ##LABEL##</TH></TR>
<TR><TD><A>Caid: </A></TD><TD><input name="caid" type="text" maxlength="160" value="##CAIDS##"></TD></TR>
<TR><TD><A>Provid: </A></TD><TD><input name="provid" type="text" maxlength="60" value="##PROVIDS##"></TD></TR>
<TR><TD><A>Srvid: </A></TD><TD><textarea name="srvid" class="bt" ROWS="10">##SRVIDS##</textarea></TD></TR>
<TR><TD><A>Disable CRC-check</A></TD><TD><input name="disablecrccws_only_for_exception" value="0" type="hidden"><input name="disablecrccws_only_for_exception" value="1" type="checkbox" ##DCRCCHECKED##></TD></TR>
<TR><TD><A>No wait time</A></TD><TD><input name="no_wait_time" value="0" type="hidden"><input name="no_wait_time" value="1" type="checkbox" ##NWCHECKED##></TD></TR>
<TR><TD><A>Localgenerated only exception</A></TD><TD><input name="lg_only_exception" value="0" type="hidden"><input name="lg_only_exception" value="1" type="checkbox" ##LGOECHECKED##></TD></TR>
<TR><TD CLASS="configcolsave" COLSPAN="2"><input type="submit" name="action" value="Save" title="Save service and reload services" ##BTNDISABLED##></TD>
<TR CLASS="configfirstrow"><TD></TD><TD></TD></TR>
</TABLE>
</form>
##TPLFOOTER##