Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1318 alexandre_ 1
<table cellspacing="1" cellpadding="1" border="0" width="100%" height="100%">
2
	<tr>
3
		<td>
4
			<table cellspacing="0" cellpadding="0" width="100%" border="0">
5
				<tr>
6
					<td width="100%">
7
						<span>URL</span>
8
					</td>
9
					<td style="display: none" nowrap="nowrap" rowspan="2">
10
						<!--input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server"/-->
11
					</td>
12
				</tr>
13
				<tr>
14
					<td valign="top">
15
						<input dojoAttachPoint="image_src" style="width: 100%" type="text" />
16
					</td>
17
				</tr>
18
			</table>
19
		</td>
20
	</tr>
21
	<tr>
22
		<td>
23
			<span>Alternative Text</span><br />
24
			<input dojoAttachPoint="image_alt" style="width: 100%" type="text" /><br />
25
		</td>
26
	</tr>
27
	<tr>
28
		<td valign="top">
29
			<table><tr><td>
30
						<table cellspacing="0" cellpadding="0" border="0">
31
							<tr>
32
								<td nowrap="nowrap">
33
									<span>Width</span>&nbsp;</td>
34
								<td>
35
									<input type="text" size="3" dojoAttachPoint="image_width" /></td>
36
 
37
								<td rowspan="2">
38
									<!--div id="btnLockSizes" class="BtnLocked" onmouseover="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' ) + ' BtnOver';"
39
										onmouseout="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' );" title="Lock Sizes"
40
										onclick="SwitchLock(this);">
41
									</div-->
42
								</td>
43
								<td rowspan="2">
44
									<!--div id="btnResetSize" class="BtnReset" onmouseover="this.className='BtnReset BtnOver';"
45
										onmouseout="this.className='BtnReset';" title="Reset Size" onclick="ResetSizes();">
46
									</div-->
47
								</td>
48
							</tr>
49
 
50
							<tr>
51
								<td nowrap="nowrap">
52
									<span>Height</span>&nbsp;</td>
53
								<td>
54
									<input type="text" size="3" dojoAttachPoint="image_height" /></td>
55
							</tr>
56
						</table>
57
					</td><td>
58
 
59
						<table cellspacing="0" cellpadding="0" border="0">
60
							<tr>
61
 
62
								<td nowrap="nowrap">
63
									<span >HSpace</span>&nbsp;</td>
64
								<td>
65
									<input type="text" size="2" dojoAttachPoint="image_hspace"/></td>
66
							</tr>
67
							<tr>
68
								<td nowrap="nowrap">
69
									<span >VSpace</span>&nbsp;</td>
70
 
71
								<td>
72
									<input type="text" size="2" dojoAttachPoint="image_vspace" /></td>
73
							</tr>
74
						</table>
75
					</td></tr>
76
					<tr><td colspan="2">
77
						<table cellspacing="0" cellpadding="0" border="0">
78
							<tr>
79
								<td nowrap="nowrap">
80
									<span>Border</span>&nbsp;</td>
81
								<td>
82
									<input type="text" size="2" value="" dojoAttachPoint="image_border" /></td>
83
								<td>&nbsp;&nbsp;&nbsp;</td>
84
								<td nowrap="nowrap">
85
									<span >Align</span>&nbsp;</td>
86
								<td>
87
									<select dojoAttachPoint="image_align">
88
 
89
										<option value="" selected="selected"></option>
90
										<option value="left">Left</option>
91
										<option value="absBottom">Abs Bottom</option>
92
										<option value="absMiddle">Abs Middle</option>
93
										<option value="baseline">Baseline</option>
94
										<option value="bottom">Bottom</option>
95
 
96
										<option value="middle">Middle</option>
97
										<option value="right">Right</option>
98
										<option value="textTop">Text Top</option>
99
										<option value="top">Top</option>
100
									</select>
101
								</td>
102
							</tr>
103
						</table>
104
					</td>
105
				</tr></table>
106
		</td>
107
	</tr>
108
	<tr><td>
109
		<table><tr>
110
		<td><button dojoType='Button' dojoAttachEvent='onClick:ok'>OK</button></td>
111
		<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Cancel</button></td>
112
		</tr></table>
113
	</td></tr>
114
</table>