Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/includes/js/usersel.php
Ðазад
<?php // $Id: usersel.php,v 1.28 2009/11/22 16:47:47 bbannon Exp $ defined( '_ISVALID' ) or die( 'You cannot access this file directly!' ); global $form, $groups, $listid; $form = clean_word( $form ); $listid = clean_int( $listid ); ?> function cloneOption( option ) { return new Option( option.text, option.value, option.defaultSelected, option.selected ); } function populate() { var i, parentlist = window.opener.document.<?php echo $form . '.elements[' . $listid?>], thislist = document.userselform.elements[0]; for ( i = 0; i < parentlist.length; i++ ) thislist.options[i] = cloneOption( parentlist.options[i] ); } function OkButton() { var i, parentlist = window.opener.document.<?php echo $form . '.elements[' . $listid?>], thislist = document.userselform.elements[0], // Store current selections. tmp = new Array(); for ( i = 0; i < thislist.length; i++ ) { if ( thislist.options[i].selected ) tmp[i] = thislist.options[i].value; } // Select/deselect users on parent form. for ( i = 0; i < parentlist.length; i++ ) { parentlist.options[i].selected = ( tmp[i] != undefined ); } window.close(); } function selectAll( state ) { var list = document.userselform.elements[0]; for ( var i = 0; i < list.options.length; i++ ) { list.options[i].selected = state; } } // Set the state (selected or unselected) // if a single user in the list of users. function selectByLogin( login, state ) { // alert( 'selectByLogin( ' + login + ', ' + state + ' )' ); var list = document.userselform.elements[0]; for ( var i = 0; i < list.options.length; i++ ) { // alert( 'text: ' + list.options[i].text ); if ( list.options[i].value == login ) { list.options[i].selected = state; return; } } } function toggleGroup( state ) { var list = document.userselform.elements[4], selNum = list.selectedIndex; <?php for ( $i = 0; $i < count( $groups ); $i++ ) { echo ' if ( selNum == ' . $i . ' ) {'; $res = dbi_execute( 'SELECT cal_login from webcal_group_user WHERE cal_group_id = ?', array( $groups[$i]['cal_group_id'] ) ); if ( $res ) { while ( $row = dbi_fetch_row( $res ) ) { echo ' selectByLogin( \'' . $row[0] . '\', state );'; } dbi_free_result( $res ); echo ' }'; } } ?> } window.onload = populate;
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка