Team:Gothenburg/Calendar
From 2014.igem.org
(Difference between revisions)
m (Styling) |
(More fixing) |
||
Line 48: | Line 48: | ||
/* Table styling ends here */ | /* Table styling ends here */ | ||
- | # | + | #contentDialog { |
min-height: 100px; | min-height: 100px; | ||
width: 500px; | width: 500px; | ||
+ | background-color: white; | ||
+ | border: 2px solid green; | ||
margin: 2em; | margin: 2em; | ||
- | border: | + | display: none; |
+ | position: fixed; | ||
+ | top: 5%; | ||
+ | left: 25%; | ||
+ | width: 50%; | ||
+ | height: 75%; | ||
+ | padding: 16px; | ||
+ | border: 16px solid #ED6D22; | ||
+ | background-color: white; | ||
+ | z-index:1002; | ||
+ | overflow: auto; | ||
} | } | ||
- | + | /* | |
+ | * Hide from both screenreaders and browsers: h5bp.com/u | ||
+ | */ | ||
- | + | .hidden { | |
+ | display: none !important; | ||
+ | visibility: hidden; | ||
+ | } | ||
- | + | </style> | |
- | + | </head> | |
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<body> | <body> | ||
- | <article id=" | + | <article id="contentDialog" title="Content"> |
- | + | Click a date with posts to show the content, or click outside this box to close it! | |
</article> | </article> | ||
- | + | <section id="calendar"> | |
- | + | <table id="june"> | |
- | + | <tr class="week"> | |
- | + | <td id="2014-05-26" class="date last-month"> | |
- | + | <h1>26</h1> | |
- | <ul class="titles"> | + | <ul class="titles"> |
- | <li>Title one</li> | + | <li>Title one</li> |
- | <li>Title two</li> | + | <li>Title two</li> |
- | </ul> | + | </ul> |
- | <span class="hidden">This is where all the information goes!</span> | + | <span class="hidden">This is where all the information goes!</span> |
- | + | </td> | |
+ | |||
+ | <td id="2014-05-27" class="date last-month"> | ||
+ | <h1>27</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-05-28" class="date last-month"> | ||
+ | <h1>28</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-05-29" class="date last-month"> | ||
+ | <h1>29</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-05-30" class="date last-month"> | ||
+ | <h1>30</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-05-31" class="date last-month"> | ||
+ | <h1>31</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-01" class="date"> | ||
+ | <h1>1</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-06-02" class="date"> |
- | <ul class="titles"> | + | <h1>2</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes 2!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-06-03" class="date"> | ||
+ | <h1>3</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-04" class="date"> | ||
+ | <h1>4</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-05" class="date"> | ||
+ | <h1>5</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-06" class="date"> | ||
+ | <h1>6</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-07" class="date"> | ||
+ | <h1>7</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-08" class="date"> | ||
+ | <h1>8</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-06-09" class="date"> |
- | <ul class="titles"> | + | <h1>9</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes 2!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-06-10" class="date"> | ||
+ | <h1>10</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-11" class="date"> | ||
+ | <h1>11</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-12" class="date"> | ||
+ | <h1>12</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-13" class="date"> | ||
+ | <h1>13</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-14" class="date"> | ||
+ | <h1>14</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-15" class="date"> | ||
+ | <h1>15</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-06-16" class="date"> |
- | <ul class="titles"> | + | <h1>16</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes 2!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-06-17" class="date"> | ||
+ | <h1>17</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-18" class="date"> | ||
+ | <h1>18</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-19" class="date"> | ||
+ | <h1>19</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-20" class="date"> | ||
+ | <h1>20</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-21" class="date"> | ||
+ | <h1>21</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-22" class="date"> | ||
+ | <h1>22</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-06-23" class="date"> |
- | <ul class="titles"> | + | <h1>23</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes 2!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-06-24" class="date"> | ||
+ | <h1>24</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-25" class="date"> | ||
+ | <h1>25</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-26" class="date"> | ||
+ | <h1>26</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-27" class="date"> | ||
+ | <h1>27</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-28" class="date"> | ||
+ | <h1>28</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-06-29" class="date"> | ||
+ | <h1>29</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | + | <td id="2014-06-30" class="date"> | |
- | <ul class="titles"> | + | <h1>30</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-07-01" class="date next-month"> <!-- My birthday --> | ||
+ | <h1>1</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-02" class="date next-month"> | ||
+ | <h1>2</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-03" class="date next-month"> | ||
+ | <h1>3</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-04" class="date next-month"> | ||
+ | <h1>4</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-05" class="date next-month"> | ||
+ | <h1>5</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-06" class="date next-month"> | ||
+ | <h1>6</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
- | <td id="2014-06- | + | <table id="july"> |
- | + | <tr class="week"> | |
- | + | <td id="2014-06-30" class="date last-month"> | |
- | + | <h1>30</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-07-01" class="date"> <!-- My birthday --> | |
- | + | <h1>1</h1> | |
- | + | <ul class="titles"> | |
- | <li>Title one</li> | + | <li>Title one</li> |
- | <li>Title two</li> | + | <li>Title two</li> |
- | </ul> | + | </ul> |
- | <span class="hidden">This is where all the information goes | + | <span class="hidden">This is where all the information goes!</span> |
- | + | </td> | |
+ | |||
+ | <td id="2014-07-02" class="date"> | ||
+ | <h1>2</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-03" class="date"> | ||
+ | <h1>3</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-04" class="date"> | ||
+ | <h1>4</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-05" class="date"> | ||
+ | <h1>5</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-06" class="date"> | ||
+ | <h1>6</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-07-07" class="date"> |
- | <ul class="titles"> | + | <h1>7</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-07-08" class="date"> | ||
+ | <h1>8</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-09" class="date"> | ||
+ | <h1>9</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-10" class="date"> | ||
+ | <h1>10</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-11" class="date"> | ||
+ | <h1>11</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-12" class="date"> | ||
+ | <h1>12</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-13" class="date"> | ||
+ | <h1>13</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-07-14" class="date"> |
- | <ul class="titles"> | + | <h1>14</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-07-15" class="date"> | ||
+ | <h1>15</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-16" class="date"> | ||
+ | <h1>16</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-17" class="date"> | ||
+ | <h1>17</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-18" class="date"> | ||
+ | <h1>18</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-19" class="date"> | ||
+ | <h1>19</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-20" class="date"> | ||
+ | <h1>20</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-07-21" class="date"> |
- | <ul class="titles"> | + | <h1>21</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-07-22" class="date"> | ||
+ | <h1>22</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-23" class="date"> | ||
+ | <h1>23</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-24" class="date"> | ||
+ | <h1>24</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-25" class="date"> | ||
+ | <h1>25</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-26" class="date"> | ||
+ | <h1>26</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-27" class="date"> | ||
+ | <h1>27</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | + | <td id="2014-07-28" class="date"> | |
- | + | <h1>28</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-07-29" class="date"> | |
- | + | <h1>29</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-07-30" class="date"> | |
- | + | <h1>30</h1> | |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
+ | |||
+ | <td id="2014-07-31" class="date"> | ||
+ | <h1>31</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-01" class="date next-month"> | ||
+ | <h1>1</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-02" class="date next-month"> | ||
+ | <h1>2</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-03" class="date next-month"> | ||
+ | <h1>3</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
- | <tr class="week"> | + | <table id="august"> |
- | + | <tr class="week"> | |
- | <h1> | + | <td id="2014-07-28" class="date last-month"> |
- | <ul class="titles"> | + | <h1>28</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-07-29" class="date last-month"> | ||
+ | <h1>29</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-30" class="date last-month"> | ||
+ | <h1>30</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-07-31" class="date last-month"> | ||
+ | <h1>31</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-01" class="date"> | ||
+ | <h1>1</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-02" class="date"> | ||
+ | <h1>2</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-03" class="date"> | ||
+ | <h1>3</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-08-04" class="date"> |
- | <ul class="titles"> | + | <h1>4</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-08-05" class="date"> | ||
+ | <h1>5</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-06" class="date"> | ||
+ | <h1>6</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-07" class="date"> | ||
+ | <h1>7</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-08" class="date"> | ||
+ | <h1>8</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-09" class="date"> | ||
+ | <h1>9</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-10" class="date"> | ||
+ | <h1>10</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | + | <td id="2014-08-11" class="date"> | |
- | <ul class="titles"> | + | <h1>11</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-08-12" class="date"> | ||
+ | <h1>12</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-13" class="date"> | ||
+ | <h1>13</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-14" class="date"> | ||
+ | <h1>14</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-15" class="date"> | ||
+ | <h1>15</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-16" class="date"> | ||
+ | <h1>16</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-17" class="date"> | ||
+ | <h1>17</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-08-18" class="date"> |
- | <ul class="titles"> | + | <h1>18</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-08-19" class="date"> | ||
+ | <h1>19</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-20" class="date"> | ||
+ | <h1>20</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-21" class="date"> | ||
+ | <h1>21</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-22" class="date"> | ||
+ | <h1>22</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-23" class="date"> | ||
+ | <h1>23</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-24" class="date"> | ||
+ | <h1>24</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | + | <td id="2014-08-25" class="date"> | |
- | + | <h1>25</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-08-26" class="date"> | |
- | + | <h1>26</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-08-27" class="date"> | |
- | + | <h1>27</h1> | |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
+ | |||
+ | <td id="2014-08-28" class="date"> | ||
+ | <h1>28</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-29" class="date"> | ||
+ | <h1>29</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-30" class="date"> | ||
+ | <h1>30</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-08-31" class="date"> | ||
+ | <h1>31</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
- | <tr class="week"> | + | <table id="september"> |
- | + | <tr class="week"> | |
- | <h1> | + | <td id="2014-09-01" class="date"> |
- | <ul class="titles"> | + | <h1>1</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-09-02" class="date"> | ||
+ | <h1>2</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-03" class="date"> | ||
+ | <h1>3</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-04" class="date"> | ||
+ | <h1>4</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-05" class="date"> | ||
+ | <h1>5</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-06" class="date"> | ||
+ | <h1>6</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-07" class="date"> | ||
+ | <h1>7</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-09-08" class="date"> |
- | <ul class="titles"> | + | <h1>8</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-09-09" class="date"> | ||
+ | <h1>9</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-10" class="date"> | ||
+ | <h1>10</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-11" class="date"> | ||
+ | <h1>11</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-12" class="date"> | ||
+ | <h1>12</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-13" class="date"> | ||
+ | <h1>13</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-14" class="date"> | ||
+ | <h1>14</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-09-15" class="date"> |
- | <ul class="titles"> | + | <h1>15</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-09-16" class="date"> | ||
+ | <h1>16</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-17" class="date"> | ||
+ | <h1>17</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-18" class="date"> | ||
+ | <h1>18</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-19" class="date"> | ||
+ | <h1>19</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-20" class="date"> | ||
+ | <h1>20</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-21" class="date"> | ||
+ | <h1>21</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | <td id="2014- | + | <tr class="week"> |
- | <h1> | + | <td id="2014-09-22" class="date"> |
- | <ul class="titles"> | + | <h1>22</h1> |
- | <li>Title one</li> | + | <ul class="titles"> |
- | <li>Title two</li> | + | <li>Title one</li> |
- | </ul> | + | <li>Title two</li> |
- | <span class="hidden">This is where all the information goes!</span> | + | </ul> |
- | + | <span class="hidden">This is where all the information goes!</span> | |
+ | </td> | ||
+ | |||
+ | <td id="2014-09-23" class="date"> | ||
+ | <h1>23</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-24" class="date"> | ||
+ | <h1>24</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-25" class="date"> | ||
+ | <h1>25</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-26" class="date"> | ||
+ | <h1>26</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-27" class="date"> | ||
+ | <h1>27</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | |||
+ | <td id="2014-09-28" class="date"> | ||
+ | <h1>28</h1> | ||
+ | <ul class="titles"> | ||
+ | <li>Title one</li> | ||
+ | <li>Title two</li> | ||
+ | </ul> | ||
+ | <span class="hidden">This is where all the information goes!</span> | ||
+ | </td> | ||
+ | </tr> | ||
- | + | <tr class="week"> | |
- | + | <td id="2014-09-29" class="date"> | |
- | + | <h1>29</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-09-30" class="date"> | |
- | + | <h1>30</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-10-01" class="date next-month"> | |
- | + | <h1>1</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-10-02" class="date next-month"> | |
- | + | <h1>2</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-10-03" class="date next-month"> | |
- | + | <h1>3</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-10-04" class="date next-month"> | |
- | + | <h1>4</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | ||
- | + | <td id="2014-10-05" class="date next-month"> | |
- | + | <h1>5</h1> | |
- | + | <ul class="titles"> | |
- | + | <li>Title one</li> | |
- | + | <li>Title two</li> | |
- | + | </ul> | |
- | + | <span class="hidden">This is where all the information goes!</span> | |
- | + | </td> | |
- | + | </tr> | |
- | + | </table> | |
- | + | </section> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | <!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> |
- | + | <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script> --> | |
- | + | <script type="text/javascript"> | |
- | + | ||
- | + | var box = $( "#contentDialog" ); | |
- | + | ||
- | + | //hide popup | |
- | + | $(document).on('click', function(event) { | |
- | + | ||
- | + | if (!$(event.target).closest('.date').length && | |
+ | !$(event.target).closest('#contentDialog').length && | ||
+ | !$(event.target).closest('#closeContentDialog').length) { | ||
+ | box.fadeOut(); | ||
+ | } | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( ".date" ).click(function() { | ||
- | + | showContentOf(this.id); | |
- | + | ||
- | + | }); | |
- | + | ||
- | + | ||
- | + | function showContentOf(dateId) { //pass parameter with quotes like '2014-06-28' | |
- | + | ||
- | + | var selectedContent = $( "#" + dateId + ">span").html(); | |
- | + | ||
- | + | box.html( selectedContent ); | |
- | + | box.attr('title', dateId); | |
- | + | box.fadeIn(); | |
- | + | ||
- | + | } | |
- | + | ||
- | + | </script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
</body> | </body> | ||
</html> | </html> |
Revision as of 14:16, 7 August 2014
26
|
27
|
28
|
29
|
30
|
31
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
1
|
2
|
3
|
4
|
5
|
6
|
30
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
1
|
2
|
3
|
28
|
29
|
30
|
31
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
1
|
2
|
3
|
4
|
5
|