| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/msc/sources/ |
Upload File : |
<?php global $mCtrl, $fields, $error, $regemail; ?> <h2>@[PAGE_TITLE]</h2> <p> @[INTRO_TEXT] </p> <form name="login_staff" method="POST"> <input type="hidden" name="login_action" value="login_staff"> <table id="contacttable" cols="2"> <?php //$fields->render($mCtrl); ?> <tr> <td>@[LBL_REGEMAIL]:</td> <td><input type="text" name="regemail" value="<?php echo $regemail; ?>" style="width: 390px;" /></td> </tr> <tr> <td></td> <td><input type="submit" name="butSubmit" value="@[LBL_SUBMIT]" style="width: 390px;" /></td> </tr> </table> </form>