| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/(Del)pathways.org.hk/MIS20140127/old20140221/include/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<?php require_once '../include/head.php'; ?>
<?php require_once '../include/checkuser.php'; ?>
<?php require_once '../include/Nav_bar.php'; ?>
</head>
<body>
<!-- line between nav bar and content -->
<div class="text-right">
<ul class="breadcrumb">
<li class="active"></li>
</ul>
</div>
<div class="container-fluid pathways-container">
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
<th>column 1</th>
<th>column 2</th>
<th>column 3</th>
<th>column 4</th>
<th>column 5</th>
</tr>
</thead>
<tbody>
<?php for ($i = 0; $i < 5; $i++) { ?>
<tr>
<td><input type="checkbox" name="student[selected][]" class="select-all-checkbox" /></td>
<td><a href="" class="btn"><i class="icon-pencil"></i></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<?php } ?>
</tbody>
</table>
<!-- select tag -->
<select id="campus_id" class="input-medium" placeholder="" name="search[campus_id]">
<option value=""> </option>
<option value="1">1</option>
<option value="2">2</option>
</select>
<!-- select tag -->
<br>
<!-- remove btn(clear) -->
<button id="clear_sorting_btn" class="btn" type="button">
<i class="icon-remove"></i>
Clear sorting
</button>
<!-- remove btn (clear) -->
<br>
<!-- Go btn -->
<button class="btn" style="margin-left:30px" type="submit">GO</button>
<!-- Go btn -->
<br>
<!-- Add btn on right side -->
<a class="btn pull-right" href="form.php">
<i class="icon-plus"></i>
Add
</a>
<!-- Add btn on right side -->
<!-- Add btn on left side -->
<a class="btn pull-left" href="form.php">
<i class="icon-plus"></i>
Add
</a>
<!-- Add btn on left side -->
<!-- ADd btn -->
<a class="btn" href="form.php">
<i class="icon-plus"></i>
Add
</a>
<!-- Add btn -->
<br>
<!-- select all btn & clear select btn -->
<div class="btn-group">
<button id="select_all_btn" class="btn btn-small">Select All</button>
<button id="delete_btn" class="btn btn-small">Delete</button>
</div>
<!-- select all btn & clear select btn -->
<br>
<!-- text field -->
<input id="number" class="" type="text" maxlength="200" placeholder="placeholder" value="" name="">
<!-- text field -->
<br>
<!-- date picker -->
<div class="input-append date-picker">
<input id="data_input_date" class="dateISO" type="text" maxlength="200" placeholder="Data Input Date" data-format="yyyy-MM-dd" value="2013-10-28" name="student[data_input_date]">
<span class="add-on">
<i class="icon-calendar" data-date-icon="icon-calendar" data-time-icon="icon-time"></i>
</span>
</div>
<!-- date picker -->
</div> <!-- /container -->
</body>
</html>