changed git call from https to git readonly
[atutor.git] / mods / openmeetings / html / edit_room.inc.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2008 by Greg Gay, Cindy Qi Li, Harris Wong                */
6 /* Adaptive Technology Resource Centre / University of Toronto                  */
7 /* http://atutor.ca                                                                                                             */
8 /*                                                                                                                                              */
9 /* This program is free software. You can redistribute it and/or                */
10 /* modify it under the terms of the GNU General Public License                  */
11 /* as published by the Free Software Foundation.                                                */
12 /************************************************************************/
13 // $Id: edit_room.inc.php 7208 2008-01-09 16:07:24Z harrisw $
14
15 ?>
16 <form action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
17 <div class="input-form">
18         <div class="row"><?php echo _AT('openmeetings_existing_room', $_SERVER['PHP_SELF'].'?action=view'.SEP.'room_id='.$room_id.SEP.'sid='.$om_obj->getSid()); ?></div>
19         <div class="row"><?php echo _AT('openmeetings_deleting_warning'); ?></div>
20         <div class="row buttons">
21                 <input type="hidden" name="room_id" value="<?php echo $room_id?>" />            
22                 <input type="submit" name="edit_room" value="<?php echo _AT('openmeetings_edit_room'); ?>"  />
23                 <input type="submit" name="delete_room" value="<?php echo _AT('openmeetings_delete_room'); ?>"  />
24                 <input type="submit" name="create_room" value="<?php echo _AT('openmeetings_create_room'); ?>"  />
25         </div>
26 </div>
27
28 </form>