"Vista"
Bootstrap 3.3.0 Snippet by mauryesqueda

<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 ----------> <section> <legend style="color:#FFFFFF">Ficha de Texto</legend> <form class="form-horizontal"> <div class="form-group"> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">ID</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo int($_POST['id']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Nombre</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['nombre']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Titulo de Cortesia</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['titulocortesia']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Puesto</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['puesto']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Dirección</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['dirección']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">codigo postal</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo int($_POST['cp']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Pais</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['pais']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Provincia</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['provincia']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Telefono</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo int($_POST['telefono']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Movil</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo int($_POST['movil']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">E-mail</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['email']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">E-mail 2</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['email2']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Red Social</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['redsocial1']); ?>"></strong></td> </tr> </div> </div> </div> </table> <table> <tr> <div class="col-md-3"> </div> <div class="row"> <div class="col-md-3"> <tr> <td><strong><label class="col-md-3 control-label" style="width: 100px;" for="precio">Red Socia 2</label></strong></td> <td><strong><input name="textfield" type="text" readonly="readonly" value="<?php echo htmlspecialchars($_POST['redsocial2']); ?>"></strong></td> </tr> </div> </div> </div> </table> <div class="row" style="margin-top: 50px; margin-left: 175px;" > <div class="col-md-4" style="margin-: 50px"> <button id="Guardar" name="Guardar" class="btn btn-success">Editar</button> </div> </div> </form> </section>

Related: See More


Questions / Comments: