documenteditor.html 107.7 KB
Newer Older
NoSubject's avatar
NoSubject 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<div style="background-color: #FFF; overflow: hidden">
	<div title="基本" class="MWFTab">
		<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
			<tr>
				<td class="editTableTitle">标识:</td>
				<td class="editTableValue"><input type="text" name="id" value="text{$.id}" class="editTableInput"/></td>
			</tr>
			<tr>
				<td class="editTableTitle">名称:</td>
				<td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
			</tr>
			<tr>
				<td class="editTableTitle">描述:</td>
				<td class="editTableValue"><input type="text" name="description" value="text{$.description}" class="editTableInput"/></td>
			</tr>
		</table>
R
roo00 已提交
17

18
		<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable" style="display:block">
R
roo00 已提交
19 20 21
			<tr>
				<td class="editTableTitle">文件模板:</td>
				<td class="editTableValue">
22 23
					<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}documentTempleteSysArea').setStyle('display', 'block'); $('text{$.pid}documentTempleteCustomArea').setStyle('display', 'none')}" name="documentTempleteType" text{($.documentTempleteType!='cus')?'checked':''} type="radio" value="sys"/>内置模板
					<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}documentTempleteSysArea').setStyle('display', 'none'); $('text{$.pid}documentTempleteCustomArea').setStyle('display', 'block')}" name="documentTempleteType" text{($.documentTempleteType=='cus')?'checked':''} type="radio" value="cus"/>自定义模板
R
roo00 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37
				</td>
			</tr>
		</table>

		<div id="text{$.pid}documentTempleteSysArea" style="display: text{($.documentTempleteType!='cus')?'block':'none'}">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">选择模板:</td>
					<td class="editTableValue">
						<select class="MWFDocumentTempleteSelect" name="documentTempleteName"></select>
					</td>
				</tr>
			</table>
		</div>
38 39 40 41 42 43 44 45 46 47
		<div id="text{$.pid}documentTempleteCustomArea" style="display: text{($.documentTempleteType=='cus')?'block':'none'}">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">模板路径:</td>
					<td class="editTableValue">
						<input type="text" name="documentTempleteUrl" value="text{$.documentTempleteUrl}" class="editTableInput"/>
					</td>
				</tr>
			</table>
		</div>
R
roo00 已提交
48

NoSubject's avatar
NoSubject 已提交
49
		<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
R
roo00 已提交
50 51 52 53 54 55 56 57
		<tr>
			<td class="editTableTitle">编辑:</td>
			<td class="editTableValue">
				<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}allowEditScriptArea').setStyle('display', 'none')}" name="allowEdit" text{($.allowEdit!='n' && $.allowEdit!='s')?'checked':''} type="radio" value="y"/>允许
				<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}allowEditScriptArea').setStyle('display', 'none')}" name="allowEdit" text{($.allowEdit=='n')?'checked':''} type="radio" value="n"/>不允许
				<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}allowEditScriptArea').setStyle('display', 'block')}" name="allowEdit" text{($.allowEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本
			</td>
		</tr>
NoSubject's avatar
NoSubject 已提交
58
		</table>
R
roo00 已提交
59 60
		<div id="text{$.pid}allowEditScriptArea" style="display: text{($.allowEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="allowEditScript" title="编辑脚本 (S)"></div>

R
roo00 已提交
61 62 63 64 65 66 67 68 69 70
		<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
		<tr>
			<td class="editTableTitle">打印正文:</td>
			<td class="editTableValue">
				<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}allowPrintScriptArea').setStyle('display', 'none')}" name="allowPrint" text{($.allowPrint!='n' && $.allowPrint!='s')?'checked':''} type="radio" value="y"/>允许
				<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}allowPrintScriptArea').setStyle('display', 'none')}" name="allowPrint" text{($.allowPrint=='n')?'checked':''} type="radio" value="n"/>不允许
				<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}allowPrintScriptArea').setStyle('display', 'block')}" name="allowPrint" text{($.allowPrint=='s')?'checked':''} type="radio" value="s"/>根据脚本
			</td>
		</tr>
		</table>
71 72 73 74 75 76 77 78 79 80 81 82 83
		<div id="text{$.pid}allowPrintScriptArea" style="display: text{($.allowPrint=='s')?'block':'none'}" class="MWFFormulaArea" name="allowPrintScript" 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" onclick="if (this.checked) {$('text{$.pid}allowHistoryScriptArea').setStyle('display', 'none')}" name="allowHistory" text{($.allowHistory!='n' && $.allowHistory!='s')?'checked':''} type="radio" value="y"/>允许
					<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}allowHistoryScriptArea').setStyle('display', 'none')}" name="allowHistory" text{($.allowHistory=='n')?'checked':''} type="radio" value="n"/>不允许
					<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}allowHistoryScriptArea').setStyle('display', 'block')}" name="allowHistory" text{($.allowHistory=='s')?'checked':''} type="radio" value="s"/>根据脚本
				</td>
			</tr>
		</table>
		<div id="text{$.pid}allowHistoryScriptArea" style="display: text{($.allowHistory=='s')?'block':'none'}" class="MWFFormulaArea" name="allowHistoryScript" title="允许查看痕迹脚本 (S)"></div>
R
roo00 已提交
84

R
roo00 已提交
85
		<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
86 87 88 89 90 91 92 93 94
			<tr>
				<td class="editTableTitle">全角转换:</td>
				<td class="editTableValue">
					<input class="editTableRadio" name="fullWidth" text{($.fullWidth=='y')?'checked':''} type="radio" value="y"/>
					<input class="editTableRadio" name="fullWidth" text{($.fullWidth!='y')?'checked':''} type="radio" value="n"/>
					<div>选择“是”自动将输入的半角空格转换为全角</div>
				</td>
			</tr>
		</table>
95 96 97 98 99 100 101 102 103 104
		<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
			<tr>
				<td class="editTableTitle">段落缩进:</td>
				<td class="editTableValue">
					<input class="editTableRadio" name="textIndent" text{($.textIndent!=='n')?'checked':''} type="radio" value="y"/>
					<input class="editTableRadio" name="textIndent" text{($.textIndent=='n')?'checked':''} type="radio" value="n"/>
					<div>选择“是”每段首行自动缩进</div>
				</td>
			</tr>
		</table>
105 106

		<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
R
roo00 已提交
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
			<tr>
				<td class="editTableTitle">WORD转换:</td>
				<td class="editTableValue">
					<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}toWordArea').setStyle('display', 'block')}" name="toWord" text{($.toWord=='y')?'checked':''} type="radio" value="y"/>
					<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}toWordArea').setStyle('display', 'none')}" name="toWord" text{($.toWord!='y')?'checked':''} type="radio" value="n"/>
				</td>
			</tr>
		</table>
		<div id="text{$.pid}toWordArea" style="display: text{($.toWord=='y')?'block':'none'}">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">文件名:</td>
					<td class="editTableValue"><input type="text" name="toWordFilename" value="text{$.toWordFilename}" class="editTableInput"/></td>
				</tr>
				<tr>
					<td class="editTableTitle">附件site:</td>
					<td class="editTableValue"><input type="text" name="toWordSite" value="text{$.toWordSite || '$doc'}" class="editTableInput"/></td>
				</tr>
				<tr>
					<td class="editTableTitle">何时转换:</td>
					<td class="editTableValue">
						<input class="editTableRadio" name="toWordTrigger" text{($.toWordTrigger!='save' && $.toWordTrigger!=='open')?'checked':''} type="radio" value="submit"/>提交时
						<input class="editTableRadio" name="toWordTrigger" text{($.toWordTrigger=='save')?'checked':''} type="radio" value="save"/>保存时
R
roo00 已提交
130
<!--						<input class="editTableRadio" name="toWordTrigger" text{($.toWordTrigger=='open')?'checked':''} type="radio" value="open"/>打开时-->
R
roo00 已提交
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
					</td>
				</tr>
				<tr>
					<td class="editTableTitle">转换条件:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}toWordConditionArea').setStyle('display', 'none')}" name="toWordCondition" text{($.toWordCondition!='condition')?'checked':''} type="radio" value="always"/>始终转换
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}toWordConditionArea').setStyle('display', 'block')}" name="toWordCondition" text{($.toWordCondition=='condition')?'checked':''} type="radio" value="condition"/>满足条件时转换
					</td>
				</tr>
<!--				<tr>-->
<!--					<td class="editTableTitle">转换服务:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" title="如果您已经连接云服务器" name="toWordService" text{($.toWordService=='cloud')?'checked':''} type="radio" value="cloud"/>云服务-->
<!--						<input class="editTableRadio" name="toWordService" text{($.toWordService!='cloud')?'checked':''} type="radio" value="local"/>本地服务-->
<!--					</td>-->
<!--				</tr>-->
			</table>

			<div id="text{$.pid}toWordConditionArea" style="display: text{($.toWordCondition=='condition')?'block':'none'}" class="MWFFormulaArea" name="toWordConditionScript" title="文件转换条件 (S)"></div>

		</div>
NoSubject's avatar
NoSubject 已提交
152

NoSubject's avatar
NoSubject 已提交
153

NoSubject's avatar
NoSubject 已提交
154 155 156 157 158 159 160 161 162
<!--		<div class="MWFMaplist" name="editorProperties" title="属性"></div>-->
<!--		<div style="text-align:center">更多属性帮助请查看 <a target="_blank" href="http://docs.ckeditor.com/">CKEditor Documentation</a></div>-->
<!--		<br/>-->

<!--		<div style="height: 24px; text-align: center; line-height: 24px; border-top-color: rgb(153, 153, 153); border-top-width: 1px; border-top-style: solid; background-color: rgb(238, 238, 238);">默认值</div>-->

		<div class="MWFMaplist" name="defaultValue" title="默认值"></div>
<!--		<div class="MWFScriptArea" name="defaultValueScript" title="默认值脚本 (S)"></div>-->

NoSubject's avatar
NoSubject 已提交
163
		<div class="MWFCssArea" name="css" title="CSS"></div>
NoSubject's avatar
NoSubject 已提交
164 165 166 167 168

		<div class="MWFValidation" name="validationConfig"></div>
		<div class="MWFScriptArea" name="validation" title="校验脚本 (S)"></div>
	</div>
	<div title="配置" class="MWFTab">
NoSubject's avatar
NoSubject 已提交
169 170
<!--		<div class="MWFRedDocumentEditor" name="config"></div>-->

NoSubject's avatar
NoSubject 已提交
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
<!-----------------------------------------------份数密级紧急度------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">份数密级紧急度</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesSecretPriorityShowScriptArea').setStyle('display', 'none')}" name="copiesSecretPriorityShow" text{($.copiesSecretPriorityShow!='n' && $.copiesSecretPriorityShow!='s')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesSecretPriorityShowScriptArea').setStyle('display', 'none')}" name="copiesSecretPriorityShow" text{($.copiesSecretPriorityShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesSecretPriorityShowScriptArea').setStyle('display', 'block')}" name="copiesSecretPriorityShow" text{($.copiesSecretPriorityShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}copiesSecretPriorityShowScriptArea" style="display: text{($.redHeaderShow=='s')?'block':'none'}" class="MWFFormulaArea" name="redLineShowScript" title="红线显示脚本 (S)"></div>
		</div>
<!-----------------------------------------------份数密级紧急度------------------------------------------------------------------->

NoSubject's avatar
NoSubject 已提交
188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
<!-----------------------------------------------份数------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">份数(copies)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesShowScriptArea').setStyle('display', 'none')}" name="copiesShow" text{($.copiesShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesShowScriptArea').setStyle('display', 'none')}" name="copiesShow" text{($.copiesShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesShowScriptArea').setStyle('display', 'none')}" name="copiesShow" text{($.copiesShow!='y' && $.copiesShow!='n' && $.copiesShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesShowScriptArea').setStyle('display', 'block')}" name="copiesShow" text{($.copiesShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}copiesShowScriptArea" style="display: text{($.copiesShow=='s')?'block':'none'}" class="MWFFormulaArea" name="copiesShowScript" title="份数显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
204 205 206 207 208 209 210 211 212 213 214
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesEditScriptArea').setStyle('display', 'none')}" name="copiesEdit" text{($.copiesEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesEditScriptArea').setStyle('display', 'none')}" name="copiesEdit" text{($.copiesEdit!='y' && $.copiesEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesEditScriptArea').setStyle('display', 'block')}" name="copiesEdit" text{($.copiesEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}copiesEditScriptArea" style="display: text{($.copiesEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="copiesEditScript" title="份数编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesValueDataArea').setStyle('display', 'block'); $('text{$.pid}copiesValueScriptArea').setStyle('display', 'none')}" name="copiesValueType" text{($.copiesValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copiesValueDataArea').setStyle('display', 'none'); $('text{$.pid}copiesValueScriptArea').setStyle('display', 'block')}" name="copiesValueType" text{($.copiesValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}copiesValueDataArea" style="display: text{($.copiesValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="copiesValueData" value="text{$.copiesValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}copiesValueScriptArea" style="display: text{($.copiesValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="copiesValueScript" title="份数绑定值脚本 (S)"></div>
		</div>

<!-----------------------------------------------份数------------------------------------------------------------------->

<!-----------------------------------------------密级------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">密级(priority)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
R
roo00 已提交
246
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityShowScriptArea').setStyle('display', 'none')}" name="secretShow" text{($.secretShow=='y')?'checked':''} type="radio" value="y"/>显示
NoSubject's avatar
NoSubject 已提交
247 248 249 250 251 252 253 254
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}secretShowScriptArea').setStyle('display', 'none')}" name="secretShow" text{($.secretShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}secretShowScriptArea').setStyle('display', 'none')}" name="secretShow" text{($.secretShow!='y' && $.secretShow!='n' && $.secretShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}secretShowScriptArea').setStyle('display', 'block')}" name="secretShow" text{($.secretShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}secretShowScriptArea" style="display: text{($.secretShow=='s')?'block':'none'}" class="MWFFormulaArea" name="secretShowScript" title="密级显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
255 256 257 258 259 260 261 262 263 264 265
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}secretEditScriptArea').setStyle('display', 'none')}" name="secretEdit" text{($.secretEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}secretEditScriptArea').setStyle('display', 'none')}" name="secretEdit" text{($.secretEdit!='y' && $.secretEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}secretEditScriptArea').setStyle('display', 'block')}" name="secretEdit" text{($.secretEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}secretEditScriptArea" style="display: text{($.secretEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="secretEditScript" title="密级编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}secretValueDataArea').setStyle('display', 'block'); $('text{$.pid}secretValueScriptArea').setStyle('display', 'none')}" name="secretValueType" text{($.secretValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}secretValueDataArea').setStyle('display', 'none'); $('text{$.pid}secretValueScriptArea').setStyle('display', 'block')}" name="secretValueType" text{($.secretValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}secretValueDataArea" style="display: text{($.secretValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="secretValueData" value="text{$.secretValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}secretValueScriptArea" style="display: text{($.secretValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="secretValueScript" title="密级绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------密级------------------------------------------------------------------->

<!-----------------------------------------------紧急度------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">紧急度(priority)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityShowScriptArea').setStyle('display', 'none')}" name="priorityShow" text{($.priorityShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityShowScriptArea').setStyle('display', 'none')}" name="priorityShow" text{($.priorityShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityShowScriptArea').setStyle('display', 'none')}" name="priorityShow" text{($.priorityShow!='y' && $.priorityShow!='n' && $.priorityShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityShowScriptArea').setStyle('display', 'block')}" name="priorityShow" text{($.priorityShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}priorityShowScriptArea" style="display: text{($.priorityShow=='s')?'block':'none'}" class="MWFFormulaArea" name="priorityShowScript" title="紧急度显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
305 306 307 308 309 310 311 312 313 314 315
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityEditScriptArea').setStyle('display', 'none')}" name="priorityEdit" text{($.priorityEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityEditScriptArea').setStyle('display', 'none')}" name="priorityEdit" text{($.priorityEdit!='y' && $.priorityEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityEditScriptArea').setStyle('display', 'block')}" name="priorityEdit" text{($.priorityEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}priorityEditScriptArea" style="display: text{($.priorityEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="priorityEditScript" title="紧急度编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityValueDataArea').setStyle('display', 'block'); $('text{$.pid}priorityValueScriptArea').setStyle('display', 'none')}" name="priorityValueType" text{($.priorityValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}priorityValueDataArea').setStyle('display', 'none'); $('text{$.pid}priorityValueScriptArea').setStyle('display', 'block')}" name="priorityValueType" text{($.priorityValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}priorityValueDataArea" style="display: text{($.priorityValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="priorityValueData" value="text{$.priorityValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}priorityValueScriptArea" style="display: text{($.priorityValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="priorityValueScript" title="紧急度绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------紧急度------------------------------------------------------------------->

<!-----------------------------------------------红头------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">红头(redHeader)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderShowScriptArea').setStyle('display', 'none')}" name="redHeaderShow" text{($.redHeaderShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderShowScriptArea').setStyle('display', 'none')}" name="redHeaderShow" text{($.redHeaderShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderShowScriptArea').setStyle('display', 'none')}" name="redHeaderShow" text{($.redHeaderShow!='y' && $.redHeaderShow!='n' && $.redHeaderShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderShowScriptArea').setStyle('display', 'block')}" name="redHeaderShow" text{($.redHeaderShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}redHeaderShowScriptArea" style="display: text{($.redHeaderShow=='s')?'block':'none'}" class="MWFFormulaArea" name="redHeaderShowScript" title="红头显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
355 356 357 358 359 360 361 362 363 364 365
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderEditScriptArea').setStyle('display', 'none')}" name="redHeaderEdit" text{($.redHeaderEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderEditScriptArea').setStyle('display', 'none')}" name="redHeaderEdit" text{($.redHeaderEdit!='y' && $.redHeaderEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderEditScriptArea').setStyle('display', 'block')}" name="redHeaderEdit" text{($.redHeaderEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}redHeaderEditScriptArea" style="display: text{($.redHeaderEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="redHeaderEditScript" title="红头编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderValueDataArea').setStyle('display', 'block'); $('text{$.pid}redHeaderValueScriptArea').setStyle('display', 'none')}" name="redHeaderValueType" text{($.redHeaderValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redHeaderValueDataArea').setStyle('display', 'none'); $('text{$.pid}redHeaderValueScriptArea').setStyle('display', 'block')}" name="redHeaderValueType" text{($.redHeaderValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}redHeaderValueDataArea" style="display: text{($.redHeaderValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="redHeaderValueData" value="text{$.redHeaderValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}redHeaderValueScriptArea" style="display: text{($.redHeaderValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="redHeaderValueScript" title="红头绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------红头------------------------------------------------------------------->

R
roo00 已提交
389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405
<!-----------------------------------------------红线------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">红线(redLine)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redLineShowScriptArea').setStyle('display', 'none')}" name="redLineShow" text{($.redLineShow!='n' && $.redLineShow!='s')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redLineShowScriptArea').setStyle('display', 'none')}" name="redLineShow" text{($.redLineShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}redLineShowScriptArea').setStyle('display', 'block')}" name="redLineShow" text{($.redLineShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}redLineShowScriptArea" style="display: text{($.redHeaderShow=='s')?'block':'none'}" class="MWFFormulaArea" name="redLineShowScript" title="红线显示脚本 (S)"></div>
		</div>
<!-----------------------------------------------红头------------------------------------------------------------------->

NoSubject's avatar
NoSubject 已提交
406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421
<!-----------------------------------------------文号------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">文号(fileno)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoShowScriptArea').setStyle('display', 'none')}" name="filenoShow" text{($.filenoShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoShowScriptArea').setStyle('display', 'none')}" name="filenoShow" text{($.filenoShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoShowScriptArea').setStyle('display', 'none')}" name="filenoShow" text{($.filenoShow!='y' && $.filenoShow!='n' && $.filenoShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoShowScriptArea').setStyle('display', 'block')}" name="filenoShow" text{($.filenoShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}filenoShowScriptArea" style="display: text{($.filenoShow=='s')?'block':'none'}" class="MWFFormulaArea" name="filenoShowScript" title="文号显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
422 423 424 425 426 427 428 429 430 431 432
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoEditScriptArea').setStyle('display', 'none')}" name="filenoEdit" text{($.filenoEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoEditScriptArea').setStyle('display', 'none')}" name="filenoEdit" text{($.filenoEdit!='y' && $.filenoEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoEditScriptArea').setStyle('display', 'block')}" name="filenoEdit" text{($.filenoEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}filenoEditScriptArea" style="display: text{($.filenoEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="filenoEditScript" title="文号编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoValueDataArea').setStyle('display', 'block'); $('text{$.pid}filenoValueScriptArea').setStyle('display', 'none')}" name="filenoValueType" text{($.filenoValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}filenoValueDataArea').setStyle('display', 'none'); $('text{$.pid}filenoValueScriptArea').setStyle('display', 'block')}" name="filenoValueType" text{($.filenoValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}filenoValueDataArea" style="display: text{($.filenoValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="filenoValueData" value="text{$.filenoValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}filenoValueScriptArea" style="display: text{($.filenoValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="filenoValueScript" title="文号绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------文号------------------------------------------------------------------->

<!-----------------------------------------------签发人------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">签发人(signer)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerShowScriptArea').setStyle('display', 'none')}" name="signerShow" text{($.signerShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerShowScriptArea').setStyle('display', 'none')}" name="signerShow" text{($.signerShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerShowScriptArea').setStyle('display', 'none')}" name="signerShow" text{($.signerShow!='y' && $.signerShow!='n' && $.signerShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerShowScriptArea').setStyle('display', 'block')}" name="signerShow" text{($.signerShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}signerShowScriptArea" style="display: text{($.signerShow=='s')?'block':'none'}" class="MWFFormulaArea" name="signerShowScript" title="签发人显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
472 473 474 475 476 477 478 479 480 481 482
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerEditScriptArea').setStyle('display', 'none')}" name="signerEdit" text{($.signerEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerEditScriptArea').setStyle('display', 'none')}" name="signerEdit" text{($.signerEdit!='y' && $.signerEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerEditScriptArea').setStyle('display', 'block')}" name="signerEdit" text{($.signerEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}signerEditScriptArea" style="display: text{($.signerEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="signerEditScript" title="签发人编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerValueDataArea').setStyle('display', 'block'); $('text{$.pid}signerValueScriptArea').setStyle('display', 'none')}" name="signerValueType" text{($.signerValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}signerValueDataArea').setStyle('display', 'none'); $('text{$.pid}signerValueScriptArea').setStyle('display', 'block')}" name="signerValueType" text{($.signerValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}signerValueDataArea" style="display: text{($.signerValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="signerValueData" value="text{$.signerValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}signerValueScriptArea" style="display: text{($.signerValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="signerValueScript" title="签发人绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------签发人------------------------------------------------------------------->

<!-----------------------------------------------文件标题------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">文件标题(subject)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectShowScriptArea').setStyle('display', 'none')}" name="subjectShow" text{($.subjectShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectShowScriptArea').setStyle('display', 'none')}" name="subjectShow" text{($.subjectShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectShowScriptArea').setStyle('display', 'none')}" name="subjectShow" text{($.subjectShow!='y' && $.subjectShow!='n' && $.subjectShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectShowScriptArea').setStyle('display', 'block')}" name="subjectShow" text{($.subjectShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}subjectShowScriptArea" style="display: text{($.subjectShow=='s')?'block':'none'}" class="MWFFormulaArea" name="subjectShowScript" title="文件标题显示脚本 (S)"></div>

R
roo00 已提交
522 523 524 525 526 527 528
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">允许编辑:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectEditScriptArea').setStyle('display', 'none')}" name="subjectEdit" text{($.subjectEdit=='y')?'checked':''} type="radio" value="y"/>允许
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectEditScriptArea').setStyle('display', 'none')}" name="subjectEdit" text{($.subjectEdit!='y' && $.subjectEdit!='s')?'checked':''} type="radio" value="n"/>不允许
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectEditScriptArea').setStyle('display', 'block')}" name="subjectEdit" text{($.subjectEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本
NoSubject's avatar
NoSubject 已提交
529 530
						<br>
						标题允许编辑时,请不要绑定数据
R
roo00 已提交
531 532 533 534
					</td>
				</tr>
			</table>
			<div id="text{$.pid}subjectEditScriptArea" style="display: text{($.subjectEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="subjectEditScript" title="文件标题编辑脚本 (S)"></div>
NoSubject's avatar
NoSubject 已提交
535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectValueDataArea').setStyle('display', 'block'); $('text{$.pid}subjectValueScriptArea').setStyle('display', 'none')}" name="subjectValueType" text{($.subjectValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}subjectValueDataArea').setStyle('display', 'none'); $('text{$.pid}subjectValueScriptArea').setStyle('display', 'block')}" name="subjectValueType" text{($.subjectValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}subjectValueDataArea" style="display: text{($.subjectValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="subjectValueData" value="text{$.subjectValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}subjectValueScriptArea" style="display: text{($.subjectValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="subjectValueScript" title="文件标题绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------文件标题------------------------------------------------------------------->

<!-----------------------------------------------主送------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">主送(mainSend)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendShowScriptArea').setStyle('display', 'none')}" name="mainSendShow" text{($.mainSendShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendShowScriptArea').setStyle('display', 'none')}" name="mainSendShow" text{($.mainSendShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendShowScriptArea').setStyle('display', 'none')}" name="mainSendShow" text{($.mainSendShow!='y' && $.mainSendShow!='n' && $.mainSendShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendShowScriptArea').setStyle('display', 'block')}" name="mainSendShow" text{($.mainSendShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}mainSendShowScriptArea" style="display: text{($.mainSendShow=='s')?'block':'none'}" class="MWFFormulaArea" name="mainSendShowScript" title="主送显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
574 575 576 577 578 579 580 581 582 583 584
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendEditScriptArea').setStyle('display', 'none')}" name="mainSendEdit" text{($.mainSendEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendEditScriptArea').setStyle('display', 'none')}" name="mainSendEdit" text{($.mainSendEdit!='y' && $.mainSendEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendEditScriptArea').setStyle('display', 'block')}" name="mainSendEdit" text{($.mainSendEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}mainSendEditScriptArea" style="display: text{($.mainSendEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="mainSendEditScript" title="主送编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendValueDataArea').setStyle('display', 'block'); $('text{$.pid}mainSendValueScriptArea').setStyle('display', 'none')}" name="mainSendValueType" text{($.mainSendValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}mainSendValueDataArea').setStyle('display', 'none'); $('text{$.pid}mainSendValueScriptArea').setStyle('display', 'block')}" name="mainSendValueType" text{($.mainSendValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}mainSendValueDataArea" style="display: text{($.mainSendValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="mainSendValueData" value="text{$.mainSendValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}mainSendValueScriptArea" style="display: text{($.mainSendValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="mainSendValueScript" title="主送绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------主送------------------------------------------------------------------->

<!-----------------------------------------------附件------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">附件(attachment)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentShowScriptArea').setStyle('display', 'none')}" name="attachmentShow" text{($.attachmentShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentShowScriptArea').setStyle('display', 'none')}" name="attachmentShow" text{($.attachmentShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentShowScriptArea').setStyle('display', 'none')}" name="attachmentShow" text{($.attachmentShow!='y' && $.attachmentShow!='n' && $.attachmentShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentShowScriptArea').setStyle('display', 'block')}" name="attachmentShow" text{($.attachmentShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}attachmentShowScriptArea" style="display: text{($.attachmentShow=='s')?'block':'none'}" class="MWFFormulaArea" name="attachmentShowScript" title="附件显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
624 625 626 627 628 629 630 631 632 633 634
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentEditScriptArea').setStyle('display', 'none')}" name="attachmentEdit" text{($.attachmentEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentEditScriptArea').setStyle('display', 'none')}" name="attachmentEdit" text{($.attachmentEdit!='y' && $.attachmentEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentEditScriptArea').setStyle('display', 'block')}" name="attachmentEdit" text{($.attachmentEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}attachmentEditScriptArea" style="display: text{($.attachmentEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="attachmentEditScript" title="附件编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentValueDataArea').setStyle('display', 'block'); $('text{$.pid}attachmentValueScriptArea').setStyle('display', 'none')}" name="attachmentValueType" text{($.attachmentValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}attachmentValueDataArea').setStyle('display', 'none'); $('text{$.pid}attachmentValueScriptArea').setStyle('display', 'block')}" name="attachmentValueType" text{($.attachmentValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}attachmentValueDataArea" style="display: text{($.attachmentValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="attachmentValueData" value="text{$.attachmentValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}attachmentValueScriptArea" style="display: text{($.attachmentValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="attachmentValueScript" title="附件绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------附件------------------------------------------------------------------->

<!-----------------------------------------------成文单位------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">成文单位(issuanceUnit)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitShowScriptArea').setStyle('display', 'none')}" name="issuanceUnitShow" text{($.issuanceUnitShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitShowScriptArea').setStyle('display', 'none')}" name="issuanceUnitShow" text{($.issuanceUnitShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitShowScriptArea').setStyle('display', 'none')}" name="issuanceUnitShow" text{($.issuanceUnitShow!='y' && $.issuanceUnitShow!='n' && $.issuanceUnitShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitShowScriptArea').setStyle('display', 'block')}" name="issuanceUnitShow" text{($.issuanceUnitShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}issuanceUnitShowScriptArea" style="display: text{($.issuanceUnitShow=='s')?'block':'none'}" class="MWFFormulaArea" name="issuanceUnitShowScript" title="成文单位显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
674 675 676 677 678 679 680 681 682 683 684
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitEditScriptArea').setStyle('display', 'none')}" name="issuanceUnitEdit" text{($.issuanceUnitEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitEditScriptArea').setStyle('display', 'none')}" name="issuanceUnitEdit" text{($.issuanceUnitEdit!='y' && $.issuanceUnitEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitEditScriptArea').setStyle('display', 'block')}" name="issuanceUnitEdit" text{($.issuanceUnitEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}issuanceUnitEditScriptArea" style="display: text{($.issuanceUnitEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="issuanceUnitEditScript" title="成文单位编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitValueDataArea').setStyle('display', 'block'); $('text{$.pid}issuanceUnitValueScriptArea').setStyle('display', 'none')}" name="issuanceUnitValueType" text{($.issuanceUnitValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceUnitValueDataArea').setStyle('display', 'none'); $('text{$.pid}issuanceUnitValueScriptArea').setStyle('display', 'block')}" name="issuanceUnitValueType" text{($.issuanceUnitValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}issuanceUnitValueDataArea" style="display: text{($.issuanceUnitValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="issuanceUnitValueData" value="text{$.issuanceUnitValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}issuanceUnitValueScriptArea" style="display: text{($.issuanceUnitValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="issuanceUnitValueScript" title="成文单位绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------成文单位------------------------------------------------------------------->

<!-----------------------------------------------成文日期------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">成文日期(issuanceDate)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateShowScriptArea').setStyle('display', 'none')}" name="issuanceDateShow" text{($.issuanceDateShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateShowScriptArea').setStyle('display', 'none')}" name="issuanceDateShow" text{($.issuanceDateShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateShowScriptArea').setStyle('display', 'none')}" name="issuanceDateShow" text{($.issuanceDateShow!='y' && $.issuanceDateShow!='n' && $.issuanceDateShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateShowScriptArea').setStyle('display', 'block')}" name="issuanceDateShow" text{($.issuanceDateShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}issuanceDateShowScriptArea" style="display: text{($.issuanceDateShow=='s')?'block':'none'}" class="MWFFormulaArea" name="issuanceDateShowScript" title="成文日期显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
724 725 726 727 728 729 730 731 732 733 734
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateEditScriptArea').setStyle('display', 'none')}" name="issuanceDateEdit" text{($.issuanceDateEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateEditScriptArea').setStyle('display', 'none')}" name="issuanceDateEdit" text{($.issuanceDateEdit!='y' && $.issuanceDateEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateEditScriptArea').setStyle('display', 'block')}" name="issuanceDateEdit" text{($.issuanceDateEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}issuanceDateEditScriptArea" style="display: text{($.issuanceDateEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="issuanceDateEditScript" title="成文日期编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateValueDataArea').setStyle('display', 'block'); $('text{$.pid}issuanceDateValueScriptArea').setStyle('display', 'none')}" name="issuanceDateValueType" text{($.issuanceDateValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}issuanceDateValueDataArea').setStyle('display', 'none'); $('text{$.pid}issuanceDateValueScriptArea').setStyle('display', 'block')}" name="issuanceDateValueType" text{($.issuanceDateValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}issuanceDateValueDataArea" style="display: text{($.issuanceDateValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="issuanceDateValueData" value="text{$.issuanceDateValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}issuanceDateValueScriptArea" style="display: text{($.issuanceDateValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="issuanceDateValueScript" title="成文日期绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------成文日期------------------------------------------------------------------->

<!-----------------------------------------------附注------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">附注(annotation)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationShowScriptArea').setStyle('display', 'none')}" name="annotationShow" text{($.annotationShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationShowScriptArea').setStyle('display', 'none')}" name="annotationShow" text{($.annotationShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationShowScriptArea').setStyle('display', 'none')}" name="annotationShow" text{($.annotationShow!='y' && $.annotationShow!='n' && $.annotationShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationShowScriptArea').setStyle('display', 'block')}" name="annotationShow" text{($.annotationShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}annotationShowScriptArea" style="display: text{($.annotationShow=='s')?'block':'none'}" class="MWFFormulaArea" name="annotationShowScript" title="附注显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
774 775 776 777 778 779 780 781 782 783 784
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationEditScriptArea').setStyle('display', 'none')}" name="annotationEdit" text{($.annotationEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationEditScriptArea').setStyle('display', 'none')}" name="annotationEdit" text{($.annotationEdit!='y' && $.annotationEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationEditScriptArea').setStyle('display', 'block')}" name="annotationEdit" text{($.annotationEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}annotationEditScriptArea" style="display: text{($.annotationEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="annotationEditScript" title="附注编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationValueDataArea').setStyle('display', 'block'); $('text{$.pid}annotationValueScriptArea').setStyle('display', 'none')}" name="annotationValueType" text{($.annotationValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}annotationValueDataArea').setStyle('display', 'none'); $('text{$.pid}annotationValueScriptArea').setStyle('display', 'block')}" name="annotationValueType" text{($.annotationValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}annotationValueDataArea" style="display: text{($.annotationValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="annotationValueData" value="text{$.annotationValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}annotationValueScriptArea" style="display: text{($.annotationValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="annotationValueScript" title="附注绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------附注------------------------------------------------------------------->

<!-----------------------------------------------抄送------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">抄送(copyto)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoShowScriptArea').setStyle('display', 'none')}" name="copytoShow" text{($.copytoShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoShowScriptArea').setStyle('display', 'none')}" name="copytoShow" text{($.copytoShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoShowScriptArea').setStyle('display', 'none')}" name="copytoShow" text{($.copytoShow!='y' && $.copytoShow!='n' && $.copytoShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoShowScriptArea').setStyle('display', 'block')}" name="copytoShow" text{($.copytoShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}copytoShowScriptArea" style="display: text{($.copytoShow=='s')?'block':'none'}" class="MWFFormulaArea" name="copytoShowScript" title="抄送显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
824 825 826 827 828 829 830 831 832 833 834
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoEditScriptArea').setStyle('display', 'none')}" name="copytoEdit" text{($.copytoEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoEditScriptArea').setStyle('display', 'none')}" name="copytoEdit" text{($.copytoEdit!='y' && $.copytoEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoEditScriptArea').setStyle('display', 'block')}" name="copytoEdit" text{($.copytoEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}copytoEditScriptArea" style="display: text{($.copytoEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="copytoEditScript" title="抄送编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoValueDataArea').setStyle('display', 'block'); $('text{$.pid}copytoValueScriptArea').setStyle('display', 'none')}" name="copytoValueType" text{($.copytoValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copytoValueDataArea').setStyle('display', 'none'); $('text{$.pid}copytoValueScriptArea').setStyle('display', 'block')}" name="copytoValueType" text{($.copytoValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}copytoValueDataArea" style="display: text{($.copytoValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="copytoValueData" value="text{$.copytoValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}copytoValueScriptArea" style="display: text{($.copytoValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="copytoValueScript" title="抄送绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------抄送------------------------------------------------------------------->

R
roo00 已提交
858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907
<!-----------------------------------------------发------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">发(copyto2)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copyto2ShowScriptArea').setStyle('display', 'none')}" name="copyto2Show" text{($.copyto2Show=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copyto2ShowScriptArea').setStyle('display', 'none')}" name="copyto2Show" text{($.copyto2Show=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copyto2ShowScriptArea').setStyle('display', 'none')}" name="copyto2Show" text{($.copyto2Show!='y' && $.copyto2Show!='n' && $.copyto2Show!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copyto2ShowScriptArea').setStyle('display', 'block')}" name="copyto2Show" text{($.copyto2Show=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}copyto2ShowScriptArea" style="display: text{($.copyto2Show=='s')?'block':'none'}" class="MWFFormulaArea" name="copyto2ShowScript" 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" onclick="if (this.checked) {$('text{$.pid}copyto2EditScriptArea').setStyle('display', 'none')}" name="copyto2Edit" text{($.copyto2Edit=='y')?'checked':''} type="radio" value="y"/>允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copyto2EditScriptArea').setStyle('display', 'none')}" name="copyto2Edit" text{($.copyto2Edit!='y' && $.copyto2Edit!='s')?'checked':''} type="radio" value="n"/>不允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copyto2EditScriptArea').setStyle('display', 'block')}" name="copyto2Edit" text{($.copyto2Edit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
			<!--					</td>-->
			<!--				</tr>-->
			<!--			</table>-->
			<!--			<div id="text{$.pid}copyto2EditScriptArea" style="display: text{($.copyto2Edit=='s')?'block':'none'}" class="MWFFormulaArea" name="copyto2EditScript" 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" onclick="if (this.checked) {$('text{$.pid}copyto2ValueDataArea').setStyle('display', 'block'); $('text{$.pid}copyto2ValueScriptArea').setStyle('display', 'none')}" name="copyto2ValueType" text{($.copyto2ValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}copyto2ValueDataArea').setStyle('display', 'none'); $('text{$.pid}copyto2ValueScriptArea').setStyle('display', 'block')}" name="copyto2ValueType" text{($.copyto2ValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}copyto2ValueDataArea" style="display: text{($.copyto2ValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="copyto2ValueData" value="text{$.copyto2ValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}copyto2ValueScriptArea" style="display: text{($.copyto2ValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="copyto2ValueScript" title="抄送绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------抄送------------------------------------------------------------------->

NoSubject's avatar
NoSubject 已提交
908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923
<!-----------------------------------------------印发单位------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">印发单位(editionUnit)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitShowScriptArea').setStyle('display', 'none')}" name="editionUnitShow" text{($.editionUnitShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitShowScriptArea').setStyle('display', 'none')}" name="editionUnitShow" text{($.editionUnitShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitShowScriptArea').setStyle('display', 'none')}" name="editionUnitShow" text{($.editionUnitShow!='y' && $.editionUnitShow!='n' && $.editionUnitShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitShowScriptArea').setStyle('display', 'block')}" name="editionUnitShow" text{($.editionUnitShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}editionUnitShowScriptArea" style="display: text{($.editionUnitShow=='s')?'block':'none'}" class="MWFFormulaArea" name="editionUnitShowScript" title="印发单位显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
924 925 926 927 928 929 930 931 932 933 934
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitEditScriptArea').setStyle('display', 'none')}" name="editionUnitEdit" text{($.editionUnitEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitEditScriptArea').setStyle('display', 'none')}" name="editionUnitEdit" text{($.editionUnitEdit!='y' && $.editionUnitEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitEditScriptArea').setStyle('display', 'block')}" name="editionUnitEdit" text{($.editionUnitEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}editionUnitEditScriptArea" style="display: text{($.editionUnitEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="editionUnitEditScript" title="印发单位编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitValueDataArea').setStyle('display', 'block'); $('text{$.pid}editionUnitValueScriptArea').setStyle('display', 'none')}" name="editionUnitValueType" text{($.editionUnitValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionUnitValueDataArea').setStyle('display', 'none'); $('text{$.pid}editionUnitValueScriptArea').setStyle('display', 'block')}" name="editionUnitValueType" text{($.editionUnitValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}editionUnitValueDataArea" style="display: text{($.editionUnitValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="editionUnitValueData" value="text{$.editionUnitValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}editionUnitValueScriptArea" style="display: text{($.editionUnitValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="editionUnitValueScript" title="印发单位绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------印发单位------------------------------------------------------------------->

<!-----------------------------------------------印发日期------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">印发日期(editionDate)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateShowScriptArea').setStyle('display', 'none')}" name="editionDateShow" text{($.editionDateShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateShowScriptArea').setStyle('display', 'none')}" name="editionDateShow" text{($.editionDateShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateShowScriptArea').setStyle('display', 'none')}" name="editionDateShow" text{($.editionDateShow!='y' && $.editionDateShow!='n' && $.editionDateShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateShowScriptArea').setStyle('display', 'block')}" name="editionDateShow" text{($.editionDateShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}editionDateShowScriptArea" style="display: text{($.editionDateShow=='s')?'block':'none'}" class="MWFFormulaArea" name="editionDateShowScript" title="印发单位显示脚本 (S)"></div>

NoSubject's avatar
NoSubject 已提交
974 975 976 977 978 979 980 981 982 983 984
<!--			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
<!--				<tr>-->
<!--					<td class="editTableTitle">允许编辑:</td>-->
<!--					<td class="editTableValue">-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateEditScriptArea').setStyle('display', 'none')}" name="editionDateEdit" text{($.editionDateEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateEditScriptArea').setStyle('display', 'none')}" name="editionDateEdit" text{($.editionDateEdit!='y' && $.editionDateEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateEditScriptArea').setStyle('display', 'block')}" name="editionDateEdit" text{($.editionDateEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
<!--					</td>-->
<!--				</tr>-->
<!--			</table>-->
<!--			<div id="text{$.pid}editionDateEditScriptArea" style="display: text{($.editionDateEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="editionDateEditScript" title="印发单位编辑脚本 (S)"></div>-->
NoSubject's avatar
NoSubject 已提交
985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007

			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">绑定值:</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateValueDataArea').setStyle('display', 'block'); $('text{$.pid}editionDateValueScriptArea').setStyle('display', 'none')}" name="editionDateValueType" text{($.editionDateValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}editionDateValueDataArea').setStyle('display', 'none'); $('text{$.pid}editionDateValueScriptArea').setStyle('display', 'block')}" name="editionDateValueType" text{($.editionDateValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}editionDateValueDataArea" style="display: text{($.editionDateValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="editionDateValueData" value="text{$.editionDateValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}editionDateValueScriptArea" style="display: text{($.editionDateValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="editionDateValueScript" title="印发单位绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------印发日期------------------------------------------------------------------->

R
roo00 已提交
1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156
<!-----------------------------------------------会议出席------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">会议出席(meetingAttend)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingAttendShowScriptArea').setStyle('display', 'none')}" name="meetingAttendShow" text{($.meetingAttendShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingAttendShowScriptArea').setStyle('display', 'none')}" name="meetingAttendShow" text{($.meetingAttendShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingAttendShowScriptArea').setStyle('display', 'none')}" name="meetingAttendShow" text{($.meetingAttendShow!='y' && $.meetingAttendShow!='n' && $.meetingAttendShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingAttendShowScriptArea').setStyle('display', 'block')}" name="meetingAttendShow" text{($.meetingAttendShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}meetingAttendShowScriptArea" style="display: text{($.meetingAttendShow=='s')?'block':'none'}" class="MWFFormulaArea" name="meetingAttendShowScript" 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" onclick="if (this.checked) {$('text{$.pid}meetingAttendEditScriptArea').setStyle('display', 'none')}" name="meetingAttendEdit" text{($.meetingAttendEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingAttendEditScriptArea').setStyle('display', 'none')}" name="meetingAttendEdit" text{($.meetingAttendEdit!='y' && $.meetingAttendEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingAttendEditScriptArea').setStyle('display', 'block')}" name="meetingAttendEdit" text{($.meetingAttendEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
			<!--					</td>-->
			<!--				</tr>-->
			<!--			</table>-->
			<!--			<div id="text{$.pid}meetingAttendEditScriptArea" style="display: text{($.meetingAttendEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="meetingAttendEditScript" 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" onclick="if (this.checked) {$('text{$.pid}meetingAttendValueDataArea').setStyle('display', 'block'); $('text{$.pid}meetingAttendValueScriptArea').setStyle('display', 'none')}" name="meetingAttendValueType" text{($.meetingAttendValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingAttendValueDataArea').setStyle('display', 'none'); $('text{$.pid}meetingAttendValueScriptArea').setStyle('display', 'block')}" name="meetingAttendValueType" text{($.meetingAttendValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}meetingAttendValueDataArea" style="display: text{($.meetingAttendValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="meetingAttendValueData" value="text{$.meetingAttendValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}meetingAttendValueScriptArea" style="display: text{($.meetingAttendValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="meetingAttendValueScript" title="会议出席绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------会议出席------------------------------------------------------------------->

<!-----------------------------------------------会议请假------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">会议请假(meetingLeave)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingLeaveShowScriptArea').setStyle('display', 'none')}" name="meetingLeaveShow" text{($.meetingLeaveShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingLeaveShowScriptArea').setStyle('display', 'none')}" name="meetingLeaveShow" text{($.meetingLeaveShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingLeaveShowScriptArea').setStyle('display', 'none')}" name="meetingLeaveShow" text{($.meetingLeaveShow!='y' && $.meetingLeaveShow!='n' && $.meetingLeaveShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingLeaveShowScriptArea').setStyle('display', 'block')}" name="meetingLeaveShow" text{($.meetingLeaveShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}meetingLeaveShowScriptArea" style="display: text{($.meetingLeaveShow=='s')?'block':'none'}" class="MWFFormulaArea" name="meetingLeaveShowScript" 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" onclick="if (this.checked) {$('text{$.pid}meetingLeaveEditScriptArea').setStyle('display', 'none')}" name="meetingLeaveEdit" text{($.meetingLeaveEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingLeaveEditScriptArea').setStyle('display', 'none')}" name="meetingLeaveEdit" text{($.meetingLeaveEdit!='y' && $.meetingLeaveEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingLeaveEditScriptArea').setStyle('display', 'block')}" name="meetingLeaveEdit" text{($.meetingLeaveEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
			<!--					</td>-->
			<!--				</tr>-->
			<!--			</table>-->
			<!--			<div id="text{$.pid}meetingLeaveEditScriptArea" style="display: text{($.meetingLeaveEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="meetingLeaveEditScript" 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" onclick="if (this.checked) {$('text{$.pid}meetingLeaveValueDataArea').setStyle('display', 'block'); $('text{$.pid}meetingLeaveValueScriptArea').setStyle('display', 'none')}" name="meetingLeaveValueType" text{($.meetingLeaveValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingLeaveValueDataArea').setStyle('display', 'none'); $('text{$.pid}meetingLeaveValueScriptArea').setStyle('display', 'block')}" name="meetingLeaveValueType" text{($.meetingLeaveValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}meetingLeaveValueDataArea" style="display: text{($.meetingLeaveValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="meetingLeaveValueData" value="text{$.meetingLeaveValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}meetingLeaveValueScriptArea" style="display: text{($.meetingLeaveValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="meetingLeaveValueScript" title="会议请假绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------会议请假------------------------------------------------------------------->

<!-----------------------------------------------会议列席------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">会议列席(meetingSit)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingSitShowScriptArea').setStyle('display', 'none')}" name="meetingSitShow" text{($.meetingSitShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingSitShowScriptArea').setStyle('display', 'none')}" name="meetingSitShow" text{($.meetingSitShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingSitShowScriptArea').setStyle('display', 'none')}" name="meetingSitShow" text{($.meetingSitShow!='y' && $.meetingSitShow!='n' && $.meetingSitShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingSitShowScriptArea').setStyle('display', 'block')}" name="meetingSitShow" text{($.meetingSitShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}meetingSitShowScriptArea" style="display: text{($.meetingSitShow=='s')?'block':'none'}" class="MWFFormulaArea" name="meetingSitShowScript" 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" onclick="if (this.checked) {$('text{$.pid}meetingSitEditScriptArea').setStyle('display', 'none')}" name="meetingSitEdit" text{($.meetingSitEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingSitEditScriptArea').setStyle('display', 'none')}" name="meetingSitEdit" text{($.meetingSitEdit!='y' && $.meetingSitEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingSitEditScriptArea').setStyle('display', 'block')}" name="meetingSitEdit" text{($.meetingSitEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
			<!--					</td>-->
			<!--				</tr>-->
			<!--			</table>-->
			<!--			<div id="text{$.pid}meetingSitEditScriptArea" style="display: text{($.meetingSitEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="meetingSitEditScript" 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" onclick="if (this.checked) {$('text{$.pid}meetingSitValueDataArea').setStyle('display', 'block'); $('text{$.pid}meetingSitValueScriptArea').setStyle('display', 'none')}" name="meetingSitValueType" text{($.meetingSitValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingSitValueDataArea').setStyle('display', 'none'); $('text{$.pid}meetingSitValueScriptArea').setStyle('display', 'block')}" name="meetingSitValueType" text{($.meetingSitValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}meetingSitValueDataArea" style="display: text{($.meetingSitValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="meetingSitValueData" value="text{$.meetingSitValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}meetingSitValueScriptArea" style="display: text{($.meetingSitValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="meetingSitValueScript" title="会议列席绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------会议列席------------------------------------------------------------------->
NoSubject's avatar
NoSubject 已提交
1157

1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207
<!-----------------------------------------------会议记录------------------------------------------------------------------->
		<div onclick="var node = this.getNext(); node.setStyle('display', ((node.getStyle('display')=='none') ? 'block' : 'none'));" style="cursor: pointer; height: 24px; padding-left:5px; text-align: left; line-height: 24px; border-top: 1px solid #cccccc; border-bottom: 1px solid #999999; font-weight: bold; background-color: #eeeeee;">会议记录(meetingRecord)</div>
		<div style="display: none">
			<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
				<tr>
					<td class="editTableTitle">是否显示</td>
					<td class="editTableValue">
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingRecordShowScriptArea').setStyle('display', 'none')}" name="meetingRecordShow" text{($.meetingRecordShow=='y')?'checked':''} type="radio" value="y"/>显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingRecordShowScriptArea').setStyle('display', 'none')}" name="meetingRecordShow" text{($.meetingRecordShow=='n')?'checked':''} type="radio" value="n"/>不显示
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingRecordShowScriptArea').setStyle('display', 'none')}" name="meetingRecordShow" text{($.meetingRecordShow!='y' && $.meetingRecordShow!='n' && $.meetingRecordShow!='s')?'checked':''} type="radio" value="a"/>自动
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingRecordShowScriptArea').setStyle('display', 'block')}" name="meetingRecordShow" text{($.meetingRecordShow=='s')?'checked':''} type="radio" value="s"/>根据脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}meetingRecordShowScriptArea" style="display: text{($.meetingRecordShow=='s')?'block':'none'}" class="MWFFormulaArea" name="meetingRecordShowScript" 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" onclick="if (this.checked) {$('text{$.pid}meetingRecordEditScriptArea').setStyle('display', 'none')}" name="meetingRecordEdit" text{($.meetingRecordEdit=='y')?'checked':''} type="radio" value="y"/>允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingRecordEditScriptArea').setStyle('display', 'none')}" name="meetingRecordEdit" text{($.meetingRecordEdit!='y' && $.meetingRecordEdit!='s')?'checked':''} type="radio" value="n"/>不允许-->
			<!--						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingRecordEditScriptArea').setStyle('display', 'block')}" name="meetingRecordEdit" text{($.meetingRecordEdit=='s')?'checked':''} type="radio" value="s"/>根据脚本-->
			<!--					</td>-->
			<!--				</tr>-->
			<!--			</table>-->
			<!--			<div id="text{$.pid}meetingRecordEditScriptArea" style="display: text{($.meetingRecordEdit=='s')?'block':'none'}" class="MWFFormulaArea" name="meetingRecordEditScript" 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" onclick="if (this.checked) {$('text{$.pid}meetingRecordValueDataArea').setStyle('display', 'block'); $('text{$.pid}meetingRecordValueScriptArea').setStyle('display', 'none')}" name="meetingRecordValueType" text{($.meetingRecordValueType!='script')?'checked':''} type="radio" value="data"/>表单数据
						<input class="editTableRadio" onclick="if (this.checked) {$('text{$.pid}meetingRecordValueDataArea').setStyle('display', 'none'); $('text{$.pid}meetingRecordValueScriptArea').setStyle('display', 'block')}" name="meetingRecordValueType" text{($.meetingRecordValueType=='script')?'checked':''} type="radio" value="script"/>脚本
					</td>
				</tr>
			</table>
			<div id="text{$.pid}meetingRecordValueDataArea" style="display: text{($.meetingRecordValueType!='script')?'block':'none'}">
				<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
					<tr>
						<td class="editTableTitle">表单数据:</td>
						<td class="editTableValue"><input type="text" name="meetingRecordValueData" value="text{$.meetingRecordValueData}" class="editTableInput"/></td>
					</tr>
				</table>
			</div>

			<div id="text{$.pid}meetingRecordValueScriptArea" style="display: text{($.meetingRecordValueType=='script')?'block':'none'}" class="MWFFormulaArea" name="meetingRecordValueScript" title="会议记录绑定值脚本 (S)"></div>
		</div>
<!-----------------------------------------------会议记录------------------------------------------------------------------->

1208 1209
		<div class="MWFMaplist" name="customFields" title="自定义元素配置"></div>

NoSubject's avatar
NoSubject 已提交
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219
	</div>
	<div title="事件"  class="MWFTab" style="overflow: hidden">
		<div class="MWFEventsArea" name="events"></div>
	</div>
	<div title="HTML"  class="MWFTab">
		<div class="MWFHTMLArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
	</div>
	<div title="JSON"  class="MWFTab">
		<div class="MWFJSONArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
	</div>
R
roo00 已提交
1220
</div>