17 require_once SQ_CORE_PACKAGE_PATH.
'/page/page.inc';
42 parent::__construct($assetid);
57 protected function _getName($short_name=FALSE, $contextid=NULL)
60 if ($contextid === NULL) {
61 $contextid = $GLOBALS[
'SQ_SYSTEM']->getContextId();
65 $values = $GLOBALS[
'SQ_SYSTEM']->am->getAttributeValuesByName(
'name', $this->
type(), Array($this->
id), $contextid);
66 if (empty($values) === TRUE) {
67 return parent::_getName($short_name, $contextid);
69 return $values[$this->id];
83 $lock_types = parent::lockTypes();
84 $lock_types[
'content'] = ($lock_types[
'attributes'] | $lock_types[
'links']);
99 $page_links = parent::_getAllowedLinks();
100 $page_links[SQ_LINK_NOTICE][
'asset'] = Array(
'card' =>
'M',
'exclusive' => FALSE);
117 <script
type=
"text/javascript" src=
"<?php echo sq_web_path('lib');?>/js/general.js"></script>
118 <link rel=
"stylesheet" type=
"text/css" href=
"<?php echo sq_web_path('lib');?>/web/css/edit.css" />
120 require_once SQ_INCLUDE_PATH.
'/limbo_outputter.inc';
124 $efns->paintReport($this, $o, $this->
getPrefix());