17 lines
660 B
PHP
17 lines
660 B
PHP
<?php
|
|
/**
|
|
* The imagecutter view of common module of XXB.
|
|
*
|
|
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
|
|
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package common
|
|
* @version $Id: imagecutter.html.php 4029 2016-08-26 06:50:41Z liugang $
|
|
* @link https://xuanim.com
|
|
*/
|
|
if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}
|
|
$clientLang = $this->app->getClientLang();
|
|
css::import($jsRoot . 'imgcutter/min.css');
|
|
js::import($jsRoot . 'imgcutter/min.js');
|
|
?>
|