Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1368 → Rev 1369

/trunk/eflore_papyrus.php
62,6 → 62,17
GEN_modifierMetaName('keywords', AppControleur::getMetaTags());
}
 
// Meta OpenGraph pour les réseaux sociaux
GEN_stockerMetaProperty('og:type', 'website');
GEN_stockerMetaProperty('og:title', 'eFlore');
GEN_stockerMetaProperty('og:site_name', 'Tela Botanica');
GEN_stockerMetaProperty('og:description', 'eFlore, la flore électronique collaborative en ligne');
GEN_stockerMetaProperty('og:image', 'http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png');
GEN_stockerMetaProperty('og:image:type', 'image/png');
GEN_stockerMetaProperty('og:image:width', '256');
GEN_stockerMetaProperty('og:image:height', '256');
GEN_stockerMetaProperty('og:locale', 'fr_FR');
 
// +--------------------------------------------------------------------------------------------------+
// Fonctions d'affichage dans Papyrus
/**
/trunk/index.php
25,6 → 25,16
<meta name="robots" content="index,follow" />
<meta name="author" content="Tela Botanica" />
 
<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
<meta property="og:type" content="website" />
<meta property="og:title" content="eFlore" />
<meta property="og:site_name" content="Tela Botanica" />
<meta property="og:description" content="eFlore, la flore électronique collaborative 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" />
 
<!-- moteur de recherche dans le navigateur chemin xml -->
<link rel="search" type="application/opensearchdescription+xml" title="eFlore <?php echo strtoupper($referentiel); ?> : noms scientifiques" href="configurations/RechercheOpenSearch/OpenSearch<?php echo ucfirst($referentiel); ?>.xml" />