[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard
AgentStatsDelete.dtl,NONE,1.1 AgentStatsEditRestrictions.dtl,NONE,1.1
AgentStatsEditSpecification.dtl,NONE,1.1
AgentStatsEditValueSeries.dtl,NONE,1.1 AgentStatsEditXaxis.dtl,NONE,1.1
AgentStatsImport.dtl,NONE,1.1 AgentStatsOverview.dtl,NONE,1.1
AgentStatsPrint.dtl,NONE,1.1 AgentStatsView.dtl,NONE,1.1
cvs-log at otrs.org
cvs-log at otrs.org
Thu Jul 13 13:48:25 CEST 2006
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv2470/Kernel/Output/HTML/Standard
Added Files:
AgentStatsDelete.dtl AgentStatsEditRestrictions.dtl
AgentStatsEditSpecification.dtl AgentStatsEditValueSeries.dtl
AgentStatsEditXaxis.dtl AgentStatsImport.dtl
AgentStatsOverview.dtl AgentStatsPrint.dtl AgentStatsView.dtl
Log Message:
dtls for the stats module
--- NEW FILE ---
# --
# AgentStatsDelete.dtl - provides HTML form for delete a Stats
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsDelete.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Delete"}$Env{"Box1"}
</td>
</tr>
<tr>
<td class="menu">
<a href="$Env{"Baselink"}$Env{"LastScreenView"}" class="menuitem">$Text{"Back"}</a>
</td>
</tr>
<tr>
<td class="mainbody">
<br>
<table border="0" width="350" align="center" cellspacing="0" cellpadding="4">
<form action="$Env{"CGIHandle"}" method="get" enctype="multipart/form-data">
<tr>
<td class="contenthead">$Text{"Delete"}</td>
</tr>
<tr>
<td class="contentbody">
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<td class="contentkey">$Text{"$Config{"Stats::StatsHook"}"}:</td>
<td class="contentvalue">$QData{"StatNumber"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Title"}:</td>
<td class="contentvalue">$QData{"Title"}</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="3" class="contentkey">$Text{"Do you really want to delete this Object?"}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="contentfooter" class="contentvalue">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="Delete">
<input type="hidden" name="Status" value="Action">
<input type="hidden" name="StatID" value="$Data{"StatID"}">
<input class="button" type="submit" name="Yes" value="$Text{"Yes"}">
<input class="button" type="submit" name="No" value="$Text{"No"}">
</td>
</tr>
</form>
</table>
<br>
</td>
</tr>
</table>
<!-- end form -->
--- NEW FILE ---
# --
# AgentStatEditRestrictions.dtl - provides HTML form for stats edit mask
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsEditRestrictions.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="Action">
<input type="hidden" name="Home" value="EditRestrictions">
<input type="hidden" name="StatID" value="$QData{"StatID"}">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Edit"}: $Config{"Stats::StatsHook"} $QData{"StatNumber"}$Env{"Box1"}
</td>
</tr>
# <tr>
# <td class="menu">
# <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=View&StatID=$QData{"StatID"}" class="menuitem">
# $Text{"View"}
# </a>
# </td>
# </tr>
<tr>
<td class="mainbody" align="center">
<img border="0" src="$Env{"Images"}installer3.png" alt="">
<br>
<table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
<tr>
<td class="contenthead">
$Text{"Select the restrictions to characterise the stat"} (4/4)
</td>
</tr>
<tr>
<td class="contentbody">
<table border="0" cellspacing="0" cellpadding="3" width="100%">
<!-- dtl:block:Attribute -->
<!-- dtl:block:hr -->
<tr>
<td colspan="3"><hr></td>
</tr>
<!-- dtl:block:hr -->
<!-- dtl:block:MultiSelectField -->
<tr>
<td class="contentkey">
<input type="Checkbox" name="Select$Data{"Element"}" value="1" $Data{"Checked"}>
</td>
<td class="contentkey" width="200">
$Text{"$QData{"Name"}"}:
</td>
<td class="contentvalue" width="450">$Data{"SelectField"}</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:MultiSelectField -->
<!-- dtl:block:SelectField -->
<tr>
<td class="contentkey">
<input type="Checkbox" name="Select$Data{"Element"}" value="1" $Data{"Checked"}>
</td>
<td class="contentkey">
$Text{"$QData{"Name"}"}:<br>
<span class="readonly">$Text{"Please select only one Element or turn of the button 'Fixed'."}</span>
</td>
<td class="contentvalue">$Data{"SelectField"}</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:SelectField -->
<!-- dtl:block:InputField -->
<tr>
<td class="contentkey">
<input type="Checkbox" name="Select$Data{"Element"}" value="1" $Data{"Checked"}>
</td>
<td class="contentkey">
$Text{"$QData{"Name"}"}:
</td>
<td class="contentvalue">
<input type="text" name="$QData{"Element"}" value="$QData{"SelectedValue"}" size="60">
</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:InputField -->
<!-- dtl:block:TimeExtended -->
<tr>
<td>
<input type="Checkbox" name="Select$Data{"Element"}" value="1" $Data{"Checked"}> </td>
</td>
<td colspan="2" class="contentkey">$Text{"$Data{"Name"}"}:</td>
</tr>
<tr class="contentvalue">
<td></td>
<td valign="middle">
<input type="radio" name="$Data{"Element"}TimeSelect" value="Absolut" $Data{"CheckedAbsolut"}>
$Text{"Absolut Period"}:
</td>
<td valign="middle">
$Text{"Between"} $Data{"TimeStart"} $Text{"and"} $Data{"TimeStop"}
</td>
</tr>
<tr class="contentvalue">
<td></td>
<td valign="middle">
<input type="radio" name="$Data{"Element"}TimeSelect" value="Relativ" $Data{"CheckedRelative"}>
$Text{"Relative Period"}:
</td>
<td valign="middle">
$Text{"The last"}
$Data{"TimeRelativeCount"}
$Data{"TimeRelativeUnit"}
</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:TimeExtended -->
<!-- dtl:block:Time -->
<tr>
<td class="contentkey">
<input type="Checkbox" name="Select$Data{"Element"}" value="1" $Data{"Checked"}>
</td>
<td>
<span class="contentkey">$Text{"$Data{"Name"}"}:</span>
<span class="contentvalue">$Text{"Between"}</span>
</td>
<td>
$Data{"TimeStart"} $Text{"and"} $Data{"TimeStop"}
</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:Time -->
<!-- dtl:block:Attribute -->
</table>
</td>
</tr>
<tr>
<td class="contentfooter">
<input class="button" type="submit" name="Back" value="$Text{"...Back"}">
<input class="button" type="submit" name="Next" value="$Text{"Finish"}">
</td>
</tr>
</table>
<br>
</td>
</tr>
</table>
</form>
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Note"}$Env{"Box1"}
</td>
</tr>
<tr>
<td class="mainbody">
<table width="100%">
<tr>
<td class="mainvalue">
$Text{"Here you can make restrictions to your stat."}
$Text{"If you remove the hook in the "Fixed" checkbox, the agent generating the stat can change the attributs of the corresponding element."}
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end form -->
--- NEW FILE ---
# --
# AgentStatEditSpecification.dtl - provides HTML form for stats edit mask
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsEditSpecification.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="Action">
<input type="hidden" name="Home" value="EditSpecification">
<input type="hidden" name="StatID" value="$QData{"StatID"}">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Edit"}: $Config{"Stats::StatsHook"} $QData{"StatNumber"}$Env{"Box1"}
</td>
</tr>
# <tr>
# <td class="menu">
# <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=View&StatID=$QData{"StatID"}" class="menuitem">
# $Text{"View"}
# </a>
# </td>
# </tr>
<tr>
<td class="mainbody" align="center">
<img border="0" src="$Env{"Images"}installer.png" alt="">
<br>
<table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
<tr>
<td class="contenthead">$Text{"Insert of the common specifications"} (1/4)</td>
</tr>
<tr>
<td class="contentbody">
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<td class="contentkey" width="200">
$Text{"Title"}:<span class="required">*</span>
</td>
<td class="contentvalue">
<input type="text" name="Title" value="$QData{"Title"}" size="60">
</td>
</tr>
<tr>
<td class="contentkey">
$Text{"Description"}:<span class="required">*</span>
</td>
<td class="contentvalue">
<textarea name="Description" rows="4" cols="60">$QData{"Description"}</textarea>
</td>
</tr>
<!-- dtl:block:Selection -->
<tr>
<td class="contentkey">
<!-- dtl:block:RadioButton -->
<input type="radio" name="StatType" value="$Data{"StateType"}">
$Text{"$QData{"Name"}"}:<span class="footnote">*</span>
<!-- dtl:block:RadioButton -->
<!-- dtl:block:NoRadioButton -->
<input type="hidden" name="StatType" value="$Data{"StateType"}">
$Text{"$QData{"Name"}"}:<span class="required">*</span>
<!-- dtl:block:NoRadioButton -->
</td>
<td class="contentvalue">
<!-- dtl:block:SelectField -->
$Data{"SelectField"}
<!-- dtl:block:SelectField -->
<!-- dtl:block:Selected -->
<input type="hidden" name="$Data{"SelectedKey"}" value="$Data{"Selected"}">
$Data{"Selected"}
<!-- dtl:block:Selected -->
</td>
</tr>
<!-- dtl:block:Selection -->
<tr>
<td class="contentkey">
$Text{"Permissions"}:<span class="required">*</span>
</td>
<td class="contentvalue">$Data{"SelectPermission"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Format"}:<span class="required">*</span></td>
<td class="contentvalue">$Data{"SelectFormat"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Graphsize"}:</td>
<td class="contentvalue">$Data{"SelectGraphSize"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Sum rows"}:</td>
<td class="contentvalue">$Data{"SelectSumRow"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Sum columns"}:</td>
<td class="contentvalue">$Data{"SelectSumCol"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Cache"}:</td>
<td class="contentvalue">$Data{"SelectCache"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Valid"}:</td>
<td class="contentvalue">$Data{"SelectValid"}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="contentfooter">
<input class="button" type="submit" name="Next" value="$Text{"Next..."}" accesskey="g">
</td>
</tr>
<tr><td><div class="required">* $Text{"Required Field"}</div></td></tr>
<tr><td><div class="footnote">* $Text{"Selection needed"}</div></td></tr>
</table>
<br>
</td>
</tr>
</table>
</form>
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Note"}$Env{"Box1"}
</td>
</tr>
<tr>
<td class="mainbody">
<table width="100%">
<tr>
<td colspan="2"class="mainkey">$Text{"Explanation"}</td>
</tr>
<tr>
<td colspan="2"class="mainvalue">$Text{"In this form you can select the basic specifications."}</td>
</tr>
<tr>
<td class="mainkey" width="150">$Text{"Attribute"}</td>
<td class="mainkey" >$Text{"Description"}</td>
</tr>
<tr class="mainvalue">
<td valign="top">$Text{"Title"}</td>
<td>$Text{"Title of the stat."}</td>
</tr>
<tr>
<td valign="top">$Text{"Description"}</td>
<td>$Text{"Here you can insert a description of the stat."}</td>
</tr>
<tr>
<td valign="top">$Text{"Dynamic-Object"}</td>
<td>$Text{"Here you can select the dynamic object you want to use."}<br>
$Text{"(Note: It depends on your installation how many dynamic objects you can use)"}
</td>
</tr>
<tr>
<td valign="top">$Text{"Static-File"}</td>
<td>$Text{"For very complex stats it is possible to include a hardcoded file."}<br>
$Text{"If a new hardcoded file is available this attribute will be shown and you can select one."}
</td>
</tr>
<tr>
<td valign="top">$Text{"Permission"}</td>
<td>$Text{"Permission settings. You can select one or more groups to make the configurated stat visible for different agents."}</td>
</tr>
<tr>
<td valign="top">$Text{"Format"}</td>
<td>$Text{"Multiple selection of the output format."}</td>
</tr>
<tr>
<td>$Text{"Graphsize"}</td>
<td>$Text{"If you use a graph as output format you have to select at least one graph size."}</td>
</tr>
<tr>
<td valign="top">$Text{"Sum rows"}</td>
<td>$Text{"If you need the sum of every row select yes"}</td>
</tr>
<tr>
<td valign="top">$Text{"Sum columns"}</td>
<td>$Text{"If you need the sum of every column select yes."}</td>
</tr>
<tr>
<td valign="top">$Text{"Cache"}</td>
<td>$Text{"Most of the stats can be cached. This will speed up the presentation of this stat."}<br>
$Text{"(Note: Useful for big databases and low performance server)"}
</td>
</tr>
<tr>
<td valign="top">$Text{"Valid"}</td>
<td>$Text{"With an invalid stat it isn't feasible to generate a stat."}<br>
$Text{"This is useful if you want that no one can get the result of the stat or the stat isn't ready configurated."}<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end form -->
--- NEW FILE ---
# --
# AgentStatEditValueSeries.dtl - provides HTML form for stats edit mask
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsEditValueSeries.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="Action">
<input type="hidden" name="Home" value="EditValueSeries">
<input type="hidden" name="StatID" value="$QData{"StatID"}">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Edit"}: $Config{"Stats::StatsHook"} $QData{"StatNumber"}$Env{"Box1"}
</td>
</tr>
# <tr>
# <td class="menu">
# <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=View&StatID=$QData{"StatID"}" class="menuitem">
# $Text{"View"}
# </a>
# </td>
# </tr>
<tr>
<td class="mainbody" align="center">
<img border="0" src="$Env{"Images"}installer2.png" alt="">
<br>
<table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
<tr>
<td class="contenthead">
$Text{"Select the elements for the value series"} (3/4)
</td>
</tr>
<tr>
<td class="contentbody">
<table border="0" cellspacing="0" cellpadding="3" width="100%">
<!-- dtl:block:Attribute -->
<!-- dtl:block:hr -->
<tr>
<td colspan="3"><hr></td>
</tr>
<!-- dtl:block:hr -->
<!-- dtl:block:MultiSelectField -->
<tr>
<td class="contentkey" >
<input type="Checkbox" name="Select$Data{"Element"}" value="1" $Data{"Checked"}>
</td>
<td class="contentkey" width="200">
$Text{"$QData{"Name"}"}:
</td>
<td class="contentvalue" width="450">$Data{"SelectField"}</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:MultiSelectField -->
<!-- dtl:block:TimeExtended -->
<tr>
<td class="contentkey">
<input type="Checkbox" name="Select$Data{"Element"}" value="1" $Data{"Checked"}>
</td>
<td class="contentkey">
$Text{"$Data{"Name"}"}
$Text{"Scale"}:
</td>
<td valign="middle">
$Text{"minimal"}
# $Data{"TimeScaleCount"} Comment: Danger to use and no best practise
$Data{"TimeScaleUnit"}
</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:TimeExtended -->
<!-- dtl:block:Time -->
<tr>
<td class="contentkey">
<input type="Checkbox" name="Select$Data{"Element"}" value="1" $Data{"Checked"}>
</td>
<td class="contentkey">
$Text{"$Data{"Name"}"}
$Text{"Scale"}:<br>
<span class="readonly">$Text{"Please select only one Element or turn of the button 'Fixed'."}<br>$Text{"Please remember, that the scale for value series has to be larger than the scale for the X-axis (e.g. X-Axis => Month, ValueSeries => Year)."}</span>
</td>
<td>
$Data{"TimeSelectField"}
</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:Time -->
<!-- dtl:block:Attribute -->
</table>
</td>
</tr>
<tr>
<td class="contentfooter">
<input class="button" type="submit" name="Back" value="$Text{"...Back"}">
<input class="button" type="submit" name="Next" value="$Text{"Next..."}" accesskey="g">
</td>
</tr>
</table>
<br>
</td>
</tr>
</table>
</form>
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Note"}$Env{"Box1"}
</td>
</tr>
<tr>
<td class="mainbody">
<table width="100%">
<tr>
<td class="mainvalue">
$Text{"Here you can the value series. You have the possibility to select one or two elements. Then you can select the attributes of elements. Each attribute will be shown as single value series. If you don't select any attribute all attributes of the element will be used if you generate a stat. As well a new attribute is added since the last configuration."}
$Text{"If you remove the hook in the "Fixed" checkbox, the agent generating the stat can change the attributs of the corresponding element."}
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end form -->
--- NEW FILE ---
# --
# AgentStatEditXaxis.dtl - provides HTML form for stats edit mask
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsEditXaxis.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="Action">
<input type="hidden" name="Home" value="EditXaxis">
<input type="hidden" name="StatID" value="$QData{"StatID"}">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Edit"}: $Config{"Stats::StatsHook"} $QData{"StatNumber"}$Env{"Box1"}
</td>
</tr>
# <tr>
# <td class="menu">
# <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=View&StatID=$QData{"StatID"}" class="menuitem">
# $Text{"View"}
# </a>
# </td>
# </tr>
<tr>
<td class="mainbody" align="center">
<img border="0" src="$Env{"Images"}installer1.png" alt="">
<br>
<table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
<tr>
<td class="contenthead">$Text{"Select the element, which will be used at the X-axis"} (2/4)</td>
</tr>
<tr>
<td class="contentbody">
<table border="0" cellspacing="0" cellpadding="3" width="100%">
<!-- dtl:block:Attribute -->
<!-- dtl:block:hr -->
<tr>
<td colspan="3"><hr></td>
</tr>
<!-- dtl:block:hr -->
<!-- dtl:block:MultiSelectField -->
<tr>
<td class="contentkey">
<input type="radio" name="Select" value="$Data{"Element"}" $Data{"Checked"}>
</td>
<td class="contentkey" width="200">
$Text{"$QData{"Name"}"}:
</td>
<td class="contentvalue" width="450">$Data{"SelectField"}</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:MultiSelectField -->
<!-- dtl:block:TimeExtended -->
<tr>
<td>
<input type="radio" name="Select" value="$Data{"Element"}" $Data{"Checked"}>
</td>
<td colspan="2" class="contentkey">$Text{"$Data{"Name"}"}:</td>
</tr>
<tr class="contentvalue">
<td></td>
<td valign="middle" width="150">
<input type="radio" name="$Data{"Element"}TimeSelect" value="Absolut" $Data{"CheckedAbsolut"}>
$Text{"Absolut Period"}:
</td>
<td valign="middle">
$Text{"Between"} $Data{"TimeStart"} $Text{"and"} $Data{"TimeStop"}
</td>
</tr>
<tr class="contentvalue">
<td></td>
<td valign="middle">
<input type="radio" name="$Data{"Element"}TimeSelect" value="Relativ" $Data{"CheckedRelative"}>
$Text{"Relative Period"}:
</td>
<td valign="middle">
$Text{"The last"}
$Data{"TimeRelativeCount"}
$Data{"TimeRelativeUnit"} ($Text{"maximal period"})
</td>
</tr>
<tr class="contentvalue">
<td></td>
<td valign="middle">
$Text{"Scale"}:
</td>
<td valign="middle">
$Text{"minimal"}
$Data{"TimeScaleCount"}
$Data{"TimeScaleUnit"} ($Text{"minimal scale"})
</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:TimeExtended -->
<!-- dtl:block:Time -->
<tr>
<td class="contentkey">
<input type="radio" name="Select" value="$Data{"Element"}" $Data{"Checked"}>
</td>
<td class="contentkey" colspan="2">$Text{"$Data{"Name"}"}:</td>
</tr>
<tr>
<td></td>
<td class="contentvalue">
$Text{"Scale"}:<br>
<span class="readonly">$Text{"Please select only one Element or turn of the button 'Fixed'."}</span>
</td>
<td>
$Data{"TimeSelectField"}
</td>
</tr>
<tr class="contentvalue">
<td></td>
<td valign="middle">
$Text{"Between"}
</td>
<td>
$Data{"TimeStart"} $Text{"and"} $Data{"TimeStop"}
</td>
</tr>
<tr>
<td colspan="2"></td>
<td class="contentvalue">
<input type="Checkbox" name="Fixed$Data{"Element"}" value="1" $Data{"Fixed"}>
$Text{"Fixed"}
</td>
</tr>
<!-- dtl:block:Time -->
<!-- dtl:block:Attribute -->
</table>
</td>
</tr>
<tr>
<td class="contentfooter">
<input class="button" type="submit" name="Back" value="$Text{"...Back"}">
<input class="button" type="submit" name="Next" value="$Text{"Next..."}" accesskey="g">
</td>
</tr>
</table>
<br>
</td>
</tr>
</table>
</form>
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Note"}$Env{"Box1"}
</td>
</tr>
<tr>
<td class="mainbody">
<table width="100%">
<tr>
<td class="mainvalue">
$Text{"Here you can define the x-axis. You can select one element via the radio button. Than you you have to select two or more attributes of the element. If you make no selection all attributes of the element will be used if you generate a stat. As well a new attribute is added since the last configuration."}
$Text{"If you remove the hook in the "Fixed" checkbox, the agent generating the stat can change the attributs of the corresponding element."}
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end form -->
--- NEW FILE ---
# --
# AgentStatsImport.dtl - provides HTML form for import a stat
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsImport.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Import"}$Env{"Box1"}
</td>
</tr>
<tr>
<td class="mainbody">
<br>
<table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="Import">
<input type="hidden" name="Status" value="Action">
<tr>
<td class="contenthead">$Text{"Import"}</td>
</tr>
<tr class="contentbody">
<td>
<table border="0">
<tr>
<input type="hidden" name="ImportType" value="Upload">
<td class="contentkey" width="150">$Text{"File"}:</td>
<td class="contentvalue"><input name="file_upload" type="file" size="30" class="fixed"></td>
</tr>
<!-- dtl:block:ErrorDoctype1 -->
<tr>
<td class="validity" colspan="2">$Text{"File is not a Stats config"}!</td>
</tr>
<!-- dtl:block:ErrorDoctype1 -->
<!-- dtl:block:ErrorDoctype2 -->
<tr>
<td class="validity" colspan="2">$Text{"No File selected"}!</td>
</tr>
<!-- dtl:block:ErrorDoctype2 -->
</table>
</td>
</tr>
<tr>
<td class="contentfooter">
<input class="button" accesskey="g" type="submit" value="$Text{"Import"}">
</td>
</tr>
</form>
</table>
<br>
</td>
</tr>
</table>
<!-- end form -->
--- NEW FILE ---
# --
# AgentStatsOverview.dtl - provides HTML form for lists stats
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsOverview.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Overview"}: $Text{"Stats"}$Env{"Box1"}
</td>
</tr>
# <tr class="mainbody"><td><br></td></tr>
# <tr>
# <td class="mainhead">
# $Env{"Box0"}$Text{"Stats"}$Env{"Box1"}
# </td>
# </tr>
<tr>
<td class="menu">
$Text{"Results"}: <b>$QData{"Result"}</b> - $Text{"Total hits"}: <b>$Data{"TotalHits"}</b> - $Text{"Page"}: $Data{"SiteNavBar"}
</td>
</tr>
<tr>
<td class="mainbody">
<table border="0" width="100%" cellpadding="4" cellspacing="0">
<tr><td></td></tr>
<tr class="contenthead">
<td>$Text{"$Config{"Stats::StatsHook"}"}
<a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=ID&Direction=ASC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}down-small.png"></a> /
<a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=ID&Direction=DESC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}up-small.png"></a>
</td>
<td>$Text{"Title"}
<a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=Title&Direction=ASC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}down-small.png"></a> /
<a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=Title&Direction=DESC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}up-small.png"></a>
</td>
<td>$Text{"Object"}
<a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=Object&Direction=ASC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}down-small.png"></a> /
<a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=Object&Direction=DESC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}up-small.png"></a>
</td>
<td>$Text{"Description"}</td>
</tr>
<!-- dtl:block:Result -->
<tr class="$QData{"css"}">
<td class="$Data{"TextCss"}">
<a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=View&StatID=$Data{"StatID"}">
$Data{"StatNumber"}
</a>
</td>
<td class="contentvalue">$QData{"Title"}</td>
# <td class="contentvalue">$QData{"Title","30"}</td>
<td class="contentvalue">$QData{"Object"}</td>
<td class="contentvalue">$QData{"Description","50"}</td>
</tr>
<!-- dtl:block:Result -->
<tr class="contentfooter">
<td colspan="4"> </td>
</tr>
</table>
<br>
</td>
</tr>
</table>
<!-- end form -->
--- NEW FILE ---
# --
# AgentStatsPrint.dtl - provides HTML form for view IDMEF
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsPrint.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainbody">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="contenthead">
$Env{"Box0"}$Text{"Print"}: $Text{"$Config{"Stats::StatsHook"}"} $QData{"StatNumber"}$Env{"Box1"}
</td>
</tr>
<tr>
<td class="contentbody">
<table width="100%" border="0">
<tr>
<td class="contentkey">
$Text{"Title"}: $Data{"Title"}
</td>
</tr>
# <tr>
# <td class="contentkey">
# $Text{"Title"}:
# </td>
# <td class="contentvalue">
# $Data{"Title"}
# </td>
# </tr>
# <tr>
# <td class="contentkey">
# $Text{"Description"}:
# </td>
# <td class="contentvalue">
# $Data{"Description"}
# </td>
# </tr>
# <tr>
# <td colspan="2">
# <hr>
# <td>
# </tr>
<!--dtl:block:Dynamic -->
<tr>
<td class="contentkey">$Text{"$QData{"Name"}"}</td>
</tr>
<!--dtl:block:NoElement -->
<tr>
<td class="contentvalue" colspan="2">
$Text{"No Element selected."}
</td>
</tr>
<!--dtl:block:NoElement -->
<!--dtl:block:Element -->
<tr>
<td class="contentkey" width="150">$Text{"$QData{"Name"}"}:</td>
<td class="contentvalue">
<!--dtl:block:TimePeriodFixed -->
$Text{"Between"} $Data{"TimeStart"} $Text{"and"} $Data{"TimeStop"}<br>
<!--dtl:block:TimePeriodFixed -->
<!--dtl:block:TimeScaleFixed -->
$Text{"Scale"}: $Data{"Count"} $Text{"$Data{"Scale"}"}
<!--dtl:block:TimeScaleFixed -->
<!--dtl:block:Fixed -->
$Data{"Value"}<br>
<!--dtl:block:Fixed -->
</td>
</tr>
<!--dtl:block:Element -->
<tr>
<td colspan="2">
<hr>
<td>
</tr>
<!--dtl:block:Dynamic -->
<tr>
<td colspan="2">
$Data{"Table"}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="contentfooter"> </td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end form -->
--- NEW FILE ---
# --
# AgentStatsView.dtl - provides HTML form for view IDMEF
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStatsView.dtl,v 1.1 2006/07/13 10:48:23 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- start form -->
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td colspan="2" class="mainhead">
$Env{"Box0"}$Text{"View"}: $Text{"$Config{"Stats::StatsHook"}"}: $QData{"StatNumber"}$Env{"Box1"}
</td>
</tr>
<tr>
<td colspan="2" class="menu">
<a href="$Env{"Baselink"}$Env{"LastScreenOverview"}" class="menuitem">$Text{"Back"}</a>
<!-- dtl:block:AdminLinks -->
-
<a href="$Env{"Baselink"}Action=AgentStats&Subaction=EditSpecification&StatID=$QData{"StatID"}&" class="menuitem">$Text{"Edit"}</a>
-
<a href="$Env{"Baselink"}Action=AgentStats&Subaction=Delete&StatID=$QData{"StatID"}&" class="menuitem">$Text{"Delete"}</a>
-
<a href="$Env{"Baselink"}Action=AgentStats&Subaction=Export&StatID=$QData{"StatID"}&" class="menuitem">$Text{"Export Config"}</a>
<!-- dtl:block:AdminLinks -->
</td>
</tr>
<tr>
<td class="mainbody">
<br>
<table border="0" width="700" align="center" cellspacing="0" cellpadding="4" class="contentbody">
# <form action="$Env{"CGIHandle"}" method="get" enctype="multipart/form-data" target="_blank">
<form action="$Env{"CGIHandle"}" method="get" enctype="multipart/form-data">
<input type="hidden" name="Action" value="$Env{"Action"}">
<input type="hidden" name="Subaction" value="Run">
<input type="hidden" name="StatID" value="$Data{"StatID"}">
<tr>
<td class="contenthead">$Text{"Informations about the Stat"}</td>
</tr>
<tr>
<td>
<table width="100%">
<tr>
<td class="contentkey" width="150">$Text{"$Config{"Stats::StatsHook"}"}:</td>
<td class="contentvalue">$QData{"StatNumber"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Title"}:</td>
<td class="contentvalue">$QData{"Title"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Object"}:</td>
<td class="contentvalue">$QData{"ObjectName"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Description"}:</td>
<td class="contentvalue">$Data{"Description"}</td>
</tr>
# <tr>
# <td class="contentkey">$Text{"Type"}:</td>
# <td class="contentvalue">$Text{"$Data{"StatType"}"}</td>
# </tr>
<!-- dtl:block:Format -->
<tr>
<td class="contentkey">$Text{"Format"}:</td>
<td class="contentvalue">$Data{"SelectFormat"}</td>
</tr>
<!-- dtl:block:Format -->
<!-- dtl:block:FormatFixed -->
<tr>
<input type="hidden" name="Format" value="$Data{"FormatKey"}">
<td class="contentkey">$Text{"Format"}:</td>
<td class="contentvalue">$Data{"Format"}</td>
</tr>
<!-- dtl:block:FormatFixed -->
<!-- dtl:block:Graphsize -->
<tr>
<td class="contentkey">$Text{"Graphsize"}:</td>
<td class="contentvalue">$Data{"SelectGraphSize"}</td>
</tr>
<!-- dtl:block:Graphsize -->
<!-- dtl:block:GraphsizeFixed -->
<tr>
<input type="hidden" name="GraphSize" value="$Data{"GraphSizeKey"}">
<td class="contentkey">$Text{"Graphsize"}:</td>
<td class="contentvalue">$Data{"GraphSize"}</td>
</tr>
<!-- dtl:block:GraphsizeFixed -->
<tr>
<td class="contentkey">$Text{"Sum rows"}:</td>
<td class="contentvalue">$Text{"$Data{"SumRowValue"}"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Sum columns"}:</td>
<td class="contentvalue">$Text{"$Data{"SumColValue"}"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Cache"}:</td>
<td class="contentvalue">$Text{"$Data{"CacheValue"}"}</td>
</tr>
<tr>
<td class="contentkey">$Text{"Valid"}:</td>
<td class="contentvalue">$Text{"$Data{"ValidValue"}"}</td>
</tr>
<!-- dtl:block:ExchangeAxis -->
<tr>
<td class="contentkey">$Text{"Exchange Axis"}:</td>
<td class="contentvalue">$Data{"ExchangeAxis"}</td>
</tr>
<!-- dtl:block:ExchangeAxis -->
</table>
</td>
</tr>
<!--dtl:block:Static -->
<tr>
<td class="contenthead">$Text{"Configurable params of static stat"}</td>
</tr>
<tr>
<td>
<table width="100%">
<!--dtl:block:ItemParam -->
<tr>
<td class="contentkey" width="150">$Text{"$QData{"Param"}"}:</td>
<td class="contentvalue">$Data{"Field"}</td>
</tr>
<!--dtl:block:ItemParam -->
</table>
</td>
</tr>
<!--dtl:block:Static -->
<!--dtl:block:Dynamic -->
<tr>
<td class="contenthead">$Text{"$QData{"Name"}"}</td>
</tr>
<tr>
<td>
<table width="100%">
<!--dtl:block:NoElement -->
<tr>
<td class="contentvalue" colspan="2">
$Text{"No element selected."}
</td>
</tr>
<!--dtl:block:NoElement -->
<!--dtl:block:Element -->
<tr>
<td class="contentkey" width="150">$Text{"$QData{"Name"}"}:</td>
<td class="contentvalue">
<!--dtl:block:TimePeriodFixed -->
$Text{"Between"} $Data{"TimeStart"} $Text{"and"} $Data{"TimeStop"}<br>
<!--dtl:block:TimePeriodFixed -->
<!--dtl:block:TimeRelativeFixed -->
$Text{"The last"} $Data{"TimeRelativeCount"} $Text{"$Data{"TimeRelativeUnit"}"}<br>
<!--dtl:block:TimeRelativeFixed -->
<!--dtl:block:TimeScaleFixed -->
$Text{"Scale"}: $Data{"Count"} $Text{"$Data{"Scale"}"}
<!--dtl:block:TimeScaleFixed -->
<!--dtl:block:Fixed -->
$Data{"Value"}<br>
<!--dtl:block:Fixed -->
<!--dtl:block:MultiSelectField -->
$Data{"SelectField"}
<!--dtl:block:MultiSelectField -->
<!--dtl:block:SelectField -->
$Data{"SelectField"}
<!--dtl:block:SelectField -->
<!--dtl:block:InputField -->
<input type="text" name="$QData{"Key"}" value="$QData{"Value"}" size="60">
<!--dtl:block:InputField -->
<!--dtl:block:TimeScale -->
</td>
</tr>
<tr class="contentvalue">
<td valign="middle" width="150">
$Text{"Scale"}:
</td>
<td valign="middle">
$Data{"TimeScaleCount"}
$Data{"TimeScaleUnit"}
<!--dtl:block:TimeScaleInfo -->
($Text{"minimal scale"} $Data{"TimeScaleCountMax"} $Text{"$Data{"TimeScaleUnitMax"}"})
<!--dtl:block:TimeScaleInfo -->
<!--dtl:block:TimeScale -->
<!--dtl:block:TimePeriod -->
</td>
</tr>
<tr class="contentvalue">
<td valign="middle" width="150">
$Text{"Between"}
</td>
<td valign="middle">
$Data{"TimeStart"} $Text{"and"} $Data{"TimeStop"}
<br>
($Text{"maximal period form"} $TimeLong{"$Data{"TimeStartMax"}"} $Text{"to"} $TimeLong{"$Data{"TimeStopMax"}"})
<!--dtl:block:TimePeriod -->
<!--dtl:block:TimePeriodRelative -->
</td>
</tr>
<tr class="contentvalue">
<td valign="middle" width="150">
$Text{"The last"}
</td>
<td valign="middle">
$Data{"TimeRelativeCount"}
$Data{"TimeRelativeUnit"} ($Text{"maximal period"} $Data{"TimeRelativeCountMax"} $Text{"$Data{"TimeRelativeUnitMax"}"})
<!--dtl:block:TimePeriodRelative -->
</td>
</tr>
<!--dtl:block:Element -->
</table>
</td>
</tr>
<!--dtl:block:Dynamic -->
<tr>
<td class="contentfooter">
<!--dtl:block:FormSubmit -->
<input class="button" type="submit" name="Start" value="$Text{"Start"}">
<!--dtl:block:FormSubmit -->
</td>
</tr>
</form>
</table>
<br>
</td>
<td width="25%" class="menu">
<table border="0" align="right" cellspacing="1" cellpadding="0" width="95%">
<tr>
<td class="mainkey">$Text{"Created"}:</td>
<td class="mainvalue">$TimeLong{"$Data{"Created"}"}</td>
</tr>
<tr>
<td class="mainkey">$Text{"Created by"}:</td>
<td class="mainvalue">$QData{"CreatedBy","20"}</td>
</tr>
<tr>
<td class="mainkey">$Text{"Changed"}:</td>
<td class="mainvalue">$TimeLong{"$Data{"Changed"}"}</td>
</tr>
<tr>
<td class="mainkey">$Text{"Changed by"}:</td>
<td class="mainvalue">$QData{"ChangedBy","20"}</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
<tr>
<td class="mainhead">
$Env{"Box0"}$Text{"Note"}$Env{"Box1"}
</td>
</tr>
<tr>
<td class="mainbody">
<table width="100%">
<tr>
<td class="mainvalue">$Text{"With the input and select fields you can configurate the stat at your needs. Which elements of a stat you can edit depends on your stats administrator who configurated the stat."}</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end form -->
More information about the cvs-log
mailing list