menu_dvb.jsp

来自「HomePlayer is an extention of the FreePl」· JSP 代码 · 共 29 行

JSP
29
字号
<%@page contentType="text/html;charset=ISO-8859-15" pageEncoding="ISO-8859-1"%>
<%@page import="org.homeplayer.util.*"%>
<%@page import="java.util.*"%>
<jsp:useBean id="hppc" class="org.homeplayer.web.HPPageContext" scope="request" />
<form action="playdvb.jsp">
<table>
<tr>
<td colspan=2 align=center>
<% hppc.setFocusSetOnPage(true); %>
<input type=submit value="Lecture" focused>
</td>
</tr>
<tr>
<td colspan=2 align=center><HR size=1 /></td>
</tr>
<tr>                                          
<td valign=top width=200><H3>DVB : Hote serveur streaming</H3></td><%/* TODO : surcharge * ou # ou autre*/%>
</tr>
  <tr>
   <td width=160>Adresse IP serveur</td>
   <td width=50><input type=TEXT name="host" value="<%=HPConf.getString(HPConf.DVB_HOST).equals("")?"localhost":HPConf.getString(HPConf.DVB_HOST)%>" maxlength=15 size=15></td>
  </tr> 
  <tr>
    <td width=50>
      <input type="checkbox" name="transcode" value="true" />&nbsp;Transcodage
    </td>
  </tr>    
</table>
</form>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?