Update my email addresses in the license headers
[project/luci.git] / applications / luci-app-asterisk / luasrc / view / asterisk / cbi / cell.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
4  Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <%+cbi/valueheader%>
8 <% if self.href then %><a href="<%=self.href%>"><% end -%>
9         <%=self:cfgvalue(section)%>
10 <%- if self.href then %></a><%end%>
11 &#160;
12 <input type="hidden" id="<%=cbid%>" value="<%=luci.util.pcdata(self:cfgvalue(section))%>" />
13 <%+cbi/valuefooter%>