Major changes after Nina discussions
[onlineproject.git] / online / app / views / user / greetings.fbml.erb
blobd01d1bfdd5688fcfa3a3d26b689b77bcf7ce0165
1 <style type="text/css"> 
2 .fb_button {
3         background-color: #3b5998;
4         border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
5         border-style: solid;
6         border-width: 1px;
7         color: #fff;
8         font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
9         font-size: 11px;
10         margin: 0 2px;
11         padding: 2px 18px;
13 </style>
14 <br>
15 <br>
16 <br>
17 <br>
18 <br>
19 <center>
20   <span style="font-size:18px;">
21     <%=@statics.greetings %>
22   </span>
23   <br>
24     <div style="width: 400px; height:20px;">
25     <% form_tag({:controller => "user", :action => "greetings"}, :method => "get") do %> 
26       <INPUT TYPE=HIDDEN NAME="self_publishing" value="<%=session[:self_publishing]%>">
27       <INPUT TYPE=HIDDEN NAME="next_step" value="<%=@next_step%>">
29       <input type="submit" name="mybutton" class="fb_button" value="Answer one more question" /> 
30       <input type="submit" name="fanbutton" class="fb_button" value="Visit fan page" /> 
31     <% end %> 
32     </div>
33 </center>
35 <center>
36 </center>