<% var eps = _params.endpoints; var indent = _params.indent >= 0 ? _params.indent : 20; var active = _params.active || ""; //console.log(JSON.stringify(eps), '', 4); %> <% function isString(s) { if (typeof s === 'string' || s instanceof String) return true; else return false; } %> <% function nextlevel (obj, objName, path) { var level = path.split('/').length - 1; var nextPath = path + '/' + objName; var id = nextPath.replace(/\//g,'_'); if(obj == null){ %>
  • <%=objName%>
  • <%} else {%>
  • <%=objName%>
  • <%}}%>