oscam-2.26.01-11942-802-wit.../webif/services/services.html
2026-02-23 17:40:08 +01:00

26 lines
615 B
HTML

##TPLHEADER##
##TPLMENU##
<DIV ID="subnav">
<UL ID="nav"><LI></LI></UL>
</DIV>
##TPLMESSAGE##
<DIV ID="newservice">
<form action="services_edit.html" method="get">
<TABLE ID="addnewservice">
<TR>
<TH>Service Name: <input name="service" type="text"><input type="submit" value="Add" title="Add New Service" ##BTNDISABLED##></TH>
</TR>
</TABLE>
</form>
</DIV>
<TABLE ID="servicesedit">
<TR>
<TH CLASS="centered">#</TH>
<TH CLASS="centered">Label</TH>
<TH CLASS="centered">Overview</TH>
<TH COLSPAN="2" CLASS="centered">Action</TH>
</TR>
##SERVICETABS##
</TABLE>
##TPLFOOTER##