spip_nursit/plugins/dist/themes/zpip-1/jqtouch/inc-theme-head.html

32 lines
820 B
HTML
Raw Normal View History

2023-06-01 15:30:12 +00:00
[(#REM)
Squelette
(c) xxx
Distribue sous licence GPL
]
[(#REM) jqtouch a besoin de jquery avant le insert head]
<script src="#CHEMIN{jqtouch/jqtouch.min.js}" type="application/x-javascript"></script>
<style type="text/css" media="screen">@import "#CHEMIN{jqtouch/jqtouch.min.css}";</style>
<style type="text/css" media="screen">@import "#CHEMIN{themes/jqt/theme.min.css}";</style>
<script type="text/javascript">
$.jQTouch({
icon: '#CHEMIN{jqtouch.png}',
statusBar: 'black-translucent',
preloadImages: [
'#CHEMIN{themes/jqt/img/chevron_white.png}',
'#CHEMIN{themes/jqt/img/bg_row_select.gif}',
'#CHEMIN{themes/jqt/img/back_button_clicked.png}',
'#CHEMIN{themes/jqt/img/button_clicked.png}'
]
});
</script>