blob: a0049c22671fe964258b08cd22b08274a016ec6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#!/usr/bin/webif-page
<?
. /usr/lib/webif/webif.sh
header "Info" "About" "@TR<<About>>..."
?>
<h3>webif - @TR<<OpenWrt Administrative Console>></h3>
<br />
@TR<<GPL_Text|This program is free software; you can redistribute it and/or <br />modify it under the terms of the GNU General Public License <br />as published by the Free Software Foundation; either version 2 <br />of the License, or (at your option) any later version. <br /> >>
<br />
@TR<<Copyright>> © 2005-2006 OpenWrt.org <br />
<br />
@TR<<Contributions by>>:
<ul class="about">
<li class="about">Philipp Kewisch <<a href="mailto:openwrt@kewis.ch">openwrt@kewis.ch</a>></li>
<li class="about">Spectra <<a href="mailto:spectra@gmx.ch">spectra@gmx.ch</a>></li>
<li class="about">Jeremy Collake <<a href="mailto:jeremy.collake@gmail.com">jeremy.collake@gmail.com</a>></li>
<li class="about">Travis Kemen <<a href="mailto:kemen04@gmail.com">kemen04@gmail.com</a>></li>
<li class="about">Markus Wigge</li>
<li class="about">SeDkY</li>
<li class="about">Ivoshiee</li>
<li class="about">arteqw</li>
<li class="about">silver71</li>
<li class="about">@TR<<Layout based on>> <a href="http://www.openwebdesign.org/design/1773/prosimii/">"Prosimii"</a> @TR<<by>> haran</li>
</ul>
<? footer ?>
<!--
##WEBIF:name:Info:20:About
-->
|