[llvm-commits] CVS: llvm-www/releases/index.html

John Criswell criswell at cs.uiuc.edu
Wed Oct 15 15:02:00 PDT 2003


Changes in directory llvm-www/releases:

index.html updated: 1.1 -> 1.2

---
Log message:

Changed this to the registration for download page.
The submit and clear form buttons are cancelled out for now.



---
Diffs of the changes:  (+61 -1)

Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.1 llvm-www/releases/index.html:1.2
--- llvm-www/releases/index.html:1.1	Wed Oct  1 17:37:32 2003
+++ llvm-www/releases/index.html	Wed Oct 15 15:01:27 2003
@@ -1,2 +1,62 @@
+<html>
+<title>
+LLVM Registration Page
+</title>
+
+<body>
+
+<center>
+<h1>
+LLVM Registration Page
+</h1>
+</center>
+
+<hr>
+
+Welcome to the LLVM registration page!  Please complete the following form
+below to download a copy of the LLVM software.
+
+<FORM ACTION="/cgi-bin/download.py" METHOD="POST">
+First Name (required):<br>
+<INPUT TYPE="text" SIZE=40 NAME="firstname"><br>
+<p>
+
+Last Name (required):<br>
+<INPUT TYPE="text" SIZE=40 NAME="lastname"><br>
+<p>
+
+Email Address (required):<br>
+<INPUT TYPE="text" SIZE=40 NAME="email"><br>
+<p>
+
+Organizational Affiliation:<br>
+<INPUT TYPE="text" SIZE=40 NAME="organization"><br>
+<p>
+
+Position/Title:<br>
+<INPUT TYPE="text" SIZE=40 NAME="title"><br>
+<p>
+
+Subscribe to LLVM Announcements List (default is yes):<br>
+<INPUT TYPE="radio" NAME="announce" VALUE="yes" CHECKED> Yes<br>
+<INPUT TYPE="radio" NAME="announce"VALUE="no" > No<br>
+
+Password for LLVM Announcements List:<br>
+<INPUT TYPE="password" SIZE=8 NAME="pw1"> Password<br>
+<INPUT TYPE="password" SIZE=8 NAME="pw2"> Confirm Password<br>
+<p>
+
+What plans, if any, do you have for using LLVM:<br>
+<TEXTAREA ROWS=10 COLS=80 NAME="plans"></TEXTAREA><br>
+<p>
+
+<!-- COMMENTED OUT
+<INPUT TYPE="submit" VALUE="Download">
+<INPUT TYPE="reset"  VALUE="Clear Form">
+-->
+
+</FORM>
+
+</body>
+</html>
 
-<a href="1.0">LLVM 1.0 Release</a>  (date)





More information about the llvm-commits mailing list