📄 vodbottompage.jsp
字号:
<%@page contentType="text/html;charset=ISO-8859-15" pageEncoding="ISO-8859-1"%>
<%@page import="java.text.SimpleDateFormat"%>
<%@page import="java.util.Date"%>
<jsp:useBean id="hppc" class="org.homeplayer.web.HPPageContext" scope="request"/>
<table border="0" cellspacing="0" cellpadding="2" bgcolor="#66666666">
<tr>
<td><font color="#FFFFFFFF"><%=new SimpleDateFormat("dd/MM/yyyy HH:mm").format(new Date()) %></font>
</td>
<td align="center" width="130">
<% if (hppc.isFreeBoxHD()) { %>
<img src="/images/yellowarrowbutton.gif" >
<% } else { %>
<img src="/images/redbutton.gif" alt="rouge" width="16" height="16">
<% } %>
<font color="#FFFFFFFF">Niveau Sup.</font>
</td>
<% if (hppc.getPreviousPageUrl() != null) { %>
<td align="center" width="120">
<% if (hppc.isFreeBoxHD()) { %>
<img src="/images/prevbutton.gif">
<% } else { %>
<img src="/images/greenbutton.gif" width="16" height="16">
<% } %>
<font color="#FFFFFFFF">Pr閏閐ent</font>
</td>
<% } %>
<% if (hppc.getNextPageUrl() != null) { %>
<td align="center" width="100">
<% if (hppc.isFreeBoxHD()) { %>
<img src="/images/nextbutton.gif">
<% } else { %>
<img src="/images/bluebutton.gif" alt="bleu" width="16" height="16">
<% } %>
<font color="#FFFFFFFF">Suivant</font>
</td>
<% } %>
<td width=65 align=center">
<% if (hppc.getPageCount()!=0) { %>
<font color="#FFFFFFFF"><small><%=hppc.getCurrentPage() %>/<%=hppc.getPageCount() %></small></font>
<%} else {%>
<img width="1" height="1" src="/images/blanck.gif">
<%} %>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -