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

Diff of /newmaint/gpgplace.wml

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

revision 1.8 by tbm, Sun Jul 15 13:21:45 2001 UTC revision 1.9 by tbm, Sun Jul 15 13:24:11 2001 UTC
# Line 101  foreach ($months as $i) { Line 101  foreach ($months as $i) {
101    
102  }  }
103  ?>  ?>
104    </TD>
105    
106  </TD></TR>  <TD><SELECT name = "day">
107    <?
108    for ($i = 1; $i < 32; $i++) {
109        echo "<OPTION";
110        if ($day == $i) {
111            echo " SELECTED";
112        }
113        echo ">$i\n";
114    }
115    ?>
116    
117    </TD>
118    </TR>
119    
120  <TR><TD><B>City</B></TD><TD><INPUT name = "city" type = "text" value="<? echo $city ?>"></TD></TR>  <TR><TD><B>City</B></TD><TD><INPUT name = "city" type = "text" value="<? echo $city ?>"></TD></TR>
121  <TR><TD><B>Country</B></TD><TD><INPUT name = "country" type = "text" value="<? echo $country ?>"></TD></TR>  <TR><TD><B>Country</B></TD><TD><INPUT name = "country" type = "text" value="<? echo $country ?>"></TD></TR>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.5