"Serel Tuning Marka Bilgileri"
Bootstrap 3.1.0 Snippet by kudret

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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 ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Marka Bilgileri</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="marka_desc">marda_desc</label> <div class="col-md-4"> <input id="marka_desc" name="marka_desc" type="text" placeholder="placeholder" class="form-control input-md"> <span class="help-block">Marka değiştirmek istiyorsanız markayı üründen silmelisiniz.</span> </div> </div> <!-- Button --> <div class="form-group"> <label class="col-md-4 control-label" for="sil"></label> <div class="col-md-4"> <button id="sil" name="sil" class="btn btn-primary">Markayı Üründen Sil</button> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: