Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15389 Rev 15390
Línea 18... Línea 18...
18
 
18
 
19
$this->headStyle()->captureStart();
19
$this->headStyle()->captureStart();
Línea 20... Línea 20...
20
echo <<<CSS
20
echo <<<CSS
21
 
21
 
22
 
22
 
23
#tableStudents {
23
#gridTable {
24
    display: flex;
24
    display: flex;
Línea 25... Línea 25...
25
    flex-flow: column;
25
    flex-flow: column;
26
    width: 100%;
26
    width: 100%;
27
}
27
}
Línea 28... Línea 28...
28
 
28
 
29
#tableStudents thead {
29
#gridTable thead {
30
    flex: 0 0 auto;
30
    flex: 0 0 auto;
31
}
31
}
32
 
32
 
33
#tableStudents tbody {
33
#gridTable tbody {
Línea 34... Línea 34...
34
    flex: 1 1 auto;
34
    flex: 1 1 auto;
35
    display: block;
35
    display: block;
36
    overflow-y: auto;
36
    overflow-y: auto;
37
    overflow-x: hidden;
37
    overflow-x: hidden;
38
}
38
}
39
 
39
 
Línea 218... Línea 218...
218
					</div>            
218
					</div>            
219
					<div class="card-body">
219
					<div class="card-body">
220
        	    		<table id="gridTable" class="table   table-hover">
220
        	    		<table id="gridTable" class="table   table-hover">
221
                      		<thead>
221
                      		<thead>
222
        						<tr>
222
        						<tr>
223
									<th style="width: 25%">LABEL_TOPIC</th>
223
									<th style="width: 30%">LABEL_TOPIC</th>
224
									<th style="width: 25%">LABEL_CAPSULE</th>
224
									<th style="width: 30%">LABEL_CAPSULE</th>
225
       								<th style="width: 25%">LABEL_DATE</th>
225
       								<th style="width: 20%">LABEL_COMPLETED</th>
226
                      				<th style="width: 25%">LABEL_REPORTS_PROGRESS</th>
226
                      				<th style="width: 20%">LABEL_REPORTS_PROGRESS</th>
227
                                </tr>
227
                                </tr>
228
                       		</thead>
228
                       		</thead>
229
                         	<tbody>
229
                         	<tbody>
230
                         	</tbody>
230
                         	</tbody>
231
                    	</table>
231
                    	</table>
Línea 239... Línea 239...
239
 
239
 
240
 
240
 
241
 
241
 
242
<script id="progressRowTemplate" type="text/x-jsrender">
242
<script id="progressRowTemplate" type="text/x-jsrender">
243
    <tr>
243
    <tr>
244
        <td style="width: 25%">
244
        <td  style="width: 30%">
245
            {{>topic}}
245
            {{>topic}}
246
        </td>
246
        </td>
247
        <td style="width: 25%">
-
 
248
             {{>capsule}}
-
 
249
        </td>
247
        <td  style="width: 30%">
250
        
-
 
251
 
-
 
252
        <td style="width: 25%">
-
 
253
            LABEL_REPORTS_FIRST_DATE 
-
 
254
            <br> 
-
 
255
            {{>added_on}}
-
 
256
            <br><br>
248
             {{>capsule}}
257
            LABEL_REPORTS_LAST_DATE
249
        </td>
-
 
250
        <td  style="width: 20%">
-
 
251
             {{>completed}}
258
            <br> 
252
        </td>
Línea 259... Línea 253...
259
            {{>updated_on}}
253
 
260
        </td>
254
 
261
        <td style="width: 25%">
255
        <td  style="width: 20%">
262
 
256
 
263
 
257
 
264
            <div class="progress progress-xs progress-striped active" style="height: 15px">
258
            <div class="progress progress-xs progress-striped active" style="height: 15px">
Línea 265... Línea 259...
265
                <div class="progress-bar {{if completed == '1' }} bg-success {{ else }} bg-primary {{/if}}" style="width: {{>progress}}%">
259
                <div class="progress-bar {{if completed == '1' }} bg-success {{ else }} bg-primary {{/if}}" style="width: {{>progress}}%">
-
 
260
{{>progress}}  %
-
 
261
                </div>
-
 
262
            </div>
-
 
263
        </td>
-
 
264
 
-
 
265
    </tr> 
-
 
266
    <tr>
-
 
267
                    <td class="text-right">LABEL_REPORTS_TOTAL_SLIDES</td>
-
 
268
                    <td class="text-right">LABEL_REPORTS_VIEW_SLIDES</td>
-
 
269
                    <td>LABEL_REPORTS_FIRST_DATE</td>
-
 
270
                    <td>LABEL_REPORTS_LAST_DATE</td>
-
 
271
                </tr>
-
 
272
 
-
 
273
 
-
 
274
                <tr>
266
{{>progress}}  %
275
                    <td class="text-right">{{>total_slides}}</td>