~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to template/en/default/search/search-create-series.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[%# 1.0@bugzilla.org %]
2
 
[%# The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Bug Tracking System.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Netscape Communications
15
 
  # Corporation. Portions created by Netscape are
16
 
  # Copyright (C) 1998 Netscape Communications Corporation. All
17
 
  # Rights Reserved.
18
 
  #
19
 
  # Contributor(s): Gervase Markham <gerv@gerv.net>
20
 
  #%]
21
 
 
22
 
[%# INTERFACE:
23
 
  # This template has no interface. However, to use it, you need to fulfill
24
 
  # the interfaces of search/form.html.tmpl, reports/series.html.tmpl and
25
 
  # search/boolean-charts.html.tmpl.
26
 
  #%]
27
 
 
28
 
[% PROCESS global/variables.none.tmpl %]
29
 
 
30
 
[% js_data = BLOCK %]
31
 
    var queryform = "chartform";
32
 
[% END %]
33
 
 
34
 
[% PROCESS global/header.html.tmpl 
35
 
  title = "Create New Data Set"
36
 
  onload = "doOnSelectProduct(0);"
37
 
  javascript = js_data 
38
 
  javascript_urls = [ "js/productform.js" ]
39
 
%]
40
 
 
41
 
<form method="get" action="chart.cgi" name="chartform">
42
 
  
43
 
[% PROCESS search/form.html.tmpl %]
44
 
 
45
 
<p>
46
 
  <input type="submit" name="action-search" value="Run Search">
47
 
  to see which [% terms.bugs %] would be included in this data set.
48
 
</p>
49
 
    
50
 
<h3>Data Set Parameters</h3>
51
 
      
52
 
[% PROCESS reports/series.html.tmpl 
53
 
   button_name = "Create Data Set" %]
54
 
  <input type="hidden" name="action" value="create">
55
 
 
56
 
<script type="text/javascript">
57
 
  document.chartform.category[0].selected = true;
58
 
  catSelected();
59
 
  checkNewState();
60
 
</script>
61
 
      
62
 
<hr>
63
 
 
64
 
[% PROCESS "search/boolean-charts.html.tmpl" %]
65
 
 
66
 
</form>
67
 
 
68
 
[% PROCESS global/footer.html.tmpl %]