Changeset 96501 in spip-zone
- Timestamp:
- Apr 7, 2016, 8:54:25 AM (5 years ago)
- Location:
- _plugins_/identite_extra/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/identite_extra/trunk/modeles/organization.html
r96051 r96501 6 6 7 7 -->] 8 <div class="schema organization" itemscope itemtype="http://schema.org/ LocalBusiness">9 [<div itemprop="name" class="item organization__nom">< strong>(#IDENTITE_NOM_ORGANISATION)</strong></div>]8 <div class="schema organization" itemscope itemtype="http://schema.org/Organization"> 9 [<div itemprop="name" class="item organization__nom"><a itemprop="url" href="#URL_SITE_SPIP"><strong>(#IDENTITE_NOM_ORGANISATION)</strong></a></div>] 10 10 <div class="organization__adresse item" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> 11 11 [<div class="item__sub"> 12 <i class="icon-location"></i> 13 <span class="[(#EDIT{meta-identite_extra/adresse})]" itemprop="streetAddress">(#IDENTITE_ADRESSE)</span><span class="sep"></span>[ <span class="#EDIT{meta-identite_extra/ville} ville" itemprop="addressLocality">(#IDENTITE_VILLE)</span>] 12 <i class="icon-location"></i> 13 <span class="[(#EDIT{meta-identite_extra/adresse})]" itemprop="streetAddress">(#IDENTITE_ADRESSE)</span><span class="sep">, </span>[ 14 <span class="#EDIT{meta-identite_extra/code_postal} code-postal zip" itemprop="postalCode">(#IDENTITE_CODE_POSTAL)</span>][ 15 <span class="#EDIT{meta-identite_extra/ville} ville" itemprop="addressLocality">(#IDENTITE_VILLE)</span>][<span class="sep">, </span> 16 <span class="#EDIT{meta-identite_extra/region} region" itemprop="addressRegion">(#IDENTITE_REGION)</span>][<span class="sep">, </span> 17 <span class="#EDIT{meta-identite_extra/pays} pays" itemprop="addressCountry">(#IDENTITE_PAYS)</span>] 18 </div>] 19 <div class="item__sub"> 20 21 </div> 22 </div> 23 [<div class="#EDIT{meta-identite_extra/region} telephone" itemprop="telephone"> 24 <i class="icon-phone"></i>(#IDENTITE_TELEPHONE) 14 25 </div>] 15 [<div class="item__sub">16 [<span class="#EDIT{meta-identite_extra/code_postal} code-postal zip" itemprop="postalCode">(#IDENTITE_CODE_POSTAL)</span>]17 [<span class="#EDIT{meta-identite_extra/region} region" itemprop="addressRegion">(#IDENTITE_REGION)</span>]18 <span class="#EDIT{meta-identite_extra/pays} pays" itemprop="addressCountry">(#IDENTITE_PAYS)</span>19 </div>]20 </div>21 26 </div><!-- .schema-organization --> -
_plugins_/identite_extra/trunk/paquet.xml
r96053 r96501 2 2 prefix="identite_extra" 3 3 categorie="communication" 4 version="1.2. 4"4 version="1.2.5" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.