-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathafficheProjet.html
84 lines (80 loc) · 6.18 KB
/
afficheProjet.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<div >
<div class="row">
<div class="col-lg-8 col-md-8">
<div class="panel bd-0">
<div class="panel-heading no-bd bg-dark">
<h3 class="panel-title">Arborescence du projet</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-md-14">
<h3><strong>Panel Body</strong></h3>
<p>Put what you want</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-md-8">
<h3>Projet </h3>
<div class="">
<ul id="myTab2" class="nav nav-tabs nav-dark">
<li class="active"><a href="#tab1" data-toggle="tab"><i ></i> Informations</a></li>
<li class=""><a href="#tab2_1" data-toggle="tab"><i ></i> Tester</a></li>
<li class="dropdown">
<a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown"><i ></i> Visualiser <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
<li><a href="#tab2_3" tabindex="-1" data-toggle="tab">Metriques</a></li>
<li><a href="#tab2_4" tabindex="-1" data-toggle="tab">Design Patern</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown"><i ></i> Résultats <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
<li><a href="#tab2_3" tabindex="-1" data-toggle="tab">Metriques par Methode</a></li>
<li><a href="#tab2_3" tabindex="-1" data-toggle="tab">Metriques par Classe</a></li>
<li><a href="#tab2_3" tabindex="-1" data-toggle="tab">Metriques par projet</a></li>
<li><a href="#tab2_4" tabindex="-1" data-toggle="tab">Statistiques</a></li>
<li><a href="#tab2_4" tabindex="-1" data-toggle="tab">Graphes</a></li>
</ul>
</li>
<li ><a href="#tab2_2" data-toggle="tab"><i class=""></i> Exporter</a></li>
<li ><a href="#tab2_2" data-toggle="tab"><i class=""></i> Parametrage</a></li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="tab1">
<div class="row column-seperation">
<div class="col-md-6">
<h3>Rapports des tests</h3><br><br>
<p> <h4><i class="glyphicon glyphicon-minus"></i> Nom du projet : {{reports.nom}}</h4></p><br>
<p> <h4><i class="glyphicon glyphicon-minus"></i> Date de l'ajout du projet : {{reports.date_ajout}}</h4></p><br>
<p> <h4><i class="glyphicon glyphicon-minus"></i> Date du dernier test : {{reports.date_dernier}}</h4></p><br>
<p> <h4><i class="glyphicon glyphicon-minus"></i> Nombre de test effectuées : {{reports.nbprojets}}</h4></p><br>
</div>
</div>
</div>
<div class="tab-pane fade" id="tab2_1">
<div class="row column-seperation">
<div class="col-md-6 line-separator">
<h3><strong>Big</strong> Title for your tab</h3>
<h4>Customize your tab as you want easily</h4>
</div>
<div class="col-md-6">
<p class="light">default, the textarea element comes with a vertical scrollbar (and maybe even a horizontal scrollbar). This vertical scrollbar enables the user to continue entering and reviewing their text (by scrolling up and down).</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="tab2_3">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
<div class="tab-pane fade" id="tab2_4">
<p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.</p>
</div>
</div>
</div>
</div>
</div>
<!-- END MAIN CONTENT -->
</div>