Lines 6-14
Link Here
|
6 |
|
6 |
|
7 |
<body id="ser_result" class="ser"> |
7 |
<body id="ser_result" class="ser"> |
8 |
|
8 |
|
9 |
<div id="doc" class="yui-t7"> |
9 |
<div class="main container-fluid"> |
10 |
<div id="bd"> |
10 |
<div class="row"> |
11 |
|
11 |
<div class="col-md-8 col-md-offset-2"> |
12 |
|
12 |
|
13 |
[% IF ( total ) %] |
13 |
[% IF ( total ) %] |
14 |
<h1>Search results from [% from %] to [% to %] of [% total %]</h1> |
14 |
<h1>Search results from [% from %] to [% to %] of [% total %]</h1> |
Lines 63-68
Link Here
|
63 |
<div id="closewindow"><a class="btn btn-default btn-default close" href="#">Close</a></div> |
63 |
<div id="closewindow"><a class="btn btn-default btn-default close" href="#">Close</a></div> |
64 |
|
64 |
|
65 |
</div> |
65 |
</div> |
|
|
66 |
</div> |
66 |
|
67 |
|
67 |
[% MACRO jsinclude BLOCK %] |
68 |
[% MACRO jsinclude BLOCK %] |
68 |
<script type="text/javascript"> |
69 |
<script type="text/javascript"> |
Lines 82-85
Link Here
|
82 |
</script> |
83 |
</script> |
83 |
[% END %] |
84 |
[% END %] |
84 |
|
85 |
|
85 |
[% INCLUDE 'intranet-bottom.inc' %] |
86 |
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] |