2008-12-15 06:37:56 +00:00
|
|
|
<? defined("SYSPATH") or die("No direct script access."); ?>
|
|
|
|
|
<div id="gWatermarkAdmin">
|
|
|
|
|
<div id="gTargetImage" class="droppable">
|
2008-12-15 23:08:18 +00:00
|
|
|
<img src="<?= $sample_image ?>"></img>
|
2008-12-15 06:37:56 +00:00
|
|
|
</div>
|
2008-12-15 23:08:18 +00:00
|
|
|
<div id="gWaterMark">
|
|
|
|
|
<!-- This style and div is only temporary -->
|
|
|
|
|
<div style="background-color: #cccccc;">
|
|
|
|
|
<img src="<?= $watermark_image ?>" class="draggable"
|
|
|
|
|
width="<?= $watermark_width ?>" height="<?= $watermark_height ?>" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="gWatermarkPostionForm" >
|
|
|
|
|
<?= $watermark_position_form ?>
|
2008-12-15 06:37:56 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|