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