<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it-it" lang="it-it" dir="ltr">
	<head>
		  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="generator" content="Joomla! - Open Source Content Management" />
  <title>Installazione di Joomla!®</title>
  <link href="/installation/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
  <link href="/media/jui/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  <link href="/media/jui/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" />
  <link href="/media/jui/css/bootstrap-extended.css" rel="stylesheet" type="text/css" />
  <link href="/installation/template/css/template.css" rel="stylesheet" type="text/css" />
  <link href="/media/jui/css/chosen.css" rel="stylesheet" type="text/css" />
  <script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
  <script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
  <script src="/media/jui/js/jquery-migrate.min.js" type="text/javascript"></script>
  <script src="/media/jui/js/bootstrap.min.js" type="text/javascript"></script>
  <script src="/media/jui/js/chosen.jquery.min.js" type="text/javascript"></script>
  <script src="/media/system/js/core.js" type="text/javascript"></script>
  <script src="/media/system/js/punycode.js" type="text/javascript"></script>
  <script src="/media/system/js/validate.js" type="text/javascript"></script>
  <script src="/installation/template/js/installation.js" type="text/javascript"></script>
  <script type="text/javascript">

		jQuery(document).ready(function (){
			jQuery('select').chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"JGLOBAL_TYPE_OR_SELECT_SOME_OPTIONS","placeholder_text_single":"Seleziona un'opzione","no_results_text":"Nessun risultato"});
		});
	window.setInterval(function(){var r;try{r=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}if(r){r.open("GET","/installation/index.php",true);r.send(null)}},300000);
  </script>
  <script type="text/javascript">
    (function() {
      Joomla.JText.load({"JLIB_FORM_FIELD_INVALID":"Campo non valido:&#160;","ERROR":"Errore","WARNING":"Attenzione","NOTICE":"Nota","MESSAGE":"Messaggio","JLIB_JS_AJAX_ERROR_CONNECTION_ABORT":"Si \u00e8 verificata un'interruzione della connessione durante il recupero dei dati JSON.","JLIB_JS_AJAX_ERROR_NO_CONTENT":"Nessun contenuto disponibile.","JLIB_JS_AJAX_ERROR_OTHER":"Si \u00e8 verificato un errore durante il recupero dei dati JSON: HTTP %s codice di stato.","JLIB_JS_AJAX_ERROR_PARSE":"Si \u00e8 verificato un errore di analisi  durante l'elaborazione dei seguenti dati JSON:<br\/><code style=\"color:inherit;white-space:pre-wrap;padding:0;margin:0;border:0;background:inherit;\">%s<\/code>","JLIB_JS_AJAX_ERROR_TIMEOUT":"Si \u00e8 verificato un timeout durante il recupero dei dati JSON.","INSTL_PROCESS_BUSY":"Processo in esecuzione. Attendere prego...","INSTL_FTP_SETTINGS_CORRECT":"Impostazioni corrette"});
    })();
  </script>

		<!--[if lt IE 9]>
			<script src="../media/jui/js/html5.js"></script>
		<![endif]-->
		<script type="text/javascript">
			jQuery(function()
			{
				// Delay instantiation after document.formvalidation and other dependencies loaded
				window.setTimeout(function(){
					window.Install = new Installation('container-installation', 'http://www.pasmservice.it/installation/index.php');
				}, 500);
			});
		</script>
	</head>
	<body data-basepath="">
		<!-- Header -->
		<div class="header">
			<img src="/installation/template/images/joomla.png" alt="Joomla" />
			<hr />
			<h5>
																									<a href="https://www.joomla.org" target="_blank">Joomla!</a><sup>&#174;</sup> è un software libero rilasciato sotto licenza <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_blank">GNU General Public License</a>.			</h5>
		</div>
		<!-- Container -->
		<div class="container">
			<div id="system-message-container">
	</div>

			<div id="javascript-warning">
				<noscript>
					<div class="alert alert-error">
						Attenzione! JavaScript dev'essere abilitato per un'appropriata installazione di Joomla!®					</div>
				</noscript>
			</div>
			<div id="container-installation">
				<form action="index.php" method="post" id="adminForm" class="form-validate form-horizontal">
	<div class="alert alert-error inlineError" id="theDefaultError" style="display: none">
		<h4 class="alert-heading">Errore</h4>
		<p id="theDefaultErrorMessage"></p>
	</div>
	<div class="alert alert-success">
	<h3>Congratulazioni, Joomla!® è stato installato correttamente.</h3>
	</div>
	<div class="alert">
		<p>RICORDATI DI RIMUOVERE COMPLETAMENTE LA CARTELLA INSTALLATION<br />Non potrai procedere oltre questo punto se prima non avrai rimosso la cartella installation. Questa è una misura di sicurezza di Joomla!®.</p>
		<input type="button" class="btn btn-warning" name="instDefault" onclick="Install.removeFolder(this);" value="Elimina la cartella installation" />
	</div>
	<div class="btn-toolbar">
		<div class="btn-group">
			<a class="btn" href="http://www.pasmservice.it/" title="Sito"><span class="icon-eye-open"></span> Sito</a>
		</div>
		<div class="btn-group">
			<a class="btn btn-primary" href="http://www.pasmservice.it/administrator/" title="Pannello amministrativo"><span class="icon-lock icon-white"></span> Pannello amministrativo</a>
		</div>
	</div>
	<input type="hidden" name="9b0d1e5ace01a24dab6498814d24f970" value="1" /></form>

			</div>
			<hr />
		</div>
		<script>
			function initElements()
			{
				(function($){
					$('.hasTooltip').tooltip()

					// Chosen select boxes
					$("select").chosen({
						disable_search_threshold : 10,
						allow_single_deselect : true
					});

					// Turn radios into btn-group
					$('.radio.btn-group label').addClass('btn');

					$('fieldset.btn-group').each(function() {
						// Handle disabled, prevent clicks on the container, and add disabled style to each button
						if ($(this).prop('disabled')) {
							$(this).css('pointer-events', 'none').off('click');
							$(this).find('.btn').addClass('disabled');
						}
					});

					$(".btn-group label:not(.active)").click(function()
					{
						var label = $(this);
						var input = $('#' + label.attr('for'));

						if (!input.prop('checked'))
						{
							label.closest('.btn-group').find("label").removeClass('active btn-success btn-danger btn-primary');
							if(input.val()== '')
							{
									label.addClass('active btn-primary');
							 } else if(input.val()==0 || input.val()=='remove')
							{
									label.addClass('active btn-danger');
							 } else {
							label.addClass('active btn-success');
							 }
							input.prop('checked', true);
						}
					});
					$(".btn-group input[checked='checked']").each(function()
					{
						if ($(this).val()== '')
						{
						   $("label[for=" + $(this).attr('id') + "]").addClass('active btn-primary');
						} else if($(this).val()==0 || $(this).val()=='remove')
						{
						   $("label[for=" + $(this).attr('id') + "]").addClass('active btn-danger');
						} else {
							$("label[for=" + $(this).attr('id') + "]").addClass('active btn-success');
						}
					});
				})(jQuery);
			}
			initElements();
		</script>

	</body>
</html>
