summaryrefslogtreecommitdiff
path: root/bug/bug.xhtml
blob: 1d305630ad081f3dc0ca730f1367eed91ae2d2b8 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
	  [
	  <!ENTITY component_comments SYSTEM "build/component_comments.xhtml">
	  <!ENTITY components SYSTEM "build/components.xhtml">
	  <!ENTITY subcomponents SYSTEM "build/subcomponents.xhtml">
	  <!ENTITY versions SYSTEM "build/versions.xhtml">
	  ]
	  >
<html >
<!--
     Copyright (C) 2011 Loic Dachary <loic@dachary.org>

     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation, either version 3 of the License, or
     (at your option) any later version.

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.

     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http:www.gnu.org/licenses/>.
-->
  <head>
    <title>Bug Submission Assistant</title>
    <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
    <script type="text/javascript" src="jquery-1.6.2.js"></script>
    <script type="text/javascript" src="bug.js"></script>
    <script type="text/javascript" src="select.js"></script>
    <link rel="stylesheet" href="select.css" type="text/css" media="screen"></link>
    <script type="text/javascript" src="skin.js"></script>
    <link rel="stylesheet" href="bug.css" type="text/css" media="screen"></link>
  </head>
  <body>
    <div class="compatibility">
      <div class="version message unsupported"></div>
      <div class="message unsupported">This browser version is not supported and this page cannot be displayed properly.</div>
      <div class="message nojavascript">JavaScript is disabled and this page cannot be displayed.</div>
      <div class="message">
        <p>Please use <a href="http://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice;bug_status=UNCONFIRMED;version=?">bugzilla</a> instead to report a problem.</p>
        <p>It works on all browsers and when JavaScript is disabled.</p>
      </div>
      <div class="eyecandy"></div>
    </div>
    <div class="javascript">
      <div class="skin">
        <div class="version"></div>
        <a href="?skin=login">login</a> <a href="?skin=component">component</a> <a href="?skin=subcomponent">subcomponent</a> <a href="?skin=version">version</a> <a href="?skin=description">description</a> <a href="?skin=submit">submit</a> <a href="?skin=complete">complete</a>
      </div>
      <div class="header">
        <div class="title">
          <div>Bug</div>
          <div>Submission</div>
          <div>Assistant</div>
        </div>
        <div class="submission">
          Thank you for using LibreOffice. We regret that you seem to have found a bug in our software, but we are glad that you decided to report it. This assistant will lead you step by step through the bug reporting process.
        </div>
      </div>
      <div class="content">
        <div class="left">
          <div>
            <div class="step step_signin"><div class="count">1</div><div class="label">Sign in</div></div>
            <div class="step step_component"><div class="count">2</div><div class="label">Component</div></div>
            <div class="step step_subcomponent"><div class="count">3</div><div class="label">Subcomponent</div></div>
            <div class="step step_version"><div class="count">4</div><div class="label">Version</div></div>
            <div class="step step_description"><div class="count">5</div><div class="label">Description</div></div>
            <div class="step step_submit"><div class="count">6</div><div class="label">Submit</div></div>
          </div>
          <div class="legal">
            All your contributions will be public in WWW! By clicking the 'Submit' button you irrevocably agree to release your contribution under the CC-BY-SA 3.0 License and the GFDL. If you can't agree to these terms for documents you planned to attach you can state in this report that such a document exists. QA team will discuss with you further proceeding in the bug.
          </div>
          <div class="copyright">
            <a target="_blank" href="http://wiki.documentfoundation.org/Bug_Submission_Assistant">Bug Submission Assistant</a> is published under <a target="_blank" href="http://www.gnu.org/licenses/gpl.txt">GNU GPLv3+</a>. Download the sources with git clone <a target="_blank" href="http://cgit.freedesktop.org/libreoffice/website">http://cgit.freedesktop.org/libreoffice/website</a>.
          </div>
        </div>
        <div class="right">

	  <div class="error-container">
            <div class="error-top">
              <div class="error-left">
                <div class="error-bottom">
                  <div class="error-right">
                    <div class="error-top-left"></div>
                    <div class="error-top-right"></div>
                    <div class="error-bottom-left"></div>
                    <div class="error-bottom-right"></div>
                    <div class="error">
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>

          <div class="state_success">
            <p>The bug report has been successfully submitted.<br />
            You can edit it or add attachments using <a class="bug">the corresponding bugzilla page</a>.</p>
            <p></p>
            <p>Thank you for reporting a problem with LibreOffice.<br />
            Your help is very appreciated.</p>
            <p></p>
            <p>Nobody is perfect and more bugs have been reported.<br />
            Join us in making this release even better.<br />
            You could help with <a href="http://wiki.documentfoundation.org/Triage_For_Beginners">sorting bugs</a>.</p>
          </div>

          <div class="username"></div>

          <div class="state signin">
	    <div class="signin-invite">
	      Please login using your <a class="login-link" target="_blank">bugzilla account</a>.
	    </div>
	    <div class="signin-container">
	      <div class="input-label">E-mail:</div>
              <div class="signin-input"><input class='user' type="text" name="user"></input></div>
              <div class="input-label">Password:</div>
              <div class="signin-input"><input class='password' type="password" name="password"></input></div>
	      <div class="go">Sign in</div>
              <div class="signin-create">
	        or <a class="create-account-link" target="_blank">create an account</a>
              </div>
	    </div>
	  </div>

          <div class="submission">
            <div class="state state_component">
              <div>
                <div>Select component</div>
                <div>&components;</div>
              </div>
              <div>
                <div class="components_icons">
                  <div><img src="icons/WRITER.png" title="Text Document" data="Writer" alt="Text Document" /><img src="icons/Spreadsheet.png" title="Spreadsheet" data="Spreadsheet" alt="Spreadsheet" /><img src="icons/Presentation.png" title="Presentation" data="Presentation" alt="Presentation" /><img src="icons/Drawing.png" title="Drawing" data="Drawing" alt="Drawing" /><img src="icons/Database.png" title="Database" data="Database" alt="Database" /><img src="icons/Chart.png" title="Chart" data="Chart" alt="Chart" /></div>
		  <div><img src="icons/Libreoffice.png" title="Localization" data="Localization" alt="Localization" /><img src="icons/Documentation.png" title="Documentation" data="Documentation" alt="Documentation" /><img src="icons/Extensions.png" title="Extensions" data="Extensions" alt="Extensions" /><img src="icons/WWW.png" title="Web Pages" data="WWW" alt="Web Pages" /><img src="icons/Libreoffice.png" title="Linguistic" data="Linguistic" alt="Linguistic" /><img src="icons/Installation.png" title="Installation" data="Installation" alt="Installation" /></div>
		  <div><img src="icons/Libreoffice.png" title="BASIC" data="BASIC" alt="BASIC" /><img src="icons/Formula_editor.png" title="Formula Editor" data="Formula_Editor" alt="Formula Editor" /><img src="icons/PDF_export.png" title="Printing and PDF export" data="Printing_and_PDF_export" alt="Printing and PDF export" /><img src="icons/Libreoffice.png" title="User Interface" data="UI" alt="User Interface" /><img src="icons/Libreoffice.png" title="Unspecified" data="Libreoffice" alt="Unspecified" /></div>
                </div>
                <div class="component_comments_container">&component_comments;</div>
              </div>
            </div>

            <div class="version_and_subcomponent">
              <div>
                <div class="state state_subcomponent">
                  <div class="input-label">Sub component</div>
                  <div class="active_subcomponent"></div>
                </div>
              </div>
              <div>
                <div class="state state_version">
                  <div class="input-label">Version</div>
                  &versions;
                </div>
              </div>
            </div>

            <div class="state state_description">
              <div class="subject input-label">Subject:</div>
              <div class="subject-input"><input type="text" class="short" size="50"></input></div>
              <div class="desciption input-label">Long description:</div>
              <div class="description-input"><textarea rows="10" cols="60" class="long">
Problem description: 

Steps to reproduce:
1. ....
2. ....
3. ....

Current behavior:

Expected behavior:

Platform (if different from the browser): 
              </textarea>
              </div>
            </div>

            <iframe id="submissionoutput" name="submissionoutput"></iframe>

            <div class="submission_form">
              <form target="submissionoutput" method='POST' enctype='multipart/form-data'>
                <input type="hidden" name="product" value="LibreOffice"></input>
                <input type="hidden" name="bug_status" value="UNCONFIRMED"></input>
                <input type="hidden" name="rep_platform" value="Other"></input>
                <input type="hidden" name="op_sys" value="All"></input>
                <input type="hidden" name="bug_severity" value="normal"></input>
                <input type="hidden" name="priority" value="medium"></input>
                <input type="hidden" name="rep_platform" value="Other"></input>
                <input type="hidden" name="status_whiteboard" value="BSA"></input>
                <input type="hidden" name="assigned_to" value="libreoffice-bugs@lists.freedesktop.org"></input>
                <input type="hidden" name="token" value=""></input>
                <input type="hidden" name="component" value=""></input>
                <input type="hidden" name="version" value=""></input>
                <input type="hidden" name="short_desc" value=""></input>
                <input type="hidden" name="comment" value=""></input>
                <div class="state state_attach">
                  <input type="hidden" name="contenttypemethod" value="autodetect"></input>
                  <div>
                    <div class="input-label">Optionally attach a document or a screenshot. </div>

                    <div class="attach-file">
	              <input type="file" name="data" />
	              <div class="attach-file-style">
		        <div><input type="text" name="ignored"></input></div>
		        <div class="attach-browse">Browse</div>
	              </div>
                    </div>
                  </div>
                  <div>
                    <div class="input-label">Explain what is attached:</div>
                    <input type="text" name="description" value=""></input>
                  </div>
                </div>
                <div class="state state_submit">
	          <input type="submit" value="Submit"></input>
                </div>
              </form>
              <div class="state state_submit">
                <div class="bug"></div>
              </div>

            </div>

          </div>

          <div class="submission">

	    <div class="state state_subcomponent state_duplicates">
	      Related bug reports
	      <div class="related_bugs"></div>
            </div>

            <div class="state_subcomponent">
              <div class="subcomponents">&subcomponents;</div>
            </div>

          </div>

        </div>
      </div>
    </div>
    <script type="text/javascript">
      var unsupported = false;
      $(document).ready(function() {
        try {
          $('.version').text(window.navigator.userAgent);
        } catch(e) {
        }
        if(unsupported) {
          $('.unsupported').show();
          $('.nojavascript').hide();
        } else {
          $('.compatibility').hide();
          $('.javascript').show();
          if(location.search.indexOf('skin') >= 0) {
            $.skin();
          } else {
            $.bug.main();
          }
        }
      });
    </script>
    <!--[if LT IE  8]>
        <script>
          unsupported = true;
        </script>
    <![endif]-->
  </body>
</html>