Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6149 Rev 6151
Línea 304... Línea 304...
304
                            </svg>
304
                            </svg>
305
                        </button>
305
                        </button>
306
                        <button class="btn-delete-reaction"><i class="fa fa-trash" aria-hidden="true"></i></button>
306
                        <button class="btn-delete-reaction"><i class="fa fa-trash" aria-hidden="true"></i></button>
307
                    </div>
307
                    </div>
308
                </div>
308
                </div>
-
 
309
                <div class="comments-container show px-3">
-
 
310
                    <form name="feedCommentContainer" id="form-comment" class="form-comment">
-
 
311
                        <input class="commentInput" type="text" name="comment" id="comment" maxlength="256" placeholder="LABEL_WRITE_A_COMMENT">
-
 
312
                        <button class="btn btn-primary" type="submit">LABEL_SEND</button>
-
 
313
                    </form>
-
 
314
                    <ul id="comment-list" class="comment-list">
-
 
315
                    </ul>
-
 
316
                </div>
309
            </div>
317
            </div>
Línea 310... Línea 318...
310
 
318
 
311
        </div>
319
        </div>
Línea 324... Línea 332...
324
            </div>
332
            </div>
Línea 325... Línea 333...
325
 
333
 
326
        </div>
334
        </div>
327
        <?php ?>
335
        <?php ?>
328
    </div>
-
 
329
    <div class="comments-container show px-3">
-
 
330
        <form name="feedCommentContainer" id="form-comment" class="form-comment">
-
 
331
            <input class="commentInput" type="text" name="comment" id="comment" maxlength="256" placeholder="LABEL_WRITE_A_COMMENT">
-
 
332
            <button class="btn btn-primary" type="submit">LABEL_SEND</button>
-
 
333
        </form>
-
 
334
        <ul id="comment-list" class="comment-list">
-
 
335
        </ul>
-
 
336
    </div>
-
 
337
 
336
    </div>
338
    </div>
-
 
339
 
-
 
340
 
337
    </div>
Línea 341... Línea 338...
341
</section>
338
</section>
342
 
339