|
|
@ -56,8 +56,7 @@
|
|
|
|
<input type="radio" name="{name}" class="form-check-input" value="{value}" checked="" />
|
|
|
|
<input type="radio" name="{name}" class="form-check-input" value="{value}" checked="" />
|
|
|
|
<div class="position-relative">
|
|
|
|
<div class="position-relative">
|
|
|
|
<img src="{src}" width="240" height="150"
|
|
|
|
<img src="{src}" width="240" height="150"
|
|
|
|
data-crdn-photo-id="{crdnPhotoId}"
|
|
|
|
data-crdn-photo-id="{crdnPhotoId}" data-mosaic="{mosaic}"
|
|
|
|
data-mosaic="{mosaic}"
|
|
|
|
|
|
|
|
onload='fn_photoMask($("#photoMask--top").is(":checked"),this);' />
|
|
|
|
onload='fn_photoMask($("#photoMask--top").is(":checked"),this);' />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
@ -69,9 +68,8 @@
|
|
|
|
<label class="mx-1 d-flex flex-row">
|
|
|
|
<label class="mx-1 d-flex flex-row">
|
|
|
|
<input type="radio" name="{name}" class="form-check-input" value="{value}" checked="" />
|
|
|
|
<input type="radio" name="{name}" class="form-check-input" value="{value}" checked="" />
|
|
|
|
<div class="position-relative">
|
|
|
|
<div class="position-relative">
|
|
|
|
<img src="{src}" width="210" height="140"
|
|
|
|
<img src="{src}" width="230" height="154"
|
|
|
|
data-crdn-photo-id="{crdnPhotoId}"
|
|
|
|
data-crdn-photo-id="{crdnPhotoId}" data-mosaic="{mosaic}"
|
|
|
|
data-mosaic="{mosaic}"
|
|
|
|
|
|
|
|
onload='fn_photoMask($("#photoMask--top").is(":checked"),this);' />
|
|
|
|
onload='fn_photoMask($("#photoMask--top").is(":checked"),this);' />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|