コード例 #1
0
ファイル: useradd.php プロジェクト: haogm123/ydoa
  	  <?php 
if ($id != '') {
    ?>
不修改请留空<?php 
}
?>
</td>  	  	
  	</tr>
    <tr>
  		<td nowrap class="TableContent">权限组:<?php 
get_helps();
?>
</td>
  	  <td class="TableData">
		<select name="groupid"><?php 
echo get_grouplist($user['groupid']);
?>
</select> 
		
  	  </td>
  		<td nowrap class="TableContent">所属部门:<?php 
get_helps();
?>
</td>
  	  <td class="TableData"> 
  	    <select class="SelectStyle" name="departmentid">
											<option value="0" ></option>
											<?php 
get_realdepalist(0, $user['departmentid']);
?>
										</select>   
コード例 #2
0
ファイル: user.php プロジェクト: haogm123/ydoa
						
						<label class="ui-form-label" for="J-start">部门:</label>
						<div class="ui-form-content">
						<select name="department" class="BigStatic">
						  <option value="" selected="selected"></option>
						 <?php 
echo get_realdepalist(0, $department, 0);
?>
			              </select>
						</div>
						<label class="ui-form-label" for="J-start">用户组:</label>
						<div class="ui-form-content">
						<select name="usergroup" class="BigStatic">
						  <option value="" selected="selected"></option>
						 <?php 
echo get_grouplist($usergroup);
?>
			              </select>
						</div>
						
						<div class="submit-time-container ">
							<div class="submit-time ui-button ui-button-sorange">
								<input type="submit" class="ui-button-text"id="J-submit-time" value="查 找"/>
							</div>
						</div>
						
					</div>
			  </div>
			</div>
		</div><!-- .record-search -->
		</form>