wpsoffice2.html 15 KB

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