Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16632 Rev 16633
Línea 274... Línea 274...
274
                </div>
274
                </div>
275
            </div>
275
            </div>
276
        </div>
276
        </div>
277
</section>
277
</section>
Línea 278... Línea -...
278
 
-
 
279
<table>
278
 
-
 
279
<table class="table table-bordered" id="peopleList">
280
    <tbody class="table table-bordered" id="peopleList"></tbody>
280
 
Línea 281... Línea 281...
281
</table>
281
</table>
282
 
282
 
283
<script id="peopleTmpl" type="text/x-jsrender">
283
<script id="peopleTmpl" type="text/x-jsrender">
284
 
284
    <thead>
285
    <tr>
285
        <tr>
286
        <tr>
286
        <tr>
287
            <th>Usuario</th>
287
            <th>Usuario</th>
Línea 292... Línea 292...
292
        <th>
292
        <th>
293
            {{:month}}
293
            {{:month}}
294
        </th>
294
        </th>
295
        {{/for}}
295
        {{/for}}
296
    </tr>
296
    </tr>
-
 
297
    </thead>
-
 
298
    
Línea 297... Línea 299...
297
 
299
 
Línea 298... Línea 300...
298
    
300