Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 84

Mensaje loading

Ver diferencias:

main.html
});
function loadModule(module){
$("#module").load(module+"/index.html");
$("#messageLoading").show();
$("#module").load(module+"/index.html", function() {
$("#messageLoading").hide();
});
}
function logout(){
......
</head>
<body>
<div id="messageLoading" class="ui-state-error ui-corner-all" style="padding: 0pt 0.7em; float:right; width:90px; display:none;">
<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: 0.3em;"></span>
<strong id="messageGetGroups">Cargando...</strong></p>
</div>
<h1>&nbsp;&nbsp;Control<span class="fontTitle">IES</span>&nbsp;&nbsp;<span class="subTitle">Centros Educativos de Extremadura</span</h1>
<!-- Beginning of compulsory code below -->

Exportar a: Unified diff