CGI-OptimalQuery

 view release on metacpan or  search on metacpan

lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css  view on Meta::CPAN

150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
  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

1
2
/*! 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

195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
    }
    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 )