Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/groups.php
Ðазад
<?php // $Id: groups.php,v 1.29 2009/11/22 16:47:45 bbannon Exp $ defined ( '_ISVALID' ) or die ( 'You cannot access this file directly!' ); $count = $lastrow = 0; $newGroupStr = translate ( 'Add New Group' ); $targetStr = 'target="grpiframe" onclick="showFrame( \'grpiframe\' );">'; echo ' <a name="tabgroups"></a> <div id="tabscontent_groups"> <a title="' . $newGroupStr . '" href="group_edit.php"' . $targetStr . $newGroupStr . '</a><br />'; $res = dbi_execute ( 'SELECT cal_group_id, cal_name FROM webcal_group ORDER BY cal_name' ); if ( $res ) { while ( $row = dbi_fetch_row ( $res ) ) { echo ( $count == 0 ? ' <ul>' : '' ) . ' <li><a title="' . $row[1] . '" href="group_edit.php?id=' . $row[0] . '"' . $targetStr . $row[1] . '</a></li>'; $count++; $lastrow = $row[0]; } if ( $count > 0 ) echo ' </ul>'; dbi_free_result ( $res ); } echo ' <iframe src="group_edit.php?id=' . $lastrow . '" name="grpiframe" id="grpiframe" style="width: 90%; border: 0; ' . 'height: 325px;"></iframe> </div>'; ?>
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка