Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 646 Rev 668
Line 1... Line 1...
1
<!-- DESCRIPTION -->
1
<!-- DESCRIPTION -->
2
<div class="bloc no-break">
2
<div class="bloc">
-
 
3
 
3
	<div class="categorie">Description</div>
4
	<div class="categorie">Description</div>
4
		<!-- COSTE -->
5
		<!-- COSTE -->
5
		<? if (!empty($description['coste']['description'])) : ?>
6
		<? if (!empty($description['coste']['description'])) :  ?>
6
		<div class="no-break">
7
		<div class="no-break">
7
			<h2> Description de Coste  </h2>
8
			<h2> Description de Coste  </h2>
8
			<span class="citation"><?=$description['coste']['meta']['citation']?></span>
9
			<span class="citation"><?=$description['coste']['meta']['citation']?></span>
9
			<div>
10
			<div>
10
				<table class="desc">
11
				<table class="desc">
Line 79... Line 80...
79
		<br/>
80
		<br/>
80
		<? endif; ?>
81
		<? endif; ?>
Line 81... Line 82...
81
		
82
		
82
		
83
		
83
		<!-- BASEFLOR -->
84
		<!-- BASEFLOR -->
84
		<? if (!empty($description['baseflor'])) :?>
85
		<? if (!empty($description['baseflor'])) : ?>
85
		<div class="no-break"> 
86
		<div class="no-break"> 
86
		<h2>Description Baseflor </h2>
87
		<h2>Description Baseflor </h2>
87
		<span class="citation"><?=$description['baseflor']['meta']['citation']?> </span>
88
		<span class="citation"><?=$description['baseflor']['meta']['citation']?> </span>
Line 156... Line 157...
156
				</table>
157
				</table>
157
			</div>
158
			</div>
158
		</div>	
159
		</div>	
159
				<br/>
160
				<br/>
160
		<? endif; ?>
161
		<? endif; ?>
161
 
-
 
Line 162... Line 162...
162
		
162
		
163
		<!-- WIKI -->
163
		<!-- WIKI -->
164
		<? if (!empty($description['wikini']['description'])) : ?>
164
		<? if (!empty($description['wikini']['description'])) :  ?>
165
		<div class="no-break">
165
		<div class="no-break">
166
			<h2> Description collaborative  </h2>
166
			<h2> Description collaborative  </h2>
167
				<div  class="description wikini editable_sur_clic" title="description">
167
				<div  class="wiki allow-break" title="description">
168
					<?=$description['wikini']['description']?>
168
					<?=$description['wikini']['description']?>
169
				</div>
169
				</div>
170
		</div>
170
		</div>
171
		<? endif; ?>
171
		<? endif; ?>