2016-07-13 14:58:39 +00:00
var section = { view : { text : '#CONTAINER > section[data-sublink="view"] ' , element : document . querySelector ( '#CONTAINER > section[data-sublink="view"]' ) , searchbar : document . querySelector ( '#CONTAINER > section[data-sublink="view"] > .searchbar' ) } , create : { text : '#CONTAINER > section[data-sublink="create"] ' , element : document . querySelector ( '#CONTAINER > section[data-sublink="create"]' ) } , remove : { text : '#CONTAINER > section[data-sublink="remove"] ' , element : document . querySelector ( '#CONTAINER > section[data-sublink="remove"]' ) } ,
2016-07-20 14:50:41 +00:00
edit : { text : '#CONTAINER > section[data-sublink="edit"] ' , element : document . querySelector ( '#CONTAINER > section[data-sublink="edit"]' ) } , members : { text : '#CONTAINER > section[data-sublink="members"] ' , element : document . querySelector ( '#CONTAINER > section[data-sublink="members"]' ) , chooser : { text : '#CONTAINER > section[data-sublink="members"] form#choose-cluster ' , element : document . querySelector ( '#CONTAINER > section[data-sublink="members"] form#choose-cluster' ) } } , permissions : { text : '#CONTAINER > section[data-sublink="permissions"] ' ,
2016-07-16 10:41:21 +00:00
element : document . querySelector ( '#CONTAINER > section[data-sublink="permissions"]' ) } } ;
2016-07-15 12:55:59 +00:00
if ( null != section . view . element ) { 1 < pageManager . vars . length && ! isNaN ( pageManager . vars [ 1 ] ) && ( document . location = "#" + pageManager . vars [ 1 ] , document . getElementById ( pageManager . vars [ 1 ] ) . addClass ( "selected" ) ) ; section . view . link = { edit : document . querySelectorAll ( section . view . text + ".link_edit[data-cluster]" ) , remove : document . querySelectorAll ( section . view . text + ".link_remove[data-cluster]" ) } ; section . view . group = { rem : document . querySelectorAll ( section . view . text + ".rem-member[data-cluster][data-member]" ) , add : document . querySelectorAll ( section . view . text +
2016-07-16 10:41:21 +00:00
".add-member[data-cluster]" ) } ; section . view . searchbar . addEventListener ( "keyup" , function ( a ) { api . send ( { path : "clusterDefault/search" , keywords : section . view . searchbar . value } , function ( a ) { if ( 0 == a . ModuleError ) { for ( var d = [ ] , b = 0 ; b < a . clusters . length ; b ++ ) d . push ( a . clusters [ b ] . id _cluster ) ; a = document . querySelectorAll ( section . view . text + "> article.inline-box[id]" ) ; for ( b = 0 ; b < a . length ; b ++ ) - 1 < d . indexOf ( a [ b ] . id ) ? a [ b ] . remClass ( "hidden" ) : a [ b ] . addClass ( "hidden" ) } } ) } , ! 1 ) ; for ( var i = 0 ; i < section . view . link . edit . length ; i ++ ) section . view . link . edit [ i ] . addEventListener ( "click" ,
function ( a ) { pageManager . vars [ 1 ] = a . target . getData ( "cluster" ) ; autofill _edit ( pageManager . vars [ 1 ] ) ; navSubMenu ( "edit" ) } , ! 1 ) ; for ( i = 0 ; i < section . view . link . remove . length ; i ++ ) section . view . link . remove [ i ] . addEventListener ( "click" , function ( a ) { pageManager . vars [ 1 ] = a . target . getData ( "cluster" ) ; autofill _remove ( pageManager . vars [ 1 ] ) ; navSubMenu ( "remove" ) } , ! 1 ) ; for ( i = 0 ; i < section . view . group . rem . length ; i ++ ) section . view . group . rem [ i ] . addEventListener ( "click" , function ( a ) { var c = a . target . parentNode . parentNode . parentNode . children [ 0 ] . value ,
2016-07-20 14:50:41 +00:00
d = { } ; d . path = 0 == c ? "userDefault/unlink" : "machineDefault/unlink" ; d . id _cluster = a . target . getData ( "cluster" ) ; 0 == c ? d . id _user = a . target . getData ( "member" ) : d . id _machine = a . target . getData ( "member" ) ; api . send ( d , function ( c ) { if ( 0 != c . ModuleError ) return ! 1 ; a . target . parentNode . parentNode . removeChild ( a . target . parentNode ) } ) } , ! 1 ) ; for ( i = 0 ; i < section . view . group . add . length ; i ++ ) section . view . group . add [ i ] . addEventListener ( "click" , function ( a ) { pageManager . vars [ 1 ] = a . target . getData ( "cluster" ) ; navSubMenu ( "members" ) ; document . location =
2016-07-15 12:55:59 +00:00
"" } , ! 1 ) }
2016-07-18 22:15:25 +00:00
null != section . create . element && ( section . create . input = { name : document . querySelector ( section . create . text + "#create_name" ) , "class" : document . querySelector ( section . create . text + "#create_class" ) , submit : document . querySelector ( section . create . text + "#create_submit" ) } , section . create . input . submit . addEventListener ( "click" , function ( a ) { a . preventDefault ( ) ; api . send ( { path : "clusterDefault/create" , name : section . create . input . name . value , "class" : section . create . input [ "class" ] . value } , function ( a ) { 0 == a . ModuleError && ( console . log ( "Groupe cree!" ) , section . create . input . submit . anim ( "active" ,
1500 ) ) } ) } , ! 1 ) ) ;
if ( null != section . remove . element ) { var autofill _remove = function ( ) { var a = "" , c = "" , d = ! 0 ; null == found _remove [ searchindex _remove ] ? searchindex _remove = section . remove . input . search . num . innerHTML = 0 : ( a = found _remove [ searchindex _remove ] . id _cluster , c = found _remove [ searchindex _remove ] . name , d = ! 1 , section . remove . input . search . num . innerHTML = searchindex _remove + 1 ) ; section . remove . input . search . id . value = a ; section . remove . input . name . value = c ; section . remove . input . submit . disabled = d } ; section . remove . input = { search : { view : document . querySelector ( section . remove . text + ".remove_search_view" ) ,
num : document . querySelector ( section . remove . text + ".remove_search_num" ) , sum : document . querySelector ( section . remove . text + ".remove_search_sum" ) , keyword : document . querySelector ( section . remove . text + "#remove_search_keyword" ) , id : document . querySelector ( section . remove . text + "#remove_search_id" ) , submit : document . querySelector ( section . remove . text + "#remove_search_submit" ) } , name : document . querySelector ( section . remove . text + "#remove_name" ) , submit : document . querySelector ( section . remove . text + "#remove_submit" ) } ; var lastkeywords _remove =
"" , found _remove = [ ] , searchindex _remove = 0 ; 2 <= pageManager . vars . length && ! isNaN ( pageManager . vars [ 1 ] ) && api . send ( { path : "clusterDefault/getById" , id _cluster : pageManager . vars [ 1 ] } , function ( a ) { 0 == a . ModuleError && ( found _remove = [ a . cluster ] , searchindex _remove = 0 , autofill _remove ( ) ) } ) ; section . remove . input . search . submit . addEventListener ( "click" , function ( a ) { a . preventDefault ( ) ; if ( "" != section . remove . input . search . keyword . value ) if ( section . remove . input . search . keyword . value == lastkeywords _remove ) searchindex _remove = ( searchindex _remove +
1 ) % found _remove . length , autofill _remove ( ) ; else { var c = { path : "clusterDefault/search" , keywords : section . remove . input . search . keyword . value } ; api . send ( c , function ( a ) { 0 == a . ModuleError && ( section . remove . input . search . submit . anim ( "active" , 1E3 ) , searchindex _remove = 0 , found _remove = a . clusters , section . remove . input . search . sum . innerHTML = found _remove . length , autofill _remove ( ) ) ; lastkeywords _remove = c . keywords } ) } } , ! 1 ) ; section . remove . input . submit . addEventListener ( "click" , function ( a ) { a . preventDefault ( ) ; "" != section . remove . input . search . id . value &&
api . send ( { path : "clusterDefault/delete" , id _cluster : section . remove . input . search . id . value } , function ( a ) { 0 == a . ModuleError && 1 == a . status ? ( console . log ( "Groupe supprimee!" ) , section . remove . input . submit . anim ( "active" , 1500 ) , autofill _remove ( null ) ) : console . error ( "ModuleError::" + a . ModuleError ) } ) } , ! 1 ) }
2016-07-16 10:41:21 +00:00
if ( null != section . edit . element ) { var autofill _edit = function ( ) { var a = "" , c = "" , d = ! 0 ; null == found _edit [ searchindex _edit ] ? searchindex _edit = section . edit . input . search . num . innerHTML = 0 : ( a = found _edit [ searchindex _edit ] . id _cluster , c = found _edit [ searchindex _edit ] . name , d = ! 1 , section . edit . input . search . num . innerHTML = searchindex _edit + 1 ) ; section . edit . input . search . id . value = a ; section . edit . input . name . value = c ; section . edit . input . submit . disabled = d } ; section . edit . input = { search : { view : document . querySelector ( section . edit . text + ".edit_search_view" ) ,
2016-07-13 15:15:26 +00:00
num : document . querySelector ( section . edit . text + ".edit_search_num" ) , sum : document . querySelector ( section . edit . text + ".edit_search_sum" ) , keyword : document . querySelector ( section . edit . text + "#edit_search_keyword" ) , id : document . querySelector ( section . edit . text + "#edit_search_id" ) , submit : document . querySelector ( section . edit . text + "#edit_search_submit" ) } , name : document . querySelector ( section . edit . text + "#edit_name" ) , submit : document . querySelector ( section . edit . text + "#edit_submit" ) } ; var lastkeywords _edit = "" , found _edit = [ ] ,
searchindex _edit = 0 ; 2 <= pageManager . vars . length && ! isNaN ( pageManager . vars [ 1 ] ) && api . send ( { path : "clusterDefault/getById" , id _cluster : pageManager . vars [ 1 ] } , function ( a ) { 0 == a . ModuleError && ( found _edit = [ a . cluster ] , searchindex _edit = 0 , autofill _edit ( ) ) } ) ; section . edit . input . search . submit . addEventListener ( "click" , function ( a ) { a . preventDefault ( ) ; if ( "" != section . edit . input . search . keyword . value ) if ( section . edit . input . search . keyword . value == lastkeywords _edit ) searchindex _edit = ( searchindex _edit + 1 ) % found _edit . length , autofill _edit ( ) ;
2016-07-16 10:41:21 +00:00
else { var c = { path : "clusterDefault/search" , keywords : section . edit . input . search . keyword . value } ; api . send ( c , function ( a ) { 0 == a . ModuleError && ( section . edit . input . search . submit . anim ( "active" , 1E3 ) , searchindex _edit = 0 , found _edit = a . clusters , section . edit . input . search . sum . innerHTML = found _edit . length , autofill _edit ( ) ) ; lastkeywords _edit = c . keywords } ) } } , ! 1 ) ; section . edit . input . submit . addEventListener ( "click" , function ( a ) { a . preventDefault ( ) ; "" != section . edit . input . search . id . value && api . send ( { path : "clusterDefault/edit" , id _cluster : section . edit . input . search . id . value ,
2016-07-14 08:52:04 +00:00
name : section . edit . input . name . value } , function ( a ) { 0 == a . ModuleError && 1 == a . status ? ( console . log ( "Groupe modifiee!" ) , section . edit . input . submit . anim ( "active" , 1500 ) , autofill _edit ( section . edit . input . search . id . value ) ) : console . error ( "ModuleError::" + a . ModuleError ) } ) } , ! 1 ) }
2016-07-20 14:50:41 +00:00
null != section . members . element && null != section . members . chooser . element && ( section . members . chooser . deflater = new FormDeflater ( section . members . chooser . element , [ "select" ] , [ "data-name" ] ) , section . members . chooser . submit = document . querySelector ( section . members . chooser . text + "#choose-cluster" ) , section . members . chooser . submit . addEventListener ( "click" , function ( a ) { a . preventDefault ( ) ; a = section . members . chooser . deflater . deflate ( ) . cluster ; isNaN ( a ) || ( pageManager . vars [ 1 ] = a , pageManager . refresh ( ) , document . location = "" ) } , ! 1 ) ) ;
null != section . members . element && null == section . members . chooser . element && ( section . members . deflater = new FormDeflater ( section . members . element , [ "input" ] , [ "data-name" ] ) , section . members . baseData = section . members . deflater . deflate ( ) . members , section . members [ "class" ] = document . querySelector ( "#members-member-class" ) . value , section . members . idcluster = document . querySelector ( "#members-member-idcluster" ) . value , section . members . element . addEventListener ( "click" , function ( a ) { var c = [ ] ; a = [ ] ; var d = section . members . deflater . deflate ( ) . members ;
d instanceof Array || ( d = [ d ] ) ; for ( var b = 0 ; b < d . length ; b ++ ) - 1 == section . members . baseData . indexOf ( d [ b ] ) && c . push ( d [ b ] ) ; for ( b = 0 ; b < section . members . baseData . length ; b ++ ) - 1 == d . indexOf ( section . members . baseData [ b ] ) && a . push ( section . members . baseData [ b ] ) ; for ( b = 0 ; b < c . length ; b ++ ) { var e = { } ; e . path = 0 == section . members [ "class" ] ? "userDefault/link" : "machineDefault/link" ; e . id _cluster = section . members . idcluster ; 0 == section . members [ "class" ] ? e . id _user = c [ b ] : e . id _machine = c [ b ] ; api . send ( e , function ( a ) { 0 != a . ModuleError && console . error ( "Erreur d'ajout de membre" ) } ) } for ( b =
0 ; b < a . length ; b ++ ) c = { } , c . path = 0 == section . members [ "class" ] ? "userDefault/unlink" : "machineDefault/unlink" , c . id _cluster = section . members . idcluster , 0 == section . members [ "class" ] ? c . id _user = a [ b ] : c . id _machine = a [ b ] , api . send ( c , function ( a ) { 0 != a . ModuleError && console . error ( "Erreur d'ajout de membre" ) } ) ; section . members . baseData = d } , ! 1 ) ) ;