crea/inte-crea/groupe.html
author ndurand
Thu, 02 Apr 2015 17:29:54 +0200
changeset 1361 5087560b51b6
parent 348 d211a78da395
permissions -rw-r--r--
Upgrade to Django 1.6: reworked and fixed tests and deprecations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<!doctype html>
224
a79a94e14d4d Debut integration page Player
veltr
parents: 213
diff changeset
     2
<html lang="fr">
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
<head>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
224
a79a94e14d4d Debut integration page Player
veltr
parents: 213
diff changeset
     5
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
    <title>Plateforme LDT : Groupe "Nom du Groupe"</title>
213
d2e1bc8cf390 Modif compatibilite IE 9
veltr
parents: 212
diff changeset
     7
    <link rel="stylesheet" href="css/ldt-commun.css" type="text/css" />
d2e1bc8cf390 Modif compatibilite IE 9
veltr
parents: 212
diff changeset
     8
    <link rel="stylesheet" href="css/ldt-groupe.css" type="text/css" />
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
</head>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
<body>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
    <div id="general_container">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
<!-- BARRE DE TITRE COMMUNE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
        <ul class="floatlist" id="title_bar">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
            <li id="li_h1">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
                <h1><a href="#"><b>Lignes</b> de temps</a></h1>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
            <li id="li_search">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
                <form id="form_search">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
                    <input id="search_text" name="q" value="" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
                    <input id="search_submit" type="submit" value="Rechercher" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
                </form>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
            <li id="li_annotation">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
                <div class="fl">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
                    <a href="#"><img src="img/annot_icon.png" id="annot_icon" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
                </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
                <div class="fl">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
                    <a href="#">Annoter</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
                </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
            <li id="li_connexion">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
                <a href="#">Connexion</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
<!-- MÉDIAS DU GROUPE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
        <ul class="floatlist" id="medias_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
            <li class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
                <h2>Nom du groupe</h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    61
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    62
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    63
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    64
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    65
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    66
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    67
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    68
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    69
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    70
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    71
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    72
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    73
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    74
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    75
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    76
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    78
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    79
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    80
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    81
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    82
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    83
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    84
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    85
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    86
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    87
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    88
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    89
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    90
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    91
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    92
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    93
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    94
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    95
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    96
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    97
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    98
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    99
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   100
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   101
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   102
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   103
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   104
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   105
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   106
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   107
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   108
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   109
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   110
            <li class="li_media">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   111
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   112
                <div class="bulle_annot">120</div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   113
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   114
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   115
            </li>
348
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   116
            <li class="li_media">
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   117
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   118
                <div class="bulle_annot">120</div>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   119
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   120
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   121
            </li>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   122
            <li class="li_media">
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   123
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   124
                <div class="bulle_annot">120</div>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   125
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   126
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   127
            </li>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   128
            <li class="li_media">
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   129
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   130
                <div class="bulle_annot">120</div>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   131
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   132
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   133
            </li>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   134
            <li class="li_media">
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   135
                <a href="#"><img class="img_media" src="img/placeholder_16_9.jpg" width="134" height="75" /></a>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   136
                <div class="bulle_annot">120</div>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   137
                <p><a href="#"><b>Lorem Ipsum</b></a></p>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   138
                <p class="font_11">par <a class="under" href="#">Ars Industrialis</a> | 1h30</p>
d211a78da395 Merge and add search list in front template.
cavaliet
parents: 224
diff changeset
   139
            </li>
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   140
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   141
                <p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   142
                    <a class="pink" href="#">1</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   143
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   144
                    <a class="blue under" href="#">2</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   145
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   146
                    <a class="blue under" href="#">3</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   147
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   148
                    <a class="blue under" href="#">4</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   149
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   150
                    <a class="blue under" href="#">5</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   151
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   152
                    <a class="blue under" href="#">6</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   153
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   154
                    <a class="blue under" href="#">7</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   155
                    .
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   156
                    <a class="blue under" href="#">Suivant</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   157
                </p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   158
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   159
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   160
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   161
<!-- COLONNE DROITE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   162
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   163
        <div id="groupe_droite">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   164
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   165
<!-- MANIFESTE -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   166
            <div class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   167
                <h2>À propos du groupe</h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   168
            </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   169
            <p class="bigmargin">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   170
            Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem …
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   171
            </p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   172
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   173
            <div class="btn fl"><a href="#">+ d'infos…</a></div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   174
            <div class="btn fr" id="embed_search"><a href="#">Recherche embarquée</a></div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   175
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   176
            <p class="clear">&nbsp;</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   177
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   178
<!-- MEMBRES ACTIFS -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   179
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   180
            <div class="li_h2">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   181
                <h2>Membres actifs <span class="pink">(27)</span></h2>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   182
            </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   183
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   184
            <ul class="floatlist" id="membres_groupes">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   185
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   186
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   187
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   188
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   189
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   190
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   191
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   192
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   193
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   194
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   195
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   196
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   197
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   198
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   199
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   200
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   201
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   202
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   203
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   204
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   205
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   206
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   207
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   208
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   209
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   210
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   211
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   212
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   213
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   214
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   215
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   216
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   217
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   218
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   219
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   220
                <li class="li_membre_groupe">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   221
                    <img class="img_media" src="img/placeholder_avatar.png" width="36" height="36" />
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   222
                    <p><b>jean-marc</b></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   223
                    <p class="font_11">12 annotations depuis le 21/12/12</p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   224
                </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   225
            </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   226
            
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   227
            <p class="bigmargin fr"><a class="blue under">+ Voir tous les membres</a></p>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   228
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   229
        </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   230
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   231
<!-- FOOTER COMMUN -->
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   232
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   233
        <ul id="footer">
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   234
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   235
                <a href="#">V.01.15</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   236
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   237
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   238
                <a href="#"> © &nbsp;2011 IRI</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   239
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   240
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   241
                <a href="#">Contact</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   242
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   243
            <li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   244
                <a href="#">A propos</a>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   245
            </li>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   246
        </ul>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   247
        <div class="clear"></div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   248
    </div>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   249
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   250
</body>
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   251
</html>