<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Entier Studio</title>
<script type="text/javascript">
var relocateURL = "/";
if(parent.frames.length == 0) {
if(document.images)
location.replace(relocateURL);
else
location = relocateURL;
}
</script>
<script type="text/javascript" src="scripts/treeview.drag.js"></script>
<script type="text/javascript">
// Morten's JavaScript Tree Menu
// version 2.3.1, dated 2002-02-02
// http://www.treemenu.com/
// Copyright (c) 2001-2002, Morten Wang & contributors
// All rights reserved.
// This software is released under the BSD License which should accompany
// it in the file "COPYING". If you do not have this file you can access
// the license through the WWW at http://www.treemenu.com/license.txt
// Nearly all user-configurable options are set to their default values.
// Have a look at the section "Setting options" in the installation guide
// for description of each option and their possible values.
/******************************************************************************
* User-configurable options. *
******************************************************************************/
// Menu table width, either a pixel-value (number) or a percentage value.
MTMTableWidth = "100%";
// Name of the frame where the menu is to appear.
MTMenuFrame = "tree";
// Name of the frame which contains code.html
MTMCodeFrame = "code";
// Variable for determining menu behaviour
MTMSubsGetPlus = "Always";
MTMEmulateWE = true;
MTMAlwaysLinkIfWE = false;
MTMEnableDrag = true;
// Directory of menu images/icons
MTMenuImageDirectory = "images/";
// Options for controlling the menu document
MTMDOCTYPE = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
MTMcontentType = "text/html; charset=ISO-8859-1";
// Variables for controlling colors in the menu document.
// Regular BODY atttributes as in HTML documents.
MTMbgcolor = "window";
MTMBackground = "";
MTMTextColor = "#00CCFF";
// color for all menu items
MTMLinkColor = "#333367";
// Hover color, when the mouse is over a menu link
MTMAhoverColor = "#3366FF";
// Foreground color for the tracking, clicked submenu and not linked submenu items.
// The latter only applies when MTMEmulateWE is true and MTMAlwaysLinkIfWE is false.
MTMTrackColor = "#CCFFCC";
MTMSubExpandColor = "blue";
MTMSubClosedColor = "blue";
MTMSubTextColor = "#00CCFF";
// All options regarding the root text and it's icon
MTMRootIcon = "meta_base-1.gif";
MTMenuText = "<b>Repository</b>";
MTMRootColor = "#3366FF";
MTMRootFont = "Arial, Helvetica, sans-serif";
MTMRootCSSize = "80%";
MTMRootFontSize = "-2";
// Font for menu items.
MTMenuFont = "Arial, Helvetica, sans-serif";
MTMenuCSSize = "72%";
MTMenuFontSize = "-1";
// Variables for style sheet usage
// 'true' means use a linked style sheet.
MTMLinkedSS = true;
MTMSSHREF = "../styles/treeview.{USERBROWSER}.css";
// Scrollbar colour properties. Supported by IE5.5 and newer versions.
// Set MTMuseScrollbarCSS to "true" then set the various colour properties
// as strings. If you want the browser's default values, use "none".
MTMuseScrollbarCSS = true;
MTMscrollbarBaseColor = "none";
MTMscrollbarFaceColor = "none";
MTMscrollbarHighlightColor = "none";
MTMscrollbarShadowColor = "none";
MTMscrollbar3dLightColor = "none";
MTMscrollbarArrowColor = "none";
MTMscrollbarTrackColor = "none";
MTMscrollbarDarkShadowColor = "none";
// Header & footer, these are plain HTML.
MTMHeader = "";
MTMFooter = "";
// Whether you want an open sub-menu to close automagically
// when another sub-menu is opened. 'true' means auto-close
MTMSubsAutoClose = false;
// This variable controls how long it will take for the menu
// to appear if the tracking code in the content frame has
// failed to display the menu. Number if in tenths of a second
// (1/10) so 10 means "wait 1 second".
MTMTimeOut = 10;
// Message to pop up when a user right-clicks in the menu frame
MTMrightClickMessage = "";
// URL for a linked JavaScript file (.js), this URL is relative to the directory where code.html is located
MTMLinkedJSURL = "";
MTMLinkedInitFunction = "";
// Cookie usage.
MTMUseCookies = false;
MTMCookieName = "MTMCookie";
MTMCookieDays = 3;
MTMTrackedCookieName = "MTMTracked";
// Tool tips. A true/false-value defining whether the support for tool tips should exist or not.
MTMUseToolTips = true;
/******************************************************************************
* User-configurable list of icons. *
******************************************************************************/
var MTMIconList = null;
MTMIconList = new IconList();
MTMIconList.addIcon(new MTMIcon("menu_link_ie.gif", ".html", "post"));
/******************************************************************************
* User-configurable menu. *
******************************************************************************/
////////
// Main menu.
var menu= null;
menu= new MTMenu();
////////
// Components repository
menu .addItem( "Elements", "", "body", "", "", "" );
var menu_repository = 0;
var menu_repository = null;
menu_repository = new MTMenu();
////////
//
MTMDragItem = false;
var Drag_data;
////////
//<block:root>
MTMDragItem = true
Drag_data = "pkid={REPMELEPKID};name={REPMELENAME};type={OBJETYPPKID};kind={OBJETYPCODE};mode=core";
menu_repository.addItem( "{REPMELENAME}", "", "", Drag_data, "", "meta_item-{REPCELTPKID}.gif", "meta_item-{REPCELTPKID}.gif" );
var menu_element_{REPMELEPKID}= null;
menu_element_{REPMELEPKID}= new MTMenu();
////////
//<block:tree>
// tree
MTMDragItem = true;
Drag_data = "pkid={REPMELEPKID};name={REPMELENAME};type={OBJETYPPKID};kind={OBJETYPCODE};mode=model";
menu_element_{REPMELELINK}.addItem( "{REPMELECODE}", "mainpage.php?__ctrl=RepositoryElementExport&__mode=view&__view=view&__user={DIRPUSRPKID}&link={OBJLINKPKID}&type={OBJLINKTYPE}&bind={REPMELEPKID}", "view", Drag_data, "Drag this item", "meta_item-{REPCELTPKID}.gif", "meta_item-{REPCELTPKID}.gif" );
var menu_element_{REPMELEPKID}= null;
menu_element_{REPMELEPKID}= new MTMenu();
////////
//<block:base>
// base
MTMDragItem = false;
Drag_data = "pkid={REPMELEPKID};name={REPMELENAME};type={OBJETYPPKID};kind={OBJETYPCODE};mode=base";
menu_element_{REPMELEROOT}.addItem( "{REPMELECODE}", "", "", Drag_data, "", "meta_item_base-{REPMELTPKID}.gif", "meta_item_base-{REPMELTPKID}.gif" );
var menu_element_{REPMELEPKID}= null;
menu_element_{REPMELEPKID}= new MTMenu();
////////
// base-tree
{REPBASETREE}
//
////////
menu_element_{REPMELEROOT}.makeLastSubmenu( menu_element_{REPMELEPKID}, false, "meta_item_base-{REPMELTPKID}.gif", "meta_item_base-{REPMELTPKID}.gif" );
//</block:base>
////////
menu_element_{REPMELELINK}.makeLastSubmenu( menu_element_{REPMELEPKID}, false, "meta_item-{REPMELTPKID}.gif", "meta_item-{REPMELTPKID}.gif" );
//</block:tree>
////////
menu_repository.makeLastSubmenu( menu_element_{REPMELEPKID}, false, "meta_item-{REPCELTPKID}.gif", "meta_item-{REPCELTPKID}.gif" );
////////
//</block:root>
////////
menu.makeLastSubmenu( menu_repository, false, "meta_root-0.gif", "meta_root-0.gif" );
// </Components repository block>
////////
//
////////
</script>
</head>
<body onload="MTMStartMenu()" bgcolor="#000033" text="#ffffcc" link="yellow" vlink="lime" alink="red">
</body>
</html>