예제 #1
0
        <table width="100%" cellpadding="8">
            <tr>
                <td valign="top">
                    <?php 
Util::renderComponentStatSection($statsPriority, $count, 'Unresolved by priority', 'priority', $projectId, null, $versionId, '/yongo/issue/search');
?>
                </td>
                <td valign="top">
                    <?php 
Util::renderComponentStatSection($statsType, $count, 'Unresolved by type', 'type', $projectId, null, $versionId, '/yongo/issue/search');
?>
                </td>
            </tr>
            <tr>
                <td valign="top">
                    <?php 
Util::renderComponentStatSection($statsStatus, $count, 'Status summary', 'status', $projectId, null, $versionId, '/yongo/issue/search');
?>
                </td>
                <td valign="top">
                    <?php 
Util::renderComponentStatSection($statsAssignee, $count, 'Unresolved by assignee', 'assignee', $projectId, null, $versionId, '/yongo/issue/search');
?>
                </td>
            </tr>
        </table>
    </div>
    <?php 
require_once __DIR__ . '/../_footer.php';
?>
</body>
                </td>
                <td valign="top">
                    <?php 
Util::renderComponentStatSection($statsType, $count, 'Unresolved by type', 'type', $projectId, null, null, '/helpdesk/customer-portal/tickets');
?>
                </td>
            </tr>
            <tr>
                <td valign="top" width="500px">
                    <?php 
Util::renderComponentStatSection($statsStatus, $count, 'Status overview', 'status', $projectId, null, null, '/helpdesk/customer-portal/tickets');
?>
                </td>
                <td valign="top">
                    <?php 
Util::renderComponentStatSection($statsAssignee, $count, 'Unresolved by assignee', 'assignee', $projectId, null, null, '/helpdesk/customer-portal/tickets');
?>
                </td>
            </tr>
            <tr>
                <td valign="top" width="50%">
                    <table width="100%" cellpadding="2">
                        <tr>
                            <td colspan="3" class="sectionDetail"><span class="sectionDetailSimple headerPageText">Unresolved by component</span></td>
                        </tr>
                        <?php 
if ($countUnresolvedWithoutComponent) {
    ?>
                            <tr>
                                <td width="180px">
                                    <?php