Changeset 93166 in spip-zone
- Timestamp:
- Nov 25, 2015, 4:47:57 PM (5 years ago)
- Location:
- _squelettes_/tiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/tiles/article.html
r88735 r93166 11 11 ] 12 12 [<link rel="stylesheet" href="(#CHEMIN{style.css})" type="text/css">] 13 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7. 3/leaflet.css" />13 <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.css" /> 14 14 <style type="text/css"> 15 15 html, body,#map { width: 100%; height: 100%; margin: 0; padding: 0; } … … 30 30 .CodeMirror-scroll { height: auto; overflow-y: hidden; overflow-x: auto; } 31 31 </style> 32 <script src="http://cdn.leafletjs.com/leaflet-0.7. 3/leaflet.js"></script>32 <script src="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script> 33 33 [(#ENV{edit}|oui) 34 34 <script src="http://cdnjs.cloudflare.com/ajax/libs/codemirror/5.2.0/codemirror.js"></script> -
_squelettes_/tiles/paquet.xml
r88735 r93166 2 2 prefix="tiles" 3 3 categorie="squelette" 4 version="1.0. 0"4 version="1.0.1" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.