File: modulo_euro.php

package info (click to toggle)
odontolinux 0.6.1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,128 kB
  • ctags: 566
  • sloc: php: 4,137; sh: 262; makefile: 46
file content (18 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<table BORDER="2" bgcolor="#000000" cellspacing="2" cellpadding="2" width="400">
		<tr>
					<td ALIGN="center"  bgcolor="#6495ed"><FONT COLOR="ffffff">
					<? echo gettext ("Euro-Lira exchange converter. Choose the currency and insert the amount to convert");?></FONT>
					<FORM METHOD="post" ACTION="convertitore.php">
<SELECT NAME="moneta">
<OPTION VALUE="euro">Euro
<OPTION VALUE="lire">Lira
</SELECT>
					<?
					echo "<FONT COLOR=\"ffffff\">&nbsp;&nbsp;";
					echo gettext ("Amount:");
					?>&nbsp;&nbsp;</FONT><INPUT NAME="valuta">
					<? echo "<INPUT TYPE=\"submit\" VALUE=\"";?><? echo gettext ("Compute");?><? echo"\">";?>
					</FORM>
					</TD>
		</TR>
</TABLE>