Mudanças entre as edições de "Colocar o acesso ao Webmail, através do site"

De Task Wiki
Ir para: navegação, pesquisa
Linha 10: Linha 10:
 
Abaixo disponibilizamos o script para colocar em seu site o acesso ao Webmail.
 
Abaixo disponibilizamos o script para colocar em seu site o acesso ao Webmail.
  
<html><br>
+
<nowiki><html><br>
 
<form action='https://webmail.task.com.br/wbm.php' class='domain-search' method='post' name='webmail_box' onsubmit='escolheWebmail_box();'> <br>
 
<form action='https://webmail.task.com.br/wbm.php' class='domain-search' method='post' name='webmail_box' onsubmit='escolheWebmail_box();'> <br>
 
<label for='#'>E-mail</label> <br>
 
<label for='#'>E-mail</label> <br>
Linha 18: Linha 18:
 
<button class='btn btn-primary pull-right' onClick="_gaq.push(['_setCustomVar',1,'Tipo de usuario','cliente Task',1]);">Entrar</button> <br>
 
<button class='btn btn-primary pull-right' onClick="_gaq.push(['_setCustomVar',1,'Tipo de usuario','cliente Task',1]);">Entrar</button> <br>
 
</form><br>
 
</form><br>
</html>
+
</html></nowiki>
 
 
 
 
<!--<html><br>
 
<form action='https://webmail.task.com.br/wbm.php' class='domain-search' method='post' name='webmail_box' onsubmit='escolheWebmail_box();'> <br>
 
<label for='#'>E-mail</label> <br>
 
<input class='input-large' id='user2' name='_user' style='width: 205px;' type='text' /><br>
 
<label for='#'>Senha</label> <br>
 
<input class='input-large' id='pass2' name='_pass' style='margin-left:5px;' type='password' /> <br>
 
<button class='btn btn-primary pull-right' onClick="_gaq.push(['_setCustomVar',1,'Tipo de usuario','cliente Task',1]);">Entrar</button> <br>
 
</form><br>
 
</html>-->
 

Edição das 18h08min de 11 de junho de 2019

Abaixo disponibilizamos o script para colocar em seu site o acesso ao Webmail.

<html><br> <form action='https://webmail.task.com.br/wbm.php' class='domain-search' method='post' name='webmail_box' onsubmit='escolheWebmail_box();'> <br> <label for='#'>E-mail</label> <br> <input class='input-large' id='user2' name='_user' style='width: 205px;' type='text' /><br> <label for='#'>Senha</label> <br> <input class='input-large' id='pass2' name='_pass' style='margin-left:5px;' type='password' /> <br> <button class='btn btn-primary pull-right' onClick="_gaq.push(['_setCustomVar',1,'Tipo de usuario','cliente Task',1]);">Entrar</button> <br> </form><br> </html>