Skip to content
Snippets Groups Projects
Commit 856f46c2 authored by Bitha17's avatar Bitha17
Browse files

template edits

parent bb780a34
No related merge requests found
......@@ -17,5 +17,4 @@
<button type="submit" id="updateEvent">Update Event</button>
</form>
</div>
<!-- <a href="#">Buy Tickets</a> -->
</div>
\ No newline at end of file
<div class="history-container">
<h2><?php echo $pembelian['pembelian_id']; ?></h2>
<div class="row">
<!-- <h2><?php echo $pembelian['pembelian_id']; ?></h2> -->
<div class="row"><img src="<?php echo '../../../'.$pembelian['gambar']; ?>" alt="<?php echo $event['event_name']; ?>" width="200">
<div class="column">
<p><strong>Location:</strong> <?php echo $pembelian['event_location']; ?></p>
<p><strong>Date/Time:</strong> <?php echo $pembelian['event_date']; ?></p>
<p><strong>Ticket Price:</strong> <?php echo $pembelian['event_price']; ?></p>
<p><strong>Tickets Left:</strong> <?php echo $pembelian['event_stock']; ?></p>
</div>
<div class="column">
<p><strong>Ticket ID:</strong> <?php echo $pembelian['ticket_id']; ?></p>
<p><strong>User ID:</strong> <?php echo $pembelian['user_id']; ?></p>
......
......@@ -2,9 +2,9 @@
<div class="row">
<div class="navbar-toggle" onclick="toggleMenu()"></div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Profile</a></li>
<li><a href="../home/home.php">Home</a></li>
<li><a href="../home/home.php">Events</a></li>
<li><a href="../profile/view_profile.php">Profile</a></li>
<li><a href="../history/history.php">History</a></li>
<!-- Logout Button -->
<li>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment