Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6589 Rev 6594
Línea 899... Línea 899...
899
            <div class="my-coach-record-card-details">
899
            <div class="my-coach-record-card-details">
900
                <div class="my-coach-record-card-resume">
900
                <div class="my-coach-record-card-resume">
901
                    <img id="my-coach-question-user-image" src="" />
901
                    <img id="my-coach-question-user-image" src="" />
902
                    <p id="my-coach-question-user-name"></p>
902
                    <p id="my-coach-question-user-name"></p>
903
                </div>
903
                </div>
904
 
-
 
-
 
904
                <div class="my-coach-record-card-info">
905
                <span id="my-coach-question-answer-count-answers"> LABEL_MY_COACH_ANSWERS</span>
905
                    <span id="my-coach-question-answer-count-answers"> LABEL_MY_COACH_ANSWERS</span>
906
                <span id="my-coach-question-answer-count-reactions"> LABEL_MY_COACH_REACTIONS</span>
906
                    <span id="my-coach-question-answer-count-reactions"> LABEL_MY_COACH_REACTIONS</span>
907
                <span id="my-coach-question-answer-count-views"> LABEL_MY_COACH_VIEWS</span>
907
                    <span id="my-coach-question-answer-count-views"> LABEL_MY_COACH_VIEWS</span>
908
                <span id="my-coach-question-answer-count-comments"> LABEL_COMMENTS</span>
908
                    <span id="my-coach-question-answer-count-comments"> LABEL_COMMENTS</span>
-
 
909
                </div>
909
            </div>
910
            </div>
Línea 910... Línea 911...
910
 
911
 
Línea 911... Línea 912...
911
            <h2 id="my-coach-question-title"></h2>
912
            <h2 id="my-coach-question-title"></h2>
Línea 1049... Línea 1050...
1049
            <div class="my-coach-record-card-details">
1050
            <div class="my-coach-record-card-details">
1050
                <div class="my-coach-record-card-resume">
1051
                <div class="my-coach-record-card-resume">
1051
                    <img src="{{:user_image}}" />
1052
                    <img src="{{:user_image}}" />
1052
                    <p>{{:user_name}}</p>
1053
                    <p>{{:user_name}}</p>
1053
                </div>
1054
                </div>
-
 
1055
                <div class="my-coach-record-card-info">
1054
                <span>LABEL_PUBLISHED LABEL_AGO_SMALL {{:time_elapsed}}</span> 
1056
                    <span>LABEL_PUBLISHED LABEL_AGO_SMALL {{:time_elapsed}}</span> 
1055
                <span id="answer-total-comment-{{:uuid}}">{{:total_comments}} LABEL_COMMENTS</span>
1057
                    <span id="answer-total-comment-{{:uuid}}">{{:total_comments}} LABEL_COMMENTS</span>
1056
                <span id="answer-total-reactions-{{:uuid}}">{{:total_reactions}} LABEL_REACTIONS</span>  
1058
                    <span id="answer-total-reactions-{{:uuid}}">{{:total_reactions}} LABEL_REACTIONS</span>  
-
 
1059
                </div>
1057
            </div>
1060
            </div>
Línea 1058... Línea 1061...
1058
            
1061
            
Línea 1059... Línea 1062...
1059
            {{:text}}
1062
            {{:text}}
Línea 1258... Línea 1261...
1258
 
1261
 
Línea 1259... Línea 1262...
1259
 
1262
 
1260
<script id="recordTemplate" type="text/x-jsrender">
1263
<script id="recordTemplate" type="text/x-jsrender">
1261
 
1264
 
1262
    <div class="my-coach-record-card-container col-md-6" id="my-coach-record-card-question-{{:uuid}}">
1265
    <div class="my-coach-record-card-container col-md-6" id="my-coach-record-card-question-{{:uuid}}">
1263
            <div class="my-coach-record-card-details"> 
1266
        <div class="my-coach-record-card-details"> 
1264
                <div class="my-coach-record-card-resume" >
-
 
1265
                    <img class="my_coach_question_detail_user_image" src="{{:user_image}}" />
1267
            <div class="my-coach-record-card-resume" >
1266
                    <p class="my_coach_question_detail_user_name">{{:user_name}}</p>
1268
                <img class="my_coach_question_detail_user_image" src="{{:user_image}}" />
1267
                </div>     
1269
                <p class="my_coach_question_detail_user_name">{{:user_name}}</p>
1268
            </div>
1270
            </div>     
1269
            <div class="my-coach-record-card-details"> 
1271
            <div class="my-coach-record-card-info">
1270
                <span id="answers-{{:uuid}}">{{:answers}} LABEL_MY_COACH_ANSWERS</span>
1272
                <span id="answers-{{:uuid}}">{{:answers}} LABEL_MY_COACH_ANSWERS</span>
1271
                <span id="reactions-{{:uuid}}">{{:reactions}} LABEL_MY_COACH_REACTIONS</span>
1273
                <span id="reactions-{{:uuid}}">{{:reactions}} LABEL_MY_COACH_REACTIONS</span>
1272
                <span id="views-{{:uuid}}">{{:views}} LABEL_MY_COACH_VIEWS</span>
-
 
1273
                <span id="comments-{{:uuid}}">{{:comments}} LABEL_COMMENTS</span>     
-
 
1274
            </div>
-
 
1275
            <h2>{{>title}}</h2>
-
 
1276
            <span>LABEL_MY_COACH_QUESTION {{:added_on}}</span>  
-
 
1277
            <p class="my-3">{{>description}}</p> 
-
 
1278
            <ul class="d-flex align-items-center  my-coach-record-card-categories">
-
 
1279
                {{for categories}}
-
 
1280
                <li>{{:category}}</li>
-
 
1281
                {{/for}}
-
 
1282
            </ul>
-
 
1283
            <div class="d-flex align-items-center justify-content-between">
-
 
1284
                <button data-link="{{:link_view}}" class="btn-my-coach-edit-view"> <i class="fa fa-external-link" aria-hidden="true"></i> LABEL_VIEW </button>
-
 
1285
    
-
 
1286
                {{if link_edit }}
-
 
1287
                <button data-link="{{>link_edit}}" class="btn-my-coach-edit-question"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
-
 
1288
                {{/if}}
-
 
1289
                {{if link_delete }}
-
 
1290
                <button data-link="{{>link_delete}}" class="btn-my-coach-delete-question"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
1274
                <span id="views-{{:uuid}}">{{:views}} LABEL_MY_COACH_VIEWS</span>
-
 
1275
                <span id="comments-{{:uuid}}">{{:comments}} LABEL_COMMENTS</span>     
-
 
1276
            </div>
-
 
1277
        </div>
-
 
1278
        <h2>{{>title}}</h2>
-
 
1279
        <span>LABEL_MY_COACH_QUESTION {{:added_on}}</span>  
-
 
1280
        <p class="my-3">{{>description}}</p> 
-
 
1281
        <ul class="d-flex align-items-center  my-coach-record-card-categories">
-
 
1282
            {{for categories}}
-
 
1283
            <li>{{:category}}</li>
-
 
1284
            {{/for}}
-
 
1285
        </ul>
-
 
1286
        <div class="d-flex align-items-center justify-content-between">
-
 
1287
            <button data-link="{{:link_view}}" class="btn-my-coach-edit-view"> <i class="fa fa-external-link" aria-hidden="true"></i> LABEL_VIEW </button>
-
 
1288
 
-
 
1289
            {{if link_edit }}
-
 
1290
            <button data-link="{{>link_edit}}" class="btn-my-coach-edit-question"> <i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT </button>
-
 
1291
            {{/if}}
-
 
1292
            {{if link_delete }}
-
 
1293
            <button data-link="{{>link_delete}}" class="btn-my-coach-delete-question"> <i class="fa fa-trash" aria-hidden="true"></i> LABEL_DELETE </button>
Línea 1291... Línea 1294...
1291
                {{/if}}
1294
            {{/if}}
1292
            </div>
1295
        </div>