Child: [r24] (diff)

Download this file

spdxFolder.html    23 lines (21 with data), 651 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<form action="create?x=foldercreate" method="post">
<div style="margin-left: 10px;">
<h2>Create&nbsp;SPDX</h2>
Choose a folder on your disk and
create an SPDX document from its contents.&nbsp;After pressing the
"Create SPDX" button the new document can be open from the SPDX list.<br>
<br>
<br>
<div style="margin-left: 10px;">Folder on disk<br>
<input value="none-template" size="40" name="source"><br>
<br>
<span style="font-style: italic;"></span><a href="create?x=folder">Click here</a> to choose a
folder<br>
</div>
<br>
<br>
When ready, click the button<br>
<br>
<input value="Create SPDX" name="SubmitButton" type="submit"><br>
</div>
</form>