23 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <div class="flex flex-col space-y-1 text-center">
 | |
|      <div class="mt-1">
 | |
|         <h1 class="mb-6">
 | |
|            Bonjour {{xalias}},
 | |
|         </h1>
 | |
|      </div>   
 | |
|      <div class="mt-4">
 | |
|         <p class="text-center text-gray-500">
 | |
|             Redirige vers
 | |
|             <a  class="font-semibold leading-6 text-secondary hover:text-primary"
 | |
|                 onclick="apx.apxauth.redirecturlwithauth('http://recruiter.smatchit.newdev.ants/src/offer_fr.html','smatchit','recruiter',true);" >Redirige vers recruiter.smatchit.io/offer_fr.html&xhash....</a>
 | |
|         </p>
 | |
|         {{#member}}
 | |
|         <p>
 | |
|             Vous êtes membre de {{xtribe}} {{#noprofils}} sand profil particulier {{/noprofils}} {{^noprofils}}avec le(s) profil(s):<br><span class="text-info"> {{#profils}} {{.}}<br> {{/profils}} </span> {{/noprofils}}
 | |
|         </p>
 | |
|         {{/member}}    
 | |
|         <p>Les applications ou pages web de {{xtribe}} à visiter:<br>
 | |
|         {{#websites}}<a class="font-semibold leading-6 text-secondary hover:text-primary" href='{{{href}}}'>{{{name}}}</a><br> {{/websites}}
 | |
|         </p>
 | |
|         <button class="btn btn-primary" onclick="apx.apxauth.runtest()">testbtn</button>
 | |
|     </div>
 | |
| </div> |