Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16573 Rev 16574
Línea 283... Línea 283...
283
</section>
283
</section>
Línea 284... Línea 284...
284
 
284
 
Línea 285... Línea 285...
285
<div id="peopleList"></div>
285
<div id="peopleList"></div>
286
 
-
 
-
 
286
 
287
<script id="personTmpl" type="text/x-jsrender">
287
<script id="personTmpl" type="text/x-jsrender">
288
 
288
    <label>Name:</label> {{:name}}<br/>
-
 
289
    <table class="table table-bordered ">
289
    <table>
290
        <thead>
-
 
291
            <tr>
290
        <thead>
292
                <th>{{:name}}</th>
-
 
293
            </tr>
-
 
294
        </thead>
-
 
295
        <tbody>
-
 
296
            <tr>
-
 
297
                <td></td>
291
            <th>{{:name}}</th>
298
            </tr>
292
        </thead>
299
        </tbody>
Línea 293... Línea 300...
293
    </table>
300
    </table>
294
</script>
301
</script>