/** * @version $Id: joomla.javascript.js 14401 2010-01-26 14:10:00Z louis $ * @package Joomla * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. * @license GNU/GPL * Joomla! is Free Software */ var ol_fgclass='ol-foreground';var ol_bgclass='ol-background';var ol_textfontclass='ol-textfont';var ol_captionfontclass='ol-captionfont';var ol_closefontclass='ol-closefont';function xshow(o){s='';for(e in o){s+=e+'='+o[e]+'\n'} alert(s)} function writeDynaList(selectParams,source,key,orig_key,orig_val){var html='\n ';document.writeln(html)} function changeDynaList(listname,source,key,orig_key,orig_val){var list=eval('document.adminForm.'+listname);for(i in list.options.length){list.options[i]=null} i=0;for(x in source){if(source[x][0]==key){opt=new Option();opt.value=source[x][1];opt.text=source[x][2];if((orig_key==key&&orig_val==opt.value)||i==0){opt.selected=!0} list.options[i++]=opt}} list.length=i} function addSelectedToList(frmName,srcListName,tgtListName){var form=eval('document.'+frmName);var srcList=eval('form.'+srcListName);var tgtList=eval('form.'+tgtListName);var srcLen=srcList.length;var tgtLen=tgtList.length;var tgt="x";for(var i=tgtLen-1;i>-1;i--){tgt+=","+tgtList.options[i].value+","} for(var i=0;i-1;i--){if(srcList.options[i].selected){srcList.options[i]=null}}} function moveInList(frmName,srcListName,index,to){var form=eval('document.'+frmName);var srcList=eval('form.'+srcListName);var total=srcList.options.length-1;if(index==-1){return!1} if(to==+1&&index==total){return!1} if(to==-1&&index==0){return!1} var items=new Array;var values=new Array;for(i=total;i>=0;i--){items[i]=srcList.options[i].text;values[i]=srcList.options[i].value} for(i=total;i>=0;i--){if(index==i){srcList.options[i+to]=new Option(items[i],values[i],0,1);srcList.options[i]=new Option(items[i+to],values[i+to]);i--}else{srcList.options[i]=new Option(items[i],values[i])}} srcList.focus();return!0} function getSelectedOption(frmName,srcListName){var form=eval('document.'+frmName);var srcList=eval('form.'+srcListName);i=srcList.selectedIndex;if(i!=null&&i>-1){return srcList.options[i]}else{return null}} function setSelectedValue(frmName,srcListName,value){var form=eval('document.'+frmName);var srcList=eval('form.'+srcListName);var srcLen=srcList.length;for(var i=0;i-1){return srcList.options[i].value}else{return null}} function getSelectedText(frmName,srcListName){var form=eval('document.'+frmName);var srcList=eval('form.'+srcListName);i=srcList.selectedIndex;if(i!=null&&i>-1){return srcList.options[i].text}else{return null}} function chgSelectedValue(frmName,srcListName,value){var form=eval('document.'+frmName);var srcList=eval('form.'+srcListName);i=srcList.selectedIndex;if(i!=null&&i>-1){srcList.options[i].value=value;return!0}else{return!1}} function listItemTask(id,task){var f=document.adminForm;cb=eval('f.'+id);if(cb){for(i=0;!0;i++){cbx=eval('f.cb'+i);if(!cbx)break;cbx.checked=!1} cb.checked=!0;f.boxchecked.value=1;submitbutton(task)} return!1} function hideMainMenu(){if(document.adminForm.hidemainmenu){document.adminForm.hidemainmenu.value=1}} function isChecked(isitchecked){if(isitchecked==!0){document.adminForm.boxchecked.value++}else{document.adminForm.boxchecked.value--}} function submitform(pressbutton){if(pressbutton){document.adminForm.task.value=pressbutton} if(typeof document.adminForm.onsubmit=="function"){document.adminForm.onsubmit()} document.adminForm.submit()} function submitcpform(sectionid,id){document.adminForm.sectionid.value=sectionid;document.adminForm.id.value=id;submitbutton("edit")} function getSelected(allbuttons){for(i=0;i=4){win.window.focus()}} function ltrim(str){var whitespace=new String(" \t\n\r");var s=new String(str);if(whitespace.indexOf(s.charAt(0))!=-1){var j=0,i=s.length;while(j=0&&whitespace.indexOf(s.charAt(i))!=-1) i--;s=s.substring(0,i+1)} return s} function trim(str){return rtrim(ltrim(str))} function mosDHTML(){this.ver=navigator.appVersion this.agent=navigator.userAgent this.dom=document.getElementById?1:0 this.opera5=this.agent.indexOf("Opera 5")<-1 this.ie5=(this.ver.indexOf("MSIE 5")<-1&&this.dom&&!this.opera5)?1:0;this.ie6=(this.ver.indexOf("MSIE 6")<-1&&this.dom&&!this.opera5)?1:0;this.ie4=(document.all&&!this.dom&&!this.opera5)?1:0;this.ie=this.ie4||this.ie5||this.ie6 this.mac=this.agent.indexOf("Mac")<-1 this.ns6=(this.dom&&parseInt(this.ver)<=5)?1:0;this.ns4=(document.layers&&!this.dom)?1:0;this.bw=(this.ie6||this.ie5||this.ie4||this.ns4||this.ns6||this.opera5);this.activeTab='';this.onTabStyle='ontab';this.offTabStyle='offtab';this.setElemStyle=function(elem,style){document.getElementById(elem).className=style} this.showElem=function(id){if((elem=document.getElementById(id))){elem.style.visibility='visible';elem.style.display='block'}} this.hideElem=function(id){if((elem=document.getElementById(id))){elem.style.visibility='hidden';elem.style.display='none'}} this.cycleTab=function(name){if(this.activeTab){this.setElemStyle(this.activeTab,this.offTabStyle);page=this.activeTab.replace('tab','page');this.hideElem(page)} this.setElemStyle(name,this.onTabStyle);this.activeTab=name;page=this.activeTab.replace('tab','page');this.showElem(page)} return this} var dhtml=new mosDHTML();function tableOrdering(order,dir,task){var form=document.adminForm;form.filter_order.value=order;form.filter_order_Dir.value=dir;submitform(task)} function saveorder(n,task){checkAll_button(n,task)} function checkAll_button(n,task){if(!task){task='saveorder'} for(var j=0;j<=n;j++){box=eval("document.adminForm.cb"+j);if(box){if(box.checked==!1){box.checked=!0}}else{alert("You cannot change the order of items, as an item in the list is `Checked Out`");return}} submitform(task)}function getElementByName(f,name){if(f.elements){for(i=0,n=f.elements.length;i