-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattachment.cgi?id=13&action=edit.html
509 lines (417 loc) · 18.8 KB
/
attachment.cgi?id=13&action=edit.html
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>
Attachment 13 Details for Bug 12</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="Top" href="index.html">
<link rel="Up" href="show_bug.cgi%3Fid=12.html">
<link href="skins/standard/global.css%3F1408459644.css"
rel="alternate stylesheet"
title="Classic"><link href="js/yui/assets/skins/sam/autocomplete.css%3F1408459554.css" rel="stylesheet"
type="text/css" ><link href="skins/standard/global.css%3F1408459644.css" rel="stylesheet"
type="text/css" ><link href="skins/standard/attachment.css%3F1408459645.css" rel="stylesheet"
type="text/css" ><!--[if lte IE 7]>
<link href="skins/standard/IE-fixes.css?1408459644" rel="stylesheet"
type="text/css" >
<![endif]-->
<link href="skins/contrib/Dusk/global.css%3F1408459639.css" rel="stylesheet"
type="text/css" title="Dusk">
<script type="text/javascript" src="js/yui/yahoo-dom-event/yahoo-dom-event.js%3F1408459544"></script><script type="text/javascript" src="js/yui/cookie/cookie-min.js%3F1408459566"></script><script type="text/javascript" src="js/yui/datasource/datasource-min.js%3F1408459570"></script><script type="text/javascript" src="js/yui/connection/connection-min.js%3F1408459567"></script><script type="text/javascript" src="js/yui/json/json-min.js%3F1408459541"></script><script type="text/javascript" src="js/yui/autocomplete/autocomplete-min.js%3F1408459567"></script><script type="text/javascript" src="js/global.js%3F1408459574"></script>
<script type="text/javascript">
<!--
YAHOO.namespace('bugzilla');
YAHOO.util.Event.addListener = function (el, sType, fn, obj, overrideContext) {
if ( ("onpagehide" in window || YAHOO.env.ua.gecko) && sType === "unload") { sType = "pagehide"; };
var capture = ((sType == "focusin" || sType == "focusout") && !YAHOO.env.ua.ie) ? true : false;
return this._addListener(el, this._getType(sType), fn, obj, overrideContext, capture);
};
if ( "onpagehide" in window || YAHOO.env.ua.gecko) {
YAHOO.util.Event._simpleRemove(window, "unload",
YAHOO.util.Event._unload);
}
function unhide_language_selector() {
YAHOO.util.Dom.removeClass(
'lang_links_container', 'bz_default_hidden'
);
}
YAHOO.util.Event.onDOMReady(unhide_language_selector);
var BUGZILLA = {
param: {
cookiepath: '\/',
maxusermatches: 100
},
constant: {
COMMENT_COLS: 80
},
string: {
attach_desc_required:
'You must enter a Description for this attachment.',
component_required:
'You must select a Component for this bug.',
description_required:
'You must enter a Description for this bug.',
short_desc_required:
'You must enter a Summary for this bug.',
version_required:
'You must select a Version for this bug.'
}
};
// -->
</script>
<script type="text/javascript" src="js/attachment.js%3F1408459575"></script><script type="text/javascript" src="js/field.js%3F1408459572"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Bugzilla" href="search_plugin.cgi">
<link rel="shortcut icon" href="images/favicon.ico" >
</head>
<body onload=""
class="bugs-bibletime-info no_javascript yui-skin-sam">
<div id="header">
<div id="banner">
</div>
<table border="0" cellspacing="0" cellpadding="0" id="titles">
<tr>
<td id="title">
<p>Bugzilla –
Attachment 13 Details for
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED MOVED TO NEW ISSUE TRACKER - New feature: detailed search analysis"
href="show_bug.cgi%3Fid=12.html">Bug 12</a></p>
</td>
<td id="subtitle">
<p class="subheader">New feature: detailed search analysis</p>
</td>
</tr>
</table>
<table id="lang_links_container" cellpadding="0" cellspacing="0"
class="bz_default_hidden"><tr><td>
</td></tr></table>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><span class="separator">| </span><a href="enter_bug.cgi.html">New</a></li>
<li><span class="separator">| </span><a href="describecomponents.cgi.html">Browse</a></li>
<li><span class="separator">| </span><a href="query.cgi.html">Search</a></li>
<li class="form">
<span class="separator">| </span>
<form action="http://bugs.bibletime.info/buglist.cgi" method="get"
onsubmit="if (this.quicksearch.value == '')
{ alert('Please enter one or more search terms first.');
return false; } return true;">
<input type="hidden" id="no_redirect_top" name="no_redirect" value="0">
<script type="text/javascript">
if (history && history.replaceState) {
var no_redirect = document.getElementById("no_redirect_top");
no_redirect.value = 1;
}
</script>
<input class="txt" type="text" id="quicksearch_top" name="quicksearch"
title="Quick Search" value="">
<input class="btn" type="submit" value="Search"
id="find_top"></form>
<a href="page.cgi%3Fid=quicksearch.html" title="Quicksearch Help">[?]</a></li>
<li><span class="separator">| </span><a href="report.cgi.html">Reports</a></li>
<li></li>
<li>
<span class="separator">| </span>
<a href="docs/en/html/attachments.html" target="_blank">Help</a>
</li>
<li id="new_account_container_top">
<span class="separator">| </span>
<a href="createaccount.cgi.html">New Account</a>
</li>
<li id="mini_login_container_top">
<span class="separator">| </span>
<a id="login_link_top" href="attachment.cgi%3Fid=13&action=edit&GoAheadAndLogIn=1.html"
onclick="return show_mini_login_form('_top')">Log In</a>
<form action="attachment.cgi%3Fid=13&action=edit.html" method="POST"
class="mini_login bz_default_hidden"
id="mini_login_top"
onsubmit="return check_mini_login_fields( '_top' );"
>
<input id="Bugzilla_login_top"
class="bz_login"
name="Bugzilla_login"
title="Login"
onfocus="mini_login_on_focus('_top')"
>
<input class="bz_password"
id="Bugzilla_password_top"
name="Bugzilla_password"
type="password"
title="Password"
>
<input class="bz_password bz_default_hidden bz_mini_login_help" type="text"
id="Bugzilla_password_dummy_top" value="password"
title="Password"
onfocus="mini_login_on_focus('_top')"
>
<input type="checkbox" id="Bugzilla_remember_top"
name="Bugzilla_remember" value="on" class="bz_remember"
>
<label for="Bugzilla_remember_top">Remember</label>
<input type="hidden" name="Bugzilla_login_token"
value="1408461573-glBO8jg9amz9D1zWyQjtYeRdT-rSv5cCutxcJ5QXfVY">
<input type="submit" name="GoAheadAndLogIn" value="Log in"
id="log_in_top">
<script type="text/javascript">
mini_login_constants = {
"login" : "login",
"warning" : "You must set the login and password before logging in."
};
if (YAHOO.env.ua.gecko || YAHOO.env.ua.ie || YAHOO.env.ua.opera) {
YAHOO.util.Event.onDOMReady(function() {
init_mini_login_form('_top');
});
}
else {
YAHOO.util.Event.on(window, 'load', function () {
window.setTimeout(function() {
init_mini_login_form('_top');
}, 200);
});
}
</script>
<a href="attachment.cgi%3Fid=13&action=edit.html#" onclick="return hide_mini_login_form('_top')">[x]</a>
</form>
</li>
<li id="forgot_container_top">
<span class="separator">| </span>
<a id="forgot_link_top" href="attachment.cgi%3Fid=13&action=edit&GoAheadAndLogIn=1.html#forgot"
onclick="return show_forgot_form('_top')">Forgot Password</a>
<form action="http://bugs.bibletime.info/token.cgi" method="post" id="forgot_form_top"
class="mini_forgot bz_default_hidden">
<label for="login_top">Login:</label>
<input type="text" name="loginname" size="20" id="login_top">
<input id="forgot_button_top" value="Reset Password"
type="submit">
<input type="hidden" name="a" value="reqpw">
<input type="hidden" id="token_top" name="token" value="1408461573-yuLUqgTyW_cUWGQBjk2JlNSQebEdLxIE-DzQD2ybi4Y">
<a href="attachment.cgi%3Fid=13&action=edit.html#" onclick="return hide_forgot_form('_top')">[x]</a>
</form>
</li>
</ul>
</div>
<div id="bugzilla-body">
<script type="text/javascript" src="tracker.js"></script>
<script type="text/javascript">try{var t=Piwik.getTracker("http://bugs.bibletime.info/tracker",5);t.trackPageView();t.enableLinkTracking();}catch(err){}</script><noscript><p><img src="tracker%3Fidsite=5" style="border:0;display:absolute" alt=""/></p></noscript>
<div id="message" style="text-align:center;font-size:200%"><b>NB!</b> Bugs.bibletime.org will be shut down in a few weeks. Please file new bugs to <a href="https://github.com/bibletime/bibletime/issues">our new issue tracker at GitHub</a>.</div>
<form method="post" action="http://bugs.bibletime.info/attachment.cgi" onsubmit="normalizeComments();">
<input type="hidden" name="id" value="13">
<input type="hidden" name="action" value="update">
<input type="hidden" name="contenttypemethod" value="manual">
<input type="hidden" name="delta_ts" value="2012-03-10 18:45:02">
<div id="attachment_info" class="attachment_info read">
<div id="attachment_attributes">
<div id="attachment_information_read_only" class="">
<div class="title">
<span class="" title=""> Context menu search by clicking on a word #2
</span>
</div>
<div class="details">Screenshot at 2012-03-10 17:40:19.png (image/png),
100.18 KB, created by <span class="vcard"><span class="fn">Christopher Vella</span>
</span> on 2012-03-10 18:45 EET
</div>
</div>
<div id="attachment_information_edit">
<span class="bz_hide">
(<a href="javascript:toggle_attachment_details_visibility();">hide</a>)
</span>
<div id="attachment_description">
<label for="description">Description:</label> <textarea name="description" id="description" class="block bz_hidden_option" wrap="soft"
rows="3"
cols="25">Context menu search by clicking on a word #2</textarea>
</div>
<div id="attachment_filename">
<label for="filename">Filename:</label>
<input type="text" size="20" class="text block bz_hidden_option"
id="filename" name="filename"
value="Screenshot at 2012-03-10 17:40:19.png">
</div>
<div id="attachment_mimetype">
<label for="contenttypeentry">MIME Type:</label>
<input type="text" size="20" class="text block bz_hidden_option"
id="contenttypeentry" name="contenttypeentry"
value="image/png">
</div>
<div id="attachment_creator">
<span class="label">Creator:</span>
<span class="vcard"><span class="fn">Christopher Vella</span>
</span>
</div>
<div id="attachment_created">
<span class="label">Created:</span>
2012-03-10 18:45 EET
</div>
<div id="attachment_size">
<span class="label">Size:</span>
100.18 KB
</div>
<div id="attachment_ispatch">
<input type="checkbox" id="ispatch" name="ispatch" value="1"
>
<label for="ispatch">patch</label>
</div>
<div class="readonly">
<div class="checkboxes">
<div id="attachment_isobsolete">
<input type="checkbox" id="isobsolete" name="isobsolete" value="1"
>
<label for="isobsolete">obsolete</label>
</div>
</div>
</div>
</div>
<div id="attachment_view_window">
<div id="view_disabled">
<p><b>
The attachment is not viewable in your browser due to security
restrictions enabled by your Bugzilla administrator.
</b></p>
<p><b>
In order to view the attachment, you first have to
<a href="attachment.cgi%3Fid=13">download it</a>.
</b></p>
</div>
</div>
<div id="attachment_comments_and_flags">
<div id="attachment_flags">
</div>
</div>
</div>
</div>
</form>
<div id="attachment_actions">
<span class="label">Actions:</span>
<a href="attachment.cgi%3Fid=13">View</a>
</div>
<div id="attachment_list">
Attachments on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED MOVED TO NEW ISSUE TRACKER - New feature: detailed search analysis"
href="show_bug.cgi%3Fid=12.html">bug 12</a>:
<a href="attachment.cgi%3Fid=11&action=edit.html"
title="Biblia Clerus screenshot.jpg">11</a> |
<a href="attachment.cgi%3Fid=12&action=edit.html"
title="Context menu search by clicking on a word #1">12</a> |
13 |
<a href="attachment.cgi%3Fid=14&action=edit.html"
title="Context menu search by clicking on a word #3">14</a> |
<a href="attachment.cgi%3Fid=15&action=edit.html"
title="Context menu search by clicking on a word #4">15</a>
</div>
</div>
<div id="footer">
<div class="intro"></div>
<ul id="useful-links">
<li id="links-actions"><ul class="links">
<li><a href="index.html">Home</a></li>
<li><span class="separator">| </span><a href="enter_bug.cgi.html">New</a></li>
<li><span class="separator">| </span><a href="describecomponents.cgi.html">Browse</a></li>
<li><span class="separator">| </span><a href="query.cgi.html">Search</a></li>
<li class="form">
<span class="separator">| </span>
<form action="http://bugs.bibletime.info/buglist.cgi" method="get"
onsubmit="if (this.quicksearch.value == '')
{ alert('Please enter one or more search terms first.');
return false; } return true;">
<input type="hidden" id="no_redirect_bottom" name="no_redirect" value="0">
<script type="text/javascript">
if (history && history.replaceState) {
var no_redirect = document.getElementById("no_redirect_bottom");
no_redirect.value = 1;
}
</script>
<input class="txt" type="text" id="quicksearch_bottom" name="quicksearch"
title="Quick Search" value="">
<input class="btn" type="submit" value="Search"
id="find_bottom"></form>
<a href="page.cgi%3Fid=quicksearch.html" title="Quicksearch Help">[?]</a></li>
<li><span class="separator">| </span><a href="report.cgi.html">Reports</a></li>
<li></li>
<li>
<span class="separator">| </span>
<a href="docs/en/html/attachments.html" target="_blank">Help</a>
</li>
<li id="new_account_container_bottom">
<span class="separator">| </span>
<a href="createaccount.cgi.html">New Account</a>
</li>
<li id="mini_login_container_bottom">
<span class="separator">| </span>
<a id="login_link_bottom" href="attachment.cgi%3Fid=13&action=edit&GoAheadAndLogIn=1.html"
onclick="return show_mini_login_form('_bottom')">Log In</a>
<form action="attachment.cgi%3Fid=13&action=edit.html" method="POST"
class="mini_login bz_default_hidden"
id="mini_login_bottom"
onsubmit="return check_mini_login_fields( '_bottom' );"
>
<input id="Bugzilla_login_bottom"
class="bz_login"
name="Bugzilla_login"
title="Login"
onfocus="mini_login_on_focus('_bottom')"
>
<input class="bz_password"
id="Bugzilla_password_bottom"
name="Bugzilla_password"
type="password"
title="Password"
>
<input class="bz_password bz_default_hidden bz_mini_login_help" type="text"
id="Bugzilla_password_dummy_bottom" value="password"
title="Password"
onfocus="mini_login_on_focus('_bottom')"
>
<input type="checkbox" id="Bugzilla_remember_bottom"
name="Bugzilla_remember" value="on" class="bz_remember"
>
<label for="Bugzilla_remember_bottom">Remember</label>
<input type="hidden" name="Bugzilla_login_token"
value="1408461573-glBO8jg9amz9D1zWyQjtYeRdT-rSv5cCutxcJ5QXfVY">
<input type="submit" name="GoAheadAndLogIn" value="Log in"
id="log_in_bottom">
<script type="text/javascript">
mini_login_constants = {
"login" : "login",
"warning" : "You must set the login and password before logging in."
};
if (YAHOO.env.ua.gecko || YAHOO.env.ua.ie || YAHOO.env.ua.opera) {
YAHOO.util.Event.onDOMReady(function() {
init_mini_login_form('_bottom');
});
}
else {
YAHOO.util.Event.on(window, 'load', function () {
window.setTimeout(function() {
init_mini_login_form('_bottom');
}, 200);
});
}
</script>
<a href="attachment.cgi%3Fid=13&action=edit.html#" onclick="return hide_mini_login_form('_bottom')">[x]</a>
</form>
</li>
<li id="forgot_container_bottom">
<span class="separator">| </span>
<a id="forgot_link_bottom" href="attachment.cgi%3Fid=13&action=edit&GoAheadAndLogIn=1.html#forgot"
onclick="return show_forgot_form('_bottom')">Forgot Password</a>
<form action="http://bugs.bibletime.info/token.cgi" method="post" id="forgot_form_bottom"
class="mini_forgot bz_default_hidden">
<label for="login_bottom">Login:</label>
<input type="text" name="loginname" size="20" id="login_bottom">
<input id="forgot_button_bottom" value="Reset Password"
type="submit">
<input type="hidden" name="a" value="reqpw">
<input type="hidden" id="token_bottom" name="token" value="1408461573-yuLUqgTyW_cUWGQBjk2JlNSQebEdLxIE-DzQD2ybi4Y">
<a href="attachment.cgi%3Fid=13&action=edit.html#" onclick="return hide_forgot_form('_bottom')">[x]</a>
</form>
</li>
</ul>
</li>
</ul>
<div class="outro"></div>
</div>
</body>
</html>