📄 zjgp1.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page session="true" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<bean:define id="zjgp1InDto" type="stock.data.dto.inDto.Zjgp1InDto" name="ZJGP1INDTO" scope="request"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>股票总市值-股票余额-资金余额-股票买卖-股票查询</title>
<style>
<!--
A:text {text-decoration: none; color: #FFFFFF; font-size: 9pt; font-family: 新细明体}
A:link {text-decoration: none; color: #008800; font-size: 9pt; font-family: 新细明体}
A:visited {text-decoration: none; color: #008800; font-size: 9pt; font-family: 新细明体}
A:active {text-decoration: none; color: #008800; font-size: 9pt; font-family: 新细明体}
A:hover {text-decoration: underline; font-size: 9pt; color: #008888}
-->
</style>
</head>
<body style="font-family: 宋体; font-size: 9pt"
ttyle="font-family: 新细明体; font-size: 9pt" background="resource/images/box_mtl_ctr.gif" topmargin="3" leftmargin="5" oncontextmenu=self.event.returnValue=false onselectstart="return false">
<span style="font-size: 9pt" Ttyle="font-size: 9pt">
<table BORDER="0" CELLSPACING="0" cellpadding="1" align="center" width="100%" class="return"
style="font-family: 宋体; font-size: 9pt">
<TR><td style=font-size:12px;color:#000000;filter:DropShadow(Color=#ffffff,OffX=1,OffY=1,Positive=1)>
<p align="center">
<b><bean:write name="Zjgp1Form" property="userName"/></b>,您好!欢迎----</b>模拟炒股
</p>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0">
<tr>
<td width="110">资金余额</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="1" cellpadding="0" bordercolor="#C0C0C0" bgcolor="#000000" class="return"
style="font-family: 宋体; font-size: 9pt">
<tr bgColor="#FED9FF" noWrap class="return" align="center">
<td class="return" width="64" background="resource/images/3leftg.gif" height="18">股东帐号</td>
<td class="return" width="69" background="resource/images/3leftg.gif" height="18">资金可用</td>
<td class="return" width="65" background="resource/images/3leftg.gif" height="18">资产总值</td>
<td class="return" width="81" background="resource/images/3leftg.gif" height="18">总成交量</td>
<td class="return" width="67" background="resource/images/3leftg.gif" height="18">日均赢利</td>
<td class="return" width="67" background="resource/images/3leftg.gif" height="18">周盈率</td>
<td class="return" width="50" background="resource/images/3leftg.gif" height="18">赢利率</td>
<td class="return" width="67" background="resource/images/3leftg.gif" height="18">开户日期</td>
</tr>
<tr align=right bgcolor=#C0FEEA VAlign=top noWrap>
<td class=return width="64" height="12" bgcolor="#FFFFFF"><b><font color="#0000FF"><a href="#"><font color=ff0000><bean:write name="Zjgp1Form" property="userName"/></font></a></font></b></td>
<td class=return width="69" height="12" bgcolor="#FFFFFF"><font color=#015372><bean:write name="zjgp1InDto" property="cashCanUsed"/></font></td>
<td class=return width="65" height="12" bgcolor="#FFFFFF"><font color="#FF0000"><b><bean:write name="zjgp1InDto" property="sumOfWth"/></b></font></td>
<td class=return width="81" height="12" bgcolor="#FFFFFF"><font color=#015372><bean:write name="zjgp1InDto" property="numOfDone"/></font></td>
<td class=return width="67" height="12" bgcolor="#FFFFFF"><font color=009933><strong><bean:write name="zjgp1InDto" property="incOfDay"/></strong></font></font></td>
<td class=return width="67" height="12" bgcolor="#FFFFFF"><b><font color=009933><bean:write name="zjgp1InDto" property="incOfWeek"/></font></b></td>
<td class=return width="50" height="12" bgcolor="#FFFFFF" ><font color=009933><strong><bean:write name="zjgp1InDto" property="inc"/></strong></font></font></td>
<td class=return width="67" height="12" bgcolor="#FFFFFF"><font color=#015372><bean:write name="zjgp1InDto" property="dayOfReg"/></font></td>
</tr></table>
<table border=0 width=100% cellspacing=0><tr>
<td width=110><img border="0" src="resource/images/gpye.gif" alt="股票余额"></td></tr></table>
</td>
</tr>
</table>
<table border=0 width=100% cellspacing=1 cellpadding=0 bordercolor=#C0C0C0 bgcolor=#000000 class=return style= "font-family: 宋体; font-size: 9pt" >
<tr bgColor=#77BBFF noWrap class="return" align=center>
<td class=return background="resource/images/3left.gif" height="18" width="64">股票代码</td>
<td class=return background="resource/images/3left.gif" height="18" width="55">股票名称</td>
<td class=return background="resource/images/3left.gif" height="18" width="57">总股数</td>
<td class=return background="resource/images/3left.gif" height="18" width="48">可用数</td>
<td class=return background="resource/images/3left.gif" height="18" width="48">成本价</td>
<td class=return background="resource/images/3left.gif" height="18" width="48">当前价</td>
<td class=return background="resource/images/3left.gif" height="18" width="48">盈亏率</td>
<td class=return background="resource/images/3left.gif" height="18" width="57">市 值</td>
<td class=return background="resource/images/3left.gif" height="18" width="41">止损价</td>
<td class=return background="resource/images/3left.gif" height="18" width="32">状态</td>
</tr>
<logic:iterate id="lstid" type="course.data.zjgp1.Zjgp1Data" name="ZJGP1INDTO" property="zjgp1DataList">
<tr align=right bgcolor=#C0FEEA onMouseOver="this.style.background='#ffcccc'" onMouseOut= this.style.background='#C0FEEA' VAlign=top noWrap>
<td class=return valign="middle" height="18" width="64"><a href="#" title="查看该股行情走势图"><font color="#000099"><bean:write name="lstid" property="stkID"/></font></a></td>
<td class=return valign="middle" height="18" width="55"><a href="#" title="查看该股详细行情信息"><font color="#000099"><bean:write name="lstid" property="stkName"/></font></a></td>
<td class=return valign="middle" height="18" width="57"><bean:write name="lstid" property="stkSumNum"/></td>
<td class=return valign="middle" height="18" width="48"><bean:write name="lstid" property="stkCanUsed"/></td>
<td class=return valign="middle" height="18" width="48"><bean:write name="lstid" property="priBuyIn"/></td>
<td class=return valign="middle" height="18" width="48"><bean:write name="lstid" property="priSelNow"/></td>
<td class=return valign="middle" height="18" width="48"><font color=009933><bean:write name="lstid" property="numGetLos"/></td>
<td class=return valign="middle" height="18" width="57"><bean:write name="lstid" property="pri"/></td>
<td class=return valign="middle" height="18" width="41"><bean:write name="lstid" property="priStpLos"/></td>
<td class=return align="center" valign="middle" height="18" width="42">
<a href="#" target="main"><bean:write name="lstid" property="stkState"/></a></td>
</tr>
</logic:iterate>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -