2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								// JavaScript Document
 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-01 13:50:49 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								//harry bomrah
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								//Inititialize function will initialize desktop
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//callback-method will be called after desktop controlled ajax call
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//container=true is the area where the view will be loaded
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//load = true is used to load the submenu item by default
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//response-type = "json"|"script"|"xml|html" default is json 
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								//autocomplete = "url" this will automatically convert textarea or input to autocomplete.
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//autocomplete-format = "--:[text,email]" first one is seperator which will be put on between every field.
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								//ajax-remote="get/delete/post/false" this will automatically bind the <a> with remote ajax call. By default if the resposne is html, it ll be inserted in container=true, false option will not make any calls and also stop page refresh
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								// content-holder = "jquery dom", the returned html of server will be put inside the dom mentioned in content-holder of a tag. this can be used in a tags as attributes
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//confirm-message ="Some message", this will prompt user with a confirm box and show the message before ajax call is made.
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//"toggle-onclick" = "classes to get toggle" this will toggle classes on toggle when a tags are clicked.
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//"delete-item" = "true" this will remove its respective item from the list.
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//"pagination-link" = "url" this url will be used for pagination.. this will override last link url.
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//"pagination-var" = "variable to send paramater with url for pagination" this will enable pagination with this attribute for that view.
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-08-01 13:50:49 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//for forms
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//form-type = "ajax_form" will turn form to ajax submit
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//notification = string will display after the form is succesfully submitted
 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-25 10:11:02 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								//response-type = "json"|"script"|"xml|html" default is json 
 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-01 13:50:49 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								//for layout tinyscrollbar
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//content-layout="datalist|column|simple" datalist is for data list from database.. column is usually for forms and some other pages.. simple is without any columns, the page will be displayed as it is.. base width will be considered the default width for tinyscrollbar  
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//base-width="300" this is the basic width of each column and in case of simple layout it ll be the final width
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//per-column="5" this option is only for datalist layout.. this ll specify number of enteries per column.. default is 4
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//column="true" this option is only for column layout... the columns will be formed on this column=true attribute and it should be a div
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//item=true this attribute should be present in the li tag. li with this attribute are considered as a separate item.
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-09-26 11:36:54 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								//enableLanguageSelect( dom ) children <a> will be binded with language, data-lang = string ex "en"|"zh_tw" will toggle all data-langunage throughout the page
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								//enableSharing( dom ) children <a> will be binded with share, data-mode = string ex "public"|"private" will change the mode for all the selected items. the dom with class should have data-link = url data-var = vaiable_name, default will be mode
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ . extend ( $ . expr [ ':' ] ,  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  'containsi' :  function  ( elem ,  i ,  match ,  array )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    return  ( elem . textContent  ||  elem . innerText  ||  '' ) . toLowerCase ( ) . indexOf ( ( match [ 3 ]  ||  "" ) . toLowerCase ( ) )  >=  0 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								} ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$ . fn . sort  =  function ( c )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  return  this . pushStack ( [ ] . sort . apply ( this ,  arguments ) ,  [ ] ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								} ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								var  sortAscending  =  function ( a ,  b )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  return  $ ( a ) . find ( "h1" ) . text ( )  >  $ ( b ) . find ( "h1" ) . text ( )  ?  1  :  - 1 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								} ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								var  sortDescending  =  function ( a ,  b )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  return  $ ( a ) . find ( "h1" ) . text ( )  <  $ ( b ) . find ( "h1" ) . text ( )  ?  1  :  - 1 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								} ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Array . prototype . indexOfObject  =  function ( object ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    for ( i  =  0 ; i  <  this . length ;  i ++ ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( this [ i ]  ===  object ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    return  i ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								jQuery . ajax  =  ( function ( _ajax ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  protocol  =  location . protocol , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        hostname  =  location . hostname , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        exRegex  =  RegExp ( protocol  +  '//'  +  hostname ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        YQL  =  'http'  +  ( /^https/ . test ( protocol ) ? 's' : '' )  +  '://query.yahooapis.com/v1/public/yql?callback=?' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        query  =  'select * from html where url="{URL}" and xpath="*"' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    function  isExternal ( url )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  ! exRegex . test ( url )  &&  /:\/\// . test ( url ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    return  function ( o )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  url  =  o . url ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if  (  /get/i . test ( o . type )  &&  ! /json/i . test ( o . dataType )  &&  isExternal ( url )  )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            // Manipulate options so that JSONP-x request is made to YQL
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . url  =  YQL ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . dataType  =  'json' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . data  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                q :  query . replace ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    '{URL}' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    url  +  ( o . data  ? 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        ( /\?/ . test ( url )  ?  '&'  :  '?' )  +  jQuery . param ( o . data ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    :  '' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                format :  'xml' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            // Since it's a JSONP request
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            // complete === success
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if  ( ! o . success  &&  o . complete )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                o . success  =  o . complete ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                delete  o . complete ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . success  =  ( function ( _success ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                return  function ( data )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    if  ( _success )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        // Fake XHR callback.
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        _success . call ( this ,  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                            responseText :  ( data . results [ 0 ]  ||  '' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                                // YQL screws with <script>s
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                                // Get rid of them
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                                . replace ( /<script[^>]+?\/>|<script(.|\s)*?\/script>/gi ,  '' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                        } ,  'success' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) ( o . success ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  _ajax . apply ( this ,  arguments ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								} ) ( jQuery . ajax ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								var  orbitDesktop  =  function ( dom ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  orbitDesktopAPI . apply ( this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  // o = this;
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . contentHolder  =  dom ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . themesettings  =  "" ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  this . theme  =  null ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  this . transitionTime  =  1000 ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  this . currenthtml  =  "home" ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  this . currentface  =  "home" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . desktopData  =  { } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . tp  =  "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . sectionList ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . data _method ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . gridvar  =  null ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . lastlink =  null ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . tinyscrollbar  =  null ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . locationdata  =  { } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . initialize  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  theme  =  o . theme ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  custom  =  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    o . getlocation ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    o . minimizeBarManager ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    $ . getJSON ( "/desktop/get_desktop_settings" , { "get" : "desktop" , "desktopid" : o . desktopId } , function ( desktopSettings ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( desktopSettings ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        if ( desktopSettings . theme == "custom" ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          custom  =  true ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        theme  =  desktopSettings . theme ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        o . theme  =  theme ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        loadTheme ( desktopSettings . customtheme , desktopSettings . wallpaper ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } else { loadTheme ( ) ; } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  loadTheme  =  function ( customtheme , customwallpaper ) {    //This function will load the theme from database
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      $ . getJSON ( "/desktop_themes/settings" , { "id" : theme } , function ( ts ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . themesettings  =  ts ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( 'head' ) . append (  $ ( '<link rel="stylesheet" id="dyn_css" type="text/css" />' ) . attr ( 'href' ,  o . themesettings . css ) ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        if ( custom ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( "head" ) . find ( "#dyn_css" ) . remove ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( "head" ) . append ( customtheme ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( document ) . ready ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . loadWallpaper ( customwallpaper ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . bindDesktopEvents ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . loadIconCache ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  custom _load  =  window . location . hash ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( ! custom _load ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            $ ( o . contentHolder ) . empty ( ) . load ( "/desktop/desktop_container" , function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								              o . desktopData [ "d_desktop" ]  =  "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              o . initializeDesktop ( "d_desktop" , "" , false ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . customPage ( custom _load ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . customPage  =  function ( customload ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    customload  =  customload . replace ( "#" , "" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( customload . search ( "-" )  !=  - 1 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      customload  =  customload . split ( "-" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . menu _item ( $ ( ".docklist a[custom-load=" + customload [ 0 ] + "]" ) , true , customload [ 1 ] ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . menu _item ( $ ( ".docklist a[custom-load=" + customload + "]" ) , true ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . changeTheme  =  function ( theme ) {   // this function is used for changing theme
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    o . theme  =  theme ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    $ . getJSON ( "/desktop_themes/settings" , { "id" : theme } , function ( ts ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . themesettings  =  ts ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      $ ( 'head' ) . find ( "#dyn_css" ) . remove ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      $ ( 'head' ) . append (  $ ( '<link rel="stylesheet" id="dyn_css" type="text/css" />' ) . attr ( 'href' ,  o . themesettings . css ) ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      o . loadWallpaper ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . loadIconCache ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . getlocation  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  locationSuccess  =  function ( pos ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . locationdata . lat  =  pos . coords . latitude ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . locationdata . lng  =  pos . coords . longitude ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . getJSON ( "http://maps.googleapis.com/maps/api/geocode/json?latlng=" + o . locationdata . lat + "," + o . locationdata . lng + "&sensor=true" , function ( data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ . each ( data . results [ 0 ] . address _components , function ( i , val ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . locationdata [ val . types [ 0 ] ]  =  val . long _name ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . locationdata . formatted _address  =  data . results [ 0 ] . formatted _address ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  locationError  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . notify ( "Unable to find your location!" , "alert" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if  ( navigator . geolocation )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      navigator . geolocation . getCurrentPosition ( locationSuccess , locationError ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								       o . notify ( "Your browser does not support Geolocation!" , "alert" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . bindDesktopEvents  =  function ( ) {   //this function will bind the global handlers to thd desktop, for example doc
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( ".docklist a" ) . click ( function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-30 09:15:32 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      if (  ! $ (  this  ) . parent ( ) . hasClass (  'disable'  )  ) 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-30 08:43:16 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          o . menu _item ( $ ( this ) ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( 'body' ) . on ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      click :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( ! $ ( this ) . hasClass ( 'active' ) ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . sub _menu _item ( $ ( this ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      mouseenter :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( ! $ ( this ) . hasClass ( 'active' ) ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . switchClass ( 'admtxt' , 'thmc1 thmtxt' , 0 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      mouseleave :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  t  =  $ ( this ) . hasClass ( 'active' )  ?  ''  :  'thmc1 thmtxt' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . switchClass ( t , 'admtxt' , 0 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } , '*[content-type=menu] a' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( "body" ) . on ( "submit" , "form[form-type=ajax_form]" , function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-01 13:50:49 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      var  callback _method  =  $ ( this ) . attr ( "callback-method" ) , 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-25 10:11:02 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          dt  =  ( $ ( this ) . attr ( "response-type" )  ==  null  ?  "json"  :  $ ( this ) . attr ( "response-type" ) ) , 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-01 13:50:49 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          notification  =  $ ( this ) . attr ( "notification" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      var  options  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        dataType  :  dt , 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-25 10:11:02 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        resetForm  :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        success :  function ( responseText ,  statusText ,  xhr ,  $form ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          if ( typeof  callback _method  !=  "undefined" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( callback _method  !=  "" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              window . o [ o . data _method ] [ callback _method ] ( responseText , statusText , xhr , $form ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-06 07:55:14 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          if ( typeof  notification  ==  "string" ) 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-01 13:50:49 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              o . notify ( notification , "success" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        } , 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-25 10:11:02 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        error :  function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          o . notify ( "Please try again later!" , "imp" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( this ) . ajaxSubmit ( options ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( "body" ) . on ( "click" , "*[ajax-remote]" , function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-30 08:43:16 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      var  $e  =  $ ( this ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          t  =  $e . attr ( "ajax-remote" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          classes _to _toggle  =  $e . attr ( "toggle-onclick" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          responsetype  =  $e . attr ( 'response-type' )  ?  $e . attr ( 'response-type' )  :  "html" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          exe  =  $e . attr ( "callback-method" ) ;  // (typeof $e.attr("callback-method") == "function"? $e.attr("callback-method") : "");
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      if ( classes _to _toggle ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $e . toggleClass ( classes _to _toggle ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( t  ==  "false" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( exe ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          window . o [ o . data _method ] [ exe ] ( null , $e ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  ca  =  $e . attr ( "content-holder" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  a  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ . ajax ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            type  :  t , 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-30 08:43:16 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            dataType  :  responsetype , 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								            url  :  $e . attr ( "href" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            success  :  function ( data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( typeof  data  ==  "string" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( ca ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  $ ( ca ) . html ( data ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  o . layout _data ( data ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  // $("div[container=true]").html(data);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-30 08:43:16 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								              if ( exe ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                window . o [ o . data _method ] [ exe ] ( data , $e ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( t  ==  "delete" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( $e . attr ( "delete-item" ) == "true" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  var  li _to _delete  =  $e . parentsUntil ( "li[item=true]" ) . find ( "li[item=true]" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  li _to _delete . slideUp ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( $e . attr ( "confirm-message" ) ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . confirm ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          buttons  :  [ "Yes" , "No" ] , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          highlighted  :  2 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          message  :  $e . attr ( "confirm-message" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } , function ( value ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( value ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            a ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        a ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( window ) . resize ( function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-28 08:30:08 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      $ ( '.tinycanvas' ) . tinyscrollbar _update ( 'relative' ) ;  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( $ ( "body" ) . find ( "div.app_frame" ) . length  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "body" ) . find ( "div.app_frame" ) . each ( function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-19 04:33:00 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          var  app _holder _height  =  $ ( this ) . height ( )  -  60 ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          var  app _holder _width  =  $ ( this ) . width ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . find ( "div.app_holder" ) . height ( app _holder _height ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . find ( "div.app_holder iframe" ) . attr ( { "height" : app _holder _height , "width" : app _holder _width } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  $widget _fn  =  $ ( '.widget_fn' ) , $fn _des  =  $ ( '.fn_des' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $widget _fn . hover ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  fn _name  =  $ ( this ) . find ( 'img' ) . attr ( 'alt' ) , nth  =  $ ( this ) . parents ( '.d_cate' ) . index ( ) , des _left  =  $ ( '.dock_child' ) . eq ( nth ) . width ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( this ) . addClass ( 'thmc1' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $fn _des . text ( fn _name ) . css ( { 'top' : nth  *  60 , 'left' :  des _left  +  60 } ) . stop ( true ,  true ) . fadeIn ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( this ) . removeClass ( 'thmc1' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $fn _des . stop ( true ,  true ) . fadeOut ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  split  =  function (  val  )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  val . split (  /,\s*/  ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  extractLast  =  function (  term  )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  split (  term  ) . pop ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . layout _data  =  function ( h ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    var  $e ;   
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  column _container , layout ,  base _width  ,  no _of _entries  =  0 ,  pagination _link  ,  pagination _variable ,  gutter ,  total _width ;    
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    o . paging  =  true ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    gutter  =  ( ! isNaN ( gutter ) )  ?  gutter  :  12 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . layout _data . generate _layout _html  =  function ( l ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $e  =  $ ( "<div></div>" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $e . html ( l ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      column _container  =  $e . find ( "div.overview" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      layout  =  column _container . attr ( "content-layout" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      base _width  =  parseInt ( column _container . attr ( "base-width" ) ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      no _of _entries , total _columns  =  0 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      pagination _link  =  column _container . attr ( "pagination-link" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      pagination _variable  =  column _container . attr ( "pagination-var" ) ;    
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      var  temp _div  =  $ ( "<div></div>" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  entries  =  [ ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      switch  ( layout ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        case  "simple" : 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          total _columns ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          temp _div . append ( column _container . html ( ) ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          total _width  =  "auto" ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        case  "datalist" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          no _of _entries  =  ( typeof  column _container . attr ( "per-column" )  !=  "undefined" ?  parseInt ( column _container . attr ( "per-column" ) )  :  4 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  height _percentage  =  100 / no _of _entries ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          entries  =  column _container . find ( "li[item=true]" ) , x  =  0 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( entries . length  !=  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            entries . each ( function ( i , li ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( x  ==  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                column  =  $ ( "<div class='column type_datalist' style='width:" + base _width + "px;margin-right:" + gutter + "px;padding-right:" + gutter + "px;'><ul></ul></div" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                total _columns ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( li ) . wrapInner ( '<div class="inner"/>' ) . addClass ( "datalist_item" ) . height ( height _percentage + "%" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              column . find ( "ul" ) . eq ( 0 ) . append ( li ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              x ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( x  ==  no _of _entries ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                x  =  0 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                temp _div . append ( column ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( x  !=  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              temp _div . append ( column ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          total _width  =  ( ! isNaN ( base _width ) )  ?  ( base _width  +  gutter * 2  + 1 )  *  total _columns  :  null ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        case  "column" : 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-13 09:00:44 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								         var  column , x  =  0 ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-13 03:51:59 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          entries  =  column _container . find ( "div[column=true]" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          if ( entries . length != 0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            entries . each ( function ( i , ul ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								             column  =  $ ( "<div class='column type_column' style='width:" + base _width + "px;margin-right:" + gutter + "px;padding-right:" + gutter + "px;'></div" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								              total _columns ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              column . append ( ul ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              x ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              temp _div . append ( column ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            total _width  =  ( ! isNaN ( base _width ) )  ?  ( base _width  +  gutter * 2  + 1 )  *  total _columns  :  null ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        default : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // total_width = (!isNaN(base_width) ? ( base_width + 12 ) * total_columns : null);
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      return  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        "markup" : temp _div . html ( ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        "width" : total _width , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        "total" : entries . length 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  check _container  =  $ ( "<div></div>" ) . html ( h ) . find ( "div[container=true]" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( check _container . length  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "div[container=true]" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . html ( check _container . html ( ) ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . find ( "div.overview" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . wrap ( '<div class="tinycanvas"><div class="viewport"></div></div>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "div[container=true]" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . html ( h ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . find ( "div.overview" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . wrap ( '<div class="tinycanvas"><div class="viewport"></div></div>' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    $ ( "div[container=true]" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      . find ( "div.tinycanvas" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      . prepend ( '<div class="scrollbar sb_h"><div class="track"><div class="thumb thmc2"><div class="end"></div></div></div></div>' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    var  f  =  o . layout _data . generate _layout _html ( h ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( "div[container=true] div.overview" ) . html ( f . markup ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  settings  =  { main  :  ".tinycanvas" } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  tsettings  =  { } ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-28 08:30:08 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  ist  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '#holder' ) . css ( 'height' ,  $ ( '#container' ) . height ( )  -  72 ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-25 10:11:02 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      $ ( '.tinycanvas' ) . css ( 'height' ,  $ ( '#holder' ) . height ( )  -  36 ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-28 08:30:08 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      var  dom  =  $ ( "*[isotope=true]" ) . isotope ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								         layoutMode :  'fitColumns' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								         onLayout :  function ( $elems ,  instance ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $elems . width ( base _width ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          setTimeout ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            dom . isotope ( 'reLayout' , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( "div[container=true] div.overview" ) . width ( dom . width ( ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              o . tinyscrollbar . tinyscrollbar _update ( "relative" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } , 500 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								         } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( window ) . resize ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( $ ( "*[isotope=true]" ) . length  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( '#holder' ) . css ( 'height' ,  $ ( '#container' ) . height ( )  -  72 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( '.tinycanvas' ) . css ( 'height' ,  $ ( '#panel_r' ) . height ( )  -  36 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( ".isotope" ) . isotope ( 'reLayout' , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( "div[container=true] div.overview" ) . width ( $ ( ".isotope" ) . width ( ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . tinyscrollbar . tinyscrollbar _update ( "relative" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '.s_grid_h_full' ) . parent ( ) . css ( 'height' , '100%' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								     
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return  dom ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( $ ( "*[isotope=true]" ) . length  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  dom  =  ist ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      f . width  =  dom . width ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    if ( f . width ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      settings . fill  =  f . width ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( pagination _variable ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  page _no  =  1 ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-28 08:30:08 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      tsettings . onMove  =  function ( e ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( e  <  50 ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          if ( ! pagination _link ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            pagination _link  =  o . lastlink ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( o . paging ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            page _no ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . paging  =  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . pagination ( pagination _link , pagination _variable , page _no ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-28 08:30:08 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    // call other functions here
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    o . tinyscrollbar _ext ( settings , tsettings ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    o . simple _drop _down ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    o . autocomplete ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    o . use _select2 ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    o . check _simple _layout ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-28 08:30:08 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  this . paging  =  true ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . pagination  =  function ( link , variable , page _no ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  retvalue  =  null ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ . ajax ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      url  :  link  +  "?" + variable  +  "="  +  page _no , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      type  :  "get" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      success  :  function ( html ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  f  =  o . layout _data . generate _layout _html ( html ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-28 08:30:08 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        if ( $ ( "*[isotope=true]" ) . length  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  $ul  =  $ ( f . markup ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              elems  =  $ul . children ( "li[item=true]" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( elems . length  >  1 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . paging  =  true ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . paging  =  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( ".isotope" ) . append ( elems ) . isotope ( "appended" , elems , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( ".isotope" ) . isotope ( "reLayout" , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( "div[container=true] div.overview" ) . width ( $ ( ".isotope" ) . width ( ) + 50 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              o . tinyscrollbar . tinyscrollbar _update ( "relative" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( f . total  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( "div[container=true] .overview" ) . append ( f . markup ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( f . width ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              var  w  =  $ ( "div[container=true] .overview" ) . width ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( "div[container=true] .overview" ) . width ( w + f . width ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . tinyscrollbar . tinyscrollbar _update ( "relative" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . paging  =  true ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . paging  =  false ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . insert _new _column  =  function ( index ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  column _container  =  $ ( "div[container=true] .overview" ) , layout  =  column _container . attr ( "content-layout" ) , base _width  =  parseInt ( column _container . attr ( "base-width" ) ) , column ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  i  =  ( index  ==  0 ?  0  :  index - 1 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  previous _column  =  column _container . find ( ".column" ) . eq ( i ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( previous _column . length  ==  0 ) return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    switch ( layout ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      case  "datalist" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        column  =  $ ( "<div class='column type_column' style='width:" + base _width + "px'></div" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      case  "column" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        column  =  $ ( "<div class='column type_column' style='width:" + base _width + "px'></div" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      default : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( index  ==  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      column . insertBefore ( previous _column ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      column . insertAfter ( previous _column ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  total _columns  =  column _container . find ( ".column" ) . length ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    o . tinyscrollbar _ext ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      main  :  ".tinycanvas" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      fill  :  base _width  *  total _columns 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    return  column ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . remove _column  =  function ( index ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  column _container  =  $ ( "div[container=true] .overview" ) , layout  =  column _container . attr ( "content-layout" ) , column  =  column _container . find ( ".column" ) . eq ( index ) , base _width  =  parseInt ( column _container . attr ( "base-width" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( column . length  ==  0 ) return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    switch ( layout ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      case  "datalist" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      case  "column" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      default : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    column . remove ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  total _columns  =  column _container . find ( ".column" ) . length ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    o . tinyscrollbar _ext ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      main  :  ".tinycanvas" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      fill  :  base _width  *  total _columns 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    return  column ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . menu _item  =  function ( dom , customload , submenuitem ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( ! customload ) customload = false ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    var  target  =  dom . attr ( "id" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        url  =  dom . attr ( "href" ) , 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:15:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        submenu _pass  =  (  dom . attr ( "sub-menu" )  ==  "false"  ?  false  :  true ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    if ( ! url ) return  false ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    o . data _method  =  dom . attr ( "callback-method" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( o . currenthtml != target ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( o . desktopData [ o . currentface ]  ==  "undefined" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . desktopData [ o . currentface ]  =  "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . desktopData [ o . currentface ]  =  $ ( o . contentHolder ) . html ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( customload ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( o . contentHolder ) . html ( "<div id='content'></div>" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "#content > #holder" ) . toggle ( "drop" , {  easing :  "easeInOutQuint"  } , o . transitionTime , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . currenthtml  =  target ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . currentface  =  target ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  cache  =  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( ! o . desktopData [ o . currentface ] ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( o . contentHolder ) . empty ( ) . load ( url , function ( data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( typeof  o . data _method  !=  "undefined" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( o . data _method  !=  "" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                window . o [ o . data _method ] ( target , url , cache ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            if (  submenu _pass  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              try  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( ! customload ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								                  o . sub _menu _item ( $ ( o . contentHolder ) . find ( "*[content-type=menu] a[load=true]" ) , data ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  if ( submenuitem ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    o . sub _menu _item ( $ ( o . contentHolder ) . find ( "*[content-type=menu] a[custom-load=" + submenuitem + "]" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    o . sub _menu _item ( $ ( o . contentHolder ) . find ( "*[content-type=menu] a[load=true]" ) , data ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              }  catch ( EX ) { } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								            header _ani ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								         } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( o . contentHolder ) . html ( o . desktopData [ o . currentface ] ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          if (  submenu _pass  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            try { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( ! customload ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                o . sub _menu _item ( $ ( o . contentHolder ) . find ( "*[content-type=menu] a[load=true]" ) , o . desktopData [ o . currentface ] ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( submenuitem ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    o . sub _menu _item ( $ ( o . contentHolder ) . find ( "*[content-type=menu] a[custom-load=" + submenuitem + "]" ) , o . desktopData [ o . currentface ] ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    o . sub _menu _item ( $ ( o . contentHolder ) . find ( "*[content-type=menu] a[load=true]" ) , o . desktopData [ o . currentface ] ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } catch ( EX ) { } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          // cache = (o.lastlink == "/desktop/app_manager" ? false : true);
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          if ( typeof  o . data _method  !=  "undefined" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								             if ( o . data _method  !=  "" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              window . o [ o . data _method ] ( target , url , cache ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								             } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          header _ani ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '#header' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . delay ( 600 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . effect ( 'drop' , { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          easing :  'easeInOutQuint' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          direction :  'down' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } , 300 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  header _ani  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '#header' ) . hide ( ) . toggle ( 'drop' , { easing :  'easeInOutQuint' ,  direction : 'down' } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '#header > *' ) . each ( function ( i ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . hide ( ) . delay ( i * 100 ) . fadeIn ( 600 , 'easeInOutQuint' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								     o . lastlink  =  url ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . sub _menu _item  =  function ( dom , data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  sub _data _method  =  dom . attr ( 'callback-method' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( sub _data _method ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . lastlink  =  dom . attr ( "href" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . ajax ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        url  :  dom . attr ( "href" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        type  :  "get" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        success  :  function ( data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . layout _data ( data ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( typeof  o . data _method  !=  "undefined" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( o . data _method  !=  "" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( typeof  sub _data _method  !=  "undefined" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( sub _data _method  !=  "" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  window . o [ o . data _method ] [ sub _data _method ] ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . highlight _sub _menu _item ( dom ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-25 10:11:02 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . lastlink  =  dom . attr ( "href" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . ajax ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        url  :  dom . attr ( "href" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        type  :  "get" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        success  :  function ( data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . layout _data ( data ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( dom . length  ==  0 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . layout _data ( data ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // $('*[content-type=menu] a').removeClass('thmc1 thmtxt active');
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // dom.addClass('thmc1 thmtxt active');
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . initializeDesktop  =  function ( target , url , cache ) {  //this is for initializing main desktops that are sections and tiles
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    target  =  ( ! target )  ?  'desktop'  :  target ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  bindHandlers  =  function ( ) {  // this function will bind all the handlers in the desktop
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  dragged  =  null , draggable , lastpos  =  [ ] ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        /* Hotfix - Part 1 */ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        // var items = $(".gridster ul li");
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        // items.detach();
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        o . gridvar  =  $ ( ".grid ul" ) . find ( "> li " ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . mousedown ( function ( e ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          ! draggable ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								           dragged  =  $ ( this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								           lastpos  =  [ ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								           $ ( ".grid ul li" ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            lastpos . push ( { "col" : $ ( this ) . attr ( "data-col" ) , "row" : $ ( this ) . attr ( "data-row" ) } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								           } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . end ( ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . gridster ( { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          max _rows :  4 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          shift _larger _widgets _down :  false , 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          widget _margins :  [ 6 ,  6 ] , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          widget _base _dimensions :  [ 120 ,  120 ] , 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          serialize _params :  function ( $w ,  wgd )  {  return  {  col :  wgd . col ,  row :  wgd . row ,  id :  $w . data ( "id" )  }  } , 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          draggable  :  {  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            start :  function ( event ,  ui ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              dragged . addClass ( "noClick" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            stop :  function ( event ,  ui ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              // for (var i = 1; i <= 30; i++) {
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              //   // var celement = $(".grid ul .widget[data-col="+i+"]:last");
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              //   $(".grid ul .widget[data-col="+i+"]").each(function(){
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              //     var pos = $(this).position();
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              //     if(pos && (pos.top + $(this).height() + 6) > 550){
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              //       revertbacktiles();                       
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              //     }
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              //   });
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              // }
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( '.tinycanvas' ) . tinyscrollbar _update ( 'relative' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              var  newpos  =  o . gridvar . serialize ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ . post ( "/desktop/newpositions" , { "newpositions" : newpos } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . data ( 'gridster' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        /* Hotfix - Part 2 */ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        // $.each(items , function (i, e) {
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        //   var item = $(this);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        //   var columns = parseInt(item.attr("data-sizex"));
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        //   var rows = parseInt(item.attr("data-sizey"));
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        //   var col = parseInt(item.attr("data-col"));
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        //   var row = parseInt(item.attr("data-row"));
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        //   o.gridvar.add_widget(item, columns, rows, col, row);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        // });
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        var  revertbacktiles  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          lastpos . push ( { "col" : "" , "row" : "" } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( ".grid ul li" ) . each ( function ( i ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( this ) . attr ( { "data-col" : lastpos [ i ] . col , "data-row" : lastpos [ i ] . row } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  remove _empty _columns  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          for  ( var  i  =  1 ;  i  <=  30 ;  i ++ )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            // var celement = $(".grid ul .widget[data-col="+i+"]:last");
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( ".grid ul .widget[data-col=" + i + "]" ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( ".app[data-category=app]" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( ! $ ( this ) . hasClass ( "noClick" ) ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  url  =  $ ( this ) . find ( "a" ) . data ( "url" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  app  =  $ ( this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . appWindow ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "appid"  :  app . data ( "id" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "title"  :  app . data ( "title" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "url"  :  url 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          dragged . removeClass ( "noClick" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        o . appname _substr ( '.gridster li' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        o . simple _drop _down ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . tinyscrollbar _ext ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          main :  '.tinycanvas' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    }  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  loadTiles  =  function ( id ) {   //This will load tiles for a specific desktop .. id of section has to be passed here to load tiles
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "#desktop #group_wrapper" ) . empty ( ) ;   
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . getJSON ( "/desktop/getgroups" , { sectionid : id } , function ( tiles ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        // tiles.sort(o.sortJSON("position",true,parseInt)); 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  tilecolors  =  ( o . themesettings . tilecolor  ?  o . themesettings . tilecolor  :  [ "thmc1" , "thmc2" , "thmc3" , "thmc4" ] )  ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        var  totaltiles _in _a _row  =  4 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  opacity  =  [ "op07" , "op08" , "op09" , "" ] ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        var  row  =  0 ,  col  =  1 ,  x  =  1 ,  y  =  1 ,  total _x  =  0 ,  prev _y  =  0 ;  
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        var  $group  =  $ ( '<div class="grid gridster"></div>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  $ul  =  $ ( '<ul></ul>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ . each ( tiles , function ( i , tile ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  shape  =  tile . shape . split ( " " ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          // if(tile.title == "Weather")console.log("Big - row : " + tile.row + ", col : "+ tile.column);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          // if(tile.title == "Google Scholar")console.log("Scholar - row : " + tile.row + ", col : "+ tile.column);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          // if(total_x % 2 != 0)
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          //   row = row - y;
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          // if(i == 7)tile.row = null;
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( tile . row ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            row  =  tile . row ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            col  =  tile . column ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            x  =  parseInt ( shape [ 0 ] . substr ( 1 , 1 ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            y  =  parseInt ( shape [ 1 ] . substr ( 1 , 1 ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            x  =  parseInt ( shape [ 0 ] . substr ( 1 , 1 ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( total _x  %  2  ==  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              row  =  row  +  y ;   
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } else  if ( x  ==  1 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              col ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            y  =  parseInt ( shape [ 1 ] . substr ( 1 , 1 ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            total _x  =  total _x  +  (  x  *  y  ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            prev _y  =  y ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( total _x  >  8 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              row  =  1 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              total _x  =  0 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              col ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          var  tilecolor  =  tilecolors [ Math . floor ( Math . random ( ) * tilecolors . length ) ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  op  =  opacity [ Math . floor ( Math . random ( ) * opacity . length ) ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  f  =  ( tile . fullsize ? "fullsize" : null ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( tile . data _category  ==  "app" ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            $li  =   $ ( '<li data-id="' + tile . id + '" class="app" data-row="' + row + '" data-col="' + col + '" data-sizex="' + x + '" data-sizey="' + y + '" data-title="' + tile . title + '" data-category="' + tile . data _category + '" data-content="' + tile . data _content + '"><span class="tile ' + tilecolor + ' ' + op + '"></span><a href="' + tile . data _content + '" class="appicon"  onclick="return false;" data-url="' + tile . link + '"><img src="' + tile . icon + '" alt="" ></a><h1 class="appname thmtxt">' + tile . title + '</h1></li>' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $li  =   $ ( '<li data-id="' + tile . id + '" class="widget ' + f + '" data-row="' + row + '" data-col="' + col + '" data-sizex="' + x + '" data-sizey="' + y + '" data-category="' + tile . data _category + '" data-content="' + tile . data _content + '" js-link="' + tile . js [ 0 ] . url + '" css-link="' + tile . css . url + '"><span class="tile ' + tilecolor + ' ' + op + '"></span><div class="appholder"></div><h1 class="appname thmtxt">' + tile . title + '</h1></li>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ul . append ( $li ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $group . append ( $ul ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#desktop #group_wrapper" ) . append ( $group ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								       
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        bindHandlers ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . initializeWidgets ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  loadSectionList  =  function ( ) {   //This will load the section list from the db
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . getJSON ( "/desktop/getsectionlist" , { desktopid : o . desktopId } , function ( sectionlist ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        o . sectionList  =  sectionlist ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        $ . each ( sectionlist , function ( i , section ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  tempstyle = "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( i == 0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            tempstyle  =  "style='display:none;'" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( "#desktop #section_heading" ) . text ( section . name ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( "#desktop #section_list" ) . append ( $ ( '<li class="section_name" ' + tempstyle + '><a class="admtxt hp hh1" onclick="return false;" href="' + section . _id + '" >' + section . name + '</a></li>' ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        bindSecondaryHandlers ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . simple _drop _down ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    }  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  bindSecondaryHandlers  =  function ( ) {  //This is the secondary bind handler function which is used to bind events which are repeatative  
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "#desktop #section_list .section_name" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#desktop .section_name" ) . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . hide ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#desktop #section_heading" ) . text ( $ ( this ) . text ( ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . sectionId  =  $ ( this ) . find ( "a" ) . attr ( "href" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        loadTiles ( o . sectionId ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( cache ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      bindHandlers ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . initializeWidgets ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "#desktop #section_list" ) . empty ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . each ( o . sectionList , function ( i , section ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  tempstyle = "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( section . _id == o . sectionId ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          tempstyle  =  "style='display:none;'" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( "#desktop #section_heading" ) . text ( section . name ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#desktop #section_list" ) . append ( $ ( '<li class="section_name" ' + tempstyle + '><a class="admtxt hp hh1" onclick="return false;" href="' + section . _id + '" >' + section . name + '</a></li>' ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      bindSecondaryHandlers ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      o . simple _drop _down ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      loadSectionList ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      loadTiles ( o . sectionId ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . tempFunc  =  function ( th ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ . post ( "desktop/twitter" , function ( ) { } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  this . initializeAppManager  =  function ( target , url , cache ) {    //this is application search ie is app manager initialization
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  searchArray ,  allApps ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    var  bindHandlers  =  function ( ) {  // bind handler for app manager page
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      // var gn = $('.g_col').length,
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //     gw = $('.g_col').outerWidth(true);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // $("#app_manager #group_wrapper").css("width",gn*gw);
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      // $("div#app_manager .group_search").css("width",$(window).width()-200);
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      //for textbox search
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  $elements  =  $ ( "#app_manager .element" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $result  =  $ ( "#app_manager .search_result" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfo  =  $ ( "#app_info" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $applist  =  $ ( "#app_list" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $apptitle  =  $appinfo . find ( ".app_info_name" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appicon  =  $appinfo . find ( ".app_info_icon" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfolist  =  $appinfo . find ( ".app_info_list" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $canvas  =  $result . parents ( '.overview' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          current _width  =  $canvas . css ( 'width' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "#app_manager #searchbox" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . focus ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . val ( "" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . keyup ( function ( e ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  query  =  $ ( this ) . val ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( query ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $appinfo . hide ( ) . attr ( 'style' , '' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $result . empty ( ) . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $applist . hide ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            // searchArray = $elements.filter(":containsi("+$(this).val()+")").clone(1,1);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            // searchArray = $('#app_list').find('[data-title*="'+query+'"]').clone(1,1);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            searchArray  =  $elements . filter ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              var  matcher  =  new  RegExp ( query ,  "i" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              return  matcher . test (  $ ( this ) . attr ( 'data-title' )  ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) . clone ( 1 , 1 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( searchArray . length  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              // searchArray.each(function(){
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              //   $(this).hide("fold","fast");
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              // })
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              // $("#app_manager #seperator").show();
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              var  i  =  0 ,  c  =  1 ;  // c for numbers of columns
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              var  $column ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              searchArray . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                i ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( i  ==  1 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  $column  =  $ ( '<div class="g_col g_col_w1"></div>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $column . append ( $ ( this ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $ ( this ) . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( i  ==  4 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  $result . append ( $column ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  i  =  0 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  c ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( i  !=  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $result . append ( $column ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                c *= 132 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                searchArray 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  . eq ( 0 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  . parents ( '.overview' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  . animate ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    'width' :  c 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  } , 0 ,  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    $ ( this ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      . parents ( '.tinycanvas' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      . tinyscrollbar _update ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              var  $no _result  =  $ ( '<div class="w2 h1 thmtxt thmc2 vp hp message"><span class="tile"></span>No result for <b></b></div>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $no _result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . find ( 'b' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . text ( '"' + $ ( this ) . val ( ) + '"' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . end ( ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . show ( ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . appendTo ( $result ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $canvas . animate ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                'width' : 252 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } ,  0 ,  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $ ( this ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  . parents ( '.tinycanvas' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  . tinyscrollbar _update ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          }  else  if (  query  ==  ""  )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            info _close ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $result . empty ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $applist . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $canvas . css ( 'width' , current _width ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . blur ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( $ ( this ) . val ( ) == "" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . val ( "Search" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //for Alphabet sorting
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "#app_manager #alphabet_sort_btn" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        switch  ( $ ( this ) . attr ( "href" ) ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          case  "ascending" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . attr ( "href" , "descending" ) . find ( ".thmtxt" ) . text ( "Alphabet [Z-A]" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            allApps  =  $ ( "div#app_manager .element" ) . sort ( sortAscending ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								            break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          case  "descending" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . attr ( "href" , "ascending" ) . find ( ".thmtxt" ) . text ( "Alphabet [A-Z]" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            allApps  =  $ ( "#app_manager .element" ) . sort ( sortDescending ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								            break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#app_manager #app_list" ) . empty ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  count  =  0 ,  colindex  =  0 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( '#app_list' ) . append ( '<div class="g_col g_col_w1 col' +  colindex  + '"/>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ . each ( allApps , function ( i , app ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          count ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if (  count  >  4  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            count  =  1 ,  colindex += 1 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( '#app_list' ) . append ( '<div class="g_col g_col_w1 col' +  colindex  + '"/>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( '.g_col.col' +  colindex ) . append ( app ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( '.g_col.col' +  colindex ) . append ( app ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        elementSetting ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  elementSetting  =  function ( ) { // for element setting load
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $elements . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  $e  =  $ ( this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $apptitle . text ( $e . data ( "title" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appicon . attr ( "src" , $e . find ( "img" ) . attr ( "src" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfolist . find ( "[info=app_version]" ) . text ( $e . data ( "version" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  dt  =  new  Date ( $e . data ( "update" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfolist . find ( "[info=app_last_update]" ) . text ( dt . toUTCString ( ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfolist . find ( "[info=app_author]" ) . text ( $e . data ( "author" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfo 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            . find ( ".app_info_header" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            . attr ( 'style' , '' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            . css ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "background-color" :  $e . data ( "background" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "color" :  $e . data ( "text-color" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  sections  =  elementSettingsData [ $e . data ( "id" ) ] . sections ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  sectionids  =  new  Array ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ . each ( sections , function ( i , sec ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            sectionids . push ( sec . id ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfolist . find ( "[info=app_section_activation]" ) . empty ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ . each ( o . sectionList , function ( i , sec ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  present  =  $ . inArray ( sec . _id , sectionids ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( present  ==  - 1 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $sectionswitch  =  $ ( '<div class="s_grid_row"><label class="s_grid s_grid_3">' +  sec . name  + '</label><div class="s_grid s_grid_6 s_switch"><div class="s_switch_status" status-off="Off" status-on="On">Off</div><label class="s_switch_switcher admbg2"><input type="checkbox" data-widget="' +  $e . data ( "id" )  + '" data-section="' +  sec . _id  + '" data-type="' + $e . data ( "type" ) + '"><span class="s_switch_toggle"></span></label></div></div>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $sectionswitch  =  $ ( '<div class="s_grid_row"><label class="s_grid s_grid_3">' +  sec . name  + '</label><div class="s_grid s_grid_6 s_switch"><div class="s_switch_status" status-on="On" status-off="Off">On</div><label class="s_switch_switcher thmc2"><input type="checkbox" checked="checked" data-widget="' +  $e . data ( "id" )  + '" data-section="' +  sec . _id  + '" data-type="' + $e . data ( "type" ) + '"><span class="s_switch_toggle"></span></label></div></div>' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								             $appinfolist . find ( "[info=app_section_activation]" ) . append ( $sectionswitch ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          info _open ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . simple _switch ( function ( dom ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  options  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "status"  :  dom . is ( ":checked" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "id"  :  dom . data ( "widget" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "section_id"  :  dom . data ( "section" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              "type"  :  dom . data ( "type" ) 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            var  sectionDetails  =  o . sectionList . filter ( function ( o ) { return ( o . _id  ==  dom . data ( "section" ) ) } ) [ 0 ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ . ajax ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              url  :  "/desktop/appactivation" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              type  :  "post" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              datatype  :  "json" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              data  :  options , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              success  :  function ( data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( data . success  ==  "true" ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                  if ( dom . is ( ":checked" ) ) {  
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                    elementSettingsData [ $e . data ( "id" ) ] . sections . push ( { "id"  :  dom . data ( "section" ) , "name" : sectionDetails . name } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    o . notify ( "Added to "  +  sectionDetails . name , "success" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    var  index  =  elementSettingsData [ $e . data ( "id" ) ] . sections . indexOfObject ( elementSettingsData [ $e . data ( "id" ) ] . sections . filter ( function ( a ) { return  a . id  ==  dom . data ( "section" ) } ) [ 0 ] ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    elementSettingsData [ $e . data ( "id" ) ] . sections . splice ( index , 1 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    o . notify ( "Removed from "  +  sectionDetails . name , "success" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								                  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      $appinfo . find ( "a.panel_close" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        info _close ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      var  info _open  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( $appinfo . is ( ":hidden" ) ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( '.overview' ) . stop ( ) . animate ( { 'width' :  '+=480' } , 0  ,  function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            // $('.tinycanvas').tinyscrollbar_update('relative');
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfo 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            . css ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              'margin-left' :  - 480 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            } ) . fadeIn ( 200 ) 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            . animate ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              'margin-left' :  0 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ,  500 ,  'easeInOutQuint' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        }  
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      var  info _close  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if (  $appinfo . is ( ":visible" )  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $appinfo 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            . stop ( ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            . animate ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              'margin-left' :  - 480 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } , 500  ,  'easeInOutQuint' ,  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( '.overview' ) . animate ( { 'width' :  '-=480' } ,  0 ,  function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                // $('.tinycanvas').tinyscrollbar_update();
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								              } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              $ ( this ) . fadeOut ( 300 ) . attr ( "style" , "" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-15 11:00:38 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        }  
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( window ) . on ( 'keydown' ,  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( $ ( '#searchbox' ) . val ( )  ==  'Search' ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( '#searchbox' ) . focus ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      elementSetting ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . appname _substr ( '#group_wrapper .element' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . check _simple _layout ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  elementSettingsData  =  { } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  loadApps  =  function ( ) {  //this load apps for sorting and searching
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '#app_info' ) . attr ( 'style' , '' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '.search_result' ) . hide ( ) . text ( "" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '#app_list' ) . empty ( ) . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . getJSON ( "/desktop/getapplistforManager" , { desktopid : o . desktopId } , function ( apps ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  count  =  0 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            colindex  =  0 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            apps _sum  =  apps . length , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            col _sum ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        col _sum  =  ( apps _sum  -  ( apps _sum  %  4 ) )  /  4  +  1 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( '#app_list' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          . css ( 'width' , col _sum  *  132 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          . append ( '<div class="g_col g_col_w1 col' +  colindex  + '"/>' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        $ . each ( apps , function ( i , app ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  $app ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          count ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          elementSettingsData [ app . id ]  =  { "sections"  :  app . sections } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $app  =  $ ( '<div class="element w1 h1 thmc2" data-type="' + app . data _category + '" data-title="' + app . title + '" data-author="' + app . author + '" data-version="' + app . version + '" data-update="' + app . last _update + '" data-id="' + app . id + '" data-text-color="' + app . text _color + '" data-background="' + app . background + '" ><span class="tile thmc2"></span><a href="' + app . id + '" class="appicon"><img src="' + app . icon + '" alt="" onclick="return false;"></a><h1 class="appname thmtxt">' + app . title + '</h1></div>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if (  count  >  4  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            count  =  1 ,  colindex += 1 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( '#app_list' ) . append ( '<div class="g_col g_col_w1 col' +  colindex  + '"/>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( '.g_col.col' +  colindex ) . append ( $app ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( '.g_col.col' +  colindex ) . append ( $app ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        bindHandlers ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    // if(cache){
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    //   bindHandlers();
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // } else {
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      loadApps ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    // }
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  this . initializeSettings  =  function ( target , url , cache ) {  //this is to initialize setting page
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . initializeSettings . account  =  function ( data ) { } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . initializeSettings . passwordUpdate  =  function ( data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( data . success ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . notify ( data . msg , "success" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . notify ( data . msg , "alert" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . initializeSettings . sections  =  function ( ) {  // this load section page in setting page 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  bindHandlers  =  function ( ) {  // binding handlers in section page
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#name_save_btn" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  desktopnm  =  new  Array ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( "#desktop_names input" ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            desktopnm . push ( $ ( this ) . val ( ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ . post ( "/desktop/save_desktop_settings" , { "save" : "desktopnames" , "desktopid" : o . desktopId , "desktopnms" : desktopnm } , function ( result , status ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( result [ 0 ] . success == "true" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              o . notify ( "Names Saved!!" , "success" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . notify ( "Name saving failed!!" , "imp" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ . each ( o . sectionList , function ( i , sec ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            sec . name  =  desktopnm [ i ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . getJSON ( "/desktop/get_desktop_settings" , { "get" : "sectionnames" , "desktopid" : o . desktopId } , function ( sectionnames ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#desktop_names input" ) . each ( function ( i ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . val ( sectionnames [ i ] ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        bindHandlers ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . initializeSettings . themes  =  function ( ) {  // this opens themes page in setting page
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  bindHandlers  =  function ( ) {  // binding handlers in themes page
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        // live change theme
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( ".theme_list > .ssl_item" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . changeTheme ( $ ( this ) . attr ( "id" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          // $(".theme_list > li").removeClass('thmc1').data('clicked',null).find('.theme_name').removeClass('thmtxt');
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          // $(this).addClass('thmc1').data('clicked',true).find('.theme_name').addClass('thmtxt');
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ . post ( "/desktop/save_desktop_settings" , { "save" : "theme" , "desktopid" : o . desktopId , "theme" : $ ( this ) . attr ( "id" ) } , function ( result , status ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( result [ 0 ] . success == "true" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              o . notify ( "Theme Saved!!" , "success" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              loadthmc ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              o . notify ( "Theme saving failed!!" , "imp" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . single _select ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . simple _tab ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( '.color-picker' ) . miniColors ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          change : function ( hex ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  changewhat  =  $ ( this ) . attr ( "for" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  previewarea  =  $ ( "#theme_preview_area" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            switch ( changewhat ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              case  "thmtxt" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              case  "thmtxth" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                previewarea . find ( "." + changewhat ) . css ( { "color" : hex } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              case  "g_sep" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                previewarea . find ( "." + changewhat ) . css ( { "border-color" : hex } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              case  "background" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                previewarea . css ( { "background-color" : hex } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              default : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                previewarea . find ( "." + changewhat ) . css ( { "background-color" : hex } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#theme_submit" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . confirm ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            message  :  "Are you sure that you want to save custom theme?" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            highlighted  :  1 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            buttons  :  [ "Yes" , "No" ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } , function ( reply ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( reply ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              var  colors  =  new  Array ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( "#color_input input" ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                colors [ $ ( this ) . attr ( "for" ) ]  =  $ ( this ) . val ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              var  dhtml  = "<style> .thmc1 { background: " + colors [ 'thmc1' ] + "; }.thmc2 { background: " + colors [ 'thmc2' ] + "; }.thmc3 { background: #FFFFFF; }.thmc4 { background: " + colors [ 'thmc4' ] + "; }.thmtxt { color: " + colors [ 'thmtxt' ] + "; }.thmtxth { color: " + colors [ 'thmtxth' ] + "; }.g_sep { border-color: " + colors [ 'g_sep' ] + ";} body{background-color: " + colors [ 'background' ] + "} </style>" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( "head" ) . find ( "#dyn_css" ) . remove ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ ( "head" ) . append ( dhtml ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ . post ( "/desktop/save_desktop_settings" , { "save" : "customtheme" , "desktopid" : o . desktopId , "theme" : dhtml } , function ( result , status ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( result [ 0 ] . success == "true" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                o . notify ( "Custom theme saved!!" , "success" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                o . notify ( "Custom theme saving failed!!" , "imp" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( ".stock_wallpaper .ssl_item" ) . click ( function ( ) { 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-01 13:50:49 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          var  wallpaper  =  $ ( this ) . find ( "img" ) . data ( "link" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . changeWallpaper ( wallpaper ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  loadthmc  =  function ( ) {  // a general function to load the themecolor in color selector
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( '.color-picker' ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  cc  =  $ ( this ) . attr ( 'for' ) ,  hex ,  color ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          switch ( cc ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            case  'thmtxt' : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            case  'thmtxth' : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              hex  =  'color' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            case  'g_sep' : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              hex  =  'border-left-color' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            default : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              hex  =  'background-color' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( cc == "background" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          color  =  $ ( "#theme_preview_area" ) . css ( "background-color" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          color  =  $ ( '#theme_preview_area .' + cc ) . css ( hex ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . miniColors ( "value" ,  o . rgb2hex ( color ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . getJSON ( "/desktop/get_desktop_settings" , { "get" : "theme" , "desktopid" : o . desktopId } , function ( theme ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( '#st1 .theme_list [id=' + theme + ']' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . addClass ( "thmc1 active" ,  300 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . find ( "span" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        . addClass ( "thmtxt" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      bindHandlers ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      loadthmc ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . initializeSettings . connection  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  bindHandlers  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#connection_setting ul a" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  what  =  $ ( this ) . attr ( "for" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        type  =  $ ( this ) . attr ( "href" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ul  =  $ ( "#" + type + "_connection" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        usernm  =  $ul . find ( "input[type=text]" ) . val ( ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        pwd  =  $ul . find ( "input[type=password]" ) . val ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        switch ( what ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          case  "save" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          case  "new" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( usernm != ""  &&  pwd != "" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $ul . find ( "input[type=text]" ) . replaceWith ( "<div class='c_info usrnm'>" + usernm + "</div>" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ul . find ( "input[type=password]" ) . replaceWith ( "<div class='c_info pwd'>••••••</div>" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . text ( "Edit" ) . attr ( "for" , "edit" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . parent ( ) . find ( "a[for=delete]" ) . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ul . find ( "span.c_status" ) . text ( "Connected" ) . addClass ( "c_status_on" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( what == "save" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          what = "edit" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        saveaccount ( usernm , pwd , type , what ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          case  "edit" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  un  =  $ul . find ( "div.usrnm" ) . text ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ul . find ( "div.usrnm" ) . replaceWith ( '<input type="text" value="' + un + '">' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ul . find ( "div.pwd" ) . replaceWith ( '<input type="password">' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . text ( "Save" ) . attr ( "for" , "save" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          case  "delete" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  $this  =  $ ( this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            o . confirm ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              message  :  "Are you sure that you want to remove this account?" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              buttons  :  [ "Yes" , "No" ] , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              highlighted  :  2 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } , function ( reply ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( reply ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $this . hide ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $ul . find ( "div.usrnm" ) . replaceWith ( '<input type="text">' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $ul . find ( "div.pwd" ) . replaceWith ( '<input type="password">' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $ul . find ( "span.c_status" ) . text ( "No Connection" ) . removeClass ( "c_status_on" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                $this . parent ( ) . find ( "a[for=edit]" ) . text ( "Connect" ) . attr ( "for" , "new" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                saveaccount ( "" , "" , type , what ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  $conlist  =  $ ( '.s_form' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            conlist _w  =  $conlist . length  *  $conlist . outerWidth ( true )  +  ( $conlist . length  -  1 )  *  25 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( '#connection_setting' ) . width ( conlist _w ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  saveaccount  =  function ( usernm , pwd , type , what ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ . post ( "/desktop/save_account_info" , { email : usernm , password : pwd , account : type , dowhat : what } , function ( result ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( what != "delete" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( result [ 0 ] . success == "true" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . notify ( type + " account connected!!" , "success" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . notify ( type + " account connection failed!!" , "imp" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( result [ 0 ] . success == "true" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . notify ( type + " account removed!!" , "success" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          o . notify ( type + " account removal failed!!" , "imp" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      // $.getJSON("/otheraccounts/getaccounts",function(accounts){
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //   $.each(accounts,function(i,account){
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //     $ul = $("#"+account.type+"_connection");
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //     $ul.find("input[type=text]").replaceWith("<div class='c_info usrnm'>"+account.email+"</div>")
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //     $ul.find("input[type=password]").replaceWith("<div class='c_info pwd'>••••••</div>");
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //   $ul.find("a[for=new]").text("Edit").attr("for","edit");
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //   $ul.find("a[for=delete]").show();
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //   $ul.find(".c_status").text("Connected").addClass("c_status_on");
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //   })
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //   bindHandlers();
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // })
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . initializeOrbitTimeline  =  function ( target , url , cache ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  timeline  =  new  orbitTimeline ( "#timeline" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    timeline . initialize ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . initializeAppstore  =  function ( target , url , cache ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . initializeAppstore . widgets  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  bindHandlers  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#widget_list a" ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  sectionid  =  $ ( this ) . attr ( "for" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          var  widgetid  =  $ ( this ) . parent ( ) . parent ( ) . attr ( "for" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          switch ( $ ( this ) . attr ( "href" ) ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            case  "addthis" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $this  =  $ ( this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              o . confirm ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                message :  "Are you sure you want to add this widget?" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                buttons :  [ 'Yes' , 'No' ] , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                highlighted :  1 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } , function ( reply ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( reply ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  $ . post ( "desktop_appstore/widgets_settings" , { section : sectionid ,  widget : widgetid ,  what : "add" } , function ( result ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    if ( result [ 0 ] . success ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      $this . attr ( "href" , "removethis" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      $targetDom  =  $this . parent ( ) . parent ( ) . find ( "div.status" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      $parentDom  =  $this . parent ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      if ( $targetDom . find ( "a" ) . length  ==  0 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    $targetDom . html ( "Status : Installed on" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  $targetDom . append ( " " ) . append ( $this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  if ( $parentDom . find ( "a" ) . length  ==  0 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    $parentDom . empty ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  o . desktopData [ "home" ] = "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  o . notify ( "Widget added." , "success" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      o . notify ( result [ 0 ] . error , "imp" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            case  "removethis" : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $this  =  $ ( this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              o . confirm ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                message :  "Are you sure you want to remove this widget?" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                buttons :  [ 'Yes' , 'No' ] , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                highlighted :  2 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } , function ( reply ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                if ( reply ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  $ . post ( "desktop_appstore/widgets_settings" , { section : sectionid ,  widget : widgetid ,  what : "remove" } , function ( result ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    if ( result [ 0 ] . success ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      $this . attr ( "href" , "addthis" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      $targetDom  =  $this . parent ( ) . parent ( ) . find ( "div.not_status" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      $parentDom  =  $this . parent ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      if ( $targetDom . html ( ) == "" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    $targetDom . html ( "Install on" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  $targetDom . append ( " " ) . append ( $this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  if ( $parentDom . find ( "a" ) . length  ==  0 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    $parentDom . html ( "Status : Downloaded" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  o . desktopData [ "home" ] = "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  o . notify ( "Widget removed." , "success" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . tinyscrollbar _ext ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          main :  '.tinycanvas' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          fill :  '.list_t' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . getJSON ( "/desktop_appstore/getuserwidgets" , function ( userwidgets ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  column  =  $ ( '<div class="g_col list_t"><ul></ul></div>' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      counter  =  1 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      li ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . each ( userwidgets , function ( i , widge ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( ! widge . status ) widge . status  =  "Downloaded" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  brick  =  widge . shape . split ( ' ' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        bw  =  parseInt ( brick [ 0 ] . substr ( 1 ) ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        bh  =  parseInt ( brick [ 1 ] . substr ( 1 ) ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        shp  =  bw + " X " + bh ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      li  =  $ ( '<li class="list_t_item" for="' + widge . _id + '"><div class="list_t_title">' + widge . name + '</div><div class="list_t_des">Author : ' + widge . author + '</div><div class="list_t_des">Shape : ' + shp + '</div><div class="list_t_des status">Status : ' + widge . status + '</div><div class="list_t_des not_status"></div></li>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  cur _section _names  =  new  Array ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  section _names  =  new  Array ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  section _links  =  new  Array ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( widge . section ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  s _name _list  =  "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ . each ( widge . section , function ( x , sec ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ . each ( o . sectionList , function ( j , s ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if ( s . _id == sec ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              cur _section _names . push ( s . name ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              s _name _list +=  "<a href='removethis' for='" + s . _id + "' style='text-decoration:underline;'>" + s . name  + "</a> " ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  section _names  =  o . getArrayfromJson ( o . sectionList , "name" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  section _links  =  o . getArrayfromJson ( o . sectionList , "_id" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  s _name _list _not  =  "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ . each ( section _names , function ( j , sec _name ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( $ . inArray ( sec _name , cur _section _names ) == - 1 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  sec _link  =  section _links [ j ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            s _name _list _not +=  "<a href='addthis' for='" + sec _link + "' style='text-decoration:underline;'>" + sec _name + "</a> " ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        li . find ( ".status" ) . html ( "Status : Installed on " + s _name _list ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( s _name _list _not ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          li . find ( ".not_status" ) . html ( "Install on " + s _name _list _not ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        li . find ( ".not_status" ) . html ( "Install on <a href='addthis' for='" + o . sectionList [ 0 ] . _id + "' style='text-decoration:underline;'>" + o . sectionList [ 0 ] . name + "</a> <a href='addthis' for='" + o . sectionList [ 1 ] . _id + "' style='text-decoration:underline;'>" + o . sectionList [ 1 ] . name + "</a> <a href='addthis' for='" + o . sectionList [ 2 ] . _id + "' style='text-decoration:underline;'>" + o . sectionList [ 2 ] . name + "</a> <a href='addthis' for='" + o . sectionList [ 3 ] . _id + "' style='text-decoration:underline;'>" + o . sectionList [ 3 ] . name ) + "</a>" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      //console.log(section_names);   
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      column . find ( "ul" ) . append ( li ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( counter % 4 == 0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "#apps_store #widget_list" ) . append ( column ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        column  =  $ ( '<div class="g_col list_t" style="width:350px;"><ul></ul></div>' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      counter ++ ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( "#apps_store #widget_list" ) . append ( column ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . initializeAppstore . onlinestore  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  bindHandlers  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      bindHandlers ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . initializeAppstore . onlinestore ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    bindHandlers ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . loadWallpaper  =  function ( wallpaper ) {   // this is to load new wallpaper 
 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-19 04:33:00 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    var  img _path  =  ( ! wallpaper )  ?  o . themesettings . background  :  o . wallpaperPath + wallpaper ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( "#thmbackground" ) . attr ( "style" , "background-image: url(" + img _path + ");" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . loadIconCache  =  function ( ) {   // this function load or refresh icon cache for the theme
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  imgs  =  $ ( ".docklist img" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ . each ( imgs , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  setting _name  =  $ ( this ) . attr ( "id" ) . replace ( "_icon" , "" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      $ ( this ) . attr ( "src" , "/assets/desktop/icons/" + o . themesettings . icons [ setting _name ] ) 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								    } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . initializeWidgets  =  function ( ) {  // this function will initialize all the widgets in the desktop
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  elements  =  $ ( "#group_wrapper .widget" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        loading  =  '<div class="thmtxt o-loading"><i class="icon-spin icon-spinner"></i> Loading</div>' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ . each ( elements , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  widget  =  $ ( this ) , 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          widget _holder  =  $ ( this ) . find ( '.appholder' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          // widget_style = (widget.find('.widget_style').length > 0) ? '' : '<link class="widget_style" rel="stylesheet" href="'+widget.attr("css-link")+'" type="text/css" />';
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								      if ( widget . attr ( "data-category" ) == "widget" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  widgetname  =  widget . attr ( "data-content" ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        // widget_holder.before(widget_style).empty();
 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								        $ . getScript ( widget . attr ( "js-link" ) ) . done ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          // widget.find(".appholder").load(widget.attr("data-content"));
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ . ajax ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            url :  widgetname , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            beforeSend :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              widget _holder . html ( loading ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            success :  function ( html ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              widget _holder 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . css ( 'top' , '100%' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . html ( html ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            complete :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              widget _holder 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . delay ( 300 ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                . animate ( { top : '0' } , 500 , 'easeInOutQuint' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        // $(this).find(".appholder").append( '<link rel="stylesheet" href="'+widget.attr("css-link")+'" type="text/css" />');
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . saveWallpaper  =  function ( wallpaper ) {  // this function saves wallpaper in db
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ . post ( "/desktop/save_desktop_settings" , { "save" : "wallpaper" , "wallpapernm" : wallpaper , "desktopid" : o . desktopId } , function ( result ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( result [ 0 ] . success == "true" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . notify ( "Wallpaper saved!!" , "success" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . notify ( "Wallpaper saving failed!!" , "imp" , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . tinyscrollbar _ext  =  function ( target , tinysettings ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    //main : dom on which tinyscrollbar has to be applied
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    //fill : number or object for width
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    //height : height for the target element
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    //tinysettings : tinyscrollbar settings
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( typeof  target . main  ==  "undefined" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . notify ( 'Tinyscrollbar: target undefined' , 'imp' , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } else { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      target . main  =  $ ( target . main ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  settings  =  { "axis" : "x" } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( typeof  tinysettings  !=  "undefined" ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . map ( tinysettings , function ( val , i ) {  settings [ i ]  =  val  } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  count , baseWidth , fillArray , pxs ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								   
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if (  typeof  target . fill  ==  'string'  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // fillArray = target.main.find(target.fill);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // count = fillArray.length;
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // baseWidth = $(target.fill).eq(1).outerWidth(true);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // target.main.find('.overview').width( baseWidth * count);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    }  else  if (  typeof  target . fill  ==  'number'  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      target . main . find ( '.overview' ) . width (  target . fill  ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    }  else  if (  typeof  target . fill  ==  'undefined'  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      o . notify ( 'Tinyscrollbar: setting width failed' , 'imp' , 2 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( target . height ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      target . main . height ( target . height ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    o . tinyscrollbar  =  target . main . tinyscrollbar (  settings  ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  this . check _simple _layout  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // use for various width of columns inside canvas(.overview)
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // only count width for visible element which has "s_column" class
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // then set width to canvas
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // ** not sure to update canvas here ( $.tinyscrollbar_update() )
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  sw  =  0 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $simple _layout  =  $ ( '#content .overview[content-layout=simple]' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( $simple _layout . find ( ".s_column" ) . length  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $simple _layout . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . find ( ".s_column" ) . filter ( ":visible" ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          sw  +=  $ ( this ) . outerWidth ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $simple _layout . css ( 'width' , sw ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // if($simple_layout.find(".s_column").length > 0){
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    //   $simple_layout.css('width',sw);
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // }
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  this . simple _drop _down  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // simple dropdown menu
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  $sdm  =  $ ( '.sdm' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if (  $sdm . find ( '.sdm_o' )  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $sdm . find ( 'a' ) . andSelf ( ) . on ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        mouseenter :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . addClass ( 'thmc2 thmtxt' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        mouseleave :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . removeClass ( 'thmc2 thmtxt' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . simple _tab  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // tab
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  $anchor  =  $ ( '.s_tab a[href*=#]' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $tabcontent  =  $ ( '.st_c' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $anchor . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( this ) . click ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  target  =  $ ( this ) . attr ( 'href' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $anchor . removeClass ( 'thmc2 thmtxt admtxt admbg' ) . addClass ( 'admtxt admbg' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . toggleClass ( 'thmc2 thmtxt admtxt admbg' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $tabcontent . hide ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( target ) . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if (  $ ( '.tinycanvas' ) . length  >  0  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( '.tinycanvas' ) . tinyscrollbar _update ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . simple _switch  =  function ( func ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( '.s_switch' ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  $switcher  =  $ ( this ) . find ( '.s_switch_switcher' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $checkbox  =  $ ( this ) . find ( 'input[type=checkbox]' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $status  =  $ ( this ) . find ( '.s_switch_status' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          toggle  =  '<span class="s_switch_toggle"></span>' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          status _on  =  $status . attr ( 'status-on' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          status _off  =  $status . attr ( 'status-off' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          ini ,  set ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ini  =  ( $switcher . hasClass ( 'admbg2' ) )  ?  null  :  $switcher . addClass ( 'admbg2' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      ini  =  ( $switcher . find ( '.s_switch_toggle' ) . length  <  1 )  ?  $checkbox . after ( toggle )  :  null ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      set  =  ( $checkbox . is ( ':checked' ) )  ?  $status . text ( status _on )  :  $status . text ( status _off ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $checkbox . unbind ( ) . change ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  v  =  $ ( this ) . attr ( 'checked' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        switch  ( v )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          case  'checked' : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $switcher . switchClass ( 'admbg2' , 'thmc2' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $status . text ( status _on ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          case  undefined : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $switcher . switchClass ( 'thmc2' , 'admbg2' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $status . text ( status _off ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          break ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( typeof  func  ==  "function" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          func . call ( this , $ ( this ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  this . single _select  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    // single select
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( '.ssl .ssl_item' ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  $des  =  $ ( this ) . find ( '.ssl_des' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( this ) . on ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        click :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . switchClass ( '' , 'thmc1 active' , 0 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $ ( this ) . siblings ( '.thmc1' ) . switchClass ( 'thmc1 active' , '' , 0 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if (  $des . length  >  0  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . parents ( '.ssl' ) . find ( '.ssl_des' ) . removeClass ( 'thmtxt' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $des . addClass ( 'thmtxt' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        mouseenter :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if (  ! $ ( this ) . hasClass ( 'active' )  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . addClass ( 'thmc1' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if (  $des . length  >  0  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $des . addClass ( 'thmtxt' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        mouseleave :  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if (  ! $ ( this ) . hasClass ( 'active' )  ) {  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . removeClass ( 'thmc1' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            if (  $des . length  >  0  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              $des . removeClass ( 'thmtxt' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								   this . highlight _sub _menu _item  =  function ( no ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ ( '*[content-type=menu] a' ) . removeClass ( 'thmc1 thmtxt active' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  dom ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( typeof  no  ==  "number" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        dom  =  $ ( '*[content-type=menu] a' ) . eq ( no ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        dom . addClass ( 'thmc1 thmtxt active' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } else  if ( typeof  no  ==  "object" ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        dom  =  no ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        dom . addClass ( 'thmc1 thmtxt active' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return  dom ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . use _select2  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( 'select:not(.select2-offscreen)' ) . select2 ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      minimumResultsForSearch :  - 1 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // minimumInputLength: -1
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . autocomplete  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( "*[autocomplete]" ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $e  =  $ ( this ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  options  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        multiple : true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        minimumInputLength :  - 1 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        width :  "off" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								         ajax :  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          url :  $e . attr ( "autocomplete" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          dataType :  'json' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          quietMillis :  100 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          tokenSeparators :  [ "," ] , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          data :  function  ( search ,  page )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            return  { q :  search } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          results :  function  ( data ,  page )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            return  { results :  data . results } ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  format  =  $e . attr ( "autocomplete-format" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if ( format ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        format  =  format . split ( ":" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  seperator  =  format [ 0 ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  fields  =  format [ 1 ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        fields  =  fields . replace ( "]" , "" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        fields  =  fields . replace ( "[" , "" ) ;   
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        fields  =  fields . split ( "," ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        options . formatResult  =  function ( data ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  markup  =  "" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  x  =  0 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            for ( i  =  0 ; i  <  fields . length ;  i ++ ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( i  >  0 ) markup  +=  " "  +  seperator  +  " " ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              if ( data [ fields [ i ] ] ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                markup  +=  data [ fields [ i ] ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              else 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                markup  +=  fields [ i ]  +  " not available" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								         
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            return  markup ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $e . select2 ( options ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . appname _substr  =  function ( target , length ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  $target  =  $ ( target ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        length  =  ( length  &&  typeof  length  ==  'number' )  ?  length  :  12 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        wrapper  =  '<span class="text_wrapper"/>' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        w1 ,  w2 ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    if ( ! $target  &&  $target . find ( '.text_wrapper' ) . length  >  0 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    }  else  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      for ( i  =  0 ;  i  <  $target . length ;  i ++ ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        var  $this  =  $target . eq ( i ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        if ( $this . find ( '.appname' ) . text ( ) . length  >  length  +  1 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          $this . find ( '.appname' ) . wrapInner ( wrapper ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          w1  =  $this . find ( '.appname' ) . width ( )  -  24 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          w2  =  $this . find ( '.text_wrapper' ) . width ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          if ( w2  >  w1 ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            var  text  =  $this . find ( '.text_wrapper' ) . text ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            slice  =  text . substr ( 0 , length ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $this . find ( '.text_wrapper' ) . attr ( 'title' , text ) . text ( slice + '...' ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-25 10:11:02 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  this . enablelanguageSelect  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    $ ( ".language_select a" ) . click ( function ( event )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "*[data-language]" ) . hide ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( "*[data-language=" + $ ( this ) . data ( "lang" ) + "]" ) . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
									
										
										
										
											2013-09-26 11:36:54 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  this . enableSharing  =  function (  dom  ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  el  =  $ (  dom  ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        variable  =  (  el . data (  'var'  )  ?  el . data (  "var"  )  :  "mode" ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        _url  =  el . data (  'link'  )  +  "?"  +  variable  +  "=" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        classes  =  [ ] ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    el . find (  "a"  ) . each (  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      classes . push (  $ (  this  ) . attr (  "item-class"  )  ?  $ (  this  ) . attr (  "item-class"  )  :  $ (  this  ) . data (  'mode'  )  ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    el . find (  "a"  ) . click (  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  ids  =  [ ] , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          mode  =  $ (  this  ) . data (  'mode'  ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          inject _class  =  $ (  this  ) . attr (  'item-class'  )  ?   $ (  this  ) . attr (  'item-class'  )  :  mode ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ (  ".overview li[item=true] a.icon-check"  ) . each (  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        ids . push (  $ (  this  ) . data (  'id'  )  ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ (  "li[data-id=" +  $ (  this  ) . data (  'id'  )  + "]" ) . removeClass (  classes . join (  " "  )  ) . addClass (  inject _class  ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $ . ajax ( { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        url  :  _url  +  mode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        data  :  { "ids"  :  ids } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        datatype  :  "json" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return  false ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  this . minimizeBarManager  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  minimizedApps  =  [ ] , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        minimizeBar  =  $ ( "#minimizebar" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . minimizeBarManager . minimize  =  function ( win ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      minimizedApps . push ( win . attr ( "id" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  $e  =  generateMiniBar ( win . attr ( "id" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $e . find ( "span[for=title]" ) . text ( win . data ( 'title' ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $e . one ( "click" , function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . minimizeBarManager . maximize ( win ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $e . find ( "span.icon-remove" ) . one ( "click" , function ( e ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        o . appWindow . close ( win ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        e . stopPropagation ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      minimizeBar . append ( $e ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      win . hide ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-19 04:33:00 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      miniBarEffect ( ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      // var minimizeOffset = minimizeBar.offset();
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // win.animate({"left":minimizeOffset.left + "px","top":minimizeOffset.top + "px","height":"25px","width":"200px"},function(){
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      // });
 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-19 04:33:00 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      $ ( 'body' ) . attr ( 'style' , '' ) ; 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    this . minimizeBarManager . maximize  =  function ( win ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  position  =  minimizedApps . indexOf ( win . attr ( "id" ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      minimizedApps . splice ( position , 1 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      getMiniBar ( position ) . remove ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      win . show ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      updatePositions ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  getMiniBar  =  function ( position ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return  minimizeBar . find ( "div[data-position=" + position + "]" ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  generateMiniBar  =  function ( id ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      var  position  =  minimizedApps . indexOf ( id ) , 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-19 04:33:00 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								           template  =  '<div id="mini_' + id + '" data-app-id="' + id + '" data-position="' + position + '" class="minimize w2 hh1 hp admbg admtxt"><span for="title"></span><span class="icon-remove hh1"></span></div>' , 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          $e  =  $ ( template ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return  $e ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
									
										
										
										
											2013-08-19 04:33:00 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  var  miniBarEffect  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var  minimize  =  $ ( '.minimize' ) , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        normalState  =  'admbg admtxt' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        hoverState  =  'thmc1 thmtxt' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        minimize . hover ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . switchClass ( normalState , hoverState ,  200 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            $ ( this ) . switchClass ( hoverState , normalState ,  200 ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:39:01 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    var  updatePositions  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      minimizeBar . find ( "div.minimize" ) . each ( function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $ ( this ) . attr ( "data-position" , minimizedApps . indexOf ( $ ( this ) . data ( "app-id" ) ) ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  } 
							 
						 
					
						
							
								
									
										
										
										
											2013-07-30 08:14:28 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								  o . initialize ( ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								orbitDesktop . prototype . themefolder  =  "themes" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								orbitDesktop . prototype . widgetfolder  =  "desktop_widgets" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								orbitDesktop . prototype . desktopId  =  "1" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								orbitDesktop . prototype . notifyImgPath  =  "temp" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								orbitDesktop . prototype . wallpaperPath  =  "/assets/stockBackground/" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								orbitDesktop . prototype . iconPath  =  "/assets/icons/" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								orbitDesktop . prototype . currentLanguage  =  "en" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								orbitDesktop . prototype . currentUsername  =  "Harry" ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								var  uselessfunction  =  function ( ) { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  $ . post ( "/desktop/temp_func" , { sectionid : "4f83e7bbbd98eb041600001d" } ) ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								}