Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2305 Rev 2306
Línea 327... Línea 327...
327
 
327
 
328
<script id="competenciesTemplate" type="text/x-jsrender">
328
<script id="competenciesTemplate" type="text/x-jsrender">
329
<table class="table table-bordered">  
329
<table class="table table-bordered">  
330
    <thead>
330
    <thead>
331
        <tr>
331
        <tr>
332
           <th style="width: 20%;">LABEL_ELEMENT</th>
332
           <th style="width: 50%;">LABEL_ELEMENT</th>
333
           <th style="width: 50%;">LABEL_TITLE</th>
333
           <th style="width: 50%;">LABEL_TITLE</th>
334
        </tr>
334
        </tr>
335
    </thead> 
335
    </thead> 
336
    <tbody>
336
    <tbody>
Línea 350... Línea 350...
350
                   </td>
350
                   </td>
351
                </tr>
351
                </tr>
352
            {{/for}}
352
            {{/for}}
Línea 353... Línea 353...
353
            
353
            
354
            <tr>
-
 
355
                <span class="comment">Interview Commment</span>
354
            <tr>
356
                <textarea name="textarea" rows="5" cols="100" class="form-control">Entrevista</textarea>
355
                <input name="textarea" rows="5" cols="100" class="form-control">Entrevista</input>
357
            </tr>
356
            </tr>
358
        {{/for}}
357
        {{/for}}
359
    </tbody>
358
    </tbody>
360
</table>
359
</table>