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><img src="wooden-box-label.png" align="middle;" hspace="3"> Create&nbsp;new SPDX</h2>
7
<h2>Create&nbsp;SPDX</h2>Create a new SPDX from a zipped file on the Internet.<br><br>
8
This tool&nbsp;creates an SPDX document from a given zip file with source code.<br><br>
9
<br>
8
<br>
10
<div style="margin-left: 10px;">URL to a zip (or tar.gz) file with
11
the source code<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">
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
<br><br><span style="font-style: italic;">An URL is included on the box as example</span><br></div><br>
10
<br><br><span style="font-style: italic;">An URL is included on the box as example</span><br></div><br>
13
<br>
11
<br>
14
Ready?<br>
12
Ready?<br><br>
15
<img src="wand.png" align="middle;" hspace="3"> &nbsp; &nbsp; <input value="Create SPDX" name="SubmitButton" type="submit"><br>
13
<input value="Create SPDX" name="SubmitButton" type="submit"><br>
16
</div>
14
</div>
17
</form>
15
</form>
18
</body></html>
16
</body></html>