first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
<title>Wap在线访谈提问页</title>
</head>
<body>
<a id="db" ></a>
<div class="wrapper">
{PE.Control.form1}
{PE.Label id="WAP头部"/}
<div class="main">
<div class="dh">在线提问</div>
<div class="column_content">
<div class="div_content">
<span>姓名:</span>{PE.Control.TxtNickName/}<span style="color:Red;">* {PE.Control.LblNickName/}</span><br/>
<span>内容:</span>{PE.Control.TxtContent/}<span style="color:Red;">* {PE.Control.LblContent/}</span><br/>
</div>
<div class="div_submit">{PE.Control.BtnAdd/}</div>
</div>
</div>
{PE.Label id="wap底部" /}
{/PE.Control.form1}
</div>
</body>
</html>