[Retour à l'Accueil elanceur]CityDesk - Aide CityDesk (traduction/adaptation en cours) 
© Copyright 2001-2002 Fog Creek Software.

elanceur | Aide CityDesk drapeau français | Help CityDesk langue anglaise (NYC)   [Lien permanent _ pour vous relier à cette page faites un copie-coller / encore appelé ancre / facilite les liaisons profondes ;-)]



Mémo Référence Ecriture par Joel - v1.1 xtof

Champs :

headline, author, body, fileddate, filedtime, keywords, teaser, sidebar, about, extra1, extra2, link, abslink, filename

Boucles :

{$ foreach var in (condition) $} .... {$ next $}
{$ foreach 
var in (condition) SortAscendBy .field $} .... {$ next $}
{$ foreach
var in (condition) SortDescendBy .field $} .... {$ next $}
Top 10 articles: {$ foreach 10 var in (condition) $}

Commandes conditionnelles :

{$ if blank var $} .... {$ endif $} 
{$ if nonblank
 var $} .... {$ endif $} 

Conditions :

(all)
(today)
(publishdate)
(before today)
or (before publishdate) or (before yyyy/mm/dd)
(after today)
or (after publishdate) or (after yyyy/mm/dd)
Last 14 days: (after today-14)
(folder "
foldername")
(keyword_contains "
keyword")
(author "
name")
(filename "
name")
(not (
condition))
(or (
condition1) (condition2))
(and (
condition1) (condition2))

Formatage heure et date :

{$ setDateTimeFormat "language" "dateFormat" "timeFormat" $}

dateFormat: d, dd, ddd, dddd, M, MM, MMM, MMMM, y, yy, yyyy, gg
timeFormat: h, hh, H, HH, m, mm, s, ss, t, tt

 

 

Mise à jour le 24 avril 2002 > Construction en cours et réaménagement CityDesk.
elanceur | Aide CityDesk drapeau français | Help CityDesk langue anglaise (NYC)

[Page Mentions Légales