Subversion Repositories eFlore/Applications.cel

Rev

Rev 3359 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
        <title>Gestion des widgets de saisie du CeL</title>

        <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
        <meta http-equiv="Content-style-type" content="text/css" />
        <meta http-equiv="Content-script-type" content="text/javascript" />
        <meta http-equiv="Content-language" content="fr" />

        <meta name="revisit-after" content="15 days" />
    <meta name="robots" content="index,follow" />
    <meta name="author" content="Tela Botanica" />
    <meta name="keywords" content="Tela Botanica, CEL" />
    <meta name="description" content="Gestion des widgets de saisie du carnet en ligne" />
        <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />

        <!-- OpenGraph pour Facebook, Pinterest, Google+ -->
        <meta property="og:type" content="website" />
        <meta property="og:title" content="Gestion des widgets de saisie du CeL" />
        <meta property="og:site_name" content="Tela Botanica" />
        <meta property="og:description" content="Gestion des widgets de saisie du Carnet en Ligne" />
        <meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
        <meta property="og:image:type" content="image/png" />
        <meta property="og:image:width" content="256" />
        <meta property="og:image:height" content="256" />
        <meta property="og:locale" content="fr_FR" />

        <!-- Favicones -->
        <link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />

        <!-- Jquery -->
        <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery-ui-1.8.17.custom.min.js"></script>
    <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery.ui.datepicker-fr.js"></script>
    <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.9.0/jquery.validate.js"></script>
    <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.9.0/messages_fr.js"></script>
    <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/form/2.95/jquery.form.min.js"></script>
    <script src="https://resources.tela-botanica.org/bootstrap/3.1.0/js/bootstrap.min.js"></script>

        <!-- Barre de navigation -->
        <?php if ($bar !== false) : ?>
                <script src="<?php echo $url_script_navigation; ?>"></script>
        <?php endif; ?>


        <!-- CSS -->
    <link href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
        <!-- <link href="http://localhost/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
        <link href="<?php echo $url_base; ?>modules/manager/squelettes/css/manager.css" rel="stylesheet" type="text/css" media="screen" />
        <link rel="stylesheet" type="text/css" href="https://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css" />
        <link id="telabotanica-style-css" rel="stylesheet" href="https://www.tela-botanica.org/wp-content/themes/telabotanica/dist/bundle.css?ver=4.9.7" type="text/css" media="all">

        <!--  Google Analytics -->
        <?php if($prod): ?>
                <?php include "analytics.html"; ?>
        <?php endif; ?>
  </head>

   <body>
        <?php if ($bar !== false): ?>
                <div id="tb-navigation" data-courant="widget-cel-export" data-squelette="bootstrap3" data-mode="prod">
                </div>
                <br/>
        <?php endif; ?>

        <div id="zone-appli" class="container">
                <h1 id="widget-titre" class="widget-titre"> Gestion des widgets de saisie du CEL</h1>
                <ul>
                <?php foreach ($donnees['widget'] as $donnee) : ?>
                        <?php
                                $langue_projet_url = ( isset( $donnee['langue'] ) && $donnee['langue'] !== 'fr' ) ? '_' . $donnee['langue'] : '';
                                $img_height        = ( isset( $donnee['logo'] ) ) ? 'height:auto;' : '';
                        ?>
                        <li class="component-tools-item">
                                <?php echo '<img class="component-tools-item-icon" src="'.htmlspecialchars($chemin_images.$donnee['projet'].$langue_projet_url.'/logo.'.preg_replace('/(?:imag)?e\/?/','',$donnee['logo'])).'" alt="'.$donnee['projet'].'" style="width:10rem;' . $img_height .'">';?>
                                <div style="">
                                        <h4 class="component-tools-item-title">
                                                <a href="https://www.tela-botanica.org/flore/" target=""><?php echo $donnee['projet']." : ".$donnee['titre']; ?></a>
                                        </h4>
                                        <div class="component component-buttons as-seamless" style="float:right;">
                                                <a class="button orange" href="<?php echo $widgetUrlTpl; ?>?mode=modification&projet=<?php echo $donnee['projet']; ?>&langue=<?php echo $donnee['langue']; ?>" target="" title="Espace projets">
                                                        <span class="button-text">Modifier le widget</span>
                                                </a>
                                                <a class="button standard" href="<?php echo $widgetUrlTpl; ?>?mode=creation&projet=<?php echo $donnee['projet']; ?>&langue=<?php echo $donnee['langue']; ?>" target="" title="Créer un projet">
                                                        <span class="button-text">Créer à partir</span>
                                                </a>
                                        </div>
                                </div>
                                <div class="component-tools-item-description"><?php echo $donnee['description']; ?></div>
                                <div class="component-tools-item-link">
                                        <a href="<?php echo $url_base; ?>saisie?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #e16e37">
                                                <span>Saisie</span>
                                        </a>
                                        <a href="<?php echo $url_base; ?>cartoPoint?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #918a6f">
                                                <span>Carto</span>
                                        </a>
                                        <a href="<?php echo $url_base; ?>photo?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #964e75">
                                                <span>Photo</span>
                                        </a>
                                        <a href="<?php echo $url_base; ?>observation?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #b2cb43">
                                                <span>Observation</span>
                                        </a>
                                        <a href="<?php echo $url_base; ?>export?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #009fb8">
                                                <span>Export</span>
                                        </a>
                                        <a href="https://www.tela-botanica.org/appli:pictoflora?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #927fa2">
                                                <span>PictoFlora</span>
                                        </a>
                                        <a href="https://www.tela-botanica.org/appli:identiplante?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #f25a52">
                                                <span>IdentiPlante</span>
                                        </a>
                                </div>
                        </li>
                <?php endforeach; ?>
                </ul>
                <div class="component component-buttons as-seamless">
                        <a class="button standard" href="<?php echo $widgetUrlTpl; ?>?mode=creation" target="_blank" title="">
                                <span class="button-text">Créer un nouveau widget</span>
                        </a>
                </div>
        </div>
  </body>
</html>