<!--
  Author: LouCypher
  Description: Display bug status and resolution
  Last updated: 2006-12-10
--><generator name='Bugzilla - Show Status and Resolution' xmlns='http://www.mozilla.org/microsummaries/0.1'>
  <template>
    <transform version='1.0' xmlns='http://www.w3.org/1999/XSL/Transform'>
      <output method='text'/>
      <template match='/'>
        <value-of select='substring-before(//title/text(), &apos; - &apos;)'/>
        <text> (</text>
        <value-of select='//form[@name=&apos;changeform&apos;]/table[1]/tbody/tr[1]/td[1]/table/tbody/tr[4]/td[2]/text()'/>
        <variable name='res' select='normalize-space(//form[@name=&apos;changeform&apos;]/table[1]/tbody/tr[1]/td[1]/table/tbody/tr[5]/td[2]/text())'/>
        <choose>
          <when test='$res = &apos;&apos;'>
            <text/>
          </when>
          <when test='$res = &apos;DUPLICATE of bug&apos;'>
            <text> DUPLICATE</text>
          </when>
          <otherwise>
            <text> </text>
            <value-of select='$res'/>
          </otherwise>
        </choose>
        <text>): </text>
        <value-of select='substring-after(//title/text(), &apos; - &apos;)'/>
      </template>
    </transform>
  </template>
  <pages>
    <include>^https://bugzilla\.mozilla\.org/show\_bug\.cgi\?id\=\d+</include>
    <include>^http://bugzilla\.mozdev\.org/show\_bug\.cgi\?id\=\d+</include>
    <include>^http://bugzilla\.flock\.com/show\_bug\.cgi\?id\=\d+</include>
    <include>^http://www\.mozdev\.org/bugs/show\_bug\.cgi\?id\=\d+</include>
    <include>^http://mozdev\.org/bugs/show\_bug\.cgi\?id\=\d+</include>
  </pages>
</generator>