summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/new_bug.html.tmpl
blob: 96ec7d8d3a9636be8afb045d41f6431a820ed9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[%# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.%]

[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]Enter [% terms.Bug %] [% END %]
[% PROCESS bug_modal/common_header.html.tmpl 
title = title
%]
[% PROCESS global/header.html.tmpl %]
<p>Coming Soon!</p>
<p>This is a demonstration of a reusable comment component</p>
[%
    IF user.id;
      INCLUDE bug_modal/common_new_comment.html.tmpl;
    ELSE;
      %]
        <div id="new-comment-notice">
          You need to <a href="new-bug&amp;GoAheadAndLogIn=1">log in</a>
          before you can file a [% terms.bug %].
        </div>
      [%
    END;
  %]

<div style="display: none" id="xhr-error"></div>

[% PROCESS global/footer.html.tmpl %]