Difference between revisions of "Team:RHIT/Notebook"

Line 4: Line 4:
 
<h2>Notebook</h2>
 
<h2>Notebook</h2>
  
<p> Document the dates you worked on your project.</p>
+
<cms:calendar date='2010-09-01' masterpage='events.php'>
 +
    <table class="calendar_small">
 +
        <tr>
 +
            <th colspan="7"><cms:date k_calendar_date format='F Y' /></th>
 +
        </tr>
 +
        <tr>
 +
            <cms:repeat count='7'>
 +
            <td class="months_heading"><cms:zebra 'Su' 'M' 'T' 'W' 'Th' 'F' 'S'/></td>
 +
            </cms:repeat>
 +
        </tr>
 +
 
 +
        <cms:weeks>
 +
            <tr>
 +
            <cms:days >
 +
                <cms:if k_timeline_position='present'>
 +
                    <cms:set tdclass='today' />
 +
                <cms:else />
 +
                    <cms:set tdclass='' />
 +
                </cms:if>
 +
             
 +
                <cms:if k_position='current_month' >
 +
                    <cms:if k_count_entries >
 +
                        <td class='entries <cms:show tdclass />' >
 +
                          <a href="<cms:link masterpage='events.php' year=k_year month=k_month day=k_day />"><cms:show k_day /></a>
 +
                      </td>
 +
                    <cms:else />
 +
                        <td class='<cms:show tdclass />' ><cms:show k_day /></td>
 +
                    </cms:if>
 +
                <cms:else />
 +
                    <td class='other_month'><cms:show k_day /></td>
 +
                </cms:if>
 +
            </cms:days>
 +
            </tr>
 +
        </cms:weeks>
 +
    </table>
 +
</cms:calendar>
  
 
<h5>What should this page have?</h5>
 
<h5>What should this page have?</h5>
Line 14: Line 49:
 
</ul>
 
</ul>
  
 
<h4 id=test onmouseover="changecursor('test')"> Hey! </h4>
 
<p id=text> You can see what others teams have done to organize their notes:</p>
 
 
<ul id=list>
 
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
 
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
 
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
 
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
 
</ul>
 
  
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 14:22, 17 July 2015

Click here to edit this page!

Notebook

What should this page have?
  • Chronological notes of what your team is doing.
  • Brief descriptions of daily important events.
  • Pictures of your progress.
  • Mention who participated in what task.