Changeset 112576 in spip-zone
- Timestamp:
- Nov 30, 2018, 12:16:12 PM (2 years ago)
- Location:
- _dev_/univers_spip
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
_dev_/univers_spip/genie/univers_statsv.php
r107333 r112576 11 11 12 12 $versions = array( 13 "3.3", 13 14 "3.2", 14 15 "3.1", 15 16 "3.0", 16 "2.2",17 17 "2.1", 18 18 "2.0", -
_dev_/univers_spip/json/stats-tout.html
r107367 r112576 4 4 "versions": [ 5 5 <BOUCLE_sitesspip(WEBSITES){statut=publie}{pagination 1}> 6 <BOUCLE_v33(WEBSITES){statut=publie}{spip LIKE '3.3%'} />{ 7 "version" : "3.3", 8 "sites" : "#TOTAL_BOUCLE", 9 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#_sitesspip:GRAND_TOTAL}|round{1})]" 10 },#SET{total,#GET{total}|plus{#TOTAL_BOUCLE}}<//B_v33> 6 11 <BOUCLE_v32(WEBSITES){statut=publie}{spip LIKE '3.2%'} />{ 7 12 "version" : "3.2", … … 172 177 "sites" : "#TOTAL_BOUCLE", 173 178 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#GET{total}}|round{1})%]" 174 }<//B_v71> 179 },<//B_v71> 180 <BOUCLE_v72(WEBSITES){statut=publie}{php LIKE '7.2%'} />{ 181 "version" : "7.2", 182 "sites" : "#TOTAL_BOUCLE", 183 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#GET{total}}|round{1})%]" 184 },<//B_v72> 185 <BOUCLE_v73(WEBSITES){statut=publie}{php LIKE '7.3%'} />{ 186 "version" : "7.3", 187 "sites" : "#TOTAL_BOUCLE", 188 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#GET{total}}|round{1})%]" 189 }<//B_v73> 175 190 ] 176 191 } -
_dev_/univers_spip/json/stats-v.html
r107367 r112576 98 98 "sites" : "#TOTAL_BOUCLE", 99 99 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#GET{total}}|round{1})%]" 100 }<//B_v71> 100 },<//B_v71> 101 <BOUCLE_v72(WEBSITES){spip like #GET{likev}}{statut=publie}{php LIKE '7.2%'} />{ 102 "version" : "7.2", 103 "sites" : "#TOTAL_BOUCLE", 104 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#GET{total}}|round{1})%]" 105 },<//B_v72> 106 <BOUCLE_v73(WEBSITES){spip like #GET{likev}}{statut=publie}{php LIKE '7.3%'} />{ 107 "version" : "7.3", 108 "sites" : "#TOTAL_BOUCLE", 109 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#GET{total}}|round{1})%]" 110 }<//B_v73> 101 111 ] 102 112 } -
_dev_/univers_spip/stats-tout.html
r107430 r112576 1 1 #SET{total,0} 2 2 3 #SET{versions,#LISTE{3. 2, 3.1, 3.0, 2.2, 2.1, 2.0}}3 #SET{versions,#LISTE{3.3, 3.2, 3.1, 3.0, 2.1, 2.0}} 4 4 #SET{versions_19,#LISTE{1.9.3, 1.9.2, 1.9.1, 1.9}} 5 5 #SET{versions_18,#LISTE{1.8.3, 1.8.2, 1.8.1, 1.8.0}} 6 #SET{versions_php,#LISTE{7. 2, 7.1, 7.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.3}}6 #SET{versions_php,#LISTE{7.3, 7.2, 7.1, 7.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.3}} 7 7 8 8 <B_sitesspip> -
_dev_/univers_spip/stats-v.html
r107430 r112576 1 1 #SET{total,0} 2 2 #SET{likev,#ENV{v}|concat{%}} 3 #SET{versions_php,#LISTE{7. 2, 7.1, 7.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.3}}3 #SET{versions_php,#LISTE{7.3, 7.2, 7.1, 7.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.3}} 4 4 5 5 <BOUCLE_compte(WEBSITES){spip like #GET{likev}}{statut=publie} />#SET{total,#TOTAL_BOUCLE}<//B_compte>
Note: See TracChangeset
for help on using the changeset viewer.