/[corp_html]/back/phormation/multiform.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /back/phormation/multiform.php

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

revision 1.1 by dpavlin, Fri Jan 26 17:53:58 2001 UTC revision 1.2 by dpavlin, Mon Jul 2 20:00:47 2001 UTC
# Line 97  Line 97 
97          </table>          </table>
98          <input type = "hidden" name="refresh" value ="" >          <input type = "hidden" name="refresh" value ="" >
99          <?          <?
100    
101            // save variables from GET call
102            while (list($name, $val) = each($GLOBALS[HTTP_GET_VARS])) {
103                    echo "<input type=\"hidden\" name=\"$name\" value=\"$val\">\n";
104            }
105    
106          echo '<input type = "submit" name="ph_action" value = "' . $opts["submittext"] . '" >';          echo '<input type = "submit" name="ph_action" value = "' . $opts["submittext"] . '" >';
107          if( empty( $opts["nocancel"] ) ) {          if( empty( $opts["nocancel"] ) ) {
108              echo '<input type = "submit" name="ph_action" value = "' . $opts["canceltext"] . '" >';              echo '<input type = "submit" name="ph_action" value = "' . $opts["canceltext"] . '" >';

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

  ViewVC Help
Powered by ViewVC 1.1.26