Difference between revisions of "Download"

From Sniper
Jump to navigation Jump to search
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
<script src="/download.js"></script>
 
<form method="post" action="/download.php">
 
<form method="post" action="/download.php">
<p>Please provide some information about yourself and how you want to use Sniper. All fields are optional.</p>
+
<p>Please provide some information about yourself and how you want to use Sniper. Make sure to use a valid email address, we will send you an email with download instructions. Fields marked with <span style="color:red">*</span> are required.</p>
 +
<p id="errorMsg" style="color:red; font-weight: bold"></p>
 +
<p>E-mail <span style="color:red">*</span></p>
 +
<p><input type="input" name="email" size="50"></p>
 
<p>Name</p>
 
<p>Name</p>
 
<p><input type="input" name="name" size="50"></p>
 
<p><input type="input" name="name" size="50"></p>
<p>E-mail</p>
 
<p><input type="input" name="email" size="50"></p>
 
 
<p>Affiliation</p>
 
<p>Affiliation</p>
 
<p><input type="input" name="affiliation" size="50"></p>
 
<p><input type="input" name="affiliation" size="50"></p>
 
<p>What will you use Sniper for?</p>
 
<p>What will you use Sniper for?</p>
 
<p><textarea name="comments" cols="50" rows="5"></textarea></p>
 
<p><textarea name="comments" cols="50" rows="5"></textarea></p>
<p><textarea name="license" cols="50" rows="8">TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
<p><b>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</b></p>
 
+
<p><textarea readonly name="license" cols="50" rows="8">
 
 
 
1. Definitions.
 
1. Definitions.
  
Line 162: Line 163:
 
interest in and to Licensee’s modifications shall belong to
 
interest in and to Licensee’s modifications shall belong to
 
Licensee.
 
Licensee.
 
+
</textarea></p>
 
 
END OF TERMS AND CONDITIONS</textarea></p>
 
 
<p>By downloading Sniper, you confirm that you agree to the license policy outlined above.</p>
 
<p>By downloading Sniper, you confirm that you agree to the license policy outlined above.</p>
<input type="submit" value="I Agree">
+
<input type="submit" value="I Agree" onclick="return downloadValidate(this.form)">
 
</form>
 
</form>
 
</html>
 
</html>

Latest revision as of 03:35, 7 March 2012

Please provide some information about yourself and how you want to use Sniper. Make sure to use a valid email address, we will send you an email with download instructions. Fields marked with * are required.

E-mail *

Name

Affiliation

What will you use Sniper for?

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

By downloading Sniper, you confirm that you agree to the license policy outlined above.