summaryrefslogtreecommitdiffstats
path: root/design/white-site/src/site/xdoc/find-artifact.xml
blob: d697faf0a3db5d04aa09a8b8e0efded920955298 (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
<document>
  <properties>
    <title>Maven Repository Manager</title>
  </properties>
  <body>
    <h1>Find Artifact</h1>

    <div id="contentArea">
      <div id="searchBox">
        <form action="results.html">
          <p>
            <input type="file" size="50"/>
            <input type="submit" value="Go!"/>
          </p>
          <p>
            Select the file you would like to locate in the remote repository.
            The entire file will
            <b>not</b>
            be uploaded to the server. See the progress bar below for progress of
            locally creating a checksum that is uploaded to the server after you hit "Go!".
          </p>
          <p>
            <img src="images/progress-bar.png" width="409" height="29" alt=""/>
          </p>
        </form>
      </div>
    </div>
  </body>
</document>