
UrlCss = "/style/net/style.css";

///***********************************************************************************************
/// Titre		: agenda.aspx
/// Auteur		: Nicolas BOISSET
/// Description	: Configuration de la toolbar du HTMLArea
/// Paramètres
/// . Entrée : 
/// . Sortie :
/// 
/// Version	Date		Action/Description												Developper
/// 1.0		15/07/2003	Création														NB
/// 1.1		02/07/2004	Ajout de la config "ConfigNoImageForGames"						LF
/// 
///************************************************************************************************

var config = new Object();    // create new config object

//config.width = "90%";
//config.height = "200px";
config.bodyStyle = 'background-color: white; font-family: "Verdana"; font-size: x-small;';
config.debug = 0;

// NOTE:  You can remove any of these blocks and use the default config!

config.toolbar = [
    ['fontname'],
    ['fontsize'],
    ['fontstyle'],
    //['stylesheet'],
    ['linebreak'],
    ['bold','italic','underline','separator'],
	['strikethrough','subscript','superscript','separator'],
    ['justifyleft','justifycenter','justifyright','separator'],
    ['OrderedList','UnOrderedList','Outdent','Indent','separator'],
    ['forecolor','backcolor','separator'],
	['HorizontalRule','Createlink','InsertTable', 'InsertImage', 'InsertFlash', 'separator'],
    ['htmlmode','popupeditor'],
];

config.fontnames = {
//    "Arial":           "arial, helvetica, sans-serif",
//    "Courier New":     "courier new, courier, mono",
//    "Georgia":         "Georgia, Times New Roman, Times, Serif",
//    "Tahoma":          "Tahoma, Arial, Helvetica, sans-serif",
//    "Times New Roman": "times new roman, times, serif",
    "Verdana":         "Verdana, Arial, Helvetica, sans-serif"
//    "impact":          "impact",
//    "WingDings":       "WingDings"
};
config.fontsizes = {
    "1 (8 pt)":  "1",
    "2 (10 pt)": "2",
    "3 (12 pt)": "3",
    "4 (14 pt)": "4",
    "5 (18 pt)": "5",
    "6 (24 pt)": "6",
    "7 (36 pt)": "7"
  };

config.stylesheet = UrlCss;
config.fontstyles = [
	/*
	{ name: "", className: "body", classStyle: "" },
	{ name: "Titre", className: "titre", classStyle: "" },
	{ name: "Gris", className: "gris", classStyle: "" },
	{ name: "TD Ligne orange", className: "ligne", classStyle: "" },
	{ name: "TD Ligne bleu", className: "lignesimple", classStyle: "" },
	{ name: "TD En tête", className: "tableau_header", classStyle: "" },
	{ name: "TD Données", className: "tableau_data", classStyle: "" }
	*/
	]
	
/*
config.fontstyles = [   // make sure classNames are defined in the page the content is being display as well in or they won't work!
  { name: "headline",     className: "headline",  classStyle: "font-family: arial black, arial; font-size: 28px; letter-spacing: -2px;" },
  { name: "arial red",    className: "headline2", classStyle: "font-family: arial black, arial; font-size: 12px; letter-spacing: -2px; color:red" },
  { name: "verdana blue", className: "headline4", classStyle: "font-family: verdana; font-size: 18px; letter-spacing: -2px; color:blue" }

config.fontstyles = [   // make sure classNames are defined in the page the content is being display as well in or they won't work!
  { name: "texte",     className: "texte"},//, classStyle: "font-family: arial black, arial; font-size: 28px; letter-spacing: -2px;" },
  { name: "arial red",    className: "headline2", classStyle: "font-family: arial black, arial; font-size: 12px; letter-spacing: -2px; color:red" },
  { name: "verdana blue", className: "headline4", classStyle: "font-family: verdana; font-size: 18px; letter-spacing: -2px; color:blue" }
*/
// leave classStyle blank if it's defined in config.stylesheet (above), like this:
//  { name: "verdana blue", className: "headline4", classStyle: "" }  
//];


/******************************************************************************************************************************************
*
*	Config sans Image
*
******************************************************************************************************************************************/

var ConfigNoImage = new Object();    // create new ConfigNoImage object

//ConfigNoImage.width = "90%";
//ConfigNoImage.height = "200px";
ConfigNoImage.bodyStyle = 'background-color: white; font-family: "Verdana"; font-size: x-small;';
ConfigNoImage.debug = 0;

// NOTE:  You can remove any of these blocks and use the default ConfigNoImage!

ConfigNoImage.toolbar = [
    ['fontname'],
    ['fontsize'],
    ['fontstyle'],
    ['linebreak'],
    ['bold','italic','underline','separator'],
	['strikethrough','subscript','superscript','separator'],
    ['justifyleft','justifycenter','justifyright','separator'],
    ['OrderedList','UnOrderedList','Outdent','Indent','separator'],
    ['forecolor','backcolor','separator'],
	['HorizontalRule','Createlink','InsertTable','separator'],
	//['HorizontalRule', 'InsertTable','separator'],
    ['htmlmode','popupeditor'],
];

ConfigNoImage.fontnames = {
    "Arial":           "arial, helvetica, sans-serif",
    "Courier New":     "courier new, courier, mono",
    "Georgia":         "Georgia, Times New Roman, Times, Serif",
    "Tahoma":          "Tahoma, Arial, Helvetica, sans-serif",
    "Times New Roman": "times new roman, times, serif",
    "Verdana":         "Verdana, Arial, Helvetica, sans-serif",
    "impact":          "impact",
    "WingDings":       "WingDings"
};
ConfigNoImage.fontsizes = {
    "1 (8 pt)":  "1",
    "2 (10 pt)": "2",
    "3 (12 pt)": "3",
    "4 (14 pt)": "4",
    "5 (18 pt)": "5",
    "6 (24 pt)": "6",
    "7 (36 pt)": "7"
  };

ConfigNoImage.stylesheet = UrlCss;
ConfigNoImage.fontstyles = [
	{ name: "", className: "body", classStyle: "" },
	{ name: "Titre", className: "titre", classStyle: "" },
	{ name: "Gris", className: "gris", classStyle: "" }
	]



/******************************************************************************************************************************************
*
*	Config sans Image pour les GAMES
*
******************************************************************************************************************************************/

var ConfigNoImageForGames = new Object();    // create new ConfigNoImage object

//ConfigNoImageForGames.width = "90%";
//ConfigNoImageForGames.height = "200px";
ConfigNoImageForGames.bodyStyle = 'background-color: white; font-family: "Verdana"; font-size: x-small;';
ConfigNoImageForGames.debug = 0;

// NOTE:  You can remove any of these blocks and use the default ConfigNoImageForGames!

ConfigNoImageForGames.toolbar = [
    ['fontname'],
    ['fontsize'],
    ['linebreak'],
    ['bold','italic','underline','separator'],
	['justifyleft','justifycenter','justifyright','separator'],
    ['OrderedList','UnOrderedList','Outdent','Indent','separator'],
    ['Createlink','InsertTable','separator'],
	//['HorizontalRule', 'InsertTable','separator'],
    ['htmlmode','popupeditor'],
];

ConfigNoImageForGames.fontnames = {
    "Arial":           "arial, helvetica, sans-serif",
    "Courier New":     "courier new, courier, mono",
    "Georgia":         "Georgia, Times New Roman, Times, Serif",
    "Tahoma":          "Tahoma, Arial, Helvetica, sans-serif",
    "Times New Roman": "times new roman, times, serif",
    "Verdana":         "Verdana, Arial, Helvetica, sans-serif",
    "impact":          "impact",
    "WingDings":       "WingDings"
};
ConfigNoImageForGames.fontsizes = {
    "1 (8 pt)":  "1",
    "2 (10 pt)": "2",
    "3 (12 pt)": "3",
    "4 (14 pt)": "4",
    "5 (18 pt)": "5",
    "6 (24 pt)": "6",
    "7 (36 pt)": "7"
  };

ConfigNoImageForGames.stylesheet = UrlCss;
ConfigNoImageForGames.fontstyles = [
	{ name: "", className: "body", classStyle: "" },
	{ name: "Titre", className: "titre", classStyle: "" },
	{ name: "Gris", className: "gris", classStyle: "" }
	]


/******************************************************************************************************************************************
*
*	Config Image
*
******************************************************************************************************************************************/

var ConfigImage = new Object();    // create new ConfigImage object

//ConfigImage.width = "90%";
//ConfigImage.height = "200px";
ConfigImage.bodyStyle = 'background-color: white; font-family: "Verdana"; font-size: x-small;';
ConfigImage.debug = 0;

// NOTE:  You can remove any of these blocks and use the default ConfigImage!

ConfigImage.toolbar = [
    ['InsertImage'],
    ['htmlmode','popupeditor']
];

ConfigImage.fontnames = {
    "Arial":           "arial, helvetica, sans-serif",
    "Courier New":     "courier new, courier, mono",
    "Georgia":         "Georgia, Times New Roman, Times, Serif",
    "Tahoma":          "Tahoma, Arial, Helvetica, sans-serif",
    "Times New Roman": "times new roman, times, serif",
    "Verdana":         "Verdana, Arial, Helvetica, sans-serif",
    "impact":          "impact",
    "WingDings":       "WingDings"
};
ConfigImage.fontsizes = {
    "1 (8 pt)":  "1",
    "2 (10 pt)": "2",
    "3 (12 pt)": "3",
    "4 (14 pt)": "4",
    "5 (18 pt)": "5",
    "6 (24 pt)": "6",
    "7 (36 pt)": "7"
  };

//ConfigImage.stylesheet = "http://www.domain.com/sample.css";
  
ConfigImage.fontstyles = [   // make sure classNames are defined in the page the content is being display as well in or they won't work!
  { name: "", className: "body", classStyle: "" },
	{ name: "Titre", className: "titre", classStyle: "" },
	{ name: "Gris", className: "gris", classStyle: "" }
// leave classStyle blank if it's defined in ConfigImage.stylesheet (above), like this:
//  { name: "verdana blue", className: "headline4", classStyle: "" }  
];

/******************************************************************************************************************************************
*
*	Config sans editeur
*
******************************************************************************************************************************************/

var ConfigNone = new Object();    // create new ConfigNone object

//ConfigNone.width = "90%";
//ConfigNone.height = "200px";
ConfigNone.bodyStyle = 'background-color: white; font-family: "Verdana"; font-size: x-small;';
ConfigNone.debug = 0;

// NOTE:  You can remove any of these blocks and use the default ConfigNone!

ConfigNone.toolbar = [
    ['htmlmode','popupeditor']
];

ConfigNone.fontnames = {
    "Arial":           "arial, helvetica, sans-serif",
    "Courier New":     "courier new, courier, mono",
    "Georgia":         "Georgia, Times New Roman, Times, Serif",
    "Tahoma":          "Tahoma, Arial, Helvetica, sans-serif",
    "Times New Roman": "times new roman, times, serif",
    "Verdana":         "Verdana, Arial, Helvetica, sans-serif",
    "impact":          "impact",
    "WingDings":       "WingDings"
};
ConfigNone.fontsizes = {
    "1 (8 pt)":  "1",
    "2 (10 pt)": "2",
    "3 (12 pt)": "3",
    "4 (14 pt)": "4",
    "5 (18 pt)": "5",
    "6 (24 pt)": "6",
    "7 (36 pt)": "7"
  };

//ConfigNone.stylesheet = "http://www.domain.com/sample.css";
  
ConfigNone.fontstyles = [   // make sure classNames are defined in the page the content is being display as well in or they won't work!
 { name: "", className: "body", classStyle: "" },
	{ name: "Titre", className: "titre", classStyle: "" },
	{ name: "Gris", className: "gris", classStyle: "" }
// leave classStyle blank if it's defined in ConfigNone.stylesheet (above), like this:
//  { name: "verdana blue", className: "headline4", classStyle: "" }  
];


/******************************************************************************************************************************************
* Version	: 1.0
* Date 		: 15/07/2003
* Auteur 	: NB
* Action 	: Creation
* Description 	: config no link 
******************************************************************************************************************************************/

var ConfigNoLink = new Object();    // create new config object

//config.width = "90%";
//config.height = "200px";
ConfigNoLink.bodyStyle = 'background-color: white; font-family: "Verdana"; font-size: x-small;';
ConfigNoLink.debug = 0;

// NOTE:  You can remove any of these blocks and use the default config!

ConfigNoLink.toolbar = [
    ['fontname'],
    ['fontsize'],
    ['fontstyle'],
    //['stylesheet'],
    ['linebreak'],
    ['bold','italic','underline','separator'],
	['strikethrough','subscript','superscript','separator'],
    ['justifyleft','justifycenter','justifyright','separator'],
    ['OrderedList','UnOrderedList','Outdent','Indent','separator'],
    ['forecolor','backcolor','separator'],
	['HorizontalRule', 'InsertTable', 'InsertImage', 'separator'],
    ['htmlmode','popupeditor'],
];

ConfigNoLink.fontnames = {
    "Arial":           "arial, helvetica, sans-serif",
    "Courier New":     "courier new, courier, mono",
    "Georgia":         "Georgia, Times New Roman, Times, Serif",
    "Tahoma":          "Tahoma, Arial, Helvetica, sans-serif",
    "Times New Roman": "times new roman, times, serif",
    "Verdana":         "Verdana, Arial, Helvetica, sans-serif",
    "impact":          "impact",
    "WingDings":       "WingDings"
};
ConfigNoLink.fontsizes = {
    "1 (8 pt)":  "1",
    "2 (10 pt)": "2",
    "3 (12 pt)": "3",
    "4 (14 pt)": "4",
    "5 (18 pt)": "5",
    "6 (24 pt)": "6",
    "7 (36 pt)": "7"
  };

ConfigNoLink.stylesheet = UrlCss;
ConfigNoLink.fontstyles = [
	{ name: "", className: "body", classStyle: "" },
	{ name: "Titre", className: "titre", classStyle: "" },
	{ name: "Gris", className: "gris", classStyle: "" }
	]
	
/******************************************************************************************************************************************
* Version	: 1.0
* Date 		: 21/01/2005
* Auteur 	: DM
* Action 	: Creation
* Description 	: config no image & no font
******************************************************************************************************************************************/

var ConfigNoImageNoFont = new Object();    // create new config object

//ConfigNoImageNoFont.width = "90%";
//ConfigNoImageNoFont.height = "200px";
ConfigNoImageNoFont.bodyStyle = 'background-color: white; font-family: "Verdana"; font-size: x-small;';
ConfigNoImageNoFont.debug = 0;

// NOTE:  You can remove any of these blocks and use the default ConfigNoImageNoFont!

ConfigNoImageNoFont.toolbar = [
//  ['fontname'],
    ['fontsize'],
    ['linebreak'],
    ['bold','italic','underline','separator'],
	['justifyleft','justifycenter','justifyright','separator'],
    ['OrderedList','UnOrderedList','Outdent','Indent','separator'],
    ['Createlink','InsertTable','separator'],
	//['HorizontalRule', 'InsertTable','separator'],
    ['htmlmode','popupeditor'],
];

ConfigNoImageNoFont.fontnames = {
    "Arial":           "arial, helvetica, sans-serif",
    "Courier New":     "courier new, courier, mono",
    "Georgia":         "Georgia, Times New Roman, Times, Serif",
    "Tahoma":          "Tahoma, Arial, Helvetica, sans-serif",
    "Times New Roman": "times new roman, times, serif",
    "Verdana":         "Verdana, Arial, Helvetica, sans-serif",
    "impact":          "impact",
    "WingDings":       "WingDings"
};
ConfigNoImageNoFont.fontsizes = {
    "1 (8 pt)":  "1",
    "2 (10 pt)": "2",
    "3 (12 pt)": "3",
    "4 (14 pt)": "4",
    "5 (18 pt)": "5",
    "6 (24 pt)": "6",
    "7 (36 pt)": "7"
  };

ConfigNoImageNoFont.stylesheet = UrlCss;
ConfigNoImageNoFont.fontstyles = [
	{ name: "", className: "body", classStyle: "" },
	{ name: "Titre", className: "titre", classStyle: "" },
	{ name: "Gris", className: "gris", classStyle: "" }
	]
