init commit
This commit is contained in:
245
libs/phantombot/web/panel/pages/games/games.html
Normal file
245
libs/phantombot/web/panel/pages/games/games.html
Normal file
@@ -0,0 +1,245 @@
|
||||
<!--
|
||||
Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<main>
|
||||
<!-- Header -->
|
||||
<section class="content-header">
|
||||
<h1>Games</h1>
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="javascript:void(0);"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||
<li class="active">Games</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<!-- Main content -->
|
||||
<section class="content">
|
||||
<div class="row">
|
||||
<!-- Adventure game -->
|
||||
<div class="col-md-4">
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
<div class="box-tools pull-right">
|
||||
<label class="switch" data-toggle="tooltip" title="Module toggle.">
|
||||
<input type="checkbox" id="adventureSystemToggle" data-game-toggle="./games/adventureSystem.js" checked>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<button type="button" id="adventureSystemSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
|
||||
<i class="fa fa-cog fa-lg"></i>
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="box-title">Adventures</h3>
|
||||
</div>
|
||||
|
||||
<form role="form">
|
||||
<!-- Box content -->
|
||||
<div class="box-body">
|
||||
<p class="auto-cut">Let your viewers go on adventures and have the survivors win points.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Roulette game -->
|
||||
<div class="col-md-4">
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
<div class="box-tools pull-right">
|
||||
<label class="switch" data-toggle="tooltip" title="Module toggle.">
|
||||
<input type="checkbox" id="rouletteToggle" data-game-toggle="./games/roulette.js" checked>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<button type="button" id="rouletteSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
|
||||
<i class="fa fa-cog fa-lg"></i>
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="box-title">Russian Roulette</h3>
|
||||
</div>
|
||||
|
||||
<form role="form">
|
||||
<!-- Box content -->
|
||||
<div class="box-body">
|
||||
<p class="auto-cut">Let your viewers play Russian roulette to test their luck.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Slot Machine game -->
|
||||
<div class="col-md-4">
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
<div class="box-tools pull-right">
|
||||
<label class="switch" data-toggle="tooltip" title="Module toggle.">
|
||||
<input type="checkbox" id="slotMachineToggle" data-game-toggle="./games/slotMachine.js" checked>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<button type="button" id="slotMachineSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
|
||||
<i class="fa fa-cog fa-lg"></i>
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="box-title">Slot Machine</h3>
|
||||
</div>
|
||||
|
||||
<form role="form">
|
||||
<!-- Box content -->
|
||||
<div class="box-body">
|
||||
<p class="auto-cut">Let your viewers pull the lever and see if they get matching emotes.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<!-- Dice Roll game -->
|
||||
<div class="col-md-4">
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
<div class="box-tools pull-right">
|
||||
<label class="switch" data-toggle="tooltip" title="Module toggle.">
|
||||
<input type="checkbox" id="rollToggle" data-game-toggle="./games/roll.js" checked>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<button type="button" id="rollSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
|
||||
<i class="fa fa-cog fa-lg"></i>
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="box-title">Dice Roll</h3>
|
||||
</div>
|
||||
|
||||
<form role="form">
|
||||
<!-- Box content -->
|
||||
<div class="box-body">
|
||||
<p class="auto-cut">Let your viewers role the dices and see if they get lucky.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Gambling game -->
|
||||
<div class="col-md-4">
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
<div class="box-tools pull-right">
|
||||
<label class="switch" data-toggle="tooltip" title="Module toggle.">
|
||||
<input type="checkbox" id="gamblingToggle" data-game-toggle="./games/gambling.js" checked>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<button type="button" id="gamblingSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
|
||||
<i class="fa fa-cog fa-lg"></i>
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="box-title">Gambling</h3>
|
||||
</div>
|
||||
|
||||
<form role="form">
|
||||
<!-- Box content -->
|
||||
<div class="box-body">
|
||||
<p class="auto-cut">Let your viewers gamble all of their points or get lucky and win big.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Kill game -->
|
||||
<div class="col-md-4">
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
<div class="box-tools pull-right">
|
||||
<label class="switch" data-toggle="tooltip" title="Module toggle.">
|
||||
<input type="checkbox" id="killCommandToggle" data-game-toggle="./games/killCommand.js" checked>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<button type="button" id="killCommandSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
|
||||
<i class="fa fa-cog fa-lg"></i>
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="box-title">Kill Game</h3>
|
||||
</div>
|
||||
|
||||
<form role="form">
|
||||
<!-- Box content -->
|
||||
<div class="box-body">
|
||||
<p class="auto-cut">Let your viewers try to "kill" each other in chat without getting caught by the cops.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<!-- 8ball game -->
|
||||
<div class="col-md-4">
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
<div class="box-tools pull-right">
|
||||
<label class="switch" data-toggle="tooltip" title="Module toggle.">
|
||||
<input type="checkbox" id="8ballToggle" data-game-toggle="./games/8ball.js" checked>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<button type="button" class="btn btn-md btn-box-tool disabled" data-toggle="tooltip" title="This module doesn't have any settings." style="margin-bottom: 7px;">
|
||||
<i class="fa fa-cog fa-lg disabled"></i>
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="box-title">Magic 8-ball</h3>
|
||||
</div>
|
||||
|
||||
<form role="form">
|
||||
<!-- Box content -->
|
||||
<div class="box-body">
|
||||
<p class="auto-cut">Have any questions? Ask the Magic 8-ball anything and it will guide you.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Random game -->
|
||||
<div class="col-md-4">
|
||||
<div class="box box-solid">
|
||||
<div class="box-header with-border">
|
||||
<div class="box-tools pull-right">
|
||||
<label class="switch" data-toggle="tooltip" title="Module toggle.">
|
||||
<input type="checkbox" id="randomToggle" data-game-toggle="./games/random.js" checked>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<button type="button" class="btn btn-md btn-box-tool" id="randomSettings" data-toggle="tooltip" style="margin-bottom: 7px;">
|
||||
<i class="fa fa-cog fa-lg"></i>
|
||||
</button>
|
||||
</div>
|
||||
<h3 class="box-title">Random Command</h3>
|
||||
</div>
|
||||
|
||||
<form role="form">
|
||||
<!-- Box content -->
|
||||
<div class="box-body">
|
||||
<p class="auto-cut">Let chat get weird real fast with random responses from the bot.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- games -->
|
||||
<script src="/panel/js/pages/games/games.js"></script>
|
||||
</main>
|
||||
Reference in New Issue
Block a user