update authentication system to Devise
This commit is contained in:
@ -111,6 +111,6 @@
|
||||
|
||||
</script>
|
||||
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<div id="chart-container" style="width: 500px; height: 260px; padding-left: 20px; float: left;"></div>
|
||||
|
@ -1,7 +1,8 @@
|
||||
<table border="1">
|
||||
<% for header in request.env.select {|k,v| k.match("^HTTP.*")} %>
|
||||
<tr>
|
||||
<td><%=header[0].split('_',2)[1]%></td><td><%=header[1]%></td>
|
||||
<td><%=header[0].split('_',2)[1]%></td><td><%=header[1]%></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</table>
|
||||
|
||||
|
@ -87,10 +87,10 @@
|
||||
<img src='<%= "#{@api_domain}images/social_sensor_network_main.png "%>' width='600' height='415' border='0' />
|
||||
<% end %>
|
||||
<h2>the social sensor network is forming.</h2>
|
||||
<h3>We have one thing in common. At almost all times we are connected to the web.<br />
|
||||
<h3>We have one thing in common. At almost all times we are connected to the web.<br>
|
||||
The Social Sensor Network allows everyone to report and share data in an open and meaningful way.</h3>
|
||||
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<form method=post action="https://app.icontact.com/icp/signup.php" name="icpsignup" id="icpsignup2312" accept-charset="UTF-8" onsubmit="return verifyRequired2312();" >
|
||||
<input type=hidden name=redirect value="http://www.socialsensornetwork.com?invite=success" />
|
||||
@ -128,12 +128,12 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<span id="demo_text">demo channels</span>
|
||||
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<span id="demo"><a href="http://www.socialsensornetwork.com/irs-refund">IRS Refunds</a></span>
|
||||
<span id="demo"><a href="http://www.socialsensornetwork.com/online-poker">Frozen Online Poker Money</a></span>
|
||||
|
Reference in New Issue
Block a user