HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/trac_theflexguy_com_trac/build/lib/trac/wiki/templates/wiki_diff.html
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
  <py:match path="div[@id='content']" once="true"><div py:attrs="select('@*')">
    ${select('*|text()')}
    <form py:if="'WIKI_DELETE' in perm(page.resource) and
                 (not changes[0].diffs or new_version == latest_version)"
      method="get" action="${href.wiki(page.name)}">
      <div>
        <input type="hidden" name="action" value="delete" />
        <input type="hidden" name="version" value="$new_version" />
        <input type="hidden" name="old_version" value="$old_version" />
        <input type="submit" name="delete_version" value="Delete ${
          new_version - old_version &gt; 1 and 'version %d to ' % (old_version+1) or ''
          }version $new_version" />
      </div>
    </form>
  </div></py:match>
  <py:with vars="resource = page.resource">
    <xi:include href="diff_view.html" />
  </py:with>
</html>