office.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. <div style="background-color: #FFF; overflow: hidden">
  2. <div title="基本" 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;">仅IE浏览器可用</div></td>
  6. </tr>
  7. <tr>
  8. <td class="editTableTitle">标识:</td>
  9. <td class="editTableValue"><input type="text" name="id" value="text{$.id}" class="editTableInput"/></td>
  10. </tr>
  11. <tr>
  12. <td class="editTableTitle">名称:</td>
  13. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  14. </tr>
  15. <tr>
  16. <td class="editTableTitle">描述:</td>
  17. <td class="editTableValue"><input type="text" name="description" value="text{$.description}" class="editTableInput"/></td>
  18. </tr>
  19. <tr>
  20. <td class="editTableTitle">是否只读:</td>
  21. <td class="editTableValue">
  22. <input type="radio" name="isReadonly" value="true" text{($.isReadonly)?'checked':''}/>是
  23. <input type="radio" name="isReadonly" value="false" text{(!$.isReadonly)?'checked':''}/>否
  24. </td>
  25. </tr>
  26. <tr>
  27. <td class="editTableTitle">延时加载:</td>
  28. <td class="editTableVaisOpenAttachmentlue">
  29. <input type="radio" name="isNotLoadNow" value="true" text{($.isNotLoadNow)?'checked':''}/>是
  30. <input type="radio" name="isNotLoadNow" value="false" text{(!$.isNotLoadNow)?'checked':''}/>否
  31. </td>
  32. </tr>
  33. <tr>
  34. <td class="editTableTitle">是否保留历史版本:</td>
  35. <td class="editTableValue">
  36. <input type="radio" name="isHistory" value="true" text{($.isHistory)?'checked':''}/>是
  37. <input type="radio" name="isHistory" value="false" text{(!$.isHistory)?'checked':''}/>否
  38. </td>
  39. </tr>
  40. <tr>
  41. <td class="editTableTitle">是否可打开附件:</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':''}/>是
  44. <input onclick="if (this.checked){ $('text{$.pid}attachmentConfigArea').setStyle('display', 'none')}" type="radio" name="isOpenAttachment" value="false" text{(!$.isOpenAttachment)?'checked':''}/>否
  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">附件框</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">附件只读:</td>
  58. <td class="editTableValue">
  59. <input type="radio" name="isAttReadonly" value="true" text{($.isAttReadonly)?'checked':''}/>是
  60. <input type="radio" name="isAttReadonly" value="false" text{(!$.isAttReadonly)?'checked':''}/>否
  61. </td>
  62. </tr>
  63. </table>
  64. </div>
  65. <div class="MWFMaplist" name="styles" title="样式"></div>
  66. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  67. <tr>
  68. <td class="editTableTitle">类型:</td>
  69. <td class="editTableValue">
  70. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='word')?'checked':''} type="radio" value="word"/>Word 文档<br/>
  71. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='excel')?'checked':''} type="radio" value="excel"/>Excel 电子表格<br/>
  72. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='ppt')?'checked':''} type="radio" value="ppt"/>PowerPoint 幻灯片<br/>
  73. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'block'); " name="officeType" text{($.officeType=='other')?'checked':''} type="radio" value="other"/>根据模板创建
  74. </td>
  75. </tr>
  76. </table>
  77. <div id="officeTemplateArea" title="src" style="display: text{($.officeType=='other')?'block':'none'}">
  78. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  79. <tr>
  80. <td class="editTableTitle">模板位置:</td>
  81. <td class="editTableValue">
  82. <input type="text" name="template" value="text{$.template}" class="editTableInput"/>
  83. </td>
  84. </tr>
  85. </table>
  86. </div>
  87. <div class="MWFScriptArea" name="readScript" title="满足条件时只读 (S)"></div>
  88. <div class="MWFFormulaArea" name="fileSite" title="读取文件的site (S)"></div>
  89. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  90. <tr>
  91. <td class="editTableTitle">用户标题:</td>
  92. <td class="editTableValue"><input type="text" name="productCaption" value="text{$.productCaption}" class="editTableInput"/></td>
  93. </tr>
  94. <tr>
  95. <td class="editTableTitle">用户标识:</td>
  96. <td class="editTableValue"><input type="text" name="productKey" value="text{$.productKey}" class="editTableInput"/></td>
  97. </tr>
  98. <!--<tr>-->
  99. <!--<td class="editTableTitle">授权标题:</td>-->
  100. <!--<td class="editTableValue"><input type="text" name="makerCaption" value="text{$.makerCaption}" class="editTableInput"/></td>-->
  101. <!--</tr>-->
  102. <!--<tr>-->
  103. <!--<td class="editTableTitle">授权标识:</td>-->
  104. <!--<td class="editTableValue"><input type="text" name="makerKey" value="text{$.makerKey}" class="editTableInput"/></td>-->
  105. <!--</tr>-->
  106. <!--<tr>-->
  107. <!--<td class="editTableTitle">控件版本:</td>-->
  108. <!--<td class="editTableValue"><input type="text" name="version" value="text{$.version}" class="editTableInput"/></td>-->
  109. <!--</tr>-->
  110. <!--<tr>-->
  111. <!--<td class="editTableTitle">classid:</td>-->
  112. <!--<td class="editTableValue"><input type="text" name="clsid" value="text{$.clsid}" class="editTableInput"/></td>-->
  113. <!--</tr>-->
  114. <!--<tr>-->
  115. <!--<td class="editTableTitle">控件路径:</td>-->
  116. <!--<td class="editTableValue"><input type="text" name="codeBase" value="text{$.codeBase}" class="editTableInput"/></td>-->
  117. <!--</tr>-->
  118. <!--<tr>-->
  119. <!--<td class="editTableTitle">classid64位:</td>-->
  120. <!--<td class="editTableValue"><input type="text" name="clsid64" value="text{$.clsid64}" class="editTableInput"/></td>-->
  121. <!--</tr>-->
  122. <!--<tr>-->
  123. <!--<td class="editTableTitle">控件路径64位:</td>-->
  124. <!--<td class="editTableValue"><input type="text" name="codeBase64" value="text{$.codeBase64}" class="editTableInput"/></td>-->
  125. <!--</tr>-->
  126. </table>
  127. </div>
  128. <div title="编辑" class="MWFTab">
  129. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">工具栏</div>
  130. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  131. <tr>
  132. <td class="editTableTitle">工具</td>
  133. <td class="editTableValue">
  134. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('new')!=-1)?'checked':''} type="checkbox" value="new"/>新建文档
  135. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('open')!=-1)?'checked':''} type="checkbox" value="open"/>打开本地文件
  136. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('save')!=-1)?'checked':''} type="checkbox" value="save"/>保存到本地
  137. <br/>
  138. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('revisions')!=-1)?'checked':''} type="checkbox" value="revisions"/>痕迹切换
  139. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('fullscreen')!=-1)?'checked':''} type="checkbox" value="fullscreen"/>全屏模式
  140. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('toolbar')!=-1)?'checked':''} type="checkbox" value="toolbar"/>工具栏切换
  141. <br/><input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('preview')!=-1)?'checked':''} type="checkbox" value="preview"/>打印预览
  142. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('redfile')!=-1)?'checked':''} type="checkbox" value="redfile"/>套红按钮
  143. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('seal')!=-1)?'checked':''} type="checkbox" value="seal"/>盖章按钮
  144. <br/><input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('showHistory')!=-1)?'checked':''} type="checkbox" value="showHistory"/>查看历史版本
  145. </td>
  146. </tr>
  147. </table>
  148. <!--<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  149. <!--<tr>-->
  150. <!--<td class="editTableValue">-->
  151. <!--<b>痕迹切换:</b>-->
  152. <!--<input class="editTableRadio" name="menu_revisions" text{($.menu_revisions!='0')?'checked':''} type="radio" value="1"/>是-->
  153. <!--<input class="editTableRadio" name="menu_revisions" text{($.menu_revisions=='0')?'checked':''} type="radio" value="0"/>否-->
  154. <!--</td>-->
  155. <!--</tr>-->
  156. <!--<tr>-->
  157. <!--<td class="editTableValue">-->
  158. <!--<b>全屏模式:</b>-->
  159. <!--<input class="editTableRadio" name="menu_fullscreen" text{($.menu_fullscreen!='0')?'checked':''} type="radio" value="1"/>是-->
  160. <!--<input class="editTableRadio" name="menu_fullscreen" text{($.menu_fullscreen=='0')?'checked':''} type="radio" value="0"/>否-->
  161. <!--</td>-->
  162. <!--</tr>-->
  163. <!--<tr>-->
  164. <!--<td class="editTableValue">-->
  165. <!--<b>工具栏切换:</b>-->
  166. <!--<input class="editTableRadio" name="menu_toolbar" text{($.menu_toolbar=='1')?'checked':''} type="radio" value="1"/>是-->
  167. <!--<input class="editTableRadio" name="menu_toolbar" text{($.menu_toolbar!='1')?'checked':''} type="radio" value="0"/>否-->
  168. <!--</td>-->
  169. <!--</tr>-->
  170. <!--<tr>-->
  171. <!--<td class="editTableValue">-->
  172. <!--<b>打印预览:</b>-->
  173. <!--<input class="editTableRadio" name="menu_preview" text{($.menu_preview!='0')?'checked':''} type="radio" value="1"/>是-->
  174. <!--<input class="editTableRadio" name="menu_preview" text{($.menu_preview=='0')?'checked':''} type="radio" value="0"/>否-->
  175. <!--</td>-->
  176. <!--</tr>-->
  177. <!--<tr>-->
  178. <!--<td class="editTableValue">-->
  179. <!--<b>套红按钮:</b>-->
  180. <!--<input class="editTableRadio" name="menu_redfile" text{($.menu_redfile=='1')?'checked':''} type="radio" value="1"/>是-->
  181. <!--<input class="editTableRadio" name="menu_redfile" text{($.menu_redfile!='1')?'checked':''} type="radio" value="0"/>否-->
  182. <!--</td>-->
  183. <!--</tr>-->
  184. <!--<tr>-->
  185. <!--<td class="editTableValue">-->
  186. <!--<b>盖章按钮:</b>-->
  187. <!--<input class="editTableRadio" name="menu_seal" text{($.menu_seal=='1')?'checked':''} type="radio" value="1"/>是-->
  188. <!--<input class="editTableRadio" name="menu_seal" text{($.menu_seal!='1')?'checked':''} type="radio" value="0"/>否-->
  189. <!--</td>-->
  190. <!--</tr>-->
  191. <!--</table>-->
  192. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">属性:</div>
  193. <!--<div style="background-color: #eeeeee; height: 24px; line-height: 24px; text-align: center;">界面相关</div>-->
  194. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  195. <tr><td class="editTableValue" colspan="2">
  196. <b>是否显示标题栏:</b>
  197. <input class="editTableRadio" name="ntkoEditProperties.TitleBar" text{($.ntkoEditProperties.TitleBar=='1')?'checked':''} type="radio" value="1"/>是
  198. <input class="editTableRadio" name="ntkoEditProperties.TitleBar" text{($.ntkoEditProperties.TitleBar!='1')?'checked':''} type="radio" value="0"/>否
  199. </td></tr>
  200. <tr><td class="editTableValue" colspan="2">
  201. <b>是否显示菜单栏:</b>
  202. <input class="editTableRadio" name="ntkoEditProperties.Menubar" text{($.ntkoEditProperties.Menubar=='1')?'checked':''} type="radio" value="1"/>是
  203. <input class="editTableRadio" name="ntkoEditProperties.Menubar" text{($.ntkoEditProperties.Menubar!='1')?'checked':''} type="radio" value="0"/>否
  204. </td></tr>
  205. <tr><td class="editTableValue" colspan="2">
  206. <b>是否显示工具栏:</b>
  207. <input class="editTableRadio" name="ntkoEditProperties.ToolBars" text{($.ntkoEditProperties.ToolBars!='0')?'checked':''} type="radio" value="1"/>是
  208. <input class="editTableRadio" name="ntkoEditProperties.ToolBars" text{($.ntkoEditProperties.ToolBars=='0')?'checked':''} type="radio" value="0"/>否
  209. </td></tr>
  210. <tr><td class="editTableValue" colspan="2">
  211. <b>是否显示状态栏:</b>
  212. <input class="editTableRadio" name="ntkoEditProperties.Statusbar" text{($.ntkoEditProperties.Statusbar=='1')?'checked':''} type="radio" value="1"/>是
  213. <input class="editTableRadio" name="ntkoEditProperties.Statusbar" text{($.ntkoEditProperties.Statusbar!='1')?'checked':''} type="radio" value="0"/>否
  214. </td></tr>
  215. <tr>
  216. <td class="editTableTitle">显示比例:</td>
  217. <td class="editTableValue"><input type="number" name="editScale" value="text{$.editScale}" class="editTableInput"/></td>
  218. </tr>
  219. <tr>
  220. <td class="editTableTitle">标题:</td>
  221. <td class="editTableValue"><input type="text" name="ntkoEditProperties.Caption" value="text{$.ntkoEditProperties.Caption}" class="editTableInput"/></td>
  222. </tr>
  223. <tr><td class="editTableValue" colspan="2">
  224. <b>边框样式:</b>
  225. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle=='0')?'checked':''} type="radio" value="0"/>无
  226. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle!='0' && $.ntkoEditProperties.BorderStyle!='2')?'checked':''} type="radio" value="1"/>平面
  227. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle=='2')?'checked':''} type="radio" value="2"/>3D
  228. </td></tr>
  229. <tr>
  230. <td class="editTableTitle">边框颜色:</td>
  231. <td class="editTableValue"><input type="color" name="ntkoEditProperties.BorderColor" value="text{$.ntkoEditProperties.BorderColor}" class="editTableInput"/></td>
  232. </tr>
  233. <tr><td class="editTableValue" colspan="2">
  234. <b>是否禁止拷贝:</b>
  235. <input class="editTableRadio" name="ntkoEditProperties.IsNoCopy" text{($.ntkoEditProperties.IsNoCopy=='1')?'checked':''} type="radio" value="1"/>是
  236. <input class="editTableRadio" name="ntkoEditProperties.IsNoCopy" text{($.ntkoEditProperties.IsNoCopy!='1')?'checked':''} type="radio" value="0"/>否
  237. </td></tr>
  238. <tr><td class="editTableValue" colspan="2">
  239. <b>是否保留痕迹:</b>
  240. <input class="editTableRadio" name="trackRevisions" text{($.trackRevisions=='1')?'checked':''} type="radio" value="1"/>是
  241. <input class="editTableRadio" name="trackRevisions" text{($.trackRevisions!='1')?'checked':''} type="radio" value="0"/>否
  242. </td></tr>
  243. </table>
  244. <div class="MWFMaplist" name="editProperties" title="其他属性"></div>
  245. </div>
  246. <div title="阅读" class="MWFTab">
  247. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">工具栏</div>
  248. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  249. <tr>
  250. <td class="editTableTitle">工具</td>
  251. <td class="editTableValue">
  252. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('revisions')!=-1)?'checked':''} type="checkbox" value="revisions"/>痕迹切换
  253. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('fullscreen')!=-1)?'checked':''} type="checkbox" value="fullscreen"/>全屏模式
  254. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('toolbar')!=-1)?'checked':''} type="checkbox" value="toolbar"/>工具栏切换
  255. <br/><input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('preview')!=-1)?'checked':''} type="checkbox" value="preview"/>打印预览
  256. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('showHistory')!=-1)?'checked':''} type="checkbox" value="showHistory"/>查看历史版本
  257. <!--<input class="editTableRadio" name="menuReadButtons" text{(($.menu_buttons) && $.menu_buttons.indexOf('redfile')!=-1)?'checked':''} type="checkbox" value="redfile"/>套红按钮-->
  258. <!--<input class="editTableRadio" name="menuReadButtons" text{(($.menu_buttons) && $.menu_buttons.indexOf('seal')!=-1)?'checked':''} type="checkbox" value="seal"/>盖章按钮-->
  259. </td>
  260. </tr>
  261. </table>
  262. <!--<div style="background-color: #eeeeee; height: 24px; line-height: 24px; text-align: center;">界面相关</div>-->
  263. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  264. <tr><td class="editTableValue" colspan="2">
  265. <b>是否显示标题栏:</b>
  266. <input class="editTableRadio" name="ntkoReadProperties.TitleBar" text{($.ntkoReadProperties.TitleBar=='1')?'checked':''} type="radio" value="1"/>是
  267. <input class="editTableRadio" name="ntkoReadProperties.TitleBar" text{($.ntkoReadProperties.TitleBar!='1')?'checked':''} type="radio" value="0"/>否
  268. </td></tr>
  269. <tr><td class="editTableValue" colspan="2">
  270. <b>是否显示菜单栏:</b>
  271. <input class="editTableRadio" name="ntkoReadProperties.Menubar" text{($.ntkoReadProperties.Menubar=='1')?'checked':''} type="radio" value="1"/>是
  272. <input class="editTableRadio" name="ntkoReadProperties.Menubar" text{($.ntkoReadProperties.Menubar!='1')?'checked':''} type="radio" value="0"/>否
  273. </td></tr>
  274. <tr><td class="editTableValue" colspan="2">
  275. <b>是否显示工具栏:</b>
  276. <input class="editTableRadio" name="ntkoReadProperties.ToolBars" text{($.ntkoReadProperties.ToolBars!='0')?'checked':''} type="radio" value="1"/>是
  277. <input class="editTableRadio" name="ntkoReadProperties.ToolBars" text{($.ntkoReadProperties.ToolBars=='0')?'checked':''} type="radio" value="0"/>否
  278. </td></tr>
  279. <tr><td class="editTableValue" colspan="2">
  280. <b>是否显示状态栏:</b>
  281. <input class="editTableRadio" name="ntkoReadProperties.Statusbar" text{($.ntkoReadProperties.Statusbar=='1')?'checked':''} type="radio" value="1"/>是
  282. <input class="editTableRadio" name="ntkoReadProperties.Statusbar" text{($.ntkoReadProperties.Statusbar!='1')?'checked':''} type="radio" value="0"/>否
  283. </td></tr>
  284. <tr>
  285. <td class="editTableTitle">显示比例:</td>
  286. <td class="editTableValue"><input type="number" name="readScale" value="text{$.readScale}" class="editTableInput"/></td>
  287. </tr>
  288. <tr>
  289. <td class="editTableTitle">标题:</td>
  290. <td class="editTableValue"><input type="text" name="ntkoReadProperties.Caption" value="text{$.ntkoReadProperties.Caption}" class="editTableInput"/></td>
  291. </tr>
  292. <tr><td class="editTableValue" colspan="2">
  293. <b>边框样式:</b>
  294. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle=='0')?'checked':''} type="radio" value="0"/>无
  295. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle!='0' && $.ntkoReadProperties.BorderStyle!='2')?'checked':''} type="radio" value="1"/>平面
  296. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle=='2')?'checked':''} type="radio" value="2"/>3D
  297. </td></tr>
  298. <tr>
  299. <td class="editTableTitle">边框颜色:</td>
  300. <td class="editTableValue"><input type="color" name="ntkoReadProperties.BorderColor" value="text{$.ntkoReadProperties.BorderColor}" class="editTableInput"/></td>
  301. </tr>
  302. <tr><td class="editTableValue" colspan="2">
  303. <b>是否禁止拷贝:</b>
  304. <input class="editTableRadio" name="ntkoReadProperties.IsNoCopy" text{($.ntkoReadProperties.IsNoCopy=='1')?'checked':''} type="radio" value="1"/>是
  305. <input class="editTableRadio" name="ntkoReadProperties.IsNoCopy" text{($.ntkoReadProperties.IsNoCopy!='1')?'checked':''} type="radio" value="0"/>否
  306. </td></tr>
  307. </table>
  308. <div class="MWFMaplist" name="readProperties" title="其他属性"></div>
  309. </div>
  310. <div title="事件" class="MWFTab">
  311. <div class="MWFEventsArea" name="events"></div>
  312. </div>
  313. <div title="HTML" class="MWFTab">
  314. <div class="MWFHTMLArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  315. </div>
  316. <div title="JSON" class="MWFTab">
  317. <div class="MWFJSONArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  318. </div>
  319. </div>