Subversion Repositories cheapmusic

Rev

Rev 128 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 128 Rev 134
Line 54... Line 54...
54
<body>
54
<body>
55
 
55
 
56
    <form method="post" action="/report.php">
56
    <form method="post" action="/report.php">
57
        <nav class="navbar navbar-expand-sm bg-black navbar-dark fixed-top">
57
        <nav class="navbar navbar-expand-sm bg-black navbar-dark fixed-top">
58
            <div class="navbar-header">
58
            <div class="navbar-header">
59
                <button type="submit" name="submit" value="Search" class="btn text-white">Find Cheap Music</button>
59
                <button type="submit" name="submitBtn" value="Search" class="btn text-white">Find Cheap Music</button>
60
            </div>
60
            </div>
61
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
61
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
62
                <span class="navbar-toggler-icon"></span>
62
                <span class="navbar-toggler-icon"></span>
63
            </button>
63
            </button>
64
        </nav>
64
        </nav>
Line 95... Line 95...
95
<div class="mt-2">
95
<div class="mt-2">
96
<label class="mr-2" for="width">Width: </label><input name="width" type="number" value="<?php echo $width;?>" /> 
96
<label class="mr-2" for="width">Width: </label><input name="width" type="number" value="<?php echo $width;?>" /> 
97
<label class="mx-2" for="height">Height: </label><input name="height" type="number" value="<?php echo $height;?>" /> 
97
<label class="mx-2" for="height">Height: </label><input name="height" type="number" value="<?php echo $height;?>" /> 
98
</div>
98
</div>
99
<div class="mt-2">
99
<div class="mt-2">
100
<input type="submit" name="submit" value="Submit" />
100
<input type="submit" name="submitBtn" value="Submit" />
101
</div>
101
</div>
102
    </form>
102
    </form>
103
    
103
    
104
<hr>
104
<hr>
105
 
105