summaryrefslogtreecommitdiff
path: root/flagged.html
blob: 3f1b6f7e07f31a96ec2c1c45e3d7c30cf54880bc (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
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
        <title>Alpine Linux aports viewer</title>
        <link rel="stylesheet" href="public/lib/bootstrap/3.3.5/css/bootstrap.min.css">
        <link rel="stylesheet" href="public/css/aports.api.css">
    </head>
    <body>
        <div class="container">
        <div class="page-header"><h3><a href='flagged.html'>Search for packages</a></h3></div>

            <div class="panel-body">
                <form class="form-inline" role="form" id="search">
                    <div class="form-group">
                        <div class="input-group">
                            <input type="text" class="form-control" id="origin" name="origin" value="" placeholder="Origin" autofocus>
                            <span data-toggle="tooltip" class="input-group-addon cursor-pointer" title="Use _ as wildcards">?</span>
                        </div>
                    </div>

                </form>
            </div>
        </div>

        <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
        <script src="public/lib/jquery/1.11.3/jquery.min.js"></script>
        <!-- Latest compiled and minified JavaScript -->
        <script src="public/lib/bootstrap/3.3.5/js/bootstrap.min.js"></script>

        <script src="public/lib/util/urlparser.js"></script>
        <script src="public/lib/util/dt/date.format.js"></script>
        <script src="public/lib/twbs-pagination/1.2.5/jquery.twbsPagination.min.js"></script>

        <script src="public/js/aports.api.js"></script>
        <script src="public/js/aports.flagged.js"></script>

    </body>
</html>