Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/trac/templates/ |
Upload File : |
{# Generate an <author> or a <dc:creator> tag, based on the presence of an email or not in the author's information. Arguments: - author: the author to be used #} # if author: ## Try our best to retrieve an email address if wanted and possible # with author = format_author(author_email(author)) # if '@' in author: <author>${author}</author> # else: <dc:creator>${author}</dc:creator> # endif # endwith # endif