Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dpsite2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
domainepublic
dpsite2
Commits
949777d7
Commit
949777d7
authored
Feb 02, 2018
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auteur
parent
a7546f49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
squelettes/extra/auteur.html
squelettes/extra/auteur.html
+47
-0
No files found.
squelettes/extra/auteur.html
View file @
949777d7
<!--<BOUCLE_extra2_article(ARTICLES){id_article}>
[(#REM) Articles dans la meme rubrique ]
<B_articles_rubrique>
<div class="liste articles nav-shortcuts well hu-orange hero-unit">
<h2 class="h2"><a href="#URL_RUBRIQUE"><:meme_rubrique:></a></h2>
<ul class="nav nav-list">
<BOUCLE_articles_rubrique(ARTICLES){id_rubrique} {par date}{inverse} {0,10}>
<li class="item"><a href="#URL_ARTICLE"[ class="(#EXPOSE)"]>#TITRE</a></li>
</BOUCLE_articles_rubrique>
</ul>
</div>
</B_articles_rubrique>-->
<B_syndication>
<div
class=
"liste articles nav-shortcuts well hu-grey hero-unit articles_syndique"
>
<h2>
Sur le Web
</h2>
<UL
class=
"nav nav-list"
>
<BOUCLE_syndication
(
SYNDIC_ARTICLES
){
tout
}{
par
date
}{
inverse
}{0,50}
>
<BOUCLE_sites_syndic
(
SITES
){
id_syndic
}{
doublons
}
>
<BOUCLE_articles_syndic
(
SYNDIC_ARTICLES
){
id_syndic
}{
par
date
}{
inverse
}{0,1}
>
[
<b>
[(#DATE|nom_jour) ](#DATE|affdate_jourcourt|unique)
</b><br
/>
]
<LI>
<span>
[(#NOM_SITE)
]
</span>
<a
href=
"#URL_ARTICLE"
title=
"A lire sur : #NOM_SITE"
target=
"_blank"
class=
"spip_out"
>
[(#TITRE)]
</a>
</LI>
</BOUCLE_articles_syndic>
</BOUCLE_sites_syndic>
</BOUCLE_syndication>
</UL>
</div>
</B_syndication>
[(#REM) Menu de navigation mots-cles ]
<B_mots>
<div
class=
"liste mots nav-shortcuts well hu-purple hero-unit"
>
<h2
class=
"h2"
><:mots_clefs:></h2>
<ul
class=
"nav nav-list"
>
<BOUCLE_mots
(
MOTS
)
{
id_article
}
{
par
titre
}{
id_groupe
!=2}
>
<li
class=
"item"
><a
href=
"#URL_MOT"
rel=
"tag"
>
#TITRE
</a></li>
</BOUCLE_mots>
</ul>
</div>
</B_mots>
</BOUCLE_extra2_article>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment