⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu_dvb.jsp

📁 HomePlayer is an extention of the FreePlayer software provided by the french internet provider Free
💻 JSP
字号:
<%@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -