⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 report-detail.vm

📁 Jive Forums 论坛源码 v4.2.3
💻 VM
字号:
##
## $RCSfile$
## $Revision: 14377 $
## $Date: 2005-02-14 15:23:00 -0800 (Mon, 14 Feb 2005) $
##
## Copyright (C) 1999-2004 Jive Software. All rights reserved.
##
## This software is the proprietary information of Jive Software. Use is subject to license terms.
##

#set ($report = $currentReport)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">

<html>
<head>
	<title>Jive Forums Report - $dateFormatter.format("M/dd/yyyy",$date.now) - $report.name</title>
	<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<a name="top"></a>

<div class="page-title">
Jive Forums Report - $dateFormatter.format("M/dd/yyyy",$date.now) - $report.name
</div>

<br />

&laquo; <a href="index.html#r${reportCount}">Back to main report ($report.name Summary)</a>

<br /><br />

<div class="report-main">

<table cellpadding="0" cellspacing="0" border="0" width="500">
<tr>
    <th width="99%" colspan="2">
        <div class="report-title">
        $report.getName()
        </div>
    </th>
    <th width="1%"></th>
</tr>
<tr>
    <td colspan="3">
        <div class="report-description">
        $report.getDescription()
        </div>
    </td>
</tr>
<tr>
    <td colspan="3">
    &nbsp;
    </td>
</tr>
<tr align="center">
    <td colspan="3" align="left">

        Graphs:
        <ul>
            #foreach ($chart in $report.getCharts())

                #set( $fidx = $velocityCount - 2 )

                #if ($velocityCount == 1)
                    <li><a href="#g${velocityCount}">All forums</a></li>
                #else
                    <li><a href="#g${velocityCount}">${report.getObjects().get(${fidx})}</a></li>
                #end

            #end

        </ul>

    </td>
</tr>

#foreach ($hist in $report.getHistograms())

    #set ($count = $velocityCount)
    #set ($idx = $count - 1)
    #set ($fidx = $idx - 1)

    <tr align="center" valign="bottom">
        <td colspan="2" align="left">

            <br /><br />

            <a name="g${velocityCount}"></a>

            #if ($count == 1)
                <b>All forums (summary)</b>
            #else
                <b>${report.getObjects().get(${fidx})}</b>
            #end

            &nbsp; (<a href="#top">top</a>)

        </td>
        <td nowrap>
            <b>CSV:</b> <a href="csv/icsv_${reportCount}_${count}.csv"><img src="csv.gif" width="16" height="16" alt="" border="0"></a>
        </td>
    </tr>
    <tr align="center">

        <td colspan="3" align="left">

            <br />

            #set ($xinfo = $report.getExtraInfo())

            #foreach ($x in $xinfo)

                #if ($velocityCount == $count)

                    #foreach ($item in $x)

                        <div class="report-extrainfo">
                        &#149; $item.getKey(): $item.getValue()
                        </div>

                    #end

                #end

            #end

            <br />

            <img src="images/chart_${reportCount}_${count}.png" width="500" height="250" border="0" id="img2-1" />
        </td>

    </tr>

    <tr>
        <td colspan="3"><br><br><br></td>
    </tr>

#end

</table>

<br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br />

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -