|
|
@@ -82,6 +82,17 @@
|
|
|
</table>
|
|
|
<div id="text{$.pid}allowHistoryScriptArea" style="display: text{($.allowHistory=='s')?'block':'none'}" class="MWFFormulaArea" name="allowHistoryScript" title="允许查看痕迹脚本 (S)"></div>
|
|
|
|
|
|
+ <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
|
|
|
+ <tr>
|
|
|
+ <td class="editTableTitle">设置缩放:</td>
|
|
|
+ <td class="editTableValue">
|
|
|
+ <input class="editTableRadio" name="isScale" text{($.isScale=='y')?'checked':''} type="radio" value="y"/>是
|
|
|
+ <input class="editTableRadio" name="isScale" text{($.isScale!='y')?'checked':''} type="radio" value="n"/>否
|
|
|
+ <div>用户是否可自定义缩放比例</div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
|
|
|
<tr>
|
|
|
<td class="editTableTitle">全角转换:</td>
|