test5Mise à jour le Lundi, 15 Juin 2009 23:42 Écrit par Tr@nquille Dimanche, 14 Juin 2009 22:36 test
<head>
<meta name="verify-v1" content="bRqZqftXC+TS7OZ11mcgw8P16p1VER1K6eoQ2CfX8MM=" />
<jdoc:include type="head" />
<link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/tranquille/css/template.css" type="text/css" />
<link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/tranquille/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
<link rel="stylesheet" href="/<?php echo $this->baseurl ?>/templates/tranquille/css/<?php echo $this->params->get('backgroundVariation'); ?>_bg.css" type="text/css" />
<!--[if lte IE 6]>
<link href="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" />
<![endif]-->
<?php if($this->direction == 'rtl') : ?>
<link href="/<?php echo $this->baseurl ?>/templates/tranquille/css/template_rtl.css" rel="stylesheet" type="text/css" />
<?php endif; ?>
</head>
second test:
// ----------------------
// action on dialogue submit
function Ok()
{
oEditor.FCKUndo.SaveUndoStep();
//if(GetE('txtCode').value !='') insert_text_FCK();
//if(leCode !='') insert_text_FCK();
if(maSelection != '') insert_text_FCK();
return true;
}
// ----------------------
|


