This repository has been archived by the owner on May 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from kent1D/master
Principalement un portfolio d'images sur les articles simples
- Loading branch information
Showing
8 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[(#REM) Feuille de style et javascript pour le formulaire d'upload] | ||
<INCLURE{fond=head_js/publier}{env}> | ||
<INCLURE{fond=head_js/publier,env}> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<div class="documents_annexes"> | ||
<BOUCLE_document_previsu(DOCUMENTS){id_article}{id_document}> | ||
<div id="document_previsu"> | ||
[(#INCLURE{fond=inclure/media_doc,id_document,id_article,largeur=560,hauteur=430,class=media,self=#SELF,modifier_echelle})] | ||
[<div class="titre #EDIT{titre}">(#TITRE)</div>] | ||
[<div class="descriptif #EDIT{descriptif}">(#DESCRIPTIF)</div>] | ||
[<div class="credits #EDIT{credits}">(#CREDITS)</div>] | ||
</div> | ||
</BOUCLE_document_previsu> | ||
|
||
<B_doc> | ||
<div class="liste documents documents_portfolio"> | ||
<ul class="liste-items"> | ||
<BOUCLE_doc(DOCUMENTS){id_article}{mode=document}{vu=non}> | ||
<li class="item #EXPOSE"> | ||
<a href="[(#SELF|parametre_url{id_document,#ID_DOCUMENT}|ancre_url{document_previsu})]" type="#MIME_TYPE" | ||
rel="documents_portfolio[-a(#ID_ARTICLE)][-r(#ID_RUBRIQUE)]" class="ajax"> | ||
[(#LOGO_DOCUMENT|image_passe_partout{#ENV{largeur,52},#ENV{hauteur,52}}|image_recadre{#ENV{largeur,52},#ENV{hauteur,52},center}|inserer_attribut{alt,[(#INFO_TITRE{#OBJET,#ID_OBJET}|texte_backend)]})] | ||
</a> | ||
</li> | ||
</BOUCLE_doc> | ||
</ul> | ||
</div> | ||
</B_doc> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters