Ignore:
Timestamp:
Mar 26, 2008, 11:03:00 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Message:

Arrange index.html for cancer ehr project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/rails/cancerehr/public/index.html

    r12 r13  
    44  <head>
    55    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    6     <title>Ruby on Rails: Welcome aboard</title>
     6    <title>Cancer EHR</title>
    77    <style type="text/css" media="screen">
    88      body {
     
    218218            <h3>Join the community</h3>
    219219            <ul class="links">
     220              <li><a href="http://openehr.org/">The openEHR Project</a></li>
     221              <li><a href="http://openehr.jp/">openEHR.jp</a></li>
    220222              <li><a href="http://www.rubyonrails.org/">Ruby on Rails</a></li>
    221223              <li><a href="http://weblog.rubyonrails.org/">Official weblog</a></li>
     
    240242      <div id="content">
    241243        <div id="header">
    242           <h1>Welcome aboard</h1>
    243           <h2>You&rsquo;re riding Ruby on Rails!</h2>
    244         </div>
    245 
    246         <div id="about">
    247           <h3><a href="rails/info/properties" onclick="about(); return false">About your application&rsquo;s environment</a></h3>
    248           <div id="about-content" style="display: none"></div>
    249         </div>
    250        
    251         <div id="getting-started">
    252           <h1>Getting started</h1>
    253           <h2>Here&rsquo;s how to get rolling:</h2>
    254          
    255           <ol>
    256             <li>
    257               <h2>Create your databases and edit <tt>config/database.yml</tt></h2>
    258               <p>Rails needs to know your login and password.</p>
    259             </li>
    260          
    261             <li>
    262               <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
    263               <p>To see all available options, run it without parameters.</p>
    264             </li>
    265            
    266             <li>
    267               <h2>Set up a default route and remove or rename this file</h2>
    268               <p>Routes are set up in config/routes.rb.</p>
    269             </li>
    270           </ol>
     244          <h1>Cancer EHR</h1>
     245          <h2>This is a development environment for cancer patients' EHR for sample application of ruby implementation of openEHR.</h2>
    271246        </div>
    272247      </div>
    273      
     248      <div id="getting-stated">
     249        <h1>To do list</h1>
     250        <ol>
     251          <li>
     252            <h2>Create login environment</h2>
     253          </li>           
     254          <li>
     255            <h2>Create patient database</h2>
     256          </li>           
     257          <li>
     258            <h2>Make archetype model of the cancer infomation</h2>
     259          </li>
     260        </ol>
     261      </div>
    274262      <div id="footer">&nbsp;</div>
    275263    </div>
Note: See TracChangeset for help on using the changeset viewer.