template_mst.html 1.22 KB
<div class='container-fluid customScrollBar'>
	<form class="form-horizontal" role="form" id='i3GEOimportarwmcf' target='i3GEOimportarwmciframe' action='{{{locaplic}}}/ferramentas/importarwmc/upload.php' method='post' ENCTYPE='multipart/form-data'>
		<h5></h5>
		<div class="input-group-btn">
			<button type="button" class="btn btn-primary btn-raised pull-left" onclick="$(this).parent().find('input[type=file]').click();">XML</button>
			<input name="i3GEOimportarwmc" onchange="$(this).parent().parent().find('.form-control').html($(this).val().split(/[\\|/]/).pop());" style="display: none;" type="file">
			<span class="form-control"></span>
		</div>

		<div class='form-group label-fixed condensed'>
			<label class="control-label" for="" >Ou URL</label>
			<input class="form-control input-lg" type='text' value='' name='i3GEOimportarwmcurl' />
		</div>

		<button onclick="i3GEOF.importarwmc.submete()" class='btn btn-primary btn-sm btn-raised' name='submit'>{{{importar}}}</button>


		<input type='hidden' name='g_sid' value='{{{sid}}}'>
		<input type='hidden' name='MAX_FILE_SIZE' value='100000'>
	</form>
	<iframe name='i3GEOimportarwmciframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe>
</div>