Revisión 84
Añadido por Manu Mora Gordillo hace alrededor de 14 años
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> Control<span class="fontTitle">IES</span> <span class="subTitle">Centros Educativos de Extremadura</span</h1>
|
||
|
||
<!-- Beginning of compulsory code below -->
|
Exportar a: Unified diff
Mensaje loading