Subversion Repositories Applications.papyrus

Rev

Rev 1925 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1925 Rev 2048
Line 1... Line 1...
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
2
<!--
2
<!--
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
5
 *
5
 *
6
 * == BEGIN LICENSE ==
6
 * == BEGIN LICENSE ==
7
 *
7
 *
8
 * Licensed under the terms of any of the following licenses at your
8
 * Licensed under the terms of any of the following licenses at your
9
 * choice:
9
 * choice:
Line 130... Line 130...
130
							<td width="100%" colSpan="2"><input id="txtSelValue" style="WIDTH: 100%; BACKGROUND-COLOR: buttonface" type="text" readonly></td>
130
							<td width="100%" colSpan="2"><input id="txtSelValue" style="WIDTH: 100%; BACKGROUND-COLOR: buttonface" type="text" readonly></td>
131
						</tr>
131
						</tr>
132
						<tr>
132
						<tr>
133
							<td nowrap><span fckLang="DlgSelectSize">Size</span>&nbsp;</td>
133
							<td nowrap><span fckLang="DlgSelectSize">Size</span>&nbsp;</td>
134
							<td nowrap><input id="txtLines" type="text" size="2" value="">&nbsp;<span fckLang="DlgSelectLines">lines</span></td>
134
							<td nowrap><input id="txtLines" type="text" size="2" value="">&nbsp;<span fckLang="DlgSelectLines">lines</span></td>
135
							<td nowrap align="right"><input id="chkMultiple" name="chkMultiple" type="checkbox"><label for="chkMultiple" fckLang="DlgSelectChkMulti">Allow
135
							<td nowrap align="right"><input id="chkMultiple" type="checkbox"><label for="chkMultiple" fckLang="DlgSelectChkMulti">Allow
136
									multiple selections</label></td>
136
									multiple selections</label></td>
137
						</tr>
137
						</tr>
138
					</table>
138
					</table>
139
					<br>
139
					<br>
140
					<hr style="POSITION: absolute">
140
					<hr style="POSITION: absolute">
141
					<span style="LEFT: 10px; POSITION: relative; TOP: -7px" class="BackColor">&nbsp;<span fckLang="DlgSelectOpAvail">Available
141
					<span style="LEFT: 10px; POSITION: relative; TOP: -7px" class="BackColor">&nbsp;<span fckLang="DlgSelectOpAvail">Available
142
							Options</span>&nbsp;</span>
142
							Options</span>&nbsp;</span>
143
					<table width="100%">
143
					<table width="100%">
144
						<tr>
144
						<tr>
145
							<td width="50%"><span fckLang="DlgSelectOpText">Text</span><br>
145
							<td width="50%"><span fckLang="DlgSelectOpText">Text</span><br>
146
								<input id="txtText" style="WIDTH: 100%" type="text" name="txtText">
146
								<input id="txtText" style="WIDTH: 100%" type="text">
147
							</td>
147
							</td>
148
							<td width="50%"><span fckLang="DlgSelectOpValue">Value</span><br>
148
							<td width="50%"><span fckLang="DlgSelectOpValue">Value</span><br>
149
								<input id="txtValue" style="WIDTH: 100%" type="text" name="txtValue">
149
								<input id="txtValue" style="WIDTH: 100%" type="text">
150
							</td>
150
							</td>
151
							<td vAlign="bottom"><input onclick="Add();" type="button" fckLang="DlgSelectBtnAdd" value="Add"></td>
151
							<td vAlign="bottom"><input onclick="Add();" type="button" fckLang="DlgSelectBtnAdd" value="Add"></td>
152
							<td vAlign="bottom"><input onclick="Modify();" type="button" fckLang="DlgSelectBtnModify" value="Modify"></td>
152
							<td vAlign="bottom"><input onclick="Modify();" type="button" fckLang="DlgSelectBtnModify" value="Modify"></td>
153
						</tr>
153
						</tr>
154
						<tr>
154
						<tr>
155
							<td rowSpan="2"><select id="cmbText" style="WIDTH: 100%" onchange="GetE('cmbValue').selectedIndex = this.selectedIndex;Select(this);"
155
							<td rowSpan="2"><select id="cmbText" style="WIDTH: 100%" onchange="GetE('cmbValue').selectedIndex = this.selectedIndex;Select(this);"
156
									size="5" name="cmbText"></select>
156
									size="5"></select>
157
							</td>
157
							</td>
158
							<td rowSpan="2"><select id="cmbValue" style="WIDTH: 100%" onchange="GetE('cmbText').selectedIndex = this.selectedIndex;Select(this);"
158
							<td rowSpan="2"><select id="cmbValue" style="WIDTH: 100%" onchange="GetE('cmbText').selectedIndex = this.selectedIndex;Select(this);"
159
									size="5" name="cmbValue"></select>
159
									size="5"></select>
160
							</td>
160
							</td>
161
							<td vAlign="top" colSpan="2">
161
							<td vAlign="top" colSpan="2">
162
							</td>
162
							</td>
163
						</tr>
163
						</tr>
164
						<tr>
164
						<tr>