28 lines
738 B
HTML
28 lines
738 B
HTML
![]() |
<TABLE align="center" class="mainpaneitem">
|
||
|
<TR>
|
||
|
<TD class="formHeading">About Q</TD>
|
||
|
</tr>
|
||
|
<tr class="formBody">
|
||
|
<TD align=center>
|
||
|
<p>Version
|
||
|
<tmpl_if version>
|
||
|
<tmpl_var version></p>
|
||
|
<tmpl_else>
|
||
|
0.0.1
|
||
|
</tmpl_if>
|
||
|
<p>Designed and engineered by <a href="mailto:aum@mail.i2p">aum</a></p>
|
||
|
|
||
|
<p>Copyright © 2005 by aum.
|
||
|
<br>Released under the
|
||
|
<br>GNU Lesser General Public License</p>
|
||
|
|
||
|
<p style="font-size: smaller; font-style: italic">
|
||
|
Many thanks to jrandom, smeghead and frosk<br>
|
||
|
for their patient and knowledgeable support<br>
|
||
|
in helping this python programmer<br>
|
||
|
get partly proficient in java.</p>
|
||
|
</TD>
|
||
|
</TR>
|
||
|
</TABLE>
|
||
|
|