"Application suivi stats 2"
Bootstrap 3.3.0 Snippet by kebafall

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <body> <div id="header"> <h1 style="color:white;background-color:#4959e9;">Nouvelle saisie de prestation</h1> </div> <div id="section"> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">ID Prestation</label> <div class="col-md-8"> <input id="textinput" name="textinput" type="text" placeholder="123-456-789" class="form-control input-md"> </div> </div> <BR></BR> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Immtriculation Mutuelle</label> <div class="col-md-8"> <input id="textinput" name="textinput" type="text" placeholder="987-654-321" class="form-control input-md"> </div> </div> <BR></BR> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="selectbasic">Liste mutuelle</label> <div class="col-md-4"> <select id="selectbasic" name="selectbasic" class="form-control"> <option value="1">Mutuelle 1</option> <option value="2">Mutuelle 2</option> <option value="2">Mutuelle 3</option> <option value="1">Mutuelle 4</option> <option value="2">Mutuelle 5</option> <option value="2">Mutuelle 6</option> </select> </div> </div> <BR></BR> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Prestation</label> <div class="col-md-8"> <input id="textinput" name="textinput" type="text" placeholder="Prestation X" class="form-control input-md"> <span class="badge badge-success" style="background-color:#0099ff;">Aide</span> </div> </div> <BR></BR> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Commentaire(s)</label> <div class="col-md-8"> <input id="textinput" name="textinput" type="text" placeholder="" class="form-control input-md"> </div> </div> <BR></BR> <!-- Button --> <div class="form-group" > <label class="col-md-4 control-label" for="singlebutton"></label> <div class="col-md-4"> <button id="singlebutton" name="singlebutton" class="btn btn-primary">Valider</button> </div> </div> </div> <div id="footer" align="Left"> Copyright © DIGICONSEIL </div> </body>
<style> #header { background-color:#4959e9; color:white; text-align:right; padding:15px; } #nav { line-height:30px; background-color:#eeeeee; height:300px; width:100px; float:left; padding:5px; } #section { width:40%; float:left; padding:10px; } #footer { background-color:#4959e9; color:white; clear:both; text-align:left; padding:5px; } </style>

Related: See More


Questions / Comments: