office.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. <div style="background-color: #FFF; overflow: hidden">
  2. <div title="{{$.lp.base}}" class="MWFTab">
  3. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  4. <!-- <tr>-->
  5. <!-- <td class="editTableTitle" colspan="2"><div style="text-align:center; color: red;">{{$.lp.ieOnly}}</div></td>-->
  6. <!-- </tr>-->
  7. <tr>
  8. <td class="editTableTitle">{{$.lp.id}}:</td>
  9. <td class="editTableValue"><input type="text" name="id" value="text{$.id}" class="editTableInput"/></td>
  10. </tr>
  11. <tr>
  12. <td class="editTableTitle">{{$.lp.name}}:</td>
  13. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  14. </tr>
  15. <tr>
  16. <td class="editTableTitle">{{$.lp.description}}:</td>
  17. <td class="editTableValue"><input type="text" name="description" value="text{$.description}" class="editTableInput"/></td>
  18. </tr>
  19. <tr>
  20. <td class="editTableTitle">{{$.lp.readonly}}:</td>
  21. <td class="editTableValue">
  22. <input type="radio" name="isReadonly" value="true" text{($.isReadonly)?'checked':''}/>{{$.lp.yes}}
  23. <input type="radio" name="isReadonly" value="false" text{(!$.isReadonly)?'checked':''}/>{{$.lp.no}}
  24. </td>
  25. </tr>
  26. <tr>
  27. <td class="editTableTitle">{{$.lp.delayedLoading}}:</td>
  28. <td class="editTableValue">
  29. <input type="radio" name="isNotLoadNow" value="true" text{($.isNotLoadNow)?'checked':''}/>{{$.lp.yes}}
  30. <input type="radio" name="isNotLoadNow" value="false" text{(!$.isNotLoadNow)?'checked':''}/>{{$.lp.no}}
  31. </td>
  32. </tr>
  33. <tr>
  34. <td class="editTableTitle">{{$.lp.keepHistory}}:</td>
  35. <td class="editTableValue">
  36. <input type="radio" name="isHistory" value="true" text{($.isHistory)?'checked':''}/>{{$.lp.yes}}
  37. <input type="radio" name="isHistory" value="false" text{(!$.isHistory)?'checked':''}/>{{$.lp.yes}}
  38. </td>
  39. </tr>
  40. <tr>
  41. <td class="editTableTitle">{{$.lp.openAttachment}}:</td>
  42. <td class="editTableValue">
  43. <input onclick="if (this.checked){ $('text{$.pid}attachmentConfigArea').setStyle('display', 'block')}" type="radio" name="isOpenAttachment" value="true" text{($.isOpenAttachment)?'checked':''}/>{{$.lp.yes}}
  44. <input onclick="if (this.checked){ $('text{$.pid}attachmentConfigArea').setStyle('display', 'none')}" type="radio" name="isOpenAttachment" value="false" text{(!$.isOpenAttachment)?'checked':''}/>{{$.lp.no}}
  45. </td>
  46. </tr>
  47. </table>
  48. <div id="text{$.pid}attachmentConfigArea" style="display: text{($.isOpenAttachment)?'block':'none'};">
  49. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  50. <tr>
  51. <td class="editTableTitle">{{$.lp.attachmentId}}</td>
  52. <td class="editTableValue">
  53. <input type="text" name="attachmentIds" value="text{$.attachmentIds}" class="editTableInput"/>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td class="editTableTitle">{{$.lp.attachmentReadonly}}:</td>
  58. <td class="editTableValue">
  59. <input type="radio" name="isAttReadonly" value="true" text{($.isAttReadonly)?'checked':''}/>{{$.lp.yes}}
  60. <input type="radio" name="isAttReadonly" value="false" text{(!$.isAttReadonly)?'checked':''}/>{{$.lp.no}}
  61. </td>
  62. </tr>
  63. </table>
  64. </div>
  65. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  66. <tr>
  67. <td class="editTableTitle">{{$.lp.autoSave}}:</td>
  68. <td class="editTableValue">
  69. <input onclick="if (this.checked){ $('text{$.pid}fileAutoSaveArea').setStyle('display', 'block')}" type="radio" name="isAutoSave" value="true" text{($.isAutoSave)?'checked':''}/>{{$.lp.yes}}
  70. <input onclick="if (this.checked){ $('text{$.pid}fileAutoSaveArea').setStyle('display', 'none')}" type="radio" name="isAutoSave" value="false" text{(!$.isAutoSave)?'checked':''}/>{{$.lp.no}}
  71. </td>
  72. </tr>
  73. </table>
  74. <div id="text{$.pid}fileAutoSaveArea" style="display: text{($.isAutoSave)?'block':'none'};">
  75. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  76. <tr>
  77. <td class="editTableValue" colspan="2"><b>{{$.lp.historyCount}}: &nbsp;&nbsp;</b>
  78. <select name="autoSaveNumber">
  79. <option value="1" text{($.autoSaveNumber=='1')?'selected':''}>1</option>
  80. <option value="2" text{($.autoSaveNumber=='2')?'selected':''}>2</option>
  81. <option value="3" text{(!$.autoSaveNumber || $.autoSaveNumber=='3')?'selected':''}>3</option>
  82. <option value="4" text{($.autoSaveNumber=='4')?'selected':''}>4</option>
  83. <option value="5" text{($.autoSaveNumber=='5')?'selected':''}>5</option>
  84. <option value="6" text{($.autoSaveNumber=='6')?'selected':''}>6</option>
  85. </select>
  86. </td>
  87. </tr>
  88. <tr>
  89. <td class="editTableTitle">{{$.lp.timeInterval}}:</td>
  90. <td class="editTableValue">
  91. <input type="number" name="autoSaveTime" value="text{$.autoSaveTime || 5}" class="editTableInput"/>
  92. </td>
  93. </tr>
  94. </table>
  95. </div>
  96. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  97. <tr>
  98. <td class="editTableValue" colspan="2">
  99. <b>{{$.lp.showSummary}}:</b>
  100. <input type="radio" name="isShowSummary" value="true" text{($.isShowSummary!==false)?'checked':''}/>{{$.lp.yes}}
  101. <input type="radio" name="isShowSummary" value="false" text{($.isShowSummary===false)?'checked':''}/>{{$.lp.no}}
  102. </td>
  103. </tr>
  104. </table>
  105. <div class="MWFMaplist" name="styles" title="{{$.lp.style}}"></div>
  106. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  107. <tr>
  108. <td class="editTableTitle">{{$.lp.type}}:</td>
  109. <td class="editTableValue">
  110. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='word')?'checked':''} type="radio" value="word"/>Word<br/>
  111. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='excel')?'checked':''} type="radio" value="excel"/>Excel<br/>
  112. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='ppt')?'checked':''} type="radio" value="ppt"/>PowerPoint<br/>
  113. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'block'); " name="officeType" text{($.officeType=='other')?'checked':''} type="radio" value="other"/>{{$.lp.byTemplate}}
  114. </td>
  115. </tr>
  116. </table>
  117. <div id="officeTemplateArea" title="src" style="display: text{($.officeType=='other')?'block':'none'}">
  118. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  119. <tr>
  120. <td class="editTableTitle">{{$.lp.templatePath}}:</td>
  121. <td class="editTableValue">
  122. <input type="text" name="template" value="text{$.template}" class="editTableInput"/>
  123. </td>
  124. </tr>
  125. </table>
  126. </div>
  127. <div class="MWFScriptArea" name="readScript" title="{{$.lp.readonlyCondition}} (S)"></div>
  128. <div class="MWFFormulaArea" name="fileSite" title="{{$.lp.officeFileSite}} (S)"></div>
  129. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  130. <tr>
  131. <td class="editTableTitle">{{$.lp.userTitle}}:</td>
  132. <td class="editTableValue"><input type="text" name="productCaption" value="text{$.productCaption}" class="editTableInput"/></td>
  133. </tr>
  134. <tr>
  135. <td class="editTableTitle">{{$.lp.userId}}:</td>
  136. <td class="editTableValue"><input type="text" name="productKey" value="text{$.productKey}" class="editTableInput"/></td>
  137. </tr>
  138. <!--<tr>-->
  139. <!--<td class="editTableTitle">授权标题:</td>-->
  140. <!--<td class="editTableValue"><input type="text" name="makerCaption" value="text{$.makerCaption}" class="editTableInput"/></td>-->
  141. <!--</tr>-->
  142. <!--<tr>-->
  143. <!--<td class="editTableTitle">授权标识:</td>-->
  144. <!--<td class="editTableValue"><input type="text" name="makerKey" value="text{$.makerKey}" class="editTableInput"/></td>-->
  145. <!--</tr>-->
  146. <!--<tr>-->
  147. <!--<td class="editTableTitle">控件版本:</td>-->
  148. <!--<td class="editTableValue"><input type="text" name="version" value="text{$.version}" class="editTableInput"/></td>-->
  149. <!--</tr>-->
  150. <!--<tr>-->
  151. <!--<td class="editTableTitle">classid:</td>-->
  152. <!--<td class="editTableValue"><input type="text" name="clsid" value="text{$.clsid}" class="editTableInput"/></td>-->
  153. <!--</tr>-->
  154. <!--<tr>-->
  155. <!--<td class="editTableTitle">控件路径:</td>-->
  156. <!--<td class="editTableValue"><input type="text" name="codeBase" value="text{$.codeBase}" class="editTableInput"/></td>-->
  157. <!--</tr>-->
  158. <!--<tr>-->
  159. <!--<td class="editTableTitle">classid64位:</td>-->
  160. <!--<td class="editTableValue"><input type="text" name="clsid64" value="text{$.clsid64}" class="editTableInput"/></td>-->
  161. <!--</tr>-->
  162. <!--<tr>-->
  163. <!--<td class="editTableTitle">控件路径64位:</td>-->
  164. <!--<td class="editTableValue"><input type="text" name="codeBase64" value="text{$.codeBase64}" class="editTableInput"/></td>-->
  165. <!--</tr>-->
  166. </table>
  167. </div>
  168. <div title="{{$.lp.edit}}" class="MWFTab">
  169. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">{{$.lp.toolbar}}</div>
  170. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  171. <tr>
  172. <td class="editTableTitle">{{$.lp.tools}}</td>
  173. <td class="editTableValue">
  174. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('new')!=-1)?'checked':''} type="checkbox" value="new"/>{{$.lp.newDoc}}
  175. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('open')!=-1)?'checked':''} type="checkbox" value="open"/>{{$.lp.openLocal}}
  176. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('save')!=-1)?'checked':''} type="checkbox" value="save"/>{{$.lp.saveLocal}}
  177. <br/>
  178. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('revisions')!=-1)?'checked':''} type="checkbox" value="revisions"/>{{$.lp.traceSwitch}}
  179. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('fullscreen')!=-1)?'checked':''} type="checkbox" value="fullscreen"/>{{$.lp.fullscreenMode}}
  180. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('toolbar')!=-1)?'checked':''} type="checkbox" value="toolbar"/>{{$.lp.toolbarSwitch}}
  181. <br/><input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('preview')!=-1)?'checked':''} type="checkbox" value="preview"/>{{$.lp.printPreview}}
  182. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('redfile')!=-1)?'checked':''} type="checkbox" value="redfile"/>{{$.lp.redFileButton}}
  183. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('seal')!=-1)?'checked':''} type="checkbox" value="seal"/>{{$.lp.stampButton}}
  184. <br/><input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('showHistory')!=-1)?'checked':''} type="checkbox" value="showHistory"/>{{$.lp.showHistory}}
  185. </td>
  186. </tr>
  187. </table>
  188. <!--<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  189. <!--<tr>-->
  190. <!--<td class="editTableValue">-->
  191. <!--<b>痕迹切换:</b>-->
  192. <!--<input class="editTableRadio" name="menu_revisions" text{($.menu_revisions!='0')?'checked':''} type="radio" value="1"/>是-->
  193. <!--<input class="editTableRadio" name="menu_revisions" text{($.menu_revisions=='0')?'checked':''} type="radio" value="0"/>否-->
  194. <!--</td>-->
  195. <!--</tr>-->
  196. <!--<tr>-->
  197. <!--<td class="editTableValue">-->
  198. <!--<b>全屏模式:</b>-->
  199. <!--<input class="editTableRadio" name="menu_fullscreen" text{($.menu_fullscreen!='0')?'checked':''} type="radio" value="1"/>是-->
  200. <!--<input class="editTableRadio" name="menu_fullscreen" text{($.menu_fullscreen=='0')?'checked':''} type="radio" value="0"/>否-->
  201. <!--</td>-->
  202. <!--</tr>-->
  203. <!--<tr>-->
  204. <!--<td class="editTableValue">-->
  205. <!--<b>工具栏切换:</b>-->
  206. <!--<input class="editTableRadio" name="menu_toolbar" text{($.menu_toolbar=='1')?'checked':''} type="radio" value="1"/>是-->
  207. <!--<input class="editTableRadio" name="menu_toolbar" text{($.menu_toolbar!='1')?'checked':''} type="radio" value="0"/>否-->
  208. <!--</td>-->
  209. <!--</tr>-->
  210. <!--<tr>-->
  211. <!--<td class="editTableValue">-->
  212. <!--<b>打印预览:</b>-->
  213. <!--<input class="editTableRadio" name="menu_preview" text{($.menu_preview!='0')?'checked':''} type="radio" value="1"/>是-->
  214. <!--<input class="editTableRadio" name="menu_preview" text{($.menu_preview=='0')?'checked':''} type="radio" value="0"/>否-->
  215. <!--</td>-->
  216. <!--</tr>-->
  217. <!--<tr>-->
  218. <!--<td class="editTableValue">-->
  219. <!--<b>套红按钮:</b>-->
  220. <!--<input class="editTableRadio" name="menu_redfile" text{($.menu_redfile=='1')?'checked':''} type="radio" value="1"/>是-->
  221. <!--<input class="editTableRadio" name="menu_redfile" text{($.menu_redfile!='1')?'checked':''} type="radio" value="0"/>否-->
  222. <!--</td>-->
  223. <!--</tr>-->
  224. <!--<tr>-->
  225. <!--<td class="editTableValue">-->
  226. <!--<b>盖章按钮:</b>-->
  227. <!--<input class="editTableRadio" name="menu_seal" text{($.menu_seal=='1')?'checked':''} type="radio" value="1"/>是-->
  228. <!--<input class="editTableRadio" name="menu_seal" text{($.menu_seal!='1')?'checked':''} type="radio" value="0"/>否-->
  229. <!--</td>-->
  230. <!--</tr>-->
  231. <!--</table>-->
  232. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">{{$.lp.attribute}}:</div>
  233. <!--<div style="background-color: #eeeeee; height: 24px; line-height: 24px; text-align: center;">界面相关</div>-->
  234. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  235. <tr><td class="editTableValue" colspan="2">
  236. <b>{{$.lp.showTitleBar}}:</b>
  237. <input class="editTableRadio" name="ntkoEditProperties.TitleBar" text{($.ntkoEditProperties.TitleBar=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  238. <input class="editTableRadio" name="ntkoEditProperties.TitleBar" text{($.ntkoEditProperties.TitleBar!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  239. </td></tr>
  240. <tr><td class="editTableValue" colspan="2">
  241. <b>{{$.lp.showMenuBar}}:</b>
  242. <input class="editTableRadio" name="ntkoEditProperties.Menubar" text{($.ntkoEditProperties.Menubar=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  243. <input class="editTableRadio" name="ntkoEditProperties.Menubar" text{($.ntkoEditProperties.Menubar!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  244. </td></tr>
  245. <tr><td class="editTableValue" colspan="2">
  246. <b>{{$.lp.showToolBar}}:</b>
  247. <input class="editTableRadio" name="ntkoEditProperties.ToolBars" text{($.ntkoEditProperties.ToolBars!='0')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  248. <input class="editTableRadio" name="ntkoEditProperties.ToolBars" text{($.ntkoEditProperties.ToolBars=='0')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  249. </td></tr>
  250. <tr><td class="editTableValue" colspan="2">
  251. <b>{{$.lp.showStatusBar}}:</b>
  252. <input class="editTableRadio" name="ntkoEditProperties.Statusbar" text{($.ntkoEditProperties.Statusbar=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  253. <input class="editTableRadio" name="ntkoEditProperties.Statusbar" text{($.ntkoEditProperties.Statusbar!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  254. </td></tr>
  255. <tr>
  256. <td class="editTableTitle">{{$.lp.showZoom}}:</td>
  257. <td class="editTableValue"><input type="number" name="editScale" value="text{$.editScale}" class="editTableInput"/></td>
  258. </tr>
  259. <tr>
  260. <td class="editTableTitle">{{$.lp.title}}:</td>
  261. <td class="editTableValue"><input type="text" name="ntkoEditProperties.Caption" value="text{$.ntkoEditProperties.Caption}" class="editTableInput"/></td>
  262. </tr>
  263. <tr><td class="editTableValue" colspan="2">
  264. <b>{{$.lp.borderStyle}}:</b>
  265. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle=='0')?'checked':''} type="radio" value="0"/>{{$.lp.none}}
  266. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle!='0' && $.ntkoEditProperties.BorderStyle!='2')?'checked':''} type="radio" value="1"/>{{$.lp.flat}}
  267. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle=='2')?'checked':''} type="radio" value="2"/>3D
  268. </td></tr>
  269. <tr>
  270. <td class="editTableTitle">{{$.lp.borderColor}}:</td>
  271. <td class="editTableValue"><input type="color" name="ntkoEditProperties.BorderColor" value="text{$.ntkoEditProperties.BorderColor}" class="editTableInput"/></td>
  272. </tr>
  273. <tr><td class="editTableValue" colspan="2">
  274. <b>{{$.lp.noCopy}}:</b>
  275. <input class="editTableRadio" name="ntkoEditProperties.IsNoCopy" text{($.ntkoEditProperties.IsNoCopy=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  276. <input class="editTableRadio" name="ntkoEditProperties.IsNoCopy" text{($.ntkoEditProperties.IsNoCopy!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  277. </td></tr>
  278. <tr><td class="editTableValue" colspan="2">
  279. <b>{{$.lp.keepTraces}}:</b>
  280. <input class="editTableRadio" name="trackRevisions" text{($.trackRevisions=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  281. <input class="editTableRadio" name="trackRevisions" text{($.trackRevisions!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  282. </td></tr>
  283. </table>
  284. <div class="MWFMaplist" name="editProperties" title="{{$.lp.otherAttr}}"></div>
  285. </div>
  286. <div title="{{$.lp.read}}" class="MWFTab">
  287. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">{{$.lp.toolbar}}</div>
  288. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  289. <tr>
  290. <td class="editTableTitle">{{$.lp.toolbar}}</td>
  291. <td class="editTableValue">
  292. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('revisions')!=-1)?'checked':''} type="checkbox" value="revisions"/>{{$.lp.traceSwitch}}
  293. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('fullscreen')!=-1)?'checked':''} type="checkbox" value="fullscreen"/>{{$.lp.fullscreenMode}}
  294. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('toolbar')!=-1)?'checked':''} type="checkbox" value="toolbar"/>{{$.lp.toolbarSwitch}}
  295. <br/><input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('preview')!=-1)?'checked':''} type="checkbox" value="preview"/>{{$.lp.printPreview}}
  296. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('showHistory')!=-1)?'checked':''} type="checkbox" value="showHistory"/>{{$.lp.showHistory}}
  297. <!--<input class="editTableRadio" name="menuReadButtons" text{(($.menu_buttons) && $.menu_buttons.indexOf('redfile')!=-1)?'checked':''} type="checkbox" value="redfile"/>套红按钮-->
  298. <!--<input class="editTableRadio" name="menuReadButtons" text{(($.menu_buttons) && $.menu_buttons.indexOf('seal')!=-1)?'checked':''} type="checkbox" value="seal"/>盖章按钮-->
  299. </td>
  300. </tr>
  301. </table>
  302. <!--<div style="background-color: #eeeeee; height: 24px; line-height: 24px; text-align: center;">界面相关</div>-->
  303. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  304. <tr><td class="editTableValue" colspan="2">
  305. <b>{{$.lp.showTitleBar}}:</b>
  306. <input class="editTableRadio" name="ntkoReadProperties.TitleBar" text{($.ntkoReadProperties.TitleBar=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  307. <input class="editTableRadio" name="ntkoReadProperties.TitleBar" text{($.ntkoReadProperties.TitleBar!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  308. </td></tr>
  309. <tr><td class="editTableValue" colspan="2">
  310. <b>{{$.lp.showMenuBar}}:</b>
  311. <input class="editTableRadio" name="ntkoReadProperties.Menubar" text{($.ntkoReadProperties.Menubar=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  312. <input class="editTableRadio" name="ntkoReadProperties.Menubar" text{($.ntkoReadProperties.Menubar!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  313. </td></tr>
  314. <tr><td class="editTableValue" colspan="2">
  315. <b>{{$.lp.showToolBar}}:</b>
  316. <input class="editTableRadio" name="ntkoReadProperties.ToolBars" text{($.ntkoReadProperties.ToolBars!='0')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  317. <input class="editTableRadio" name="ntkoReadProperties.ToolBars" text{($.ntkoReadProperties.ToolBars=='0')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  318. </td></tr>
  319. <tr><td class="editTableValue" colspan="2">
  320. <b>{{$.lp.showStatusBar}}:</b>
  321. <input class="editTableRadio" name="ntkoReadProperties.Statusbar" text{($.ntkoReadProperties.Statusbar=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  322. <input class="editTableRadio" name="ntkoReadProperties.Statusbar" text{($.ntkoReadProperties.Statusbar!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  323. </td></tr>
  324. <tr>
  325. <td class="editTableTitle">{{$.lp.showZoom}}:</td>
  326. <td class="editTableValue"><input type="number" name="readScale" value="text{$.readScale}" class="editTableInput"/></td>
  327. </tr>
  328. <tr>
  329. <td class="editTableTitle">{{$.lp.title}}:</td>
  330. <td class="editTableValue"><input type="text" name="ntkoReadProperties.Caption" value="text{$.ntkoReadProperties.Caption}" class="editTableInput"/></td>
  331. </tr>
  332. <tr><td class="editTableValue" colspan="2">
  333. <b>{{$.lp.borderStyle}}:</b>
  334. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle=='0')?'checked':''} type="radio" value="0"/>{{$.lp.none}}
  335. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle!='0' && $.ntkoReadProperties.BorderStyle!='2')?'checked':''} type="radio" value="1"/>{{$.lp.flat}}
  336. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle=='2')?'checked':''} type="radio" value="2"/>3D
  337. </td></tr>
  338. <tr>
  339. <td class="editTableTitle">{{$.lp.borderColor}}:</td>
  340. <td class="editTableValue"><input type="color" name="ntkoReadProperties.BorderColor" value="text{$.ntkoReadProperties.BorderColor}" class="editTableInput"/></td>
  341. </tr>
  342. <tr><td class="editTableValue" colspan="2">
  343. <b>{{$.lp.noCopy}}:</b>
  344. <input class="editTableRadio" name="ntkoReadProperties.IsNoCopy" text{($.ntkoReadProperties.IsNoCopy=='1')?'checked':''} type="radio" value="1"/>{{$.lp.yes}}
  345. <input class="editTableRadio" name="ntkoReadProperties.IsNoCopy" text{($.ntkoReadProperties.IsNoCopy!='1')?'checked':''} type="radio" value="0"/>{{$.lp.no}}
  346. </td></tr>
  347. </table>
  348. <div class="MWFMaplist" name="readProperties" title="{{$.lp.otherAttr}}"></div>
  349. </div>
  350. <div title="{{$.lp.event}}" class="MWFTab">
  351. <div class="MWFEventsArea" name="events"></div>
  352. </div>
  353. <div title="HTML" class="MWFTab">
  354. <div class="MWFHTMLArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  355. </div>
  356. <div title="JSON" class="MWFTab">
  357. <div class="MWFJSONArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  358. </div>
  359. </div>