Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6264 Rev 6266
Línea 84... Línea 84...
84
        onkeyup: false,
84
        onkeyup: false,
85
        ignore: [],
85
        ignore: [],
86
        rules: {
86
        rules: {
87
            'comment': {
87
            'comment': {
88
                required: true,
88
                required: true,
-
 
89
                maxlength: 256
89
            },
90
            },
90
        },
91
        },
91
        submitHandler: function(form)
92
        submitHandler: function(form)
92
        {
93
        {
Línea 316... Línea 317...
316
                        </a>
317
                        </a>
317
                    <?php endif; ?>
318
                    <?php endif; ?>
318
                </div>
319
                </div>
319
                <div class="comments-container show px-3">
320
                <div class="comments-container show px-3">
320
                    <form class="feedCommentContainer" id="form-comment" class="form-comment">
321
                    <form class="feedCommentContainer" id="form-comment" class="form-comment">
321
                        <input class="commentInput" type="text" name="comment" id="comment" placeholder="LABEL_WRITE_A_COMMENT">
322
                        <input class="commentInput" type="text" name="comment" id="comment" maxlength="256" placeholder="LABEL_WRITE_A_COMMENT">
322
                        <button class="btn btn-primary" type="submit">LABEL_SEND</button>
323
                        <button class="btn btn-primary" type="submit">LABEL_SEND</button>
323
                    </form>
324
                    </form>
324
                    <ul id="comment-list" class="comment-list">
325
                    <ul id="comment-list" class="comment-list">
325
                    </ul>
326
                    </ul>
326
                </div>
327
                </div>