/**
* @author Francesco
*/
function StandardModule()
{
this.open = false;
this.mod = null;
this.istanza = null;
this.nome = null;
this.init = function(mod, istanza, nome)
{
this.mod = parseInt(mod);
this.istanza = istanza;
this.nome = nome;
}
this.script_page = "modulo.php";
this.script_path = "include_amministrazione/php/";
this.setDefaults = function()
{
this.setTarget(getById("content"));
this.setLoadingTarget(getById("content"));
this.params["mod"] = this.mod;
this.params["nome"] = this.nome;
this.params["istanza"] = this.istanza;
}
this.close = function()
{
this.open = false;
var html = "
";
html += "" + this.nome + "";
getById("m" + this.istanza).innerHTML = html;
}
this.loadmenu = function()
{
if (this.open) this.close();
else
{
var html = "";
this.open = true;
if (ListaUnici[this.mod] != true)
{
html = "
";
html += "" + this.nome + "";
if (PIns[this.mod] == 1 && this.mod != 12) // TRANNE IL MODULO AGENDA
html += "
Inserisci";
html += "
Visualizza";
}
else html = "
" + this.nome + "";
var cr = false;
try
{
if (ListaRicerche[this.mod] instanceof Ricerche)
{
if (PRic[this.mod] == 1)
{
cr = true;
html += "