Issue-4845: Merged in branch 'gsoc11_benj' for the enhanced mobile theme.
[atutor.git] / docs / confirm.php
index 35b1d6f..2c5bec4 100644 (file)
@@ -162,26 +162,9 @@ if (isset($_REQUEST['auto_login']))
        }
 }
 
-require(AT_INCLUDE_PATH.'header.inc.php'); ?>
+require(AT_INCLUDE_PATH.'header.inc.php'); 
 
-<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="form">
+$savant->display('confirm.tmpl.php');
 
-<div class="input-form" style="max-width: 400px">
-       <div class="row">
-               <p><?php echo _AT('send_confirmation'); ?></p>
-       </div>
-
-       <div class="row">
-               <span class="required" title="<?php echo _AT('required_field'); ?>">*</span><label for="email"><?php echo _AT('email'); ?></label><br />
-               <input type="text" name="email" id="email" size="50" />
-               <input type="hidden" name="en_id" id="en_id" value="<?php echo AT_print($_REQUEST['en_id'], 'input.email'); ?>" size="50" />
-       </div>
-
-       <div class="row buttons">
-               <input type="submit" name="submit" value="<?php echo _AT('send'); ?>" /> 
-               <input type="submit" name="cancel" value="<?php echo _AT('cancel'); ?>" />
-       </div>
-</div>
-</form>
-
-<?php require(AT_INCLUDE_PATH.'footer.inc.php'); ?>
+require(AT_INCLUDE_PATH.'footer.inc.php'); 
+?>
\ No newline at end of file