<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Générateur de components</title>
<script type="text/javascript" src="scripts/treeview.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 = "tree";
// Name of the frame which contains code.html
MTMCodeFrame = "code";
// Variable for determining how a sub-menu gets a plus-sign.
// "Never" means it never gets a plus sign, "Always" means always,
// "Submenu" means when it contains another submenu.
MTMSubsGetPlus = "Always";
// variable that defines whether the menu emulates the behaviour of
// Windows Explorer
MTMEmulateWE = true;
// variable that defines if we should make submenu entries links if the
// menu has no URL attached when we emulate the Windows Explorer. Set to
// true if you want every submenu title to be a link (either to expand the
// menu or to access the URL for the menu. This setting was the default
// up to version 2.3.0). If set to false, submenu titles will not show up
// as links if no URL was specified for them.
MTMAlwaysLinkIfWE = 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 = "code_root-0.gif";
MTMenuText = "<b>Deployment Models</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
MTMHeader = "";
MTMFooter = "";
// open sub-menu automagically close
MTMSubsAutoClose = false;
// TimeOut
MTMTimeOut = 10;
// user right-clicks message
MTMrightClickMessage = "";
// URL for a linked JavaScript file (.js)
MTMLinkedJSURL = "";
MTMLinkedInitFunction = "";
// Cookie usage.
MTMUseCookies = false;
MTMCookieName = "MTMCookie";
MTMCookieDays = 3;
MTMTrackedCookieName = "MTMTracked";
// Tool tips.
MTMUseToolTips = true;
/******************************************************************************
* User-configurable menu. *
******************************************************************************/
////////
// Main menu.
var menu= null;
menu= new MTMenu();
////////
// <Component objectory block>
////////
//<block:list>
menu.addItem( "{OBJCOMPNAME}", "mainpage.php?__ctrl=InterchangeElement&__mode=form&__view=form&__user={DIRPUSRPKID}&pkid={OBJELEMPKID}&bind={OBJCOMPPKID}", "view", "", "code_item-{OBJCTYPPKID}.gif", "code_item-{OBJCTYPPKID}.gif" );
Menu_cobj_{OBJCOMPPKID}= new MTMenu();
////////
//<block:tree>
Menu_cobj_{OBJCOMPLINK}.addItem( "{OBJCOMPNAME}", "mainpage.php?__ctrl=InterchangeElement&__mode=form&__view=form&__user={DIRPUSRPKID}&pkid={OBJELEMPKID}&bind={OBJCOMPPKID}", "view", "", "code_item-{OBJCTYPPKID}.gif", "code_item-{OBJCTYPPKID}.gif" );
Menu_cobj_{OBJCOMPPKID}= new MTMenu();
Menu_cobj_{OBJCOMPLINK}.makeLastSubmenu( Menu_cobj_{OBJCOMPPKID}, true, "code_item-{OBJCTYPPKID}.gif", "code_item-{OBJCTYPPKID}.gif" );
//</block:tree>
////////
menu.makeLastSubmenu( Menu_cobj_{OBJCOMPPKID}, true, "code_item-{OBJCTYPPKID}.gif", "code_item-{OBJCTYPPKID}.gif" );
//</block:list>
////////
//
////////
</script>
</head>
<body onload="MTMStartMenu()" bgcolor="#000000">
</body>
</html>