<?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 |
+----------------------------------------------------------------------+
| @version $Revision: 1.18 $ |
+----------------------------------------------------------------------+*/
/**
* Index site for layout manager.
* @author Helli Kleinhans
* @author Marek Kadziela
*/
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>/digiconcept/netautor/layoutmanager</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="robots" content="nofollow">
<link rel=stylesheet type="text/css" href="../../include/netautor.css">
</head>
<frameset rows="*,0,24,24,24" border="3" bordercolor="#FFFFFF" name="f_editor" id="f_editor">
<frame src="layoutmgr.php" name="layoutmain" id="layoutmain" scrolling="Auto" marginwidth="10" marginheight="10" style="border-color:#ffffff;" leftmargin="0" topmargin="0" border="0">
<frame src="layoutmgr_modify.php" name="layoutmessage" id="layoutmessage" scrolling="Auto" marginwidth="10" marginheight="10" style="border-color:#ffffff;" leftmargin="0" topmargin="0" border="0">
<frame src="layoutmgr_search.php" name="layoutsearch" id="layoutsearch" scrolling="Auto" marginwidth="10" marginheight="0" style="border-color:#ffffff;" leftmargin="10" topmargin="10" border="0">
<frame src="../dtd/index.php" name="layoutdb" id="layoutdb" scrolling="Auto" marginwidth="10" marginheight="0" style="border-color:#ffffff;" leftmargin="10" topmargin="10" border="0">
<frame src="../database/context.php" name="fulltext" id="fulltext" scrolling="Auto" marginwidth="10" marginheight="0" style="border-color:#ffffff;" leftmargin="10" topmargin="10" border="0">
</frameset>
</html>