Commit 77325c9cdad09d141d60da349950dc68e6237fa1
1 parent
87130997
Exists in
master
and in
7 other branches
Remoção da ferramenta Nuvem de tags da lista de opções
Showing
12 changed files
with
38 additions
and
28 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/importarwmc/index.js
| @@ -84,10 +84,7 @@ i3GEOF.importarwmc = { | @@ -84,10 +84,7 @@ i3GEOF.importarwmc = { | ||
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | $i(iddiv).innerHTML += i3GEOF.importarwmc.html(); | 86 | $i(iddiv).innerHTML += i3GEOF.importarwmc.html(); |
| 87 | - new YAHOO.widget.Button( | ||
| 88 | - "i3GEOimportarwmcbotao1", | ||
| 89 | - {onclick:{fn: i3GEOF.importarwmc.submete}} | ||
| 90 | - ); | 87 | + |
| 91 | 88 | ||
| 92 | }, | 89 | }, |
| 93 | /* | 90 | /* |
| @@ -129,7 +126,12 @@ i3GEOF.importarwmc = { | @@ -129,7 +126,12 @@ i3GEOF.importarwmc = { | ||
| 129 | false, | 126 | false, |
| 130 | "hd", | 127 | "hd", |
| 131 | cabecalho, | 128 | cabecalho, |
| 132 | - minimiza | 129 | + minimiza, |
| 130 | + true, | ||
| 131 | + "", | ||
| 132 | + "", | ||
| 133 | + "", | ||
| 134 | + "" | ||
| 133 | ); | 135 | ); |
| 134 | divid = janela[2].id; | 136 | divid = janela[2].id; |
| 135 | $i("i3GEOF.importarwmc_corpo").style.backgroundColor = "white"; | 137 | $i("i3GEOF.importarwmc_corpo").style.backgroundColor = "white"; |
ferramentas/importarwmc/template_mst.html
| 1 | -<form id='i3GEOimportarwmcf' target='i3GEOimportarwmciframe' action='{{{locaplic}}}/ferramentas/importarwmc/upload.php' method='post' ENCTYPE='multipart/form-data'> | ||
| 2 | - <p class='paragrafo'> | ||
| 3 | - {{{arquivo}}}: <br> | ||
| 4 | - <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> | ||
| 5 | - </p> | ||
| 6 | - <p class='paragrafo'>Ou URL:</p> | ||
| 7 | - <div class='i3geoForm i3geoFormIconeEdita'> | ||
| 8 | - <input type='text' name='i3GEOimportarwmcurl' /> | ||
| 9 | - </div> | ||
| 10 | - <br> | ||
| 11 | - <p class='paragrafo'> | ||
| 12 | - <input id='i3GEOimportarwmcbotao1' type='button' value='{{{importar}}}' size='12' name='submit'> | 1 | +<div class='container-fluid'> |
| 2 | + <form id='i3GEOimportarwmcf' target='i3GEOimportarwmciframe' action='{{{locaplic}}}/ferramentas/importarwmc/upload.php' method='post' ENCTYPE='multipart/form-data'> | ||
| 3 | + | ||
| 4 | + <label class="control-label">{{{arquivo}}}</label> | ||
| 5 | + <div class="input-group-btn"> | ||
| 6 | + <button type="button" class="btn btn-primary pull-left" onclick="$(this).parent().find('input[type=file]').click();">XML</button> | ||
| 7 | + <input name="i3GEOimportarwmc" onchange="$(this).parent().parent().find('.form-control').html($(this).val().split(/[\\|/]/).pop());" style="display: none;" type="file"> | ||
| 8 | + <span class="form-control"></span> | ||
| 9 | + </div> | ||
| 10 | + | ||
| 11 | + <div class='form-group label-fixed condensed'> | ||
| 12 | + <label class="control-label">Ou URL</label> | ||
| 13 | + <input class="form-control input-lg" type='text' value='' name='i3GEOimportarwmcurl' /> | ||
| 14 | + </div> | ||
| 15 | + | ||
| 16 | + <button onclick="i3GEOF.importarwmc.submete()" class='btn btn-primary btn-sm btn-raised' name='submit'>{{{importar}}}</button> | ||
| 17 | + | ||
| 18 | + | ||
| 13 | <input type='hidden' name='g_sid' value='{{{sid}}}'> | 19 | <input type='hidden' name='g_sid' value='{{{sid}}}'> |
| 14 | <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | 20 | <input type='hidden' name='MAX_FILE_SIZE' value='100000'> |
| 15 | -</form> | ||
| 16 | -<br> | ||
| 17 | -<iframe name='i3GEOimportarwmciframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | ||
| 18 | \ No newline at end of file | 21 | \ No newline at end of file |
| 22 | + </form> | ||
| 23 | + <iframe name='i3GEOimportarwmciframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | ||
| 24 | +</div> | ||
| 19 | \ No newline at end of file | 25 | \ No newline at end of file |
ferramentas/nuvemtags/index.js
| @@ -273,10 +273,12 @@ i3GEOF.nuvemtags = { | @@ -273,10 +273,12 @@ i3GEOF.nuvemtags = { | ||
| 273 | } | 273 | } |
| 274 | }} | 274 | }} |
| 275 | ); | 275 | ); |
| 276 | + /* | ||
| 276 | $i("i3GEOnuvemtagsbotao1-button").style.minHeight = "1em"; | 277 | $i("i3GEOnuvemtagsbotao1-button").style.minHeight = "1em"; |
| 277 | $i("i3GEOnuvemtagsbotao1-button").style.padding = "0px 15px"; | 278 | $i("i3GEOnuvemtagsbotao1-button").style.padding = "0px 15px"; |
| 278 | $i("i3GEOnuvemtagsbotao2-button").style.minHeight = "1em"; | 279 | $i("i3GEOnuvemtagsbotao2-button").style.minHeight = "1em"; |
| 279 | $i("i3GEOnuvemtagsbotao2-button").style.padding = "0px 15px"; | 280 | $i("i3GEOnuvemtagsbotao2-button").style.padding = "0px 15px"; |
| 281 | + */ | ||
| 280 | i3GEOF.nuvemtags.aguarde.visibility = "hidden"; | 282 | i3GEOF.nuvemtags.aguarde.visibility = "hidden"; |
| 281 | }, | 283 | }, |
| 282 | /* | 284 | /* |
interface/carto_ol.htm
| @@ -291,7 +291,7 @@ | @@ -291,7 +291,7 @@ | ||
| 291 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> | 291 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> |
| 292 | </li> | 292 | </li> |
| 293 | <li> | 293 | <li> |
| 294 | - <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> | 294 | + <!-- <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> --> |
| 295 | </li> | 295 | </li> |
| 296 | <li> | 296 | <li> |
| 297 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> | 297 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> |
interface/gm.phtml
| @@ -302,7 +302,7 @@ include("../ms_configura.php"); | @@ -302,7 +302,7 @@ include("../ms_configura.php"); | ||
| 302 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> | 302 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> |
| 303 | </li> | 303 | </li> |
| 304 | <li> | 304 | <li> |
| 305 | - <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> | 305 | + <!-- <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> --> |
| 306 | </li> | 306 | </li> |
| 307 | <li> | 307 | <li> |
| 308 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> | 308 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> |
interface/gmdebug.phtml
| @@ -302,7 +302,7 @@ include("../ms_configura.php"); | @@ -302,7 +302,7 @@ include("../ms_configura.php"); | ||
| 302 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> | 302 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> |
| 303 | </li> | 303 | </li> |
| 304 | <li> | 304 | <li> |
| 305 | - <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> | 305 | + <!-- <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> --> |
| 306 | </li> | 306 | </li> |
| 307 | <li> | 307 | <li> |
| 308 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> | 308 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> |
interface/googlemaps_noite.phtml
| @@ -302,7 +302,7 @@ include("../ms_configura.php"); | @@ -302,7 +302,7 @@ include("../ms_configura.php"); | ||
| 302 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> | 302 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> |
| 303 | </li> | 303 | </li> |
| 304 | <li> | 304 | <li> |
| 305 | - <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> | 305 | + <!-- <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> --> |
| 306 | </li> | 306 | </li> |
| 307 | <li> | 307 | <li> |
| 308 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> | 308 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> |
interface/ol.htm
| @@ -286,7 +286,7 @@ | @@ -286,7 +286,7 @@ | ||
| 286 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> | 286 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> |
| 287 | </li> | 287 | </li> |
| 288 | <li> | 288 | <li> |
| 289 | - <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> | 289 | + <!-- <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> --> |
| 290 | </li> | 290 | </li> |
| 291 | <li> | 291 | <li> |
| 292 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> | 292 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> |
interface/openlayersdebug.htm
| @@ -287,7 +287,7 @@ | @@ -287,7 +287,7 @@ | ||
| 287 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> | 287 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> |
| 288 | </li> | 288 | </li> |
| 289 | <li> | 289 | <li> |
| 290 | - <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> | 290 | + <!-- <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> --> |
| 291 | </li> | 291 | </li> |
| 292 | <li> | 292 | <li> |
| 293 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> | 293 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> |
interface/osm.htm
| @@ -286,7 +286,7 @@ | @@ -286,7 +286,7 @@ | ||
| 286 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> | 286 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> |
| 287 | </li> | 287 | </li> |
| 288 | <li> | 288 | <li> |
| 289 | - <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> | 289 | + <!-- <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> --> |
| 290 | </li> | 290 | </li> |
| 291 | <li> | 291 | <li> |
| 292 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> | 292 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> |
interface/osmdebug.htm
| @@ -286,7 +286,7 @@ | @@ -286,7 +286,7 @@ | ||
| 286 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> | 286 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.importarwmc()">{{{a3a}}}</a> |
| 287 | </li> | 287 | </li> |
| 288 | <li> | 288 | <li> |
| 289 | - <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> | 289 | + <!-- <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.nuvemTags()">{{{a5a}}}</a> --> |
| 290 | </li> | 290 | </li> |
| 291 | <li> | 291 | <li> |
| 292 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> | 292 | <a href="javascript:void(0)" onclick="i3GEO.arvoreDeTemas.dialogo.carouselTemas()">Miniaturas</a> |