pxmhj_ftsIdxRemakeSure.ss.jsp 1.3 KB

1
  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:&quot;${pxmid}&quot;,pxmhjid:&quot;${pxmhjid}&quot;,gxid:"${gxid}"}'/>" method="post"> <div id="container" class="dragList-div"> <fieldset> <legend>即将重建以下的 FTS 索引:</legend> <table> <rpt.ss name="${hasIdx}" id="has"> &nbsp;${has.name}(${has.desc}): <rpt.ss name="${has.searchFieldList}" id="hasSearchField"> &nbsp;${hasSearchField.name}(${hasSearchField.desc}) </rpt.ss> <rpt.ss name="${has.keywordFieldList}" id="hasField"> &nbsp;${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>