Subversion Repositories eFlore/Applications.bibliobota

Rev

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

Rev 5 Rev 6
Line 94... Line 94...
94
            $retour .= '<h5 class="bbre_titre">'.$nom_complet.'</h5>';
94
            $retour .= '<h5 class="bbre_titre">'.$nom_complet.'</h5>';
95
            if ($commentaires != '') {
95
            if ($commentaires != '') {
96
            	$retour .= '<p>'.$commentaires.'</p>';
96
            	$retour .= '<p>'.$commentaires.'</p>';
97
        	}
97
        	}
98
            if ($logo != '') {
98
            if ($logo != '') {
99
            	$retour .= '<img src="'.$logo.'" alt="Couverture de la revue '.$nom_complet.'"/>';
99
            	$retour .= '<img class="bb_image_revue" src="'.BB_CHEMIN_IMAGES_ILLUSTRATION.$logo.'" alt="Couverture de la revue '.$nom_complet.'"/>';
100
        	}
100
        	}
101
        }
101
        }
102
        $retour .= '<dl class="ajout_2point">'."\n";
102
        $retour .= '<dl class="ajout_2point">'."\n";
103
		if ($suite_de != '') {
103
		if ($suite_de != '') {
104
			$retour .= '<dt>Fait suite à </dt><dd>'.$suite_de.'</dd>';
104
			$retour .= '<dt>Fait suite à </dt><dd>'.$suite_de.'</dd>';
Line 121... Line 121...
121
			} else {
121
			} else {
122
				$retour .= '<dt>Contact</dt><dd>'.$contact_nom.'</dd>';
122
				$retour .= '<dt>Contact</dt><dd>'.$contact_nom.'</dd>';
123
			}
123
			}
124
		}
124
		}
125
		$retour .= '</dl>'."\n";
125
		$retour .= '</dl>'."\n";
126
		$retour .= '<span class="texte_inactif">'.'Coll. n°'.$id.' - Mise à jour : '.date('d/m/Y', $date_maj).'.</span>';
126
		$retour .= '<span class="texte_inactif">'.'Id. coll. : '.$id.' - Mise à jour : '.date('d/m/Y', $date_maj).'.</span>';
127
        $o++;
127
        $o++;
128
    }
128
    }
129
    $retour .= '</ul>'."\n";
129
    $retour .= '</ul>'."\n";
130
    mysql_free_result($do_query);
130
    mysql_free_result($do_query);
131
}
131
}
Line 134... Line 134...
134
$sortie .= $retour;
134
$sortie .= $retour;
Line 135... Line 135...
135
 
135
 
136
/* +--Fin du code ----------------------------------------------------------------------------------------+
136
/* +--Fin du code ----------------------------------------------------------------------------------------+
137
*
137
*
-
 
138
* $Log$
-
 
139
* Revision 1.1  2006/05/23 16:20:50  jp_milcent
-
 
140
* Ajout de l'application affichant la liste des revues disponibles dans la base de données de BiblioBota.
138
* $Log$
141
*
139
*
142
*
140
* +-- Fin du code ----------------------------------------------------------------------------------------+
143
* +-- Fin du code ----------------------------------------------------------------------------------------+
141
*/
144
*/