<?
/* +----------------------------------------------------------------------+
| Netautor Professional Application Server |
+----------------------------------------------------------------------+
| Copyright (C) 1998-2005 digiconcept GmbH. <www.digiconcept.net> |
+----------------------------------------------------------------------+
| This file is subject to license, that is bundled with this package |
| in the file LICENSE.TXT, and is available at through the |
| world-wide-web at http://www.netautor.com/license/ |
| |
| If you did not receive a copy of the license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| hide@address.com so we can mail you a copy. |
+----------------------------------------------------------------------+
| Authors: Stefan Rottensteiner <hide@address.com> |
| Marek Kadziela <hide@address.com> |
| Gregor Wollner |
| Christian Unger |
| Helli Kleinhans <hide@address.com> |
+----------------------------------------------------------------------+*/
require_once('../../include/init.inc');
if(!$USER->check_feature('Admin') && !$USER->check_feature('ac_mediapool'))
{
$USER->login_call();
}
?>
<html>
<head>
<title>/digiconcept/netautor/mediapool</title>
<link href="../../include/netautor.css" rel="stylesheet" type="text/css" src="../include/netautor.css">
</head>
<script>
function mm_sendMedia(poolName,poolLink)
{
window.opener.document.forms[0].elements[ '<?echo($FIELD_NAME);?>' ].value=poolName+"="+poolLink;
}
</script>
<frameset rows="150,*,40" border="0" bordercolor="#9DADC3" name="f_mediapool" id="f_mediapool">
<frame src="mp_head_upload.php" name="mp_head" id="mp_head" scrolling="no" marginwidth="0" marginheight="0">
<frame src="mp_upload.php" name="mp_main" id="mp_main" scrolling="Auto" marginwidth="0" marginheight="0" style="border-color:#ffffff;" leftmargin="0" topmargin="0" border="0">
<frame src="mp_bottom.php?show=upload" name="mp_bottom" id="mp_bottom" scrolling="no" marginwidth="0" marginheight="0" style="border-color:#ffffff;" leftmargin="0" topmargin="0" border="0">
</frameset><noframes></noframes>
</html>