Show index.jsp syntax highlighted
<%@page pageEncoding="GBK"%>
<%@ taglib uri="http://www.powerstone.org/powerstone/ca" prefix="ca"%>
<html>
<head>
<title>
index
</title>
<LINK href="<%=request.getContextPath()%>/img/PowerStone.css" type="text/css" rel=stylesheet>
</head>
<body bgcolor="#ffffff">
<ca:online>
<div>
Welcome,<span class="welcome-pageheader"><ca:currentRealName></ca:currentRealName></span>!
</div>
</ca:online>
<TABLE border="0" cellspacing="0" cellpadding="5" align="left" width ="100%">
<TR>
<TD width="150" nowrap> </TD>
<ca:notOnline>
<TD valign="top" align="left" nowrap>
<BR>
<BR>
<span class="welcome-pageheader">PowerStone¹ÜÀí¿ØÖÆÌ¨</span><BR>
<form action="<%=request.getContextPath()%>/login.do" method="POST">
<table class="tableNoBorder">
<tr>
<td align="right">Óû§Ãû:</td>
<td align="left">
<input type="text" class="inputLogin" name="userID" />
</td>
</tr>
<tr>
<td align="right">ÃÜ Âë:</td>
<td align="left">
<input type="password" class="inputLogin" name="pass" />
</td>
</tr>
<tr>
<td align="right"> </td>
<td align="right" >
<input type="submit" class="button_default" value="µÇ ¼"/>
</td>
</tr>
</table>
</form>
</TD>
</ca:notOnline>
<TD > </TD>
</TR>
<TR >
<TD > </TD>
<TD>
<a href="<%=request.getContextPath()%>/dreambike/edit_order.do">Ìîд¶©µ¥</a>
</TD><TD > </TD>
</TR>
</TABLE>
</body>
</html>
See more files for this project here