Subversion Repositories eFlore/Applications.cel

Rev

Rev 3122 | Rev 3132 | 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="http://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="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
        
        <!-- Jquery -->
        <script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.min.js"></script>
        <script type="text/javascript" src="http://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="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery.ui.datepicker-fr.js"></script>
        <script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.9.0/jquery.validate.js"></script>
        <script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.9.0/messages_fr.js"></script>
        <script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/form/2.95/jquery.form.min.js"></script>
        <script src="http://resources.tela-botanica.org/bootstrap/3.1.0/js/bootstrap.min.js"></script>

        <!-- Barre de navigation -->
        <?php if ($bar !== false): ?>
                <script src="<?=$url_script_navigation?>"></script>
        <?php endif; ?>
        
        
        <!-- CSS -->
        <link href="http://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://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
        <link rel="stylesheet" type="text/css" href="http://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css" />
        
        <link id="telabotanica-style-css" rel="stylesheet" href="https://beta.tela-botanica.org/preprod/wp-content/themes/telabotanica/dist/bundle.css?ver=4.7.5" type="text/css" media="all">
        
        <link href="<?= $url_base; ?>modules/manager/squelettes/css/manager.css" rel="stylesheet" type="text/css" media="screen" />
        <!--  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) { ?>
                        <li class="component-tools-item">
                                <?= '<img class="component-tools-item-icon" src="'.$donnee['logo'].'" alt="'.$donnee['projet'].'" style="width:10rm;height:100%">';?>
                                <div style="">
                                        <h4 class="component-tools-item-title">
                                                <a href="https://beta.tela-botanica.org/preprod/flore/" target=""><?= $donnee['projet']." : ".$donnee['titre']; ?></a>
                                        </h4>
                                        <div class="component component-buttons as-seamless" style="float:right;">
                                                <a class="button orange" href="<?= $widgetUrlTpl; ?>?mode=modification&projet=<?= $donnee['projet']; ?>&langue=<?= $donnee['langue']; ?>" target="" title="Espace projets">
                                                <span class="button-text">Modifier le widget</span>
                                                </a>
                                                <a class="button standard" href="<?= $widgetUrlTpl; ?>?mode=creation&projet=<?= $donnee['projet']; ?>&langue=<?= $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"><?= $donnee['description']; ?></div>
                                <div class="component-tools-item-link">
                                        <a href="http://www.tela-botanica.org/widget:cel:saisie?projet=<?= $donnee['projet']; ?>" target="" style="color: #e16e37">
                                                <span>Saisie</span>
                                        </a>
                                        <a href="http://www.tela-botanica.org/widget:cel:cartoPoint?projet=<?= $donnee['projet']; ?>" target="" style="color: #918a6f">
                                                <span>Carto</span>
                                        </a>
                                        <a href="http://www.tela-botanica.org/widget:cel:photo?projet=<?= $donnee['projet']; ?>" target="" style="color: #964e75">
                                                <span>Photo</span>
                                        </a>
                                        <a href="http://www.tela-botanica.org/widget:cel:observation?projet=<?= $donnee['projet']; ?>" target="" style="color: #b2cb43">
                                                <span>Observation</span>
                                        </a>
                                        <a href="http://www.tela-botanica.org/widget:cel:export?projet=<?= $donnee['projet']; ?>" target="" style="color: #009fb8">
                                                <span>Export</span>
                                        </a>
                                        <a href="http://www.tela-botanica.org/appli:pictoflora?projet=<?= $donnee['projet']; ?>" target="" style="color: #927fa2">
                                                <span>PictoFlora</span>
                                        </a>
                                        <a href="http://www.tela-botanica.org/appli:identiplante?projet=<?= $donnee['projet']; ?>" target="" style="color: #f25a52">
                                                <span>IdentiPlante</span>
                                        </a>
                                </div>
                        </li>
                <?php } ?>
                </ul>
                <div class="component component-buttons as-seamless">
                        <a class="button standard" href="<?= $widgetUrlTpl; ?>?mode=creation" target="_blank" title="">
                                <span class="button-text">Créer un nouveau widget</span>
                        </a>
                </div>
        </div>
  </body>
</html>