?? 投票結果頁模板.html
字號:
?{PE.DataSource id="cone" datasource="投票顯示數據源標簽" GeneralId="@RequestInt_GeneralId" xslt="true"/}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v lang="UTF-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="keywords" /}" name="Keywords" />
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="description" /}" name="Description"/>
<title>{PE.Field id="cone" fieldname="VoteTitle" /}-{PE.SiteConfig.sitename /}</title>
<link href="{PE.SiteConfig.ApplicationPath/}Skin/mall/default.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.ApplicationPath/}Skin/mall/common.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Common.js"></script>
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}Skin/mall/js/tab.js"></script>
<style type="text/css">
<!--
v\:* { BEHAVIOR: url(#default#VML)}
.center{text-align:center;}
#result{margin:0px auto;width:800px;}
-->
</style>
</head>
<body>
{PE.Label id="商城網站頂部(首頁)" /}
<div class="center">
<div>
<h2>關于<font color="red">{PE.Field id="cone" fieldname="VoteTitle" /}</font>的投票結果</h2>
</div>
<div>已投票人數:{PE.Field id="cone" fieldname="VoteTotalNumber" /}</div>
<div id="result">{PE.Field id="cone" fieldname="VoteItem" /}</div>
</div>
{PE.Label id="商城網站底部" /}
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -