|
|
|
|
@ -6,15 +6,6 @@
|
|
|
|
|
<ui:html binding="#{RecuperarPassword.html1}" id="html1">
|
|
|
|
|
<ui:head binding="#{RecuperarPassword.head1}" id="head1">
|
|
|
|
|
<ui:link binding="#{RecuperarPassword.link1}" id="link1" url="/resources/stylesheet.css"/>
|
|
|
|
|
<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>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
try {
|
|
|
|
|
var pageTracker = _gat._getTracker("UA-6942416-1");
|
|
|
|
|
pageTracker._trackPageview();
|
|
|
|
|
} catch(err) {}</script>
|
|
|
|
|
</ui:head>
|
|
|
|
|
<ui:body binding="#{RecuperarPassword.body1}" id="body1" style="-rave-layout: grid">
|
|
|
|
|
<ui:form binding="#{RecuperarPassword.form1}" id="form1">
|
|
|
|
|
@ -51,6 +42,15 @@
|
|
|
|
|
<jsp:directive.include file="Footer.jspf"/>
|
|
|
|
|
</div>
|
|
|
|
|
</ui:form>
|
|
|
|
|
<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>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
try {
|
|
|
|
|
var pageTracker = _gat._getTracker("UA-6942416-1");
|
|
|
|
|
pageTracker._trackPageview();
|
|
|
|
|
} catch(err) {}</script>
|
|
|
|
|
</ui:body>
|
|
|
|
|
</ui:html>
|
|
|
|
|
</ui:page>
|
|
|
|
|
|