-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Affiche des icônes pour chaque onglet.
- Loading branch information
Showing
4 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<ul> | ||
<li><a href="#page0" id="nav_page0" data-icon="check">Instantané</a></li> | ||
<li><a href="#page1" id="nav_page1" data-icon="clock">Aperçu 24h</a></li> | ||
<li><a href="#page2" id="nav_page2" data-icon="calendar">Historiques</a></li> | ||
<li><a href="#page0" id="nav_page0" data-icon="check" ><img class="ui-icon ui-icon-check"/>Instantané</a></li> | ||
<li><a href="#page1" id="nav_page1" data-icon="clock"><img class="ui-icon ui-icon-clock"/>Aperçu 24h</a></li> | ||
<li><a href="#page2" id="nav_page2" data-icon="calendar"><img class="ui-icon ui-icon-calendar"/>Historiques</a></li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<ul> | ||
<li><a href="#page0" id="nav_page0" data-icon="check">Instantané</a></li> | ||
<li><a href="#page1" id="nav_page1" data-icon="clock">Aperçu 24h</a></li> | ||
<li><a href="#page2" id="nav_page2" data-icon="calendar">Historiques</a></li> | ||
<li><a href="#page0" id="nav_page0" data-icon="check" ><img class="ui-icon ui-icon-check"/>Instantané</a></li> | ||
<li><a href="#page1" id="nav_page1" data-icon="clock"><img class="ui-icon ui-icon-clock"/>Aperçu 24h</a></li> | ||
<li><a href="#page2" id="nav_page2" data-icon="calendar"><img class="ui-icon ui-icon-calendar"/>Historiques</a></li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters