Home
last modified time | relevance | path

Searched refs:p_brief (Results 1 – 2 of 2) sorted by relevance

/plugin/quickstats/scripts/
H A Dextended_data.php86 function ip_data($ip=false,$p_brief=false) { argument
93 if($p_brief) {
96 $table .= '<tr>' . cell("$ip ",'caption',false,$p_brief) . '</tr>';
104 $table .= '<tr>' . cell("Data for IP address: $ip ",'caption',false,$p_brief) . '</tr>';
116 if($p_brief) {
232 function cell($data, $type='td', $colspan="",$p_brief=false) { argument
235 if($type == 'caption' && !$p_brief) {
262 function get_page_row($ip, $date, $p_brief=false,$agent=false) { argument
264 if($p_brief) {
273 $table .= '<tr>' . cell("Data for IP address: $ip ",'caption',false,$p_brief) . '</tr>';
[all …]
/plugin/quickstats/
H A Dscript.js131 var p_brief = document.getElementById('qs_p_brief');
132 if(p_brief.checked) params+="&p_brief=1";