special/recentfiles

This commit is contained in:
Michael Murtaugh
2019-07-22 15:35:19 +02:00
parent 7e379b97c9
commit 004d262004
20 changed files with 1511 additions and 186 deletions

View File

@@ -18,12 +18,22 @@
<div class="zoom-controls">
<div class="leaflet-control-zoom leaflet-bar leaflet-control">
<a class="leaflet-control-zoom-in" href="#" title="Zoom in" role="button" aria-label="Zoom in">+</a>
<a class="leaflet-control-zoom-out" href="#" title="Zoom out" role="button" aria-label="Zoom out">-</a>
<a class="leaflet-control-zoom-out" href="#" title="Zoom out" role="button" aria-label="Zoom out">&ndash;</a>
</div>
</div>
<div id="specialclosediv">
<a id="specialclosebutton" href="#" title="Zoom in" role="button" aria-label="Zoom in">&times;</a>
</div>
<div id="specialselectdiv">
<select id="special">
<option value="">carte</option>
<option value="/m/special/recentfiles/recentfiles.html">nouveaux fichiers</option>
</select>
</div>
<div id="specialiframediv"></div>
</div>
<div id="wikiframediv">
<iframe id="wikiframe" src="/mw"></iframe>
<iframe id="wikiframe" name="wikiframe" src="/mw"></iframe>
</div>
</div>