Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16929 Rev 16943
Línea 17... Línea -...
17
 
-
 
18
 
-
 
19
 
-
 
20
 
-
 
21
 
17
 
22
 
18
 
Línea 23... Línea 19...
23
 
19
 
24
 
20
 
25
 
21
 
26
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables.net-bs5/dataTables.bootstrap5.css'));
22
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables.net-bs5/dataTables.bootstrap5.css'));
Línea 27... Línea -...
27
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables.net-bs5-responsive/responsive.bootstrap5.css'));
-
 
28
 
-
 
29
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net/jquery.dataTables.js'));
-
 
30
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5/dataTables.bootstrap5.js'));
-
 
31
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/dataTables.responsive.min.js'));
-
 
32
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/responsive.bootstrap5.min.js'));
-
 
33
 
-
 
34
 
-
 
35
 
23
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/datatables.net-bs5-responsive/responsive.bootstrap5.css'));
36
 
24
 
37
 
25
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net/jquery.dataTables.js'));
38
 
26
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5/dataTables.bootstrap5.js'));
39
 
27
$this->inlineScript()->appendFile($this->basePath('assets/vendors/datatables.net-bs5-responsive/dataTables.responsive.min.js'));
Línea 49... Línea 37...
49
$activityStartCapsule = CompanyMicrolearningUserLog::ACTIVITY_START_CAPSULE;
37
$activityStartCapsule = CompanyMicrolearningUserLog::ACTIVITY_START_CAPSULE;
50
$activityStartTopic = CompanyMicrolearningUserLog::ACTIVITY_START_TOPIC;
38
$activityStartTopic = CompanyMicrolearningUserLog::ACTIVITY_START_TOPIC;
51
$activityTakeATest = CompanyMicrolearningUserLog::ACTIVITY_TAKE_A_TEST;
39
$activityTakeATest = CompanyMicrolearningUserLog::ACTIVITY_TAKE_A_TEST;
52
$activityViewSlide = CompanyMicrolearningUserLog::ACTIVITY_VIEW_SLIDE;
40
$activityViewSlide = CompanyMicrolearningUserLog::ACTIVITY_VIEW_SLIDE;
Línea -... Línea 41...
-
 
41
 
53
 
42
/*
54
$this->headStyle()->captureStart();
43
$this->headStyle()->captureStart();
55
echo <<<CSS
44
echo <<<CSS
Línea 56... Línea 45...
56
thead, tbody { display: block; }
45
thead, tbody { display: block; }
57
 
46
 
58
tbody {
47
tbody {
59
    height: 200px;       /* Just for the demo          */
48
    height: 200px;       
60
    overflow-y: auto;    /* Trigger vertical scroll    */
49
    overflow-y: auto;   
Línea 61... Línea 50...
61
    overflow-x: hidden;  /* Hide the horizontal scroll */
50
    overflow-x: hidden;  
62
}
51
}
-
 
52
 
Línea 63... Línea 53...
63
 
53
CSS;
64
CSS;
54
$this->headStyle()->captureEnd();