10
| <![CDATA[<script type="text/javascript" language="JavaScript">
//PortalConfiguration.setTitle('Secretaria de <em>Xxxxxx Xxxxxx Xxxx</em>');
//PortalConfiguration.setTrackBack('<a href="index.htm">Secretaria Xxxxxxxxxxxx</a>');
PortalConfiguration.hideSearch();
PortalConfiguration.hideTools();
PortalConfiguration.hideTitle();
PortalConfiguration.hideInfoInstante();
PortalConfiguration.setMenu('claro');
PortalConfiguration.setColor('#FFFFFF');
//PortalConfiguration.setTrackBack('<a href="http://www.prefeitura.sp.gov.br/">Capa do Portal</a> > <a href="http://www.prefeitura.sp.gov.br/cidade/secretarias">Secretarias</a> > Finanças');
PortalConfiguration.setResolution('1024x768');
</script>]]>
|
38
| <![CDATA[<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17025963-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>]]>
|
57
| <![CDATA[<script type="text/javascript">
function findValue(li) {
if (li == null) return alert("No match!");
// if coming from an AJAX call, let's use the CityId as the value
if (!!li.extra) var sValue = li.extra[0];
// otherwise, let's just display the value in the text box
else var sValue = li.selectValue;
//alert("The value you selected was: " + sValue);
}
function selectItem(li) {
findValue(li);
}
function formatItem(row) {
return row[0] // + " (id: " + row[1] + ")";
}
$(document).ready(function() {
$("#ctl00_ContentPlaceHolder1_txtPesquisaFlora").autocomplete("FloraAutocompleteData.ashx", {
matchSubset: 1,
matchContains: 1,
cacheLength: 10,
onItemSelect: selectItem,
onFindValue: findValue,
formatItem: formatItem
});
$("#ctl00_ContentPlaceHolder1_txtAAutor").autocomplete("FloraAutocompleteAutor.ashx", {
matchSubset: 1,
matchContains: 1,
cacheLength: 10,
onItemSelect: selectItem,
onFindValue: findValue,
formatItem: formatItem
});
$("#ctl00_ContentPlaceHolder1_txtAEpiteto").autocomplete("FloraAutocompleteEpiteto.ashx", {
matchSubset: 1,
matchContains: 1,
cacheLength: 10,
onItemSelect: selectItem,
onFindValue: findValue,
formatItem: formatItem
});
$("#ctl00_ContentPlaceHolder1_txtAGenero").autocomplete("FloraAutocompleteGenero.ashx", {
matchSubset: 1,
matchContains: 1,
cacheLength: 10,
onItemSelect: selectItem,
onFindValue: findValue,
formatItem: formatItem
});
});
</script>]]>
|
120
| <![CDATA[<script type="text/javascript" language="JavaScript">
<!--
PortalStructure.printHeader(); // Insere o Header na página
-->
</script>]]>
|
144
| <![CDATA[<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>]]>
|
432
| <![CDATA[<script type="text/javascript">
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(registraAutoComplete);
function registraAutoComplete() {
$(document).ready(function() {
$("#ctl00_ContentPlaceHolder1_txtPesquisaFlora").autocomplete("FloraAutocompleteData.ashx", {
matchSubset: 1,
matchContains: 1,
cacheLength: 10,
onItemSelect: selectItem,
onFindValue: findValue,
formatItem: formatItem
});
$("#ctl00_ContentPlaceHolder1_txtAAutor").autocomplete("FloraAutocompleteAutor.ashx", {
matchSubset: 1,
matchContains: 1,
cacheLength: 10,
onItemSelect: selectItem,
onFindValue: findValue,
formatItem: formatItem
});
$("#ctl00_ContentPlaceHolder1_txtAEpiteto").autocomplete("FloraAutocompleteEpiteto.ashx", {
matchSubset: 1,
matchContains: 1,
cacheLength: 10,
onItemSelect: selectItem,
onFindValue: findValue,
formatItem: formatItem
});
$("#ctl00_ContentPlaceHolder1_txtAGenero").autocomplete("FloraAutocompleteGenero.ashx", {
matchSubset: 1,
matchContains: 1,
cacheLength: 10,
onItemSelect: selectItem,
onFindValue: findValue,
formatItem: formatItem
});
});
}
</script>]]>
|
507
| <![CDATA[<script type="text/javascript" language="JavaScript">
<!--
PortalStructure.printFooter(); // Insere o Footer na página
-->
</script>]]>
|