12
| <![CDATA[<script type="text/javascript" src="/xmlui/themes/iomg-pdf/lib/jscalendar/calendar.js">
</script>]]>
|
15
| <![CDATA[<script type="text/javascript" src="/xmlui/themes/iomg-pdf/lib/jscalendar/lang/calendar-pt.js">
</script>]]>
|
18
| <![CDATA[<script type="text/javascript" src="/xmlui/themes/iomg-pdf/lib/jscalendar/calendar-setup.js">
</script>]]>
|
21
| <![CDATA[<script type="text/javascript" src="/xmlui/themes/iomg-pdf/lib/prototype.js">
</script>]]>
|
24
| <![CDATA[<script type="text/javascript" src="/xmlui/themes/iomg-pdf/lib/jquery.js">
</script>]]>
|
27
| <![CDATA[<script type="text/javascript" src="/xmlui/themes/iomg-pdf/lib/jquery.combobox.js">
</script>]]>
|
30
| <![CDATA[<script type="text/javascript" src="/xmlui/themes/iomg-pdf/lib/jquery.dimensions.js">
</script>]]>
|
33
| <![CDATA[<script type="text/javascript" src="/xmlui/themes/iomg-pdf/lib/iomg.js">
</script>]]>
|
36
| <![CDATA[<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>]]>
|
37
| <![CDATA[<script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-17209596-2");pageTracker._trackPageview();} catch(err) {}</script>]]>
|
39
| <![CDATA[<script xmlns:i18n="http://apache.org/cocoon/i18n/2.1" xmlns="http://di.tamu.edu/DRI/1.0/" type="text/javascript">
$(
function()
{
$('#indiceCombobox').combobox( {
comboboxContainerClass: "comboboxContainer",
comboboxValueContentClass: "comboboxValueContent",
comboboxDropDownClass: "comboboxDropDownContainer",
comboboxDropDownItemClass: "comboboxItem",
comboboxDropDownItemHoverClass: "comboboxItemHover",
animationType: "slide",
width: "210px"
});
});
</script>]]>
|
233
| <![CDATA[<script type="text/javascript">
Calendar.setup(
{
inputField : "dataInicio", // ID of the input field
ifFormat : "%d/%m/%Y", // the date format
button : "btnDataInicio" // ID of the button
}
);
Calendar.setup(
{
inputField : "dataFim", // ID of the input field
ifFormat : "%d/%m/%Y", // the date format
button : "btnDataFim" // ID of the button
}
);
</script>]]>
|