CGI-OptimalQuery
view release on metacpan or search on metacpan
lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css view on Meta::CPAN
150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
text-align: center;
margin: 0;
text-decoration: underline;
}
#OQSaveReportEmailAlertOpts {
border-color: transparent;
border-radius: 6px;
margin-top: .5em;
margin-left: 0;
}
#OQSaveReportEmailAlertOpts > legend {
margin: 0;
padding: 0;
}
#OQSaveReportEmailAlertOpts > * {
display: none;
}
#OQSaveReportEmailAlertOpts.opened {
border-color:
#eee;
}
#OQSaveReportEmailAlertOpts > legend,
#OQSaveReportEmailAlertOpts.opened > * {
display: block;
}
.OQautoactionform a {
display: block;
padding: 6px;
text-decoration: none;
}
.OQautoactionform a:hover {
lib/CGI/OptimalQuery/Resources/jquery.js view on Meta::CPAN
12/*! jQuery v@1.8.0 jquery.com | jquery.org/license */
(function(a,b){function G(a){var b=F[a]={};
return
p.
each
(a.
split
(s),function(a,c){b[c]=!0}),b}function J(a,c,d){
if
(d===b&
&a
.nodeType===1){var e=
"data-"
+c.replace(I,
"-$1"
).toLowerCase();d=a.getAttribute(e);
if
(typeof d==
"string"
){
try
{d=d===
"true"
?!0:d=...
lib/CGI/OptimalQuery/SaveSearchTool.pm view on Meta::CPAN
195196197198199200201202203204205206207208209210211212213214215
}
if
(
$$rec
{ALERT_END_HOUR} > 12) {
$$rec
{ALERT_END_HOUR} = (
$$rec
{ALERT_END_HOUR} - 12).
'PM'
;
}
else
{
$$rec
{ALERT_END_HOUR} .=
'AM'
;
}
$buf
.= "
<label>name <input type=text id=OQsaveSearchTitle value=
'".$o->escape_html($$rec{USER_TITLE})."'
></label>
<fieldset id=OQSaveReportEmailAlertOpts
".($alerts_enabled?' class=opened':'')."
>
<legend><label class=
'OQEmailAlertCkBox ckbox'
><input type=checkbox id=OQalertenabled
".($alerts_enabled?' checked':'')."
>
send
email alert</label></legend>
<p>
<label>
when
records are:</label>
<label><input type=checkbox name=OQalert_mask value=1
".(($$rec{ALERT_MASK} & 1)?' checked':'')."
> added</label>
<label><input type=checkbox name=OQalert_mask value=2
".(($$rec{ALERT_MASK} & 2)?' checked':'')."
> removed</label>
<label><input type=checkbox name=OQalert_mask value=4
".(($$rec{ALERT_MASK} & 4)?' checked':'')."
> present</label>
<p>
<label>check every: <input type=text id=OQalert_interval_min size=4 maxlength=6 value=
'".$o->escape_html($$rec{ALERT_INTERVAL_MIN})."'
> minutes</label>
<small>(1440 min per day)</small>
( run in 0.652 second using v1.01-cache-2.11-cpan-dcdd9aafbe2 )