<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Entier Studio</title>
<script type="text/javascript" src="scripts/treeview.drag.js"></script>
<script type="text/javascript">
// Framebuster script to relocate browser when MSIE bookmarks this
// page instead of the parent frameset. Set variable relocateURL to
// the index document of your website (relative URLs are ok):
var relocateURL = "/";
if(parent.frames.length == 0) {
if(document.images) {
location.replace(relocateURL);
}
else {
location = relocateURL;
}
}
</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 = "list";
// Name of the frame which contains code.html
MTMCodeFrame = "grid";
MTMSubsGetPlus = "Always";
MTMEmulateWE = true;
MTMAlwaysLinkIfWE = false;
MTMEnableDrag = false;
// 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";
// 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 = "84%";
MTMRootFontSize = "-2";
// Font for menu items.
MTMenuFont = "Arial, Helvetica, sans-serif";
MTMenuCSSize = "76%";
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.
// Leave them to be "" if you're not using them
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
// in case you prefer that kind of action prevented.
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();
////////
//
MTMDragItem = false;
var Drag_data;
////////
//<block:list>
menu.addItem( "{TMPELEMCODE}", "mainpage.php?__ctrl=RepositoryElementExport&__mode=form&__view=form&__user={DIRPUSRPKID}&pkid={TMPELEMPKID}&type={OBJETYPPKID}&step=2", "form", "", "", "elem_item-{OBJETYPPKID}.gif", "elem_item-{OBJETYPPKID}.gif" );
var menu_element_{TMPELEMPKID}= null;
menu_element_{TMPELEMPKID}= new MTMenu();
////////
//<block:tree>
menu_element_{TMPELEMLINK}.addItem( "{TMPELEMCODE}", "mainpage.php?__ctrl=RepositoryElementExport&__mode=form&__view=form&__user={DIRPUSRPKID}&pkid={TMPELEMPKID}&type={OBJETYPPKID}&step=2", "form", "", "", "elem_item-{OBJETYPPKID}.gif", "elem_item-{OBJETYPPKID}.gif" );
var menu_element_{TMPELEMPKID}= null;
menu_element_{TMPELEMPKID}= new MTMenu();
menu_element_{TMPELEMLINK}.makeLastSubmenu( menu_element_{TMPELEMPKID}, false, "elem_item-{OBJETYPPKID}.gif", "elem_item-{OBJETYPPKID}.gif" );
//</block:tree>
////////
menu.makeLastSubmenu( menu_element_{TMPELEMPKID}, true, "elem_item-{OBJETYPPKID}.gif", "elem_item-{OBJETYPPKID}.gif" );
////////
//</block:list>
////////
//
////////
//
////////
</script>
</head>
<body onload="MTMStartMenu()" bgcolor="#000033" text="#ffffcc" link="yellow" vlink="lime" alink="red">
</body>
</html>