Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9280b4691560ea8b1aa49a023be8d1c025784d74 (plain) (blame)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>Locate attachment</title>


<link rel="Top" href="http://mylar.eclipse.org/bugs222/">

    

    <script type="text/javascript">
  <!--
  
  function initHelp() {}
  // -->
  </script>

    <link href="skins/standard/global.css" rel="stylesheet" type="text/css">
    <link href="skins/custom/global.css" rel="stylesheet" type="text/css">



    

  </head>



  <body onload="document.forms['choose-id'].id.focus()"
        class="mylar-eclipse-org-bugs222">


<div id="banner">
    <div class="intro"></div>
      <p id="banner-name">
        <span>This is Bugzilla</span>
      </p>
      <p id="banner-version">
        <a href="http://www.bugzilla.org/"><span>Bugzilla</span></a>
        <span>Version 2.22.1</span>
      </p>
    <div class="outro"></div>
    </div>

<div id="header">
    <h1>Locate attachment</h1>


</div>

<form name="choose-id" method="get" action="attachment.cgi">
  <p>Access an attachment by entering its ID into the form below:</p>
  <p>Attachment ID: <input name="id" size="6">
  <button name="action" value="edit">&nbsp;Edit&nbsp;</button>
  <button name="action" value="view">View</button>
  </p>
</form>

<form method="get" action="show_bug.cgi">
  <p>Or, access it from the list of attachments in its associated bug report:</p>
  <p>Bug ID: <input name="id" size="6">
  <input type="submit" name="action" value="View">
  </p>
</form>
<div id="footer">
  <div class="intro"></div>




<div id="useful-links">
  <div id="links-actions">
    <div class="label">Actions:</div>
    <div class="links">
        <a href="./">Home</a> | 
        <a href="enter_bug.cgi">New</a> | 
        <a href="query.cgi">Search</a> |
        
        <form action="buglist.cgi" method="get"
              onsubmit="if (this.quicksearch.value == '')
                        { alert('Please enter one or more search terms first.');
                          return false; } return true;">
            <input class="txt" type="text" name="quicksearch">
            <input class="btn" type="submit" value="Find">
        </form> |
        
        <a href="report.cgi">Reports</a> 
        
          | <a href="request.cgi">Requests</a>
              
        
              | <a href="createaccount.cgi">New&nbsp;Account</a>
            | <a href="index.cgi?GoAheadAndLogIn=1">Log&nbsp;In</a>
    </div>
  </div>
      
    

    
    
  <div id="links-saved">
    <div class="label">
    </div>
    <div class="links">

    </div>
  </div>

  


  
</div>

  <div class="outro"></div>
</div>

</body>
</html>

Back to the top