'.$template->getHtml ().''; $htmlProperties = ''; $templateDiv = new CopixTagLibDraggableDiv ('', 'Structure'); $templateDiv->setId ('templateStructure'); $propertiesDiv = new CopixTagLibDraggableDiv ($htmlProperties, 'Propriétés de l\'élément sélectionné'); $propertiesDiv->setId ('templateProperties'); $templateDiv->setStyles (' text-align: left; position: absolute; top: 2px; left: 2px; border: 2px solid #000000; background-color: #ffffee; width: 200px; overflow: auto; height: 400px;'); $propertiesDiv->setStyles (' text-align: left; position: absolute; top: 2px; left: 2px; border: 2px solid #000000; background-color: #ffffee; width: 200px; overflow: auto; height: 400px;'); echo $templateDiv->getHtml (); echo $propertiesDiv->getHtml (); ?>