[Commits] [svn:einsteintoolkit] www/ (Rev. 75)

cjordan at cct.lsu.edu cjordan at cct.lsu.edu
Mon Mar 15 22:46:05 CDT 2010


User: cjordan
Date: 2010/03/15 10:46 PM

Modified:
 /
  credits.php
 /about/members/
  join.php

Log:
 adding first draft of register form, commenting out comment

File Changes:

Directory: /
============

File [modified]: credits.php
Delta lines: +1 -1
===================================================================
--- credits.php	2010-03-16 03:43:36 UTC (rev 74)
+++ credits.php	2010-03-16 03:46:05 UTC (rev 75)
@@ -2,7 +2,7 @@
 include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');?>
 
 <p>
-The einsteintoolkit.org website was created and launched by <a href="http://colbyjordan.com">Colby Jordan</a>. The project's Einstein logo was designed and drawn by <a href="">Rayyan Tash</a>.
+The einsteintoolkit.org website was created and launched by <a href="http://colbyjordan.com">Colby Jordan</a>. The project's Einstein logo was designed and drawn by Rayyan Tash.
 </p>
 
 <?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>

Directory: /about/members/
==========================

File [modified]: join.php
Delta lines: +28 -7
===================================================================
--- about/members/join.php	2010-03-16 03:43:36 UTC (rev 74)
+++ about/members/join.php	2010-03-16 03:46:05 UTC (rev 75)
@@ -3,12 +3,31 @@
 
 <p>Please fill out the following information to register as a user of the Einstein Toolkit and a member of our consortium. </p>
 
-<ul>
-<li> Name: 
-<li> Email: 
-<li> Institution: 
-<li> Add me to the users mail list: [yes/no]
-</ul>
+<form name="register" action="/send.php" method="get">
+<table>
+<tr>
+<td>Name: </td>
+<td><input type="text" name="name" /></td>
+</tr>
+<tr>
+<td>Email: </td>
+<td><input type="text" name="email" /></td>
+</tr>
+<tr>
+<td>Institution: </td>
+<td><input type="text" name="institution" /></td>
+</tr>
+<tr>
+<td>Add me to the users mail list?</td>
+<td><input type="radio" name="list" value="yes" /> yes
+<input type="radio" name="list" value="no" /> no</td>
+</tr>
+<tr>
+<td></td>
+<td><input type="submit" value="Submit" /></td>
+</tr>
+</table>
+</form>
 
 <p>The Einstein Toolkit is freely available under an open source license. However, we kindly request that users:</p>
 
@@ -20,8 +39,10 @@
 
 <h3>Citation Guidelines</h3>
 
+<p>
 The Einstein Toolkit citation guidelines are designed to appropriately credit individuals who have made intellectual contributions to the toolkit in designing the algorithms and software implementations that contribute substantially to provision of an effective framework.
+</p>
 
-WHAT DO WE PUT HERE?
+<!-- WHAT DO WE PUT HERE? -->
 
 <?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>



More information about the Commits mailing list