Example #1
0
 function GetActions()
 {
     PIE_Echo($this->actions);
 }
Example #2
0
    ?>
; width: <?php 
    PIE_Echo($objPHPImageEditor->GetWidthFinal());
    ?>
px; height: <?php 
    PIE_Echo($objPHPImageEditor->GetHeightFinal());
    ?>
px;"></div>
					<div id="imageResizerNoProportions" style="diplay: <?php 
    PIE_Echo(!$objPHPImageEditor->inputKeepProportions && $objPHPImageEditor->inputPanel == PIE_MENU_RESIZE ? 'block' : 'none');
    ?>
; width: <?php 
    PIE_Echo($objPHPImageEditor->GetWidthFinal());
    ?>
px; height: <?php 
    PIE_Echo($objPHPImageEditor->GetHeightFinal());
    ?>
px;"></div>
				</div>	
			<?php 
}
?>

<?php 
if (!$objPHPImageEditor->isAjaxPost) {
    ?>
		</div>
	</body>
	</html>
<?php 
}