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 4: Linha 4:
 
----
 
----
  
<nowiki><html>
+
<nowiki><html><br>
 
     <head>
 
     <head>
 
         <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 
         <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

Edição das 19h34min de 11 de junho de 2019


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


<html><br> <head> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> </head> <body> <center><br><br><img src="https://www.task.com.br/assets/cabecalho/logo-task.png" style="align-content: center"><br><br></center> <div class="container"> <div class="row justify-content-center align-items-center"> <form action='https://webmail.task.com.br/wbm.php' class='domain-search' method='post' name='webmail_box' onsubmit='escolheWebmail_box();'> <div class="form-group"> <label for='#'>E-mail</label> <input class='input-large' id='user2' name='_user' style='width: 250px;' type='text' /><br> </div> <div class="form-group"> <label for='#'>Senha</label> <input class='input-large' id='pass2' name='_pass' style='width: 250px;' type='password' /><br> </div> <center><button class='btn btn-primary pull-right' onClick="_gaq.push(['_setCustomVar',1,'Tipo de usuario','cliente Task',1]);">Entrar</button></center> </form> </div> </div> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html>