<?xml version="1.0" encoding="UTF-8" ?>
<Module>
	<ModulePrefs
		author="Cleber Rech"
		author_aboutme="Desenvolvedor de software"
		author_email="clrech@gmail.com"
		author_link="http://cleber.net.br"
		author_location="Paraná, Brasil"
		author_photo="http://cleber.net.br/sites/default/files/images/avatar-gadgets.png"
		author_quote="Quem salva uma vida salva o mundo inteiro"
		category="tools"
		description="__MSG_descricao__"
		height="200"
		screenshot="http://gadgets-utfpr.appspot.com/imagens/screenshot.png"
		thumbnail="http://gadgets-utfpr.appspot.com/imagens/thumbnail.png"
		title="__MSG_titulo__"
		title_url="http://code.google.com/p/gadget-horario-utfpr-medianeira/">
		<Locale messages="http://gadgets-utfpr.appspot.com/i18n/ALL_ALL.xml" />
		
		<Optional feature="maximize" />
		<Optional feature="shareable-prefs" />
		
		<Require feature="com.google.gadgets.analytics" />
		<Require feature="dynamic-height" />
		<Require feature="minimessage" />
		<Require feature="setprefs" />
		<Require feature="tabs" />
		<Require feature="views" />
	</ModulePrefs>

	<UserPref name="turmas" datatype="hidden" />

	<Content type="html" view="canvas, default, home, profile">
	<![CDATA[
		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
		<script type="text/javascript" src="http://gadgets-utfpr.appspot.com/js/comum.js"></script>
		<script type="text/javascript">
			gadgets.util.registerOnLoadHandler(iniciar); 
		</script>
		
		<link rel="stylesheet" type="text/css" href="http://gadgets-utfpr.appspot.com/estilos/comum.css" />
		
		<div id="abaTurmas" style="display: none">
			<div id="controles">
				<div id="textoSelecionar">Selecione as suas turmas:</div>
				<div id="selectTurmas"></div>
				<button id="adicionarTurmas" onclick="utfpr.adicionarTurma()">Adicionar</button>
				<img id="ajaxLoader" src="http://gadgets-utfpr.appspot.com/imagens/ajax-loader.gif" style="display: none;" />
			</div>
			<table id="tabelaTurmas"></table>
		</div>
		
		<table id="horarios"></table>
		<div id="avisoLegal">__MSG_avisoLegal__</div>
	]]>
	</Content>
</Module>
