0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.147.48.226


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/user_setup.html

<div align="center" id="user_set_up" style="height:250px;">    
	<table id ="tbl_menu" name ="tbl_menu" align="center" cellpadding="2" cellspacing="0" border="0" style="width:500px;">        
		<tr>
			<td align="right">User Type:</td>
			<td align="left" colspan="2">
			  <select id="user_type" name="user_type"     style="width:192px;" ></select>					
			</td>
		</tr>
		<tr id ='tr_user_setup_college_code'>
			<td align="right">College Code:</td>		 
			<td align="left" style="width:30px;">
				<input style="width:87px;"  onblur = "getCollegeNames(this.value);"
				onkeypress ="return pulsar(event,this);"
				onkeydown="return keyboardCollegePopup(event,this.id,$('#cds_Degree_code').val())"			
				type="text" id="user_setup_college_code" name="user_setup_college_code" 
				onfocus="$g_focus_element='user_setup_college_code'"/>
			</td>												
			<td>
				<input style="width:205px; background-color: AliceBlue"  tabindex=-1 type="text" readonly="readonly" id="user_setup_college_name" name="user_setup_college_name"/>		   
			</td>			           			 								                  			 															
						
		</tr>
		<tr>
			<td align="right" > Login Id:</td>
			<td align="left" colspan="2">
				<input type="text" name="login_id"   id="login_id" /> 
				<input onclick='openChangePwd();'type='button' id='change_pwd' value ='Change Pwd'/>
			</td>
		</tr>
	 
		<tr id='row_old_password' style="display:none">
			<td align="right"><font color='red'>*&nbsp;</font>Old PassWord:</td>
			<td align="left" colspan="2">
				<input  type="password" id="old_password" name="old_password"  style="width:190px;border:1px solid #0F7397;" > 
			</td>
		</tr>
		<tr id='row_new_password' style="display:none">
			<td align="right">
				<font color='red'>*&nbsp;</font>New PassWord:
			</td>
			<td align="left" colspan="2">
				<input  type="password" id="new_password" name="new_password" style="width:190px;border:1px solid #0F7397;" > 
			</td>
		</tr>
		<tr id='row_retype_new_password' style="display:none">
			<td align="right"><font color='red'>*&nbsp;</font>Retype PassWord:</td>
			<td align="left" colspan="2">
				<input  type="password" id="retype_new_password" name="retype_new_password"  style="width:190px;border:1px solid #0F7397;" > 
				<input onclick='closeChangePwd();'type='button' id='cancel_change_pwd' value ='Cancel'/>
			</td>
		</tr>
		<tr>
			<td align="right"  >Real Name:</td>
			<td align="left" colspan="2">
				<input type="text" name="user_real_name"   id="user_real_name" /> 
			</td>
		</tr>
		<tr>
			<td align="right" >Email Id:</td>
			<td align="left" colspan="2">
				<input type="text" name="user_email_id"  id="user_email_id" /> 
			</td>
		</tr>
	</table>
<div align="right" id="add_new_user"style="padding-right:22px;"> <input type="button" onclick="addNewUsers();" value="Add New Users"/> </div>
</div>