<?php /* +----------------------------------------------------------------------+ | 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 | +----------------------------------------------------------------------+*/ ?><html> <head> <title>digiconcept/netautor/Editor - Applet</title> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta name ="robots" content="noindex"> </head> <frameset rows="100%,*" framespacing="0" frameborder="0"> <frame src="editor_applet.php?element=<?php echo(rawurlencode($element)."&applet_external=".rawurlencode($applet_external));?>" name="editor_applet" scrolling="Auto" marginwidth="0" marginheight="0" framespacing="0"> <frame src="editor_magic.php?element=<?php echo(rawurlencode($element));?>" name="editor_magic" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0" framespacing="0"> </frameset> </html>