File indexing completed on 2024-12-22 05:33:22
0001 <?php 0002 0003 include("gfx3/lib.php"); 0004 0005 $id = EHeaderDataParser::db_get("id"); 0006 0007 echo "<div class=\"modal-header\"> 0008 <button type=\"button\" class=\"close\" data-dismiss=\"modal\">×</button> 0009 <h3>Are you sure?</h3> 0010 </div> 0011 0012 0013 <div class=\"modal-body\"> 0014 <h1>Are you sure?</h1> 0015 <p>Once you delete this game, you won't able to recover it in any way!</p> 0016 </div> 0017 0018 </div> 0019 <div class=\"modal-footer\" style=\"background-color:#FFFFFF;\"> 0020 <a href=\"/deleteGameAction.php?id=$id\" target=\"_self\"><div class=\"btn btn-danger\">I'm sure!</div></a> 0021 </div> 0022 0023 </form>"; 0024 0025 0026 ?>