Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16637 | Rev 16639 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16637 Rev 16638
Línea 281... Línea 281...
281
</table>
281
</table>
Línea 282... Línea 282...
282
 
282
 
283
<script id="peopleTmpl" type="text/x-jsrender">
283
<script id="peopleTmpl" type="text/x-jsrender">
284
    <thead>
284
    <thead>
285
        <tr>
285
        <tr>
286
        <th>Usuario</th>
286
            <th>Usuario</th>
287
        {{for people}}
287
            {{for people}}
288
        <th>
288
                <th>
289
            {{:month}}
289
                    {{:month}}
290
        </th>
290
                </th>
291
        {{/for}}
291
            {{/for}}
292
    </tr>
292
        </tr>
293
    </thead>
293
    </thead>
294
    <tbody>
-
 
295
 
294
    <tbody>
-
 
295
        <tr>
-
 
296
            {{for people}}
-
 
297
                <td>
296
        <tr>
298
                    {{:users}}
-
 
299
                </td>
-
 
300
                <td>
297
            <td></td>
301
                    {{:total}}
-
 
302
                </td>
298
            <td>Usuario 1</td>
303
            {{/for}}
299
        </tr>
304
        </tr>