Parent: [r5] (diff)

Child: [r18] (diff)

Download this file

spdxDialog.html    16 lines (16 with data), 798 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"><title>Create an SPDX document</title></head>
<body>
<form action="create?x=start" method="post">
<div style="margin-left: 10px;">
<h2>Create&nbsp;SPDX</h2>Create a new SPDX from a zipped file on the Internet.<br><br>
<br>
<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">
<br><br><span style="font-style: italic;">An URL is included on the box as example</span><br></div><br>
<br>
Ready?<br><br>
<input value="Create SPDX" name="SubmitButton" type="submit"><br>
</div>
</form>
</body></html>