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

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 24 18:18:01 PDT 2003


Changes in directory llvm-www/releases/1.0:

register.html updated: 1.5 -> 1.6

---
Log message:

Made the page look like the other styled pages.


---
Diffs of the changes:  (+60 -52)

Index: llvm-www/releases/1.0/register.html
diff -u llvm-www/releases/1.0/register.html:1.5 llvm-www/releases/1.0/register.html:1.6
--- llvm-www/releases/1.0/register.html:1.5	Fri Oct 24 17:32:22 2003
+++ llvm-www/releases/1.0/register.html	Fri Oct 24 18:17:39 2003
@@ -1,77 +1,85 @@
 <html>
-<title>
-LLVM Registration Page
-</title>
-
+<head>
+  <title>LLVM Registration Page</title>
+  <link rel="stylesheet" type="text/css" href="../../llvm.css">
+</head>
 <body>
 
-<center>
-<h1>
-LLVM Registration Page
-</h1>
-</center>
+<div class="rel_title">
+  LLVM Registration Page
+</div>
 
-<hr>
+<div class="rel_container">
 
+<div class="rel_intro">
 Welcome to the LLVM registration page!
-<p>
+<br><br>
 We'd like to collect some information about people and organizations who are
-interested in LLVM.
-<p>
-Please complete the following form below to download a copy of the LLVM
-software.
-<p>
-
-<FORM ACTION="/releases/1.0/register.cgi" 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>
+interested in LLVM.  Please complete the following form below to download a copy
+of the LLVM software.
+</div>
+
+<table class="rel_section">
+<tr><td>Information</td></tr>
+</table>
+
+<div class="rel_boxtext">
+
+<form action="register.cgi" method="POST">
+
+<table align="center" border="0" cellpadding="3">
+<tr>
+  <td><b>First Name</b> (required):</td>
+  <td><input type="text" size="40" name="firstname"></td>
+</tr>
+<tr>
+  <td><b>Last Name</b> (required):</td>
+  <td><input type="text" size="40" name="lastname"></td>
+</tr>
+<tr>
+  <td><b>Email Address</b> (required):</td>
+  <td><input type="text" size="40" name="email"></td>
+</tr>
+<tr>
+  <td><b>Organizational Affiliation:</b></td>
+  <td><input type="text" size="40" name="organization"></td>
+</tr>
+<tr>
+  <td><b>Position/Title:</b></td>
+  <td><input type="text" size="40" name="title"></td>
+</tr>
+</table>
 
-Organizational Affiliation:<br>
-<INPUT TYPE="text" SIZE=40 NAME="organization"><br>
 <p>
-
-Position/Title:<br>
-<INPUT TYPE="text" SIZE=40 NAME="title"><br>
-<p>
-
 The LLVM Announcements List is a low volume mailing list that provides LLVM
 users with important information on new LLVM releases.  If you would like to
 subscribe to this list, please select "yes" and respond to the confirmation
 email that you will receive (<b>your email address will be your password</b>):
-<p>
+</p>
 
 Subscribe to 
-<a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
-LLVM Announcements List</a>
-(default is yes):
+<a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">LLVM
+Announcements List</a> (default is <em>yes</em>):
 <br>
-<INPUT TYPE="radio" NAME="announce" VALUE="yes" CHECKED> Yes<br>
-<INPUT TYPE="radio" NAME="announce"VALUE="no" > No<br>
+<input type="radio" name="announce" value="yes" checked> Yes<br>
+<input type="radio" name="announce"value="no"> No<br>
 
 <p>
 We would be interested to know how you plan to use LLVM.
 <br>
-This information is
-strictly optional and will kept completely confidential:<br>
-<TEXTAREA ROWS=10 COLS=80 NAME="plans"></TEXTAREA><br>
-<p>
+This information is strictly optional and will kept completely confidential:<br>
+<textarea rows="10" cols="60" name="plans"></textarea>
+</p>
 
-Finally, click "Download" to go to the download page:
-<br>
-<INPUT TYPE="submit" VALUE="Download">
-<INPUT TYPE="reset"  VALUE="Clear Form">
+Finally, click "Download" to go to the download page:<br>
+<input type="submit" value="Download">
+<input type="reset"  value="Clear Form">
+
+</form>
 
-</FORM>
+</div>
+
+</div>
 
 </body>
 </html>
-





More information about the llvm-commits mailing list