-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparser2.php
executable file
·587 lines (432 loc) · 19.5 KB
/
parser2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<p>Envie seu texto de acordo com o esquema</p>
<p><UNIDADE></p>
<p><TELA></p>
<p><TITULO> titulo </TITULO></p>
<p><FIGURA><br />
nome_da_imagem.jpg <br />
<ALT> Um globo com um homem falando no celular atrás de um computador </ALT><br />
</FIGURA></p>
<p>As tags seguintes definem apenas o estilo. Nao constituem link</p>
<p><DESTAQUE> Texto em destaque </DESTAQUE></p>
<p><CITACAO> Texto com estilo de citacao </CITACAO></p>
<p><ENUM> Listagem : cada paragrafo no texto é prescedido de um marcador </ENUM></p>
<p>Os elementos contextuais sao definidos sequencialmente: 1 linke 2 conteudo exibido</p>
<p><REFLETIR>link para refletir que esta no texto principal </REFLETIR></p>
<p><REFLETIR> texto para reflexao </REFLETIR></p>
<p><GLOSSARIO1> termo do glossario que esta no texto principal <GLOSSARIO1></p>
<p><GLOSSARIO1> descricao do termo </GLOSSARIO1></p>
<p><SAIBAMAIS> chamada para o Saiba mais </SAIBAMAIS></p>
<p><SAIBAMAIS> Texto do saiba mais </SAIBAMAIS></p>
<p><LEMBRETE> Chamada para lembrete </LEMBRETE></p>
<p><LEMBRETE> Texto do lembrete </LEMBRETE></p>
<p><VIDEO> chamada para video </VIDEO></p>
<p><ANIMACAO> Chamada para animacao </ANIMACAO></p>
<p><ANIMACAO> caminho_do_arquivo.html </ANIMACAO></p>
<p>veja o arquivo <LINK>aqui <URL>nomde_do_arquivo.doc </URL></LINK></p>
<p><WEB> Chamada para o pagina WEB</WEB></p>
<p><WEB> URL da pagina WEB </WEB></p>
<p><ORIENTACAO> link para orientacao </ORIENTACAO></p>
<p><ORIENTACAO> texto com a orientacao </ORIENTACAO></p>
<p><DIARIODEBORDO> Chamada para diario de bordo </DIARIODEBORDO></p>
<p><BIBLIOGRAFIA> Chamada para </p>
<p><ATIVIDADE> Link para atividade </ATIVIDADE></p>
<p><ATIVIDADE> Texto da atividade [ pode ser colocado qualquer dos itens FIGURA, GLOSSARIO, SAIBAMAIS, REFLETIR, etc ]</ATIVIDADE></p>
<p></TELA></p>
<p></UNIDADE></p>
<p> </p>
<p>Formulario para adicionar os arquivos chamados em <FIGURA> <VIDEO> <ANIMACAO> <ARQUIVO></p>
<?php
/*expressoe regulares usadas para buscar os itens
. ? * + ^ $ | [ ] { } ( ) \ = metacaracteres
*? = asterisco nao guloso
/i = case insensitive
a|b ,[abc] = texto 'a' ou texto 'b'
. = qualquer caracter
*/
echo("<BR><BR>Iniciando Parser para: ".$_GET['pathxml']."<br><br>");
$conteudo = file_get_contents("./".$_GET['pathxml']);
var_dump($conteudo);
echo "<pre>";
$unit = new Unidade($conteudo);
echo("*****************************<br>");
echo("<br>");
echo("<br>");
echo("<br>");
$dirs=explode('/',$_GET['pathxml']);
var_dump($dirs);echo("<br>");
echo("<br>");
echo('cp -Rv templates_eproinfo2/* '.$dirs[0].'/ ');
echo(exec('cp -Rv templates_eproinfo2/* '.$dirs[0].'/ '));
echo("<br>");
echo("<br>");
echo("<br>");
echo("*****************************<br>");
echo "</pre>";
class Unidade{
var $telas = array();
var $titulo;
function Unidade($conteudo){
$aux = preg_match_all("/<UNIDADE(.*?)>(.*?)<TITULO>(.*?)<\/TITULO>(.*)<\/UNIDADE(\\1)>/is",$conteudo,$retorno);
var_dump($retorno);
$unidade = $retorno[4][0];
$tituloUnidade = $retorno[3][0];
$nroUnidade = $retorno[1][0];
// divide a unidade em telas e extrai o titulo
$aux = preg_match_all("/<TELA(.*?)>(.*?)<\/TELA(\\1)>/is",$unidade,$retornoTelas);
$telas = $retornoTelas[2];
$this->parse_telas($telas, $retornoTelas[1], $tituloUnidade, $nroUnidade);
//var_dump($telas);
//$this->titulo= str_replace($retornoTelas[0],'',$unidade);
}
// para cada tela, extrai os elementos contextuais
//
function parse_telas($telas, $telasindex, $tituloUnidade, $nroUnidade){
$nroTela = 0;
foreach($telas as $tela){
$nroTela++;
echo '<h1>parcing tela '.$nroTela.'</h1>';
$tela = preg_replace("(\n|\r)","<br>",$tela);
$aux = 1;
while($aux != 0){
$aux = preg_match_all("/<br><br>/",$tela, $retorno);
$tela = preg_replace("/<br><br>/","<br>",$tela);
}
$tela = $this->parse_titulos($tela, $titulos);
$tela = $this->parse_figuras($tela, $figuras);
$tela = $this->parse_links($tela, $links);
$tela = $this->parse_enums($tela, $enums);
//
$tela = $this->parse_atividades($tela, $atividades);
$tela = $this->parse_tags_divs($tela,$nroTela,$js, $lateral);
// var_dump($foundedDivs); die();
// $tela = $this->parse_atividades($tela,$nroTela , $atividades);
// echo 'gravando'.$js;
$file = file_get_contents("templates_eproinfo2/templateTelas_verde.html");
$file = str_replace("{js}",$js,$file);
$file = str_replace("{qtde_paginas}",sizeof($telas),$file);
//var_dump($js); die();
$file = str_replace("{nroUnidade}",$nroUnidade,$file);
$file = str_replace("{conteudo}",$tela,$file);
$file = str_replace("{titulo}",$tituloUnidade,$file);
$file = str_replace("{lateral}",$lateral,$file);
//var_dump( $tela);
file_put_contents("templates_eproinfo2/pg". $nroTela.".html" ,$file);
}
}
function parse_titulos($tela, &$titulos){
$telaParsed = preg_replace("/<TITULO(.*?)>(.*?)<\/TITULO(\\1)>/is", '<b>\\2 </b>',$tela);
if($telaParsed){ $tela = $telaParsed; }
return $tela;
}
function parse_figuras($tela, &$figuras){
/*
<FIGURA>
<URL>nome_da_imagem.jpg</URL>
<ALT> Um globo com um homem falando no celular atrás de um computador </ALT>
</FIGURA>
*/
$aux = preg_match_all("/<FIGURA(.*?)>(.*?)<ALT>(.*?)<\/ALT>(.*?)<\/FIGURA(\\1)>/is",$tela, $retorno);
echo 'figura';
var_dump($retorno);
$telaParsed = preg_replace("/<FIGURA(.*?)>(.*?)<ALT>(.*?)<\/ALT>(.*?)<\/FIGURA(\\1)>/is","<div id=\"imagem\"> <div href=\"\\2\"><img src=\"\\2\" alt=\"\\3\" /></div></div>\\4",$tela);
$telaParsed =preg_replace("/src=\"(.+?)\.(...)\"/is","src=\"\\1_peq.\\2\"",$telaParsed);
//var_dump($telaParsed); die();
foreach($retorno[0] as $figura){
$url = trim($retorno[2]);
$alt = $retorno[3];
$figuras.= "<img src=\"".$url."\" alt=\"".$url."\" />";
}
if($telaParsed){ $tela = $telaParsed; }
return $tela;
}
function parse_links($tela, &$links){
/*
<ARQUIVO>
chamada pra arquivo
</ARQUIVO>
<ARQUIVO>
<URL>nome_do_arquivo.pdf</URL>
</ARQUIVO>
*/
//BUSCA chamadas
$aux = preg_match_all("/<LINK(.*?)>(.*?)<URL>(.*?)<\/URL>(.*?)<\/LINK(\\1)>/is",$tela, $retorno);
foreach($retorno[0] as $arquivo){
$url = $retorno[7];
$tela = preg_replace("/<LINK(.*?)>(.*?)<URL>(.*?)<\/URL>(.*?)<\/LINK(\\1)>/is","<a target='_new' href=\"\\3\">\\2</a>",$tela);
$arquivos[sizeof($arquivos)] = $arquivo;
//echo( $tela);
}
// trata links para FLVS
$search = '/<a([^<]+)href=\"([^<]+)\.flv\"([^>]*)>(.*?)<\/a>/i';
$replace = ' <span id="filme_filter"><object class="mediaplugin flv" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';
$replace .= ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ';
$replace .= ' width="240" height="200" id="flvplayer">';
$replace .= " <param name=\"movie\" value=\"flvplayer.swf?file=\\2.flv&autostart=0&fs=0\" />";
$replace .= ' <param name="quality" value="high" />';
$replace .= ' <param name="bgcolor" value="#FFFFFF" />';
$replace .= " <param name=\"flashvars\" value=\"file=\\2.flv\" />";
$replace .= " <embed src=\"flvplayer.swf?file=\\2.flv&autostart=0&fs=1";
$replace .= " quality=\"high\" bgcolor=\"#FFFFFF\" width=\"240\" height=\"200\" name=\"flvplayer\" ";
$replace .= ' type="application/x-shockwave-flash" ';
$replace .= ' flashvars="autostart=0&fs=0&file=\\2.flv"';
$replace .= ' pluginspage="http://www.macromedia.com/go/getflashplayer">';
$replace .= '</embed>';
$replace .= '</object><br><a href="\\2.flv"><small><small>Download</small></small></a></span> ';
/*
echo 'testes';*/
$tela = preg_replace($search, $replace, $tela);
return $tela;
}
function parse_videos($tela, &$videos){
/*
<VIDEO>
chamada pra arquivo
</VIDEO>
<VIDEO>
<URL>nome_do_arquivo.pdf</URL>
</VIDEO>
*/
//BUSCA chamadas
$aux = preg_match_all("/<VIDEO(.*)>(.*?)<\/VIDEO(\\1)>(.*?)<VIDEO(\\1)>(.*?)<URL>(.*?)<\/URL>(.*?)<\/VIDEO(\\1)>/is",$tela, $retorno);
foreach($retorno[0] as $arquivo){
$url = $retorno[7];
$tela = preg_replace("/<VIDEO(.*)>(.*?)<\/VIDEO(\\1)>(.*?)<VIDEO(\\1)>(.*?)<URL>(.*?)<\/URL>(.*?)<\/ARQUIVO(\\1)>/is","<a href=\"\\7\">FORMATO VIDEO \\2</a>\\4",$tela);
$arquivos[sizeof($video)] = $video;
// echo( $tela);
}
return $tela;
}
function parse_destaques($tela, &$destaques){
/*
<DESTAQUE>
parte em destaque
</DESTAQUE>
*/
//BUSCA chamadas
$aux = preg_match_all("/<DESTAQUE(.*)>(.*?)<\/DESTAQUE(\\1)>/is",$tela, $retorno);
foreach($retorno[0] as $destaque){
$tela = preg_replace("/<DESTAQUE(.*)>(.*?)<\/DESTAQUE(\\1)>/is","<div class=\"destaque\">\\2</div>",$tela);
$destaques[sizeof($destaques)] = $destaque;
//echo( $tela);
}
return $tela;
}
function parse_citacoes($tela, &$citacoes){
/*
<CITACAO>
texto dee (dias,2000)
</CITACAO>
*/
//BUSCA chamadas
$aux = preg_match_all("/<CITACAO(.*)>(.*?)<\/CITACAO(\\1)>/is",$tela, $retorno);
foreach($retorno[0] as $citacao){
$tela = preg_replace("/<CITACAO(.*)>(.*?)<\/CITACAO(\\1)>/is","<div class=\"citacao\">\\2</div>",$tela);
$citacoes[sizeof($citacoes)] = $citacao;
//echo( $tela);
}
return $tela;
}
function parse_enums($tela, &$enums){
/*
<ENUM>
item 1
item 2
</ENUM>
vira
<ul>
<li>oitem 2</li>
<li>item 1</li>
</ul>
*/
//BUSCA chamadas
$aux = preg_match_all("/<ENUM(.*)>(.*?)<\/ENUM(\\1)>/is",$tela, $retorno);
foreach($retorno[0] as $enum){
$enums = split("(<br>)",$enum);
var_dump($tela);
$ul = '<ul>';
foreach($enums as $li){
echo ' enum '.strlen($li);
if(strlen($li)>0){
$ul .='<li>'.$li.'</li>';
}
}
$ul .= '</ul>';
echo ' enum '.$ul; var_dump($enums);
$tela = str_replace($enum,$ul,$tela);
//$tela = preg_replace("/<ENUM(.*)>(.*?)((\n|\r)(.*?))<\/ENUM(\\1)>/is","<ul><li>\\2 </li></ul>",$tela);
$enums[sizeof($enums)] = $enum;
//var_dump($tela);
}
return $tela;
}
function parse_atividades($tela,$nroTela, &$atividades){
/*
a atividade eh um popup HTML
alterar o texto dento do conteudo principal,
extrair conteudo da atividade e criar um html para ser chamado pelo popup
<ATIVIDADE1.1>Momento 1: Leitura do texto. </ATIVIDADE1.1>
<ATIVIDADE1.1>
<TITULO>Atividade 1.1: Momento 1 – Leitura do texto. </TITULO>
Enquanto estiver lendo, nós iremos lhe sugerindo uma série de momentos e questões para reflexão. Em cada um deles anote as ideias, questionamentos e dúvidas que forem surgindo. Isso vai ser importante no prosseguimento da atividade.
Convidamos você a iniciar a leitura do <ARQUIVO>Texto (01)</ARQUIVO>: <SAIBAMAIS>Por que precisamos usar a tecnologia na escola? As relações entre a escola, a tecnologia e a sociedade</SAIBAMAIS>, da Profa. Edla Ramos.
<SAIBAMAIS> O texto disponibilizado para leitura é uma adaptação de um outro bastante semelhante de autoria de Edla M. F. Ramos, que consta do livro recém publicado “Informática aplicada à aprendizagem da matemática”. Este livro foi escrito para o programa de Licenciatura em Matemática à Distância oferecido pela Universidade Federal de Santa Catarina. A autora e a Coordenação do Curso autorizaram a sua inclusão neste material. </SAIBAMAIS>
</ATIVIDADE1.1>
*/
//BUSCA chamadas
$aux = 1;
while($aux != 0){
$aux = preg_match_all("/<ATIVIDADE(.*?)>(.*?)<\/ATIVIDADE(\\1)>(.*?)<ATIVIDADE(\\1)>(.*?)<\/ATIVIDADE(\\1)>/is",$tela, $retorno);
echo $aux;
$tela = preg_replace("/<ATIVIDADE(.*?)>(.*?)<\/ATIVIDADE(\\1)>(.*?)<ATIVIDADE(\\1)>(.*?)<\/ATIVIDADE(\\1)>/is","<a href=\"javascript:void(0);\" onClick=\"window.open('t".$nroTela."atividade\\1.html','atividade\\1','menubar=1,resizable=1,width=800,height=400');\">\\2</a>\\4",$tela);
if($aux >0){ echo 'atividades';var_dump($retorno);}
// para cada atividade encontrada cria a devida pagina.html
//foreach($retorno as $atividade){
$conteudoDaAtividade = $retorno[6][0];
$titulo = $retorno[2][0];
$js='';
$conteudoDaAtividade = $this->parse_tags_divs($conteudoDaAtividade,$nroTela,&$js, &$lateral);
$file = file_get_contents( "templates_eproinfo2/templateAtividades_verde.html");
$file = str_replace("{conteudo}",$conteudoDaAtividade,$file);
$file = str_replace("{titulo}",$titulo,$file);
$file = str_replace("{lateral}",$lateral,$file);
$file = str_replace("{js}",$js,$file);
file_put_contents("templates_eproinfo2/t".$nroTela."atividade". $retorno[1][0].".html",$file);
$atividades[sizeof($atividades)] = $atividade;
//echo( $tela);
//}
}
return $tela;
}
function parse_tags_divs($tela,$nroTela,&$js,&$lateral){
$lateral = '<table width="70%" border="0">';
$js = '';
$tags = array(
"REFLETIR",
"GLOSSARIO",
'VIDEO',
'ORIENTACAO',
'SAIBAMAIS',
'DIARIODEBORDO',
'LEMBRETE',
'ANIMACAO',
'BIBLIOGRAFIA',
'IMAGEMOVER');
echo 'javasc'.$js;
foreach($tags as $tag){
$tela =$this->parse_tag_popupdiv($tag,$tela,$nroTela ,$retorno);
var_dump($retorno);
foreach($retorno as $item ){
// if ($item) {
echo 'item'.$item[0].$tag;
$texto_lateral = explode(" ",ucfirst(trim($item[1])));
echo 'txt';var_dump($texto_lateral);// die();
if(count($texto_lateral) > 4){
$texto_lateral_final = $texto_lateral[0].' '.$texto_lateral[1] .' '.$texto_lateral[2]. '....';
}else{
$texto_lateral_final = $item[1];
}
$found = array($item[0], $tag);
array_push($foundedDivs, $found );
$js .= " j(\"#t".$nroTela.$tag.$item[0]."\").createDialog({ addr:'t".$nroTela.$tag.$item[0].".html', bg: '#000', opacity: 0.9 });\n
j(\"#t".$nroTela.$tag.$item[0]."ico\").createDialog({ addr:'t".$nroTela.$tag.$item[0].".html', bg: '#000', opacity: 0.9 });\n
j(\"#t".$nroTela.$tag.$item[0]."txt\").createDialog({ addr:'t".$nroTela.$tag.$item[0].".html', bg: '#000', opacity: 0.9 });\n";
echo 'javasc'.$js;
$lateral .= '<tr>
<td width="30%"><div id="t'.$nroTela. $tag.$item[0].'ico"><img src="icones_gif/' .$tag.'.gif" alt="'. $tag.'" width="30" height="30" /></div></td>
<td width="70%"><div id="t'.$nroTela. $tag.$item[0].'txt"> '.$texto_lateral_final. '</div></td>
</tr>
<tr>
<td colspan="2"><img src="barra_lateral_verde.png" width="145" height="11" /></td>
</tr> ';
// }
}
}
$lateral .= '</table>';
$tags = array("DESTAQUE",
"ENUM",
"CITACAO");
foreach($tags as $tag){
$tela =$this->parse_tag_div($tag,$tela,$nroTela ,$retorno);
}
return $tela;
}
function parse_tag_popupdiv($tag, $tela, $nroTela, &$processados){
$processados = array();
$aux = 1;
while($aux != 0){
$aux = preg_match_all("/<".$tag."(.*?)>(.*?)<\/".$tag."(\\1)>(.*?)<".$tag."(\\1)>(.*?)<\/".$tag."(\\1)>/is",$tela, $retorno);
// var_dump($retorno); die();
$tela = preg_replace("/<".$tag."(.*?)>(.*?)<\/".$tag."(\\1)>(.*?)<".$tag."(\\1)>(.*?)<\/".$tag."(\\1)>/is","<span class=\"".$tag."\" id=\"t".$nroTela.$tag."\\1\">\\2</span>\\4",$tela);
echo 'achou '. $aux . ' '. $tag;
//echo $tag. "/<".$tag."(.*)>(.*?)<\/".$tag."(\\1)>(.*?)<".$tag."(\\1)>(.*?)<\/".$tag."(\\1)>/"; var_dump($retorno);
if ($aux!=0){
if ($aux ==1 ){
$conteudo = $retorno[6][0];
$titulo = ucfirst(trim($retorno[2][0]));
if($tag== 'ANIMACAO'){
$conteudo = '<p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="700" height="400" title="'.$titulo.'">
<param name="movie" value="'.$retorno[6][0].'" />
<param name="quality" value="high" />
<embed src="'.$retorno[6][0].'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="400"></embed>
</object></p>';
}
$file = file_get_contents("templates_eproinfo2/templatePopup_verde.html");
/*$aux = 1;
while($aux != 0){
$aux = preg_match_all("/<br><br>/",$conteudo, $retorno);
$conteudo = preg_replace("/<br><br>/","<br>",$conteudo);
}*/
$file = str_replace("{conteudo}",$conteudo,$file);
$file = str_replace("{titulo}",$titulo,$file);
file_put_contents("templates_eproinfo2/t".$nroTela.$tag. $retorno[1][0].".html" ,$file);
//if ($retorno[1][0]==null){ $retorno[1][0] =1; }
$aux = array( $retorno[1][0] , $titulo);
$processados[sizeof($processados)] = $aux;
echo ' retornando' ; var_dump($retorno[1][0]);
echo 'gravando ' . $tag . ' '. $retorno[2][0];
}else{
//echo 'acho varios';
var_dump($retorno);
for ($z=0; $z<count($retorno[0]); $z++){
if($tag== 'ANIMACAO'){
$conteudo = $retorno[6][$z];
$conteudo = '<p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="700" height="400" title="'.$titulo.'">
<param name="movie" value="'.$retorno[6][$z].'" />
<param name="quality" value="high" />
<embed src="'.$retorno[6][$z].'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="400"></embed>
</object></p>';
}
$titulo = ucfirst(trim($retorno[2][$z]));
$file = file_get_contents( "templates_eproinfo2/templatePopup_verde.html");
$file = str_replace("{conteudo}",$conteudo,$file);
$file = str_replace("{titulo}",$titulo,$file);
file_put_contents("templates_eproinfo2/t".$nroTela.$tag. $retorno[1][$z].".html" ,$file);
$aux = array( $retorno[1][$z] , $titulo);
// if ($elemento[1]==null){ $elemento[1] =1; }
$processados[sizeof($processados)] = $aux;
// echo( $tela);
}
}
}
}
return $tela;
}
function parse_tag_div($tag, $tela, $nroTela, &$processados){
$aux = 1;
while($aux != 0){
$aux = preg_match_all("/<".$tag."(.*?)>(.*?)<\/".$tag."(\\1)>/is",$tela, $retorno);
$tela = preg_replace("/<".$tag."(.*?)>(.*?)<\/".$tag."(\\1)>/is","<span class=\"".$tag."\" id=\"t".$nroTela.$tag."\\1\">\\2</span>\\4",$tela);
}
return $tela;
}
}
?>
</body>
</html>