Wtf.workspace=function(A){Wtf.apply(this,A);this.myWorkSpaceCnt=0;this.bookRecord=new Wtf.data.Record.create([{name:"book"},{name:"author"},{name:"Ratings"},{name:"comments"},{name:"views"},{name:"published"},{name:"deleter"},{name:"start_date"},{name:"update_date"},{name:"RatingsStatus"}]);this.bookReader=new Wtf.data.JsonReader({totalProperty:"cnt",root:"data",id:"bookReader"},this.bookRecord);this.bookStore=new Wtf.data.JsonStore({url:"request/booksData.json",root:"data",reader:this.bookReader,listeners:{load:this.onBookStoreLoad,scope:this},fields:["book","author","Ratings","comments","views","start_date","update_date","RatingsStatus"]});this.bookStore.load();this.bookColModel=new Wtf.grid.ColumnModel([{header:"About",renderer:this.setAbout,id:"about"},{header:"Owner",dataIndex:"author",align:"left"},{header:"Comments",dataIndex:"comments",align:"center"},{header:"Views",dataIndex:"views",align:"center"},{header:"Start date",dataIndex:"start_date",align:"center",renderer:this.setDate},{header:"Update date",dataIndex:"update_date",align:"center",renderer:this.setDate},{header:"<img id='add' src='images/thumbs_up.gif' class='ratingsHeader'/>|<img id='minus' src='images/thumbs_down.gif' class='ratingsHeader'/>",dataIndex:"Ratings",renderer:this.setRatings,align:"center",width:100}]);this.bookGrid=new Wtf.grid.GridPanel({autoExpandColumn:"about",height:500,autoFill:true,cm:this.bookColModel,store:this.bookStore,scope:this,loadMask:true,viewconfig:{layout:"forcefit"},listeners:{rowclick:this.editRatings,scope:this}});Wtf.workspace.superclass.constructor.call(this,{items:[this.bookGrid],tbar:["Quick Search: ",this.quickSearchTF=new Wtf.KWLQuickSearch({field:"author",width:200})],bbar:[this.workspacesPaging=new Wtf.PagingToolbar({pageSize:15,store:this.bookStore,displayInfo:true,width:1060,displayMsg:"Displaying {0} - {1} of {2}",plugins:new Wtf.common.pPageSize({})})]})};Wtf.extend(Wtf.workspace,Wtf.Panel,{onBookStoreLoad:function(A){this.quickSearchTF.StorageChanged(this.bookStore);if(this.myWorkspace=="true"){this.showMyWorkSpaces(this.bookGrid)}},setAbout:function(C,B,A){image="<img src='images/pics.png' />";temp="<b>"+A.data["book"]+"</b><br /> written by <b>"+A.data["author"];return"<div style='float:left;'>"+image+"</div><div style='margin-left:40px;'>"+temp+"</div>"},setRatings:function(E,C,B){var A="";var D="";if(B.data["RatingsStatus"]==0||B.data["RatingsStatus"]==-1){A="thumbs_up.gif"}else{A="thumbs_up-dis.gif"}if(B.data["RatingsStatus"]==0||B.data["RatingsStatus"]==1){D="thumbs_down.gif"}else{D="thumbs_down-dis.gif"}temp="<b>"+E+" </b><img id='add' src='images/"+A+"' class='ratings'/>|<img id='minus' src='images/"+D+"' class='ratings'/>";return temp},setDate:function(B,A){return Wtf.util.Format.date(B,"jS M Y")},editRatings:function(C,A,B){record=C.getStore().getAt(A);if(B.target.tagName=="IMG"){if(B.target.tagName=="IMG"){if(B.target.id=="add"&&(record.data["RatingsStatus"]==-1||record.data["RatingsStatus"]==0)){record.data["RatingsStatus"]=1;record.data["Ratings"]+=1;C.getView().refresh()}if(B.target.id=="minus"&&(record.data["RatingsStatus"]==1||record.data["RatingsStatus"]==0)){if(record.data["Ratings"]>0){record.data["RatingsStatus"]=-1;record.data["Ratings"]-=1;C.getView().refresh()}}}}else{mainPanel.loadTab("communityHome.html","   "+record.data["book"],record.data["book"],"navareadashboard",Wtf.etype.comm,true)}},showMyWorkSpaces:function(A){A.getStore().filterBy(function(B,C){this.myWorkSpaceCnt+=1;if(this.myWorkSpaceCnt<10){return true}else{return false}},this)}});var booksread={"cnt":"5","data":[{"book":"The Alchemist","author":"Paulo Choleo","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/23 9:10","RatingsStatus":0},{"book":"Five Point some One","author":"Chetan Bhagat","Ratings":9,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/23 9:10","RatingsStatus":0},{"book":"One Night At Call Center","author":"Chetan Bhagat","Ratings":3,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/23 10:10","RatingsStatus":0},{"book":"Three Mistakes Of My Life","author":"Chetan Bhagat","Ratings":8,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"Deception Point","author":"Dan Brown","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"Digital Fortress","author":"Dan Brown","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"Angels And Demons","author":"Dan Brown","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"Power Shift","author":"Alvin Toffler","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"Future Shock","author":"Alvin Toffler","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"The World Is Flat","author":"John Thompson","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"The Smell","author":"Radhika Jha","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"God Of Small Things","author":"Arubdhuti Roy","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"Wise Otherwise","author":"Arundhuti Roy","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"The Google Story","author":"Lary Page","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"Gaudan","author":"Prenchand","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0},{"book":"The Monk Who Sold His Ferrari","author":"Robin Sharma","Ratings":4,"comments":12,"views":5,"start_date":"2009/01/09 12:00","update_date":"2009/01/09 12:00","RatingsStatus":0}]};Wtf.taglist=[["Tag1",15],["Tag2",12],["Tag3",15],["Tag4",20],["Tag5",15],["Tag6",23],["Tag7",15],["Tag8",12],["Tag9",7],["Tag10",15],["Tag11",9],["Tag12",13],["Tag13",10],["Tag14",15],["Tag15",24]];Wtf.announcement=[["Announcement1"],["Announcement2"],["Announcement3"],["Announcement4"],["Announcement5"],["Announcement6"],["Announcement7"],["Announcement8"],["Announcement9"],["Announcement10"]]