31 lines
820 B
HTML
31 lines
820 B
HTML
[(#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>
|