davistuart

Untitled

Apr 23rd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.98 KB | None | 0 0
  1. <%--dentro do <s:if test="%{#request.parceria != 'minhacasa'}"> --%>
  2. <link rel="StyleSheet" href="${ctx}/styles/loja/erroDiv.css" type="text/css" media="screen"/>
  3.  
  4. <%-- substituir <div id="errologin"> --%>
  5. <div <c:if test="${retornoAjax eq null}">id="errologin"</c:if><c:if test="${retornoAjax ne null}">id="erroDiv"</c:if>>
  6.     <h2>Meu Cadastro</h2>
  7.     <img src="${ctxImg}/images/loja/botoes/fechar_popin${parceria}.png" class="fechar_popin" <c:if test="${retornoAjax eq null}">onclick="displayPopIn('errologin','none');" </c:if><c:if test="${retornoAjax ne null}">onclick="displayPopIn('erroDiv','none');" </c:if>style="cursor: pointer;"/>
  8.  
  9. <%-- substituir <a onclick="displayPopIn('errologin','none'); displayPopIn('atendimento','block');">  --%>
  10. <a <c:if test="${retornoAjax eq null}">onclick="displayPopIn('errologin','none'); displayPopIn('atendimento','block');"</c:if><c:if test="${retornoAjax ne null}">onclick="displayPopIn('erroDiv','none'); displayPopIn('atendimento','block');"</c:if>>
Advertisement
Add Comment
Please, Sign In to add comment