|
|
|
@ -6,36 +6,37 @@
|
|
|
|
<ui:html binding="#{GestaoUtilizadores.html1}" id="html1">
|
|
|
|
<ui:html binding="#{GestaoUtilizadores.html1}" id="html1">
|
|
|
|
<ui:head binding="#{GestaoUtilizadores.head1}" id="head1">
|
|
|
|
<ui:head binding="#{GestaoUtilizadores.head1}" id="head1">
|
|
|
|
<ui:link binding="#{GestaoUtilizadores.link1}" id="link1" url="/resources/stylesheet.css"/>
|
|
|
|
<ui:link binding="#{GestaoUtilizadores.link1}" id="link1" url="/resources/stylesheet.css"/>
|
|
|
|
<script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
|
|
function showPdf()
|
|
|
|
function showPdf()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
sOptions = " width = '" + screen.availWidth + "'";
|
|
|
|
sOptions = " width = '" + screen.availWidth + "'";
|
|
|
|
sOptions += " height= '" + screen.availHeight + "'";
|
|
|
|
sOptions += " height= '" + screen.availHeight + "'";
|
|
|
|
var wOpen;
|
|
|
|
var wOpen;
|
|
|
|
wOpen = window.open('./resources/pdfs/Ajuda.pdf','', sOptions );
|
|
|
|
wOpen = window.open('./resources/pdfs/Ajuda.pdf','', sOptions );
|
|
|
|
wOpen.focus();
|
|
|
|
wOpen.focus();
|
|
|
|
wOpen.moveTo(0,0);
|
|
|
|
wOpen.moveTo(0,0);
|
|
|
|
wOpen.resizeTo( screen.availWidth, screen.availHeight );
|
|
|
|
wOpen.resizeTo( screen.availWidth, screen.availHeight );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function clearEmptyTables()
|
|
|
|
function clearEmptyTables()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var t1 = document.getElementById("form1:table3:tableRowGroup3:_emptyDataColumn:_emptyDataText");
|
|
|
|
var t1 = document.getElementById("form1:table3:tableRowGroup3:_emptyDataColumn:_emptyDataText");
|
|
|
|
if(t1)
|
|
|
|
if(t1)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
t1.innerHTML = "Sem resultados";
|
|
|
|
t1.innerHTML = "Sem resultados";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var t2 = document.getElementById("form1:table1:tableRowGroup1:_emptyDataColumn:_emptyDataText");
|
|
|
|
var t2 = document.getElementById("form1:table1:tableRowGroup1:_emptyDataColumn:_emptyDataText");
|
|
|
|
if(t2)
|
|
|
|
if(t2)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
t2.innerHTML = "Sem resultados";
|
|
|
|
t2.innerHTML = "Sem resultados";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ui:script type="text/javascript" url="/resources/RaveThemeFix.js" />
|
|
|
|
</ui:head>
|
|
|
|
</ui:head>
|
|
|
|
<ui:body binding="#{GestaoUtilizadores.body1}" id="body1" style="-rave-layout: grid">
|
|
|
|
<ui:body binding="#{GestaoUtilizadores.body1}" id="body1" style="-rave-layout: grid" onLoad="showTables( 'form1:table3', 'form1:table1' );">
|
|
|
|
<ui:form binding="#{GestaoUtilizadores.form1}" id="form1">
|
|
|
|
<ui:form binding="#{GestaoUtilizadores.form1}" id="form1">
|
|
|
|
<h:panelGrid binding="#{GestaoUtilizadores.gridBase1}" columns="1" id="gridBase1"
|
|
|
|
<h:panelGrid binding="#{GestaoUtilizadores.gridBase1}" columns="1" id="gridBase1"
|
|
|
|
style="height: 24px; left: 0px; top: 96px; position: absolute; width: 100%" styleClass="centerBlock" width="648">
|
|
|
|
style="height: 24px; left: 0px; top: 96px; position: absolute; width: 100%" styleClass="centerBlock" width="648">
|
|
|
|
|