<?include(dirname($SCRIPT_FILENAME)."/lib.editor.inc.php");
echo "
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>
<HTML>
<HEAD>
<TITLE>Intelimen - Intelligent Web Solutions</TITLE>
<META name='Title' content='Intelimen - Intelligent Web Solutions'>
<META name='Author' content='Intelimen - Intelligent Web Solutions'>
<META name='Description' content='Consultoria e Desenvolvimento de Web Site, Portal, Shopping, Loja Virtual, E-commerce, Comércio Eletrônico, B2B, B2C, C2C, B2BC, Multimídia, Multimedia, Design, Banco de Dados, Rede Intranet, Extranet'>
<META name='Keywords' LANG='pt' content='Consultoria Desenvolvimento Criação Web Site Portal E-commerce Intranet Extranet Internet Multimídia Design Loja Virtual Marketing Soluções'>
<META name='Identifier-URL' content='intelimen'>
<META name='Date-Creation-ddmmyyyy' content='25012003'>
<META name='Date-Revision-ddmmyyyy' content='25012003'>
<META name='Robots' content='index,follow,all'>
<META name='Revisit-After' content='7 Days'>
<META name='Reply-to' content='hide@address.com'>
<META name='Category' content='Internet'>
<META http-equiv='Content-Type' content='text/html charset=ISO-8859-1'>
<META http-equiv='Content-Script-Type' content='text/javascript'>
<META http-equiv='Pragma' content='no-cache'>
<META http-equiv='Expires' content='-1'>
</HEAD>
<BODY text='#ffffff' vLink='#55C8FF' aLink='#55C8FF' link='#55C8FF' bgColor='#124769'>
<FONT face='Verdana, Arial, Helvetica, sans-serif' color='#ffffff' size=2>
<A href='http://sourceforge.net/projects/intelieditor/'><IMG src='http://sourceforge.net/sflogo.php?group_id=66120&type=5' width='210' height='62' border='0' alt='SourceForge.net Logo'></A>
<B><BR><A href='http://sourceforge.net/forum/forum.php?forum_id=297181'>Translators needed!!!</A></B>
<BR><A href='http://sourceforge.net/projects/intelieditor/'>
<BR>Please, click here to
<BR>Join the development team,
<BR>Requests a new feature or
<BR>Report an existing Bug.</A>
</FONT>
<FONT face='Verdana, Arial, Helvetica, sans-serif' color='#ffffff' size=4>
<FORM title='Editor' name='form' action='{$url_path}/index.php' method='post'>
<TABLE WIDTH='200' CELLPADDING='4' CELLSPACING='0' BORDER='0'>
<TR>
<TD>Width</TD>
<TD><INPUT title='Width' name='width' style='width:200' type='text' value='$width'></TD>
<TD>Mode</TD>
<TD>
<SELECT title='Mode' name='mode' style='width:200'>
<option value='textarea' >Text Area Input</option>
<option value='link' >Link to Modal Window</option>
</select>
</TD>
</TR>
<TR>
<TD>Height</TD>
<TD><INPUT title='Height' name='height' style='width:200' type='text' value='$height'></TD>
<TD>Language</TD>
<TD>
<SELECT title='Language' name='lng' style='width:200'>
<option value='bul' >Bulgarian</option>
<option value='fre' >French</option>
<option value='eng' >English</option>
<option value='dut' >Dutch</option>
<option value='ger' >German</option>
<option value='ita' >Italian</option>
<option value='nor' >Norwegian</option>
<option value='pol' >Polish</option>
<option value='por' >Portuguese</option>
<option value='por-br' >Portuguese (BR)</option>
<option value='rom' >Romanian</option>
<option value='rus' >Russian</option>
<option value='esp' >Spanish</option>
<option value='tur' >Turkish</option>
</select>
</TD>
</TR>
<TR>
<TD>Title</TD>
<TD><INPUT title='Title' name='title' style='width:200' type='text' value='$title'></TD>
<TD colspan=2><INPUT title='Submit' name='submit' type='submit' value='Create Editor'></TD>
</TR>
</TABLE>
<BR>
{$html}
</FORM>
</FONT>
</BODY>
</HTML>";?>