X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fhaze.py;h=3d929b70ab2621fab7ddc8910862ff389776ad7a;hb=c3b77f0611b19e3fa57357a0c961d1f39573985d;hp=970faff3f10c67a567c833763aee4d7aa40250bc;hpb=9c80e89622704e2b9fbe4c59c766fea5a92848a3;p=unfold.git diff --git a/trash/haze.py b/trash/haze.py index 970faff3..3d929b70 100644 --- a/trash/haze.py +++ b/trash/haze.py @@ -24,10 +24,10 @@ def hazelnut_view (request): page = Page(request) main_query = ManifoldQuery (action='get', - method='resource', + subject='resource', timestamp='latest', fields=['hrn','hostname'], - filters= [ + filters= [ [ 'slice_hrn', '=', 'ple.inria.omftest', ] ], # xxx filter : should filter on the slices the logged user can see # we don't have the user's hrn yet # in addition this currently returns all slices anyways @@ -61,22 +61,22 @@ def hazelnut_view (request): # so we can sho who is logged template_env [ 'username' ] = the_user (request) -# ########## add another plugin with the same request, on the RHS pane -# will show up in the right-hand side area named 'related' - related_plugin = SliceList ( - page=page, - title='Same request, other layout', - domid='sidelist', - with_datatables=True, - header='paginated main', - # share the query - query=main_query, - ) - # likewise but on the side view - template_env [ 'unfold1_margin' ] = related_plugin.render (request) - - # add our own css in the mix - page.add_css_files ( 'css/hazelnut.css') +### # ########## add another plugin with the same request, on the RHS pane +### # will show up in the right-hand side area named 'related' +### related_plugin = SliceList ( +### page=page, +### title='Same request, other layout', +### domid='sidelist', +### with_datatables=True, +### header='paginated main', +### # share the query +### query=main_query, +### ) +### # likewise but on the side view +### template_env [ 'unfold1_margin' ] = related_plugin.render (request) +### +### # add our own css in the mix +### page.add_css_files ( 'css/hazelnut.css') # don't forget to run the requests page.exec_queue_asynchroneously ()