/**
  * Constructor
  */
 function BxProfileCustomizeTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     if (isset($GLOBALS['oAdmTemplate'])) {
         $GLOBALS['oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
     }
 }
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     if (isset($GLOBALS['oAdmTemplate'])) {
         $GLOBALS['oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
     }
 }
示例#3
0
 function loadTemplates()
 {
     parent::loadTemplates();
     $this->_aTemplates['script'] = '<script language="javascript" type="text/javascript">__content__</script>';
     $this->_aTemplates['on_result'] = '<script language="javascript" type="text/javascript">alert(\'__message__\')</script>';
     $this->_aTemplates['on_result_inline'] = '<script language="javascript" type="text/javascript">parent.__js_object__.showResultInline(__params__);</script>';
 }
示例#4
0
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('comments');
     $this->_oModule = null;
     $this->oPaginate = null;
     $this->sCssPrefix = '';
 }
 function BxDolTextTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('comments');
     $this->_oModule = null;
     $this->oPaginate = null;
     $this->sCssPrefix = '';
 }
 /**
  * Class constructor
  */
 function BxFaceBookConnectTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#7
0
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->addJs('main.js');
     $this->addCss('main.css');
 }
 function __construct(&$oConfig)
 {
     $oDb = null;
     parent::__construct($oConfig, $oDb);
     $this->_isAjaxOutput = $this->_isAjaxRequest();
 }
 function BxDolMobileTemplate(&$oConfig, &$oDb, $sRootPath = BX_DIRECTORY_PATH_ROOT, $sRootUrl = BX_DOL_URL_ROOT)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb, $sRootPath, $sRootUrl);
 }
 function parseHtmlByName($sName, $aVariables, $mixedKeyWrapperHtml = null, $sCheckIn = BX_DOL_TEMPLATE_CHECK_IN_BOTH)
 {
     return parent::parseHtmlByName($sName . (strlen($sName) < 6 || substr_compare($sName, '.html', -5, 5) !== 0 ? '.html' : ''), $aVariables);
 }
示例#11
0
 /**
  * Constructor
  */
 function BxPageACTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#12
0
 /**
  * Constructor
  */
 function BxDolFilesTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#13
0
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('divider', 'balloon', 'repost', 'common', 'common_media', 'comments', 'actions');
 }
示例#14
0
 function __construct(&$oConfig, &$oDb, $sRootPath = BX_DIRECTORY_PATH_ROOT, $sRootUrl = BX_DOL_URL_ROOT)
 {
     parent::__construct($oConfig, $oDb, $sRootPath, $sRootUrl);
 }
示例#15
0
 function parseHtmlByName($sName, &$aVars)
 {
     return parent::parseHtmlByName($sName . '.html', $aVars);
 }
示例#16
0
 function parseHtmlByName($sName, $aVars)
 {
     return parent::parseHtmlByName($sName . (strlen($sName) < 6 || substr_compare($sName, '.html', -5, 5) !== 0 ? '.html' : ''), $aVars);
 }
示例#17
0
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->addStudioCss(array('main.css'));
 }
示例#18
0
 function loadTemplates()
 {
     parent::loadTemplates();
 }
 /**
  * Class constructor
  */
 function BxDataMigrationTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#20
0
 /**
  * Constructor
  */
 function BxWallTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('divider', 'balloon', 'comments', 'comments_actions', 'common_media');
 }
示例#21
0
 /**
  * Class constructor
  */
 function BxShoutBoxTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#22
0
 function BxChatPlusTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
 /**
  * Class constructor
  */
 function BxSimpleMessengerTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#24
0
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
 }
示例#25
0
 function loadTemplates()
 {
     parent::loadTemplates();
     $this->_aTemplates['common_link'] = '<div class="wall-post-link"><div class="wall-lnk-title">__title__</div><div class="wall-lnk-url"><a href="__url__" target="_blank">__url__</a></div><div class="wall-lnk-description">__description__</div></div>';
 }