| 1 |
- <html>
<head>
</head>
<style>
[index]:before{
content:attr(index)".";
}
td{
padding:0 1em;
border-left:1px solid black;
}
fieldset{
border:1px dashed lightgray;
margin:1em;
padding:1em 0;
min-height:10%;
max-height:40%;
overflow:auto;
}
fieldset table td:first-child{
display:none;
}
</style>
<body>
<div style="height:100%;overflow:auto;">
<form action="<serv.ss name='pxmhj_sureFtsInxRemake' dest='info' parm='{pxmid:"${pxmid}",pxmhjid:"${pxmhjid}",gxid:"${gxid}"}'/>" method="post">
<div id="container" class="dragList-div">
<fieldset>
<legend>即将重建以下的 FTS 索引:</legend>
<table>
<rpt.ss name="${hasIdx}" id="has">
${has.name}(${has.desc}):
<rpt.ss name="${has.searchFieldList}" id="hasSearchField">
${hasSearchField.name}(${hasSearchField.desc})
</rpt.ss>
<rpt.ss name="${has.keywordFieldList}" id="hasField">
${hasField.name}(${hasField.desc})
</rpt.ss>
<br>
</rpt.ss>
</table>
</fieldset>
<div align='center' style='color:green'>** 将会删除现有的索引,重建索引,并加载对象数据到索引里 **</div>
</div>
<div class="bottom-div">
<input type="submit" value="确认" onclick="" class="bottom-button"/>
</div>
</form>
</div>
</body>
</html>
|