{{ #-------------------------------------------------------------------------- # # The python controller return cfg_store, the configuration of # the Ext.data.Array # # prepare the data # - build unique DIV identifier # - Title and DIV block # #-------------------------------------------------------------------------- # # unique identifier for the DIV block associated to the grid # divgrid = abs(hash(cfg_store)) # # The title and the DIV block # style = ["font-size: 12px;", "font-variant: small-caps;", "margin-left: 20px;", "margin-bottom: 1ex;", "margin-top: 2ex;"] response.write(P(T("Software versions"), _style="".join(style))) response.write(DIV(_id="grid-%s" % divgrid)) }}