📄 showsinglevote.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -