-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcotationtest.php
More file actions
41 lines (39 loc) · 1.91 KB
/
Copy pathcotationtest.php
File metadata and controls
41 lines (39 loc) · 1.91 KB
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
<?php include 'header.php'; ?>
<div class="breadcum">
<div class="container">
<ol class="breadcrumb">
<li>
<a href="index.html"> <i class="livicon icon3 icon4" data-name="home" data-size="18" data-loop="true" data-c="#3d3d3d" data-hc="#3d3d3d"></i>Dashboard
</a>
</li>
<li class="hidden-xs">
<i class="livicon icon3" data-name="angle-double-right" data-size="18" data-loop="true" data-c="#01bc8c" data-hc="#01bc8c"></i>
<a href="#">Demande de Cotation</a>
</li>
</ol>
<div class="pull-right">
<i class="livicon icon3" data-name="responsive-menu" data-size="20" data-loop="true" data-c="#3d3d3d" data-hc="#3d3d3d"></i> Demande de cotation
</div>
</div>
</div>
<div class="container" style="margin-top:60px;">
<div class="panel panel-primary">
<div class="panel-heading"><div class="text-center"><h2 style="color:white;"><strong>Demande de Cotation -Identification de la Marchandise</strong></h2></div></div>
<div class="panel-body "><!--style="background:#154360 ;-->
<div class="form-group">
<div class="text-center" style="margin-bottom:60px;">
<h2 ><strong>S'agit-t-il d'une marchandise dangereuse ?</strong></h2>
</div>
<div class="btn-group-center">
<div class="col-md-6 display-no" style="display: block;">
<form method="get" action="cotationtestnon.php">
<button type="submit" class="btn btn-success btn-block" style="font-size:35px" style="border : 4px solid #fff">Non</button></form></div>
<div class="col-md-6 display-no" style="display: block;">
<form method="get" action="cotationtestoui.php">
<button type="submit" class="btn btn-danger btn-block" style="font-size:35px" style="border : 4px solid #fff">Oui</button></form></div>
</div>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>