Guest User

Untitled

a guest
Oct 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <div id="langue" class="png_fix">
  2. <span class="fr">
  3. <a href="[(#URL_SITE_SPIP|parametre_url{lang,fr})]" title="FR">
  4. [(#LANG|=={fr}|oui)<img src="[(#CHEMIN{img/fr_on.png})]" width="27px" height="23px" alt="<:consortium:fr:>" title="<:consortium:fr:>" class="png_fix"/>]
  5. [(#LANG|=={fr}|non)<img src="[(#CHEMIN{img/fr.png})]" width="27px" height="23px" alt="<:consortium:fr:>" title="<:consortium:fr:>" class="png_fix"/>]
  6. </a>
  7. </span>
  8.  
  9. <span class="en">
  10. <a href="[(#URL_SITE_SPIP|parametre_url{lang,en})]" title="EN">
  11. [(#LANG|=={en}|oui)<img src="[(#CHEMIN{img/en_on.png})]" width="27px" height="23px" alt="<:consortium:en:>" title="<:consortium:en:>" class="png_fix"/>]
  12. [(#LANG|=={en}|non)<img src="[(#CHEMIN{img/en.png})]" width="27px" height="23px" alt="<:consortium:en:>" title="<:consortium:en:>" class="png_fix"/>]
  13. </a>
  14. </span>
  15.  
  16. <span class="en">
  17. <a href="[(#URL_SITE_SPIP|parametre_url{lang,ja})]" title="ja">
  18. [(#LANG|=={ja}|oui)<img src="[(#CHEMIN{img/ja_on.png})]" width="27px" height="23px" alt="<:consortium:en:>" title="<:consortium:ja:>" class="png_fix"/>]
  19. [(#LANG|=={ja}|non)<img src="[(#CHEMIN{img/ja.png})]" width="27px" height="23px" alt="<:consortium:en:>" title="<:consortium:ja:>" class="png_fix"/>]
  20. </a>
  21. </span>
  22.  
  23.  
  24. </div><!-- Fin de #langue-->
Add Comment
Please, Sign In to add comment