gamutable/inclure/gamutable.html
2020-03-11 10:11:13 +01:00

16 lines
595 B
HTML

<link rel="stylesheet" href="[(#CHEMIN{css/gamutable.css}|compacte|timestamp)]" type="text/css" media="screen" title="no title" charset="utf-8">
<div id="app">
<mon-tableau
apiuri="spip.php?page=json_gamutable.json"
:tparpage="[11,22,33,'tous']"
ref="montableau"
></mon-tableau>
</div>
[(#CONFIG{gamutable/version_js}|=={dev}|?{
<script src="[(#CHEMIN{js/vue.js}|timestamp)]" type="text/javascript"></script>
,
<script src="[(#CHEMIN{js/vue.min.js}|timestamp)]" type="text/javascript"></script>
})]
<script src="[(#CHEMIN{js/gamutable.js}|timestamp)]" type="text/javascript"></script>