forked from mrlan/LRR
Merge pull request 'Hui-IndentCode' (#10) from Hui-IndentCode into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/10Hui-Bug337
commit
aecb8dea3c
22
Admin.php
22
Admin.php
|
@ -143,17 +143,17 @@ if(isset($_SESSION['info_Admin_Users'])) {
|
|||
</div>
|
||||
|
||||
|
||||
<!-- code contributed by Xu Xiaopeng (https://github.com/xxp1999) -->
|
||||
|
||||
<div id="menu2" class="container tab-pane fade" style="margin-top:10px" >
|
||||
<b>Please separate student numbers with spaces.</b><br>
|
||||
<form action="batch_insert.php" method="post">
|
||||
<p>
|
||||
<textarea cols="80" rows="16" name="users" required=""></textarea>
|
||||
</p>
|
||||
<input type="submit" class="btn btn-primary" value="Create All"><br>
|
||||
</form>
|
||||
</div>
|
||||
<!-- code contributed by Xu Xiaopeng (https://github.com/xxp1999) -->
|
||||
|
||||
<div id="menu2" class="container tab-pane fade" style="margin-top:10px" >
|
||||
<b>Separate two student numbers with a space.</b><br>
|
||||
<form action="batch_insert.php" method="post">
|
||||
<p>
|
||||
<textarea cols="80" rows="16" name="users" required=""></textarea>
|
||||
</p>
|
||||
<input type="submit" class="btn btn-primary" value="Register Students"><br>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue