-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e2cdc29
Showing
182 changed files
with
39,432 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Compiled source # | ||
################### | ||
.com | ||
.class | ||
.dll | ||
.exe | ||
.o | ||
.so | ||
*.map | ||
|
||
# Packages # | ||
############ | ||
# it's better to unpack these files and commit the raw source | ||
# git has its own built in compression methods | ||
.7z | ||
.dmg | ||
.gz | ||
.iso | ||
.jar | ||
.rar | ||
.tar | ||
.zip | ||
|
||
# Logs and databases # | ||
###################### | ||
.log | ||
.sql | ||
.sqlite | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store | ||
._ | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
.sass-cache | ||
|
||
|
||
# Folders # | ||
###################### | ||
|
||
.idea | ||
node_modules | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Code Repository for Bally Technologies TableView re-skin | ||
======================================================== | ||
|
||
HTML/CSS code base for static pages | ||
|
||
### Install | ||
|
||
* Download/clone the repo | ||
* Run `npm install` | ||
* Run `gulp` and navigate to `http://localhost:8000` to view the pages | ||
|
||
### Tutorial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="initial-scale=1, maximum-scale=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<title></title> | ||
<link rel="stylesheet" href="styles/app.css"> | ||
</head> | ||
<body ng-app="LayoutApp" ng-cloak> | ||
|
||
|
||
<div class="container"> | ||
<h1>Pages</h1> | ||
<h5><a href="login.html" target="_blank">Pre Login</a></h5> | ||
<h5><a href="change-password.html" target="_blank">Change Password</a></h5> | ||
<h5><a href="language.html" target="_blank">Language Change</a></h5> | ||
<h5><a href="domainlogin.html" target="_blank">Login with Domain</a></h5> | ||
<h5><a href="domainloginerror.html" target="_blank">Login Domain with Errors</a></h5> | ||
<h5><a href="loading.html" target="_blank">Loading</a></h5> | ||
<h5><a href="selectCasino.html" target="_blank">Select Casino</a></h5> | ||
<h5><a href="selectRole.html" target="_blank">Select Role</a></h5> | ||
<h5><a href="closedTable.html" target="_blank">Closed Table View</a></h5> | ||
<h5><a href="removeLid.html" target="_blank">Remove Lid -[ Update Rack ]</a></h5> | ||
<h5><a href="removelid-secAuth.html" target="_blank">Remove Lid -[ Sec Authorization ]</a></h5> | ||
<h5><a href="max-min-bet.html" target="_blank">Remove Lid -[ Min/Max Bet ]</a></h5> | ||
<h5><a href="removeLid-summary.html" target="_blank">Remove Lid -[ Summary ]</a></h5> | ||
<h5><a href="inventory-log.html" target="_blank">Inventory Log</a></h5> | ||
<h5><a href="end-shift.html" target="_blank">End Shift -[Pending Fills/ Credits]</a></h5> | ||
<h5><a href="end-shift-confirmed.html" target="_blank">End Shift -[Confirmed]</a></h5> | ||
<h5><a href="end-shift-pending-ratings.html" target="_blank">End Shift -[Pending Rating]</a></h5> | ||
</div> | ||
|
||
|
||
|
||
|
||
</body> | ||
<script type="text/javascript" src="scripts/libs/jquery-1-12-2-min.js"></script> | ||
<script type="text/javascript" src="scripts/libs/bootstrap-min.js"></script> | ||
<script type="text/javascript" src="scripts/libs/bootstrap-select-min.js"></script> | ||
|
||
<script type="text/javascript" src="scripts/app.js"></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{% extends "html5.nunjucks" %} | ||
|
||
|
||
{% block content %} | ||
<div class="container"> | ||
<h1>Pages</h1> | ||
<h5><a href="login.html" target="_blank">Pre Login</a></h5> | ||
<h5><a href="change-password.html" target="_blank">Change Password</a></h5> | ||
<h5><a href="language.html" target="_blank">Language Change</a></h5> | ||
<h5><a href="domainlogin.html" target="_blank">Login with Domain</a></h5> | ||
<h5><a href="domainloginerror.html" target="_blank">Login Domain with Errors</a></h5> | ||
<h5><a href="loading.html" target="_blank">Loading</a></h5> | ||
<h5><a href="selectCasino.html" target="_blank">Select Casino</a></h5> | ||
<h5><a href="selectRole.html" target="_blank">Select Role</a></h5> | ||
<h5><a href="closedTable.html" target="_blank">Closed Table View</a></h5> | ||
<h5><a href="removeLid.html" target="_blank">Remove Lid -[ Update Rack ]</a></h5> | ||
<h5><a href="removelid-secAuth.html" target="_blank">Remove Lid -[ Sec Authorization ]</a></h5> | ||
<h5><a href="max-min-bet.html" target="_blank">Remove Lid -[ Min/Max Bet ]</a></h5> | ||
<h5><a href="removeLid-summary.html" target="_blank">Remove Lid -[ Summary ]</a></h5> | ||
<h5><a href="inventory-log.html" target="_blank">Inventory Log</a></h5> | ||
<h5><a href="end-shift.html" target="_blank">End Shift -[Pending Fills/ Credits]</a></h5> | ||
<h5><a href="end-shift-confirmed.html" target="_blank">End Shift -[Confirmed]</a></h5> | ||
<h5><a href="end-shift-pending-ratings.html" target="_blank">End Shift -[Pending Rating]</a></h5> | ||
</div> | ||
|
||
|
||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<footer class="clearfix footer"> | ||
<div class="copyright"> | ||
<p>Copyright 2015-2016 Bally Gaming, Inc. All Rights Reserved</p> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
<nav> | ||
<ul> | ||
<li><a href="#">1</a></li> | ||
<li><a href="#">2</a></li> | ||
<li><a href="#">3</a></li> | ||
<li><a href="#">4</a></li> | ||
<li><a href="#">5</a></li> | ||
<li><a href="#">6</a></li> | ||
<li><a href="#">7</a></li> | ||
<li><a href="#">7</a></li> | ||
<li><a href="#">9</a></li> | ||
</ul> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<nav class="navbar navbar-inverse navbar-fixed-top"> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<a class="navbar-brand" href="#"> | ||
<img alt="Brand" src="images/Bally_Logo.svg" /> | ||
</a> | ||
<div ng-if="!$root.inView" class="out-view"> | ||
<ul class="nav navbar-nav pull-right "> | ||
<li> | ||
<a href="javascript:void(0)"><i class="icon-icon_Help"></i></a> | ||
</li> | ||
<li> | ||
<a href="javascript:void(0)" ng-click="languageModelOpen()"><i class="icon-icon_Language icon-help"></i></a> | ||
</li> | ||
</ul> | ||
<a href="#" class="brand"> | ||
<img alt="Brand" src="images/TableView_Logo.svg" /> | ||
</a> | ||
</div> | ||
<div ng-if="$root.inView" class="in-view"> | ||
<ul class="nav navbar-nav primary-actions"> | ||
<li><a href="" class="active">Home</a></li> | ||
<li><a href="">Dashboard</a></li> | ||
<li><a href="">Tables</a></li> | ||
<li><a href="">Players</a></li> | ||
</ul> | ||
<ul class="nav navbar-nav global-actions pull-right"> | ||
<li class="calculator"><a href="#"><i class="icon-icon_Calc"></i></a></li> | ||
<li><a href="#"><i class="icon-icon_Massage"></i></a></li> | ||
<li><a href="#"><i class="icon-icon_Alert"></i></a></li> | ||
<li><a href="#"><i class="icon-icon_Notifications"></i></a></li> | ||
<li class="profile"><a href="#"><i class="icon-icon_User"></i></a></li> | ||
<li class="humberger"><a href="#"><i class="icon-icon_Menu"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// (function() { | ||
// var langLength = $('.list-group a').length; | ||
// if (langLength >= 6) { | ||
// console.log("greater than 5"); | ||
// $(".languageModel").css({ "max-width": "390px" }); | ||
// var lg1 = $('.list-group'); | ||
// lg2 = $('<div>').attr('class', 'list-group'); | ||
// listgroup2Content = $('.list-group').find('a:gt(4)'); | ||
// lg2.append(listgroup2Content); | ||
// lg2.insertAfter(lg1); | ||
// $(".list-group").removeClass('col-md-20').addClass('col-md-10'); | ||
// } else { | ||
// $(".languageModel").css({ "max-width": "250px" }); | ||
// $(".list-group").removeClass('col-md-10').addClass('col-md-20'); | ||
// } | ||
|
||
// })(); | ||
|
||
(function() { | ||
angular.module('LayoutApp', ['ngAnimate', 'ui.bootstrap', 'mj.scrollingTabs']); | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
})(); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// (function() { | ||
// var langLength = $('.list-group a').length; | ||
// if (langLength >= 6) { | ||
// console.log("greater than 5"); | ||
// $(".languageModel").css({ "max-width": "390px" }); | ||
// var lg1 = $('.list-group'); | ||
// lg2 = $('<div>').attr('class', 'list-group'); | ||
// listgroup2Content = $('.list-group').find('a:gt(4)'); | ||
// lg2.append(listgroup2Content); | ||
// lg2.insertAfter(lg1); | ||
// $(".list-group").removeClass('col-md-20').addClass('col-md-10'); | ||
// } else { | ||
// $(".languageModel").css({ "max-width": "250px" }); | ||
// $(".list-group").removeClass('col-md-10').addClass('col-md-20'); | ||
// } | ||
|
||
// })(); | ||
|
||
(function() { | ||
angular.module('LayoutApp', ['ngAnimate', 'ui.bootstrap', 'mj.scrollingTabs']); | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
})(); |
Oops, something went wrong.