Commit c9842835e0b1f3da9406e0ecc0013dc15d1b5fb5

Authored by Edmar Moretti
1 parent eb9b7427

correção no endereço das páginas e na função de abertura

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
ferramentas/imprimir/index.js.php
@@ -73,23 +73,23 @@ i3GEOF.imprimir = { @@ -73,23 +73,23 @@ i3GEOF.imprimir = {
73 ' <td>A4 paisagem</td>' + 73 ' <td>A4 paisagem</td>' +
74 ' </tr>' + 74 ' </tr>' +
75 ' <tr>' + 75 ' <tr>' +
76 - ' <td ><input style="cursor:pointer" onclick=i3GEOF.imprimirabreI(this) type=radio value="a4p.htm" name=cmodelo /></td>' + 76 + ' <td ><input style="cursor:pointer" onclick=i3GEOF.imprimir.abreI(this) type=radio value="a4p.htm" name=cmodelo /></td>' +
77 ' <td >A4 retrato</td>' + 77 ' <td >A4 retrato</td>' +
78 ' </tr>' + 78 ' </tr>' +
79 ' <tr>' + 79 ' <tr>' +
80 - ' <td><input style="cursor:pointer" onclick=i3GEOF.imprimirabreI(this) type=radio value="a4lpaisagempdf.htm" name=cmodelo /></td>' + 80 + ' <td><input style="cursor:pointer" onclick=i3GEOF.imprimir.abreI(this) type=radio value="a4lpaisagempdf.htm" name=cmodelo /></td>' +
81 ' <td>A4 com margens pdf</td>' + 81 ' <td>A4 com margens pdf</td>' +
82 ' </tr>' + 82 ' </tr>' +
83 ' <tr>' + 83 ' <tr>' +
84 - ' <td><input style="cursor:pointer" onclick=i3GEOF.imprimirabreI(this) type=radio value="geotif.php" name=cmodelo /></td>' + 84 + ' <td><input style="cursor:pointer" onclick=i3GEOF.imprimir.abreI(this) type=radio value="geotif.php" name=cmodelo /></td>' +
85 ' <td>Geo Tiff</td>' + 85 ' <td>Geo Tiff</td>' +
86 ' </tr>' + 86 ' </tr>' +
87 ' <tr>' + 87 ' <tr>' +
88 - ' <td><input style="cursor:pointer" onclick=i3GEOF.imprimirabreI(this) type=radio value="aggpng.php" name=cmodelo /></td>' + 88 + ' <td><input style="cursor:pointer" onclick=i3GEOF.imprimir.abreI(this) type=radio value="aggpng.php" name=cmodelo /></td>' +
89 ' <td>Agg/Png alta qualidade</td>' + 89 ' <td>Agg/Png alta qualidade</td>' +
90 ' </tr>' + 90 ' </tr>' +
91 ' <tr>' + 91 ' <tr>' +
92 - ' <td><input style="cursor:pointer" onclick=i3GEOF.imprimirabreI(this) type=radio value="svg.php" name=cmodelo /></td>' + 92 + ' <td><input style="cursor:pointer" onclick=i3GEOF.imprimir.abreI(this) type=radio value="svg.php" name=cmodelo /></td>' +
93 ' <td>Svg - vetorial</td>' + 93 ' <td>Svg - vetorial</td>' +
94 ' </tr>' + 94 ' </tr>' +
95 '</table>'; 95 '</table>';
@@ -133,7 +133,7 @@ i3GEOF.imprimir = { @@ -133,7 +133,7 @@ i3GEOF.imprimir = {
133 Abre uma nova janela com o resultado da impressão. 133 Abre uma nova janela com o resultado da impressão.
134 */ 134 */
135 abreI: function(obj){ 135 abreI: function(obj){
136 - window.open(obj.value+"?g_sid="+i3GEO.configura.sid); 136 + window.open(i3GEO.configura.locaplic+"/ferramentas/imprimir/"+obj.value+"?g_sid="+i3GEO.configura.sid);
137 } 137 }
138 }; 138 };
139 <?php error_reporting(0);if(extension_loaded('zlib')){ob_end_flush();}?> 139 <?php error_reporting(0);if(extension_loaded('zlib')){ob_end_flush();}?>
140 \ No newline at end of file 140 \ No newline at end of file