Difference between revisions of "Download"

From Sniper
Jump to navigation Jump to search
(Created page with "<nowiki> <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>Name</p> <p...")
 
Line 1: Line 1:
<nowiki>
+
<html>
 
<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. All fields are optional.</p>
 
<p>Name</p>
 
<p>Name</p>
<p><input type="input" name="name"></p>
+
<p><input type="input" name="name" size="50"></p>
 
<p>E-mail</p>
 
<p>E-mail</p>
<p><input type="input" name="email"></p>
+
<p><input type="input" name="email" size="50"></p>
 
<p>Affiliation</p>
 
<p>Affiliation</p>
<p><input type="input" name="affiliation"></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="30" lines="5"></p>
+
<p><textarea name="comments" cols="50" rows="5"></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">
 
</form>
 
</form>
</nowiki>
+
</html>

Revision as of 11:17, 16 November 2011

Please provide some information about yourself and how you want to use Sniper. All fields are optional.

Name

E-mail

Affiliation

What will you use Sniper for?

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