<a class="white_link" href="javascript:void(null);" onClick="javascript:openRawHeaders();">Blocked Message Raw Headers</a>
                  <?php 
    }
    ?>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td colspan="2" bgcolor="<?php 
    echo $this->_tpl_vars['light_color'];
    ?>
" id="email_message" class="default">
<?php 
    echo is_array($_tmp = is_array($_tmp = is_array($_tmp = $this->_tpl_vars['note']['message']) ? $this->_run_mod_handler('highlight_quoted', true, $_tmp) : smarty_modifier_highlight_quoted($_tmp)) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('activateLinks', true, $_tmp) : Link_Filter::activateLinks($_tmp);
    ?>

          </td>
        </tr>
        <tr>
          <td colspan="2" bgcolor="<?php 
    echo $this->_tpl_vars['internal_color'];
    ?>
" align="center">
            <input class="button" type="button" value="Reply" onClick="javascript:reply(<?php 
    echo $_GET['id'];
    ?>
, <?php 
    echo $this->_tpl_vars['issue_id'];
    ?>
        ?>
" class="default_white">
                  <nobr><b><?php 
        echo $this->_tpl_vars['custom_fields'][$this->_sections['i']['index']]['fld_title'];
        ?>
:</b>&nbsp;</nobr>
                </td>
                <td class="default" width="100%" bgcolor="<?php 
        echo $this->_tpl_vars['row_color'];
        ?>
">
                  <?php 
        if ($this->_tpl_vars['custom_fields'][$this->_sections['i']['index']]['fld_type'] == 'textarea') {
            ?>
                    <?php 
            echo is_array($_tmp = is_array($_tmp = is_array($_tmp = $this->_tpl_vars['custom_fields'][$this->_sections['i']['index']]['icf_value']) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')) ? $this->_run_mod_handler('activateLinks', true, $_tmp, 'link') : Link_Filter::activateLinks($_tmp, 'link')) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp);
            ?>

                  <?php 
        } else {
            ?>
                    <?php 
            echo is_array($_tmp = $this->_tpl_vars['custom_fields'][$this->_sections['i']['index']]['icf_value']) ? $this->_run_mod_handler('formatCustomValue', true, $_tmp, $this->_tpl_vars['custom_fields'][$this->_sections['i']['index']]['fld_id'], $_GET['id'], true) : Custom_Field::formatValue($_tmp, $this->_tpl_vars['custom_fields'][$this->_sections['i']['index']]['fld_id'], $_GET['id'], true);
            ?>

                  <?php 
        }
        ?>
                </td>
              </tr>
              <?php 
Example #3
0
    ?>
&lt;BR&gt;
      Status: <?php 
    echo htmlspecialchars($issue['sta_title']);
    ?>
&lt;BR&gt;
      Priority: <?php 
    echo htmlspecialchars($issue['pri_title']);
    ?>
&lt;BR&gt;
      Category: <?php 
    echo htmlspecialchars($issue['prc_title']);
    ?>
&lt;BR&gt;
      &lt;BR&gt;<?php 
    echo htmlspecialchars(Link_Filter::activateLinks(nl2br($issue['iss_description'])));
    ?>
&lt;BR&gt;
      </description>
      <author><?php 
    echo htmlspecialchars($issue['reporter']);
    ?>
</author>
      <pubDate><?php 
    echo Date_API::getRFC822Date($issue['iss_created_date'], "GMT");
    ?>
</pubDate>
    </item>
<?php 
}
?>
        </tr>
		<tr>
		  <td align="left" valign="top" bgcolor="<?php 
echo $this->_tpl_vars['cell_color'];
?>
" width="150"> 
		  <span class="default_white"><b>Last Response:</b></span><br />
          </td>
          <td colspan="3" bgcolor="<?php 
echo $this->_tpl_vars['dark_color'];
?>
" class="default"><span style="white-space:pre" <?php 
echo smarty_function_get_display_style(array('element_name' => 'description'), $this);
?>
><?php 
echo is_array($_tmp = $this->_tpl_vars['issue']['last_seb_body']) ? $this->_run_mod_handler('activateLinks', true, $_tmp, 'link') : Link_Filter::activateLinks($_tmp, 'link');
?>
</span>
          </td>
		</tr>
      </table>
    </td>
  </tr>
</table>
<table width="100%" bgcolor="<?php 
echo $this->_tpl_vars['cell_color'];
?>
" border="0" cellspacing="0" cellpadding="0" align="center" style="padding-left: 1;padding-right: 1;padding-top: 0;padding-bottom: 1">
    <tr>
      <td>
      <table bgcolor="#FFFFFF" width="100%" cellspacing="1" cellpadding="2" border="0" style="padding-top: 0px">
            $this->_sections['i']['first'] = $this->_sections['i']['iteration'] == 1;
            $this->_sections['i']['last'] = $this->_sections['i']['iteration'] == $this->_sections['i']['total'];
            ?>
                  <b><?php 
            echo $this->_tpl_vars['news'][$this->_sections['i']['index']]['nws_created_date'];
            ?>
 - <a href="news.php?id=<?php 
            echo $this->_tpl_vars['news'][$this->_sections['i']['index']]['nws_id'];
            ?>
" class="link" title="full news entry"><?php 
            echo $this->_tpl_vars['news'][$this->_sections['i']['index']]['nws_title'];
            ?>
</a></b>
                  <br /><br />
                  <?php 
            echo is_array($_tmp = $this->_tpl_vars['news'][$this->_sections['i']['index']]['nws_message']) ? $this->_run_mod_handler('activateLinks', true, $_tmp, 'links') : Link_Filter::activateLinks($_tmp, 'links');
            ?>

                  <br /><br />
                  <?php 
        }
    }
    ?>
                  <a href="news.php" class="link">Read All Notices</a>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <br />