18 lines
No EOL
840 B
HTML
18 lines
No EOL
840 B
HTML
<%#
|
|
Copyright 2017-2020 Stan Grishin (stangri@melmac.net)
|
|
This is free software, licensed under the Apache License, Version 2.0
|
|
-%>
|
|
|
|
<%+cbi/valueheader%>
|
|
|
|
<textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', '\n'))%>"
|
|
style="outline:none;border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;"
|
|
disabled="disabled"><%=self:cfgvalue(section):gsub('\n', '\n')%>
|
|
</textarea>
|
|
|
|
<div>
|
|
<%- local readmeURL = "https://github.com/openwrt/packages/tree/master/net/vpn-policy-routing/files/README.md" -%>
|
|
<%=translatef("The %s represents the default gateway. See the %sREADME%s for details.", "<strong>✓</strong>", "<a href=\"" .. readmeURL .. "#a-word-about-default-routing" .. "\" target=\"_blank\">", "</a>")%>
|
|
</div>
|
|
|
|
<%+cbi/valuefooter%> |