Exemple #1
0
}
print <<<END

\t<form method='post' action="{$hereFunc(htmlspecialchars($_SERVER['PHP_SELF']))}" > 

\t\t<input type='hidden' name='postID' value="{$row->getPostId()}"/>
\t
\t\t<h2 id="frTitle">FRAN&Ccedil;AIS</h2>
\t\t<p>
\t\t\t<label>Titre</label><br />
\t\t\t<input type='text' name='frTitle' value="{$row->getTitle(FRENCH)}">
\t\t</p>

\t\t<p>
\t\t\t<label>D&eacute;scription</label><br />
\t\t\t<input type='text' name='frDesc' value="{$row->getDescription(FRENCH)}" />
\t\t</p>

\t\t<p>
\t\t\t<label>Contenu</label><br />
\t\t\t<textarea name='frContents' class="frTextArea"  cols='60' rows='10'>
\t\t\t\t{$row->getContents(FRENCH)}
\t\t\t</textarea>
\t\t</p>

\t\t<h2 id="enTitle">ENGLISH</h2>
\t\t<p>
\t\t\t<label>Title</label><br />
\t\t\t<input type='text' name='enTitle' value="{$row->getTitle(ENGLISH)}">
\t\t</p>