为您找到约 17 条结果,搜索耗时:0.0048秒

宿舍管理系统

...> <div class="col-sm-8"> <select name="room" id="room"class="form-control"  onChange="getSeater(this.value);" onBlur="checkAvailability()" required> <option value="">Select Room</option> <?php $query ="SELECT * FROM rooms"; $stmt2 = $mysqli->prepare($query...

客户管理系统

...ccount Type</label> <select type="text" name="accounttype" class="form-control" required='true'>   <option value="<?php echo htmlentities($row->AccountType);?>"><?php echo htmlentities($row->AccountType);?></option>   <option value="...

在线课程注册

...Name  </label>     <input type="text" class="form-control" id="studentname" name="studentname" value="<?php echo htmlentities($row['studentName']);?>"  />   </div>  <div class="form-group">     <label for="student...

Bootstrap登录界面实战

...         <input type="email" class="form-control" placeholder="请输入Email">         <input type="password" class="form-control" placeholder="请输入密码">         <div c...

在线图书馆管理系统

...rm-group"> <label>Enter Email id</label> <input class="form-control" type="text" name="emailid" required autocomplete="off" /> </div> <div class="form-group"> <label>Password</label> <input class="form-control" type="password" name="password" req...

管理面板的用户注册和登录以及用户管理系统

...nbsp;     <input type="text" name="username" class="form-control" placeholder="User ID" autofocus>               <br>               <...

目录管理系统(DMS)

...;   <input type="text" id="adminname" name="adminname" class="form-control"  required="required" autofocus="autofocus" value="<?php echo $row['AdminName'];?>">                   <label...

每日费用跟踪系统

...t;          <input class="form-control" type="date"  id="fromdate" name="fromdate" required="true">         </div>         <div class="form-group"> ...

血库和献血者管理系统

...sp;        <input type="text" class="form-control" id="name" name="fullname" required data-validation-required-message="Please enter your name.">                   &nbs...

美容院管理系统

...pleInputEmail1">Service Name</label> <input type="text" class="form-control" id="sername" name="sername" placeholder="Service Name" value="" required="true"> </div> <div class="form-group"> <label for="exampleInputPassword1">Cost</label> <input type="text" i...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部