%page expression_filter="h"/> <%namespace name="lib" file="//lib.html" import="*" /> <%namespace name="helpers" file="//admin/_helpers.html"/> <%! from splunk.appserver.mrsparkle.lib import util import splunk import json import re import urllib def normalize_path(path): return re.sub(r'\\+', r'\\', urllib.unquote(path)) %> <%inherit file="//layout/base.html" /> <%def name="css()"> <%lib:stylesheet_tags files="${['/static/css/jquery.treeview.css', '/static/css/view.css', '/static/css/wizard.css', '/static/css/skins/default/default.css' ]}" /> %def> <%def name="body_element_open()">
%def> % if len(errors)>0: % for e in errors: