|
|
|
@ -59,55 +59,59 @@ |
|
|
|
</tr></table> |
|
|
|
</div> |
|
|
|
<div class="bgc-grp1 d-grp1" style="margin-top: 2px"> |
|
|
|
<div class="bgc-head1 f-head1 d-head1"> |
|
|
|
<div class="bgc-grp-head1 f-grp-head1 d-grp-head1"> |
|
|
|
<?=_('personal data')?>
|
|
|
|
</div> |
|
|
|
<div class="bgc-box1 f-box1 d-box1"> |
|
|
|
<div> |
|
|
|
<input type="hidden" id="personId" value="-1" disabled="true" /> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="hidden" id="photographerId" value="-1" |
|
|
|
disabled="true" /> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="hidden" id="ownerId" value="-1" disabled="true" /> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="firstname" value="" disabled="true" |
|
|
|
onChange="pInUp.setFirstname (this.value)" /> |
|
|
|
<?=_('firstname')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="surname" value="" disabled="true" |
|
|
|
onChange="pInUp.setSurname (this.value)" /> |
|
|
|
<?=_('surname')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="company" value="" disabled="true" |
|
|
|
onChange="pInUp.setCompany (this.value)" /> |
|
|
|
<?=_('company')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="email" value="" disabled="true" |
|
|
|
onChange="pInUp.setEmail (this.value)" /> |
|
|
|
<?=_('email')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="url" value="" disabled="true" |
|
|
|
onChange="pInUp.setUrl (this.value)" /> |
|
|
|
<?=_('url')?>
|
|
|
|
<div> |
|
|
|
<div class="bgc-box1 f-box1 d-box1"> |
|
|
|
<div> |
|
|
|
<input type="hidden" id="personId" value="-1" |
|
|
|
disabled="true" /> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="hidden" id="photographerId" value="-1" |
|
|
|
disabled="true" /> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="hidden" id="ownerId" value="-1" |
|
|
|
disabled="true" /> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="firstname" value="" disabled="true" |
|
|
|
onChange="pInUp.setFirstname (this.value)" /> |
|
|
|
<?=_('firstname')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="surname" value="" disabled="true" |
|
|
|
onChange="pInUp.setSurname (this.value)" /> |
|
|
|
<?=_('surname')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="company" value="" disabled="true" |
|
|
|
onChange="pInUp.setCompany (this.value)" /> |
|
|
|
<?=_('company')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="email" value="" disabled="true" |
|
|
|
onChange="pInUp.setEmail (this.value)" /> |
|
|
|
<?=_('email')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="url" value="" disabled="true" |
|
|
|
onChange="pInUp.setUrl (this.value)" /> |
|
|
|
<?=_('url')?>
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="bgc-grp1 d-grp1" style="margin-top: 2px"> |
|
|
|
<div class="bgc-head1 f-head1 d-head1" id="_title_camera"> |
|
|
|
<div class="bgc-grp-head1 f-grp-head1 d-grp-head1" id="_title_camera"> |
|
|
|
<img style="
|
|
|
|
position: relative; |
|
|
|
float: right; |
|
|
|
@ -116,18 +120,22 @@ |
|
|
|
onClick="showHideBlock ('_title_camera')" /> |
|
|
|
<?=_('photographer')?>
|
|
|
|
</div> |
|
|
|
<div class="bgc-box1 f-box1 d-box1" style="display: none"> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="cameraId" value="-1" disabled="true" |
|
|
|
onChange="pInUp.setCameraId (this.value)" /> |
|
|
|
<?=_('cameraId')?>
|
|
|
|
<div style="display: none"> |
|
|
|
<div class="bgc-box1 f-box1 d-box1"> |
|
|
|
<div class="bgc-box-head1 f-box-head1 d-box-head1">camera</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="cameraId" value="-1" disabled="true" |
|
|
|
onChange="pInUp.setCameraId (this.value)" /> |
|
|
|
<?=_('cameraId')?>
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="bgc-grp1 d-grp1" style="margin-top: 2px"> |
|
|
|
<div class="bgc-head1 f-head1 d-head1" id="_title_watermark"> |
|
|
|
<div class="bgc-grp-head1 f-grp-head1 d-grp-head1" |
|
|
|
id="_title_watermark"> |
|
|
|
<img style="
|
|
|
|
position: relative; |
|
|
|
float: right; |
|
|
|
@ -136,30 +144,37 @@ |
|
|
|
onClick="showHideBlock ('_title_watermark')" /> |
|
|
|
<?=_('owner')?>
|
|
|
|
</div> |
|
|
|
<div class="bgc-box1 f-box1 d-box1" style="display: none"> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="wmWidth" value="" disabled="true" |
|
|
|
onChange="pInUp.setWmWidth (this.value)" /> |
|
|
|
<?=_('watermark width')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="wmHeight" value="" disabled="true" |
|
|
|
onChange="pInUp.setWmHeight (this.value)" /> |
|
|
|
<?=_('watermark height')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="wmXPos" value="" disabled="true" |
|
|
|
onChange="pInUp.setWmXPos (this.value)" /> |
|
|
|
<?=_('watermark xPos')?>
|
|
|
|
<div style="display: none"> |
|
|
|
<div class="bgc-box1 f-box1 d-box1"> |
|
|
|
<div class="bgc-box-head1 f-box-head1 d-box-head1"> |
|
|
|
watermark</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="wmWidth" value="" disabled="true" |
|
|
|
onChange="pInUp.setWmWidth (this.value)" /> |
|
|
|
<?=_('watermark width')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="wmHeight" value="" disabled="true" |
|
|
|
onChange="pInUp.setWmHeight (this.value)" /> |
|
|
|
<?=_('watermark height')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="wmXPos" value="" disabled="true" |
|
|
|
onChange="pInUp.setWmXPos (this.value)" /> |
|
|
|
<?=_('watermark xPos')?>
|
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="wmYPos" value="" disabled="true" |
|
|
|
onChange="pInUp.setWmYPos (this.value)" /> |
|
|
|
<?=_('watermark yPos')?>
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<input type="text" style="width: 200px" maxlength="255" |
|
|
|
id="wmYPos" value="" disabled="true" |
|
|
|
onChange="pInUp.setWmYPos (this.value)" /> |
|
|
|
<?=_('watermark yPos')?>
|
|
|
|
<div class="bgc-box1 f-box1 d-box1"> |
|
|
|
<div class="bgc-box-head1 f-box-head1 d-box-head1">more</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|