showsinglevote.jsp
来自「struts2 spring2.5 hibernate3.0 eclipse投票」· JSP 代码 · 共 26 行
JSP
26 行
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<html><style type="text/css">
<!--
body {
background-color: #869de3;
}
-->
a { font-size: 12pt; text-decoration: none}
</style>
<body>
<center>
<s:form action="" theme="simple">
<s:property value="%{getText('votetitle')}" />:
<s:property value="#session.vote.title" />
<br>
<s:radio list="#session.map" />
<br>
<s:submit value="下一步" />
</s:form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?