|
Lines 9-27
Link Here
|
| 9 |
<!-- Actual content here --> |
9 |
<!-- Actual content here --> |
| 10 |
|
10 |
|
| 11 |
<form method="post" id="applyPatchDialog.myForm" |
11 |
<form method="post" id="applyPatchDialog.myForm" |
| 12 |
enctype="multipart/form-data" > |
12 |
enctype="multipart/form-data"> |
| 13 |
<fieldset> |
13 |
<fieldset> |
| 14 |
<div style="display: table-row"> |
14 |
<div style="display: table-row"> |
| 15 |
<div style="display: table-row; height: 20px"> |
15 |
<div style="display: table-row; height: 20px"> |
| 16 |
<div style="display: table-cell; padding: 1px;"> |
16 |
<div style="display: table-cell; padding: 1px;"> |
| 17 |
Patch: |
17 |
<input type="radio" name="radio" value="urlRadio" id="applyPatchDialog.urlRadio" checked/>URL: |
|
|
18 |
</div> |
| 19 |
<div style="display: table-cell; padding: 1px;"> |
| 20 |
<input type="text" name="url" id="applyPatchDialog.url" |
| 21 |
dojoType="dijit.form.ValidationTextBox" |
| 22 |
regExp="^http(s)*://.+" invalidMessage="Invalid URL."/> |
| 23 |
</div> |
| 24 |
<div style="display: table-cell; padding: 1px;"> |
| 25 |
</div> |
| 26 |
</div> |
| 27 |
<div style="display: table-row; height: 20px"> |
| 28 |
<div style="display: table-cell; padding: 1px;"> |
| 29 |
<input type="radio" name="radio" value="fileRadio" id="applyPatchDialog.fileRadio"/>File: |
| 18 |
</div> |
30 |
</div> |
| 19 |
<div style="display: table-cell; padding: 1px; vertical-align: top;"> |
31 |
<div style="display: table-cell; padding: 1px; vertical-align: top;"> |
| 20 |
<div id="files" dojoType="dojox.form.uploader.FileList" uploaderId="applyPatchDialog.uploader"></div> |
32 |
<div id="files" dojoType="dojox.form.uploader.FileList" uploaderId="applyPatchDialog.uploader"></div> |
| 21 |
</div> |
33 |
</div> |
| 22 |
<div style="display: table-cell; padding: 1px;"> |
34 |
<div style="display: table-cell; padding: 1px;"> |
| 23 |
<input name="uploadedfile" multiple="false" type="file" id="applyPatchDialog.uploader" force="iframe" |
35 |
<input name="uploadedfile" multiple="false" type="file" id="applyPatchDialog.uploader" force="iframe" |
| 24 |
dojoType="dojox.form.Uploader" style="height: 20px" label="Browse..." > |
36 |
dojoType="dojox.form.Uploader" style="height: 20px" label="Browse..."/> |
| 25 |
</div> |
37 |
</div> |
| 26 |
</div> |
38 |
</div> |
| 27 |
<div style="display: table-row"> |
39 |
<div style="display: table-row"> |
|
Lines 34-41
Link Here
|
| 34 |
style="padding: 20 0 10 0; float: right; clear: both;"/> |
46 |
style="padding: 20 0 10 0; float: right; clear: both;"/> |
| 35 |
</div> |
47 |
</div> |
| 36 |
</div> |
48 |
</div> |
| 37 |
</div> |
49 |
</div> |
| 38 |
</fieldset> |
50 |
</fieldset> |
| 39 |
</form> |
51 |
</form> |
| 40 |
</div> |
52 |
</div> |
| 41 |
</div> |
53 |
</div> |