ItEr22S12CUVistaRecursosTempoPorProxectoItEr21S07: Striping dsp files from unnecessary elements copied from tasks.
This commit is contained in:
parent
1b02d43c46
commit
ab3cd4d471
2 changed files with 11 additions and 15 deletions
|
|
@ -3,13 +3,11 @@
|
|||
|
||||
<c:set var="self" value="${requestScope.arg.self}"/>
|
||||
|
||||
<div id="row_resourceload${self.uuid}" class="row_resourceload" z.valor="boxid="${self.uuid}">
|
||||
<div id="${self.uuid}" idTask="${self.id}"
|
||||
z.autoz="true"${self.outerAttrs}" >
|
||||
<span class="resourceload_name" id="${self.uuid}!real">${self.resourceLoadName}</span>
|
||||
<c:forEach var="child" items="${self.children}">
|
||||
<div id="loadinterval${child.uuid}" style="width: ${child.lenght}%;"
|
||||
class="taskassignmentinterval ${child.loadLevel}"></div>
|
||||
</c:forEach>
|
||||
</div>
|
||||
</div>
|
||||
<div id="${self.uuid}" class="row_resourceload"
|
||||
z.autoz="true" ${self.outerAttrs}" >
|
||||
<span class="resourceload_name" id="${self.uuid}!real">${self.resourceLoadName}</span>
|
||||
<c:forEach var="child" items="${self.children}">
|
||||
<div id="loadinterval${child.uuid}" style="width: ${child.lenght}%;"
|
||||
class="taskassignmentinterval ${child.loadLevel}"></div>
|
||||
</c:forEach>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -4,11 +4,9 @@
|
|||
<c:set var="self" value="${requestScope.arg.self}"/>
|
||||
<h3>Resources Load</h3>
|
||||
<div id="${self.uuid}" z.type="ganttz.resourcesloadpanel.ResourcesLoadPanel" ${self.outerAttrs}>
|
||||
<div id="ganttpanel">
|
||||
<c:forEach var="child" items="${self.children}">
|
||||
${z:redraw(child, null)}
|
||||
</c:forEach>
|
||||
</div>
|
||||
<c:forEach var="child" items="${self.children}">
|
||||
${z:redraw(child, null)}
|
||||
</c:forEach>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
Loading…
Add table
Reference in a new issue