| 5 | | <form name="reportParameters" id="reportParameters" method="post" action="${jspRootURL}/servlet/ShowReportServlet"> |
|---|
| 6 | | <input type="hidden" name="reportType" id="reportType" /> |
|---|
| 7 | | <input type="hidden" name="module" id="module" value="${moduleReport}" /> |
|---|
| 8 | | <input type="hidden" name="objectID" id="objectID" value="${projectSpace}" /> |
|---|
| 9 | | <input type="hidden" name="reportScope" id="reportScope" value="10" /> |
|---|
| 10 | | <input type="hidden" name="filter10" id="filter10" value="20" /> |
|---|
| 11 | | <input type="hidden" name="filter20" id="filter20" /> |
|---|
| 12 | | <input type="hidden" name="grouping" id="grouping" value="10" /> |
|---|
| 13 | | <input type="hidden" name="output" id="output" value="html" /> |
|---|
| 14 | | <input type="hidden" name="checkbox30" id="checkbox30" /> |
|---|
| 15 | | <input type="hidden" name="checkbox10" id="checkbox10" /> |
|---|
| 16 | | <input type="hidden" name="filter40" id="filter40" /> |
|---|
| 17 | | <input type="hidden" name="filter40Start" id="filter40Start" /> |
|---|
| 18 | | <input type="hidden" name="filter40Finish" id="filter40Finish" /> |
|---|
| 19 | | <input type="hidden" name="filter40comparator" id="filter40comparator" /> |
|---|
| 20 | | <input type="hidden" name="showReportParameters" id="showReportParameters" value="false" /> |
|---|
| 21 | | <input type="hidden" name="assignmentType" id="assignmentType" value="task" /> |
|---|
| 22 | | </form> |
|---|
| | 5 | <div style="margin-top: 60px;"> |
|---|
| | 6 | <form name="reportParameters" id="reportParameters" method="post" action="${jspRootURL}/servlet/ShowReportServlet"> |
|---|
| | 7 | <input type="hidden" name="reportType" id="reportType" /> |
|---|
| | 8 | <input type="hidden" name="module" id="module" value="${moduleReport}" /> |
|---|
| | 9 | <input type="hidden" name="objectID" id="objectID" value="${projectSpace}" /> |
|---|
| | 10 | <input type="hidden" name="reportScope" id="reportScope" value="10" /> |
|---|
| | 11 | <input type="hidden" name="filter10" id="filter10" value="20" /> |
|---|
| | 12 | <input type="hidden" name="filter20" id="filter20" /> |
|---|
| | 13 | <input type="hidden" name="grouping" id="grouping" value="10" /> |
|---|
| | 14 | <input type="hidden" name="output" id="output" value="html" /> |
|---|
| | 15 | <input type="hidden" name="checkbox30" id="checkbox30" /> |
|---|
| | 16 | <input type="hidden" name="checkbox10" id="checkbox10" /> |
|---|
| | 17 | <input type="hidden" name="filter40" id="filter40" /> |
|---|
| | 18 | <input type="hidden" name="filter40Start" id="filter40Start" /> |
|---|
| | 19 | <input type="hidden" name="filter40Finish" id="filter40Finish" /> |
|---|
| | 20 | <input type="hidden" name="filter40comparator" id="filter40comparator" /> |
|---|
| | 21 | <input type="hidden" name="showReportParameters" id="showReportParameters" value="false" /> |
|---|
| | 22 | <input type="hidden" name="assignmentType" id="assignmentType" value="task" /> |
|---|
| | 23 | </form> |
|---|
| | 24 | |
|---|
| | 25 | <form method="post" action="${jspRootURL}/project/MainProcessing.jsp"> |
|---|
| | 26 | <input type="hidden" name="theAction"/> |
|---|
| | 27 | <table cellspacing="0" cellpadding="0" width="100%"> |
|---|
| | 28 | <tr valign="top"> |
|---|
| | 29 | <td width="20%"> |
|---|
| | 30 | <div id="left_section"> |
|---|
| | 31 | <div style="padding: 5px;"> |
|---|
| | 32 | <div id="project_channel"> |
|---|
| | 33 | <div style="padding: 5px;"> |
|---|
| | 34 | <div style="font-weight: bold; font-size: medium;">Project: <a href="javascript:modify();">${projectName}</a></div> |
|---|
| | 35 | <b>Description:</b> ${projectDescription}<br /> |
|---|
| | 36 | <b>Manager:</b> ${projectManager}<br /> |
|---|
| | 37 | <b>Status:</b> ${projectStatus} |
|---|
| | 38 | <br /><p /> |
|---|
| | 39 | <b>Completion</b> ${percent}%<br /> |
|---|
| | 40 | <div style="width: 100px;"> |
|---|
| | 41 | <table border="1" width="100" height="8" cellspacing="0" cellpadding="0"> |
|---|
| | 42 | <tr> |
|---|
| | 43 | <td bgcolor="#FFFFFF" title="${percent}%"> |
|---|
| | 44 | <img src="${jspRootURL}/images/lgreen.gif" width="${percent}" height="8"/> |
|---|
| | 45 | </td> |
|---|
| | 46 | </tr> |
|---|
| | 47 | </table> |
|---|
| | 48 | </div> |
|---|
| | 49 | <div id="project_separator"></div> |
|---|
| | 50 | <div> |
|---|
| | 51 | <table cellspacing="5" cellpadding="0" style="font-size: small;"> |
|---|
| | 52 | <tr> |
|---|
| | 53 | <td><b>O</b></td> |
|---|
| | 54 | <td><b>F</b></td> |
|---|
| | 55 | <td><b>S</b></td> |
|---|
| | 56 | <td><b>R</b></td> |
|---|
| | 57 | </tr> |
|---|
| | 58 | <tr> |
|---|
| | 59 | <td> |
|---|
| | 60 | </td> |
|---|
| | 61 | <td> |
|---|
| | 62 | </td> |
|---|
| | 63 | <td> |
|---|
| | 64 | </td> |
|---|
| | 65 | <td> |
|---|
| | 66 | </td> |
|---|
| | 67 | </tr> |
|---|
| | 68 | </table> |
|---|
| | 69 | </div> |
|---|
| | 70 | </div> |
|---|
| | 71 | </div> |
|---|
| | 72 | <div id="project_separator"></div> |
|---|
| | 73 | <div style="width: 100%;"> |
|---|
| | 74 | <div style="padding: 5px;"> |
|---|
| | 75 | |
|---|
| | 76 | <table border="0" cellpadding="0" cellspacing="0" width="97%"> |
|---|
| | 77 | <tr> |
|---|
| | 78 | <td valign="top" align="left" width="20%"> |
|---|
| | 79 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 80 | <tr class="channelHeader"> |
|---|
| | 81 | <td class="channelHeader" width="1%"> |
|---|
| | 82 | <img src="/images/icons/channelbar-left_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 83 | </td> |
|---|
| | 84 | <td nowrap="true" class="channelHeader">Project News</td> |
|---|
| | 85 | <td align="right" nowrap="true" class="channelHeader"> </td> |
|---|
| | 86 | <td align="right" class="channelHeader" width="5%"> |
|---|
| | 87 | <img src="/images/icons/channelbar-right_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 88 | </td> |
|---|
| | 89 | </tr> |
|---|
| | 90 | <tr valign="top"> |
|---|
| | 91 | <td class="channelContent"> </td> |
|---|
| | 92 | <td colspan="4" align="left" class="channelContent"> |
|---|
| | 93 | <table border="0" cellspacing="0" cellpadding="0" width="100%"> |
|---|
| | 94 | <tr class="tableContent" align="left"> |
|---|
| | 95 | <td class="tableContent" colspan="5">There are no news items.</td> |
|---|
| | 96 | </tr> |
|---|
| | 97 | </table> |
|---|
| | 98 | </td> |
|---|
| | 99 | </tr> |
|---|
| | 100 | </table> |
|---|
| | 101 | </td> |
|---|
| | 102 | </tr> |
|---|
| | 103 | </table> |
|---|
| | 104 | <br clear="all" /><br /> |
|---|
| | 105 | |
|---|
| | 106 | <table border="0" cellpadding="0" cellspacing="0" width="97%"> |
|---|
| | 107 | <tr> |
|---|
| | 108 | <td valign="top" align="left" width="20%"> |
|---|
| | 109 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 110 | <tr class="channelHeader"> |
|---|
| | 111 | <td class="channelHeader" width="1%"> |
|---|
| | 112 | <img src="/images/icons/channelbar-left_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 113 | </td> |
|---|
| | 114 | <td nowrap="true" class="channelHeader">Upcoming Meetings</td> |
|---|
| | 115 | <td align="right" nowrap="true" class="channelHeader"> </td> |
|---|
| | 116 | <td align="right" class="channelHeader" width="5%"> |
|---|
| | 117 | <img src="/images/icons/channelbar-right_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 118 | </td> |
|---|
| | 119 | </tr> |
|---|
| | 120 | <tr valign="top"> |
|---|
| | 121 | <td class="channelContent"> </td> |
|---|
| | 122 | <td colspan="4" align="left" class="channelContent"> |
|---|
| | 123 | <table border="0" cellspacing="0" cellpadding="0" width="100%"> |
|---|
| | 124 | <tr class="tableContent" align="left"> |
|---|
| | 125 | <td class="tableContent" colspan="5"> |
|---|
| | 126 | <table t:type="loop" source="${meetings}" value="meeting"> |
|---|
| | 127 | </table> |
|---|
| | 128 | </td> |
|---|
| | 129 | </tr> |
|---|
| | 130 | </table> |
|---|
| | 131 | </td> |
|---|
| | 132 | </tr> |
|---|
| | 133 | </table> |
|---|
| | 134 | </td> |
|---|
| | 135 | </tr> |
|---|
| | 136 | </table> |
|---|
| | 137 | <br clear="all" /><br /> |
|---|
| | 138 | |
|---|
| | 139 | <table border="0" cellpadding="0" cellspacing="0" width="97%"> |
|---|
| | 140 | <tr> |
|---|
| | 141 | <td valign="top" align="left" width="20%"> |
|---|
| | 142 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 143 | <tr class="channelHeader"> |
|---|
| | 144 | <td class="channelHeader" width="1%"> |
|---|
| | 145 | <img src="/images/icons/channelbar-left_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 146 | </td> |
|---|
| | 147 | <td nowrap="true" class="channelHeader">Changes Within 7 Days</td> |
|---|
| | 148 | <td align="right" nowrap="true" class="channelHeader"> </td> |
|---|
| | 149 | <td align="right" class="channelHeader" width="5%"> |
|---|
| | 150 | <img src="/images/icons/channelbar-right_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 151 | </td> |
|---|
| | 152 | </tr> |
|---|
| | 153 | <tr valign="top"> |
|---|
| | 154 | <td class="channelContent"> </td> |
|---|
| | 155 | <td colspan="4" align="left" class="channelContent"> |
|---|
| | 156 | <table border="0" cellspacing="0" cellpadding="0" width="100%"> |
|---|
| | 157 | <tr class="tableContent" align="left"> |
|---|
| | 158 | <td class="tableContent" colspan="5"> |
|---|
| | 159 | <table t:type="loop" source="${meetings}" value="meeting"> |
|---|
| | 160 | </table> |
|---|
| | 161 | </td> |
|---|
| | 162 | </tr> |
|---|
| | 163 | </table> |
|---|
| | 164 | </td> |
|---|
| | 165 | </tr> |
|---|
| | 166 | </table> |
|---|
| | 167 | </td> |
|---|
| | 168 | </tr> |
|---|
| | 169 | </table> |
|---|
| | 170 | <br clear="all" /><br /> |
|---|
| | 171 | </div> |
|---|
| | 172 | </div> |
|---|
| | 173 | </div> |
|---|
| | 174 | </div> |
|---|
| | 175 | </td> |
|---|
| | 176 | <td width="50%"> |
|---|
| | 177 | <div id="middle_section"> |
|---|
| | 178 | <div style="padding: 5px;"> |
|---|
| | 179 | <div style="width: 100%;"> |
|---|
| | 180 | <div id="project_schedule"> |
|---|
| | 181 | <div> |
|---|
| | 182 | <span id="project_schedule_title">Schedule</span><br /> |
|---|
| | 183 | <div id="project_schedule"> |
|---|
| | 184 | <table cellspacing="5" cellpadding="0" style="font-size: small;"> |
|---|
| | 185 | <tr> |
|---|
| | 186 | <td></td> |
|---|
| | 187 | <td><b>Start</b></td> |
|---|
| | 188 | <td><b>Finish</b></td> |
|---|
| | 189 | </tr> |
|---|
| | 190 | <tr> |
|---|
| | 191 | <td><b>Planned:</b></td> |
|---|
| | 192 | <td>${startDate}</td> |
|---|
| | 193 | <td>${finishDate}</td> |
|---|
| | 194 | </tr> |
|---|
| | 195 | <tr> |
|---|
| | 196 | <td><b>Actual:</b></td> |
|---|
| | 197 | <td>${startActualDate}</td> |
|---|
| | 198 | <td>${finishActualDate}</td> |
|---|
| | 199 | </tr> |
|---|
| | 200 | </table> |
|---|
| | 201 | <br /><p /> |
|---|
| | 202 | <a href="javascript:showReport('ltr')">${numberLateTasks} late tasks</a><br /> |
|---|
| | 203 | <a href="javascript:showReport('tcdr')">${numberComingDueTasks} tasks coming due this week</a><br /> |
|---|
| | 204 | <a href="javascript:showReport('unassigned')">${numberUnassignedTasks} unassigned tasks</a><br /> |
|---|
| | 205 | <a href="javascript:showReport('wcr')">${numberCompletedTasks} tasks completed</a><br /> |
|---|
| | 206 | </div> |
|---|
| | 207 | </div> |
|---|
| | 208 | <div> |
|---|
| | 209 | <img src='${pieChartUrl}' /> |
|---|
| | 210 | <div style="width: 100%; height: 10px;"></div> |
|---|
| | 211 | <table border="0" cellpadding="0" cellspacing="0" width="97%"> |
|---|
| | 212 | <tr> |
|---|
| | 213 | <td valign="top" align="left" width="20%"> |
|---|
| | 214 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 215 | <tr class="channelHeader"> |
|---|
| | 216 | <td class="channelHeader" width="1%"> |
|---|
| | 217 | <img src="/images/icons/channelbar-left_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 218 | </td> |
|---|
| | 219 | <td nowrap="true" class="channelHeader">Phases and Milestones</td> |
|---|
| | 220 | <td align="right" nowrap="true" class="channelHeader"> </td> |
|---|
| | 221 | <td align="right" class="channelHeader" width="5%"> |
|---|
| | 222 | <img src="/images/icons/channelbar-right_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 223 | </td> |
|---|
| | 224 | </tr> |
|---|
| | 225 | <tr valign="top"> |
|---|
| | 226 | <td class="channelContent"> </td> |
|---|
| | 227 | <td colspan="4" align="left" class="channelContent"> |
|---|
| | 228 | <table border="0" cellspacing="0" cellpadding="0" width="100%"> |
|---|
| | 229 | <tr class="tableContent" align="left"> |
|---|
| | 230 | <td class="tableContent" colspan="5"> |
|---|
| | 231 | <table t:type="loop" source="${meetings}" value="meeting"> |
|---|
| | 232 | </table> |
|---|
| | 233 | </td> |
|---|
| | 234 | </tr> |
|---|
| | 235 | </table> |
|---|
| | 236 | </td> |
|---|
| | 237 | </tr> |
|---|
| | 238 | </table> |
|---|
| | 239 | </td> |
|---|
| | 240 | </tr> |
|---|
| | 241 | </table> |
|---|
| | 242 | <br clear="all" /><br /> |
|---|
| | 243 | |
|---|
| | 244 | <table border="0" cellpadding="0" cellspacing="0" width="97%"> |
|---|
| | 245 | <tr> |
|---|
| | 246 | <td valign="top" align="left" width="20%"> |
|---|
| | 247 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| | 248 | <tr class="channelHeader"> |
|---|
| | 249 | <td class="channelHeader" width="1%"> |
|---|
| | 250 | <img src="/images/icons/channelbar-left_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 251 | </td> |
|---|
| | 252 | <td nowrap="true" class="channelHeader">Subprojects</td> |
|---|
| | 253 | <td align="right" nowrap="true" class="channelHeader"> </td> |
|---|
| | 254 | <td align="right" class="channelHeader" width="5%"> |
|---|
| | 255 | <img src="/images/icons/channelbar-right_end.gif" width="8" height="15" alt="" border="0" hspace="0" vspace="0" /> |
|---|
| | 256 | </td> |
|---|
| | 257 | </tr> |
|---|
| | 258 | <tr valign="top"> |
|---|
| | 259 | <td class="channelContent"> </td> |
|---|
| | 260 | <td colspan="4" align="left" class="channelContent"> |
|---|
| | 261 | <table border="0" cellspacing="0" cellpadding="0" width="100%"> |
|---|
| | 262 | <tr class="tableContent" align="left"> |
|---|
| | 263 | <td class="tableContent" colspan="5"> |
|---|
| | 264 | <table t:type="loop" source="${meetings}" value="meeting"> |
|---|
| | 265 | </table> |
|---|
| | 266 | </td> |
|---|
| | 267 | </tr> |
|---|
| | 268 | </table> |
|---|
| | 269 | </td> |
|---|
| | 270 | </tr> |
|---|
| | 271 | </table> |
|---|
| | 272 | </td> |
|---|
| | 273 | </tr> |
|---|
| | 274 | </table> |
|---|
| | 275 | <br clear="all" /><br /> |
|---|
| | 276 | </div> |
|---|
| | 277 | </div> |
|---|
| | 278 | </div> |
|---|
| | 279 | </div> |
|---|
| | 280 | </div> |
|---|
| | 281 | </td> |
|---|
| | 282 | <td width="30%"> |
|---|
| | 283 | <div id="right_section"> |
|---|
| | 284 | <div id="resource_section"> |
|---|
| | 285 | <div style="padding: 5px;"> |
|---|
| | 286 | <div style="font-weight: bold; font-size: medium;">Resources</div> |
|---|
| | 287 | ${peopleAssigned} People Assigned |
|---|
| | 288 | </div> |
|---|
| | 289 | </div> |
|---|
| | 290 | <div id="teammate_section"> |
|---|
| | 291 | <div style="padding: 5px;"> |
|---|
|   |
|---|