%namespace file="../lib.html" import="fillform"/> <%namespace file="../lib.html" import="script_tags"/> <%namespace file="../lib.html" import="stylesheet_tags"/> <%namespace file="../lib.html" import="csrf_hidden_input"/> <%namespace file="_helpers.html" import="generateFormRow"/> <%namespace name="helpers" file="_helpers.html"/> <% sessionId = cherrypy.session.id import splunk.auth import splunk.entity as en from splunk.appserver.mrsparkle.lib.msg_pool import MsgPoolMgr, UI_MSG_POOL jmFormActionsStyle = '' isEmbedded = splunk.util.normalizeBoolean(cherrypy.request.params.get('embedded')) if isEmbedded: jmFormActionsStyle = 'display:none;' %> <%call expr="stylesheet_tags(cssFiles)">%call> % if uiHelper: % endif <% msg_obj = MsgPoolMgr.get_poolmgr_instance()[UI_MSG_POOL].pop(msgid) %> % if msg_obj: <%helpers:message content="${msg_obj.text}" level="${msg_obj.severity}"/> % endif