// /\_/| // { ' ' } JellyCAT // \____\ //----------------------------DOMView-------------------------------------------- var JCATAboutXML = '\n' + '\n' + ' \n' + ' \n' + ' \n' + ' \n' + ' JellyCAT About\n' + ' \n' + ' \n' + ' \n' + ' Close\n' + ' \n' + ' \n' + ' \n' + ' \n' + ''; JCATAboutXML = JCATAboutXML .replace(/\$atvcsettings\.hello/g, atv.jcathost.HelloMessage) .replace(/\$atvcsettings\.system/g, atv.jcathost.System) .replace(/\$atvcsettings\.version/g, atv.jcathost.Version) .replace(/\$atvcsettings\.sighost/g, atv.jcathost.SigHost) .replace(/\$atvcsettings\.hostip/g, atv.jcathost.HostIP); function generateJCATAboutXML() { var doc = atv.parseXML( JCATAboutXML ); console.log( "Creating the view --> " ); DomViewManager.createView( "JcatAboutView" ); console.log( "Loading the view --> " ); DomViewManager.loadView( "JcatAboutView", doc ); console.log( "View is loaded" ); }