<%! /********************************************************************** ** ** SAP AG Walldorf ** (C) Copyright SAP AG 1999-2008 ** ***********************************************************************/ #include "publicincl/tools.inc" struct wdisp_url_type { string prefix; string virt_host; string logon_group; string stack; int flags; }; %> <% int i, nr, url_count, dir; string browser, sstr, systemID, systemID_show; struct wdisp_url_type wdisp_url_map[]; struct icm_sort_type sort_tab[]; const string ssort = "../public/images/sort.gif"; const string sasc = "../public/images/sortasc.gif"; const string sdesc = "../public/images/sortdesc.gif"; sort_tab[0].header = "URL Prefix"; sort_tab[0].tool = "Sort by URL prefix"; sort_tab[0].ffield = "prefix"; sort_tab[1].header = "Logon Group"; sort_tab[1].tool = "Sort by Logon Group"; sort_tab[1].ffield = "logon_group"; sort_tab[2].header = "Virtual Host"; sort_tab[2].tool = "Sort by virtual host"; sort_tab[2].ffield = "virt_host"; sort_tab[3].header = "Stack"; sort_tab[3].tool = "Sort by Application Server Stack"; sort_tab[3].ffield = "stack"; for (i=0; i URL Map
<% for (i=0;i <% } %> <% for (nr = 0; nr < url_count; nr++) { %> <% } %>
Known URL Prefixes<%=systemID_show%> Refresh
  <%=sort_tab[i].header%>
<%=nr%> <%= wdisp_url_map[nr].prefix %> <%= wdisp_url_map[nr].logon_group %> <%= wdisp_url_map[nr].virt_host %> <%= wdisp_url_map[nr].stack %>