43
| <![CDATA[<img src="images/brasao.jpeg" alt="alternative" style="width: 70px;height:55px;border-radius: 5px;">]]>
|
48
| <![CDATA[<span style="font-size: 25px;">Sec. da Saúde - Minas do Leão</span>]]>
|
148
| <![CDATA[<h3 id="dataAttFaixasGrupos" style="color: gray;">Carregando informações...</h3>]]>
|
166
| <![CDATA[<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTc3fDlrkhoKbTs-11aDJ8FyilWdHj3B9JcJ4VANwroNIq476AMh2Lnkp0sAe1VHPcxh76YVY6iMASG/pubhtml?gid=1272120144&single=true&widget=true&headers=false"
width="90%" height="700px" style="border: solid;"
></iframe>]]>
|
174
| <![CDATA[<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTc3fDlrkhoKbTs-11aDJ8FyilWdHj3B9JcJ4VANwroNIq476AMh2Lnkp0sAe1VHPcxh76YVY6iMASG/pubhtml?gid=1101702235&single=true&widget=true&headers=false"
width="90%" height="700px" style="border: solid;"
></iframe>]]>
|
245
| <![CDATA[<button onclick="topFunction()" id="myBtn">
<img src="images/up-arrow.png" alt="alternative">
</button>]]>
|
265
| <![CDATA[<script>
$(document).ready(function(){
var url = 'https://sheets.googleapis.com/v4/spreadsheets/1LFqnDwA38hrvFKNL25gun-_nhbmNb09p8Ro-pS7dUT8/?key=AIzaSyBBOJXh7isQwRrjMSDuX1fY7A4qFNiNLnM&includeGridData=true';
var response;
axios.get(url)
.then(function (response) {
console.log(response);
//Data atualização dos Grupos e Faixas
let dataAttFaixasGruposVar = $('#headerFaixasGrupos');
dataAttFaixasGruposVar.find('#dataAttFaixasGrupos').html(response.data.sheets[4].data[0].rowData[0].values[0].formattedValue);
})
.catch(function (error) {
console.log(error);
});
});
</script>]]>
|