Subversion Repositories PHPX

Rev

Rev 15 | Rev 25 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 16
Line 247... Line 247...
247
    $s = $this->name;
247
    $s = $this->name;
248
   
248
   
249
    echo "  <tr>
249
    echo "  <tr>
250
        <th><sup><a name='footnote-{$s}' id='footnote-{$s}' class='footnote'
250
        <th><sup><a name='footnote-{$s}' id='footnote-{$s}' class='footnote'
251
          >{$this->sign}</a></sup><a
251
          >{$this->sign}</a></sup><a
252
          href='#fn-{$s}-ref' name='footnote-{$s}' id='footnote-{$s}'
-
 
253
          class='backref'>&#8593;</a></th>
252
          href='#fn-{$s}-ref' class='backref'>&#8593;</a></th>
254
        <td>{$this->text}</td>
253
        <td>{$this->text}</td>
255
      </tr>
254
      </tr>
256
    ";
255
    ";
257
  }
256
  }
258
}
257
}