File: /var/www/ilya/data/www/irkboard.ru/cache/cacheid_1/skin_chatsigma.php
<?php
/*--------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD 3 */
/* CACHE FILE: Skin set id: 1 */
/* CACHE FILE: Generated: Tue, 18 Aug 2009 18:01:53 GMT */
/* DO NOT EDIT DIRECTLY - THE CHANGES WILL NOT BE */
/* WRITTEN TO THE DATABASE AUTOMATICALLY */
/*--------------------------------------------------*/
class skin_chatsigma_1 {
/**
* Construct
*/
function __construct( ipsRegistry $registry )
{
/* Make object */
$this->registry = $registry;
$this->DB = $this->registry->DB();
$this->settings =& $this->registry->fetchSettings();
$this->request =& $this->registry->fetchRequest();
$this->lang = $this->registry->getClass('class_localization');
$this->member = $this->registry->member();
$this->memberData =& $this->registry->member()->fetchMemberData();
$this->cache = $this->registry->cache();
$this->caches =& $this->registry->cache()->fetchCaches();
}
/* -- chat_inline --*/
function chat_inline($server="",$acc_no="",$lang="",$w="",$h="",$user="",$pass="") {
$IPBHTML = "";
$IPBHTML .= "" . $this->registry->getClass('output')->addJSModule("chat", "0" ) . "
<h2>{$this->lang->words['sigmachat_title']}</h2>
<div class='generic_bar'></div>
<div id='parachat'>
<applet codebase=\"http://{$server}/current/\" code=\"Client.class\" archive=\"scclient_{$lang}.zip\" width=\"{$w}\" height=\"{$h}\" MAYSCRIPT>
<param name=\"room\" value=\"{$acc_no}\">
<param name=\"cabbase\" value=\"scclient_{$lang}.cab\">
<param name=\"username\" value=\"{$user}\">
<param name=\"password\" value=\"{$pass}\">
<param name=\"autologin\" value=\"yes\">
</applet>
</div>
<h2>{$this->lang->words['sigmachat_help']}</h2>
<div class='generic_bar'></div>
<div id='parachat_help'>
{$this->lang->words['sigmachat_help_text']}
</div>";
return $IPBHTML;
}
}
/*--------------------------------------------------*/
/* END OF FILE */
/*--------------------------------------------------*/
?>