X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FhelpMenu.bbs;h=f68ce097fa4486bdfb16438c1dd4cd16110b8db8;hb=e1123dc9797b44ee616137e6a297335e3d016f92;hp=33a1e68a36d6f758f27b1638a77677ef607dbd04;hpb=e559d02c6375b5ac6652a1f49aa7ff52f4a33edc;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs index 33a1e68..f68ce09 100644 --- a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs @@ -1,3 +1,28 @@ +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Sant�) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ */ + # ---------------------------------- # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box) # - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs @@ -18,17 +43,18 @@ new LayoutLine Box01 set Box01.WinTitle "Help" new LaunchBrowser Box02 - set Box02.In "www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation" + set Box02.In "www.creatis.insa-lyon.fr/site/en/CreatoolsDocumentation" new CommandButton Box03 - set Box03.Label "www.creatis.insta-lyon.fr/site/creatools -> Documentation -> Getting started" + set Box03.Label "www.creatis.insa-lyon.fr/site/creatools -> Documentation -> Getting started" new CommandButton Box04 - set Box04.Label "creaTools Web Site - www.creatis.insta-lyon.fr/site/creatools" + set Box04.Label "creaTools Web Site - www.creatis.insa-lyon.fr/site/creatools" + new LaunchBrowser Box05 - set Box05.In "www.creatis.insa-lyon.fr" - +// set Box05.In "www.creatis.insa-lyon.fr" + set Box05.In "http://www.creatis.insa-lyon.fr/site/fr/creatools_accueil" connect Box03.BoxChange Box02.BoxExecute connect Box04.BoxChange Box05.BoxExecute