mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
modificadas imagenes
This commit is contained in:
@ -1,69 +1,69 @@
|
||||
<div class="col-12 pb-2">
|
||||
<div class="row g-2 d-flex justify-content-center">
|
||||
<div class="row row-cols-3 mb-6 d-flex justify-content-center d-flex justify-content-center">
|
||||
|
||||
<div class="col-md-4 mb-md-0 mb-2">
|
||||
<div id="cosidoDiv" class="form-check checked custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label class="form-check-label custom-option-content" for="tipoCosido">
|
||||
<div class="container col-md-4 mb-6 d-flex justify-content-center" style="margin-bottom: 40px;">
|
||||
<div style="max-width:200px;max-height:200px;padding-right:0px" id="cosidoDiv" class="form-check checked custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoCosido">
|
||||
<span class="custom-option-body">
|
||||
<img src="<?= site_url("assets/img/libro_cosido.jpeg") ?>" alt="radioImg">
|
||||
<img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_cosido.png") ?>" alt="radioImg">
|
||||
</span>
|
||||
</label>
|
||||
<input name="cosido" class="form-check-input elementos-libro" type="radio" value="tipoCosido" id="tipoCosido" checked="">
|
||||
<h5 class="text-center">Libro cosido</h5>
|
||||
</div>
|
||||
<h5 class="text-center">Libro cosido</h5>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 mb-md-0 mb-2">
|
||||
<div id="fresadoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label class="form-check-label custom-option-content" for="tipoFresado">
|
||||
<div class="container col-md-4 mb-6 d-flex justify-content-center" style="margin-bottom: 40px;">
|
||||
<div style="max-width:200px;max-height:200px;padding-right:0px" id="fresadoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoFresado">
|
||||
<span class="custom-option-body">
|
||||
<img src="<?= site_url("assets/img/libro_fresado.jpeg") ?>" alt="radioImg2">
|
||||
<img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_fresado.png") ?>" alt="radioImg2">
|
||||
</span>
|
||||
</label>
|
||||
<input name="fresado" class="form-check-input elementos-libro" type="radio" value="tipoFresado" id="tipoFresado" >
|
||||
<input name="fresado" class="form-check-input elementos-libro" type="radio" value="tipoFresado" id="tipoFresado">
|
||||
<h5 class="text-center">Libro fresado</h5>
|
||||
</div>
|
||||
<h5 class="text-center">Libro fresado</h5>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 mb-md-0 mb-2">
|
||||
<div id="grapadoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label class="form-check-label custom-option-content" for="tipoGrapado">
|
||||
<div class="container col-md-4 mb-6 d-flex justify-content-center" style="margin-bottom: 40px;">
|
||||
<div style="max-width:200px;max-height:200px;padding-right:0px" id="grapadoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoGrapado">
|
||||
<span class="custom-option-body">
|
||||
<img src="<?= site_url("assets/img/libro_grapado.jpeg") ?>" alt="radioImg3">
|
||||
<img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_grapado.png") ?>" alt="radioImg3">
|
||||
</span>
|
||||
</label>
|
||||
<input name="grapado" class="form-check-input elementos-libro" type="radio" value="tipoGrapado" id="tipoGrapado" >
|
||||
<input name="grapado" class="form-check-input elementos-libro" type="radio" value="tipoGrapado" id="tipoGrapado">
|
||||
<h5 class="text-center">Libro grapado</h5>
|
||||
</div>
|
||||
<h5 class="text-center">Libro grapado</h5>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 mb-md-0 mb-2">
|
||||
<div id="espiralDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label class="form-check-label custom-option-content" for="tipoEspiral">
|
||||
</div>
|
||||
|
||||
<div class="row row-cols-3 d-flex justify-content-center d-flex justify-content-center" style="margin-bottom: 40px;">
|
||||
|
||||
<div class="col-md-4 mb-6 d-flex justify-content-center">
|
||||
<div style="max-width:200px;max-height:200px;padding-right:0px" id="espiralDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoEspiral">
|
||||
<span class="custom-option-body">
|
||||
<img src="<?= site_url("assets/img/libro_espiral.jpeg") ?>" alt="radioImg4">
|
||||
<img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_espiral.png") ?>" alt="radioImg4">
|
||||
</span>
|
||||
</label>
|
||||
<input name="espiral" class="form-check-input elementos-libro" type="radio" value="tipoEspiral" id="tipoEspiral" >
|
||||
<input name="espiral" class="form-check-input elementos-libro" type="radio" value="tipoEspiral" id="tipoEspiral">
|
||||
<h5 class="text-center">Libro espiral</h5>
|
||||
</div>
|
||||
<h5 class="text-center">Libro espiral</h5>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 mb-md-0 mb-2">
|
||||
<div id="wireoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label class="form-check-label custom-option-content" for="tipoWireO">
|
||||
<div class="col-md-4 mb-6 d-flex justify-content-center" style="margin-bottom: 40px;">
|
||||
<div style="max-width:200px;max-height:200px;padding-right:0px" id="wireoDiv" class="form-check custom-option-tipo custom-option custom-option-image custom-option-image-radio">
|
||||
<label style="max-width:200px;max-height:200px;" class="form-check-label custom-option-content" for="tipoWireO">
|
||||
<span class="custom-option-body">
|
||||
<img src="<?= site_url("assets/img/libro_wire-o.jpeg") ?>" alt="radioImg5">
|
||||
<img style="max-width:200px;max-height:200px;" src="<?= site_url("assets/img/libro_wire-o.png") ?>" alt="radioImg5">
|
||||
</span>
|
||||
</label>
|
||||
<input name="wireo" class="form-check-input elementos-libro" type="radio" value="tipoWireO" id="tipoWireO">
|
||||
<h5 class="text-center">Libro wire-o</h5>
|
||||
</div>
|
||||
<h5 class="text-center">Libro espiral</h5>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row g-2">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
12712
xdebug.log
12712
xdebug.log
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user