Subversion Repositories Sites.tela-botanica.org

Rev

Rev 179 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 179 Rev 180
Line 50... Line 50...
50
*
50
*
51
*	@return string  HTML
51
*	@return string  HTML
52
*/
52
*/
53
function carto_formulaire ($titre_mail="", $corps = "") {
53
function carto_formulaire ($titre_mail="", $corps = "") {
54
    $res = '<p class="attention surveillance">'.CAR_SURVEILLANCE.'</p>' ;
54
    $res = '<p class="attention surveillance">'.CAR_SURVEILLANCE.'</p>' ;
55
    $res .= '<p class="information message_a_tous">'.sprintf(CAR_MESSAGE_A_TOUS, '<a href="http://www.tela-botanica.org/">'.CAR_ACTUALITE.'</a>').'</p>' ;
55
    $res .= '<p class="information message_a_tous">'.sprintf(CAR_MESSAGE_A_TOUS, '<a href="'.CAR_URL_ACTUALITE.'">'.CAR_ACTUALITE.'</a>').'</p>' ;
56
    $res .= "<h2 class=\"titre2_cartographie\">".CAR_ENVOYER_MAIL."</h2> \n";
56
    $res .= "<h2 class=\"titre2_cartographie\">".CAR_ENVOYER_MAIL."</h2> \n";
57
    $res .= "<table id=\"formulaire_mail\" border=\"0\">\n
57
    $res .= "<table id=\"formulaire_mail\" border=\"0\">\n
58
                    <tr><td class=\"texte\">".CAR_SUJET." :</td>\n
58
                    <tr><td class=\"texte\">".CAR_SUJET." :</td>\n
59
                        <td><input class=\"forml\" type=\"text\" name=\"titre_mail\" size=\"60\" value=\"$titre_mail\" /></td>\n
59
                        <td><input class=\"forml\" type=\"text\" name=\"titre_mail\" size=\"60\" value=\"$titre_mail\" /></td>\n
60
                    </tr>\n<tr><td class=\"texte\" valign=\"top\">".CAR_MESSAGE."&nbsp;:&nbsp;</td>\n
60
                    </tr>\n<tr><td class=\"texte\" valign=\"top\">".CAR_MESSAGE."&nbsp;:&nbsp;</td>\n