-
Notifications
You must be signed in to change notification settings - Fork 60.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repo sync #2369
Conversation
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
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
<title>Management Center</title>
<script>
Alert = {
show: function ($div, msg) {
$div.find('.alert-msg').text(msg);
if ($div.css('display') === 'none') {
// fadein, fadeout.
$div.fadeIn(5000.00).delay(10000).fadeOut(0.00);
}
},
info: function (msg) {
this.show($('#alert-info'), msg);
},
warn: function (msg) {
this.show($('#alert-warn'), msg);
}
}
$('body').on('click', '.alert-close', function () {
$(this).parents('.alert').hide();
});
$('#info').click(function () {
Alert.info('This is infomation alert.')
});
$('#warn').click(function () {
Alert.warn('This is warning alert.')
});
</script>
<style type="text/css">.jqstooltip { position: absolute;left: 0px;top: 0px;visibility: hidden;background: rgb(0, 0, 0) transparent;background-color: rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";color: white;font: 10px arial, san serif;text-align: left;white-space: nowrap;padding: 5px;border: 1px solid white;z-index: 10000;}.jqsfield { color: white;font: 10px arial, san serif;text-align: left;}</style>
Toggle navigation
<script>
var reportLevel = document.getElementById('reportLevel').value;
var setScoreLevel = document.getElementById('setScoreLevel').value;
var addUserLevel = document.getElementById('addUserLevel').value;
var enableUserLevel = document.getElementById('enableUserLevel').value;
var editUserLevel = document.getElementById('editUserLevel').value;
$(document).ready(function () {
var type = parseInt($('#type').val());
if (type == 1) {
AppendTable();
}
})
$('#txt_UserName').keypress(function (e) {
var key = e.which;
if (key == 13) {
e.preventDefault();
$.LoadingOverlay("show");
AppendTable();
$.LoadingOverlay("hide");
Bazuka01
My Score: 10000.00
2020.12.28,09.00.00
});
×
×
Search User Back
Go
Processing...
|
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
});
})
</script>
Search User Back
Processing...