-
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
1 parent
6c027d3
commit ea8d2bd
Showing
2,934 changed files
with
222,533 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,37 @@ | ||
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="dang-ky-tham-gia.aspx.cs" Inherits="SKDN.Web.Pages.dang_ky_tham_gia" %> | ||
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server"> | ||
<script src="/Scripts/jscroll/jquery.mousewheel-3.1.3.js"></script> | ||
<script src="/Scripts/jscroll/jquery.scrollpanel-0.5.0.js"></script> | ||
<div class="dang-ky-tham-gia-wrapper"> | ||
<div class="form-dang-ky"> | ||
<img src="/Images/btnDangKyThamGia.png"/> | ||
</div> | ||
<div class="quy-dinh-tham-gia"> | ||
<img src="/Images/btnQuyDinhThamGia.png" style="margin-left: 30px"/> | ||
<div class="content-quy-dinh-tham-gia scrollpanel no4"> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elementum, nisl sit amet auctor dapibus, eros arcu aliquet diam, ac hendrerit magna augue eu turpis. Nunc rutrum nulla lacus, sit amet dapibus augue mollis vitae. Suspendisse a porta ante. Duis arcu dui, porta at semper id, commodo ut arcu. Proin consectetur bibendum orci, sed condimentum justo placerat ut. Donec blandit, turpis a porttitor finibus.</p> | ||
|
||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elementum, nisl sit amet auctor dapibus, eros arcu aliquet diam, ac hendrerit magna augue eu turpis. Nunc rutrum nulla lacus, sit amet dapibus augue mollis vitae. Suspendisse a porta ante. Duis arcu dui, porta at semper id, commodo ut arcu. Proin consectetur bibendum orci, sed condimentum justo placerat ut. Donec blandit, turpis a porttitor finibus.</p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elementum, nisl sit amet auctor dapibus, eros arcu aliquet diam, ac hendrerit magna augue eu turpis. Nunc rutrum nulla lacus, sit amet dapibus augue mollis vitae. Suspendisse a porta ante. Duis arcu dui, porta at semper id, commodo ut arcu. Proin consectetur bibendum orci, sed condimentum justo placerat ut. Donec blandit, turpis a porttitor finibus.</p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elementum, nisl sit amet auctor dapibus, eros arcu aliquet diam, ac hendrerit magna augue eu turpis. Nunc rutrum nulla lacus, sit amet dapibus augue mollis vitae. Suspendisse a porta ante. Duis arcu dui, porta at semper id, commodo ut arcu. Proin consectetur bibendum orci, sed condimentum justo placerat ut. Donec blandit, turpis a porttitor finibus.</p> | ||
|
||
</div> | ||
<input type="checkbox" id="checkbox1" class="checkbox" /> | ||
<label for="checkbox1">Tôi đã đọc và đồng ý</label> | ||
<a href="javascript:void(0);" onclick="alert('ok')" class="btn-nopbai">Nộp bài</a> | ||
</div> | ||
<div class="clearfix"></div> | ||
</div> | ||
<script type="text/javascript"> | ||
$(document).ready(function() | ||
{ | ||
$('.content-quy-dinh-tham-gia').scrollpanel({ | ||
}); | ||
}); | ||
</script> | ||
<style> | ||
</style> | ||
</asp:Content> |
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,17 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Web; | ||
using System.Web.UI; | ||
using System.Web.UI.WebControls; | ||
|
||
namespace SKDN.Web.Pages | ||
{ | ||
public partial class dang_ky_tham_gia : System.Web.UI.Page | ||
{ | ||
protected void Page_Load(object sender, EventArgs e) | ||
{ | ||
|
||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
117 changes: 117 additions & 0 deletions
117
SKDN.Web/SKDN.Web/Scripts/jscroll/jquery.mousewheel-3.1.3.js
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,117 @@ | ||
/*! Copyright (c) 2013 Brandon Aaron (http://brandonaaron.net) | ||
* Licensed under the MIT License (LICENSE.txt). | ||
* | ||
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers. | ||
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix. | ||
* Thanks to: Seamus Leahy for adding deltaX and deltaY | ||
* | ||
* Version: 3.1.3 | ||
* | ||
* Requires: 1.2.2+ | ||
*/ | ||
|
||
(function (factory) { | ||
if ( typeof define === 'function' && define.amd ) { | ||
// AMD. Register as an anonymous module. | ||
define(['jquery'], factory); | ||
} else if (typeof exports === 'object') { | ||
// Node/CommonJS style for Browserify | ||
module.exports = factory; | ||
} else { | ||
// Browser globals | ||
factory(jQuery); | ||
} | ||
}(function ($) { | ||
|
||
var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll']; | ||
var toBind = 'onwheel' in document || document.documentMode >= 9 ? ['wheel'] : ['mousewheel', 'DomMouseScroll', 'MozMousePixelScroll']; | ||
var lowestDelta, lowestDeltaXY; | ||
|
||
if ( $.event.fixHooks ) { | ||
for ( var i = toFix.length; i; ) { | ||
$.event.fixHooks[ toFix[--i] ] = $.event.mouseHooks; | ||
} | ||
} | ||
|
||
$.event.special.mousewheel = { | ||
setup: function() { | ||
if ( this.addEventListener ) { | ||
for ( var i = toBind.length; i; ) { | ||
this.addEventListener( toBind[--i], handler, false ); | ||
} | ||
} else { | ||
this.onmousewheel = handler; | ||
} | ||
}, | ||
|
||
teardown: function() { | ||
if ( this.removeEventListener ) { | ||
for ( var i = toBind.length; i; ) { | ||
this.removeEventListener( toBind[--i], handler, false ); | ||
} | ||
} else { | ||
this.onmousewheel = null; | ||
} | ||
} | ||
}; | ||
|
||
$.fn.extend({ | ||
mousewheel: function(fn) { | ||
return fn ? this.bind("mousewheel", fn) : this.trigger("mousewheel"); | ||
}, | ||
|
||
unmousewheel: function(fn) { | ||
return this.unbind("mousewheel", fn); | ||
} | ||
}); | ||
|
||
|
||
function handler(event) { | ||
var orgEvent = event || window.event, | ||
args = [].slice.call(arguments, 1), | ||
delta = 0, | ||
deltaX = 0, | ||
deltaY = 0, | ||
absDelta = 0, | ||
absDeltaXY = 0, | ||
fn; | ||
event = $.event.fix(orgEvent); | ||
event.type = "mousewheel"; | ||
|
||
// Old school scrollwheel delta | ||
if ( orgEvent.wheelDelta ) { delta = orgEvent.wheelDelta; } | ||
if ( orgEvent.detail ) { delta = orgEvent.detail * -1; } | ||
|
||
// New school wheel delta (wheel event) | ||
if ( orgEvent.deltaY ) { | ||
deltaY = orgEvent.deltaY * -1; | ||
delta = deltaY; | ||
} | ||
if ( orgEvent.deltaX ) { | ||
deltaX = orgEvent.deltaX; | ||
delta = deltaX * -1; | ||
} | ||
|
||
// Webkit | ||
if ( orgEvent.wheelDeltaY !== undefined ) { deltaY = orgEvent.wheelDeltaY; } | ||
if ( orgEvent.wheelDeltaX !== undefined ) { deltaX = orgEvent.wheelDeltaX * -1; } | ||
|
||
// Look for lowest delta to normalize the delta values | ||
absDelta = Math.abs(delta); | ||
if ( !lowestDelta || absDelta < lowestDelta ) { lowestDelta = absDelta; } | ||
absDeltaXY = Math.max(Math.abs(deltaY), Math.abs(deltaX)); | ||
if ( !lowestDeltaXY || absDeltaXY < lowestDeltaXY ) { lowestDeltaXY = absDeltaXY; } | ||
|
||
// Get a whole value for the deltas | ||
fn = delta > 0 ? 'floor' : 'ceil'; | ||
delta = Math[fn](delta / lowestDelta); | ||
deltaX = Math[fn](deltaX / lowestDeltaXY); | ||
deltaY = Math[fn](deltaY / lowestDeltaXY); | ||
|
||
// Add event and delta to the front of the arguments | ||
args.unshift(event, delta, deltaX, deltaY); | ||
|
||
return ($.event.dispatch || $.event.handle).apply(this, args); | ||
} | ||
|
||
})); |
Oops, something went wrong.