<%# Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <%+openvpn/ovpn_css%>

<%:Overview%> » <%=luci.i18n.translatef("Instance \"%s\"", self.instance)%>

<% if self.mode == "file" then %> <%:Switch to basic configuration%> »

"><%:Switch to advanced configuration%> »


<% elseif self.mode == "basic" then %> "><%:Switch to advanced configuration%> »

<%:Switch to file based configuration%> »


<% elseif self.mode == "advanced" then %> <%:Switch to basic configuration%> »

<%:Switch to file based configuration%> »


<%:Configuration category%>: <% for i, c in ipairs(self.categories) do %> <% if c == self.category then %> <%=translate(c)%> <% else %> "><%=translate(c)%> <% end %> <% if next(self.categories, i) then %>|<% end %> <% end %> <% end %>