1 | |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> |
---|
4 | <head> |
---|
5 | <title>CD Manager</title> |
---|
6 | <!-- Ajout du CSS --> |
---|
7 | <link href="../css/css.css" type="text/css" rel="stylesheet" /> |
---|
8 | <link href="../css/style.css" type="text/css" rel="stylesheet" /> |
---|
9 | <!-- Scripts perso Javascript --> |
---|
10 | <script src="../js/scripts.js" type="text/javascript"></script> |
---|
11 | <!-- Script jquery --> |
---|
12 | <script src="../js/jquery-1.2.3.pack.js" type="text/javascript"></script> |
---|
13 | <script src="../js/jquery.tablesorter.min.js" type="text/javascript"></script> |
---|
14 | <script src="../js/jquery.tablehover.pack.js" type="text/javascript"></script> |
---|
15 | <!-- Script tooltip --> |
---|
16 | <script src="../js/tooltip.js" type="text/javascript"></script> |
---|
17 | <!-- Scripts fournis par Scriptaculous --> |
---|
18 | <script src="../js/prototype.js" type="text/javascript"></script> |
---|
19 | <script src="../js/effects.js" type="text/javascript"></script> |
---|
20 | <script type="text/javascript"> |
---|
21 | <!-- |
---|
22 | $(function() { |
---|
23 | $(".tosort").tablesorter({sortList:[[0,0],[1,0],[3,0]]}); |
---|
24 | }); |
---|
25 | $(document).ready(function() { |
---|
26 | $(".tosort").tableHover(); |
---|
27 | }); |
---|
28 | --> |
---|
29 | </script> |
---|
30 | </head> |
---|
31 | <body id="effect" onload="Element.hide('effect'); new Effect.Appear('effect', { duration: 0.4 });"> |
---|
32 | <div class="conteneur_result titre_modif">Ensemble des CDs que je possède <i>(1)</i></div><div class="conteneur_result"><table class="tosort" class="tablesorter"> |
---|
33 | <thead> |
---|
34 | <tr> |
---|
35 | <th>Nom Artiste</th> |
---|
36 | <th>Prénom Artiste</th> |
---|
37 | <th>Origine Artiste</th> |
---|
38 | <th>Titre Album</th> |
---|
39 | <th>Style Album</th> |
---|
40 | <th>Possession</th> |
---|
41 | <th>Date de Sortie</th> |
---|
42 | <th>Maison de Production</th> |
---|
43 | </tr> |
---|
44 | |
---|
45 | </thead> |
---|
46 | <tbody><tr><td>Hancock</td><td>Herbie</td><td>États-Unis</td><td>Empyrean Isles</td><td>Jazz</td><td>Oui</td><td>1964</td><td>Blue Note Records</td></tr></tbody></table></div><div class="conteneur_result titre_modif">Ensemble des CDs que je ne possède pas <i>(2)</i></div><div class="conteneur_result"><table class="tosort" class="tablesorter"> |
---|
47 | <thead> |
---|
48 | |
---|
49 | <tr> |
---|
50 | <th>Nom Artiste</th> |
---|
51 | <th>Prénom Artiste</th> |
---|
52 | <th>Origine Artiste</th> |
---|
53 | <th>Titre Album</th> |
---|
54 | <th>Style Album</th> |
---|
55 | <th>Possession</th> |
---|
56 | <th>Date de Sortie</th> |
---|
57 | <th>Maison de Production</th> |
---|
58 | </tr> |
---|
59 | </thead> |
---|
60 | <tbody><tr><td>Hancock</td><td>Herbie</td><td>États-Unis</td><td>Takin' Off</td><td>Jazz</td><td>Non</td><td>1962</td><td>Blue Note Records</td></tr><tr><td>Tutu le lapin</td><td>hdfhg</td><td>Canada</td><td>Toto la tortue</td><td>Blues</td><td>Non</td><td>1910</td><td>ZYX Music</td></tr></tbody></table></div><div id="buttons"><input type="button" value="Nouvelle Recherche" onclick="javascript:retour();" /></div><div id="fusion" onmouseover="tooltip.show(this)" onmouseout="tooltip.hide(this)" title="Rassembler les résultats en 2 tableaux"><form method="post" action="" ><input type="hidden" name="split" value="1" /><input type="image" value="submit" src="../images/collapse.png" alt="Fusion" /></form></div> <div id="tooltip"></div> |
---|
61 | |
---|
62 | </body> |
---|
63 | </html> |
---|
64 | |
---|