Switch to unified view

a/tool/run/plugins/spdx/spdxDialog.html b/tool/run/plugins/spdx/spdxDialog.html
...
...
2
<html><head>
2
<html><head>
3
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"><title>Create an SPDX document</title></head>
3
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"><title>Create an SPDX document</title></head>
4
<body>
4
<body>
5
<form action="create?x=start" method="post">
5
<form action="create?x=start" method="post">
6
<div style="margin-left: 10px;">
6
<div style="margin-left: 10px;">
7
<h2>Create&nbsp;SPDX</h2>Create a new SPDX from a zipped file on the Internet.<br><br>
7
<h2>Create&nbsp;SPDX</h2>Download a zipped file from the Internet and
8
create an SPDX document from its contents. Only files with extension
9
.zip and .tar.gz are supported at the moment. After pressing the
10
"Create SPDX" button the new document can be open from the SPDX list.<br><br>
8
<br>
11
<br>
9
<div style="margin-left: 10px;">URL to&nbsp;zip (or tar.gz) file<br><input value="http://switch.dl.sourceforge.net/project/jfreechart/1.%20JFreeChart/1.0.17/jfreechart-1.0.17.tar.gz" size="40" name="source">
12
<div style="margin-left: 10px;">Type the download URL<br><input value="http://switch.dl.sourceforge.net/project/jfreechart/1.%20JFreeChart/1.0.17/jfreechart-1.0.17.tar.gz" size="40" name="source">
10
<br><br><span style="font-style: italic;">An URL is included on the box as example</span><br></div><br>
13
<br><br><span style="font-style: italic;">The URL&nbsp;included by default on the above box is an example</span><br></div><br>
11
<br>
14
<br>When ready, click the button<br><br>
12
Ready?<br><br>
13
<input value="Create SPDX" name="SubmitButton" type="submit"><br>
15
<input value="Create SPDX" name="SubmitButton" type="submit"><br>
14
</div>
16
</div>
15
</form>
17
</form>
16
</body></html>
18
</body></html>