Subversion Repositories Sites.tela-botanica.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 462 → Rev 463

/trunk/client/cartographie/langues/car_langue_fr.inc.php
78,7 → 78,7
define ("CAR_CLIQUER_ACCEDER", "Cliquer sur la carte pour zoomer ou accéder aux informations  ") ;
define ("CAR_LAIUS_INSCRIPTION", "Pour accéder aux informations sur les membres, il faut être inscrit au réseau Tela Botanica") ;
define ("CAR_S_INSCRIRE", "S'inscrire") ;
define ("CAR_MESSAGE_A_TOUS", 'Si votre message concerne une actualit&eacute botanique (expo, sortie, stage, nouvel ouvrage, emploi,...) vous pouvez le diffuser &agrave; l\'ensemble des membres du r&eacute;seau en r&eacute;digeant un article dans <a href="http://www.tela-botanica.org/actu/article220.html">les actualités de Tela Botanica</a> ou en le publiant dans <a href="http://www.tela-botanica.org/page:ajouter_modifier_evenement">le calendrier des &eacute;v&egrave;nements</a>.');
define ("CAR_MESSAGE_A_TOUS", 'Si votre message concerne une actualit&eacute; botanique (expo, sortie, stage, nouvel ouvrage, emploi,...) vous pouvez le diffuser &agrave; l\'ensemble des membres du r&eacute;seau en r&eacute;digeant un article dans <a href="http://www.tela-botanica.org/actu/article220.html">les actualités de Tela Botanica</a> ou en le publiant dans <a href="http://www.tela-botanica.org/page:ajouter_modifier_evenement">le calendrier des évènements</a>.');
define ("CAR_ACTUALITE", "les actualités de Tela Botanica");
define ("CAR_SURVEILLANCE", "<strong>Avertissement :</strong> la messagerie ci-dessous est destinée à vous permettre d'échanger des messages entre membres du réseau Tela Botanica, sans dévoiler les adresses email des adhérents. Afin de respecter la tranquillité de chacun, il est strictement interdit d'utiliser cette messagerie interne pour faire des relances périodiques d'informations ou des annonces publicitaires et commerciales. Une surveillance du contenu des mails échangés est effectuée par l'Association Tela Botanica. Merci de votre compréhension.") ;
define ("CAR_TEXTE_IDENTIFICATION_1", "Identifiez-vous pour accéder aux informations") ;
/trunk/client/cartographie/cartographie.css
9,6 → 9,15
#table_inscrits td {
padding:2px;
text-align:left;}
#table_inscrits{
width:100%;
margin:0;
border:none;}
#table_inscrits tbody{
vertical-align:top;
min-height:1em;
height:200px;
overflow: auto;}
#carto {
text-align:center;}
a.chemin_carto {
42,6 → 51,20
text-align:center;}
.liste_zone {
text-align:center;}
.cocher {
text-align:left;
margin:30px 0;}
#redaction {
background:#D4D4D4 url(images/redaction_milieu.png) repeat-y scroll 0%;
color:#454545;
width:900px;}
#redaction .text, #redaction .forml {
width:800px;}
#redaction table,#redaction h2 {
margin:5px;}
#redaction_tete {
background:#D4D4D4 url(images/redaction_tete.png) no-repeat scroll 0%;
color:#FFFFFF;
height:15px;}
#redaction_pied {
background:#D4D4D4 url(images/redaction_pied.png) no-repeat scroll 0%;
color:#FFFFFF;
height:15px;}
/trunk/client/cartographie/liste_inscrit.php
112,24 → 112,28
if (!$GLOBALS['car_auth']->getAuth()) {
$res .= AUTH_formulaire_login();
} else {
$res .= "<form action=\"$url?mailer=1&amp;fin=true\" method=\"post\" name=\"formmail\">
<div id=\"div_inscrit\"><table id=\"table_inscrits\">
<colgroup>
<col />
<col />
<col />
<col />
<col />
<col />
</colgroup>
<tr>
<th>&nbsp;</th>
<th>".CAR_NOM."</th>
<th>".CAR_PRENOM."</th>
<th>".CAR_DATE_INS."</th>
<th>".CAR_REGION."</th>
<th>".CAR_VILLE."</th>
</tr>\n";
$res .= '<form action="'.$url.'?mailer=1&amp;fin=true" method="post" name="formmail">'.
' <div id="div_inscrit">'.
' <table id="table_inscrits">'.
' <colgroup>'.
' <col />'.
' <col />'.
' <col />'.
' <col />'.
' <col />'.
' <col />'.
' </colgroup>'.
' <thead>'.
' <tr>'.
' <th>&nbsp;</th>'.
' <th>'.CAR_NOM.'</th>'.
' <th>'.CAR_PRENOM.'</th>'.
' <th>'.CAR_DATE_INS.'</th>'.
' <th>'.CAR_REGION.'</th>'.
' <th>'.CAR_VILLE.'</th>'.
' </tr>'.
' </thead>'.
' <tbody>';
$requete = "select * from ".CAR_ANNUAIRE.
" where ".CAR_CHAMPS_CE_PAYS."='$argument'".
157,7 → 161,7
<td>".strtoupper($ligne[CAR_CHAMPS_VILLE])."&nbsp;</td>\n";
$res .= "</tr>\n";
}
$res .= "</table></div>\n";
$res .= "</tbody></table></div>\n";
if ($mailer==1) {
if (!is_array($select)) {
246,6 → 250,7
<col />
<col />
</colgroup>
<thead>
<tr>
<th>&nbsp;</th>
<th>".CAR_NOM."</th>
253,7 → 258,7
<th>".CAR_DATE_INS."</th>
<th>".CAR_CP."</th>
<th>".CAR_VILLE."</th>
</tr>\n";
</tr></thead><tbody>\n";
$requete = "SELECT * FROM ".CAR_ANNUAIRE.
" WHERE ".CAR_CHAMPS_DPT." = '$argument'".
282,7 → 287,7
<td>".strtoupper($ligne[CAR_CHAMPS_VILLE])."&nbsp;</td>
</tr>\n";
}
$res.="</table></div>\n";
$res.="</tbody></table></div>\n";
if ($mailer==1) {
if (!is_array($select)) {
$res.= CAR_NO_DESTINATAIRE;
/trunk/client/cartographie/images/redaction_pied.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/client/cartographie/images/redaction_pied.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/client/cartographie/images/redaction_tete.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/client/cartographie/images/redaction_tete.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/client/cartographie/images/redaction_milieu.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/client/cartographie/images/redaction_milieu.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/client/cartographie/bibliotheque/car_cartographie.fonct.php
40,8 → 40,9
*/
 
function carto_texte_cocher () {
$res = "<div class=\"cocher\">".CAR_CHECK_UNCHECK ;
$res .= "&nbsp;<input type=\"checkbox\" name=\"selecttotal\" onclick=\"javascript:setCheckboxes('formmail');\" /></div>";
$res = '<p class="cocher">'.CAR_CHECK_UNCHECK ;
$res .= '&nbsp;<input type="checkbox" name="selecttotal" onclick="javascript:setCheckboxes(\'formmail\');" />'.
'</p>';
return $res ;
}
/** function carto_formulaire ()
50,22 → 51,36
*
* @return string HTML
*/
function carto_formulaire ($titre_mail="", $corps = "") {
$res = '<p class="attention surveillance">'.CAR_SURVEILLANCE.'</p>' ;
$res .= '<p class="information message_a_tous">'.sprintf(CAR_MESSAGE_A_TOUS, '<a href="'.CAR_URL_ACTUALITE.'">'.CAR_ACTUALITE.'</a>').'</p>' ;
$res .= "<h2 class=\"titre2_cartographie\">".CAR_ENVOYER_MAIL."</h2> \n";
$res .= "<table id=\"formulaire_mail\" border=\"0\">\n
<tr><td class=\"texte\">".CAR_SUJET." :</td>\n
<td><input class=\"forml\" type=\"text\" name=\"titre_mail\" size=\"60\" value=\"$titre_mail\" /></td>\n
</tr>\n<tr><td class=\"texte\" valign=\"top\">".CAR_MESSAGE."&nbsp;:&nbsp;</td>\n
<td><textarea class=\"forml\" name=\"corps\" rows=\"5\" cols=\"60\">$corps</textarea></td>\n
</tr>\n<tr><td></td>\n<td>";
if (ereg ('Gecko',$GLOBALS['HTTP_USER_AGENT'])) {
$res.="<input class=\"spip_bouton\" type=\"submit\" value=\"".CAR_ENVOYER."\" />";
function carto_formulaire ($titre_mail = '', $corps = '') {
$res = '<div id="redaction">'."\n";
$res .= '<div id="redaction_tete"></div>'."\n";
$res .= '<h2 class="chapo">'.CAR_ENVOYER_MAIL.'</h2>'."\n";
$res .= '<table id="formulaire_mail" border="0">'."\n".
' <tr>' .
' <td class="texte">'.CAR_SUJET.' :</td>'."\n".
' <td><input class="forml" type="text" name="titre_mail" size="60" value="'.$titre_mail.'" /></td>'."\n".
' </tr>'."\n".
' <tr>'."\n".
' <td class="texte" valign="top">'.CAR_MESSAGE.'&nbsp;:&nbsp;</td>'."\n".
' <td><textarea class="forml" name="corps" rows="5" cols="60">'.$corps.'</textarea></td>'."\n".
' </tr>'."\n".
' <tr>'."\n".
' <td>&nbsp;</td>'."\n".
' <td>';
if (ereg('Gecko', $GLOBALS['HTTP_USER_AGENT'])) {
$res.= '<input class="spip_bouton" type="submit" value="'.CAR_ENVOYER.'" />';
} else {
$res.="<input class=\"spip_bouton\" type=\"submit\" onclick=\"javascript:confirmer();\" value=\"".CAR_ENVOYER."\" />";
$res .= '<input class="spip_bouton" type="submit" onclick="javascript:confirmer();" value="'.CAR_ENVOYER.'" />';
}
$res.="</td>\n</tr>\n</table></form>\n";
$res .= ' </td>'."\n".
' </tr>'."\n".
'</table>'."\n".
'<div id="redaction_pied"/></div>'."\n".
'</div>'."\n".
'</form>'."\n";
$res .= '<p class="attention surveillance">'.CAR_SURVEILLANCE.'</p>' ;
$res .= '<p class="information message_a_tous">'.sprintf(CAR_MESSAGE_A_TOUS, '<a href="'.CAR_URL_ACTUALITE.'">'.CAR_ACTUALITE.'</a>').'</p>' ;
return $res ;
}