Lines 19-24
Link Here
|
19 |
<style type="text/css"> |
19 |
<style type="text/css"> |
20 |
#sql { width: 90%; height: 9em;} |
20 |
#sql { width: 90%; height: 9em;} |
21 |
</style> |
21 |
</style> |
|
|
22 |
<style type="text/css" media="print"> |
23 |
/* ### FIX ME, PUT ME IN MAIN CSS IF USED OFTEN! */ |
24 |
.noprint { |
25 |
display: none; |
26 |
} |
22 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
27 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
23 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script> |
28 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script> |
24 |
|
29 |
|
Lines 493-498
canned reports and writing custom SQL reports.</p>
Link Here
|
493 |
[% END %] |
498 |
[% END %] |
494 |
|
499 |
|
495 |
[% IF ( execute ) %] |
500 |
[% IF ( execute ) %] |
|
|
501 |
<a href="javascript:window.print()" OnClick="document.getElementById('sql_output').className += ' noprint';" class="noprint">Print w/o SQL</a> |
496 |
<h1>[% name %]</h1> |
502 |
<h1>[% name %]</h1> |
497 |
[% IF ( notes ) %]<p>[% notes %]</p>[% END %] |
503 |
[% IF ( notes ) %]<p>[% notes %]</p>[% END %] |
498 |
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %] |
504 |
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %] |
499 |
- |
|
|