﻿/*
 * Module ID & link definitions
 * Format:
 * moduleId:{url: "url_of_this_module (relative to index.html)",
 *  		 t:   "title_for_this_module",
 */ 
var _modules={
	mies100:{url:"modules/mies100.html",	t:"Proyectos"},
	mies101:{url:"modules/mies101.html",	t:"Bienvenida"},
	mies102:{url:"modules/mies102.html",	t:"Fotos"},

	

	mies200:{url:"modules/mies200.html",	t:"Localización"},
	mies201:{url:"modules/mies201.html",	t:"Datos Postales"},
	mies202:{url:"modules/mies202.html",	t:"Telefonos"},


	mies301:{url:"modules/mies301.html",	t:"Plataformas del IES Pintor Pedro Gómez"},
	

	mies400:{url:"modules/mies400.html",	t:"Ayuda Correo"},
	mies401:{url:"modules/mies401.html",	t:"Ciente de correo GMail"},
	
	mies407:{url:"modules/mies402.html",	t:"Ciente de correo IESPPG"},
	
	mies500:{url:"modules/mies500.html",	t:"Consigna"},
	
	mies600:{url:"modules/mies600.html",	t:"Todas las noticias"},
	mies601:{url:"modules/mies601.html",	t:"Todas las noticias para Profesores"},
	mies602:{url:"modules/mies602.html",	t:"Todas las noticias para Tutores"},
	mies603:{url:"modules/mies603.html",	t:"Todas las noticias para Jefes de Departamento "},
	mies604:{url:"modules/mies604.html",	t:"Todas las noticias para Alumnos"},
	mies605:{url:"modules/mies605.html",	t:"Tablon de anuncios"},
	
	
	
	mies700:{url:"modules/mies700.html",	t:"SMS Tutorias"},
	

	mies800:{url:"modules/mies800.html",	t:"MSDN del IES Pintor Pedro Gómez"},
	

	
};

/*
 * Layout definitions for each tab, i.e., which modules go to which columns under which tab
 * Format:
 * 		tab_id: [
 * 			...
 * 			"{module_id}:{column_id, c1, c2, ...}:[optional color class]:[optional template name]",
 * 			...
 * 		]
 */
var _moduleLayout={
	t1:["mies100:c1","mies101:c2", "mies102:c3"],
	
	t2:["mies200:c1", "mies201:c2", "mies202:c3"],
	
	
	t3:["mies301:c1"],

	t4:["mies400:c1"],
	t41:["mies401:c1"],
	t42:["mies407:c1"],
	t43:['mies700:c1'],
	
	t5:['mies500:c1'],
	t6:['mies600:c1'],
	t61:['mies601:c1'],
	t62:['mies602:c1'],
	t63:['mies603:c1'],
	t64:['mies604:c1'],
	t65:['mies605:c1'],
	
	
	
	t8:['mies800:c1']
		
};

/* 
 * Column layout definitions, i.e., how the columns (containers) are placed under each tab
 * Pure CSS properties can be set upon each column, e.g., width, float, etc. You can refer
 * to jQuery.fn.css() for more details.
 * 
 * The "bg" property is used to set the background of all columns, which actually affects <body>
 * 
 * A _default value set is provided, to save your efforts of setting each tab manually
 */
var _columnLayout = {
	_default: { bg:'normal',
				c1:'span-23',
				c2:'span-12',
				c3:'span-11',
				c4:'span-22'
	},
	t2:{ bg:'darker',
		 c1:'span-12',
		 c2:'span-9',
		 c3:'span-12'
		
	},
	t21:{ bg:'darker',
		 c1:'span-4',
		 c2:'span-20 last'
	},
	t3:{ bg:'dark',
		 c1:'span-24',
		 c2:'span-12',
		 c3:'span-12 last'
	},
	t4:{ bg:'lighter',
		 c1:'span-18',
		 c2:'span-18 last',
		 c3:'hide'
	},
	t41:{ c1:'span-12',
		  c2:'span-12 last'
	},
	t42:{ c1:'span-24 last'
	},
	t43:{ c1:'span-11'
	},

	t5:{ c1:'span-24' 
	},
	t6:{ c1:'span-24' 
	},
	t61:{ c1:'span-24' 
	},
	t62:{ c1:'span-24' 
	},
	t63:{ c1:'span-24' 
	},
	t64:{ c1:'span-24' 
	},
	t65:{ c1:'span-24' 
	},
	
	t8:{ c1:'span-24'
	}
	
};
