Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 177 Rev 179
Line 49... Line 49...
49
*
49
*
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 = '<div class="surveillance">'.CAR_SURVEILLANCE.'</div>' ;
54
    $res = '<p class="attention surveillance">'.CAR_SURVEILLANCE.'</p>' ;
55
    $res = '<div class="message_a_tous">'.sprintf(CAR_MESSAGE_A_TOUS, CAR_ACTUALITE).'</div>' ;
55
    $res .= '<p class="information message_a_tous">'.sprintf(CAR_MESSAGE_A_TOUS, '<a href="http://www.tela-botanica.org/">'.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