Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 536 Rev 630
Line 146... Line 146...
146
 
146
 
147
			if (isset($mots_cles)) {
147
			if (isset($mots_cles)) {
148
				$chainePublication .= " - <em>$mots_cles</em>";
148
				$chainePublication .= " - <em>$mots_cles</em>";
Line 149... Line 149...
149
			}
149
			}
150
			
150
			
-
 
151
			if (isset($page_debut)) {
-
 
152
				$chainePublication .= ", p. $page_debut";
-
 
153
				if (isset($page_fin)) {
151
			if (isset($pages)) {
154
					$chainePublication .= "- $page_fin";
Line 152... Line 155...
152
				$chainePublication .= ", p. $pages";
155
				}
153
			}
156
			}
154
			
157
			
Line 155... Line 158...
155
			if (isset($geo)) {
158
			if (isset($geo)) {
156
				$chainePublication .= " - Départ./Région : <em>$geo</em>";
159
				$chainePublication .= " - Départ./Région : <em>$geo</em>";
157
			}
160
			}
Line 158... Line 161...
158
			
161
			
159
			if (isset($structure)) {
162
			if (isset($structure)) {
160
				$chainePublication .= " - $structure";
163
				$chainePublication .= " - $structure";
Line 161... Line 164...
161
			}
164
			}
162
			
165
			
163
			if (isset($collection)) {
166
			if (isset($coll_nom)) {
Line 164... Line 167...
164
				$chainePublication .= ", $collection";
167
				$chainePublication .= ", $coll_nom";
165
			}
168
			}
166
			
169