<%# 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\"", pcdata(self.instance))%>

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


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


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