Les articles publiés sur le site
-
#FILTRE
17 août 2010, par Mark — Tags#FILTREf applies the filter named f to the entire template file once it has already been calculated. - Tags -
#EDITABLE
17 août 2010, par Mark — Tags#EDITABLE is an environment variable for forms, which indicates if such forms are editable or not. - Tags -
#DOUBLONS
17 août 2010, par Mark — Tags#DOUBLONSkeywords or #DOUBLONSkeywords,family outputs the status of the duplicates tagged with (KEYWORDS) at this location in the code, in the form of an array of id_mot values: array(1,2,3,...) #DOUBLONS just by itself generates the raw list of all the duplicates. #DOUBLONS*keywords generates (...) -
#BOUTON_ACTION
17 août 2010, par Mark — TagsThe #BOUTON_ACTIONlabel, url, class, confirm_message tag generates the complete HTML source for a form (POST method) that contains just a single submit type button in it. This tag is interesting because it allows you to pass arguments to a URL using a pseudo-link which can not be followed by a (...) -
$spip_header_silencieux
17 août 2010, par Mark — Variables and Constants for customisationThis variable is used to specify if you want the HTTP header [1] to only contain the data relating to the SPIP version and the plugins employed, which SPIP does by default. Here is an example of a screenshot provided by Firebug : To restrict the data contained in the HTTP header as much as (...)