Team:NCTU Formosa/Notebook/test

From 2014.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
-
<!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">
 
-
<head>
 
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
-
<title>無標題文件</title>
 
-
<style>
 
-
#date{
 
-
position:relative;
 
-
top: -50pt;
 
-
}
 
-
#week{
 
-
color:#309;
 
-
background-color:#F90;
 
-
}
 
-
#calender{
 
-
width:500pt;height:250pt;
 
-
 
-
}
 
-
#month{
 
-
width: 250pt;
 
-
height: 250pt;
 
-
float: left;
 
-
border-color: #0F0;
 
-
}
 
-
#record{
 
-
width:250pt;
 
-
height:250pt;
 
-
backound:#0F0;
 
-
float: left;
 
-
display:block;
 
-
background-color: black;
 
-
}
 
-
</style>
 
-
<script type="text/javascript">
 
-
$(document).ready(function(){
 
-
  $(".week1").click(function(){
 
-
  $(".data1").toggle();
 
-
  });
 
-
});
 
-
</script>
 
-
</head>
 
-
 
-
<body>
 
-
<div id="calender">
 
-
<table id="month">
 
-
  <tr>
 
-
    <th id="week" scope="col">Sunday</th>
 
-
    <th id="week" scope="col">Monday</th>
 
-
    <th id="week" scope="col">Tuesday</th>
 
-
    <th id="week" scope="col">Wednesday</th>
 
-
    <th id="week" scope="col">Thursday</th>
 
-
    <th id="week" scope="col">Friday</th>
 
-
    <th id="week" scope="col">Saturday</th>
 
-
  </tr>
 
-
  <tr  class="week1">
 
-
    <td id="unuse">&nbsp;</td>
 
-
    <td><div id="date">1</div></td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
  </tr>
 
-
  <tr>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
  </tr>
 
-
  <tr>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
  </tr>
 
-
  <tr>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
    <td>&nbsp;</td>
 
-
  </tr>
 
-
</table>
 
-
<div id="record"><p class="data1">77</p></div>
 
-
    </div>
 
-
    </div> </div>
 
-
</div>
 
-
</body>
 
-
</html>
 

Revision as of 15:57, 27 September 2014