| Line 5... |
Line 5... |
| 5 |
}
|
5 |
}
|
| 6 |
</style>
|
6 |
</style>
|
| 7 |
</head>
|
7 |
</head>
|
| 8 |
<div class="searchTerms index">
|
8 |
<div class="searchTerms index">
|
| 9 |
<h2><?php echo __('Search Terms'); ?></h2>
|
9 |
<h2><?php echo __('Search Terms'); ?></h2>
|
| - |
|
10 |
<form class="navbar-form" role="search" method="GET" name="search" action="<?php echo $base_url;?>admin/search_terms/search">
|
| - |
|
11 |
|
| - |
|
12 |
<div class="input-group col-xs-6 text-right" id="remote">
|
| - |
|
13 |
<input autocomplete="off" type="text" class="form-control" placeholder="Search for Terms" name="search" id="srch-term">
|
| - |
|
14 |
<div class="input-group-btn w25px">
|
| - |
|
15 |
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
|
| 10 |
<?php //debug($searchTerms) ?>
|
16 |
</div>
|
| - |
|
17 |
</div>
|
| - |
|
18 |
</form>
|
| - |
|
19 |
|
| 11 |
<table cellpadding="0" cellspacing="0" border="1" class="table table-striped">
|
20 |
<table cellpadding="0" cellspacing="0" border="1" class="table table-striped">
|
| 12 |
<tr>
|
21 |
<tr>
|
| 13 |
<th style="text-align:center"><?php echo $this->Paginator->sort('id'); ?></th>
|
22 |
<th style="text-align:center"><?php echo $this->Paginator->sort('id'); ?></th>
|
| 14 |
<th style="text-align:center"><?php echo $this->Paginator->sort('user_id'); ?></th>
|
23 |
<th style="text-align:center"><?php echo $this->Paginator->sort('user_id'); ?></th>
|
| 15 |
<th style="text-align:center"><?php echo $this->Paginator->sort('email'); ?></th>
|
24 |
<th style="text-align:center"><?php echo $this->Paginator->sort('email'); ?></th>
|