Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

registration.html

Blame
  • registration.html 2.51 KiB
    <html>
    <head>
    <meta charset="UTF-8">
    <title>ECRTS 2015</title>
    <link rel="stylesheet" href="css/style.css" type="text/css">
    
    <!-- Analytics: START -->
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-55862227-1', 'auto');
      ga('send', 'pageview');
    </script>
    <!-- Analytics: END -->
    
    </head>
    
    <body>
    <div id="wrap">
    
    	<div id="rightside-darkgreen">
    		<div id="main">
    
    			<img src="img/logo.png">
    
    			<h4>Registration</h4>
    			
    			The registration process is divided in two parts. We collect some information
    			necessary for the organization (dietary constraints and first timers). If
    			you click continue, the form will send you to the Euromicro registration page,
    			where you are supposed to fill in your data and process the payment or the
    			registration fee.<br><br>
    
    <form action="processdata.php" method="POST">
    First Name:<br><input type="text" name="name"/><br>
    Last Name:<br><input type="text" name="surname"/><br>
    E-mail:<br><input type="text" name="email"/><br>
    Dietary Constraints:<br><textarea name="dietary" rows="5" cols="40"></textarea><br>
    Is it your first ECRTS: <input type="checkbox" name="newcomer" value='2' id='checkbox'/><br>
    <input type="submit" name="submit" value="Continue to Euromicro" style="float: right;">
    </form>	
    
    		</div>
    	</div>
    
    	<div id="sidebar">
    		<div id="empty"></div>
    		<div id="roundedsign-inactive-blue"><a href="index.html">Welcome</a></div>
    		<div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div>
    		<div id="roundedsign-inactive-purpleish"><a href="submission.html">Submissions</a></div>
    		<div id="roundedsign-inactive-blueish"><a href="conference_dates.html">Important Dates</a></div>
    		<div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div>
    		<div id="roundedsign-inactive-pink"><a href="wip.html">Work in Progress</a></div>
    		<div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div>
    		<!-- <div id="roundedsign-active-darkgreen"><a href="registration.html">Register</a></div> -->
    		
    		<div style="float: right; padding-top:50px; padding-right:40px;  padding-bottom:10px;">Sponsored by</div>
          <p><img style="clear: right; float: right;  padding-right:20px" src="img/ericsson_logo.png" width=150px></p>
    	</div>
    
    </div>
    </body>
    </html>