wpsoffice.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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">{{$.lp.id}}:</td>
  6. <td class="editTableValue"><input type="text" name="id" value="text{$.id}" class="editTableInput"/></td>
  7. </tr>
  8. <tr>
  9. <td class="editTableTitle">{{$.lp.name}}:</td>
  10. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  11. </tr>
  12. <tr>
  13. <td class="editTableTitle">{{$.lp.description}}:</td>
  14. <td class="editTableValue"><input type="text" name="description" value="text{$.description}" class="editTableInput"/></td>
  15. </tr>
  16. <tr>
  17. <td class="editTableTitle">{{$.lp.readonly}}:</td>
  18. <td class="editTableValue">
  19. <input type="radio" name="isReadonly" value="true" text{($.isReadonly)?'checked':''}/>{{$.lp.yes}}
  20. <input type="radio" name="isReadonly" value="false" text{(!$.isReadonly)?'checked':''}/>{{$.lp.no}}
  21. </td>
  22. </tr>
  23. <tr>
  24. <td class="editTableTitle">{{$.lp.allowUpload}}:</td>
  25. <td class="editTableValue">
  26. <input type="radio" name="allowUpload" value="true" text{($.allowUpload)?'checked':''}/>{{$.lp.yes}}
  27. <input type="radio" name="allowUpload" value="false" text{(!$.allowUpload)?'checked':''}/>{{$.lp.no}}
  28. </td>
  29. </tr>
  30. <!-- <tr>-->
  31. <!-- <td class="editTableTitle">延时加载:</td>-->
  32. <!-- <td class="editTableValue">-->
  33. <!-- <input type="radio" name="isNotLoadNow" value="true" text{($.isNotLoadNow)?'checked':''}/>是-->
  34. <!-- <input type="radio" name="isNotLoadNow" value="false" text{(!$.isNotLoadNow)?'checked':''}/>否-->
  35. <!-- </td>-->
  36. <!-- </tr>-->
  37. </table>
  38. <div class="MWFMaplist" name="styles" title="{{$.lp.style}}"></div>
  39. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  40. <tr>
  41. <td class="editTableTitle">{{$.lp.type}}:</td>
  42. <td class="editTableValue">
  43. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='docx')?'checked':''} type="radio" value="docx"/>Word<br/>
  44. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='xlsx')?'checked':''} type="radio" value="xlsx"/>Excel<br/>
  45. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='pptx')?'checked':''} type="radio" value="pptx"/>PowerPoint<br/>
  46. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'block'); " name="officeType" text{($.officeType=='other')?'checked':''} type="radio" value="other"/>{{$.lp.byTemplate}}
  47. </td>
  48. </tr>
  49. </table>
  50. <div id="officeTemplateArea" title="src" style="display: text{($.officeType=='other')?'block':'none'}">
  51. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  52. <tr>
  53. <td class="editTableValue">
  54. <input type="radio" onclick="if (this.checked){ $('templateArea').setStyle('display', 'block'); $('templateScriptArea').setStyle('display', 'none')}" name="templateType" value="value" text{($.templateType=='value')?'checked':''}/>{{$.lp.textValue}}
  55. <input type="radio" onclick="if (this.checked){ $('templateArea').setStyle('display', 'none'); $('templateScriptArea').setStyle('display', 'block')}" name="templateType" value="script" text{($.templateType=='script')?'checked':''}/>{{$.lp.script}}
  56. </td>
  57. </tr>
  58. </table>
  59. <div id="templateArea" style="display: text{($.templateType=='value')?'block':'none'};">
  60. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  61. <tr>
  62. <td class="editTableTitle">{{$.lp.templateId}}:</td>
  63. <td class="editTableValue">
  64. <input type="text" name="template" value="text{$.template}" class="editTableInput"/>
  65. </td>
  66. </tr>
  67. </table>
  68. </div>
  69. <div id="templateScriptArea" style="display: text{($.templateType=='script')?'block':'none'};">
  70. <div class="MWFScriptArea" name="templeteScript" title="{{$.lp.editScript}} (S)"></div>
  71. </div>
  72. </div>
  73. <div class="MWFScriptArea" name="readScript" title="{{$.lp.readonlyCondition}} (S)"></div>
  74. </div>
  75. <div title="{{$.lp.wps.config}}" class="MWFTab">
  76. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">{{$.lp.wps.options}}</div>
  77. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  78. <tr>
  79. <td class="editTableTitle">{{$.lp.wps.topArea}}:</td>
  80. <td class="editTableValue">
  81. <input type="radio" name="isShowTopArea" value="true" text{($.isShowTopArea)?'checked':''}/>{{$.lp.wps.show}}
  82. <input type="radio" name="isShowTopArea" value="false" text{(!$.isShowTopArea)?'checked':''}/>{{$.lp.wps.hide}}
  83. </td>
  84. </tr>
  85. <tr>
  86. <td class="editTableTitle">{{$.lp.wps.headArea}}:</td>
  87. <td class="editTableValue">
  88. <input type="radio" name="isShowHeader" value="true" text{($.isShowHeader)?'checked':''}/>{{$.lp.wps.show}}
  89. <input type="radio" name="isShowHeader" value="false" text{(!$.isShowHeader)?'checked':''}/>{{$.lp.wps.hide}}
  90. </td>
  91. </tr>
  92. <!-- <tr>-->
  93. <!-- <td class="editTableTitle">头像:</td>-->
  94. <!-- <td class="editTableValue">-->
  95. <!-- <input type="radio" name="isCooperUsersAvatarVisible" value="true" text{($.isCooperUsersAvatarVisible)?'checked':''}/>显示-->
  96. <!-- <input type="radio" name="isCooperUsersAvatarVisible" value="false" text{(!$.isCooperUsersAvatarVisible)?'checked':''}/>隐藏-->
  97. <!-- </td>-->
  98. <!-- </tr>-->
  99. <tr>
  100. <td class="editTableTitle">{{$.lp.wps.showMode}}:</td>
  101. <td class="editTableValue">
  102. <input type="radio" name="showMode" value="normal" text{($.showMode=='normal')||(!$.showMode)?'checked':''}/>{{$.lp.wps.showMode_normal}}
  103. <br>
  104. <input type="radio" name="showMode" value="simple" text{($.showMode=='simple')?'checked':''}/>{{$.lp.wps.showMode_simple}}
  105. </td>
  106. </tr>
  107. <!-- <tr>-->
  108. <!-- <td class="editTableTitle">浏览器区域全屏:</td>-->
  109. <!-- <td class="editTableValue">-->
  110. <!-- <input type="radio" name="isBrowserViewFullscreen" value="true" text{($.isBrowserViewFullscreen)?'checked':''}/>是-->
  111. <!-- <input type="radio" name="isBrowserViewFullscreen" value="false" text{(!$.isBrowserViewFullscreen)?'checked':''}/>否-->
  112. <!-- </td>-->
  113. <!-- </tr>-->
  114. <!-- <tr>-->
  115. <!-- <td class="editTableTitle">在iframe区域内全屏:</td>-->
  116. <!-- <td class="editTableValue">-->
  117. <!-- <input type="radio" name="isIframeViewFullscreen" value="true" text{($.isIframeViewFullscreen)?'checked':''}/>是-->
  118. <!-- <input type="radio" name="isIframeViewFullscreen" value="false" text{(!$.isIframeViewFullscreen)?'checked':''}/>否-->
  119. <!-- </td>-->
  120. <!-- </tr>-->
  121. </table>
  122. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">{{$.lp.wps.wordConfig}}</div>
  123. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  124. <tr>
  125. <td class="editTableTitle">{{$.lp.wps.comment}}:</td>
  126. <td class="editTableValue">
  127. <input type="radio" name="isShowComment" value="true" text{($.isShowComment)?'checked':''}/>{{$.lp.wps.show}}
  128. <input type="radio" name="isShowComment" value="false" text{(!$.isShowComment)?'checked':''}/>{{$.lp.wps.hide}}
  129. </td>
  130. </tr>
  131. <tr>
  132. <td class="editTableTitle">{{$.lp.wps.isShowDocMap}}:</td>
  133. <td class="editTableValue">
  134. <input type="radio" name="isShowDocMap" value="true" text{($.isShowDocMap)?'checked':''}/>{{$.lp.yes}}
  135. <input type="radio" name="isShowDocMap" value="false" text{(!$.isShowDocMap)?'checked':''}/>{{$.lp.no}}
  136. </td>
  137. </tr>
  138. <tr>
  139. <td class="editTableTitle">{{$.lp.wps.isBestScale}}:</td>
  140. <td class="editTableValue">
  141. <input type="radio" name="isBestScale" value="true" text{($.isBestScale)?'checked':''}/>{{$.lp.yes}}
  142. <input type="radio" name="isBestScale" value="false" text{(!$.isBestScale)?'checked':''}/>{{$.lp.no}}
  143. </td>
  144. </tr>
  145. <tr>
  146. <td class="editTableTitle">{{$.lp.wps.isShowBottomStatusBar}}:</td>
  147. <td class="editTableValue">
  148. <input type="radio" name="isShowBottomStatusBar" value="true" text{($.isShowBottomStatusBar)?'checked':''}/>{{$.lp.wps.show}}
  149. <input type="radio" name="isShowBottomStatusBar" value="false" text{(!$.isShowBottomStatusBar)?'checked':''}/>{{$.lp.wps.hide}}
  150. </td>
  151. </tr>
  152. <tr>
  153. <td class="editTableTitle">{{$.lp.wps.isOpenIntoEdit}}:</td>
  154. <td class="editTableValue">
  155. <input type="radio" name="isOpenIntoEdit" value="true" text{($.isOpenIntoEdit)?'checked':''}/>{{$.lp.yes}}
  156. <input type="radio" name="isOpenIntoEdit" value="false" text{(!$.isOpenIntoEdit)?'checked':''}/>{{$.lp.no}}
  157. </td>
  158. </tr>
  159. </table>
  160. </div>
  161. <div title="{{$.lp.wps.component}}" class="MWFTab">
  162. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">{{$.lp.wps.isComponent}}</div>
  163. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  164. <tr>
  165. <td class="editTableTitle">{{$.lp.wps.HeaderLeft}}:</td>
  166. <td class="editTableValue">
  167. <input type="radio" name="HeaderLeft" value="true" text{($.HeaderLeft)?'checked':''}/>{{$.lp.yes}}
  168. <input type="radio" name="HeaderLeft" value="false" text{(!$.HeaderLeft)?'checked':''}/>{{$.lp.no}}
  169. </td>
  170. </tr>
  171. <tr>
  172. <td class="editTableTitle">{{$.lp.wps.HeaderRight}}:</td>
  173. <td class="editTableValue">
  174. <input type="radio" name="HeaderRight" value="true" text{($.HeaderRight)?'checked':''}/>{{$.lp.yes}}
  175. <input type="radio" name="HeaderRight" value="false" text{(!$.HeaderRight)?'checked':''}/>{{$.lp.no}}
  176. </td>
  177. </tr>
  178. <tr>
  179. <td class="editTableTitle">{{$.lp.wps.FloatQuickHelp}}:</td>
  180. <td class="editTableValue">
  181. <input type="radio" name="FloatQuickHelp" value="true" text{($.FloatQuickHelp)?'checked':''}/>{{$.lp.yes}}
  182. <input type="radio" name="FloatQuickHelp" value="false" text{(!$.FloatQuickHelp)?'checked':''}/>{{$.lp.no}}
  183. </td>
  184. </tr>
  185. <tr>
  186. <td class="editTableTitle">{{$.lp.wps.HistoryVersion}}:</td>
  187. <td class="editTableValue">
  188. <input type="radio" name="HistoryVersion" value="true" text{($.HistoryVersion)?'checked':''}/>{{$.lp.yes}}
  189. <input type="radio" name="HistoryVersion" value="false" text{(!$.HistoryVersion)?'checked':''}/>{{$.lp.no}}
  190. </td>
  191. </tr>
  192. <tr>
  193. <td class="editTableTitle">{{$.lp.wps.HistoryRecord}}:</td>
  194. <td class="editTableValue">
  195. <input type="radio" name="HistoryRecord" value="true" text{($.HistoryRecord)?'checked':''}/>{{$.lp.yes}}
  196. <input type="radio" name="HistoryRecord" value="false" text{(!$.HistoryRecord)?'checked':''}/>{{$.lp.no}}
  197. </td>
  198. </tr>
  199. <tr>
  200. <td class="editTableTitle">{{$.lp.wps.HistoryVersionDivider}}:</td>
  201. <td class="editTableValue">
  202. <input type="radio" name="HistoryVersionDivider" value="true" text{($.HistoryVersionDivider)?'checked':''}/>{{$.lp.yes}}
  203. <input type="radio" name="HistoryVersionDivider" value="false" text{(!$.HistoryVersionDivider)?'checked':''}/>{{$.lp.no}}
  204. </td>
  205. </tr>
  206. <tr>
  207. <td class="editTableTitle">{{$.lp.wps.TabPrintPreview}}:</td>
  208. <td class="editTableValue">
  209. <input type="radio" name="TabPrintPreview" value="true" text{($.TabPrintPreview)?'checked':''}/>{{$.lp.yes}}
  210. <input type="radio" name="TabPrintPreview" value="false" text{(!$.TabPrintPreview)?'checked':''}/>{{$.lp.no}}
  211. </td>
  212. </tr>
  213. <tr>
  214. <td class="editTableTitle">{{$.lp.wps.MenuPrintPreview}}:</td>
  215. <td class="editTableValue">
  216. <input type="radio" name="MenuPrintPreview" value="true" text{($.MenuPrintPreview)?'checked':''}/>{{$.lp.yes}}
  217. <input type="radio" name="MenuPrintPreview" value="false" text{(!$.MenuPrintPreview)?'checked':''}/>{{$.lp.no}}
  218. </td>
  219. </tr>
  220. <tr>
  221. <td class="editTableTitle">{{$.lp.wps.ReviewTrackChanges}}:</td>
  222. <td class="editTableValue">
  223. <input type="radio" name="ReviewTrackChanges" value="true" text{($.ReviewTrackChanges)?'checked':''}/>{{$.lp.yes}}
  224. <input type="radio" name="ReviewTrackChanges" value="false" text{(!$.ReviewTrackChanges)?'checked':''}/>{{$.lp.no}}
  225. </td>
  226. </tr>
  227. <tr>
  228. <td class="editTableTitle">{{$.lp.wps.TrackChanges}}:</td>
  229. <td class="editTableValue">
  230. <input type="radio" name="TrackChanges" value="true" text{($.TrackChanges)?'checked':''}/>{{$.lp.yes}}
  231. <input type="radio" name="TrackChanges" value="false" text{(!$.TrackChanges)?'checked':''}/>{{$.lp.no}}
  232. </td>
  233. </tr>
  234. <tr>
  235. <td class="editTableTitle">{{$.lp.wps.ContextMenuConvene}}:</td>
  236. <td class="editTableValue">
  237. <input type="radio" name="ContextMenuConvene" value="true" text{($.ContextMenuConvene)?'checked':''}/>{{$.lp.yes}}
  238. <input type="radio" name="ContextMenuConvene" value="false" text{(!$.ContextMenuConvene)?'checked':''}/>{{$.lp.no}}
  239. </td>
  240. </tr>
  241. </table>
  242. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">{{$.lp.wps.isComponentMobile}}</div>
  243. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  244. <tr>
  245. <td class="editTableTitle">{{$.lp.wps.Logo}}:</td>
  246. <td class="editTableValue">
  247. <input type="radio" name="Logo" value="true" text{($.Logo)?'checked':''}/>{{$.lp.yes}}
  248. <input type="radio" name="Logo" value="false" text{(!$.Logo)?'checked':''}/>{{$.lp.no}}
  249. </td>
  250. </tr>
  251. <tr>
  252. <td class="editTableTitle">{{$.lp.wps.Cooperation}}:</td>
  253. <td class="editTableValue">
  254. <input type="radio" name="Cooperation" value="true" text{($.Cooperation)?'checked':''}/>{{$.lp.yes}}
  255. <input type="radio" name="Cooperation" value="false" text{(!$.Cooperation)?'checked':''}/>{{$.lp.no}}
  256. </td>
  257. </tr>
  258. <tr>
  259. <td class="editTableTitle">{{$.lp.wps.More}}:</td>
  260. <td class="editTableValue">
  261. <input type="radio" name="More" value="true" text{($.More)?'checked':''}/>{{$.lp.yes}}
  262. <input type="radio" name="More" value="false" text{(!$.More)?'checked':''}/>{{$.lp.no}}
  263. </td>
  264. </tr>
  265. <tr>
  266. <td class="editTableTitle">{{$.lp.wps.SendButton}}:</td>
  267. <td class="editTableValue">
  268. <input type="radio" name="SendButton" value="true" text{($.SendButton)?'checked':''}/>{{$.lp.yes}}
  269. <input type="radio" name="SendButton" value="false" text{(!$.SendButton)?'checked':''}/>{{$.lp.no}}
  270. </td>
  271. </tr>
  272. <tr>
  273. <td class="editTableTitle">{{$.lp.wps.CooperHistoryMenuItem}}:</td>
  274. <td class="editTableValue">
  275. <input type="radio" name="CooperHistoryMenuItem" value="true" text{($.CooperHistoryMenuItem)?'checked':''}/>{{$.lp.yes}}
  276. <input type="radio" name="CooperHistoryMenuItem" value="false" text{(!$.CooperHistoryMenuItem)?'checked':''}/>{{$.lp.no}}
  277. </td>
  278. </tr>
  279. <tr>
  280. <td class="editTableTitle">{{$.lp.wps.WriterHoverToolbars}}:</td>
  281. <td class="editTableValue">
  282. <input type="radio" name="WriterHoverToolbars" value="true" text{($.WriterHoverToolbars)?'checked':''}/>{{$.lp.yes}}
  283. <input type="radio" name="WriterHoverToolbars" value="false" text{(!$.WriterHoverToolbars)?'checked':''}/>{{$.lp.no}}
  284. </td>
  285. </tr>
  286. <tr>
  287. <td class="editTableTitle">{{$.lp.wps.ReadSetting}}:</td>
  288. <td class="editTableValue">
  289. <input type="radio" name="ReadSetting" value="true" text{($.ReadSetting)?'checked':''}/>{{$.lp.yes}}
  290. <input type="radio" name="ReadSetting" value="false" text{(!$.ReadSetting)?'checked':''}/>{{$.lp.no}}
  291. </td>
  292. </tr>
  293. </table>
  294. </div>
  295. <div title="{{$.lp.event}}" class="MWFTab">
  296. <div class="MWFEventsArea" name="events"></div>
  297. </div>
  298. <div title="HTML" class="MWFTab">
  299. <div class="MWFHTMLArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  300. </div>
  301. <div title="JSON" class="MWFTab">
  302. <div class="MWFJSONArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  303. </div>
  304. </div>