first commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<!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 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.SurveyName /}</title>
|
||||
{PE.SurveyJS/}
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><img src="{PE.SiteConfig.SkinPath/}Images/style_01.jpg" width="600" height="92" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding:8px;" background="{PE.SiteConfig.SkinPath/}Images/style_03.jpg">
|
||||
<form name="myform" method="post" action="../Survey/SurveySave.aspx" onSubmit="return CheckForm();">
|
||||
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD vAlign="top" height="500">
|
||||
{PE.GetSurveyForm/}
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
{PE.GetSurveyPassword/}
|
||||
</TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE>
|
||||
<P align=center>
|
||||
<INPUT type="submit" value="提交问卷" name="Submit">
|
||||
</P>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="{PE.SiteConfig.SkinPath/}Images/style_04.jpg" width="600" height="17" alt=""></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,28 @@
|
||||
<!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" 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>问卷调查列表</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}user/default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}user.css" rel="stylesheet" type="text/css" />
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.applicationpath/}js/common.js"></script>
|
||||
{PE.Label id="公共脚本" /}
|
||||
<script language="javascript" type="text/javascript">
|
||||
function redirecturl(url, tarid) {
|
||||
location = url.replace(/{\$pageid\/}/g, tarid);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
{PE.Label id="GOV_网站顶部" /}
|
||||
<div id="center_all">
|
||||
<div id="main_bg"> {PE.Control.form1/}
|
||||
<div class="clearbox"> </div>
|
||||
</div>
|
||||
</div>
|
||||
{PE.Label id="会员中心底部信息" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,28 @@
|
||||
<!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" 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>问卷调查结果</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}user/default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}user.css" rel="stylesheet" type="text/css" />
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.applicationpath/}js/common.js"></script>
|
||||
{PE.Label id="公共脚本" /}
|
||||
<script language="javascript" type="text/javascript">
|
||||
function redirecturl(url, tarid) {
|
||||
location = url.replace(/{\$pageid\/}/g, tarid);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
{PE.Label id="GOV_网站顶部" /}
|
||||
<div id="center_all">
|
||||
<div id="main_bg"> {PE.Control.form1/}
|
||||
<div class="clearbox"> </div>
|
||||
</div>
|
||||
</div>
|
||||
{PE.Label id="会员中心底部信息" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user