Line 74... |
Line 74... |
74 |
<div style="">
|
74 |
<div style="">
|
75 |
<h4 class="component-tools-item-title">
|
75 |
<h4 class="component-tools-item-title">
|
76 |
<a href="https://beta.tela-botanica.org/preprod/flore/" target=""><?= $donnee['projet']." : ".$donnee['titre']; ?></a>
|
76 |
<a href="https://beta.tela-botanica.org/preprod/flore/" target=""><?= $donnee['projet']." : ".$donnee['titre']; ?></a>
|
77 |
</h4>
|
77 |
</h4>
|
78 |
<div class="component component-buttons as-seamless" style="float:right;">
|
78 |
<div class="component component-buttons as-seamless" style="float:right;">
|
79 |
<a class="button orange" href="http://localhost/cel/widget/manager?mode=modification&projet=<?= $donnee['projet']; ?>&langue=<?= $donnee['langue']; ?>" target="" title="Espace projets">
|
79 |
<a class="button orange" href="<?= $widgetUrlTpl; ?>?mode=modification&projet=<?= $donnee['projet']; ?>&langue=<?= $donnee['langue']; ?>" target="" title="Espace projets">
|
80 |
<span class="button-text">Modifier le widget</span>
|
80 |
<span class="button-text">Modifier le widget</span>
|
81 |
</a>
|
81 |
</a>
|
82 |
<a class="button standard" href="http://localhost/cel/widget/manager?mode=creation&projet=<?= $donnee['projet']; ?>&langue=<?= $donnee['langue']; ?>" target="" title="Créer un projet">
|
82 |
<a class="button standard" href="<?= $widgetUrlTpl; ?>?mode=creation&projet=<?= $donnee['projet']; ?>&langue=<?= $donnee['langue']; ?>" target="" title="Créer un projet">
|
83 |
<span class="button-text">Créer à partir</span>
|
83 |
<span class="button-text">Créer à partir</span>
|
84 |
</a>
|
84 |
</a>
|
85 |
</div>
|
85 |
</div>
|
86 |
</div>
|
86 |
</div>
|
87 |
<div class="component-tools-item-description"><?= $donnee['description']; ?></div>
|
87 |
<div class="component-tools-item-description"><?= $donnee['description']; ?></div>
|
Line 110... |
Line 110... |
110 |
</div>
|
110 |
</div>
|
111 |
</li>
|
111 |
</li>
|
112 |
<?php } ?>
|
112 |
<?php } ?>
|
113 |
</ul>
|
113 |
</ul>
|
114 |
<div class="component component-buttons as-seamless">
|
114 |
<div class="component component-buttons as-seamless">
|
115 |
<a class="button standard" href="http://localhost/cel/widget/manager?mode=creation" target="_blank" title="">
|
115 |
<a class="button standard" href="<?= $widgetUrlTpl; ?>?mode=creation" target="_blank" title="">
|
116 |
<span class="button-text">Créer un nouveau widget</span>
|
116 |
<span class="button-text">Créer un nouveau widget</span>
|
117 |
</a>
|
117 |
</a>
|
118 |
</div>
|
118 |
</div>
|
119 |
</div>
|
119 |
</div>
|
120 |
</body>
|
120 |
</body>
|