示例#1
0
			<input type="submit" tabindex="-1" style="position:absolute; top:-1000px">
		</span>
	</div>
</div>

<!--Form for updating Passwords -->
<div id="dialog-form-update" title="Update Password" style='display:none;'>
	<p class="validateTips">All form fields are required.</p>
	<div class='field'>
		<label for="user_name2">Account Username</label>
		<span>
			<?php 
echo get_welcome_by_id($_POST['id'], 1);
?>
			<input type='text' name='user_name2' id='user_name2' readonly value="<?php 
echo get_welcome_by_id($_POST['id'], 1);
?>
" style="display:none">
		</span>
	</div>
	<div class='field'>
		<label for="password">Enter Password</label>
		<span>
			<input type="password" name="password2" id="password2" value="">
		</span>
	</div>
	<div class='field'>
		<label for="confirm_password">Confirm Password</label>
		<span>
			<input type="password" name="confirm_password" id="confirm_password" value="">
			<!-- Allow form submission with keyboard without duplicating the dialog button -->
示例#2
0
     	
     	echo $tab3;

     	//echo create_uploader_section('training_certificate_holder',"Certificates &nbsp&nbsp;",SECTION_CERTIFICATES,$row['id']);
     	?>     	
		<!--Form for updating Passwords -->
          <div id="dialog-form-update22" title="Update Password" style='display:none;'>
          	<p class="validateTips">All form fields are required.</p>
          	<div class='field'>
          		<label for="user_name22">Account Username</label>
          		<span>
          			<?php 
echo get_welcome_by_id($row['id'], 1);
?>
          			<input type='text' name='user_name22' id='user_name22' readonly value="<?php 
echo get_welcome_by_id($row['id'], 1);
?>
" style="display:none">
          		</span>
          	</div>
          	<div class='field'>
          		<label for="password2">Enter Password</label>
          		<span>
          			<input type="password" name="password22" id="password22" value="">
          		</span>
          	</div>
          	<div class='field'>
          		<label for="confirm_password22">Confirm Password</label>
          		<span>
          			<input type="password" name="confirm_password22" id="confirm_password22" value="">
          			<!-- Allow form submission with keyboard without duplicating the dialog button -->