Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/includes/js/search.js
Ðазад
// $Id: search.js,v 1.2 2009/12/27 14:26:44 bbannon Exp $ function selectUsers() { // Find id of user selection object. var dse = document.searchformentry.elements, listid = 0, url; for( i = 0, j = dse.length - 1; i < j; i++ ) { if( dse[i].name == "users[]" ) listid = i; break; // Should only be one. } url = 'usersel.php?form=searchformentry&listid=' + listid + '&users='; // Add currently selected users. for( i = 0, j = 0, k = dse[listid].length - 1; i < k; i++ ) { if( dse[listid].options[i].selected ) { url += ( j > 0 ? ',' : '' ) + dse[listid].options[i].value; j++; } } window.open( url, 'UserSelection', 'width=500,height=500,resizable=yes,scrollbars=yes' ); } function toggleDateRange() { if( document.searchformentry.date_filter.selectedIndex == 3 ) { makeVisible( 'startDate' ); makeVisible( 'endDate' ); } else { makeInvisible( 'startDate'); makeInvisible( 'endDate' ); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка