annotate doc/timeline.html @ 5:d8d210fc1ad9

removed old code
author james <jb302@eecs.qmul.ac.uk>
date Sat, 07 Dec 2013 00:32:29 +0000
parents f598703553ef
children
rev   line source
jb302@0 1 <?xml version="1.0" encoding="utf-8"?>
jb302@0 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
jb302@0 3 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:date="http://exslt.org/dates-and-times">
jb302@0 4 <head>
jb302@0 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
jb302@0 6 <!--
jb302@0 7 This file is generated from xml source: DO NOT EDIT
jb302@0 8 -->
jb302@0 9 <title>EDE - Planner</title>
jb302@0 10 <meta name="GENERATOR" content="Planner HTML output" />
jb302@0 11 <style type="text/css">
jb302@0 12
jb302@0 13 /* CSS Stylesheet for Planner HTML output.
jb302@0 14 *
jb302@0 15 * Copyright (C) 2004-2005 Imendio AB
jb302@0 16 * Copyright (C) 2003 CodeFactory AB
jb302@0 17 * Copyright (C) 2003 Daniel Lundin (daniel@edgewall.com)
jb302@0 18 * Copyright (C) 2004 Chris Ladd (caladd@particlestorm.net)
jb302@0 19 */
jb302@0 20
jb302@0 21 /*
jb302@0 22 * Fonts
jb302@0 23 */
jb302@0 24 html,body,table {
jb302@0 25 font-family: "Bitstream Vera Sans", helvetica, Arial, sans-serif;
jb302@0 26 font-size: 12px;
jb302@0 27 white-space: nowrap;
jb302@0 28 }
jb302@0 29
jb302@0 30 tr,td,th,table,font,span,div,h1,h2,h3 {
jb302@0 31 font-family: "Bitstream Vera Sans", helvetica, Arial, sans-serif;
jb302@0 32 }
jb302@0 33
jb302@0 34 h1 {
jb302@0 35 font-size: 16px;
jb302@0 36 }
jb302@0 37
jb302@0 38 h2 {
jb302@0 39 font-size: 12px;
jb302@0 40 margin-bottom: 2px;
jb302@0 41 }
jb302@0 42
jb302@0 43 div.separator {
jb302@0 44 margin: 1em;
jb302@0 45 }
jb302@0 46
jb302@0 47 /*
jb302@0 48 * Header
jb302@0 49 */
jb302@0 50 table.proj-header {
jb302@0 51 border: 0;
jb302@0 52 margin: 0;
jb302@0 53 width: auto;
jb302@0 54 }
jb302@0 55
jb302@0 56 table.proj-header .header {
jb302@0 57 font-weight: bold;
jb302@0 58 }
jb302@0 59
jb302@0 60 /*
jb302@0 61 * Footer
jb302@0 62 */
jb302@0 63 .footer {
jb302@0 64 float: left;
jb302@0 65 width: 100%;
jb302@0 66 margin-top: 50px;
jb302@0 67 padding-top: 2px;
jb302@0 68 border-style: dotted;
jb302@0 69 border-width: 1px 0 0 0;
jb302@0 70 border-color: #999;
jb302@0 71 font-size: 9px;
jb302@0 72 text-align: right;
jb302@0 73 clear: both;
jb302@0 74 color: #666;
jb302@0 75 }
jb302@0 76
jb302@0 77 a:link, a:visited {
jb302@0 78 text-decoration: none;
jb302@0 79 color: #666;
jb302@0 80 }
jb302@0 81
jb302@0 82 a:hover[href] {
jb302@0 83 text-decoration: underline;
jb302@0 84 }
jb302@0 85
jb302@0 86
jb302@0 87 /*
jb302@0 88 * Layout
jb302@0 89 */
jb302@0 90
jb302@0 91 .gantt, .gantt-tasklist, .gantt-chart, .tasklist, .resourcelist {
jb302@0 92 float: left;
jb302@0 93 }
jb302@0 94
jb302@0 95 .gantt-tasklist, .gantt-chart, .tasklist-table, .resourcelist-table {
jb302@0 96 border-style: solid;
jb302@0 97 border-width: 1px;
jb302@0 98 border-color: #aaa;
jb302@0 99 }
jb302@0 100
jb302@0 101 .gantt-tasklist, .gantt-chart, .tasklist, .resourcelist {
jb302@0 102 overflow: auto;
jb302@0 103 }
jb302@0 104
jb302@0 105 .gantt, .tasklist, .resourcelist {
jb302@0 106 clear: both;
jb302@0 107 width: 100%;
jb302@0 108 }
jb302@0 109
jb302@0 110 .gantt-tasklist {
jb302@0 111 border-width: 1px 0px 1px 1px;
jb302@0 112 width: 30%;
jb302@0 113 }
jb302@0 114
jb302@0 115 .gantt-chart {
jb302@0 116 border-color: #aaa #aaa #aaa #fff;
jb302@0 117 width: 69.5%;
jb302@0 118 }
jb302@0 119
jb302@0 120 .tasklist, .resourcelist {
jb302@0 121 clear: left;
jb302@0 122 }
jb302@0 123
jb302@0 124 table {
jb302@0 125 width: 100%;
jb302@0 126 border-collapse: collapse;
jb302@0 127 border-style: none;
jb302@0 128 border-color: #fff;
jb302@0 129 white-space: nowrap;
jb302@0 130 margin: 0;
jb302@0 131 }
jb302@0 132
jb302@0 133 tr, td, th {
jb302@0 134 white-space: nowrap;
jb302@0 135 vertical-align: top;
jb302@0 136 padding-top: 1px;
jb302@0 137 padding-bottom: 1px;
jb302@0 138 }
jb302@0 139
jb302@0 140 th {
jb302@0 141 vertical-align: top;
jb302@0 142 }
jb302@0 143
jb302@0 144 tr {
jb302@0 145 height: 1.5em;
jb302@0 146 }
jb302@0 147
jb302@0 148 tr.header {
jb302@0 149 background-color: #aaa;
jb302@0 150 color: #fff;
jb302@0 151 }
jb302@0 152
jb302@0 153 tr.even {
jb302@0 154 background-color: #eee;
jb302@0 155 }
jb302@0 156
jb302@0 157 tr.odd {
jb302@0 158 background-color: #fff;
jb302@0 159 }
jb302@0 160
jb302@0 161 th span, td span {
jb302@0 162 margin-left: 6px;
jb302@0 163 margin-right: 6px;
jb302@0 164 }
jb302@0 165
jb302@0 166 th.note {
jb302@0 167 min-width: 20em;
jb302@0 168 }
jb302@0 169
jb302@0 170 td.note {
jb302@0 171 white-space: normal;
jb302@0 172 }
jb302@0 173
jb302@0 174 /*
jb302@0 175 * Gantt
jb302@0 176 */
jb302@0 177 div.gantt-empty-begin, div.gantt-empty-end, div.gantt-complete-done, div.gantt-complete-notdone, div.gantt-summary {
jb302@0 178 overflow: hidden;
jb302@0 179 clear: none;
jb302@0 180 float: left;
jb302@0 181 height: 0.75em;
jb302@0 182 margin-top: 0.15em;
jb302@0 183 margin-bottom: 0;
jb302@0 184 }
jb302@0 185
jb302@0 186 div.gantt-complete-done {
jb302@0 187 background-color: #495f6b;
jb302@0 188 height: 0.75em;
jb302@0 189 margin-top: 0;
jb302@0 190 margin-bottom: 0;
jb302@0 191 }
jb302@0 192
jb302@0 193 div.gantt-complete-notdone {
jb302@0 194 background-color: #8db6cd;
jb302@0 195 border-style: solid;
jb302@0 196 border-width: 1px;
jb302@0 197 }
jb302@0 198
jb302@0 199 div.gantt-summary {
jb302@0 200 height: 0.3em;
jb302@0 201 margin-top: 0.25em;
jb302@0 202 border-bottom: 2px dashed #000;
jb302@0 203 }
jb302@0 204
jb302@0 205 div.gantt-empty-end {
jb302@0 206 margin-left: 0;
jb302@0 207 }
jb302@0 208
jb302@0 209 div.gantt-milestone {
jb302@0 210 float: left;
jb302@0 211 font-size: 0.9em;
jb302@0 212 color: #000000;
jb302@0 213 position: relative;
jb302@0 214 margin-left: 0;
jb302@0 215 margin-right: 0;
jb302@0 216 }
jb302@0 217
jb302@0 218 div.gantt-resources {
jb302@0 219 float: left;
jb302@0 220 margin-left: 0.5em;
jb302@0 221 white-space: nowrap;
jb302@0 222 }
jb302@0 223
jb302@0 224 th.gantt-1day-header {
jb302@0 225 width: 19px;
jb302@0 226 }
jb302@0 227
jb302@0 228 th.gantt-2day-header {
jb302@0 229 width: 39px;
jb302@0 230 }
jb302@0 231
jb302@0 232 th.gantt-3day-header {
jb302@0 233 width: 59px;
jb302@0 234 }
jb302@0 235
jb302@0 236 th.gantt-4day-header {
jb302@0 237 width: 79px;
jb302@0 238 }
jb302@0 239
jb302@0 240 th.gantt-5day-header {
jb302@0 241 width: 99px;
jb302@0 242 }
jb302@0 243
jb302@0 244 th.gantt-6day-header {
jb302@0 245 width: 119px;
jb302@0 246 }
jb302@0 247
jb302@0 248 th.gantt-week-header, .gantt-resources {
jb302@0 249 width: 139px;
jb302@0 250 }
jb302@0 251
jb302@0 252 th.gantt-day-header {
jb302@0 253 margin: 0;
jb302@0 254 padding-top: 1px;
jb302@0 255 padding-bottom: 1px;
jb302@0 256 width: 19px;
jb302@0 257 }
jb302@0 258
jb302@0 259 </style>
jb302@0 260 <!--[if IE]><style type="text/css">
jb302@0 261
jb302@0 262 /* IE specific overrides to compensate for the different box model used by IE
jb302@0 263 * (see http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug)
jb302@0 264 */
jb302@0 265
jb302@0 266 .gantt-resources {
jb302@0 267 overflow: hidden;
jb302@0 268 }
jb302@0 269
jb302@0 270
jb302@0 271 .tasklist, .resourcelist {
jb302@0 272 overflow-x: auto;
jb302@0 273 overflow-y: hidden;
jb302@0 274 padding-bottom: 1em;
jb302@0 275 }
jb302@0 276
jb302@0 277
jb302@0 278 .gantt-tasklist, .gantt-chart {
jb302@0 279 overflow-x: scroll;
jb302@0 280 overflow-y: hidden;
jb302@0 281 }
jb302@0 282
jb302@0 283
jb302@0 284 .gantt-chart {
jb302@0 285 padding-bottom: 1px;
jb302@0 286 }
jb302@0 287
jb302@0 288
jb302@0 289
jb302@0 290 .tasklist-table, .resourcelist-table {
jb302@0 291 width: 99.8%;
jb302@0 292 }
jb302@0 293
jb302@0 294 /*
jb302@0 295 div.gantt-empty-begin, div.gantt-empty-end, div.gantt-complete-done, div.gantt-complete-notdone, div.gantt-summary {
jb302@0 296 height: 1.75em;
jb302@0 297 }
jb302@0 298
jb302@0 299 div.gantt-complete-done {
jb302@0 300 height: 0.75em;
jb302@0 301 }
jb302@0 302
jb302@0 303 div.gantt-summary {
jb302@0 304 height: 0.3em;
jb302@0 305 }
jb302@0 306 */
jb302@0 307 th.gantt-1day-header {
jb302@0 308 width: 20px;
jb302@0 309 }
jb302@0 310
jb302@0 311 th.gantt-2day-header {
jb302@0 312 width: 40px;
jb302@0 313 }
jb302@0 314
jb302@0 315 th.gantt-3day-header {
jb302@0 316 width: 60px;
jb302@0 317 }
jb302@0 318
jb302@0 319 th.gantt-4day-header {
jb302@0 320 width: 80px;
jb302@0 321 }
jb302@0 322
jb302@0 323 th.gantt-5day-header {
jb302@0 324 width: 100px;
jb302@0 325 }
jb302@0 326
jb302@0 327 th.gantt-6day-header {
jb302@0 328 width: 120px;
jb302@0 329 }
jb302@0 330
jb302@0 331 th.gantt-week-header {
jb302@0 332 width: 140px;
jb302@0 333 }
jb302@0 334
jb302@0 335 th.gantt-day-header {
jb302@0 336 width: 20px;
jb302@0 337 }
jb302@0 338
jb302@0 339 </style><![endif]-->
jb302@0 340 <!--[if gte IE 7]><style type="text/css">
jb302@0 341
jb302@0 342 .gantt-chart {
jb302@0 343 padding-bottom: 0px;
jb302@0 344 }
jb302@0 345
jb302@0 346 </style><![endif]-->
jb302@0 347 </head>
jb302@0 348 <body>
jb302@0 349 <h1 class="proj-title">
jb302@0 350 <a name="project" id="project">EDE</a>
jb302@0 351 </h1>
jb302@0 352 <table class="proj-header">
jb302@0 353 <tr>
jb302@0 354 <td class="header">Start:</td>
jb302@0 355 <td>November 1, 2013</td>
jb302@0 356 </tr>
jb302@0 357 <tr>
jb302@0 358 <td class="header">Finish:</td>
jb302@0 359 <td>March 31, 2014</td>
jb302@0 360 </tr>
jb302@0 361 </table>
jb302@0 362 <div class="separator"></div>
jb302@0 363 <div class="gantt">
jb302@0 364 <h2>
jb302@0 365 <a name="gantt" id="gantt">Gantt Chart</a>
jb302@0 366 </h2>
jb302@0 367 <div class="gantt-tasklist">
jb302@0 368 <table cellspacing="0" cellpadding="0" border="1">
jb302@0 369 <tr class="header" align="left">
jb302@0 370 <th>
jb302@0 371 <span>Name</span>
jb302@0 372 </th>
jb302@0 373 <th>
jb302@0 374 <span>Work</span>
jb302@0 375 </th>
jb302@0 376 </tr>
jb302@0 377 <tr class="header">
jb302@0 378 <th> </th>
jb302@0 379 <th> </th>
jb302@0 380 </tr>
jb302@0 381 <tr class="odd">
jb302@0 382 <td>
jb302@0 383 <a name="gantt-1" style="white-space: nowrap; margin-left: 0px;" id="gantt-1">
jb302@0 384 <span>Project report</span>
jb302@0 385 </a>
jb302@0 386 </td>
jb302@0 387 <td>
jb302@0 388 <span>151d </span>
jb302@0 389 </td>
jb302@0 390 </tr>
jb302@0 391 <tr class="even">
jb302@0 392 <td>
jb302@0 393 <a name="gantt-2" style="white-space: nowrap; margin-left: 0px;" id="gantt-2">
jb302@0 394 <span>Assembler development</span>
jb302@0 395 </a>
jb302@0 396 </td>
jb302@0 397 <td>
jb302@0 398 <span>14d </span>
jb302@0 399 </td>
jb302@0 400 </tr>
jb302@0 401 <tr class="odd">
jb302@0 402 <td>
jb302@0 403 <a name="gantt-3" style="white-space: nowrap; margin-left: 0px;" id="gantt-3">
jb302@0 404 <span>Emulator development (PC)</span>
jb302@0 405 </a>
jb302@0 406 </td>
jb302@0 407 <td>
jb302@0 408 <span>61d </span>
jb302@0 409 </td>
jb302@0 410 </tr>
jb302@0 411 <tr class="even">
jb302@0 412 <td>
jb302@0 413 <a name="gantt-4" style="white-space: nowrap; margin-left: 0px;" id="gantt-4">
jb302@0 414 <span>Emulator development (MCS-51)</span>
jb302@0 415 </a>
jb302@0 416 </td>
jb302@0 417 <td>
jb302@0 418 <span>45d </span>
jb302@0 419 </td>
jb302@0 420 </tr>
jb302@0 421 <tr class="odd">
jb302@0 422 <td>
jb302@0 423 <a name="gantt-5" style="white-space: nowrap; margin-left: 0px;" id="gantt-5">
jb302@0 424 <span>Debugger development</span>
jb302@0 425 </a>
jb302@0 426 </td>
jb302@0 427 <td>
jb302@0 428 <span>106d </span>
jb302@0 429 </td>
jb302@0 430 </tr>
jb302@0 431 <tr class="even">
jb302@0 432 <td>
jb302@0 433 <a name="gantt-6" style="white-space: nowrap; margin-left: 0px;" id="gantt-6">
jb302@0 434 <span>Testing</span>
jb302@0 435 </a>
jb302@0 436 </td>
jb302@0 437 <td>
jb302@0 438 <span>151d </span>
jb302@0 439 </td>
jb302@0 440 </tr>
jb302@0 441 </table>
jb302@0 442 </div>
jb302@0 443 <div class="gantt-chart">
jb302@0 444 <table cellspacing="0" cellpadding="0" border="1" style="table-layout: fixed;">
jb302@0 445 <tr class="header" align="left">
jb302@0 446 <th class="gantt-3day-header" colspan="3"></th>
jb302@0 447 <th class="gantt-week-header" align="center" colspan="7">Week 45, 2013</th>
jb302@0 448 <th class="gantt-week-header" align="center" colspan="7">Week 46, 2013</th>
jb302@0 449 <th class="gantt-week-header" align="center" colspan="7">Week 47, 2013</th>
jb302@0 450 <th class="gantt-week-header" align="center" colspan="7">Week 48, 2013</th>
jb302@0 451 <th class="gantt-week-header" align="center" colspan="7">Week 49, 2013</th>
jb302@0 452 <th class="gantt-week-header" align="center" colspan="7">Week 50, 2013</th>
jb302@0 453 <th class="gantt-week-header" align="center" colspan="7">Week 51, 2013</th>
jb302@0 454 <th class="gantt-week-header" align="center" colspan="7">Week 52, 2013</th>
jb302@0 455 <th class="gantt-week-header" align="center" colspan="7">Week 1, 2014</th>
jb302@0 456 <th class="gantt-week-header" align="center" colspan="7">Week 2, 2014</th>
jb302@0 457 <th class="gantt-week-header" align="center" colspan="7">Week 3, 2014</th>
jb302@0 458 <th class="gantt-week-header" align="center" colspan="7">Week 4, 2014</th>
jb302@0 459 <th class="gantt-week-header" align="center" colspan="7">Week 5, 2014</th>
jb302@0 460 <th class="gantt-week-header" align="center" colspan="7">Week 6, 2014</th>
jb302@0 461 <th class="gantt-week-header" align="center" colspan="7">Week 7, 2014</th>
jb302@0 462 <th class="gantt-week-header" align="center" colspan="7">Week 8, 2014</th>
jb302@0 463 <th class="gantt-week-header" align="center" colspan="7">Week 9, 2014</th>
jb302@0 464 <th class="gantt-week-header" align="center" colspan="7">Week 10, 2014</th>
jb302@0 465 <th class="gantt-week-header" align="center" colspan="7">Week 11, 2014</th>
jb302@0 466 <th class="gantt-week-header" align="center" colspan="7">Week 12, 2014</th>
jb302@0 467 <th class="gantt-week-header" align="center" colspan="7">Week 13, 2014</th>
jb302@0 468 <th class="gantt-week-header" align="center" colspan="7">Week 14, 2014</th>
jb302@0 469 <th class="gantt-1day-header" colspan="1"></th>
jb302@0 470 <th></th>
jb302@0 471 </tr>
jb302@0 472 <tr class="header" align="left">
jb302@0 473 <th class="gantt-day-header" align="center">1</th>
jb302@0 474 <th class="gantt-day-header" align="center">2</th>
jb302@0 475 <th class="gantt-day-header" align="center">3</th>
jb302@0 476 <th class="gantt-day-header" align="center">4</th>
jb302@0 477 <th class="gantt-day-header" align="center">5</th>
jb302@0 478 <th class="gantt-day-header" align="center">6</th>
jb302@0 479 <th class="gantt-day-header" align="center">7</th>
jb302@0 480 <th class="gantt-day-header" align="center">8</th>
jb302@0 481 <th class="gantt-day-header" align="center">9</th>
jb302@0 482 <th class="gantt-day-header" align="center">10</th>
jb302@0 483 <th class="gantt-day-header" align="center">11</th>
jb302@0 484 <th class="gantt-day-header" align="center">12</th>
jb302@0 485 <th class="gantt-day-header" align="center">13</th>
jb302@0 486 <th class="gantt-day-header" align="center">14</th>
jb302@0 487 <th class="gantt-day-header" align="center">15</th>
jb302@0 488 <th class="gantt-day-header" align="center">16</th>
jb302@0 489 <th class="gantt-day-header" align="center">17</th>
jb302@0 490 <th class="gantt-day-header" align="center">18</th>
jb302@0 491 <th class="gantt-day-header" align="center">19</th>
jb302@0 492 <th class="gantt-day-header" align="center">20</th>
jb302@0 493 <th class="gantt-day-header" align="center">21</th>
jb302@0 494 <th class="gantt-day-header" align="center">22</th>
jb302@0 495 <th class="gantt-day-header" align="center">23</th>
jb302@0 496 <th class="gantt-day-header" align="center">24</th>
jb302@0 497 <th class="gantt-day-header" align="center">25</th>
jb302@0 498 <th class="gantt-day-header" align="center">26</th>
jb302@0 499 <th class="gantt-day-header" align="center">27</th>
jb302@0 500 <th class="gantt-day-header" align="center">28</th>
jb302@0 501 <th class="gantt-day-header" align="center">29</th>
jb302@0 502 <th class="gantt-day-header" align="center">30</th>
jb302@0 503 <th class="gantt-day-header" align="center">1</th>
jb302@0 504 <th class="gantt-day-header" align="center">2</th>
jb302@0 505 <th class="gantt-day-header" align="center">3</th>
jb302@0 506 <th class="gantt-day-header" align="center">4</th>
jb302@0 507 <th class="gantt-day-header" align="center">5</th>
jb302@0 508 <th class="gantt-day-header" align="center">6</th>
jb302@0 509 <th class="gantt-day-header" align="center">7</th>
jb302@0 510 <th class="gantt-day-header" align="center">8</th>
jb302@0 511 <th class="gantt-day-header" align="center">9</th>
jb302@0 512 <th class="gantt-day-header" align="center">10</th>
jb302@0 513 <th class="gantt-day-header" align="center">11</th>
jb302@0 514 <th class="gantt-day-header" align="center">12</th>
jb302@0 515 <th class="gantt-day-header" align="center">13</th>
jb302@0 516 <th class="gantt-day-header" align="center">14</th>
jb302@0 517 <th class="gantt-day-header" align="center">15</th>
jb302@0 518 <th class="gantt-day-header" align="center">16</th>
jb302@0 519 <th class="gantt-day-header" align="center">17</th>
jb302@0 520 <th class="gantt-day-header" align="center">18</th>
jb302@0 521 <th class="gantt-day-header" align="center">19</th>
jb302@0 522 <th class="gantt-day-header" align="center">20</th>
jb302@0 523 <th class="gantt-day-header" align="center">21</th>
jb302@0 524 <th class="gantt-day-header" align="center">22</th>
jb302@0 525 <th class="gantt-day-header" align="center">23</th>
jb302@0 526 <th class="gantt-day-header" align="center">24</th>
jb302@0 527 <th class="gantt-day-header" align="center">25</th>
jb302@0 528 <th class="gantt-day-header" align="center">26</th>
jb302@0 529 <th class="gantt-day-header" align="center">27</th>
jb302@0 530 <th class="gantt-day-header" align="center">28</th>
jb302@0 531 <th class="gantt-day-header" align="center">29</th>
jb302@0 532 <th class="gantt-day-header" align="center">30</th>
jb302@0 533 <th class="gantt-day-header" align="center">31</th>
jb302@0 534 <th class="gantt-day-header" align="center">1</th>
jb302@0 535 <th class="gantt-day-header" align="center">2</th>
jb302@0 536 <th class="gantt-day-header" align="center">3</th>
jb302@0 537 <th class="gantt-day-header" align="center">4</th>
jb302@0 538 <th class="gantt-day-header" align="center">5</th>
jb302@0 539 <th class="gantt-day-header" align="center">6</th>
jb302@0 540 <th class="gantt-day-header" align="center">7</th>
jb302@0 541 <th class="gantt-day-header" align="center">8</th>
jb302@0 542 <th class="gantt-day-header" align="center">9</th>
jb302@0 543 <th class="gantt-day-header" align="center">10</th>
jb302@0 544 <th class="gantt-day-header" align="center">11</th>
jb302@0 545 <th class="gantt-day-header" align="center">12</th>
jb302@0 546 <th class="gantt-day-header" align="center">13</th>
jb302@0 547 <th class="gantt-day-header" align="center">14</th>
jb302@0 548 <th class="gantt-day-header" align="center">15</th>
jb302@0 549 <th class="gantt-day-header" align="center">16</th>
jb302@0 550 <th class="gantt-day-header" align="center">17</th>
jb302@0 551 <th class="gantt-day-header" align="center">18</th>
jb302@0 552 <th class="gantt-day-header" align="center">19</th>
jb302@0 553 <th class="gantt-day-header" align="center">20</th>
jb302@0 554 <th class="gantt-day-header" align="center">21</th>
jb302@0 555 <th class="gantt-day-header" align="center">22</th>
jb302@0 556 <th class="gantt-day-header" align="center">23</th>
jb302@0 557 <th class="gantt-day-header" align="center">24</th>
jb302@0 558 <th class="gantt-day-header" align="center">25</th>
jb302@0 559 <th class="gantt-day-header" align="center">26</th>
jb302@0 560 <th class="gantt-day-header" align="center">27</th>
jb302@0 561 <th class="gantt-day-header" align="center">28</th>
jb302@0 562 <th class="gantt-day-header" align="center">29</th>
jb302@0 563 <th class="gantt-day-header" align="center">30</th>
jb302@0 564 <th class="gantt-day-header" align="center">31</th>
jb302@0 565 <th class="gantt-day-header" align="center">1</th>
jb302@0 566 <th class="gantt-day-header" align="center">2</th>
jb302@0 567 <th class="gantt-day-header" align="center">3</th>
jb302@0 568 <th class="gantt-day-header" align="center">4</th>
jb302@0 569 <th class="gantt-day-header" align="center">5</th>
jb302@0 570 <th class="gantt-day-header" align="center">6</th>
jb302@0 571 <th class="gantt-day-header" align="center">7</th>
jb302@0 572 <th class="gantt-day-header" align="center">8</th>
jb302@0 573 <th class="gantt-day-header" align="center">9</th>
jb302@0 574 <th class="gantt-day-header" align="center">10</th>
jb302@0 575 <th class="gantt-day-header" align="center">11</th>
jb302@0 576 <th class="gantt-day-header" align="center">12</th>
jb302@0 577 <th class="gantt-day-header" align="center">13</th>
jb302@0 578 <th class="gantt-day-header" align="center">14</th>
jb302@0 579 <th class="gantt-day-header" align="center">15</th>
jb302@0 580 <th class="gantt-day-header" align="center">16</th>
jb302@0 581 <th class="gantt-day-header" align="center">17</th>
jb302@0 582 <th class="gantt-day-header" align="center">18</th>
jb302@0 583 <th class="gantt-day-header" align="center">19</th>
jb302@0 584 <th class="gantt-day-header" align="center">20</th>
jb302@0 585 <th class="gantt-day-header" align="center">21</th>
jb302@0 586 <th class="gantt-day-header" align="center">22</th>
jb302@0 587 <th class="gantt-day-header" align="center">23</th>
jb302@0 588 <th class="gantt-day-header" align="center">24</th>
jb302@0 589 <th class="gantt-day-header" align="center">25</th>
jb302@0 590 <th class="gantt-day-header" align="center">26</th>
jb302@0 591 <th class="gantt-day-header" align="center">27</th>
jb302@0 592 <th class="gantt-day-header" align="center">28</th>
jb302@0 593 <th class="gantt-day-header" align="center">1</th>
jb302@0 594 <th class="gantt-day-header" align="center">2</th>
jb302@0 595 <th class="gantt-day-header" align="center">3</th>
jb302@0 596 <th class="gantt-day-header" align="center">4</th>
jb302@0 597 <th class="gantt-day-header" align="center">5</th>
jb302@0 598 <th class="gantt-day-header" align="center">6</th>
jb302@0 599 <th class="gantt-day-header" align="center">7</th>
jb302@0 600 <th class="gantt-day-header" align="center">8</th>
jb302@0 601 <th class="gantt-day-header" align="center">9</th>
jb302@0 602 <th class="gantt-day-header" align="center">10</th>
jb302@0 603 <th class="gantt-day-header" align="center">11</th>
jb302@0 604 <th class="gantt-day-header" align="center">12</th>
jb302@0 605 <th class="gantt-day-header" align="center">13</th>
jb302@0 606 <th class="gantt-day-header" align="center">14</th>
jb302@0 607 <th class="gantt-day-header" align="center">15</th>
jb302@0 608 <th class="gantt-day-header" align="center">16</th>
jb302@0 609 <th class="gantt-day-header" align="center">17</th>
jb302@0 610 <th class="gantt-day-header" align="center">18</th>
jb302@0 611 <th class="gantt-day-header" align="center">19</th>
jb302@0 612 <th class="gantt-day-header" align="center">20</th>
jb302@0 613 <th class="gantt-day-header" align="center">21</th>
jb302@0 614 <th class="gantt-day-header" align="center">22</th>
jb302@0 615 <th class="gantt-day-header" align="center">23</th>
jb302@0 616 <th class="gantt-day-header" align="center">24</th>
jb302@0 617 <th class="gantt-day-header" align="center">25</th>
jb302@0 618 <th class="gantt-day-header" align="center">26</th>
jb302@0 619 <th class="gantt-day-header" align="center">27</th>
jb302@0 620 <th class="gantt-day-header" align="center">28</th>
jb302@0 621 <th class="gantt-day-header" align="center">29</th>
jb302@0 622 <th class="gantt-day-header" align="center">30</th>
jb302@0 623 <th class="gantt-day-header" align="center">31</th>
jb302@0 624 <th class="gantt-day-header" align="center">1</th>
jb302@0 625 <th class="gantt-day-header" align="center">2</th>
jb302@0 626 <th class="gantt-day-header" align="center">3</th>
jb302@0 627 <th class="gantt-day-header" align="center">4</th>
jb302@0 628 <th class="gantt-day-header" align="center">5</th>
jb302@0 629 <th class="gantt-day-header" align="center">6</th>
jb302@0 630 <th class="gantt-day-header" align="center">7</th>
jb302@0 631 <th align="center"></th>
jb302@0 632 </tr>
jb302@0 633 <tr class="odd">
jb302@0 634 <td colspan="159">
jb302@0 635 <div style="width: 3161px; white-space: nowrap;">
jb302@0 636 <div class="gantt-empty-begin" style="width: 6px;"></div>
jb302@0 637 <div class="gantt-complete-notdone" style="width: 3008px;"></div>
jb302@0 638 <div class="gantt-empty-end"></div>
jb302@0 639 <div class="gantt-resources"></div>
jb302@0 640 </div>
jb302@0 641 </td>
jb302@0 642 </tr>
jb302@0 643 <tr class="even">
jb302@0 644 <td colspan="159">
jb302@0 645 <div style="width: 3161px; white-space: nowrap;">
jb302@0 646 <div class="gantt-empty-begin" style="width: 6px;"></div>
jb302@0 647 <div class="gantt-complete-notdone" style="width: 268px;"></div>
jb302@0 648 <div class="gantt-empty-end"></div>
jb302@0 649 <div class="gantt-resources"></div>
jb302@0 650 </div>
jb302@0 651 </td>
jb302@0 652 </tr>
jb302@0 653 <tr class="odd">
jb302@0 654 <td colspan="159">
jb302@0 655 <div style="width: 3161px; white-space: nowrap;">
jb302@0 656 <div class="gantt-empty-begin" style="width: 286px;"></div>
jb302@0 657 <div class="gantt-complete-notdone" style="width: 1208px;"></div>
jb302@0 658 <div class="gantt-empty-end"></div>
jb302@0 659 <div class="gantt-resources"></div>
jb302@0 660 </div>
jb302@0 661 </td>
jb302@0 662 </tr>
jb302@0 663 <tr class="even">
jb302@0 664 <td colspan="159">
jb302@0 665 <div style="width: 3161px; white-space: nowrap;">
jb302@0 666 <div class="gantt-empty-begin" style="width: 1506px;"></div>
jb302@0 667 <div class="gantt-complete-notdone" style="width: 888px;"></div>
jb302@0 668 <div class="gantt-empty-end"></div>
jb302@0 669 <div class="gantt-resources"></div>
jb302@0 670 </div>
jb302@0 671 </td>
jb302@0 672 </tr>
jb302@0 673 <tr class="odd">
jb302@0 674 <td colspan="159">
jb302@0 675 <div style="width: 3161px; white-space: nowrap;">
jb302@0 676 <div class="gantt-empty-begin" style="width: 286px;"></div>
jb302@0 677 <div class="gantt-complete-notdone" style="width: 2108px;"></div>
jb302@0 678 <div class="gantt-empty-end"></div>
jb302@0 679 <div class="gantt-resources"></div>
jb302@0 680 </div>
jb302@0 681 </td>
jb302@0 682 </tr>
jb302@0 683 <tr class="even">
jb302@0 684 <td colspan="159">
jb302@0 685 <div style="width: 3161px; white-space: nowrap;">
jb302@0 686 <div class="gantt-empty-begin" style="width: 6px;"></div>
jb302@0 687 <div class="gantt-complete-notdone" style="width: 3008px;"></div>
jb302@0 688 <div class="gantt-empty-end"></div>
jb302@0 689 <div class="gantt-resources"></div>
jb302@0 690 </div>
jb302@0 691 </td>
jb302@0 692 </tr>
jb302@0 693 </table>
jb302@0 694 </div>
jb302@0 695 </div>
jb302@0 696 <div class="separator"></div>
jb302@0 697 <div class="tasklist">
jb302@0 698 <h2>
jb302@0 699 <a name="tasks" id="tasks">Tasks</a>
jb302@0 700 </h2>
jb302@0 701 <div class="tasklist-table">
jb302@0 702 <table cellspacing="0" cellpadding="0" border="1">
jb302@0 703 <tr class="header" align="left">
jb302@0 704 <th>
jb302@0 705 <span>Name</span>
jb302@0 706 </th>
jb302@0 707 <th>
jb302@0 708 <span>Start</span>
jb302@0 709 </th>
jb302@0 710 <th>
jb302@0 711 <span>Finish</span>
jb302@0 712 </th>
jb302@0 713 <th>
jb302@0 714 <span>Work</span>
jb302@0 715 </th>
jb302@0 716 </tr>
jb302@0 717 <tr class="odd" style="">
jb302@0 718 <td>
jb302@0 719 <a name="task1" style="margin-left: 0px" id="task1">
jb302@0 720 <span>Project report</span>
jb302@0 721 </a>
jb302@0 722 </td>
jb302@0 723 <td>
jb302@0 724 <span>Nov 1</span>
jb302@0 725 </td>
jb302@0 726 <td>
jb302@0 727 <span>Mar 31</span>
jb302@0 728 </td>
jb302@0 729 <td>
jb302@0 730 <span>151d </span>
jb302@0 731 </td>
jb302@0 732 </tr>
jb302@0 733 <tr class="even" style="">
jb302@0 734 <td>
jb302@0 735 <a name="task2" style="margin-left: 0px" id="task2">
jb302@0 736 <span>Assembler development</span>
jb302@0 737 </a>
jb302@0 738 </td>
jb302@0 739 <td>
jb302@0 740 <span>Nov 1</span>
jb302@0 741 </td>
jb302@0 742 <td>
jb302@0 743 <span>Nov 14</span>
jb302@0 744 </td>
jb302@0 745 <td>
jb302@0 746 <span>14d </span>
jb302@0 747 </td>
jb302@0 748 </tr>
jb302@0 749 <tr class="odd" style="">
jb302@0 750 <td>
jb302@0 751 <a name="task3" style="margin-left: 0px" id="task3">
jb302@0 752 <span>Emulator development (PC)</span>
jb302@0 753 </a>
jb302@0 754 </td>
jb302@0 755 <td>
jb302@0 756 <span>Nov 15</span>
jb302@0 757 </td>
jb302@0 758 <td>
jb302@0 759 <span>Jan 14</span>
jb302@0 760 </td>
jb302@0 761 <td>
jb302@0 762 <span>61d </span>
jb302@0 763 </td>
jb302@0 764 </tr>
jb302@0 765 <tr class="even" style="">
jb302@0 766 <td>
jb302@0 767 <a name="task4" style="margin-left: 0px" id="task4">
jb302@0 768 <span>Emulator development (MCS-51)</span>
jb302@0 769 </a>
jb302@0 770 </td>
jb302@0 771 <td>
jb302@0 772 <span>Jan 15</span>
jb302@0 773 </td>
jb302@0 774 <td>
jb302@0 775 <span>Feb 28</span>
jb302@0 776 </td>
jb302@0 777 <td>
jb302@0 778 <span>45d </span>
jb302@0 779 </td>
jb302@0 780 </tr>
jb302@0 781 <tr class="odd" style="">
jb302@0 782 <td>
jb302@0 783 <a name="task5" style="margin-left: 0px" id="task5">
jb302@0 784 <span>Debugger development</span>
jb302@0 785 </a>
jb302@0 786 </td>
jb302@0 787 <td>
jb302@0 788 <span>Nov 15</span>
jb302@0 789 </td>
jb302@0 790 <td>
jb302@0 791 <span>Feb 28</span>
jb302@0 792 </td>
jb302@0 793 <td>
jb302@0 794 <span>106d </span>
jb302@0 795 </td>
jb302@0 796 </tr>
jb302@0 797 <tr class="even" style="">
jb302@0 798 <td>
jb302@0 799 <a name="task6" style="margin-left: 0px" id="task6">
jb302@0 800 <span>Testing</span>
jb302@0 801 </a>
jb302@0 802 </td>
jb302@0 803 <td>
jb302@0 804 <span>Nov 1</span>
jb302@0 805 </td>
jb302@0 806 <td>
jb302@0 807 <span>Mar 31</span>
jb302@0 808 </td>
jb302@0 809 <td>
jb302@0 810 <span>151d </span>
jb302@0 811 </td>
jb302@0 812 </tr>
jb302@0 813 </table>
jb302@0 814 </div>
jb302@0 815 </div>
jb302@0 816 </body>
jb302@0 817 </html>