[Hw4mdl-svn] SF.net SVN: hw4mdl: [258] trunk
Brought to you by:
jhlinder,
trollinger
From: <tro...@us...> - 2008-03-13 20:30:41
|
Revision: 258 http://hw4mdl.svn.sourceforge.net/hw4mdl/?rev=258&view=rev Author: trollinger Date: 2008-03-13 13:30:33 -0700 (Thu, 13 Mar 2008) Log Message: ----------- Add the missing file in Trunk Added Paths: ----------- trunk/integrations_common/web/pictures/items/voice_tools.png trunk/integrations_common/web/pictures/items/window-left.png trunk/integrations_common/web/pictures/items/window-middle.png trunk/integrations_common/web/pictures/items/window-right.png trunk/integrations_common/web/pictures/items/window200_left.png trunk/integrations_common/web/pictures/items/window200_middle.png trunk/integrations_common/web/pictures/items/window200_right.png trunk/moodle/mod/liveclassroom/popup.php trunk/moodle/mod/voicetools/popup.php Added: trunk/integrations_common/web/pictures/items/voice_tools.png =================================================================== (Binary files differ) Property changes on: trunk/integrations_common/web/pictures/items/voice_tools.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/integrations_common/web/pictures/items/window-left.png =================================================================== (Binary files differ) Property changes on: trunk/integrations_common/web/pictures/items/window-left.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/integrations_common/web/pictures/items/window-middle.png =================================================================== (Binary files differ) Property changes on: trunk/integrations_common/web/pictures/items/window-middle.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/integrations_common/web/pictures/items/window-right.png =================================================================== (Binary files differ) Property changes on: trunk/integrations_common/web/pictures/items/window-right.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/integrations_common/web/pictures/items/window200_left.png =================================================================== (Binary files differ) Property changes on: trunk/integrations_common/web/pictures/items/window200_left.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/integrations_common/web/pictures/items/window200_middle.png =================================================================== (Binary files differ) Property changes on: trunk/integrations_common/web/pictures/items/window200_middle.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/integrations_common/web/pictures/items/window200_right.png =================================================================== (Binary files differ) Property changes on: trunk/integrations_common/web/pictures/items/window200_right.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/moodle/mod/liveclassroom/popup.php =================================================================== --- trunk/moodle/mod/liveclassroom/popup.php (rev 0) +++ trunk/moodle/mod/liveclassroom/popup.php 2008-03-13 20:30:33 UTC (rev 258) @@ -0,0 +1,74 @@ +<?php +/****************************************************************************** + * * + * Copyright (c) 1999-2008 Wimba, All Rights Reserved. * + * * + * COPYRIGHT: * + * This software is the property of Wimba. * + * You can redistribute it and/or modify it under the terms of * + * the GNU General Public License as published by the * + * Free Software Foundation. * + * * + * WARRANTIES: * + * This software is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with the Wimba Moodle Integration; * + * if not, write to the Free Software Foundation, Inc., * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * * + * Author: Thomas Rollinger * + * * + * Date: February 2008 * + * * + ******************************************************************************/ +require_once("../../config.php"); +require_once("lib.php"); +global $CFG; +$type=$_GET["type"]; + +if($type=="error") +{ + $title=get_string("problem_vt_recorder","liveclassroom"); + $text=get_string("problem_vt","liveclassroom"); +} +else +{ + $title=get_string("activity_welcome_to_wimba","liveclassroom"); + $text=get_string("activity_no_associated_tools","liveclassroom"); +} + + + +?> + +<div class="window-left"> +</div> +<div class="window-middle"> + <table width="100%" border="0" cellpadding="5" cellspacing="3" style="padding:0px"> + <tr> + <td class="popupTitle" colspan="3"> + <?php echo $title; ?></td> + <td align="left"><img alt="" src="<?php echo $CFG->wwwroot;?>/mod/liveclassroom/lib/web/pictures/buttons/x_squared.png" id="IMG1" onclick="javascript:popupCancel()" width="15px"> </td> + </tr> + + <tr> + <td colspan="3"> + <img alt="" src="<?php echo $CFG->wwwroot;?>/mod/liveclassroom/lib/web/pictures/items/liveclassroom.png"id="picture" style="float:left;"> + <div class="popupText" align="center"> + <br> + <?php echo $text; ?> + </div> + </td> + </tr> + <tr> + <td colspan="4" align="center"><input type="button" id="Button1" value="Cancel" onclick="javascript:popupCancel()"> + <input type="button" id="Button1" value="Ok" onclick="javascript:popupOk()"></td> + </tr> + </table> +</div> +<div class="window-right"> +</div> \ No newline at end of file Added: trunk/moodle/mod/voicetools/popup.php =================================================================== --- trunk/moodle/mod/voicetools/popup.php (rev 0) +++ trunk/moodle/mod/voicetools/popup.php 2008-03-13 20:30:33 UTC (rev 258) @@ -0,0 +1,74 @@ +<?php +/****************************************************************************** + * * + * Copyright (c) 1999-2008 Wimba, All Rights Reserved. * + * * + * COPYRIGHT: * + * This software is the property of Wimba. * + * You can redistribute it and/or modify it under the terms of * + * the GNU General Public License as published by the * + * Free Software Foundation. * + * * + * WARRANTIES: * + * This software is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with the Wimba Moodle Integration; * + * if not, write to the Free Software Foundation, Inc., * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * * + * Author: Thomas Rollinger * + * * + * Date: February 2008 * + * * + ******************************************************************************/ +require_once("../../config.php"); +require_once("lib.php"); +global $CFG; +$type=$_GET["type"]; + +if($type=="error") +{ + $title=get_string("problem_vt_recorder","voicetools"); + $text=get_string("problem_vt","voicetools"); +} +else +{ + $title=get_string("activity_welcome_to_wimba","voicetools"); + $text=get_string("activity_no_associated_tools","voicetools"); +} + + + +?> + +<div class="window-left"> +</div> +<div class="window-middle"> + <table width="100%" border="0" cellpadding="5" cellspacing="3" style="padding:0px"> + <tr> + <td class="popupTitle" colspan="3"> + <?php echo $title; ?></td> + <td align="left"><img alt="" src="<?php echo $CFG->wwwroot;?>/mod/voicetools/lib/web/pictures/buttons/x_squared.png" id="IMG1" onclick="javascript:popupCancel()" width="15px"> </td> + </tr> + + <tr> + <td colspan="3"> + <img alt="" src="<?php echo $CFG->wwwroot;?>/mod/voicetools/lib/web/pictures/items/voice_tools.png"id="picture" style="float:left;"> + <div class="popupText" align="center"> + <br> + <?php echo $text; ?> + </div> + </td> + </tr> + <tr> + <td colspan="4" align="center"><input type="button" id="Button1" value="Cancel" onclick="javascript:popupCancel()"> + <input type="button" id="Button1" value="Ok" onclick="javascript:popupOk()"></td> + </tr> + </table> +</div> +<div class="window-right"> +</div> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |