/app/views/basics/index.html.erb
http://railssample000.googlecode.com/ · Ruby HTML · 71 lines · 66 code · 5 blank · 0 comment · 0 complexity · 9c8c86b1dd26c84f2d4d413120a865e7 MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <title>Web08 - Home</title>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <style type="text/css">
- body
- {
- text-align: center;
- }
- div#container
- {
- margin-left: auto;
- margin-right: auto;
- width: 50em;
- text-align: left;
- }
- div#left
- {
- width: 50%;
- float: left;
- }
- div#right
- {
- margin-left: 50%;
- }
- </style>
- </head>
- <body>
- <center>
- <div id="container">
- <div id="left">
- <h2>Web08</h2>
- <table><tr><td><u>Members</u></td><td><u>ID</u></td></tr>
- <tr><td>M.Ravi</td><td>st111222</td></tr>
- <tr><td>Orathai Dumrongsukniwat</td><td>st111002</td></tr>
- <tr><td>Peruma H. S. S. Wijayarathna</td><td>st111445</td></tr>
- </table>
- </div>
- <div id="right" align="left" style="padding-top:20px;padding-left:100px;">
- <%= link_to "Problem Set 1: Basics", :action => "indexPS1" %><br/>
- <%= link_to "Problem Set 2", :controller => "basics", :action => "quotations" %><br/>
- Problem Set 3<br/>
- <ul>
- <li><%= link_to "Database Dump", :action => "showDBDump" %></li>
- <li><%= link_to "Documentation", :action => "documentation" %></li>
- </ul>
- Problem Set 4<br/>
- <ul>
- <li><%= link_to "Tourist Community Site", :controller => "site", :action => "index" %></li>
- <li><%= link_to "Documentation", :controller => "site", :action => "documentation" %></li>
- </ul>
- </div>
- </div>
- <div style="clear: both;padding-top: 100px; padding-bottom: 100px;" align="center" >
- <table><tr>
- <td style='padding: 6px; valign:center;'><a href="http://web8.cs.ait.ac.th/basics/references">References</a></td>
- <td style='padding: 6px; valign:center;'><a href="http://web8.cs.ait.ac.th/cc">Continuous Integration</a></td>
- <td style='valign:center;'><a href="http://validator.w3.org/check/referer"><img height="31" width="88" alt="Valid XHTML 1.0!" src="http://www.w3.org/Icons/valid-xhtml10" /></a></td></tr>
- <tr><td colspan="5" align="center"><a href="mailto:nu_eat57@hotmail.com">Orathai</a> <a href="mailto:mondi.ravi@gmail.com">Ravi</a> <a href="mailto:st111445@ait.ac.th">Sharm</a></td></tr>
- </table>
- </div>
- </center>
- </body>
- </html>