📄 attach_score.ftl
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=${_encoding?default("GBK")}" />
<title>${_ConfigUtil.getConfigInfo("BASEINFO_FORUM_NAME")} --- 闄勪欢璇勫垎</title>
<link type="text/css" rel="stylesheet" href="${_contextPath}/ef/css/star.css"></link>
<style>
#star-rating {width:100px;height:20px;margin-right:1px;float:left;}
body{
font-size:12px
}
</style>
<script type="text/javascript">
var _contextPath='${_contextPath}';
</script>
<script type="text/javascript" src="${_contextPath}/ef/js/prototype.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/base.js"></script>
<script language="javascript">
function closewindow(){
try{
parent.closWindow();
}catch(e){
window.close();
}
}
function changestate(index){
var p = "star";
var l = 5 - index;
var i = 0;
while(i < l){
var id = p + (parseInt(index)+parseInt(i)+1);
$(id).className = "s0 hand";
$(id).setAttribute("class","s0 hand");
i++;
}
var i = 0;
while(i < index){
var id = p+(parseInt(i)+1) ;
$(id).className = "s2 hand";
$(id).setAttribute("class","s2 hand");
i++;
}
if(index == 1){
$("scoreValue").innerHTML="澶
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -