Files
ningbo/动易的标签库/模板库_dhjd/全文检索模板/全文检索首页模板.html
T
2026-08-31 16:22:00 +08:00

61 lines
2.4 KiB
HTML

<!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>全文检索-{PE.SiteConfig.SiteName /}</title>
<link href="{PE.SiteConfig.SkinPath/}fullTextSearch.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
</script>
</head>
<body>
{PE.Control.form1}
<div id="container">
<div class="top-link">
<a href="http://www.powereasy.net">«动易主站</a> | <a href="http://bbs.powereasy.net">动易论坛</a>
</div>
<div class="contain">
<div class="logo">
全文检索<br />
{PE.Control.hlAdvance/}
</div>
<div class="category">
{PE.Control.ltlCategory/}
</div>
<div class="searchbar">
<ul>
<li class="input-l"></li>
<li class="input-c">
{PE.Control.TxtKeyword/}
</li>
<li class="input-r"></li>
<li class="input-p"></li>
<li>
{PE.Control.DrpType/}
</li>
<li class="input-p"></li>
<li class="input-b">
{PE.Control.BtnSearch/}</li>
</ul>
</div>
</div>
<div id="footer">
<ul>
<li class="help"></li>
<li class="copyright">&copy; 2003-<script language="JavaScript">
<!--
var year = ""; mydate = new Date(); myyear = mydate.getYear(); year = (myyear > 200) ? myyear : 1900 + myyear; document.write(year);
-->
</script>
<a href="{PE.SiteConfig.SitePath /}" target="_blank">{PE.SiteConfig.SiteName /}</a>
</li>
</ul>
</div>
</div>
{PE.Control.searchScript/}
{/PE.Control.form1}
</body>
</html>