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

📄 detail.jsp

📁 电信用户自服务系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<!-- 
<%@ page import="t_uers_cmp.struts.*,java.util.*,t_uers_cmp.dto.*;"%>
 -->
<html>
<head>
<title> getusersuccess </title>
<style type="text/css">
<!--
@import url("../../son.css");
@import url("../../index.css");
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../index.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ccddee" background="../../image/background.jpg" link="#000066" vlink="#0066FF" alink="#99FF00">
<hr size="1" noshade>
<div align="center"> 
  <table width="91%" border="1" bordercolor="ccffff" class="9P">
    <tr align="center" bgcolor="#FFCCFF"> 
      <td width="18%" height="19">帐务帐号</td>
      <td width="28%"> 
        <div align="center">统计日期</div></td>
      <td width="32%">总计(单位:小时)</td>
      <td width="22%">总费用(元)</td>
    </tr>
    <tr align="center" bgcolor="#FFCCFF"> 
      <td height="20">${toLoginName}</td>
      <td> 
        <div align="center">${year != null ? year : "XXXX"}年${month != null ? month : "XX"}月</div></td>
      <td>${toTimeDuration}</td>
      <td class="9P">${toCharge}</td>
    </tr>
  </table>
  <p class="green"><br>
    详细清单如下:</p>
  <table width="91%" border="1" bordercolor="ccffff" bgcolor="ccddee" class="9P">
    <tr align="center"> 
      <td width="10%" height="19">业务帐号</td>
      <td width="11%">服务器</td>
      <td width="18%">总计(单位:小时)</td>
      <td width="24%">总费用(元)</td>
    </tr>
    <tr align="center"> 
      <td height="20">aaa_1</td>
      <td class="9P">openlab1</td>
      <td class="9P">25.50</td>
      <td class="9P">48</td>
    </tr>
  </table>
  <table width="91%" border="1" bordercolor="ccffff" bgcolor="ccddee" class="9P">
    <tr bordercolor="ccffff" bgcolor="ccddee" class="9P"> 
      <td width="36%" nowrap><div align="left">登陆时间</div></td>
      <td width="39%" nowrap>退出时间</td>
      <td width="25%" nowrap>时长(单位:小时)</td>
    </tr>
    <tr class="9P"> 
      <td nowrap><div align="left">2004年1月1日 7:30分15秒</div></td>
      <td nowrap>2004年1月1日 7:54分27秒</td>
      <td nowrap>0.28</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月2日 9:30分15秒</div></td>
      <td nowrap>2004年1月2日 9:50分27秒</td>
      <td nowrap>0.50</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月3日 10:30分15秒</div></td>
      <td nowrap>2004年1月3日 10:50分27秒</td>
      <td nowrap>0.37</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月4日 11:30分15秒</div></td>
      <td nowrap>2004年1月4日 12:11分27秒</td>
      <td nowrap>1.47</td>
    </tr>
    <tr> 
      <td height="19" nowrap><div align="left">2004年1月5日 12:30分15秒</div></td>
      <td nowrap>2004年1月5日 12:52分27秒</td>
      <td nowrap>0.52</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月6日 14:30分15秒</div></td>
      <td nowrap>2004年1月6日 14:50分27秒</td>
      <td nowrap>0.89</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月8日 16:30分15秒</div></td>
      <td nowrap>2004年1月8日 16:50分27秒</td>
      <td nowrap>0.35</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月22日 20:30分15秒</div></td>
      <td nowrap>2004年1月22日 20:50分27秒</td>
      <td nowrap>0.76</td>
    </tr>
  </table>
  <br>
  <br>
  <table width="91%" border="1" bordercolor="ccffff" bgcolor="ccddee" class="9P">
    <tr align="center"> 
      <td width="10%" height="19">业务帐号</td>
      <td width="11%">服务器</td>
      <td width="18%">总计(单位:小时)</td>
      <td width="24%">总费用(元)</td>
    </tr>
    <tr align="center"> 
      <td height="20">aaa_2</td>
      <td class="9P">openlab2</td>
      <td class="9P">25.00</td>
      <td class="9P">32</td>
    </tr>
  </table>
  <table width="91%" border="1" bordercolor="ccffff" bgcolor="ccddee" class="9P">
    <tr bordercolor="ccffff" bgcolor="ccddee" class="9P"> 
      <td width="36%" nowrap><div align="left">登陆时间</div></td>
      <td width="39%" nowrap>退出时间</td>
      <td width="25%" nowrap>时长(单位:小时)</td>
    </tr>
    <tr class="9P"> 
      <td nowrap><div align="left">2004年1月1日 7:30分15秒</div></td>
      <td nowrap>2004年1月1日 7:54分27秒</td>
      <td nowrap>0.28</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月2日 9:30分15秒</div></td>
      <td nowrap>2004年1月2日 9:50分27秒</td>
      <td nowrap>0.50</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月3日 10:30分15秒</div></td>
      <td nowrap>2004年1月3日 10:50分27秒</td>
      <td nowrap>0.37</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月4日 11:30分15秒</div></td>
      <td nowrap>2004年1月4日 12:11分27秒</td>
      <td nowrap>1.47</td>
    </tr>
    <tr> 
      <td height="19" nowrap><div align="left">2004年1月5日 12:30分15秒</div></td>
      <td nowrap>2004年1月5日 12:52分27秒</td>
      <td nowrap>0.52</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月6日 14:30分15秒</div></td>
      <td nowrap>2004年1月6日 14:50分27秒</td>
      <td nowrap>0.89</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月8日 16:30分15秒</div></td>
      <td nowrap>2004年1月8日 16:50分27秒</td>
      <td nowrap>0.35</td>
    </tr>
    <tr> 
      <td nowrap><div align="left">2004年1月22日 20:30分15秒</div></td>
      <td nowrap>2004年1月22日 20:50分27秒</td>
      <td nowrap>0.76</td>
    </tr>
  </table>
  <br>
</div>
<center>
  <hr/>
  <p class="text_link"><font size="2" face="宋体">About Tarena - 公司简介 - 联系方法 - 相关法律 
    - 客户服务 <br>
    达内公司版权所有</font></p>
  <p class="text_link"><font size="-1">Copyright&nbsp;<img src="../image/c-00.gif" width="9" height="9">&nbsp;2000. 
    Tarena Technologies Inc. All Rights Reserved </font></p>
</center>
</body>
</html>

⌨️ 快捷键说明

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