Skip to content

Commit

Permalink
ungrouped event spin wheel slot mechanism added
Browse files Browse the repository at this point in the history
  • Loading branch information
TENSHKUMAR-KKT-2004 committed Sep 8, 2024
1 parent 6df448a commit e5b293c
Show file tree
Hide file tree
Showing 11 changed files with 392 additions and 394 deletions.
8 changes: 4 additions & 4 deletions AdminOfWaves24.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

if ($data == 0) {
?>
<a href=<?php echo '/allotment/ungroped.php?eventName=' . urlencode($event['event_name']) ?> class="btn confer-btn"> Slot <i class="zmdi zmdi-long-arrow-right"></i></a>
<a href=<?php echo '/allotment/ungrouped.php?eventName=' . urlencode($event['event_name']) ?> class="btn confer-btn"> Slot <i class="zmdi zmdi-long-arrow-right"></i></a>
<?php
}else{
?>
Expand Down Expand Up @@ -246,7 +246,7 @@

if ($data == 0) {
?>
<a href=<?php echo '/allotment/ungroped.php?eventName=' . urlencode($event['event_name']) ?> class="btn confer-btn"> Slot <i class="zmdi zmdi-long-arrow-right"></i></a>
<a href=<?php echo '/allotment/ungrouped.php?eventName=' . urlencode($event['event_name']) ?> class="btn confer-btn"> Slot <i class="zmdi zmdi-long-arrow-right"></i></a>
<?php
}else{
?>
Expand Down Expand Up @@ -302,7 +302,7 @@

if ($data == 0) {
?>
<a href=<?php echo '/allotment/ungroped.php?eventName=' . urlencode($event['event_name']) ?> class="btn confer-btn"> Slot <i class="zmdi zmdi-long-arrow-right"></i></a>
<a href=<?php echo '/allotment/ungrouped.php?eventName=' . urlencode($event['event_name']) ?> class="btn confer-btn"> Slot <i class="zmdi zmdi-long-arrow-right"></i></a>
<?php
}else{
?>
Expand Down Expand Up @@ -360,7 +360,7 @@

if ($data == 0) {
?>
<a href=<?php echo '/allotment/ungroped.php?eventName=' . urlencode($event['event_name']) ?> class="btn confer-btn"> Slot <i class="zmdi zmdi-long-arrow-right"></i></a>
<a href=<?php echo '/allotment/ungrouped.php?eventName=' . urlencode($event['event_name']) ?> class="btn confer-btn"> Slot <i class="zmdi zmdi-long-arrow-right"></i></a>
<?php
}else{
?>
Expand Down
2 changes: 1 addition & 1 deletion allotment/groped.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<span></span>
</div>
<ul>
<li><a href="../AdminOfWaves23.php"><button type="button" class="btn btn-login btn-primary" data-toggle="modal" data-target="#loginModal">BACK</button></a> </li>
<li><a href="../AdminOfWaves24.php"><button type="button" class="btn btn-login btn-primary" data-toggle="modal" data-target="#loginModal">BACK</button></a> </li>
</ul>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion allotment/team/boys.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<span></span>
</div>
<ul>
<li><a href="../../AdminOfWaves23.php"><button type="button" class="btn btn-login btn-primary" data-toggle="modal" data-target="#loginModal">BACK</button></a> </li>
<li><a href="../../AdminOfWaves24.php"><button type="button" class="btn btn-login btn-primary" data-toggle="modal" data-target="#loginModal">BACK</button></a> </li>
</ul>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion allotment/team/girls.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<span></span>
</div>
<ul>
<li><a href="../../AdminOfWaves23.php"><button type="button" class="btn btn-login btn-primary" data-toggle="modal" data-target="#loginModal">BACK</button></a> </li>
<li><a href="../../AdminOfWaves24.php"><button type="button" class="btn btn-login btn-primary" data-toggle="modal" data-target="#loginModal">BACK</button></a> </li>
</ul>
</nav>
</div>
Expand Down
111 changes: 0 additions & 111 deletions allotment/ungroped.js

This file was deleted.

Loading

0 comments on commit e5b293c

Please sign in to comment.