Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15447 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15447 Rev 16768
Línea 55... Línea 55...
55
        $this->SetFillColor(225, 255, 255);
55
        $this->SetFillColor(225, 255, 255);
56
        $this->SetTextColor(0);
56
        $this->SetTextColor(0);
57
        $this->SetFont('Arial', 'B', 9);
57
        $this->SetFont('Arial', 'B', 9);
Línea 58... Línea 58...
58
 
58
 
Línea 59... Línea 59...
59
 
59
 
60
        $this->Cell(35, 8, utf8_decode(' Escala/Niveles:'), 1, 0, 'L', false);
60
        $this->Cell(35, 8, Functions::utf8_decode(' Escala/Niveles:'), 1, 0, 'L', false);
61
 
61
 
Línea 62... Línea 62...
62
        $this->SetFillColor(225, 255, 255);
62
        $this->SetFillColor(225, 255, 255);
63
        $this->SetTextColor(0);
63
        $this->SetTextColor(0);
64
        $this->SetFont('Arial', '', 9);
64
        $this->SetFont('Arial', '', 9);
Línea 65... Línea 65...
65
 
65
 
66
        $this->Cell(155, 8, utf8_decode(' 1: Mínimo  2: Medio  3: Medio-Alto  4: Alto  N/A: No aplica '), 1, 'L', false);
66
        $this->Cell(155, 8, Functions::utf8_decode(' 1: Mínimo  2: Medio  3: Medio-Alto  4: Alto  N/A: No aplica '), 1, 'L', false);
Línea 78... Línea 78...
78
        $this->SetFillColor(204, 204, 204);
78
        $this->SetFillColor(204, 204, 204);
79
        $this->SetDrawColor(0, 0, 0);
79
        $this->SetDrawColor(0, 0, 0);
80
        $this->SetLineWidth(0);
80
        $this->SetLineWidth(0);
81
        $this->SetFont('Arial', 'B', 9);
81
        $this->SetFont('Arial', 'B', 9);
Línea 82... Línea 82...
82
 
82
 
83
        $this->Cell(190, 6, utf8_decode($title), 1, 0, 'L', true);
83
        $this->Cell(190, 6, Functions::utf8_decode($title), 1, 0, 'L', true);
Línea 84... Línea 84...
84
        $this->Ln();
84
        $this->Ln();
85
 
85
 
86
        // Body Table
86
        // Body Table
Línea 87... Línea 87...
87
        $this->SetFillColor(225, 255, 255);
87
        $this->SetFillColor(225, 255, 255);
88
        $this->SetTextColor(0);
88
        $this->SetTextColor(0);
Línea 89... Línea 89...
89
 
89
 
90
        foreach ($content as $rs) {
90
        foreach ($content as $rs) {
91
            if (isset($rs['title'])) {
91
            if (isset($rs['title'])) {
92
 
92
 
93
                $this->SetFont('Arial', 'B', 9);
93
                $this->SetFont('Arial', 'B', 9);
Línea 94... Línea 94...
94
                $this->Cell(50, 10, utf8_decode($rs['title']), 1, 0, 'L', false);
94
                $this->Cell(50, 10, Functions::utf8_decode($rs['title']), 1, 0, 'L', false);
95
                $this->Cell(140, 10, utf8_decode($rs['content']), 1, 'L', false);
95
                $this->Cell(140, 10, Functions::utf8_decode($rs['content']), 1, 'L', false);
96
                $this->Ln();
96
                $this->Ln();
Línea 97... Línea 97...
97
            } else {
97
            } else {
98
 
98
 
99
                $this->SetFont('Arial', '', 9);
99
                $this->SetFont('Arial', '', 9);
Línea 124... Línea 124...
124
            $this->SetFillColor(204, 204, 204);
124
            $this->SetFillColor(204, 204, 204);
125
            $this->SetDrawColor(0, 0, 0);
125
            $this->SetDrawColor(0, 0, 0);
126
            $this->SetLineWidth(0);
126
            $this->SetLineWidth(0);
127
            $this->SetFont('Arial', 'B', 9);
127
            $this->SetFont('Arial', 'B', 9);
Línea 128... Línea 128...
128
 
128
 
129
            $this->Cell(190, 6, utf8_decode($title), 1, 0, 'L', true);
129
            $this->Cell(190, 6, Functions::utf8_decode($title), 1, 0, 'L', true);
130
            $this->Ln();
130
            $this->Ln();
131
        }
131
        }
Línea 132... Línea 132...
132
    }
132
    }
Línea 139... Línea 139...
139
 
139
 
140
        // Body Table
140
        // Body Table
141
        $this->SetFillColor(225, 255, 255);
141
        $this->SetFillColor(225, 255, 255);
142
        $this->SetTextColor(0);
142
        $this->SetTextColor(0);
143
        $this->SetFont('Arial', 'B', 9);
143
        $this->SetFont('Arial', 'B', 9);
144
        $this->Cell(50, 10, utf8_decode($title), 1, 0, 'L', false);
144
        $this->Cell(50, 10, Functions::utf8_decode($title), 1, 0, 'L', false);
145
        $this->Cell(140, 10, '', 1, 'L', false);
145
        $this->Cell(140, 10, '', 1, 'L', false);
146
        $this->Ln();
146
        $this->Ln();
Línea 147... Línea 147...
147
    }
147
    }
Línea 157... Línea 157...
157
        $this->SetFillColor(255, 255, 255);
157
        $this->SetFillColor(255, 255, 255);
158
        $this->SetDrawColor(0, 0, 0);
158
        $this->SetDrawColor(0, 0, 0);
159
        $this->SetLineWidth(0);
159
        $this->SetLineWidth(0);
160
        $this->SetFont('Arial', 'B', 9);
160
        $this->SetFont('Arial', 'B', 9);
Línea 161... Línea 161...
161
 
161
 
162
        $this->Cell(190, 6, utf8_decode($title), 0, 0, 'L', true);
162
        $this->Cell(190, 6, Functions::utf8_decode($title), 0, 0, 'L', true);
Línea 163... Línea 163...
163
        $this->Ln();
163
        $this->Ln();
164
 
164
 
165
        // Body Table
165
        // Body Table
166
        $this->SetFillColor(225, 255, 255);
166
        $this->SetFillColor(225, 255, 255);
Línea 167... Línea 167...
167
        $this->SetTextColor(0);
167
        $this->SetTextColor(0);
168
        $this->SetFont('Arial', '', 9);
168
        $this->SetFont('Arial', '', 9);
169
 
169
 
170
        foreach ($content as $rs) {
170
        foreach ($content as $rs) {
171
            if (isset($rs['title'])) {
171
            if (isset($rs['title'])) {
172
                $this->Cell(40, 6, utf8_decode($rs['title']), 0, 0, 'L', false);
172
                $this->Cell(40, 6, Functions::utf8_decode($rs['title']), 0, 0, 'L', false);
173
                $this->Cell(150, 6, utf8_decode($rs['content']), 0, 'L', false);
173
                $this->Cell(150, 6, Functions::utf8_decode($rs['content']), 0, 'L', false);
174
                $this->Ln();
174
                $this->Ln();
175
            } else {
175
            } else {
176
                if ($rs['content'] != "") {
176
                if ($rs['content'] != "") {
Línea 177... Línea 177...
177
                    $this->MultiCell(190, 6, utf8_decode($rs['content']), 0, 'L', false);
177
                    $this->MultiCell(190, 6, Functions::utf8_decode($rs['content']), 0, 'L', false);
178
                }
178
                }
Línea 198... Línea 198...
198
        $this->SetFillColor(204, 204, 204);
198
        $this->SetFillColor(204, 204, 204);
199
        $this->SetDrawColor(0, 0, 0);
199
        $this->SetDrawColor(0, 0, 0);
200
        $this->SetLineWidth(0);
200
        $this->SetLineWidth(0);
201
        $this->SetFont('Arial', 'B', 9);
201
        $this->SetFont('Arial', 'B', 9);
Línea 202... Línea 202...
202
        
202
        
203
        $this->Cell(150, 6, utf8_decode('Resumen General Final'), 1, 0, 'L', true);
203
        $this->Cell(150, 6, Functions::utf8_decode('Resumen General Final'), 1, 0, 'L', true);
204
        $this->Cell(24, 6, utf8_decode('Evaluación'), 1, 0, 'L', true);
204
        $this->Cell(24, 6, Functions::utf8_decode('Evaluación'), 1, 0, 'L', true);
205
        $this->Cell(16, 6, '', 1, 0, 'C', true);
205
        $this->Cell(16, 6, '', 1, 0, 'C', true);
206
        $this->Ln();
206
        $this->Ln();
207
        $this->SetFont('Arial', 'B', 9);
207
        $this->SetFont('Arial', 'B', 9);
208
        $this->Cell(190, 8, utf8_decode('Comentario final'), 0, 0, 'L', false);
208
        $this->Cell(190, 8, Functions::utf8_decode('Comentario final'), 0, 0, 'L', false);
209
        $this->Ln();
209
        $this->Ln();
210
        $this->SetFont('Arial', '', 9);
210
        $this->SetFont('Arial', '', 9);
Línea 211... Línea 211...
211
        $this->MultiCell(190, 80, utf8_decode('   '), 0, 'J', false);
211
        $this->MultiCell(190, 80, Functions::utf8_decode('   '), 0, 'J', false);
212
        
212
        
213
        
213
        
214
        /*
214
        /*
Línea 215... Línea 215...
215
        $this->Cell(160, 6, utf8_decode('Resumen General Final'), 1, 0, 'L', true);
215
        $this->Cell(160, 6, Functions::utf8_decode('Resumen General Final'), 1, 0, 'L', true);
216
        $this->Cell(30, 6, utf8_decode('Evaluación'), 1, 0, 'C', true);
216
        $this->Cell(30, 6, Functions::utf8_decode('Evaluación'), 1, 0, 'C', true);
217
        $this->Ln();
217
        $this->Ln();
Línea 218... Línea 218...
218
        
218
        
Línea 219... Línea 219...
219
 
219
 
220
        
220
        
221
        $this->SetFillColor(225, 255, 255);
221
        $this->SetFillColor(225, 255, 255);
Línea 222... Línea 222...
222
        $this->SetTextColor(0);
222
        $this->SetTextColor(0);
223
        $this->SetFont('Arial', 'B', 9);
223
        $this->SetFont('Arial', 'B', 9);
224
        
224
        
225
        
225
        
226
        $this->Cell(35, 8, utf8_decode(' Escala/Niveles:'), 1, 0, 'L', false);
226
        $this->Cell(35, 8, Functions::utf8_decode(' Escala/Niveles:'), 1, 0, 'L', false);
227
        
227
        
228
        $this->SetFillColor(225, 255, 255);
228
        $this->SetFillColor(225, 255, 255);
229
        $this->SetTextColor(0);
229
        $this->SetTextColor(0);
230
        $this->SetFont('Arial', '', 9);
230
        $this->SetFont('Arial', '', 9);
Línea 231... Línea 231...
231
        
231
        
Línea 278... Línea 278...
278
        $this->SetFillColor(255, 255, 255);
278
        $this->SetFillColor(255, 255, 255);
279
        $this->SetDrawColor(0, 0, 0);
279
        $this->SetDrawColor(0, 0, 0);
280
        $this->SetLineWidth(0);
280
        $this->SetLineWidth(0);
281
        $this->SetFont('Arial', 'B', 9);
281
        $this->SetFont('Arial', 'B', 9);
Línea 282... Línea 282...
282
 
282
 
Línea 283... Línea 283...
283
        $this->MultiCell(190, 5, $index . '- ' . utf8_decode($competency_type->name) . ': ' . utf8_decode($competency->name), 0, 'L', false);
283
        $this->MultiCell(190, 5, $index . '- ' . Functions::utf8_decode($competency_type->name) . ': ' . Functions::utf8_decode($competency->name), 0, 'L', false);
284
 
284
 
285
        // Body Table
285
        // Body Table
286
        $this->SetFillColor(225, 255, 255);
286
        $this->SetFillColor(225, 255, 255);
Línea 287... Línea 287...
287
        $this->SetTextColor(0);
287
        $this->SetTextColor(0);
Línea 288... Línea 288...
288
        $this->SetFont('Arial', '', 9);
288
        $this->SetFont('Arial', '', 9);
Línea 289... Línea 289...
289
 
289
 
Línea 321... Línea 321...
321
                    $this->SetFillColor(204, 204, 204);
321
                    $this->SetFillColor(204, 204, 204);
322
                    $this->SetDrawColor(0, 0, 0);
322
                    $this->SetDrawColor(0, 0, 0);
323
                    $this->SetLineWidth(0);
323
                    $this->SetLineWidth(0);
324
                    $this->SetFont('Arial', 'B', 9);
324
                    $this->SetFont('Arial', 'B', 9);
Línea 325... Línea 325...
325
                    
325
                    
326
                    $this->Cell(150, 6, utf8_decode('Conductas observables :'), 1, 0, 'L', true);
326
                    $this->Cell(150, 6, Functions::utf8_decode('Conductas observables :'), 1, 0, 'L', true);
327
                    $this->Cell(16, 6, 'Nivel', 1, 0, 'C', true);
327
                    $this->Cell(16, 6, 'Nivel', 1, 0, 'C', true);
328
                    $this->Cell(24, 6, utf8_decode('Evaluación'), 1, 0, 'C', true);
328
                    $this->Cell(24, 6, Functions::utf8_decode('Evaluación'), 1, 0, 'C', true);
Línea 329... Línea 329...
329
                    $this->Ln();
329
                    $this->Ln();
330
                    
330
                    
331
                    // Body Table
331
                    // Body Table
Línea 335... Línea 335...
335
                }
335
                }
Línea 336... Línea 336...
336
                
336
                
Línea 337... Línea 337...
337
                
337
                
338
                $this->SetFont('Arial', '', 8.5);
338
                $this->SetFont('Arial', '', 8.5);
339
 
339
 
340
                $this->Cell(150, 6, utf8_decode($behavior->description), 1, 0, 'L', false);
340
                $this->Cell(150, 6, Functions::utf8_decode($behavior->description), 1, 0, 'L', false);
Línea 341... Línea 341...
341
                //$this->Cell(16, 6, $competency_behavior->level == '0' ? 'N/A' : $competency_behavior->level, 1, 0, 'C', false);
341
                //$this->Cell(16, 6, $competency_behavior->level == '0' ? 'N/A' : $competency_behavior->level, 1, 0, 'C', false);
Línea 342... Línea 342...
342
                $this->Cell(16, 6, $competency_behavior->level, 1, 0, 'C', false);
342
                $this->Cell(16, 6, $competency_behavior->level, 1, 0, 'C', false);
Línea 343... Línea 343...
343
                $this->Cell(24, 6, '', 1, 0, 'C', false);
343
                $this->Cell(24, 6, '', 1, 0, 'C', false);
Línea 344... Línea 344...
344
 
344