/[webwml]/newmaint/gpgplace.wml
ViewVC logotype

Diff of /newmaint/gpgplace.wml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tbm, Sun Jul 15 11:49:06 2001 UTC revision 1.2 by tbm, Sun Jul 15 12:47:23 2001 UTC
# Line 59  You should not be here!</STRONG> Line 59  You should not be here!</STRONG>
59          $city = $row["city"];          $city = $row["city"];
60          $country = $row["country"];          $country = $row["country"];
61      } else {      } else {
62          $begin = "NULL";          $begin = $finish = "";
63          $finish = "NULL";          $city = $country = "";
         # FIXME badly  
64      }      }
65    
66  ?>  ?>
67    
68    <div align="center">
69    <TABLE summary="">
70    <FORM method="post" action="gpgregister.php">
71    <TR><TD><B>City</B></TD><TD><INPUT name = "city" type = "text" value="<?=city?>"></TD></TR>
72    <TR><TD><B>Country</B></TD><TD><INPUT name = "country" type = "text" value="<?=country?>"></TD></TR>
73    </FORM>
74    </TD>
75    </TR>
76    </TABLE>
77    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.5