Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
afficher l'url complete pour les referers de type email
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-emmanuel committed Apr 19, 2019
1 parent a0dfea3 commit f2d2c76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prive/squelettes/contenu/stats_referers.html
Expand Up @@ -42,10 +42,17 @@ <h3>
<div class="referer-detail none-js">
<ul>
<BOUCLE_sous(POUR){tableau #VALEUR{referers}}{si #GET{whitelisted}|oui}>
[(#_statsr:CLE|=={(email)}|oui)
<li>
<a href="#VALEUR{referer}">#VALEUR{referer}</a>
[(#VALEUR{visites}|>{1}|oui)\(#VALEUR{visites}\)]
</li>
][(#_statsr:CLE|=={(email)}|non)
<li><a href="#VALEUR{referer}">[(#VALEUR{keywords}|?{[&laquo;&nbsp;(#VALEUR{keywords})&nbsp;&raquo;],[(#VALEUR{path})]})]</a>
[(#VALEUR{visites}|>{1}|oui)\(#VALEUR{visites}\)]
[<br />(#VALEUR{referes})]
</li>
]
</BOUCLE_sous>
</ul>
</div>
Expand Down

0 comments on commit f2d2c76

Please sign in to comment.