Merge branch 'tolag3'
This commit is contained in:
commit
7b0041241d
@ -337,7 +337,7 @@
|
||||
|
||||
setTimeout(function() {
|
||||
var optionList = $("#searchType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${param.searchType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
|
||||
@ -335,14 +335,14 @@
|
||||
|
||||
|
||||
var optionList = $("#caseGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.mediationType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselAppType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
|
||||
if('${data.counselApptype}' == ''){
|
||||
if(optionList[i].value == '4503000000'){
|
||||
@ -356,14 +356,14 @@
|
||||
}
|
||||
|
||||
optionList = $("#counselResertGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselResertGubun}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselRoute option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselRoute}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
@ -454,14 +454,14 @@
|
||||
});
|
||||
/* setTimeout(function() {
|
||||
var optionList = $("#caseGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.mediationType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselAppType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
|
||||
if('${data.counselApptype}' == ''){
|
||||
if(optionList[i].value == '4503000000'){
|
||||
@ -475,14 +475,14 @@
|
||||
}
|
||||
|
||||
optionList = $("#counselResertGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselResertGubun}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselRoute option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselRoute}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
|
||||
@ -216,14 +216,14 @@
|
||||
|
||||
|
||||
var optionList = $("#caseGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.mediationType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselAppType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
|
||||
if('${data.counselApptype}' == ''){
|
||||
if(optionList[i].value == '4503000000'){
|
||||
@ -237,14 +237,14 @@
|
||||
}
|
||||
|
||||
optionList = $("#counselResertGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselResertGubun}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselRoute option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselRoute}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
@ -305,14 +305,14 @@
|
||||
|
||||
/* setTimeout(function() {
|
||||
var optionList = $("#caseGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.mediationType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselAppType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
|
||||
if('${data.counselApptype}' == ''){
|
||||
if(optionList[i].value == '4503000000'){
|
||||
@ -326,14 +326,14 @@
|
||||
}
|
||||
|
||||
optionList = $("#counselResertGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselResertGubun}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselRoute option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselRoute}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
|
||||
@ -5,9 +5,9 @@
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<title>정보 관리</title>
|
||||
<link href='/css/seed/space.css' rel='stylesheet' type='text/css'/>
|
||||
<link href='/css/seed/seed.contents.css' rel='stylesheet' type='text/css'/>
|
||||
<link href='/css/seed/seed.mediaquery.css' rel='styleGsheet' type='text/css'/>
|
||||
<link href='/css/space.css' rel='stylesheet' type='text/css'/>
|
||||
<link href='/css/seed.contents.css' rel='stylesheet' type='text/css'/>
|
||||
<link href='/css/seed.mediaquery.css' rel='styleGsheet' type='text/css'/>
|
||||
<link href='/site/ntcc/css/gtmCustom.css' rel='stylesheet' type='text/css'/>
|
||||
</head>
|
||||
<body>
|
||||
@ -414,7 +414,7 @@
|
||||
|
||||
setTimeout(function() {
|
||||
var optionList = $("#searchType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${param.searchType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
|
||||
@ -336,7 +336,7 @@
|
||||
|
||||
setTimeout(function() {
|
||||
var optionList = $("#searchType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${param.searchType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
|
||||
@ -435,14 +435,14 @@
|
||||
|
||||
/* setTimeout(function() { */
|
||||
var optionList = $("#caseGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.mediationType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselAppType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
|
||||
if('${data.counselApptype}' == ''){
|
||||
if(optionList[i].value == '4503000000'){
|
||||
@ -456,14 +456,14 @@
|
||||
}
|
||||
|
||||
optionList = $("#counselResertGubun option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselResertGubun}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
}
|
||||
|
||||
optionList = $("#counselRoute option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.counselRoute}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
@ -474,7 +474,7 @@
|
||||
|
||||
/* setTimeout(function() { */
|
||||
var optionList = $("#troubleType option");
|
||||
for(var i = 0; i < optionList.size(); i++){
|
||||
for(var i = 0; i < optionList.length; i++){
|
||||
if(optionList[i].value == '${data.troubleType}'){
|
||||
$(optionList[i]).attr("selected", true);
|
||||
}
|
||||
|
||||
14
src/main/webapp/WEB-INF/views/_common/_js/Chart-2.5.0.min.js
vendored
Normal file
14
src/main/webapp/WEB-INF/views/_common/_js/Chart-2.5.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
src/main/webapp/WEB-INF/views/_common/_js/Chart.min.js
vendored
Normal file
11
src/main/webapp/WEB-INF/views/_common/_js/Chart.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
30
src/main/webapp/WEB-INF/views/_common/_js/EgovBBSMng.js
Normal file
30
src/main/webapp/WEB-INF/views/_common/_js/EgovBBSMng.js
Normal file
@ -0,0 +1,30 @@
|
||||
/****************************************************************
|
||||
*
|
||||
* 파일명 : EgovBBSMng.js
|
||||
* 설 명 : 전자정부 공통서비스 로그관리 기능 사용 JavaScript
|
||||
*
|
||||
* 수정일 수정자 Version Function 명
|
||||
* ------------ --------- ------------- ----------------------------
|
||||
* 2009.03.10 이삼섭 1.0 최초생성
|
||||
*
|
||||
*
|
||||
* **************************************************************/
|
||||
|
||||
function fn_egov_trim(str) {
|
||||
if (str == null) {
|
||||
return '';
|
||||
}
|
||||
var count = str.length;
|
||||
var len = count;
|
||||
var st = 0;
|
||||
|
||||
while ((st < len) && (str.charAt(st) <= ' ')) {
|
||||
st++;
|
||||
}
|
||||
|
||||
while ((st < len) && (str.charAt(len - 1) <= ' ')) {
|
||||
len--;
|
||||
}
|
||||
|
||||
return ((st > 0) || (len < count)) ? str.substring(st, len) : str;
|
||||
}
|
||||
106
src/main/webapp/WEB-INF/views/_common/_js/EgovCalPopup.js
Normal file
106
src/main/webapp/WEB-INF/views/_common/_js/EgovCalPopup.js
Normal file
@ -0,0 +1,106 @@
|
||||
/****************************************************************
|
||||
*
|
||||
* 파일명 : EgovCalPopup.js
|
||||
* 설 명 : 전자정부 공통서비스 달력 팝업 JavaScript
|
||||
*
|
||||
* 수정일 수정자 Version Function 명
|
||||
* ------------ --------- ------------- ----------------------------
|
||||
* 2009.03.30 이중호 1.0 최초생성
|
||||
*
|
||||
*
|
||||
*/
|
||||
function dirname(path) {
|
||||
if (path.lastIndexOf("/") == -1)
|
||||
return "./";
|
||||
return path.replace(/\\/g, '/').replace(/\/[^\/]*\/?$/, '') + "/";
|
||||
}
|
||||
|
||||
function getActiveScript() {
|
||||
var d = document.getElementsByTagName("script");
|
||||
var path = dirname(d[d.length - 1].src);
|
||||
delete d;
|
||||
|
||||
var offset=path.indexOf(location.host)+location.host.length;
|
||||
return path.substring(offset);
|
||||
}
|
||||
|
||||
|
||||
function getContextPath(){
|
||||
var offset=location.href.indexOf(location.host)+location.host.length;
|
||||
var ctxPath=location.href.substring(offset, location.href.indexOf('/',offset+1));
|
||||
|
||||
if ((/^\/js/).test(getActiveScript())) {
|
||||
return "";
|
||||
}
|
||||
|
||||
return ctxPath;
|
||||
}
|
||||
|
||||
function loadScript(src, f) {
|
||||
var head = document.getElementsByTagName("head")[0];
|
||||
var script = document.createElement("script");
|
||||
script.src = src;
|
||||
var done = false;
|
||||
script.onload = script.onreadystatechange = function() {
|
||||
// attach to both events for cross browser finish detection:
|
||||
if ( !done && (!this.readyState ||
|
||||
this.readyState == "loaded" || this.readyState == "complete") ) {
|
||||
done = true;
|
||||
if (typeof f == 'function') f();
|
||||
// cleans up a little memory:
|
||||
script.onload = script.onreadystatechange = null;
|
||||
head.removeChild(script);
|
||||
}
|
||||
};
|
||||
head.appendChild(script);
|
||||
}
|
||||
|
||||
loadScript(getContextPath() + '/js/showModalDialog.js');
|
||||
|
||||
function fn_egov_NormalCalendar(frm, sDate, vDate) {
|
||||
var retVal;
|
||||
|
||||
var url = frm.cal_url.value;
|
||||
var varParam = new Object();
|
||||
varParam.sDate = sDate.value;
|
||||
|
||||
// IE
|
||||
//var openParam = "dialogWidth:252px;dialogHeight:175px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
// FIREFOX
|
||||
var openParam = "";
|
||||
var sAppName = navigator.appName ;
|
||||
|
||||
if( sAppName.indexOf("Netscape") > -1){
|
||||
openParam = "dialogWidth:275px;dialogHeight:200px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
}else if(sAppName.indexOf("Microsoft") > -1){
|
||||
openParam = "dialogWidth:275px;dialogHeight:200px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
}else{
|
||||
openParam = "dialogWidth:275px;dialogHeight:200px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
}
|
||||
|
||||
retVal = window.showModalDialog(url, varParam, openParam, "calendarCallback");
|
||||
|
||||
otherParameters[0] = fn_egov_NormalCalendar.arguments.length;
|
||||
otherParameters[1] = sDate;
|
||||
otherParameters[2] = vDate;
|
||||
|
||||
if(retVal) {
|
||||
if(fn_egov_NormalCalendar.arguments.length == 2){
|
||||
sDate.value = retVal.vDate;
|
||||
}else{
|
||||
sDate.value = retVal.sDate;
|
||||
vDate.value = retVal.vDate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function calendarCallback(retVal) {
|
||||
if (retVal) {
|
||||
if (otherParameters[0] == 2) {
|
||||
otherParameters[1].value = retVal.vDate;
|
||||
} else {
|
||||
otherParameters[1].value = retVal.sDate;
|
||||
otherParameters[2].value = retVal.vDate;
|
||||
}
|
||||
}
|
||||
}
|
||||
83
src/main/webapp/WEB-INF/views/_common/_js/EgovCmmUtl.js
Normal file
83
src/main/webapp/WEB-INF/views/_common/_js/EgovCmmUtl.js
Normal file
@ -0,0 +1,83 @@
|
||||
/*
|
||||
* 요소기술 스크립트
|
||||
*/
|
||||
|
||||
// 숫자체크
|
||||
function isNumber(control, msg) {
|
||||
|
||||
var val = control;
|
||||
var Num = "1234567890";
|
||||
for (i=0; i<val.length; i++) {
|
||||
if(Num.indexOf(val.substring(i,i+1))<0) {
|
||||
alert(msg+' 형식이 잘못되었습니다.');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
// 날짜체크
|
||||
function isDate(control, msg) {
|
||||
|
||||
// '/'나 '-' 구분자 제거
|
||||
var val = getRemoveFormat(control);
|
||||
|
||||
// 숫자, length 확인
|
||||
if (isNumber(val, msg) && val.length == 8) {
|
||||
var year = val.substring(0,4);
|
||||
var month = val.substring(4,6);
|
||||
var day = val.substring(6,8);
|
||||
|
||||
// 유효날짜 확인
|
||||
if(checkDate(year,month,day,msg)){
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
alert(msg + " 유효하지 않은 년,월,일(YYYYMMDD)입니다. 다시 확인해 주세요!");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// 구분자 제거
|
||||
function getRemoveFormat(val) {
|
||||
if(val.length == 10) {
|
||||
var arrDate = new Array(3);
|
||||
arrDate = val.split("/");
|
||||
if(arrDate.length != 3) {
|
||||
arrDate = val.split("-");
|
||||
}
|
||||
return arrDate[0] + arrDate[1] + arrDate[2];
|
||||
} else {
|
||||
return val;
|
||||
}
|
||||
}
|
||||
|
||||
// 유효날짜 확인
|
||||
function checkDate(varCk1, varCk2, varCk3, msg) {
|
||||
if (varCk1>="0001" && varCk1<="9999" && varCk2>="01" && varCk2<="12") {
|
||||
febDays = "29";
|
||||
if ((parseInt(varCk1,10) % 4) == 0) {
|
||||
if ((parseInt(varCk1,10) % 100) == 0 && (parseInt(varCk1,10) % 400) != 0){
|
||||
febDays = "28";
|
||||
}
|
||||
}else{
|
||||
febDays = "28";
|
||||
}
|
||||
if (varCk2=="01" && varCk3>="01" && varCk3<="31") return true;
|
||||
if (varCk2=="02" && varCk3>="01" && varCk3<=febDays) return true;
|
||||
if (varCk2=="03" && varCk3>="01" && varCk3<="31") return true;
|
||||
if (varCk2=="04" && varCk3>="01" && varCk3<="30") return true;
|
||||
if (varCk2=="05" && varCk3>="01" && varCk3<="31") return true;
|
||||
if (varCk2=="06" && varCk3>="01" && varCk3<="30") return true;
|
||||
if (varCk2=="07" && varCk3>="01" && varCk3<="31") return true;
|
||||
if (varCk2=="08" && varCk3>="01" && varCk3<="31") return true;
|
||||
if (varCk2=="09" && varCk3>="01" && varCk3<="30") return true;
|
||||
if (varCk2=="10" && varCk3>="01" && varCk3<="31") return true;
|
||||
if (varCk2=="11" && varCk3>="01" && varCk3<="30") return true;
|
||||
if (varCk2=="12" && varCk3>="01" && varCk3<="31") return true;
|
||||
}
|
||||
alert(msg + " 유효하지 않은 년,월,일(YYYYMMDD)입니다. 다시 확인해 주세요!");
|
||||
return false;
|
||||
}
|
||||
181
src/main/webapp/WEB-INF/views/_common/_js/EgovMainMenu.js
Normal file
181
src/main/webapp/WEB-INF/views/_common/_js/EgovMainMenu.js
Normal file
@ -0,0 +1,181 @@
|
||||
/*
|
||||
* 노드 , 트리 구성 정보 선언
|
||||
*/
|
||||
var treeNodes = new Array();;
|
||||
var openTreeNodes = new Array();
|
||||
var treeIcons = new Array(6);
|
||||
var imgpath = "/images/egovframework/com/cmm/utl/";
|
||||
var treeYeobu = false;
|
||||
var chkValue = "";
|
||||
var vHtmlCode = "";
|
||||
|
||||
/*
|
||||
* 노드 , 트리 구성 이미지 정보
|
||||
*/
|
||||
function preloadIcons() {
|
||||
treeIcons[0] = new Image();
|
||||
treeIcons[0].src = imgpath+"menu_plus.gif";
|
||||
treeIcons[1] = new Image();
|
||||
treeIcons[1].src = imgpath+"menu_plusbottom.gif";
|
||||
treeIcons[2] = new Image();
|
||||
treeIcons[2].src = imgpath+"menu_minus.gif";
|
||||
treeIcons[3] = new Image();
|
||||
treeIcons[3].src = imgpath+"menu_minusbottom.gif";
|
||||
treeIcons[4] = new Image();
|
||||
treeIcons[4].src = imgpath+"menu_folder.gif";
|
||||
treeIcons[5] = new Image();
|
||||
treeIcons[5].src = imgpath+"menu_folderopen.gif";
|
||||
}
|
||||
/*
|
||||
* 트리생성함수
|
||||
*/
|
||||
function createTree(arrName, vYeobu, checkValue) {
|
||||
var startNode, openNode;
|
||||
treeNodes = arrName;
|
||||
treeYeobu = vYeobu;
|
||||
chkValue = checkValue;//"2000000"
|
||||
startNode = chkValue;
|
||||
if (treeNodes.length > 0) {
|
||||
preloadIcons();
|
||||
if (startNode == null) startNode = 0;
|
||||
if (openNode != 0 || openNode != null) setOpenTreeNodes(openNode);
|
||||
if (startNode !=0) {
|
||||
var _getTreeArrayId = getTreeArrayId(startNode)
|
||||
var nodeValues = treeNodes[getTreeArrayId(startNode)].split("|");
|
||||
} else {
|
||||
}
|
||||
var recursedNodes = new Array();
|
||||
addTreeNode(startNode, recursedNodes);
|
||||
document.write(vHtmlCode);
|
||||
}
|
||||
}
|
||||
/*
|
||||
* 노드위치 확인
|
||||
*/
|
||||
function getTreeArrayId(node) {
|
||||
for (i=0; i<treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[0]==node) return i;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
* 트리 노드 열기
|
||||
*/
|
||||
function setOpenTreeNodes(openNode) {
|
||||
for (i=0; i<treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[0]==openNode) {
|
||||
openTreeNodes.push(nodeValues[0]);
|
||||
setOpenTreeNodes(nodeValues[1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
* 트리노드 오픈 여부 확인
|
||||
*/
|
||||
function isTreeNodeOpen(node) {
|
||||
if (treeYeobu){ return true; }
|
||||
for (i=0; i<openTreeNodes.length; i++){
|
||||
if (openTreeNodes[i]==node){ return true; }
|
||||
}
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
* 하위 트리노드 존재여부 확인
|
||||
*/
|
||||
function hasChildTreeNode(parentNode) {
|
||||
for (i=0; i< treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode) return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
* 트리노드 최하위 여부 확인
|
||||
*/
|
||||
function lastTreeSibling (node, parentNode) {
|
||||
var lastChild = 0;
|
||||
for (i=0; i< treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode)
|
||||
lastChild = nodeValues[0];
|
||||
}
|
||||
if (lastChild==node) return true;
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
* 신규 트리노드 추가
|
||||
*/
|
||||
function addTreeNode(parentNode, recursedNodes) {
|
||||
|
||||
for (var i = 0; i < treeNodes.length; i++) {
|
||||
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode) {
|
||||
|
||||
var lastSibling = lastTreeSibling(nodeValues[0], nodeValues[1]);
|
||||
var hasChildNode = hasChildTreeNode(nodeValues[0]);
|
||||
var isNodeOpen = isTreeNodeOpen(nodeValues[0]);
|
||||
vHtmlCodeBg ="<li class='left_li1'>";
|
||||
vHtmlCodeBgList ="<li class='left_sub_li'>";
|
||||
|
||||
vHtmlCodeEmpty = "";
|
||||
// Write out line | empty treeIcons
|
||||
for (g=0; g<recursedNodes.length; g++) {
|
||||
vHtmlCodeEmpty +="<img src='"+imgpath+"menu_empty.gif' border='0' align='absbottom' alt='' >";
|
||||
}
|
||||
|
||||
if (lastSibling) recursedNodes.push(0);
|
||||
else recursedNodes.push(1);
|
||||
|
||||
if (hasChildNode) {
|
||||
vHtmlCode +="<div class='body_top_head'>"+"<a href='#'>"+nodeValues[2]+"</a>";
|
||||
} else{
|
||||
// Start link
|
||||
if(recursedNodes.length==1){
|
||||
vHtmlCode +="<div class='body_top_head' style='background:none;'>"+"<a id='body_top_head_"+i+"' href=javascript:fn_MovePage('" + i + "');>"+nodeValues[2]+"</a>";
|
||||
//vHtmlCode +=vHtmlCodeBg+"<a href=javascript:fn_MovePage('" + i + "');>"+nodeValues[2]+"</a></li>";
|
||||
}else{
|
||||
if(sessionStorage.getItem("leftItemNo") == nodeValues[0]){
|
||||
vHtmlCode +="<li><a id='leftSelLink' href=\"#\" onclick=\"fn_MovePage('" + i + "');\">"+nodeValues[2]+"</a></li>";
|
||||
}else{
|
||||
vHtmlCode +="<li><a href=\"#\" onclick=\"fn_MovePage('" + i + "');\">"+nodeValues[2]+"</a></li>";
|
||||
//vHtmlCode +="<li><a href=\"#\">ddd</a></li>";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (hasChildNode) {
|
||||
vHtmlCode +="</div>";
|
||||
vHtmlCode +="<ul class='left_ul'>";
|
||||
addTreeNode(nodeValues[0], recursedNodes);
|
||||
vHtmlCode +="</ul>";
|
||||
}else{
|
||||
if(recursedNodes.length==1){
|
||||
vHtmlCode +="</div>";
|
||||
}
|
||||
}
|
||||
recursedNodes.pop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(!Array.prototype.push) {
|
||||
function fnArrayPush() {
|
||||
for(var i=0;i<arguments.length;i++)
|
||||
this[this.length]=arguments[i];
|
||||
return this.length;
|
||||
}
|
||||
Array.prototype.push = fnArrayPush;
|
||||
}
|
||||
if(!Array.prototype.pop) {
|
||||
function fnArrayPop(){
|
||||
lastElement = this[this.length-1];
|
||||
this.length = Math.max(this.length-1,0);
|
||||
return lastElement;
|
||||
}
|
||||
Array.prototype.pop = fnArrayPop;
|
||||
}
|
||||
|
||||
177
src/main/webapp/WEB-INF/views/_common/_js/EgovMainMenu1.js
Normal file
177
src/main/webapp/WEB-INF/views/_common/_js/EgovMainMenu1.js
Normal file
@ -0,0 +1,177 @@
|
||||
/*
|
||||
* 노드 , 트리 구성 정보 선언
|
||||
*/
|
||||
var treeNodes = new Array();;
|
||||
var openTreeNodes = new Array();
|
||||
var treeIcons = new Array(6);
|
||||
var imgpath = "/images/egovframework/com/cmm/utl/";
|
||||
var treeYeobu = false;
|
||||
var chkValue = "";
|
||||
var vHtmlCode = "";
|
||||
|
||||
/*
|
||||
* 노드 , 트리 구성 이미지 정보
|
||||
*/
|
||||
function preloadIcons() {
|
||||
treeIcons[0] = new Image();
|
||||
treeIcons[0].src = imgpath+"menu_plus.gif";
|
||||
treeIcons[1] = new Image();
|
||||
treeIcons[1].src = imgpath+"menu_plusbottom.gif";
|
||||
treeIcons[2] = new Image();
|
||||
treeIcons[2].src = imgpath+"menu_minus.gif";
|
||||
treeIcons[3] = new Image();
|
||||
treeIcons[3].src = imgpath+"menu_minusbottom.gif";
|
||||
treeIcons[4] = new Image();
|
||||
treeIcons[4].src = imgpath+"menu_folder.gif";
|
||||
treeIcons[5] = new Image();
|
||||
treeIcons[5].src = imgpath+"menu_folderopen.gif";
|
||||
}
|
||||
/*
|
||||
* 트리생성함수
|
||||
*/
|
||||
function createTree(arrName, vYeobu, checkValue) {
|
||||
var startNode, openNode;
|
||||
treeNodes = arrName;
|
||||
treeYeobu = vYeobu;
|
||||
chkValue = checkValue;//"2000000"
|
||||
startNode = chkValue;
|
||||
if (treeNodes.length > 0) {
|
||||
preloadIcons();
|
||||
|
||||
//vHtmlCode +="<table width='181' height='94' border='2' align='center' cellpadding='0' cellspacing='0'><tr>";
|
||||
//vHtmlCode +="<td valign='bottom' background='/images/egovframework/com/left_menu_top.gif' style='background-repeat:no-repeat'>";
|
||||
|
||||
if (startNode == null) startNode = 0;
|
||||
if (openNode != 0 || openNode != null) setOpenTreeNodes(openNode);
|
||||
if (startNode !=0) {
|
||||
var _getTreeArrayId = getTreeArrayId(startNode)
|
||||
var nodeValues = treeNodes[getTreeArrayId(startNode)].split("|");
|
||||
//vHtmlCode +="<div class='LeftMenuTitle'><font color='#ffffff'>" + nodeValues[2] + "</font></div></td></tr>"
|
||||
} else {
|
||||
//vHtmlCode +="<img src='"+imgpath+"menu_base.gif' border='0' align='absbottom' alt='' >메뉴목록<br></td></tr>";
|
||||
}
|
||||
var recursedNodes = new Array();
|
||||
addTreeNode(startNode, recursedNodes);
|
||||
//vHtmlCode +="<tr><td height='30' valign='bottom' background='/images/egovframework/com/left_menu_btm.gif' style='background-repeat:no-repeat'> </td></tr></table>";
|
||||
document.write("<ul>"+vHtmlCode+"</ul>");
|
||||
}
|
||||
}
|
||||
/*
|
||||
* 노드위치 확인
|
||||
*/
|
||||
function getTreeArrayId(node) {
|
||||
for (i=0; i<treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[0]==node) return i;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
* 트리 노드 열기
|
||||
*/
|
||||
function setOpenTreeNodes(openNode) {
|
||||
for (i=0; i<treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[0]==openNode) {
|
||||
openTreeNodes.push(nodeValues[0]);
|
||||
setOpenTreeNodes(nodeValues[1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
* 트리노드 오픈 여부 확인
|
||||
*/
|
||||
function isTreeNodeOpen(node) {
|
||||
if (treeYeobu){ return true; }
|
||||
for (i=0; i<openTreeNodes.length; i++){
|
||||
if (openTreeNodes[i]==node){ return true; }
|
||||
}
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
* 하위 트리노드 존재여부 확인
|
||||
*/
|
||||
function hasChildTreeNode(parentNode) {
|
||||
for (i=0; i< treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode) return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
* 트리노드 최하위 여부 확인
|
||||
*/
|
||||
function lastTreeSibling (node, parentNode) {
|
||||
var lastChild = 0;
|
||||
for (i=0; i< treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode)
|
||||
lastChild = nodeValues[0];
|
||||
}
|
||||
if (lastChild==node) return true;
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
* 신규 트리노드 추가
|
||||
*/
|
||||
function addTreeNode(parentNode, recursedNodes) {
|
||||
for (var i = 0; i < treeNodes.length; i++) {
|
||||
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode) {
|
||||
|
||||
var lastSibling = lastTreeSibling(nodeValues[0], nodeValues[1]);
|
||||
var hasChildNode = hasChildTreeNode(nodeValues[0]);
|
||||
var isNodeOpen = isTreeNodeOpen(nodeValues[0]);
|
||||
vHtmlCodeBg ="<li class='leftmenu_dept01'>";
|
||||
vHtmlCodeBgList ="<li class='dept02'>";
|
||||
|
||||
vHtmlCodeEmpty = "";
|
||||
// Write out line | empty treeIcons
|
||||
for (g=0; g<recursedNodes.length; g++) {
|
||||
vHtmlCodeEmpty +="<img src='"+imgpath+"menu_empty.gif' border='0' align='absbottom' alt='' >";
|
||||
}
|
||||
|
||||
if (lastSibling) recursedNodes.push(0);
|
||||
else recursedNodes.push(1);
|
||||
|
||||
if (hasChildNode) {
|
||||
vHtmlCode +=vHtmlCodeBg+"<a href='#'>"+nodeValues[2]+"</a></li>";
|
||||
} else{
|
||||
// Start link
|
||||
if(recursedNodes.length==1){
|
||||
vHtmlCode +=vHtmlCodeBg+"<a href=javascript:fn_MovePage('" + i + "');>"+nodeValues[2]+"</a></li>";
|
||||
}else{
|
||||
vHtmlCode +=vHtmlCodeBgList+"<a href=javascript:fn_MovePage('" + i + "');>"+nodeValues[2]+"</a></li>";
|
||||
}
|
||||
}
|
||||
|
||||
if (hasChildNode) {
|
||||
vHtmlCode +="<div id='div" + nodeValues[0] + "'";
|
||||
if (!isNodeOpen) vHtmlCode +=" style='display: none;'";
|
||||
vHtmlCode +=">";
|
||||
addTreeNode(nodeValues[0], recursedNodes);
|
||||
vHtmlCode +="</div>";
|
||||
}
|
||||
recursedNodes.pop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(!Array.prototype.push) {
|
||||
function fnArrayPush() {
|
||||
for(var i=0;i<arguments.length;i++)
|
||||
this[this.length]=arguments[i];
|
||||
return this.length;
|
||||
}
|
||||
Array.prototype.push = fnArrayPush;
|
||||
}
|
||||
if(!Array.prototype.pop) {
|
||||
function fnArrayPop(){
|
||||
lastElement = this[this.length-1];
|
||||
this.length = Math.max(this.length-1,0);
|
||||
return lastElement;
|
||||
}
|
||||
Array.prototype.pop = fnArrayPop;
|
||||
}
|
||||
|
||||
213
src/main/webapp/WEB-INF/views/_common/_js/EgovMenuCreat.js
Normal file
213
src/main/webapp/WEB-INF/views/_common/_js/EgovMenuCreat.js
Normal file
@ -0,0 +1,213 @@
|
||||
/*
|
||||
* 노드 , 트리 구성 정보 선언
|
||||
*/
|
||||
var treeNodes = new Array();
|
||||
var openTreeNodes = new Array();
|
||||
var treeIcons = new Array(6);
|
||||
//var imgpath = "/images/tree/";
|
||||
|
||||
/*
|
||||
* 노드 , 트리 구성 이미지 정보
|
||||
*/
|
||||
function preloadIcons() {
|
||||
treeIcons[0] = new Image();
|
||||
treeIcons[0].src = imgpath+"menu_plus.gif";
|
||||
treeIcons[1] = new Image();
|
||||
treeIcons[1].src = imgpath+"menu_plusbottom.gif";
|
||||
treeIcons[2] = new Image();
|
||||
treeIcons[2].src = imgpath+"menu_minus.gif";
|
||||
treeIcons[3] = new Image();
|
||||
treeIcons[3].src = imgpath+"menu_minusbottom.gif";
|
||||
treeIcons[4] = new Image();
|
||||
treeIcons[4].src = imgpath+"menu_folder.gif";
|
||||
treeIcons[5] = new Image();
|
||||
treeIcons[5].src = imgpath+"menu_folderopen.gif";
|
||||
}
|
||||
/*
|
||||
* 트리생성함수
|
||||
*/
|
||||
function createTree(arrName ) {
|
||||
var startNode, openNode;
|
||||
treeNodes = arrName;
|
||||
if (treeNodes.length > 0) {
|
||||
preloadIcons();
|
||||
if (startNode == null) startNode = 0;
|
||||
if (openNode != 0 || openNode != null) setOpenTreeNodes(openNode);
|
||||
if (startNode !=0) {
|
||||
var nodeValues = treeNodes[getTreeArrayId(startNode)].split("|");
|
||||
} else document.write("<input type='checkbox' name='checkAll' class='check2' onclick='javascript:fCheckAll();'>메뉴목록<br>");
|
||||
var recursedNodes = new Array();
|
||||
addTreeNode(startNode, recursedNodes);
|
||||
}
|
||||
}
|
||||
/*
|
||||
* 노드위치 확인
|
||||
*/
|
||||
function getTreeArrayId(node) {
|
||||
for (i=0; i<treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[0]==node) return i;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
* 트리 노드 열기
|
||||
*/
|
||||
function setOpenTreeNodes(openNode) {
|
||||
for (i=0; i<treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[0]==openNode) {
|
||||
openTreeNodes.push(nodeValues[0]);
|
||||
setOpenTreeNodes(nodeValues[1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
* 트리노드 오픈 여부 확인
|
||||
*/
|
||||
function isTreeNodeOpen(node) {
|
||||
return true;
|
||||
}
|
||||
/*
|
||||
* 하위 트리노드 존재여부 확인
|
||||
*/
|
||||
function hasChildTreeNode(parentNode) {
|
||||
for (i=0; i< treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode) return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
* 트리노드 최하위 여부 확인
|
||||
*/
|
||||
function lastTreeSibling (node, parentNode) {
|
||||
var lastChild = 0;
|
||||
for (i=0; i< treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode) lastChild = nodeValues[0];
|
||||
}
|
||||
if (lastChild==node) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
* 신규 트리노드 추가
|
||||
*/
|
||||
function addTreeNode(parentNode, recursedNodes) {
|
||||
for (var i = 0; i < treeNodes.length; i++) {
|
||||
var nodeValues = treeNodes[i].split("|");
|
||||
if (nodeValues[1] == parentNode) {
|
||||
|
||||
var lastSibling = lastTreeSibling(nodeValues[0], nodeValues[1]);
|
||||
var hasChildNode = hasChildTreeNode(nodeValues[0]);
|
||||
var isNodeOpen = isTreeNodeOpen(nodeValues[0]);
|
||||
for (g=0; g<recursedNodes.length; g++) {
|
||||
document.write(" ");
|
||||
}
|
||||
if (lastSibling) recursedNodes.push(0);
|
||||
else recursedNodes.push(1);
|
||||
document.write(" ");
|
||||
document.write("<input type='checkbox' id='"+i+"' name='checkField' class='check2' ");
|
||||
if(nodeValues[4] == 1){ document.write(" checked "); }
|
||||
document.write("onclick='javascript:fCheckDir(this.name, this.value,"+i+");' value=" + nodeValues[0] + ">");
|
||||
if (hasChildNode) {
|
||||
document.write("<img id='icon" + nodeValues[0] + "' src='"+imgpath+"menu_folder")
|
||||
if (isNodeOpen) document.write("open");
|
||||
document.write(".gif' border='0' alt='Folder' >");
|
||||
} else document.write("<img id='icon" + nodeValues[0] + "' src='"+imgpath+"menu_page.gif' border='0' align='absbottom' alt='Page'>");
|
||||
//document.write("<a href=javascript:parent.temp_aa('" + treeNodes[i] + "');>");
|
||||
document.write(nodeValues[2]+" ("+nodeValues[0]+")");
|
||||
//document.write("</a><br>");
|
||||
document.write("<br>");
|
||||
if (hasChildNode) {
|
||||
document.write("<div id='div" + nodeValues[0] + "'");
|
||||
if (!isNodeOpen) document.write(" style='display: none;'");
|
||||
document.write(">");
|
||||
addTreeNode(nodeValues[0], recursedNodes);
|
||||
document.write("</div>");
|
||||
}
|
||||
recursedNodes.pop();
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
* 트리노드 액션(열기,닫기)
|
||||
*/
|
||||
function openCloseEx(node, bottom) {
|
||||
var treeDiv = document.getElementById("div" + node);
|
||||
var treeJoin = document.getElementById("join" + node);
|
||||
var treeIcon = document.getElementById("icon" + node);
|
||||
|
||||
if (treeDiv.style.display == 'none') {
|
||||
if (bottom==1) treeJoin.src = treeIcons[3].src;
|
||||
else treeJoin.src = treeIcons[2].src;
|
||||
treeIcon.src = treeIcons[5].src;
|
||||
treeDiv.style.display = '';
|
||||
} else {
|
||||
if (bottom==1) treeJoin.src = treeIcons[1].src;
|
||||
else treeJoin.src = treeIcons[0].src;
|
||||
treeIcon.src = treeIcons[4].src;
|
||||
treeDiv.style.display = 'none';
|
||||
}
|
||||
}
|
||||
if(!Array.prototype.push) {
|
||||
function fnArrayPush() {
|
||||
for(var i=0;i<arguments.length;i++)
|
||||
this[this.length]=arguments[i];
|
||||
return this.length;
|
||||
}
|
||||
Array.prototype.push = fnArrayPush;
|
||||
}
|
||||
if(!Array.prototype.pop) {
|
||||
function fnArrayPop(){
|
||||
lastElement = this[this.length-1];
|
||||
this.length = Math.max(this.length-1,0);
|
||||
return lastElement;
|
||||
}
|
||||
Array.prototype.pop = fnArrayPop;
|
||||
}
|
||||
|
||||
/* ********************************************************
|
||||
* 모두선택 처리 함수
|
||||
******************************************************** */
|
||||
function fCheckAll() {
|
||||
var checkField = document.menuCreatManageForm.checkField;
|
||||
if(document.menuCreatManageForm.checkAll.checked) {
|
||||
if(checkField) {
|
||||
if(checkField.length > 1) {
|
||||
for(var i=0; i < checkField.length; i++) {
|
||||
checkField[i].checked = true;
|
||||
}
|
||||
} else {
|
||||
checkField.checked = true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if(checkField) {
|
||||
if(checkField.length > 1) {
|
||||
for(var j=0; j < checkField.length; j++) {
|
||||
checkField[j].checked = false;
|
||||
}
|
||||
} else {
|
||||
checkField.checked = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ********************************************************
|
||||
* 모두선택 처리 함수
|
||||
******************************************************** */
|
||||
function fCheckDir(fCheckYB, fValue, fPath){
|
||||
$('#'+fPath).is(":checked")
|
||||
var child_node = $('#div'+fValue).find('input[name="checkField"]');
|
||||
child_node.each(function( index ) {
|
||||
if($('#'+fPath).is(":checked")==true){
|
||||
this.checked = true;
|
||||
}else{
|
||||
this.checked = false;
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
596
src/main/webapp/WEB-INF/views/_common/_js/EgovMultiFile.js
Normal file
596
src/main/webapp/WEB-INF/views/_common/_js/EgovMultiFile.js
Normal file
@ -0,0 +1,596 @@
|
||||
/**
|
||||
* Convert a single file-input element into a 'multiple' input list
|
||||
* Usage:
|
||||
*
|
||||
* 1. Create a file input element (no name)
|
||||
* eg. <input type="file" id="first_file_element">
|
||||
*
|
||||
* 2. Create a DIV for the output to be written to
|
||||
* eg. <div id="files_list"></div>
|
||||
*
|
||||
* 3. Instantiate a MultiSelector object, passing in the DIV and an (optional) maximum number of files
|
||||
* eg. var multi_selector = new MultiSelector( document.getElementById( 'files_list' ), 3 );
|
||||
*
|
||||
* 4. Add the first element
|
||||
* eg. multi_selector.addElement( document.getElementById( 'first_file_element' ) );
|
||||
*
|
||||
* img_view boolean - 이미지 파일 첨부 미리보기
|
||||
*/
|
||||
|
||||
function MultiSelectorModi( list_target, max , file_label, img_view ){
|
||||
|
||||
// Where to write the list
|
||||
this.list_target = list_target;
|
||||
// How many elements?
|
||||
this.count = 0;
|
||||
// How many elements?
|
||||
this.id = 0;
|
||||
|
||||
this.update_count = 0;
|
||||
// Is there a maximum?
|
||||
if( max ){
|
||||
this.max = max;
|
||||
} else {
|
||||
this.max = -1;
|
||||
};
|
||||
this.file_label = file_label
|
||||
|
||||
this.current_count = 0;
|
||||
//console.log('update!!!!!!');
|
||||
/**
|
||||
* Add a new file input element
|
||||
*/
|
||||
_base = this;
|
||||
this.addElement = function( element ){
|
||||
|
||||
//console.log('update_count>'+this.update_count);
|
||||
//console.log('max>'+this.max);
|
||||
//console.log('count>'+this.count);
|
||||
|
||||
// Make sure it's a file input element
|
||||
if( element.tagName == 'INPUT' && element.type == 'file' ){
|
||||
|
||||
//console.log('check step addElement start');
|
||||
|
||||
// Element name -- what number am I?
|
||||
element.name = 'file_' + this.id;
|
||||
element.id = 'egovfile_' + this.id;
|
||||
element.class = "";
|
||||
|
||||
//미리보기 안할경우 에러방지
|
||||
if(!( undefined == this.file_label || ""==this.file_label)){
|
||||
//document.getElementById(this.file_label).setAttribute("for","egovfile_"+this.id);
|
||||
}
|
||||
|
||||
//console.log('file_label>'+element.name);
|
||||
|
||||
this.id++;
|
||||
|
||||
// Add reference to this object
|
||||
element.multi_selector = this;
|
||||
|
||||
// What to do when a file is selected
|
||||
element.onchange = function(){
|
||||
|
||||
var sErrMsg = "첨부파일 갯수는 ["+_base.max+"]이상 첨부할 수 없습니다!";
|
||||
if( _base.update_count > 0 ){
|
||||
if( _base.count > (_base.max-_base.update_count) ){
|
||||
//element.value = "";
|
||||
//alert(sErrMsg); return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// img view 미리보기 기능
|
||||
if (img_view) {
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".gif.jpg.bmp.jpeg.png".indexOf(ext) != -1 ){
|
||||
this.multi_selector.imgViewChange( this );
|
||||
} else {
|
||||
element.value = "";
|
||||
alert("이미지 형식의 확장자만 업로드 가능합니다!"); return;
|
||||
}
|
||||
}
|
||||
|
||||
if( _base.max > 0 && _base.count > _base.max ){
|
||||
//element.value = "";
|
||||
//alert(sErrMsg); return;
|
||||
return;
|
||||
}
|
||||
|
||||
// New file input
|
||||
var new_element = document.createElement( 'input' );
|
||||
new_element.type = 'file';
|
||||
|
||||
// Add new element
|
||||
this.parentNode.insertBefore( new_element, this );
|
||||
|
||||
// Apply 'update' to element
|
||||
this.multi_selector.addElement( new_element );
|
||||
|
||||
// Update list
|
||||
this.multi_selector.addListRowNew( this );
|
||||
|
||||
// Hide this: we can't use display:none because Safari doesn't like it
|
||||
this.style.position = 'absolute';
|
||||
this.style.left = '-1000px';
|
||||
this.style.top = '-1000px';
|
||||
this.style.display = 'none';
|
||||
this.style.visibility = 'hidden';
|
||||
this.style.width = '0';
|
||||
this.style.height = '0';
|
||||
this.style.overflow = 'hidden';
|
||||
|
||||
new_element.onkeypress = function(){
|
||||
return false;
|
||||
};
|
||||
|
||||
};
|
||||
// If we've reached maximum number, disable input element
|
||||
if( this.max != -1 && this.count >= this.max ){
|
||||
//element.disabled = true;
|
||||
};
|
||||
|
||||
// File element counter
|
||||
this.count++;
|
||||
// Most recent element
|
||||
this.current_element = element;
|
||||
|
||||
} else {
|
||||
// This can only be applied to file input elements!
|
||||
alert( 'Error: not a file input element' );
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
/* 이미지 변환 function */
|
||||
this.addImgViewChange = function( element ){
|
||||
element.multi_selector = this;
|
||||
element.onchange = function(){
|
||||
var sErrMsg = "첨부파일 갯수는 ["+_base.max+"]이상 첨부할 수 없습니다!";
|
||||
if( _base.update_count > 0 ){
|
||||
if( _base.count > (_base.max-_base.update_count) ){
|
||||
//element.value = "";
|
||||
//alert(sErrMsg); return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// img view 미리보기 기능
|
||||
if (img_view) {
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".gif.jpg.bmp.jpeg.png".indexOf(ext) != -1 ){
|
||||
this.multi_selector.imgViewChange( this );
|
||||
} else {
|
||||
element.value = "";
|
||||
alert("이미지 형식의 확장자만 업로드 가능합니다!"); return;
|
||||
}
|
||||
}
|
||||
|
||||
if( _base.max > 0 && _base.count > _base.max ){
|
||||
//element.value = "";
|
||||
//alert(sErrMsg); return;
|
||||
return;
|
||||
}
|
||||
|
||||
// Hide this: we can't use display:none because Safari doesn't like it
|
||||
/*this.style.position = 'absolute';
|
||||
this.style.left = '-1000px';
|
||||
this.style.top = '-1000px';
|
||||
this.style.display = 'none';
|
||||
this.style.visibility = 'hidden';
|
||||
this.style.width = '0';
|
||||
this.style.height = '0';
|
||||
this.style.overflow = 'hidden';*/
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new row to the list of files
|
||||
*/
|
||||
this.addListRowNew = function( element ){
|
||||
|
||||
// Row div
|
||||
var new_row = document.createElement( 'div' );
|
||||
new_row.className = "file_add";
|
||||
|
||||
// Delete button
|
||||
var new_row_button = document.createElement( 'img' );
|
||||
new_row_button.src = '../../../images/egovframework/com/cmm/btn/btn_del.png';
|
||||
new_row_button.className = "cursor";
|
||||
new_row_button.style.margin = "0 0 0 0";
|
||||
new_row_button.style.padding = "0 0 0 0";
|
||||
//new_row_button.style.top = '3px';
|
||||
|
||||
// References
|
||||
new_row.element = element;
|
||||
|
||||
// Delete function
|
||||
new_row_button.onclick= function(){
|
||||
|
||||
// Remove element from form
|
||||
this.parentNode.element.parentNode.removeChild( this.parentNode.element );
|
||||
|
||||
// Remove this row from the list
|
||||
this.parentNode.parentNode.removeChild( this.parentNode );
|
||||
|
||||
// Decrement counter
|
||||
this.parentNode.element.multi_selector.count--;
|
||||
|
||||
// Re-enable input element (if it's disabled)
|
||||
this.parentNode.element.multi_selector.current_element.disabled = false;
|
||||
|
||||
// img view
|
||||
if (img_view) document.getElementById("img_view").style.display = "none";
|
||||
|
||||
// which nixes your already queued uploads
|
||||
return false;
|
||||
};
|
||||
// Set row value
|
||||
//new_row.innerHTML = element.value;
|
||||
new_row.innerHTML = "<input type='text' class='input2' readonly='readonly' style='width:50%; ' value='"+element.value+" ' style='padding:0 0 0 0;margin:0 0 0 0;'>";
|
||||
|
||||
// Add button
|
||||
new_row.appendChild( new_row_button );
|
||||
|
||||
// Add it to the list
|
||||
this.list_target.appendChild( new_row );
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new row to the list of files
|
||||
*/
|
||||
this.addListRow = function( element ){
|
||||
|
||||
// Row div
|
||||
var new_row = document.createElement( 'div' );
|
||||
|
||||
// Delete button
|
||||
var new_row_button = document.createElement( 'input' );
|
||||
new_row_button.type = 'button';
|
||||
new_row_button.value = 'Delete';
|
||||
|
||||
// References
|
||||
new_row.element = element;
|
||||
|
||||
// Delete function
|
||||
new_row_button.onclick= function(){
|
||||
|
||||
// Remove element from form
|
||||
this.parentNode.element.parentNode.removeChild( this.parentNode.element );
|
||||
|
||||
// Remove this row from the list
|
||||
this.parentNode.parentNode.removeChild( this.parentNode );
|
||||
|
||||
// Decrement counter
|
||||
this.parentNode.element.multi_selector.count--;
|
||||
|
||||
// Re-enable input element (if it's disabled)
|
||||
this.parentNode.element.multi_selector.current_element.disabled = false;
|
||||
|
||||
// img view
|
||||
if (img_view) document.getElementById("DIV_IMG_VIEW").style.display = "none";
|
||||
|
||||
// which nixes your already queued uploads
|
||||
return false;
|
||||
};
|
||||
|
||||
// Set row value
|
||||
new_row.innerHTML = element.value;
|
||||
|
||||
// Add button
|
||||
new_row.appendChild( new_row_button );
|
||||
|
||||
// Add it to the list
|
||||
this.list_target.appendChild( new_row );
|
||||
};
|
||||
|
||||
/**
|
||||
* img file view change
|
||||
*/
|
||||
this.imgViewChange = function( element ){
|
||||
if(document.getElementById("egovComFileList").style.display=="none"){
|
||||
document.getElementById("egovComFileList").style.display = "block";
|
||||
}
|
||||
document.getElementById("img_view").style.display = "";
|
||||
|
||||
//파일선택 후 파일 미리보기
|
||||
if ( window.FileReader ) {
|
||||
/* 크롬, 사파리, 파이어폭스, 오페라, IE 10 이상에서는 HTML5 FileReader 이용 */
|
||||
var reader = new FileReader();
|
||||
reader.onload = function (e) {
|
||||
//$('#'+preImg).attr('src', e.target.result);
|
||||
document.getElementById("img_view").src = e.target.result;
|
||||
};
|
||||
reader.readAsDataURL(element.files[0]);
|
||||
//return input.files[0].name; // 파일명 return
|
||||
} else {
|
||||
/* IE 8, 9에서 가능하나 권장하지 않음 */
|
||||
var img = document.getElementById("img_view");
|
||||
img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"
|
||||
+ element.value + "', sizingMethod='scale')"; //이미지 로딩, sizingMethod는 div에 맞춰서 사이즈를 자동조절 하는 역할
|
||||
/* IE 8, 9에서 불가능 */
|
||||
//document.getElementById("IMG_VIEW").src = element.value;
|
||||
img.width = 66;
|
||||
img.height = 52;
|
||||
img.alt = "";
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
function MultiSelector( list_target, max , file_label, img_view, maxSize, img_bbs, elementName, isPdf ){
|
||||
|
||||
// Where to write the list
|
||||
this.list_target = list_target;
|
||||
// How many elements?
|
||||
this.count = 0;
|
||||
// How many elements?
|
||||
this.id = 0;
|
||||
|
||||
this.update_count = 0;
|
||||
// Is there a maximum?
|
||||
if( max ){
|
||||
this.max = max;
|
||||
} else {
|
||||
this.max = -1;
|
||||
};
|
||||
|
||||
// max 파일사이즈. mb
|
||||
if( maxSize ){
|
||||
this.maxSize = maxSize;
|
||||
this.maxSizeByte = maxSize * 1024 * 1024;
|
||||
} else {
|
||||
this.maxSize = -1;
|
||||
};
|
||||
|
||||
this.file_label = file_label
|
||||
|
||||
this.current_count = 0;
|
||||
//console.log('update!!!!!!');
|
||||
|
||||
/**
|
||||
* Add a new file input element
|
||||
*/
|
||||
var _base = this;
|
||||
this.addElement = function( element ){
|
||||
|
||||
//console.log('update_count>'+this.update_count);
|
||||
//console.log('max>'+this.max);
|
||||
//console.log('count>'+this.count);
|
||||
|
||||
// Make sure it's a file input element
|
||||
if( element.tagName == 'INPUT' && element.type == 'file' ){
|
||||
//console.log('check step addElement start');
|
||||
|
||||
// Element name -- what number am I?
|
||||
element.name = 'file_' + this.id;
|
||||
element.id = 'egovfile_' + this.id;
|
||||
element.class = "";
|
||||
|
||||
// 첨부파일 항목 여러개시 file name/id 처리. (ex 대관관리)
|
||||
if (elementName) {
|
||||
element.name = elementName + '_' + this.id;
|
||||
element.id = elementName + '_' + this.id;
|
||||
}
|
||||
|
||||
//미리보기 안할경우 에러방지
|
||||
if(!( undefined == this.file_label || ""==this.file_label)){
|
||||
document.getElementById(this.file_label).setAttribute("for","egovfile_"+this.id);
|
||||
}
|
||||
|
||||
//console.log('file_label>'+element.name);
|
||||
|
||||
this.id++;
|
||||
|
||||
// Add reference to this object
|
||||
element.multi_selector = this;
|
||||
|
||||
// What to do when a file is selected
|
||||
element.onchange = function(){
|
||||
|
||||
// img view 미리보기, imgBbs 이미지 게시판
|
||||
if (img_view || img_bbs) {
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".gif.jpg.bmp.jpeg.png".indexOf(ext) != -1 ){
|
||||
|
||||
} else {
|
||||
element.value = "";
|
||||
alert("이미지 형식의 확장자만 업로드 가능합니다!");
|
||||
return;
|
||||
}
|
||||
} else{
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".ppt.pptx.doc.docx.xls.pdf.ai.psd.hwp.txt.bmp.gif.jpg.jpeg.png.raw.wav.wma.mp3.mp4.mkv.avi.flv.mov.zip.alz.egg.rar".indexOf(ext) != -1 ){
|
||||
|
||||
}else{
|
||||
element.value = "";
|
||||
alert("지금 확장자는 업로드 불가능합니다!");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (isPdf) {
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".pdf".indexOf(ext) != -1 ){
|
||||
|
||||
} else {
|
||||
element.value = "";
|
||||
alert("PDF 형식의 확장자만 업로드 가능합니다!");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.files
|
||||
&& multi_selector.maxSize != -1
|
||||
&& this.files[0].size > multi_selector.maxSizeByte) {
|
||||
alert( '파일사이즈가 초과되었습니다. 최대크기 ' + maxSize + 'mb' );
|
||||
this.value = '';
|
||||
return;
|
||||
}
|
||||
|
||||
var sErrMsg = "첨부파일 갯수는 ["+_base.max+"]이상 첨부할 수 없습니다!";
|
||||
if( _base.update_count > 0 ){
|
||||
if( _base.count > (_base.max-_base.update_count) ){
|
||||
element.value = "";
|
||||
alert(sErrMsg);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if( _base.max > 0 && _base.count > _base.max ){
|
||||
element.value = "";
|
||||
alert(sErrMsg);
|
||||
return;
|
||||
}
|
||||
|
||||
// New file input
|
||||
var new_element = document.createElement( 'input' );
|
||||
new_element.type = 'file';
|
||||
|
||||
// Add new element
|
||||
this.parentNode.insertBefore( new_element, this );
|
||||
|
||||
// Apply 'update' to element
|
||||
this.multi_selector.addElement( new_element );
|
||||
|
||||
// Update list
|
||||
this.multi_selector.addListRowNew( this );
|
||||
|
||||
// Hide this: we can't use display:none because Safari doesn't like it
|
||||
this.style.position = 'absolute';
|
||||
this.style.left = '-1000px';
|
||||
this.style.top = '-1000px';
|
||||
this.style.display = 'none';
|
||||
this.style.visibility = 'hidden';
|
||||
this.style.width = '0';
|
||||
this.style.height = '0';
|
||||
this.style.overflow = 'hidden';
|
||||
|
||||
new_element.onkeypress = function(){
|
||||
return false;
|
||||
};
|
||||
|
||||
};
|
||||
// If we've reached maximum number, disable input element
|
||||
if( this.max != -1 && this.count >= this.max ){
|
||||
//element.disabled = true;
|
||||
};
|
||||
|
||||
// File element counter
|
||||
this.count++;
|
||||
// Most recent element
|
||||
this.current_element = element;
|
||||
|
||||
} else {
|
||||
// This can only be applied to file input elements!
|
||||
alert( 'Error: not a file input element' );
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new row to the list of files
|
||||
*/
|
||||
this.addListRowNew = function( element ){
|
||||
|
||||
// Row div
|
||||
var new_row = document.createElement( 'div' );
|
||||
new_row.className = "file_add";
|
||||
|
||||
// Delete button
|
||||
var new_row_button = document.createElement( 'img' );
|
||||
new_row_button.src = '../../../images/egovframework/com/cmm/btn/btn_del.png';
|
||||
new_row_button.className = "cursor";
|
||||
new_row_button.style.margin = "0 0 0 0";
|
||||
new_row_button.style.padding = "0 0 0 0";
|
||||
//new_row_button.style.top = '3px';
|
||||
|
||||
// References
|
||||
new_row.element = element;
|
||||
|
||||
// 이미지 미리보기
|
||||
if (img_view) {
|
||||
var imgViewDiv = document.getElementById("DIV_IMG_VIEW");
|
||||
var newImgDiv = document.createElement( 'div' );
|
||||
newImgDiv.innerHTML = '<img src="" name="IMG_VIEW" id="IMG_VIEW" class="imgView" align="middle" alt="미리보기" title="미리보기">';
|
||||
imgViewDiv.appendChild( newImgDiv );
|
||||
new_row.viewElement = newImgDiv;
|
||||
this.imgViewChange(element, newImgDiv);
|
||||
}
|
||||
|
||||
// Delete function
|
||||
new_row_button.onclick= function(){
|
||||
// 미리보기 삭제
|
||||
if (img_view) {
|
||||
this.parentNode.viewElement.parentNode.removeChild( this.parentNode.viewElement );
|
||||
}
|
||||
|
||||
// Remove element from form
|
||||
this.parentNode.element.parentNode.removeChild( this.parentNode.element );
|
||||
|
||||
// Remove this row from the list
|
||||
this.parentNode.parentNode.removeChild( this.parentNode );
|
||||
|
||||
// Decrement counter
|
||||
this.parentNode.element.multi_selector.count--;
|
||||
|
||||
// Re-enable input element (if it's disabled)
|
||||
this.parentNode.element.multi_selector.current_element.disabled = false;
|
||||
|
||||
// which nixes your already queued uploads
|
||||
return false;
|
||||
};
|
||||
// Set row value
|
||||
//new_row.innerHTML = element.value;
|
||||
new_row.innerHTML = "<input type='text' class='input2' readonly='readonly' style='width:50%; ' value='"+element.value+" ' style='padding:0 0 0 0;margin:0 0 0 0;'>";
|
||||
|
||||
// Add button
|
||||
new_row.appendChild( new_row_button );
|
||||
|
||||
// Add it to the list
|
||||
this.list_target.appendChild( new_row );
|
||||
};
|
||||
|
||||
/**
|
||||
* img file view change
|
||||
*/
|
||||
this.imgViewChange = function( element, div ){
|
||||
//파일선택 후 파일 미리보기
|
||||
if ( window.FileReader ) {
|
||||
/* 크롬, 사파리, 파이어폭스, 오페라, IE 10 이상에서는 HTML5 FileReader 이용 */
|
||||
var reader = new FileReader();
|
||||
reader.onload = function (e) {
|
||||
//$('#'+preImg).attr('src', e.target.result);
|
||||
div.firstChild.src = e.target.result;
|
||||
};
|
||||
reader.readAsDataURL(element.files[0]);
|
||||
//return input.files[0].name; // 파일명 return
|
||||
} else {
|
||||
/* IE 8, 9에서 가능하나 권장하지 않음 */
|
||||
var img = document.getElementById("IMG_VIEW");
|
||||
img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"
|
||||
+ element.value + "', sizingMethod='scale')"; //이미지 로딩, sizingMethod는 div에 맞춰서 사이즈를 자동조절 하는 역할
|
||||
/* IE 8, 9에서 불가능 */
|
||||
//document.getElementById("IMG_VIEW").src = element.value;
|
||||
img.width = 66;
|
||||
img.height = 52;
|
||||
img.alt = "";
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
@ -0,0 +1,140 @@
|
||||
/**
|
||||
* Convert a single file-input element into a 'multiple' input list
|
||||
* Usage:
|
||||
*
|
||||
* 1. Create a file input element (no name)
|
||||
* eg. <input type="file" id="first_file_element">
|
||||
*
|
||||
* 2. Create a DIV for the output to be written to
|
||||
* eg. <div id="files_list"></div>
|
||||
*
|
||||
* 3. Instantiate a MultiSelector object, passing in the DIV and an (optional) maximum number of files
|
||||
* eg. var multi_selector = new MultiSelector( document.getElementById( 'files_list' ), 3 );
|
||||
*
|
||||
* 4. Add the first element
|
||||
* eg. multi_selector.addElement( document.getElementById( 'first_file_element' ) );
|
||||
*/
|
||||
|
||||
function MultiSelector( list_target, max ){
|
||||
|
||||
// Where to write the list
|
||||
this.list_target = list_target;
|
||||
// How many elements?
|
||||
this.count = 0;
|
||||
// How many elements?
|
||||
this.id = 0;
|
||||
// Is there a maximum?
|
||||
if( max ){
|
||||
this.max = max;
|
||||
} else {
|
||||
this.max = -1;
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new file input element
|
||||
*/
|
||||
this.addElement = function( element ){
|
||||
|
||||
// Make sure it's a file input element
|
||||
if( element.tagName == 'INPUT' && element.type == 'file' ){
|
||||
|
||||
// Element name -- what number am I?
|
||||
element.name = 'file_' + this.id++;
|
||||
|
||||
// Add reference to this object
|
||||
element.multi_selector = this;
|
||||
|
||||
// What to do when a file is selected
|
||||
element.onchange = function(){
|
||||
|
||||
// New file input
|
||||
var new_element = document.createElement( 'input' );
|
||||
new_element.type = 'file';
|
||||
|
||||
// Add new element
|
||||
this.parentNode.insertBefore( new_element, this );
|
||||
|
||||
// Apply 'update' to element
|
||||
this.multi_selector.addElement( new_element );
|
||||
|
||||
// Update list
|
||||
this.multi_selector.addListRow( this );
|
||||
|
||||
// Hide this: we can't use display:none because Safari doesn't like it
|
||||
this.style.position = 'absolute';
|
||||
this.style.left = '-1000px';
|
||||
this.style.top = '-1000px';
|
||||
this.style.display = 'none';
|
||||
this.style.visibility = 'hidden';
|
||||
this.style.width = '0';
|
||||
this.style.height = '0';
|
||||
this.style.overflow = 'hidden';
|
||||
|
||||
new_element.onkeypress = function(){
|
||||
return false;
|
||||
};
|
||||
|
||||
};
|
||||
// If we've reached maximum number, disable input element
|
||||
if( this.max != -1 && this.count >= this.max ){
|
||||
element.disabled = true;
|
||||
};
|
||||
|
||||
// File element counter
|
||||
this.count++;
|
||||
// Most recent element
|
||||
this.current_element = element;
|
||||
|
||||
} else {
|
||||
// This can only be applied to file input elements!
|
||||
alert( 'Error: not a file input element' );
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new row to the list of files
|
||||
*/
|
||||
this.addListRow = function( element ){
|
||||
|
||||
// Row div
|
||||
var new_row = document.createElement( 'div' );
|
||||
|
||||
// Delete button
|
||||
var new_row_button = document.createElement( 'input' );
|
||||
new_row_button.type = 'button';
|
||||
new_row_button.value = 'Delete';
|
||||
|
||||
// References
|
||||
new_row.element = element;
|
||||
|
||||
// Delete function
|
||||
new_row_button.onclick= function(){
|
||||
|
||||
// Remove element from form
|
||||
this.parentNode.element.parentNode.removeChild( this.parentNode.element );
|
||||
|
||||
// Remove this row from the list
|
||||
this.parentNode.parentNode.removeChild( this.parentNode );
|
||||
|
||||
// Decrement counter
|
||||
this.parentNode.element.multi_selector.count--;
|
||||
|
||||
// Re-enable input element (if it's disabled)
|
||||
this.parentNode.element.multi_selector.current_element.disabled = false;
|
||||
|
||||
// which nixes your already queued uploads
|
||||
return false;
|
||||
};
|
||||
|
||||
// Set row value
|
||||
new_row.innerHTML = element.value;
|
||||
|
||||
// Add button
|
||||
new_row.appendChild( new_row_button );
|
||||
|
||||
// Add it to the list
|
||||
this.list_target.appendChild( new_row );
|
||||
};
|
||||
|
||||
};
|
||||
606
src/main/webapp/WEB-INF/views/_common/_js/EgovMultiFileItn.js
Normal file
606
src/main/webapp/WEB-INF/views/_common/_js/EgovMultiFileItn.js
Normal file
@ -0,0 +1,606 @@
|
||||
/**
|
||||
* Convert a single file-input element into a 'multiple' input list
|
||||
* Usage:
|
||||
*
|
||||
* 1. Create a file input element (no name)
|
||||
* eg. <input type="file" id="first_file_element">
|
||||
*
|
||||
* 2. Create a DIV for the output to be written to
|
||||
* eg. <div id="files_list"></div>
|
||||
*
|
||||
* 3. Instantiate a MultiSelector object, passing in the DIV and an (optional) maximum number of files
|
||||
* eg. var multi_selector = new MultiSelector( document.getElementById( 'files_list' ), 3 );
|
||||
*
|
||||
* 4. Add the first element
|
||||
* eg. multi_selector.addElement( document.getElementById( 'first_file_element' ) );
|
||||
*
|
||||
* img_view boolean - 이미지 파일 첨부 미리보기
|
||||
*/
|
||||
|
||||
function MultiSelectorModi( list_target, max , file_label, img_view ){
|
||||
|
||||
// Where to write the list
|
||||
this.list_target = list_target;
|
||||
// How many elements?
|
||||
this.count = 0;
|
||||
// How many elements?
|
||||
this.id = 0;
|
||||
|
||||
this.update_count = 0;
|
||||
// Is there a maximum?
|
||||
if( max ){
|
||||
this.max = max;
|
||||
} else {
|
||||
this.max = -1;
|
||||
};
|
||||
this.file_label = file_label
|
||||
|
||||
this.current_count = 0;
|
||||
//console.log('update!!!!!!');
|
||||
/**
|
||||
* Add a new file input element
|
||||
*/
|
||||
_base = this;
|
||||
this.addElement = function( element ){
|
||||
|
||||
//console.log('update_count>'+this.update_count);
|
||||
//console.log('max>'+this.max);
|
||||
//console.log('count>'+this.count);
|
||||
|
||||
// Make sure it's a file input element
|
||||
if( element.tagName == 'INPUT' && element.type == 'file' ){
|
||||
|
||||
//console.log('check step addElement start');
|
||||
|
||||
// Element name -- what number am I?
|
||||
element.name = 'file_' + this.id;
|
||||
element.id = 'egovfile_' + this.id;
|
||||
element.class = "";
|
||||
|
||||
//미리보기 안할경우 에러방지
|
||||
if(!( undefined == this.file_label || ""==this.file_label)){
|
||||
//document.getElementById(this.file_label).setAttribute("for","egovfile_"+this.id);
|
||||
}
|
||||
|
||||
//console.log('file_label>'+element.name);
|
||||
|
||||
this.id++;
|
||||
|
||||
// Add reference to this object
|
||||
element.multi_selector = this;
|
||||
|
||||
// What to do when a file is selected
|
||||
element.onchange = function(){
|
||||
|
||||
var sErrMsg = "첨부파일 갯수는 ["+_base.max+"]이상 첨부할 수 없습니다!";
|
||||
if( _base.update_count > 0 ){
|
||||
if( _base.count > (_base.max-_base.update_count) ){
|
||||
//element.value = "";
|
||||
//alert(sErrMsg); return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// img view 미리보기 기능
|
||||
if (img_view) {
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".gif.jpg.bmp.jpeg.png".indexOf(ext) != -1 ){
|
||||
this.multi_selector.imgViewChange( this );
|
||||
} else {
|
||||
element.value = "";
|
||||
alert("이미지 형식의 확장자만 업로드 가능합니다!"); return;
|
||||
}
|
||||
}
|
||||
|
||||
if( _base.max > 0 && _base.count > _base.max ){
|
||||
//element.value = "";
|
||||
//alert(sErrMsg); return;
|
||||
return;
|
||||
}
|
||||
|
||||
// New file input
|
||||
var new_element = document.createElement( 'input' );
|
||||
new_element.type = 'file';
|
||||
|
||||
// Add new element
|
||||
this.parentNode.insertBefore( new_element, this );
|
||||
|
||||
// Apply 'update' to element
|
||||
this.multi_selector.addElement( new_element );
|
||||
|
||||
// Update list
|
||||
this.multi_selector.addListRowNew( this );
|
||||
|
||||
// Hide this: we can't use display:none because Safari doesn't like it
|
||||
this.style.position = 'absolute';
|
||||
this.style.left = '-1000px';
|
||||
this.style.top = '-1000px';
|
||||
this.style.display = 'none';
|
||||
this.style.visibility = 'hidden';
|
||||
this.style.width = '0';
|
||||
this.style.height = '0';
|
||||
this.style.overflow = 'hidden';
|
||||
|
||||
new_element.onkeypress = function(){
|
||||
return false;
|
||||
};
|
||||
|
||||
};
|
||||
// If we've reached maximum number, disable input element
|
||||
if( this.max != -1 && this.count >= this.max ){
|
||||
//element.disabled = true;
|
||||
};
|
||||
|
||||
// File element counter
|
||||
this.count++;
|
||||
// Most recent element
|
||||
this.current_element = element;
|
||||
|
||||
} else {
|
||||
// This can only be applied to file input elements!
|
||||
alert( 'Error: not a file input element' );
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
/* 이미지 변환 function */
|
||||
this.addImgViewChange = function( element ){
|
||||
element.multi_selector = this;
|
||||
element.onchange = function(){
|
||||
var sErrMsg = "첨부파일 갯수는 ["+_base.max+"]이상 첨부할 수 없습니다!";
|
||||
if( _base.update_count > 0 ){
|
||||
if( _base.count > (_base.max-_base.update_count) ){
|
||||
//element.value = "";
|
||||
//alert(sErrMsg); return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// img view 미리보기 기능
|
||||
if (img_view) {
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".gif.jpg.bmp.jpeg.png".indexOf(ext) != -1 ){
|
||||
this.multi_selector.imgViewChange( this );
|
||||
} else {
|
||||
element.value = "";
|
||||
alert("이미지 형식의 확장자만 업로드 가능합니다!"); return;
|
||||
}
|
||||
}
|
||||
|
||||
if( _base.max > 0 && _base.count > _base.max ){
|
||||
//element.value = "";
|
||||
//alert(sErrMsg); return;
|
||||
return;
|
||||
}
|
||||
|
||||
// Hide this: we can't use display:none because Safari doesn't like it
|
||||
/*this.style.position = 'absolute';
|
||||
this.style.left = '-1000px';
|
||||
this.style.top = '-1000px';
|
||||
this.style.display = 'none';
|
||||
this.style.visibility = 'hidden';
|
||||
this.style.width = '0';
|
||||
this.style.height = '0';
|
||||
this.style.overflow = 'hidden';*/
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new row to the list of files
|
||||
*/
|
||||
this.addListRowNew = function( element , preview_div){
|
||||
|
||||
// Row div
|
||||
var new_row = document.createElement( 'div' );
|
||||
new_row.className = "file_add";
|
||||
|
||||
// Delete button
|
||||
var new_row_button = document.createElement( 'img' );
|
||||
new_row_button.src = '../../../images/egovframework/com/cmm/btn/btn_del.png';
|
||||
new_row_button.className = "cursor";
|
||||
new_row_button.style.margin = "0 0 0 0";
|
||||
new_row_button.style.padding = "0 0 0 0";
|
||||
//new_row_button.style.top = '3px';
|
||||
|
||||
// References
|
||||
new_row.element = element;
|
||||
|
||||
// Delete function
|
||||
new_row_button.onclick= function(){
|
||||
|
||||
// Remove element from form
|
||||
this.parentNode.element.parentNode.removeChild( this.parentNode.element );
|
||||
|
||||
// Remove this row from the list
|
||||
this.parentNode.parentNode.removeChild( this.parentNode );
|
||||
|
||||
// Decrement counter
|
||||
this.parentNode.element.multi_selector.count--;
|
||||
|
||||
// Re-enable input element (if it's disabled)
|
||||
this.parentNode.element.multi_selector.current_element.disabled = false;
|
||||
|
||||
// img view
|
||||
if (img_view) document.getElementById("img_view").style.display = "none";
|
||||
|
||||
// which nixes your already queued uploads
|
||||
return false;
|
||||
};
|
||||
// Set row value
|
||||
//new_row.innerHTML = element.value;
|
||||
new_row.innerHTML = "<input type='text' class='input2' readonly='readonly' style='width:50%; ' value='"+element.value+" ' style='padding:0 0 0 0;margin:0 0 0 0;'>";
|
||||
|
||||
// Add button
|
||||
new_row.appendChild( new_row_button );
|
||||
|
||||
// Add it to the list
|
||||
this.list_target.appendChild( new_row );
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new row to the list of files
|
||||
*/
|
||||
this.addListRow = function( element ){
|
||||
|
||||
// Row div
|
||||
var new_row = document.createElement( 'div' );
|
||||
|
||||
// Delete button
|
||||
var new_row_button = document.createElement( 'input' );
|
||||
new_row_button.type = 'button';
|
||||
new_row_button.value = 'Delete';
|
||||
|
||||
// References
|
||||
new_row.element = element;
|
||||
|
||||
// Delete function
|
||||
new_row_button.onclick= function(){
|
||||
|
||||
// Remove element from form
|
||||
this.parentNode.element.parentNode.removeChild( this.parentNode.element );
|
||||
|
||||
// Remove this row from the list
|
||||
this.parentNode.parentNode.removeChild( this.parentNode );
|
||||
|
||||
// Decrement counter
|
||||
this.parentNode.element.multi_selector.count--;
|
||||
|
||||
// Re-enable input element (if it's disabled)
|
||||
this.parentNode.element.multi_selector.current_element.disabled = false;
|
||||
|
||||
// img view
|
||||
if (img_view) document.getElementById("DIV_IMG_VIEW").style.display = "none";
|
||||
|
||||
// which nixes your already queued uploads
|
||||
return false;
|
||||
};
|
||||
|
||||
// Set row value
|
||||
new_row.innerHTML = element.value;
|
||||
|
||||
// Add button
|
||||
new_row.appendChild( new_row_button );
|
||||
|
||||
// Add it to the list
|
||||
this.list_target.appendChild( new_row );
|
||||
};
|
||||
|
||||
/**
|
||||
* img file view change
|
||||
*/
|
||||
this.imgViewChange = function( element ){
|
||||
if(document.getElementById("egovComFileList").style.display=="none"){
|
||||
document.getElementById("egovComFileList").style.display = "block";
|
||||
}
|
||||
document.getElementById("img_view").style.display = "";
|
||||
|
||||
//파일선택 후 파일 미리보기
|
||||
if ( window.FileReader ) {
|
||||
/* 크롬, 사파리, 파이어폭스, 오페라, IE 10 이상에서는 HTML5 FileReader 이용 */
|
||||
var reader = new FileReader();
|
||||
reader.onload = function (e) {
|
||||
//$('#'+preImg).attr('src', e.target.result);
|
||||
document.getElementById("img_view").src = e.target.result;
|
||||
};
|
||||
reader.readAsDataURL(element.files[0]);
|
||||
//return input.files[0].name; // 파일명 return
|
||||
} else {
|
||||
/* IE 8, 9에서 가능하나 권장하지 않음 */
|
||||
var img = document.getElementById("img_view");
|
||||
img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"
|
||||
+ element.value + "', sizingMethod='scale')"; //이미지 로딩, sizingMethod는 div에 맞춰서 사이즈를 자동조절 하는 역할
|
||||
/* IE 8, 9에서 불가능 */
|
||||
//document.getElementById("IMG_VIEW").src = element.value;
|
||||
img.width = 66;
|
||||
img.height = 52;
|
||||
img.alt = "";
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
function MultiSelector( list_target, max , file_label, img_view, maxSize, img_bbs, elementName, isPdf){
|
||||
|
||||
// Where to write the list
|
||||
this.list_target = list_target;
|
||||
// How many elements?
|
||||
this.count = 0;
|
||||
// How many elements?
|
||||
this.id = 0;
|
||||
|
||||
this.update_count = 0;
|
||||
// Is there a maximum?
|
||||
if( max ){
|
||||
this.max = max;
|
||||
} else {
|
||||
this.max = -1;
|
||||
};
|
||||
|
||||
// max 파일사이즈. mb
|
||||
if( maxSize ){
|
||||
this.maxSize = maxSize;
|
||||
this.maxSizeByte = maxSize * 1024 * 1024;
|
||||
} else {
|
||||
this.maxSize = -1;
|
||||
};
|
||||
|
||||
this.file_label = file_label
|
||||
|
||||
this.current_count = 0;
|
||||
//console.log('update!!!!!!');
|
||||
|
||||
/**
|
||||
* Add a new file input element
|
||||
*/
|
||||
var _base = this;
|
||||
this.addElement = function( element ){
|
||||
|
||||
//console.log('update_count>'+this.update_count);
|
||||
//console.log('max>'+this.max);
|
||||
//console.log('count>'+this.count);
|
||||
|
||||
// Make sure it's a file input element
|
||||
if( element.tagName == 'INPUT' && element.type == 'file' ){
|
||||
//console.log('check step addElement start');
|
||||
|
||||
// Element name -- what number am I?
|
||||
element.name = 'file_' + this.id;
|
||||
element.id = 'egovfile_' + this.id;
|
||||
element.class = "";
|
||||
|
||||
// 첨부파일 항목 여러개시 file name/id 처리. (ex 대관관리)
|
||||
if (elementName) {
|
||||
element.name = elementName + '_' + this.id;
|
||||
element.id = elementName + '_' + this.id;
|
||||
}
|
||||
|
||||
//미리보기 안할경우 에러방지
|
||||
if(!( undefined == this.file_label || ""==this.file_label)){
|
||||
document.getElementById(this.file_label).setAttribute("for","egovfile_"+this.id);
|
||||
}
|
||||
|
||||
//console.log('file_label>'+element.name);
|
||||
|
||||
this.id++;
|
||||
|
||||
// Add reference to this object
|
||||
element.multi_selector = this;
|
||||
|
||||
// What to do when a file is selected
|
||||
element.onchange = function(){
|
||||
// img view 미리보기, imgBbs 이미지 게시판
|
||||
if (img_view || img_bbs) {
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".gif.jpg.bmp.jpeg.png".indexOf(ext) != -1 ){
|
||||
|
||||
} else {
|
||||
element.value = "";
|
||||
alert("이미지 형식의 확장자만 업로드 가능합니다!");
|
||||
return;
|
||||
}
|
||||
}else{
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".ppt.pptx.doc.docx.xls.pdf.ai.psd.hwp.txt.bmp.gif.jpg.jpeg.png.raw.wav.wma.mp3.mp4.mkv.avi.flv.mov.zip.alz.egg.rar".indexOf(ext) != -1 ){
|
||||
|
||||
}else{
|
||||
element.value = "";
|
||||
alert("지금 확장자는 업로드 불가능합니다!");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (isPdf) {
|
||||
var pathname = element.value;
|
||||
var ext = pathname.split('.').pop().toLowerCase();
|
||||
|
||||
if( ".pdf".indexOf(ext) != -1 ){
|
||||
|
||||
} else {
|
||||
element.value = "";
|
||||
alert("PDF 형식의 확장자만 업로드 가능합니다!");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.files
|
||||
&& multi_selector.maxSize != -1
|
||||
&& this.files[0].size > multi_selector.maxSizeByte) {
|
||||
alert( '파일사이즈가 초과되었습니다. 최대크기 ' + maxSize + 'mb' );
|
||||
this.value = '';
|
||||
return;
|
||||
}
|
||||
|
||||
var sErrMsg = "첨부파일 갯수는 ["+_base.max+"]이상 첨부할 수 없습니다!";
|
||||
if( _base.update_count > 0 ){
|
||||
if( _base.count > (_base.max-_base.update_count) ){
|
||||
element.value = "";
|
||||
alert(sErrMsg);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if( _base.max > 0 && _base.count > _base.max ){
|
||||
element.value = "";
|
||||
alert(sErrMsg);
|
||||
return;
|
||||
}
|
||||
|
||||
// New file input
|
||||
var new_element = document.createElement( 'input' );
|
||||
new_element.type = 'file';
|
||||
|
||||
// Add new element
|
||||
this.parentNode.insertBefore( new_element, this );
|
||||
|
||||
// Apply 'update' to element
|
||||
this.multi_selector.addElement( new_element );
|
||||
|
||||
// Update list
|
||||
this.multi_selector.addListRowNew( this );
|
||||
|
||||
// Hide this: we can't use display:none because Safari doesn't like it
|
||||
this.style.position = 'absolute';
|
||||
this.style.left = '-1000px';
|
||||
this.style.top = '-1000px';
|
||||
this.style.display = 'none';
|
||||
this.style.visibility = 'hidden';
|
||||
this.style.width = '0';
|
||||
this.style.height = '0';
|
||||
this.style.overflow = 'hidden';
|
||||
|
||||
new_element.onkeypress = function(){
|
||||
return false;
|
||||
};
|
||||
|
||||
};
|
||||
// If we've reached maximum number, disable input element
|
||||
if( this.max != -1 && this.count >= this.max ){
|
||||
//element.disabled = true;
|
||||
};
|
||||
|
||||
// File element counter
|
||||
this.count++;
|
||||
// Most recent element
|
||||
this.current_element = element;
|
||||
|
||||
} else {
|
||||
// This can only be applied to file input elements!
|
||||
alert( 'Error: not a file input element' );
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new row to the list of files
|
||||
*/
|
||||
this.addListRowNew = function( element ){
|
||||
|
||||
// Row div
|
||||
var new_row = document.createElement( 'div' );
|
||||
new_row.className = "file_add";
|
||||
|
||||
// Delete button
|
||||
var new_row_button = document.createElement( 'img' );
|
||||
new_row_button.src = '../../../images/egovframework/com/cmm/btn/btn_del.png';
|
||||
new_row_button.className = "cursor";
|
||||
new_row_button.style.margin = "0 0 0 0";
|
||||
new_row_button.style.padding = "0 0 0 0";
|
||||
//new_row_button.style.top = '3px';
|
||||
|
||||
// References
|
||||
new_row.element = element;
|
||||
|
||||
// 이미지 미리보기
|
||||
if (img_view) {
|
||||
|
||||
var div_img_name ;
|
||||
if($(element).attr('id').indexOf('atchFile')!=-1){
|
||||
div_img_name = "DIV_IMG_ATCH" ;
|
||||
}
|
||||
if($(element).attr('id').indexOf('thumb')!=-1){
|
||||
div_img_name = "DIV_IMG_THUMB" ;
|
||||
}
|
||||
|
||||
|
||||
//var imgViewDiv = document.getElementById("DIV_IMG_VIEW");
|
||||
var imgViewDiv = document.getElementById(div_img_name);
|
||||
var newImgDiv = document.createElement( 'div' );
|
||||
newImgDiv.innerHTML = '<img src="" name="IMG_VIEW" id="IMG_VIEW" class="imgView" align="middle" alt="미리보기" title="미리보기">';
|
||||
imgViewDiv.appendChild( newImgDiv );
|
||||
new_row.viewElement = newImgDiv;
|
||||
this.imgViewChange(element, newImgDiv);
|
||||
}
|
||||
|
||||
// Delete function
|
||||
new_row_button.onclick= function(){
|
||||
// 미리보기 삭제
|
||||
if (img_view) {
|
||||
this.parentNode.viewElement.parentNode.removeChild( this.parentNode.viewElement );
|
||||
}
|
||||
|
||||
// Remove element from form
|
||||
this.parentNode.element.parentNode.removeChild( this.parentNode.element );
|
||||
|
||||
// Remove this row from the list
|
||||
this.parentNode.parentNode.removeChild( this.parentNode );
|
||||
|
||||
// Decrement counter
|
||||
this.parentNode.element.multi_selector.count--;
|
||||
|
||||
// Re-enable input element (if it's disabled)
|
||||
this.parentNode.element.multi_selector.current_element.disabled = false;
|
||||
|
||||
// which nixes your already queued uploads
|
||||
return false;
|
||||
};
|
||||
// Set row value
|
||||
//new_row.innerHTML = element.value;
|
||||
new_row.innerHTML = "<input type='text' class='input2' readonly='readonly' style='width:50%; ' value='"+element.value+" ' style='padding:0 0 0 0;margin:0 0 0 0;'>";
|
||||
|
||||
// Add button
|
||||
new_row.appendChild( new_row_button );
|
||||
|
||||
// Add it to the list
|
||||
this.list_target.appendChild( new_row );
|
||||
};
|
||||
|
||||
/**
|
||||
* img file view change
|
||||
*/
|
||||
this.imgViewChange = function( element, div ){
|
||||
//파일선택 후 파일 미리보기
|
||||
if ( window.FileReader ) {
|
||||
/* 크롬, 사파리, 파이어폭스, 오페라, IE 10 이상에서는 HTML5 FileReader 이용 */
|
||||
var reader = new FileReader();
|
||||
reader.onload = function (e) {
|
||||
//$('#'+preImg).attr('src', e.target.result);
|
||||
div.firstChild.src = e.target.result;
|
||||
};
|
||||
reader.readAsDataURL(element.files[0]);
|
||||
//return input.files[0].name; // 파일명 return
|
||||
} else {
|
||||
/* IE 8, 9에서 가능하나 권장하지 않음 */
|
||||
var img = document.getElementById("IMG_VIEW");
|
||||
img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"
|
||||
+ element.value + "', sizingMethod='scale')"; //이미지 로딩, sizingMethod는 div에 맞춰서 사이즈를 자동조절 하는 역할
|
||||
/* IE 8, 9에서 불가능 */
|
||||
//document.getElementById("IMG_VIEW").src = element.value;
|
||||
img.width = 66;
|
||||
img.height = 52;
|
||||
img.alt = "";
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
106
src/main/webapp/WEB-INF/views/_common/_js/EgovZipPopup.js
Normal file
106
src/main/webapp/WEB-INF/views/_common/_js/EgovZipPopup.js
Normal file
@ -0,0 +1,106 @@
|
||||
/****************************************************************
|
||||
*
|
||||
* 파일명 : EgovZipPopup.js
|
||||
* 설 명 : 전자정부 공통서비스 달력 팝업 JavaScript
|
||||
*
|
||||
* 수정일 수정자 Version Function 명
|
||||
* ------------ --------- ------------- ----------------------------
|
||||
* 2009.03.30 이중호 1.0 최초생성
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
function dirname(path) {
|
||||
if (path.lastIndexOf("/") == -1)
|
||||
return "./";
|
||||
return path.replace(/\\/g, '/').replace(/\/[^\/]*\/?$/, '') + "/";
|
||||
}
|
||||
|
||||
function getActiveScript() {
|
||||
var d = document.getElementsByTagName("script");
|
||||
var path = dirname(d[d.length - 1].src);
|
||||
delete d;
|
||||
|
||||
var offset=path.indexOf(location.host)+location.host.length;
|
||||
return path.substring(offset);
|
||||
}
|
||||
|
||||
|
||||
function getContextPath(){
|
||||
var offset=location.href.indexOf(location.host)+location.host.length;
|
||||
var ctxPath=location.href.substring(offset, location.href.indexOf('/',offset+1));
|
||||
|
||||
if ((/^\/js/).test(getActiveScript())) {
|
||||
return "";
|
||||
}
|
||||
|
||||
return ctxPath;
|
||||
}
|
||||
|
||||
function loadScript(src, f) {
|
||||
var head = document.getElementsByTagName("head")[0];
|
||||
var script = document.createElement("script");
|
||||
script.src = src;
|
||||
var done = false;
|
||||
script.onload = script.onreadystatechange = function() {
|
||||
// attach to both events for cross browser finish detection:
|
||||
if ( !done && (!this.readyState ||
|
||||
this.readyState == "loaded" || this.readyState == "complete") ) {
|
||||
done = true;
|
||||
if (typeof f == 'function') f();
|
||||
// cleans up a little memory:
|
||||
script.onload = script.onreadystatechange = null;
|
||||
head.removeChild(script);
|
||||
}
|
||||
};
|
||||
head.appendChild(script);
|
||||
}
|
||||
|
||||
loadScript(getContextPath() + '/js/showModalDialog.js');
|
||||
|
||||
/**********************************************
|
||||
* 함수명 : fn_egov_ZipSearch
|
||||
* 설 명 : 우편번호찾기 팝업 호출 - form별로 이름이 다른 경우 사용
|
||||
* 인 자 : 사용할 Form 객체, 우편번호(123456), 우편번호(123-456), 주소
|
||||
* 사용법 : fn_egov_ZipSearch(frm, sZip, vZip, sAddr)
|
||||
*
|
||||
* 수정일 수정자 수정내용
|
||||
* ------ ------ -------------------
|
||||
* 2009.03.30 이중호 신규작업
|
||||
*
|
||||
*/
|
||||
function fn_egov_ZipSearch(frm, sZip, vZip, sAddr) {
|
||||
var retVal;
|
||||
|
||||
var url = frm.zip_url.value;
|
||||
//var url = "/ebt/sym/cmm/EgovCcmZipSearchPopup.do";
|
||||
var varParam = new Object();
|
||||
varParam.sZip = sZip.value;
|
||||
|
||||
// IE
|
||||
//var openParam = "dialogWidth:500px;dialogHeight:325px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
// FIREFOX
|
||||
var openParam = "dialogWidth:550px;dialogHeight:365px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
|
||||
retVal = window.showModalDialog(url, varParam, openParam, "zipCallback");
|
||||
|
||||
otherParameters[0] = sZip;
|
||||
otherParameters[1] = vZip;
|
||||
otherParameters[2] = sAddr;
|
||||
|
||||
if(retVal) {
|
||||
sZip.value = retVal.sZip;
|
||||
vZip.value = retVal.vZip;
|
||||
sAddr.value = retVal.sAddr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function zipCallback(retVal) {
|
||||
if (retVal) {
|
||||
otherParameters[0].value = retVal.sZip;
|
||||
otherParameters[1].value = retVal.vZip;
|
||||
otherParameters[2].value = retVal.sAddr;
|
||||
}
|
||||
}
|
||||
559
src/main/webapp/WEB-INF/views/_common/_js/RSA/jsbn.js
Normal file
559
src/main/webapp/WEB-INF/views/_common/_js/RSA/jsbn.js
Normal file
@ -0,0 +1,559 @@
|
||||
// Copyright (c) 2005 Tom Wu
|
||||
// All Rights Reserved.
|
||||
// See "LICENSE" for details.
|
||||
|
||||
// Basic JavaScript BN library - subset useful for RSA encryption.
|
||||
|
||||
// Bits per digit
|
||||
var dbits;
|
||||
|
||||
// JavaScript engine analysis
|
||||
var canary = 0xdeadbeefcafe;
|
||||
var j_lm = ((canary&0xffffff)==0xefcafe);
|
||||
|
||||
// (public) Constructor
|
||||
function BigInteger(a,b,c) {
|
||||
if(a != null)
|
||||
if("number" == typeof a) this.fromNumber(a,b,c);
|
||||
else if(b == null && "string" != typeof a) this.fromString(a,256);
|
||||
else this.fromString(a,b);
|
||||
}
|
||||
|
||||
// return new, unset BigInteger
|
||||
function nbi() { return new BigInteger(null); }
|
||||
|
||||
// am: Compute w_j += (x*this_i), propagate carries,
|
||||
// c is initial carry, returns final carry.
|
||||
// c < 3*dvalue, x < 2*dvalue, this_i < dvalue
|
||||
// We need to select the fastest one that works in this environment.
|
||||
|
||||
// am1: use a single mult and divide to get the high bits,
|
||||
// max digit bits should be 26 because
|
||||
// max internal value = 2*dvalue^2-2*dvalue (< 2^53)
|
||||
function am1(i,x,w,j,c,n) {
|
||||
while(--n >= 0) {
|
||||
var v = x*this[i++]+w[j]+c;
|
||||
c = Math.floor(v/0x4000000);
|
||||
w[j++] = v&0x3ffffff;
|
||||
}
|
||||
return c;
|
||||
}
|
||||
// am2 avoids a big mult-and-extract completely.
|
||||
// Max digit bits should be <= 30 because we do bitwise ops
|
||||
// on values up to 2*hdvalue^2-hdvalue-1 (< 2^31)
|
||||
function am2(i,x,w,j,c,n) {
|
||||
var xl = x&0x7fff, xh = x>>15;
|
||||
while(--n >= 0) {
|
||||
var l = this[i]&0x7fff;
|
||||
var h = this[i++]>>15;
|
||||
var m = xh*l+h*xl;
|
||||
l = xl*l+((m&0x7fff)<<15)+w[j]+(c&0x3fffffff);
|
||||
c = (l>>>30)+(m>>>15)+xh*h+(c>>>30);
|
||||
w[j++] = l&0x3fffffff;
|
||||
}
|
||||
return c;
|
||||
}
|
||||
// Alternately, set max digit bits to 28 since some
|
||||
// browsers slow down when dealing with 32-bit numbers.
|
||||
function am3(i,x,w,j,c,n) {
|
||||
var xl = x&0x3fff, xh = x>>14;
|
||||
while(--n >= 0) {
|
||||
var l = this[i]&0x3fff;
|
||||
var h = this[i++]>>14;
|
||||
var m = xh*l+h*xl;
|
||||
l = xl*l+((m&0x3fff)<<14)+w[j]+c;
|
||||
c = (l>>28)+(m>>14)+xh*h;
|
||||
w[j++] = l&0xfffffff;
|
||||
}
|
||||
return c;
|
||||
}
|
||||
if(j_lm && (navigator.appName == "Microsoft Internet Explorer")) {
|
||||
BigInteger.prototype.am = am2;
|
||||
dbits = 30;
|
||||
}
|
||||
else if(j_lm && (navigator.appName != "Netscape")) {
|
||||
BigInteger.prototype.am = am1;
|
||||
dbits = 26;
|
||||
}
|
||||
else { // Mozilla/Netscape seems to prefer am3
|
||||
BigInteger.prototype.am = am3;
|
||||
dbits = 28;
|
||||
}
|
||||
|
||||
BigInteger.prototype.DB = dbits;
|
||||
BigInteger.prototype.DM = ((1<<dbits)-1);
|
||||
BigInteger.prototype.DV = (1<<dbits);
|
||||
|
||||
var BI_FP = 52;
|
||||
BigInteger.prototype.FV = Math.pow(2,BI_FP);
|
||||
BigInteger.prototype.F1 = BI_FP-dbits;
|
||||
BigInteger.prototype.F2 = 2*dbits-BI_FP;
|
||||
|
||||
// Digit conversions
|
||||
var BI_RM = "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||
var BI_RC = new Array();
|
||||
var rr,vv;
|
||||
rr = "0".charCodeAt(0);
|
||||
for(vv = 0; vv <= 9; ++vv) BI_RC[rr++] = vv;
|
||||
rr = "a".charCodeAt(0);
|
||||
for(vv = 10; vv < 36; ++vv) BI_RC[rr++] = vv;
|
||||
rr = "A".charCodeAt(0);
|
||||
for(vv = 10; vv < 36; ++vv) BI_RC[rr++] = vv;
|
||||
|
||||
function int2char(n) { return BI_RM.charAt(n); }
|
||||
function intAt(s,i) {
|
||||
var c = BI_RC[s.charCodeAt(i)];
|
||||
return (c==null)?-1:c;
|
||||
}
|
||||
|
||||
// (protected) copy this to r
|
||||
function bnpCopyTo(r) {
|
||||
for(var i = this.t-1; i >= 0; --i) r[i] = this[i];
|
||||
r.t = this.t;
|
||||
r.s = this.s;
|
||||
}
|
||||
|
||||
// (protected) set from integer value x, -DV <= x < DV
|
||||
function bnpFromInt(x) {
|
||||
this.t = 1;
|
||||
this.s = (x<0)?-1:0;
|
||||
if(x > 0) this[0] = x;
|
||||
else if(x < -1) this[0] = x+DV;
|
||||
else this.t = 0;
|
||||
}
|
||||
|
||||
// return bigint initialized to value
|
||||
function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
|
||||
|
||||
// (protected) set from string and radix
|
||||
function bnpFromString(s,b) {
|
||||
var k;
|
||||
if(b == 16) k = 4;
|
||||
else if(b == 8) k = 3;
|
||||
else if(b == 256) k = 8; // byte array
|
||||
else if(b == 2) k = 1;
|
||||
else if(b == 32) k = 5;
|
||||
else if(b == 4) k = 2;
|
||||
else { this.fromRadix(s,b); return; }
|
||||
this.t = 0;
|
||||
this.s = 0;
|
||||
var i = s.length, mi = false, sh = 0;
|
||||
while(--i >= 0) {
|
||||
var x = (k==8)?s[i]&0xff:intAt(s,i);
|
||||
if(x < 0) {
|
||||
if(s.charAt(i) == "-") mi = true;
|
||||
continue;
|
||||
}
|
||||
mi = false;
|
||||
if(sh == 0)
|
||||
this[this.t++] = x;
|
||||
else if(sh+k > this.DB) {
|
||||
this[this.t-1] |= (x&((1<<(this.DB-sh))-1))<<sh;
|
||||
this[this.t++] = (x>>(this.DB-sh));
|
||||
}
|
||||
else
|
||||
this[this.t-1] |= x<<sh;
|
||||
sh += k;
|
||||
if(sh >= this.DB) sh -= this.DB;
|
||||
}
|
||||
if(k == 8 && (s[0]&0x80) != 0) {
|
||||
this.s = -1;
|
||||
if(sh > 0) this[this.t-1] |= ((1<<(this.DB-sh))-1)<<sh;
|
||||
}
|
||||
this.clamp();
|
||||
if(mi) BigInteger.ZERO.subTo(this,this);
|
||||
}
|
||||
|
||||
// (protected) clamp off excess high words
|
||||
function bnpClamp() {
|
||||
var c = this.s&this.DM;
|
||||
while(this.t > 0 && this[this.t-1] == c) --this.t;
|
||||
}
|
||||
|
||||
// (public) return string representation in given radix
|
||||
function bnToString(b) {
|
||||
if(this.s < 0) return "-"+this.negate().toString(b);
|
||||
var k;
|
||||
if(b == 16) k = 4;
|
||||
else if(b == 8) k = 3;
|
||||
else if(b == 2) k = 1;
|
||||
else if(b == 32) k = 5;
|
||||
else if(b == 4) k = 2;
|
||||
else return this.toRadix(b);
|
||||
var km = (1<<k)-1, d, m = false, r = "", i = this.t;
|
||||
var p = this.DB-(i*this.DB)%k;
|
||||
if(i-- > 0) {
|
||||
if(p < this.DB && (d = this[i]>>p) > 0) { m = true; r = int2char(d); }
|
||||
while(i >= 0) {
|
||||
if(p < k) {
|
||||
d = (this[i]&((1<<p)-1))<<(k-p);
|
||||
d |= this[--i]>>(p+=this.DB-k);
|
||||
}
|
||||
else {
|
||||
d = (this[i]>>(p-=k))&km;
|
||||
if(p <= 0) { p += this.DB; --i; }
|
||||
}
|
||||
if(d > 0) m = true;
|
||||
if(m) r += int2char(d);
|
||||
}
|
||||
}
|
||||
return m?r:"0";
|
||||
}
|
||||
|
||||
// (public) -this
|
||||
function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; }
|
||||
|
||||
// (public) |this|
|
||||
function bnAbs() { return (this.s<0)?this.negate():this; }
|
||||
|
||||
// (public) return + if this > a, - if this < a, 0 if equal
|
||||
function bnCompareTo(a) {
|
||||
var r = this.s-a.s;
|
||||
if(r != 0) return r;
|
||||
var i = this.t;
|
||||
r = i-a.t;
|
||||
if(r != 0) return r;
|
||||
while(--i >= 0) if((r=this[i]-a[i]) != 0) return r;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// returns bit length of the integer x
|
||||
function nbits(x) {
|
||||
var r = 1, t;
|
||||
if((t=x>>>16) != 0) { x = t; r += 16; }
|
||||
if((t=x>>8) != 0) { x = t; r += 8; }
|
||||
if((t=x>>4) != 0) { x = t; r += 4; }
|
||||
if((t=x>>2) != 0) { x = t; r += 2; }
|
||||
if((t=x>>1) != 0) { x = t; r += 1; }
|
||||
return r;
|
||||
}
|
||||
|
||||
// (public) return the number of bits in "this"
|
||||
function bnBitLength() {
|
||||
if(this.t <= 0) return 0;
|
||||
return this.DB*(this.t-1)+nbits(this[this.t-1]^(this.s&this.DM));
|
||||
}
|
||||
|
||||
// (protected) r = this << n*DB
|
||||
function bnpDLShiftTo(n,r) {
|
||||
var i;
|
||||
for(i = this.t-1; i >= 0; --i) r[i+n] = this[i];
|
||||
for(i = n-1; i >= 0; --i) r[i] = 0;
|
||||
r.t = this.t+n;
|
||||
r.s = this.s;
|
||||
}
|
||||
|
||||
// (protected) r = this >> n*DB
|
||||
function bnpDRShiftTo(n,r) {
|
||||
for(var i = n; i < this.t; ++i) r[i-n] = this[i];
|
||||
r.t = Math.max(this.t-n,0);
|
||||
r.s = this.s;
|
||||
}
|
||||
|
||||
// (protected) r = this << n
|
||||
function bnpLShiftTo(n,r) {
|
||||
var bs = n%this.DB;
|
||||
var cbs = this.DB-bs;
|
||||
var bm = (1<<cbs)-1;
|
||||
var ds = Math.floor(n/this.DB), c = (this.s<<bs)&this.DM, i;
|
||||
for(i = this.t-1; i >= 0; --i) {
|
||||
r[i+ds+1] = (this[i]>>cbs)|c;
|
||||
c = (this[i]&bm)<<bs;
|
||||
}
|
||||
for(i = ds-1; i >= 0; --i) r[i] = 0;
|
||||
r[ds] = c;
|
||||
r.t = this.t+ds+1;
|
||||
r.s = this.s;
|
||||
r.clamp();
|
||||
}
|
||||
|
||||
// (protected) r = this >> n
|
||||
function bnpRShiftTo(n,r) {
|
||||
r.s = this.s;
|
||||
var ds = Math.floor(n/this.DB);
|
||||
if(ds >= this.t) { r.t = 0; return; }
|
||||
var bs = n%this.DB;
|
||||
var cbs = this.DB-bs;
|
||||
var bm = (1<<bs)-1;
|
||||
r[0] = this[ds]>>bs;
|
||||
for(var i = ds+1; i < this.t; ++i) {
|
||||
r[i-ds-1] |= (this[i]&bm)<<cbs;
|
||||
r[i-ds] = this[i]>>bs;
|
||||
}
|
||||
if(bs > 0) r[this.t-ds-1] |= (this.s&bm)<<cbs;
|
||||
r.t = this.t-ds;
|
||||
r.clamp();
|
||||
}
|
||||
|
||||
// (protected) r = this - a
|
||||
function bnpSubTo(a,r) {
|
||||
var i = 0, c = 0, m = Math.min(a.t,this.t);
|
||||
while(i < m) {
|
||||
c += this[i]-a[i];
|
||||
r[i++] = c&this.DM;
|
||||
c >>= this.DB;
|
||||
}
|
||||
if(a.t < this.t) {
|
||||
c -= a.s;
|
||||
while(i < this.t) {
|
||||
c += this[i];
|
||||
r[i++] = c&this.DM;
|
||||
c >>= this.DB;
|
||||
}
|
||||
c += this.s;
|
||||
}
|
||||
else {
|
||||
c += this.s;
|
||||
while(i < a.t) {
|
||||
c -= a[i];
|
||||
r[i++] = c&this.DM;
|
||||
c >>= this.DB;
|
||||
}
|
||||
c -= a.s;
|
||||
}
|
||||
r.s = (c<0)?-1:0;
|
||||
if(c < -1) r[i++] = this.DV+c;
|
||||
else if(c > 0) r[i++] = c;
|
||||
r.t = i;
|
||||
r.clamp();
|
||||
}
|
||||
|
||||
// (protected) r = this * a, r != this,a (HAC 14.12)
|
||||
// "this" should be the larger one if appropriate.
|
||||
function bnpMultiplyTo(a,r) {
|
||||
var x = this.abs(), y = a.abs();
|
||||
var i = x.t;
|
||||
r.t = i+y.t;
|
||||
while(--i >= 0) r[i] = 0;
|
||||
for(i = 0; i < y.t; ++i) r[i+x.t] = x.am(0,y[i],r,i,0,x.t);
|
||||
r.s = 0;
|
||||
r.clamp();
|
||||
if(this.s != a.s) BigInteger.ZERO.subTo(r,r);
|
||||
}
|
||||
|
||||
// (protected) r = this^2, r != this (HAC 14.16)
|
||||
function bnpSquareTo(r) {
|
||||
var x = this.abs();
|
||||
var i = r.t = 2*x.t;
|
||||
while(--i >= 0) r[i] = 0;
|
||||
for(i = 0; i < x.t-1; ++i) {
|
||||
var c = x.am(i,x[i],r,2*i,0,1);
|
||||
if((r[i+x.t]+=x.am(i+1,2*x[i],r,2*i+1,c,x.t-i-1)) >= x.DV) {
|
||||
r[i+x.t] -= x.DV;
|
||||
r[i+x.t+1] = 1;
|
||||
}
|
||||
}
|
||||
if(r.t > 0) r[r.t-1] += x.am(i,x[i],r,2*i,0,1);
|
||||
r.s = 0;
|
||||
r.clamp();
|
||||
}
|
||||
|
||||
// (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
|
||||
// r != q, this != m. q or r may be null.
|
||||
function bnpDivRemTo(m,q,r) {
|
||||
var pm = m.abs();
|
||||
if(pm.t <= 0) return;
|
||||
var pt = this.abs();
|
||||
if(pt.t < pm.t) {
|
||||
if(q != null) q.fromInt(0);
|
||||
if(r != null) this.copyTo(r);
|
||||
return;
|
||||
}
|
||||
if(r == null) r = nbi();
|
||||
var y = nbi(), ts = this.s, ms = m.s;
|
||||
var nsh = this.DB-nbits(pm[pm.t-1]); // normalize modulus
|
||||
if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
|
||||
else { pm.copyTo(y); pt.copyTo(r); }
|
||||
var ys = y.t;
|
||||
var y0 = y[ys-1];
|
||||
if(y0 == 0) return;
|
||||
var yt = y0*(1<<this.F1)+((ys>1)?y[ys-2]>>this.F2:0);
|
||||
var d1 = this.FV/yt, d2 = (1<<this.F1)/yt, e = 1<<this.F2;
|
||||
var i = r.t, j = i-ys, t = (q==null)?nbi():q;
|
||||
y.dlShiftTo(j,t);
|
||||
if(r.compareTo(t) >= 0) {
|
||||
r[r.t++] = 1;
|
||||
r.subTo(t,r);
|
||||
}
|
||||
BigInteger.ONE.dlShiftTo(ys,t);
|
||||
t.subTo(y,y); // "negative" y so we can replace sub with am later
|
||||
while(y.t < ys) y[y.t++] = 0;
|
||||
while(--j >= 0) {
|
||||
// Estimate quotient digit
|
||||
var qd = (r[--i]==y0)?this.DM:Math.floor(r[i]*d1+(r[i-1]+e)*d2);
|
||||
if((r[i]+=y.am(0,qd,r,j,0,ys)) < qd) { // Try it out
|
||||
y.dlShiftTo(j,t);
|
||||
r.subTo(t,r);
|
||||
while(r[i] < --qd) r.subTo(t,r);
|
||||
}
|
||||
}
|
||||
if(q != null) {
|
||||
r.drShiftTo(ys,q);
|
||||
if(ts != ms) BigInteger.ZERO.subTo(q,q);
|
||||
}
|
||||
r.t = ys;
|
||||
r.clamp();
|
||||
if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
|
||||
if(ts < 0) BigInteger.ZERO.subTo(r,r);
|
||||
}
|
||||
|
||||
// (public) this mod a
|
||||
function bnMod(a) {
|
||||
var r = nbi();
|
||||
this.abs().divRemTo(a,null,r);
|
||||
if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r);
|
||||
return r;
|
||||
}
|
||||
|
||||
// Modular reduction using "classic" algorithm
|
||||
function Classic(m) { this.m = m; }
|
||||
function cConvert(x) {
|
||||
if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m);
|
||||
else return x;
|
||||
}
|
||||
function cRevert(x) { return x; }
|
||||
function cReduce(x) { x.divRemTo(this.m,null,x); }
|
||||
function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
|
||||
function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
|
||||
|
||||
Classic.prototype.convert = cConvert;
|
||||
Classic.prototype.revert = cRevert;
|
||||
Classic.prototype.reduce = cReduce;
|
||||
Classic.prototype.mulTo = cMulTo;
|
||||
Classic.prototype.sqrTo = cSqrTo;
|
||||
|
||||
// (protected) return "-1/this % 2^DB"; useful for Mont. reduction
|
||||
// justification:
|
||||
// xy == 1 (mod m)
|
||||
// xy = 1+km
|
||||
// xy(2-xy) = (1+km)(1-km)
|
||||
// x[y(2-xy)] = 1-k^2m^2
|
||||
// x[y(2-xy)] == 1 (mod m^2)
|
||||
// if y is 1/x mod m, then y(2-xy) is 1/x mod m^2
|
||||
// should reduce x and y(2-xy) by m^2 at each step to keep size bounded.
|
||||
// JS multiply "overflows" differently from C/C++, so care is needed here.
|
||||
function bnpInvDigit() {
|
||||
if(this.t < 1) return 0;
|
||||
var x = this[0];
|
||||
if((x&1) == 0) return 0;
|
||||
var y = x&3; // y == 1/x mod 2^2
|
||||
y = (y*(2-(x&0xf)*y))&0xf; // y == 1/x mod 2^4
|
||||
y = (y*(2-(x&0xff)*y))&0xff; // y == 1/x mod 2^8
|
||||
y = (y*(2-(((x&0xffff)*y)&0xffff)))&0xffff; // y == 1/x mod 2^16
|
||||
// last step - calculate inverse mod DV directly;
|
||||
// assumes 16 < DB <= 32 and assumes ability to handle 48-bit ints
|
||||
y = (y*(2-x*y%this.DV))%this.DV; // y == 1/x mod 2^dbits
|
||||
// we really want the negative inverse, and -DV < y < DV
|
||||
return (y>0)?this.DV-y:-y;
|
||||
}
|
||||
|
||||
// Montgomery reduction
|
||||
function Montgomery(m) {
|
||||
this.m = m;
|
||||
this.mp = m.invDigit();
|
||||
this.mpl = this.mp&0x7fff;
|
||||
this.mph = this.mp>>15;
|
||||
this.um = (1<<(m.DB-15))-1;
|
||||
this.mt2 = 2*m.t;
|
||||
}
|
||||
|
||||
// xR mod m
|
||||
function montConvert(x) {
|
||||
var r = nbi();
|
||||
x.abs().dlShiftTo(this.m.t,r);
|
||||
r.divRemTo(this.m,null,r);
|
||||
if(x.s < 0 && r.compareTo(BigInteger.ZERO) > 0) this.m.subTo(r,r);
|
||||
return r;
|
||||
}
|
||||
|
||||
// x/R mod m
|
||||
function montRevert(x) {
|
||||
var r = nbi();
|
||||
x.copyTo(r);
|
||||
this.reduce(r);
|
||||
return r;
|
||||
}
|
||||
|
||||
// x = x/R mod m (HAC 14.32)
|
||||
function montReduce(x) {
|
||||
while(x.t <= this.mt2) // pad x so am has enough room later
|
||||
x[x.t++] = 0;
|
||||
for(var i = 0; i < this.m.t; ++i) {
|
||||
// faster way of calculating u0 = x[i]*mp mod DV
|
||||
var j = x[i]&0x7fff;
|
||||
var u0 = (j*this.mpl+(((j*this.mph+(x[i]>>15)*this.mpl)&this.um)<<15))&x.DM;
|
||||
// use am to combine the multiply-shift-add into one call
|
||||
j = i+this.m.t;
|
||||
x[j] += this.m.am(0,u0,x,i,0,this.m.t);
|
||||
// propagate carry
|
||||
while(x[j] >= x.DV) { x[j] -= x.DV; x[++j]++; }
|
||||
}
|
||||
x.clamp();
|
||||
x.drShiftTo(this.m.t,x);
|
||||
if(x.compareTo(this.m) >= 0) x.subTo(this.m,x);
|
||||
}
|
||||
|
||||
// r = "x^2/R mod m"; x != r
|
||||
function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
|
||||
|
||||
// r = "xy/R mod m"; x,y != r
|
||||
function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
|
||||
|
||||
Montgomery.prototype.convert = montConvert;
|
||||
Montgomery.prototype.revert = montRevert;
|
||||
Montgomery.prototype.reduce = montReduce;
|
||||
Montgomery.prototype.mulTo = montMulTo;
|
||||
Montgomery.prototype.sqrTo = montSqrTo;
|
||||
|
||||
// (protected) true iff this is even
|
||||
function bnpIsEven() { return ((this.t>0)?(this[0]&1):this.s) == 0; }
|
||||
|
||||
// (protected) this^e, e < 2^32, doing sqr and mul with "r" (HAC 14.79)
|
||||
function bnpExp(e,z) {
|
||||
if(e > 0xffffffff || e < 1) return BigInteger.ONE;
|
||||
var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1;
|
||||
g.copyTo(r);
|
||||
while(--i >= 0) {
|
||||
z.sqrTo(r,r2);
|
||||
if((e&(1<<i)) > 0) z.mulTo(r2,g,r);
|
||||
else { var t = r; r = r2; r2 = t; }
|
||||
}
|
||||
return z.revert(r);
|
||||
}
|
||||
|
||||
// (public) this^e % m, 0 <= e < 2^32
|
||||
function bnModPowInt(e,m) {
|
||||
var z;
|
||||
if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m);
|
||||
return this.exp(e,z);
|
||||
}
|
||||
|
||||
// protected
|
||||
BigInteger.prototype.copyTo = bnpCopyTo;
|
||||
BigInteger.prototype.fromInt = bnpFromInt;
|
||||
BigInteger.prototype.fromString = bnpFromString;
|
||||
BigInteger.prototype.clamp = bnpClamp;
|
||||
BigInteger.prototype.dlShiftTo = bnpDLShiftTo;
|
||||
BigInteger.prototype.drShiftTo = bnpDRShiftTo;
|
||||
BigInteger.prototype.lShiftTo = bnpLShiftTo;
|
||||
BigInteger.prototype.rShiftTo = bnpRShiftTo;
|
||||
BigInteger.prototype.subTo = bnpSubTo;
|
||||
BigInteger.prototype.multiplyTo = bnpMultiplyTo;
|
||||
BigInteger.prototype.squareTo = bnpSquareTo;
|
||||
BigInteger.prototype.divRemTo = bnpDivRemTo;
|
||||
BigInteger.prototype.invDigit = bnpInvDigit;
|
||||
BigInteger.prototype.isEven = bnpIsEven;
|
||||
BigInteger.prototype.exp = bnpExp;
|
||||
|
||||
// public
|
||||
BigInteger.prototype.toString = bnToString;
|
||||
BigInteger.prototype.negate = bnNegate;
|
||||
BigInteger.prototype.abs = bnAbs;
|
||||
BigInteger.prototype.compareTo = bnCompareTo;
|
||||
BigInteger.prototype.bitLength = bnBitLength;
|
||||
BigInteger.prototype.mod = bnMod;
|
||||
BigInteger.prototype.modPowInt = bnModPowInt;
|
||||
|
||||
// "constants"
|
||||
BigInteger.ZERO = nbv(0);
|
||||
BigInteger.ONE = nbv(1);
|
||||
45
src/main/webapp/WEB-INF/views/_common/_js/RSA/prng4.js
Normal file
45
src/main/webapp/WEB-INF/views/_common/_js/RSA/prng4.js
Normal file
@ -0,0 +1,45 @@
|
||||
// prng4.js - uses Arcfour as a PRNG
|
||||
|
||||
function Arcfour() {
|
||||
this.i = 0;
|
||||
this.j = 0;
|
||||
this.S = new Array();
|
||||
}
|
||||
|
||||
// Initialize arcfour context from key, an array of ints, each from [0..255]
|
||||
function ARC4init(key) {
|
||||
var i, j, t;
|
||||
for(i = 0; i < 256; ++i)
|
||||
this.S[i] = i;
|
||||
j = 0;
|
||||
for(i = 0; i < 256; ++i) {
|
||||
j = (j + this.S[i] + key[i % key.length]) & 255;
|
||||
t = this.S[i];
|
||||
this.S[i] = this.S[j];
|
||||
this.S[j] = t;
|
||||
}
|
||||
this.i = 0;
|
||||
this.j = 0;
|
||||
}
|
||||
|
||||
function ARC4next() {
|
||||
var t;
|
||||
this.i = (this.i + 1) & 255;
|
||||
this.j = (this.j + this.S[this.i]) & 255;
|
||||
t = this.S[this.i];
|
||||
this.S[this.i] = this.S[this.j];
|
||||
this.S[this.j] = t;
|
||||
return this.S[(t + this.S[this.i]) & 255];
|
||||
}
|
||||
|
||||
Arcfour.prototype.init = ARC4init;
|
||||
Arcfour.prototype.next = ARC4next;
|
||||
|
||||
// Plug in your RNG constructor here
|
||||
function prng_newstate() {
|
||||
return new Arcfour();
|
||||
}
|
||||
|
||||
// Pool size must be a multiple of 4 and greater than 32.
|
||||
// An array of bytes the size of the pool will be passed to init()
|
||||
var rng_psize = 256;
|
||||
68
src/main/webapp/WEB-INF/views/_common/_js/RSA/rng.js
Normal file
68
src/main/webapp/WEB-INF/views/_common/_js/RSA/rng.js
Normal file
@ -0,0 +1,68 @@
|
||||
// Random number generator - requires a PRNG backend, e.g. prng4.js
|
||||
|
||||
// For best results, put code like
|
||||
// <body onClick='rng_seed_time();' onKeyPress='rng_seed_time();'>
|
||||
// in your main HTML document.
|
||||
|
||||
var rng_state;
|
||||
var rng_pool;
|
||||
var rng_pptr;
|
||||
|
||||
// Mix in a 32-bit integer into the pool
|
||||
function rng_seed_int(x) {
|
||||
rng_pool[rng_pptr++] ^= x & 255;
|
||||
rng_pool[rng_pptr++] ^= (x >> 8) & 255;
|
||||
rng_pool[rng_pptr++] ^= (x >> 16) & 255;
|
||||
rng_pool[rng_pptr++] ^= (x >> 24) & 255;
|
||||
if(rng_pptr >= rng_psize) rng_pptr -= rng_psize;
|
||||
}
|
||||
|
||||
// Mix in the current time (w/milliseconds) into the pool
|
||||
function rng_seed_time() {
|
||||
rng_seed_int(new Date().getTime());
|
||||
}
|
||||
|
||||
// Initialize the pool with junk if needed.
|
||||
if(rng_pool == null) {
|
||||
rng_pool = new Array();
|
||||
rng_pptr = 0;
|
||||
var t;
|
||||
if(navigator.appName == "Netscape" && navigator.appVersion < "5" && window.crypto) {
|
||||
// Extract entropy (256 bits) from NS4 RNG if available
|
||||
var z = window.crypto.random(32);
|
||||
for(t = 0; t < z.length; ++t)
|
||||
rng_pool[rng_pptr++] = z.charCodeAt(t) & 255;
|
||||
}
|
||||
while(rng_pptr < rng_psize) { // extract some randomness from Math.random()
|
||||
t = Math.floor(65536 * Math.random());
|
||||
rng_pool[rng_pptr++] = t >>> 8;
|
||||
rng_pool[rng_pptr++] = t & 255;
|
||||
}
|
||||
rng_pptr = 0;
|
||||
rng_seed_time();
|
||||
//rng_seed_int(window.screenX);
|
||||
//rng_seed_int(window.screenY);
|
||||
}
|
||||
|
||||
function rng_get_byte() {
|
||||
if(rng_state == null) {
|
||||
rng_seed_time();
|
||||
rng_state = prng_newstate();
|
||||
rng_state.init(rng_pool);
|
||||
for(rng_pptr = 0; rng_pptr < rng_pool.length; ++rng_pptr)
|
||||
rng_pool[rng_pptr] = 0;
|
||||
rng_pptr = 0;
|
||||
//rng_pool = null;
|
||||
}
|
||||
// TODO: allow reseeding after first request
|
||||
return rng_state.next();
|
||||
}
|
||||
|
||||
function rng_get_bytes(ba) {
|
||||
var i;
|
||||
for(i = 0; i < ba.length; ++i) ba[i] = rng_get_byte();
|
||||
}
|
||||
|
||||
function SecureRandom() {}
|
||||
|
||||
SecureRandom.prototype.nextBytes = rng_get_bytes;
|
||||
112
src/main/webapp/WEB-INF/views/_common/_js/RSA/rsa.js
Normal file
112
src/main/webapp/WEB-INF/views/_common/_js/RSA/rsa.js
Normal file
@ -0,0 +1,112 @@
|
||||
// Depends on jsbn.js and rng.js
|
||||
|
||||
// Version 1.1: support utf-8 encoding in pkcs1pad2
|
||||
|
||||
// convert a (hex) string to a bignum object
|
||||
function parseBigInt(str,r) {
|
||||
return new BigInteger(str,r);
|
||||
}
|
||||
|
||||
function linebrk(s,n) {
|
||||
var ret = "";
|
||||
var i = 0;
|
||||
while(i + n < s.length) {
|
||||
ret += s.substring(i,i+n) + "\n";
|
||||
i += n;
|
||||
}
|
||||
return ret + s.substring(i,s.length);
|
||||
}
|
||||
|
||||
function byte2Hex(b) {
|
||||
if(b < 0x10)
|
||||
return "0" + b.toString(16);
|
||||
else
|
||||
return b.toString(16);
|
||||
}
|
||||
|
||||
// PKCS#1 (type 2, random) pad input string s to n bytes, and return a bigint
|
||||
function pkcs1pad2(s,n) {
|
||||
if(n < s.length + 11) { // TODO: fix for utf-8
|
||||
alert("Message too long for RSA");
|
||||
return null;
|
||||
}
|
||||
var ba = new Array();
|
||||
var i = s.length - 1;
|
||||
while(i >= 0 && n > 0) {
|
||||
var c = s.charCodeAt(i--);
|
||||
if(c < 128) { // encode using utf-8
|
||||
ba[--n] = c;
|
||||
}
|
||||
else if((c > 127) && (c < 2048)) {
|
||||
ba[--n] = (c & 63) | 128;
|
||||
ba[--n] = (c >> 6) | 192;
|
||||
}
|
||||
else {
|
||||
ba[--n] = (c & 63) | 128;
|
||||
ba[--n] = ((c >> 6) & 63) | 128;
|
||||
ba[--n] = (c >> 12) | 224;
|
||||
}
|
||||
}
|
||||
ba[--n] = 0;
|
||||
var rng = new SecureRandom();
|
||||
var x = new Array();
|
||||
while(n > 2) { // random non-zero pad
|
||||
x[0] = 0;
|
||||
while(x[0] == 0) rng.nextBytes(x);
|
||||
ba[--n] = x[0];
|
||||
}
|
||||
ba[--n] = 2;
|
||||
ba[--n] = 0;
|
||||
return new BigInteger(ba);
|
||||
}
|
||||
|
||||
// "empty" RSA key constructor
|
||||
function RSAKey() {
|
||||
this.n = null;
|
||||
this.e = 0;
|
||||
this.d = null;
|
||||
this.p = null;
|
||||
this.q = null;
|
||||
this.dmp1 = null;
|
||||
this.dmq1 = null;
|
||||
this.coeff = null;
|
||||
}
|
||||
|
||||
// Set the public key fields N and e from hex strings
|
||||
function RSASetPublic(N,E) {
|
||||
if(N != null && E != null && N.length > 0 && E.length > 0) {
|
||||
this.n = parseBigInt(N,16);
|
||||
this.e = parseInt(E,16);
|
||||
}
|
||||
else
|
||||
alert("Invalid RSA public key");
|
||||
}
|
||||
|
||||
// Perform raw public operation on "x": return x^e (mod n)
|
||||
function RSADoPublic(x) {
|
||||
return x.modPowInt(this.e, this.n);
|
||||
}
|
||||
|
||||
// Return the PKCS#1 RSA encryption of "text" as an even-length hex string
|
||||
function RSAEncrypt(text) {
|
||||
var m = pkcs1pad2(text,(this.n.bitLength()+7)>>3);
|
||||
if(m == null) return null;
|
||||
var c = this.doPublic(m);
|
||||
if(c == null) return null;
|
||||
var h = c.toString(16);
|
||||
if((h.length & 1) == 0) return h; else return "0" + h;
|
||||
}
|
||||
|
||||
// Return the PKCS#1 RSA encryption of "text" as a Base64-encoded string
|
||||
//function RSAEncryptB64(text) {
|
||||
// var h = this.encrypt(text);
|
||||
// if(h) return hex2b64(h); else return null;
|
||||
//}
|
||||
|
||||
// protected
|
||||
RSAKey.prototype.doPublic = RSADoPublic;
|
||||
|
||||
// public
|
||||
RSAKey.prototype.setPublic = RSASetPublic;
|
||||
RSAKey.prototype.encrypt = RSAEncrypt;
|
||||
//RSAKey.prototype.encrypt_b64 = RSAEncryptB64;
|
||||
8
src/main/webapp/WEB-INF/views/_common/_js/antdatepicker/daterangepicker.min.js
vendored
Normal file
8
src/main/webapp/WEB-INF/views/_common/_js/antdatepicker/daterangepicker.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
7
src/main/webapp/WEB-INF/views/_common/_js/antdatepicker/moment.min.js
vendored
Normal file
7
src/main/webapp/WEB-INF/views/_common/_js/antdatepicker/moment.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
578
src/main/webapp/WEB-INF/views/_common/_js/calendar.js
Normal file
578
src/main/webapp/WEB-INF/views/_common/_js/calendar.js
Normal file
@ -0,0 +1,578 @@
|
||||
|
||||
//<![CDATA[
|
||||
|
||||
var calendar_div;
|
||||
var calendar_obj;
|
||||
var calendar_tt;
|
||||
|
||||
// ex) calendar(event, 'object_name', 'YYYYMMDD')
|
||||
// fmt option이 없으면 기본으로 설정.
|
||||
// YYYY : 년
|
||||
// MM : 월
|
||||
// DD : 일
|
||||
var calendar_fmt = "YYYY-MM-DD";
|
||||
|
||||
// 숨겨야 되는 select element 저장변수(Array)
|
||||
var hidden_select;
|
||||
// element의 x, y, width, height를 가져옴. (select외에 object를 인수로 사용해도 됨 ex:div)
|
||||
function get_pos(selectObj)
|
||||
{
|
||||
var pos = new Array();
|
||||
|
||||
var pos_x = 0, pos_y = 0;
|
||||
|
||||
// while에서 offsetParent를 찾아가는 방식이라
|
||||
// 다른 지정자에 인수로 넘어온 object를 넘겨줌.
|
||||
obj = selectObj;
|
||||
|
||||
// 좌표계산
|
||||
while(obj.offsetParent)
|
||||
{
|
||||
pos_y += parseInt(obj.offsetTop);
|
||||
pos_x += parseInt(obj.offsetLeft);
|
||||
|
||||
obj = obj.offsetParent;
|
||||
}
|
||||
pos_x += parseInt(obj.offsetLeft);
|
||||
pos_y += parseInt(obj.offsetTop);
|
||||
|
||||
// 좌표저장
|
||||
pos.x = pos_x;
|
||||
pos.y = pos_y;
|
||||
pos.x2 = pos_x + selectObj.offsetWidth;
|
||||
pos.y2 = pos_y + selectObj.offsetHeight;
|
||||
|
||||
return pos;
|
||||
}
|
||||
|
||||
// IE와 Maxton에서 select elements를 숨김
|
||||
// 달력 레이어의 좌표를 인수로 넘겨서 해당 좌표내에 select element가 있는지 체크하는 방식
|
||||
function hide_select(x, y, x2, y2)
|
||||
{
|
||||
var selects = document.getElementsByTagName('select');
|
||||
var hidden_count = 0;
|
||||
|
||||
x = parseInt(x);
|
||||
y = parseInt(y);
|
||||
x2 = parseInt(x2);
|
||||
y2 = parseInt(y2);
|
||||
|
||||
// X축이 겹치는지 체크하기 위한 변수
|
||||
var x_cross = false;
|
||||
// Y축이 겹치는지 체크하기 위한 변수
|
||||
var y_cross = false;
|
||||
|
||||
// 숨겨야 할 select elements를 배열로 등록함.
|
||||
hidden_select = new Array();
|
||||
|
||||
for(var i=0; i<selects.length; i++)
|
||||
{
|
||||
// select element의 좌표를 가져옴.
|
||||
selects[i].pos = new Array();
|
||||
selects[i].pos = get_pos(selects[i]);
|
||||
|
||||
// X축이 달력 영역에 포함 되어 있는지 체크
|
||||
if((x <= selects[i].pos.x && x2 >= selects[i].pos.x) || (x <= selects[i].pos.x2 && x2 >= selects[i].pos.x2))
|
||||
x_cross = true;
|
||||
else
|
||||
x_cross = false;
|
||||
|
||||
// Y축이 달력 영역에 포함되어 있는지 체크
|
||||
if((y <= selects[i].pos.y && y2 >= selects[i].pos.y) || (y <= selects[i].pos.y2 && y2 >= selects[i].pos.y2))
|
||||
y_cross = true;
|
||||
else
|
||||
y_cross = false;
|
||||
|
||||
// X축이나 Y축이 달력 레이어와 겹쳐지면 해당 select element를 숨김
|
||||
if(x_cross == true && y_cross == true)
|
||||
{
|
||||
selects[i].style.visibility = "hidden";
|
||||
hidden_select[hidden_count++] = i;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// IE와 Maxton에서 숨겨진 select elements를 다시 표시해줌.
|
||||
function show_select()
|
||||
{
|
||||
var selects = document.getElementsByTagName('select');
|
||||
|
||||
// hide_select function에서 숨긴 select elements를 다시 보여줌.
|
||||
for(var i=0; i<hidden_select.length; i++)
|
||||
{
|
||||
selects[hidden_select[i]].style.visibility = "visible";
|
||||
}
|
||||
hidden_select = null;
|
||||
}
|
||||
|
||||
// 달력 레이어 초기화
|
||||
// 달력 레이어를 만들고 클릭한 object의 위치를 계산해서 달력을 표시할 위치를 계산함
|
||||
function calendar_set(e)
|
||||
{
|
||||
if(!e) var e = window.event;
|
||||
var click_obj = e.target || e.srcElement;
|
||||
|
||||
// 화면의 최대크기를 구함.
|
||||
try
|
||||
{
|
||||
var s_width = parseInt(window.scrollMaxX) + parseInt(docElement.clientWidth);
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
var s_width = (document.body.scrollWidth > document.body.clientWidth)? document.body.scrollWidth : document.body.clientWidth;
|
||||
}
|
||||
|
||||
// 클릭한 object의 좌표를 가져옴
|
||||
var pos_x = 0;
|
||||
var pos_y = 0;
|
||||
var obj = click_obj;
|
||||
|
||||
while(obj.offsetParent)
|
||||
{
|
||||
pos_y += parseInt(obj.offsetTop);
|
||||
pos_x += parseInt(obj.offsetLeft);
|
||||
|
||||
obj = obj.offsetParent;
|
||||
}
|
||||
pos_x += parseInt(obj.offsetLeft);
|
||||
pos_y += parseInt(obj.offsetTop);
|
||||
|
||||
pos_y += click_obj.offsetHeight;
|
||||
|
||||
if(s_width < pos_x + 160)
|
||||
{
|
||||
pos_x -= 160;
|
||||
pos_x += parseInt(click_obj.offsetWidth);
|
||||
}
|
||||
|
||||
// 기존에 만든 달력 레이어가 있으면 재사용(좌표는 다시 계산함)하고 없으면 생성
|
||||
calendar_div = document.getElementById('calendar_div');
|
||||
|
||||
if(!calendar_div)
|
||||
{
|
||||
calendar_div = document.createElement("DIV");
|
||||
document.body.appendChild(calendar_div);
|
||||
}
|
||||
calendar_div.id = "calendar_div";
|
||||
calendar_div.style.cssText = "width:180px; padding:5px; background-color:#ffffff; border:3px; border-style:double; border-color:#c2c2c2;";
|
||||
calendar_div.style.position = "absolute";
|
||||
calendar_div.style.top = pos_y + 'px';
|
||||
calendar_div.style.left = pos_x + 'px';
|
||||
|
||||
calendar_div.style.visibility = "visible";
|
||||
|
||||
// mouseover 상태에서는 창닫기 타이머를 제거함.
|
||||
calendar_div.onmouseover = function(e) {
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
}
|
||||
|
||||
// mouseout이 되면 창닫기 타이머를 설정함
|
||||
// 설정된 시간 후에 창이 닫힘
|
||||
calendar_div.onmouseout = function() {
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
calendar_tt = window.setTimeout("calendar_hide()", 300);
|
||||
}
|
||||
|
||||
calendar_div.focus();
|
||||
|
||||
// 더블클릭해도 창이 닫히도록..
|
||||
//calendar_div.ondblclick = calendar_close;
|
||||
}
|
||||
|
||||
// 달력 레이어를 닫음
|
||||
function calendar_close()
|
||||
{
|
||||
document.getElementById('calendar_div').style.visibility = "hidden";
|
||||
document.getElementById('calendar_months').style.visibility = "hidden";
|
||||
document.getElementById('calendar_years').style.visibility = "hidden";
|
||||
|
||||
if(hidden_select)
|
||||
show_select();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function calendar_years_change(calendar_y, calendar_m)
|
||||
{
|
||||
var calendar_years = document.getElementById('calendar_years');
|
||||
var html = calendar_years_html(calendar_y, calendar_m);
|
||||
calendar_years.innerHTML = html;
|
||||
}
|
||||
|
||||
// 년도 레이어
|
||||
function calendar_years_html(calendar_y, calendar_m)
|
||||
{
|
||||
var html = "";
|
||||
var margin_top = 0;
|
||||
var margin_left = 0;
|
||||
var prev_year, next_year;
|
||||
|
||||
var year = Number(parseInt((Number(calendar_y) - 1) / 10) * 10 + 1);
|
||||
// 년도선택 레이어 설정
|
||||
for(var i=0; i<10; i++)
|
||||
{
|
||||
margin_top = (i >= 4)? 2 : 0;
|
||||
margin_left = (i % 4 == 0)? 0 : 2;
|
||||
html += "<div style=\"margin-top:"+margin_top+"px; margin-left:"+margin_left+"px; float:left; width:35px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+String(year+i)+String(calendar_m)+"01')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">"+String(year+i)+"</div>";
|
||||
}
|
||||
|
||||
prev_year = (year - i);
|
||||
next_year = (year + i);
|
||||
html += "<div style=\"margin-top:"+margin_top+"px; margin-left:"+margin_left+"px; float:left; width:35px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_years_change('"+String(prev_year)+"', '"+String(calendar_m)+"')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">이전</div>";
|
||||
html += "<div style=\"margin-top:"+margin_top+"px; margin-left:"+margin_left+"px; float:left; width:35px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_years_change('"+String(next_year)+"', '"+String(calendar_m)+"')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">다음</div>";
|
||||
|
||||
return html;
|
||||
}
|
||||
|
||||
// 달력 레이어에 달력을 출력함.
|
||||
function calendar_draw(set_date)
|
||||
{
|
||||
var days_arr = new Array(31,28,31,30,31,30,31,31,30,31,30,31);
|
||||
|
||||
var html = "<table border=\"0\" width=\"100%\">";
|
||||
var calendar_date, calendar_t;
|
||||
|
||||
// 달력을 입력할 input box의 숫자만 검출한 값의 자릿수가 6자리 YYYYMM 이거나 8자리 YYYYMMDD라면 해당 년월에 맞게 달력을 표시함
|
||||
if(set_date && (set_date.length == 6 || set_date.length == 8))
|
||||
{
|
||||
calendar_date = set_date;
|
||||
var y = calendar_date.substring(0, 4);
|
||||
var m = calendar_date.substring(4, 6);
|
||||
var s_t = new Date(y, m-1, 1);
|
||||
if(s_t.getMonth()+1 != Number(m))
|
||||
calendar_t = null;
|
||||
else
|
||||
calendar_t = new Date(y, m-1, 1);
|
||||
}
|
||||
|
||||
// 오늘 날짜를 구함. (오늘날짜는 font-weight:bold; 스타일 지정)
|
||||
var t = new Date();
|
||||
var today = t.getFullYear();
|
||||
|
||||
if(t.getMonth()+1 < 10)
|
||||
today += '0' + String(t.getMonth()+1);
|
||||
else
|
||||
today += String(t.getMonth()+1);
|
||||
|
||||
if(t.getDate() < 10)
|
||||
today += '0' + String(t.getDate());
|
||||
else
|
||||
today += String(t.getDate());
|
||||
|
||||
// 달력을 입력할 input box의 값으로 기본값이 설정되지 않았다면 오늘을 기준으로 달력을 표시함
|
||||
if(!calendar_t)
|
||||
{
|
||||
var y = t.getFullYear();
|
||||
var m = t.getMonth();
|
||||
|
||||
calendar_t = new Date(y, m, 1);
|
||||
}
|
||||
|
||||
// 표시할 달력의 년월
|
||||
var calendar_yymm = calendar_t.getFullYear();
|
||||
calendar_yymm += (calendar_t.getMonth()+1 < 10)? String('0' + (calendar_t.getMonth() + 1)) : String(calendar_t.getMonth()+1);
|
||||
|
||||
// 표시할 달력의 연도
|
||||
var calendar_y = Number(calendar_yymm.substring(0, 4));
|
||||
// 표시할 달력의 월
|
||||
var calendar_m = Number(calendar_yymm.substring(4, 6));
|
||||
|
||||
// 이전달 링크 값 (◀클릭)
|
||||
var prev_m;
|
||||
if(Number(calendar_m) == 1)
|
||||
{
|
||||
prev_m = String(calendar_y - 1);
|
||||
prev_m += '12';
|
||||
}
|
||||
else
|
||||
{
|
||||
prev_m = String(calendar_y);
|
||||
prev_m += (calendar_m - 1 < 10)? '0' + (calendar_m - 1) : calendar_m - 1;
|
||||
}
|
||||
|
||||
// 다음달 링크값 (▶클릭)
|
||||
var next_m;
|
||||
if(Number(calendar_m) == 12)
|
||||
{
|
||||
next_m = String(calendar_y + 1);
|
||||
next_m += '01';
|
||||
}
|
||||
else
|
||||
{
|
||||
next_m = String(calendar_y);
|
||||
next_m += (calendar_m + 1 < 10)? '0' + (calendar_m + 1) : calendar_m + 1;
|
||||
}
|
||||
|
||||
// 이전 다음달 값을 계산하기 위해 달력표시 월의 값을 아래에서 스트링으로 변경
|
||||
calendar_m = (calendar_m < 10)? String('0' + calendar_m) : String(calendar_m);
|
||||
// 전년도
|
||||
var prev_y = String(calendar_y-1) + calendar_m;
|
||||
// 후년도
|
||||
var next_y = String(calendar_y+1) + calendar_m;
|
||||
|
||||
// 년, 월, 닫기 버튼 html
|
||||
html += "<tr height=\"20\">";
|
||||
html += "<td colspan=\"6\" width=\"100%\" align=\"center\" valign=\"center;\">";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_draw('"+prev_y+"')\"><i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i> </span> ";
|
||||
html += "<span style=\"font-size: 12px; cursor:pointer;\" onClick=\"calendar_years_toggle()\"><i style=\"color:#999\" class=\" fa fa-chevron-circle-down\" aria-hidden=\"true\"></i> "+calendar_y+"</span> ";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_draw('"+next_y+"')\"><i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i> </span> ";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_draw('"+prev_m+"')\"><i class=\"fa fa-chevron-left \" aria-hidden=\"true\"></i> </span> ";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_months_toggle()\"><i style=\"color:#999\" class=\"fa fa-chevron-circle-down\" aria-hidden=\"true\"></i> "+calendar_m+"</span> ";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_draw('"+next_m+"')\"><i class=\"fa fa-chevron-right \" aria-hidden=\"true\"></i></span> ";
|
||||
html += "</td>";
|
||||
html += "<td align=\"right\" valign=\"center;\"><span style=\"cursor:pointer; font-size: 13px; color:#005aab; font-weight:bold;\" onClick=\"calendar_close()\"><i class=\"fa fa-close\" aria-hidden=\"true\"></i></span></td>";
|
||||
html += "</tr>";
|
||||
// 요일표시 html
|
||||
html += "<tr height=\"20\">";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">일</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">월</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">화</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">수</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">목</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">금</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">토</td>";
|
||||
html += "</tr>";
|
||||
|
||||
// 달력 시작일의 요일을 구함
|
||||
var week = calendar_t.getDay();
|
||||
// 시작일이 일요일이 아니면 빈 TD 출력
|
||||
for(var i=0; i<week; i++)
|
||||
{
|
||||
html += "<td> </td>\n";
|
||||
}
|
||||
|
||||
// 해당월의 마지막 날을 가져옴.
|
||||
if(String(calendar_t.getMonth()+1) == '2')
|
||||
max_days = ((( calendar_y % 4 == 0) && (calendar_y % 100 != 0)) || (calendar_y % 400 == 0))? 29 : 28;
|
||||
else
|
||||
max_days = days_arr[calendar_t.getMonth()];
|
||||
|
||||
// 달력 출력
|
||||
var this_date = "";
|
||||
var style = "";
|
||||
for(var i=1; i<=max_days; i++)
|
||||
{
|
||||
if(week > 6)
|
||||
{
|
||||
html += "</tr>";
|
||||
week = 0;
|
||||
}
|
||||
if(week == 0)
|
||||
{
|
||||
html += "<tr height=\"20\">";
|
||||
}
|
||||
|
||||
// 달력의 년월
|
||||
this_date = calendar_yymm;
|
||||
// 표시일
|
||||
this_date += (i <= 9)? String('0' + i) : String(i);
|
||||
|
||||
style = "cursor:pointer; font-size:12px; text-align:center;";
|
||||
// input box의 값과 동일한 날은 underline 표시
|
||||
if(set_date == this_date)
|
||||
style += " text-decoration:underline;";
|
||||
// 오늘날짜는 진하게 표시
|
||||
if(today == this_date)
|
||||
style += " font-weight:bold;";
|
||||
// 일요일은 빨간색
|
||||
if(week == 0)
|
||||
style += " color:red;";
|
||||
// 토요일은 파란색
|
||||
if(week == 6)
|
||||
style += " color:blue;";
|
||||
html += "<td style=\""+style+"\" onClick=\"calendar_set_date('"+this_date+"');\" onMouseOver=\"this.style.backgroundColor = '#c2c2c2';\" onMouseOut=\"this.style.backgroundColor = '#ffffff';\">"+i+"</td>";
|
||||
week ++;
|
||||
}
|
||||
|
||||
// 토요일로 끝나지 않았으면 빈 TD 출력
|
||||
if(week < 6)
|
||||
{
|
||||
for(var i=week; i<=6; i++)
|
||||
{
|
||||
html += "<td> </td>\n";
|
||||
}
|
||||
}
|
||||
html += "</tr>";
|
||||
html += "</table>";
|
||||
|
||||
html += "<div id=\"calendar_years\" style=\"position:absolute; margin-left:3px; width:154px; visibility:hidden; background-color:#ffffff;\">";
|
||||
html += calendar_years_html(calendar_y, calendar_m);
|
||||
html += "</div>";
|
||||
|
||||
// 월선택 레이어 설정
|
||||
html += "<div id=\"calendar_months\" style=\"position:absolute; margin-left:3px; width:154px; visibility:hidden; background-color:#ffffff;\">";
|
||||
html += "<div style=\"float:left; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"01')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">1</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"02')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">2</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"03')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">3</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"04')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">4</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"05')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">5</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"06')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">6</div>";
|
||||
html += "<div style=\"float:left; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"07')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">7</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"08')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">8</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"09')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">9</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"10')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">10</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"11')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">11</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"12')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">12</div>";
|
||||
html += "</div>";
|
||||
|
||||
// 달력 표시
|
||||
calendar_div.innerHTML = html;
|
||||
|
||||
// IE/Maxton일때 숨겨진 select elements 표시
|
||||
if(hidden_select)
|
||||
show_select();
|
||||
|
||||
// Crome, Firefox, Safari가 아니면 달력 영역과 겹치는 select elements 숨김
|
||||
if(navigator.userAgent.indexOf('Chrome') == -1 && navigator.userAgent.indexOf('Firefox') == -1 && navigator.userAgent.indexOf('Safari') == -1)
|
||||
{
|
||||
hide_select(parseInt(calendar_div.style.left), parseInt(calendar_div.style.top), parseInt(calendar_div.style.left) + parseInt(calendar_div.offsetWidth), parseInt(calendar_div.style.top) + parseInt(calendar_div.offsetHeight));
|
||||
}
|
||||
}
|
||||
|
||||
// 선택한 날짜를 input box에 넣어줌.
|
||||
function calendar_set_date(set_date)
|
||||
{
|
||||
var week_arr_han = new Array("일", "월", "화", "수", "목", "금", "토");
|
||||
var week_arr_eng = new Array("Sun", "Mon", "Tue", "Wed", "The", "Fri", "Sat");
|
||||
|
||||
// FMT 변경 (YYYY-MM-DD)
|
||||
if(calendar_obj)
|
||||
{
|
||||
var year = set_date.substring(0,4);
|
||||
var month = set_date.substring(4,6);
|
||||
var day = set_date.substring(6,8);
|
||||
var sel_date = new Date(year, month - 1, day);
|
||||
var week = sel_date.getDay();
|
||||
|
||||
var calendar_value = calendar_fmt;
|
||||
calendar_value = calendar_value.replace(/yyyy/i, year);
|
||||
calendar_value = calendar_value.replace(/mm/i, month);
|
||||
calendar_value = calendar_value.replace(/dd/i, day);
|
||||
calendar_value = calendar_value.replace(/wh/i, week_arr_han[week]);
|
||||
calendar_value = calendar_value.replace(/we/i, week_arr_eng[week]);
|
||||
|
||||
calendar_obj.value = calendar_value;
|
||||
}
|
||||
calendar_close();
|
||||
|
||||
// input object에 날짜를 셋팅하고 추가적으로 작업해야할 경우가 있어서
|
||||
// document에 calendar_set_date_after function이 있으면 실행하게 함.
|
||||
// calendar_set_date_after() 예제
|
||||
// if(document.getElementById('sdate').value < '2009-09-14')
|
||||
// {
|
||||
// alert('9월 14일 보다 이전을 선택할 수 없습니다');
|
||||
// }
|
||||
if(typeof calendar_set_date_after == 'function')
|
||||
{
|
||||
calendar_set_date_after(calendar_obj);
|
||||
}
|
||||
}
|
||||
|
||||
// 달력을 숨김
|
||||
function calendar_hide()
|
||||
{
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
calendar_close();
|
||||
}
|
||||
|
||||
// 300ms 후에 달력을 숨김
|
||||
// mouseout때 바로 닫히지 않고 약간의 텀을 두어 다시 마우스가 갔을때 달력 레이어를 유지하기 위함
|
||||
function calendar_afterHide()
|
||||
{
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
calendar_tt = window.setTimeout("calendar_hide()", 300);
|
||||
}
|
||||
|
||||
// 달력 숨김 타이머를 삭제함.
|
||||
function calendar_clearT()
|
||||
{
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
}
|
||||
|
||||
// 년도 클릭시 월선택 레이어를 표시/감춤
|
||||
// on -> off
|
||||
// off -> on
|
||||
function calendar_years_toggle()
|
||||
{
|
||||
var calendar_div = document.getElementById('calendar_div');
|
||||
var calendar_years = document.getElementById('calendar_years');
|
||||
var calendar_months = document.getElementById('calendar_months');
|
||||
|
||||
calendar_months.style.visibility = "hidden";
|
||||
|
||||
// 달력의 년,월,닫기 부분은 표시되도록 상단에서 20px 내려서 표시함.
|
||||
var top = parseInt(calendar_div.style.top) + 20;
|
||||
var left = parseInt(calendar_div.style.left);
|
||||
|
||||
// position:absolute; 이지만 달력 레이어의 상대성 절대좌표로 인식함.
|
||||
calendar_years.style.top = '20px';
|
||||
calendar_years.style.left = '0px';
|
||||
|
||||
// 월선택 레이어 토글
|
||||
if(calendar_years.style.visibility == "hidden")
|
||||
calendar_years.style.visibility = "visible";
|
||||
else
|
||||
calendar_years.style.visibility = "hidden";
|
||||
}
|
||||
|
||||
// 월 클릭시 년도선택 레이어를 표시/감춤
|
||||
// on -> off
|
||||
// off -> on
|
||||
function calendar_months_toggle()
|
||||
{
|
||||
var calendar_div = document.getElementById('calendar_div');
|
||||
var calendar_months = document.getElementById('calendar_months');
|
||||
var calendar_years = document.getElementById('calendar_years');
|
||||
|
||||
calendar_years.style.visibility = "hidden";
|
||||
|
||||
// 달력의 년,월,닫기 부분은 표시되도록 상단에서 20px 내려서 표시함.
|
||||
var top = parseInt(calendar_div.style.top) + 20;
|
||||
var left = parseInt(calendar_div.style.left);
|
||||
|
||||
// position:absolute; 이지만 달력 레이어의 상대성 절대좌표로 인식함.
|
||||
calendar_months.style.top = '20px';
|
||||
calendar_months.style.left = '0px';
|
||||
|
||||
// 월선택 레이어 토글
|
||||
if(calendar_months.style.visibility == "hidden")
|
||||
calendar_months.style.visibility = "visible";
|
||||
else
|
||||
calendar_months.style.visibility = "hidden";
|
||||
}
|
||||
|
||||
// 달력표시 호출함수 onClick="calendar(event, 'ID')"로 호출
|
||||
function calendar(e, obj_name, fmt)
|
||||
{
|
||||
if(!e) var e = window.event;
|
||||
calendar_obj = document.getElementById(obj_name);
|
||||
// input object의 값에서 숫자만 추출함.
|
||||
var default_date = calendar_obj.value.replace(/[^0-9]/g, '');
|
||||
|
||||
// YYYYMM 혹은 YYYYMMDD 형식이 아니면 무시함.
|
||||
if(default_date.length != 6 && default_date.length != 8)
|
||||
default_date = '';
|
||||
|
||||
// onClick="calendar(event, 'ID')"의 ID Object가 없으면 달력을 표시해도 넣을곳이 없으므로 오류처리
|
||||
if(!calendar_obj)
|
||||
{
|
||||
alert(obj_name + ' object undefined');
|
||||
return;
|
||||
}
|
||||
|
||||
if(fmt)
|
||||
calendar_fmt = fmt;
|
||||
else
|
||||
calendar_fmt = "YYYY-MM-DD";
|
||||
|
||||
// 달력 레이어 초기화
|
||||
calendar_set(e);
|
||||
// 달력 표시
|
||||
calendar_draw(default_date);
|
||||
}
|
||||
//]]>
|
||||
776
src/main/webapp/WEB-INF/views/_common/_js/calendar_resve.js
Normal file
776
src/main/webapp/WEB-INF/views/_common/_js/calendar_resve.js
Normal file
@ -0,0 +1,776 @@
|
||||
|
||||
//<![CDATA[
|
||||
|
||||
var calendar_div;
|
||||
var calendar_obj;
|
||||
var calendar_obj1;
|
||||
var calendar_tt;
|
||||
|
||||
// ex) calendar(event, 'object_name', 'YYYYMMDD')
|
||||
// fmt option이 없으면 기본으로 설정.
|
||||
// YYYY : 년
|
||||
// MM : 월
|
||||
// DD : 일
|
||||
var calendar_fmt = "YYYY-MM-DD";
|
||||
|
||||
// 숨겨야 되는 select element 저장변수(Array)
|
||||
var hidden_select;
|
||||
// element의 x, y, width, height를 가져옴. (select외에 object를 인수로 사용해도 됨 ex:div)
|
||||
function get_pos(selectObj)
|
||||
{
|
||||
var pos = new Array();
|
||||
|
||||
var pos_x = 0, pos_y = 0;
|
||||
|
||||
// while에서 offsetParent를 찾아가는 방식이라
|
||||
// 다른 지정자에 인수로 넘어온 object를 넘겨줌.
|
||||
obj = selectObj;
|
||||
|
||||
// 좌표계산
|
||||
while(obj.offsetParent)
|
||||
{
|
||||
pos_y += parseInt(obj.offsetTop);
|
||||
pos_x += parseInt(obj.offsetLeft);
|
||||
|
||||
obj = obj.offsetParent;
|
||||
}
|
||||
pos_x += parseInt(obj.offsetLeft);
|
||||
pos_y += parseInt(obj.offsetTop);
|
||||
|
||||
// 좌표저장
|
||||
pos.x = pos_x;
|
||||
pos.y = pos_y;
|
||||
pos.x2 = pos_x + selectObj.offsetWidth;
|
||||
pos.y2 = pos_y + selectObj.offsetHeight;
|
||||
|
||||
return pos;
|
||||
}
|
||||
|
||||
// IE와 Maxton에서 select elements를 숨김
|
||||
// 달력 레이어의 좌표를 인수로 넘겨서 해당 좌표내에 select element가 있는지 체크하는 방식
|
||||
function hide_select(x, y, x2, y2)
|
||||
{
|
||||
var selects = document.getElementsByTagName('select');
|
||||
var hidden_count = 0;
|
||||
|
||||
x = parseInt(x);
|
||||
y = parseInt(y);
|
||||
x2 = parseInt(x2);
|
||||
y2 = parseInt(y2);
|
||||
|
||||
// X축이 겹치는지 체크하기 위한 변수
|
||||
var x_cross = false;
|
||||
// Y축이 겹치는지 체크하기 위한 변수
|
||||
var y_cross = false;
|
||||
|
||||
// 숨겨야 할 select elements를 배열로 등록함.
|
||||
hidden_select = new Array();
|
||||
|
||||
for(var i=0; i<selects.length; i++)
|
||||
{
|
||||
// select element의 좌표를 가져옴.
|
||||
selects[i].pos = new Array();
|
||||
selects[i].pos = get_pos(selects[i]);
|
||||
|
||||
// X축이 달력 영역에 포함 되어 있는지 체크
|
||||
if((x <= selects[i].pos.x && x2 >= selects[i].pos.x) || (x <= selects[i].pos.x2 && x2 >= selects[i].pos.x2))
|
||||
x_cross = true;
|
||||
else
|
||||
x_cross = false;
|
||||
|
||||
// Y축이 달력 영역에 포함되어 있는지 체크
|
||||
if((y <= selects[i].pos.y && y2 >= selects[i].pos.y) || (y <= selects[i].pos.y2 && y2 >= selects[i].pos.y2))
|
||||
y_cross = true;
|
||||
else
|
||||
y_cross = false;
|
||||
|
||||
// X축이나 Y축이 달력 레이어와 겹쳐지면 해당 select element를 숨김
|
||||
if(x_cross == true && y_cross == true)
|
||||
{
|
||||
selects[i].style.visibility = "hidden";
|
||||
hidden_select[hidden_count++] = i;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// IE와 Maxton에서 숨겨진 select elements를 다시 표시해줌.
|
||||
function show_select()
|
||||
{
|
||||
var selects = document.getElementsByTagName('select');
|
||||
|
||||
// hide_select function에서 숨긴 select elements를 다시 보여줌.
|
||||
for(var i=0; i<hidden_select.length; i++)
|
||||
{
|
||||
selects[hidden_select[i]].style.visibility = "visible";
|
||||
}
|
||||
hidden_select = null;
|
||||
}
|
||||
|
||||
// 달력 레이어 초기화
|
||||
// 달력 레이어를 만들고 클릭한 object의 위치를 계산해서 달력을 표시할 위치를 계산함
|
||||
function calendar_set(e)
|
||||
{
|
||||
if(!e) var e = window.event;
|
||||
var click_obj = e.target || e.srcElement;
|
||||
|
||||
// 화면의 최대크기를 구함.
|
||||
try
|
||||
{
|
||||
var s_width = parseInt(window.scrollMaxX) + parseInt(docElement.clientWidth);
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
var s_width = (document.body.scrollWidth > document.body.clientWidth)? document.body.scrollWidth : document.body.clientWidth;
|
||||
}
|
||||
|
||||
// 클릭한 object의 좌표를 가져옴
|
||||
var pos_x = 0;
|
||||
var pos_y = 0;
|
||||
var obj = click_obj;
|
||||
|
||||
while(obj.offsetParent)
|
||||
{
|
||||
pos_y += parseInt(obj.offsetTop);
|
||||
pos_x += parseInt(obj.offsetLeft);
|
||||
|
||||
obj = obj.offsetParent;
|
||||
}
|
||||
pos_x += parseInt(obj.offsetLeft);
|
||||
pos_y += parseInt(obj.offsetTop);
|
||||
|
||||
pos_y += click_obj.offsetHeight;
|
||||
|
||||
if(s_width < pos_x + 160)
|
||||
{
|
||||
pos_x -= 160;
|
||||
pos_x += parseInt(click_obj.offsetWidth);
|
||||
}
|
||||
|
||||
// 기존에 만든 달력 레이어가 있으면 재사용(좌표는 다시 계산함)하고 없으면 생성
|
||||
calendar_div = document.getElementById('calendar_div');
|
||||
|
||||
if(!calendar_div)
|
||||
{
|
||||
calendar_div = document.createElement("DIV");
|
||||
document.body.appendChild(calendar_div);
|
||||
}
|
||||
calendar_div.id = "calendar_div";
|
||||
calendar_div.style.cssText = "width:180px; padding:5px; background-color:#ffffff; border:3px; border-style:double; border-color:#c2c2c2;";
|
||||
calendar_div.style.position = "absolute";
|
||||
calendar_div.style.top = pos_y + 'px';
|
||||
calendar_div.style.left = pos_x + 'px';
|
||||
|
||||
calendar_div.style.visibility = "visible";
|
||||
|
||||
// mouseover 상태에서는 창닫기 타이머를 제거함.
|
||||
calendar_div.onmouseover = function(e) {
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
}
|
||||
|
||||
// mouseout이 되면 창닫기 타이머를 설정함
|
||||
// 설정된 시간 후에 창이 닫힘
|
||||
calendar_div.onmouseout = function() {
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
calendar_tt = window.setTimeout("calendar_hide()", 300);
|
||||
}
|
||||
|
||||
calendar_div.focus();
|
||||
|
||||
// 더블클릭해도 창이 닫히도록..
|
||||
//calendar_div.ondblclick = calendar_close;
|
||||
}
|
||||
|
||||
// 달력 레이어를 닫음
|
||||
function calendar_close()
|
||||
{
|
||||
document.getElementById('calendar_div').style.visibility = "hidden";
|
||||
document.getElementById('calendar_months').style.visibility = "hidden";
|
||||
document.getElementById('calendar_years').style.visibility = "hidden";
|
||||
|
||||
if(hidden_select)
|
||||
show_select();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function calendar_years_change(calendar_y, calendar_m)
|
||||
{
|
||||
var calendar_years = document.getElementById('calendar_years');
|
||||
var html = calendar_years_html(calendar_y, calendar_m);
|
||||
calendar_years.innerHTML = html;
|
||||
}
|
||||
|
||||
// 년도 레이어
|
||||
function calendar_years_html(calendar_y, calendar_m)
|
||||
{
|
||||
var html = "";
|
||||
var margin_top = 0;
|
||||
var margin_left = 0;
|
||||
var prev_year, next_year;
|
||||
|
||||
var year = Number(parseInt((Number(calendar_y) - 1) / 10) * 10 + 1);
|
||||
// 년도선택 레이어 설정
|
||||
for(var i=0; i<10; i++)
|
||||
{
|
||||
margin_top = (i >= 4)? 2 : 0;
|
||||
margin_left = (i % 4 == 0)? 0 : 2;
|
||||
html += "<div style=\"margin-top:"+margin_top+"px; margin-left:"+margin_left+"px; float:left; width:35px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+String(year+i)+String(calendar_m)+"01')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">"+String(year+i)+"</div>";
|
||||
}
|
||||
|
||||
prev_year = (year - i);
|
||||
next_year = (year + i);
|
||||
html += "<div style=\"margin-top:"+margin_top+"px; margin-left:"+margin_left+"px; float:left; width:35px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_years_change('"+String(prev_year)+"', '"+String(calendar_m)+"')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">이전</div>";
|
||||
html += "<div style=\"margin-top:"+margin_top+"px; margin-left:"+margin_left+"px; float:left; width:35px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_years_change('"+String(next_year)+"', '"+String(calendar_m)+"')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">다음</div>";
|
||||
|
||||
return html;
|
||||
}
|
||||
|
||||
// 달력 레이어에 달력을 출력함.
|
||||
function calendar_draw(set_date)
|
||||
{
|
||||
var days_arr = new Array(31,28,31,30,31,30,31,31,30,31,30,31);
|
||||
|
||||
var html = "<table border=\"0\" width=\"100%\">";
|
||||
var calendar_date, calendar_t;
|
||||
|
||||
// 달력을 입력할 input box의 숫자만 검출한 값의 자릿수가 6자리 YYYYMM 이거나 8자리 YYYYMMDD라면 해당 년월에 맞게 달력을 표시함
|
||||
if(set_date && (set_date.length == 6 || set_date.length == 8))
|
||||
{
|
||||
calendar_date = set_date;
|
||||
var y = calendar_date.substring(0, 4);
|
||||
var m = calendar_date.substring(4, 6);
|
||||
var s_t = new Date(y, m-1, 1);
|
||||
if(s_t.getMonth()+1 != Number(m))
|
||||
calendar_t = null;
|
||||
else
|
||||
calendar_t = new Date(y, m-1, 1);
|
||||
}
|
||||
|
||||
// 오늘 날짜를 구함. (오늘날짜는 font-weight:bold; 스타일 지정)
|
||||
var t = new Date();
|
||||
var today = t.getFullYear();
|
||||
|
||||
if(t.getMonth()+1 < 10)
|
||||
today += '0' + String(t.getMonth()+1);
|
||||
else
|
||||
today += String(t.getMonth()+1);
|
||||
|
||||
if(t.getDate() < 10)
|
||||
today += '0' + String(t.getDate());
|
||||
else
|
||||
today += String(t.getDate());
|
||||
|
||||
// 달력을 입력할 input box의 값으로 기본값이 설정되지 않았다면 오늘을 기준으로 달력을 표시함
|
||||
if(!calendar_t)
|
||||
{
|
||||
var y = t.getFullYear();
|
||||
var m = t.getMonth();
|
||||
|
||||
calendar_t = new Date(y, m, 1);
|
||||
}
|
||||
|
||||
// 표시할 달력의 년월
|
||||
var calendar_yymm = calendar_t.getFullYear();
|
||||
calendar_yymm += (calendar_t.getMonth()+1 < 10)? String('0' + (calendar_t.getMonth() + 1)) : String(calendar_t.getMonth()+1);
|
||||
|
||||
// 표시할 달력의 연도
|
||||
var calendar_y = Number(calendar_yymm.substring(0, 4));
|
||||
// 표시할 달력의 월
|
||||
var calendar_m = Number(calendar_yymm.substring(4, 6));
|
||||
|
||||
// 이전달 링크 값 (◀클릭)
|
||||
var prev_m;
|
||||
if(Number(calendar_m) == 1)
|
||||
{
|
||||
prev_m = String(calendar_y - 1);
|
||||
prev_m += '12';
|
||||
}
|
||||
else
|
||||
{
|
||||
prev_m = String(calendar_y);
|
||||
prev_m += (calendar_m - 1 < 10)? '0' + (calendar_m - 1) : calendar_m - 1;
|
||||
}
|
||||
|
||||
// 다음달 링크값 (▶클릭)
|
||||
var next_m;
|
||||
if(Number(calendar_m) == 12)
|
||||
{
|
||||
next_m = String(calendar_y + 1);
|
||||
next_m += '01';
|
||||
}
|
||||
else
|
||||
{
|
||||
next_m = String(calendar_y);
|
||||
next_m += (calendar_m + 1 < 10)? '0' + (calendar_m + 1) : calendar_m + 1;
|
||||
}
|
||||
|
||||
// 이전 다음달 값을 계산하기 위해 달력표시 월의 값을 아래에서 스트링으로 변경
|
||||
calendar_m = (calendar_m < 10)? String('0' + calendar_m) : String(calendar_m);
|
||||
// 전년도
|
||||
var prev_y = String(calendar_y-1) + calendar_m;
|
||||
// 후년도
|
||||
var next_y = String(calendar_y+1) + calendar_m;
|
||||
|
||||
// 년, 월, 닫기 버튼 html
|
||||
html += "<tr height=\"20\">";
|
||||
html += "<td colspan=\"6\" width=\"100%\" align=\"center\" valign=\"center;\">";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_draw('"+prev_y+"')\"><i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i> </span> ";
|
||||
html += "<span style=\"font-size: 12px; cursor:pointer;\" onClick=\"calendar_years_toggle()\"><i style=\"color:#999\" class=\" fa fa-chevron-circle-down\" aria-hidden=\"true\"></i> "+calendar_y+"</span> ";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_draw('"+next_y+"')\"><i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i> </span> ";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_draw('"+prev_m+"')\"><i class=\"fa fa-chevron-left \" aria-hidden=\"true\"></i> </span> ";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_months_toggle()\"><i style=\"color:#999\" class=\"fa fa-chevron-circle-down\" aria-hidden=\"true\"></i> "+calendar_m+"</span> ";
|
||||
html += "<span style=\"cursor:pointer; font-size: 12px;\" onClick=\"calendar_draw('"+next_m+"')\"><i class=\"fa fa-chevron-right \" aria-hidden=\"true\"></i></span> ";
|
||||
html += "</td>";
|
||||
html += "<td align=\"right\" valign=\"center;\"><span style=\"cursor:pointer; font-size: 13px; color:#005aab; font-weight:bold;\" onClick=\"calendar_close()\"><i class=\"fa fa-close\" aria-hidden=\"true\"></i></span></td>";
|
||||
html += "</tr>";
|
||||
// 요일표시 html
|
||||
html += "<tr height=\"20\">";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">일</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">월</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">화</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">수</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">목</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">금</td>";
|
||||
html += "<td style=\"background-color:#f0f0f0; text-align:center; font-weight:bold; font-size:11px;\">토</td>";
|
||||
html += "</tr>";
|
||||
|
||||
|
||||
// 달력 출력s
|
||||
/*
|
||||
// 달력 시작일의 요일을 구함
|
||||
var week = calendar_t.getDay();
|
||||
// 시작일이 일요일이 아니면 빈 TD 출력
|
||||
for(var i=0; i<week; i++)
|
||||
{
|
||||
html += "<td> </td>\n";
|
||||
}
|
||||
|
||||
// 해당월의 마지막 날을 가져옴.
|
||||
if(String(calendar_t.getMonth()+1) == '2')
|
||||
max_days = ((( calendar_y % 4 == 0) && (calendar_y % 100 != 0)) || (calendar_y % 400 == 0))? 29 : 28;
|
||||
else
|
||||
max_days = days_arr[calendar_t.getMonth()];
|
||||
|
||||
var this_date = "";
|
||||
var style = "";
|
||||
for(var i=1; i<=max_days; i++)
|
||||
{
|
||||
if(week > 6)
|
||||
{
|
||||
html += "</tr>";
|
||||
week = 0;
|
||||
}
|
||||
if(week == 0)
|
||||
{
|
||||
html += "<tr height=\"20\">";
|
||||
}
|
||||
|
||||
// 달력의 년월
|
||||
this_date = calendar_yymm;
|
||||
// 표시일
|
||||
this_date += (i <= 9)? String('0' + i) : String(i);
|
||||
|
||||
style = "cursor:pointer; font-size:12px; text-align:center;";
|
||||
// input box의 값과 동일한 날은 underline 표시
|
||||
if(set_date == this_date)
|
||||
style += " text-decoration:underline;";
|
||||
// 오늘날짜는 진하게 표시
|
||||
if(today == this_date)
|
||||
style += " font-weight:bold;";
|
||||
// 일요일은 빨간색
|
||||
if(week == 0)
|
||||
style += " color:red;";
|
||||
// 토요일은 파란색
|
||||
if(week == 6)
|
||||
style += " color:blue;";
|
||||
html += "<td style=\""+style+"\" onClick=\"calendar_set_date('"+this_date+"');\" onMouseOver=\"this.style.backgroundColor = '#c2c2c2';\" onMouseOut=\"this.style.backgroundColor = '#ffffff';\">"+i+"</td>";
|
||||
week ++;
|
||||
}
|
||||
|
||||
// 토요일로 끝나지 않았으면 빈 TD 출력
|
||||
if(week < 6)
|
||||
{
|
||||
for(var i=week; i<=6; i++)
|
||||
{
|
||||
html += "<td> </td>\n";
|
||||
}
|
||||
}
|
||||
html += "</tr>";
|
||||
*/
|
||||
// 달력 출력e
|
||||
|
||||
html += "</table>";
|
||||
|
||||
html += "<div id=\"calendar_years\" style=\"position:absolute; margin-left:3px; width:154px; visibility:hidden; background-color:#ffffff;\">";
|
||||
html += calendar_years_html(calendar_y, calendar_m);
|
||||
html += "</div>";
|
||||
|
||||
// 월선택 레이어 설정
|
||||
html += "<div id=\"calendar_months\" style=\"position:absolute; margin-left:3px; width:154px; visibility:hidden; background-color:#ffffff;\">";
|
||||
html += "<div style=\"float:left; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"01')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">1</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"02')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">2</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"03')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">3</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"04')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">4</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"05')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">5</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"06')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">6</div>";
|
||||
html += "<div style=\"float:left; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"07')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">7</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"08')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">8</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"09')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">9</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"10')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">10</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"11')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">11</div>";
|
||||
html += "<div style=\"float:left; margin-left:2px; margin-top:1px; width:22px; height:20px; text-align:center; padding-top:2px; border:1px solid #c2c2c2; background-color:#e5e5e5; font-size:11px; cursor:pointer;\" onClick=\"calendar_draw('"+calendar_y+"12')\" onMouseOver=\"this.style.backgroundColor='#c2c2c2';\" onMouseOut=\"this.style.backgroundColor='#e5e5e5';\">12</div>";
|
||||
html += "</div>";
|
||||
|
||||
// 달력 표시
|
||||
calendar_div.innerHTML = html;
|
||||
|
||||
// IE/Maxton일때 숨겨진 select elements 표시
|
||||
if(hidden_select)
|
||||
show_select();
|
||||
|
||||
// Crome, Firefox, Safari가 아니면 달력 영역과 겹치는 select elements 숨김
|
||||
if(navigator.userAgent.indexOf('Chrome') == -1 && navigator.userAgent.indexOf('Firefox') == -1 && navigator.userAgent.indexOf('Safari') == -1)
|
||||
{
|
||||
hide_select(parseInt(calendar_div.style.left), parseInt(calendar_div.style.top), parseInt(calendar_div.style.left) + parseInt(calendar_div.offsetWidth), parseInt(calendar_div.style.top) + parseInt(calendar_div.offsetHeight));
|
||||
}
|
||||
|
||||
|
||||
// test 달력 출력s
|
||||
|
||||
|
||||
// test 달력 출력e
|
||||
|
||||
// test ajax start
|
||||
var searchYyyyMm = calendar_yymm;
|
||||
var selectExRoom = document.resve.selectExRoom.value;
|
||||
|
||||
$.ajax({
|
||||
type:"POST",
|
||||
/*url:"<c:url value='/cop/resve/resveResSdateListAjax.do' />",*/
|
||||
url:"/cop/resve/resveResSdateListAjax.do",
|
||||
data:{
|
||||
"searchYyyyMm": searchYyyyMm,
|
||||
"selectExRoom": selectExRoom
|
||||
},
|
||||
dataType:'json',
|
||||
timeout:(1000*30),
|
||||
success:function(returnData, status){
|
||||
if(status == "success") {
|
||||
// ajax 지연으로 여러달 표시될경우 초기화
|
||||
$('#calendar_div table tbody #dayTr').remove();
|
||||
|
||||
var resultList = returnData.result;
|
||||
|
||||
html = "";
|
||||
// 달력 시작일의 요일을 구함
|
||||
var week = calendar_t.getDay();
|
||||
// 시작일이 일요일이 아니면 빈 TD 출력
|
||||
for(var i=0; i<week; i++)
|
||||
{
|
||||
if (i==0) html += "<tr id='dayTr' height=\"20\">";
|
||||
html += "<td> </td>\n";
|
||||
}
|
||||
|
||||
// 해당월의 마지막 날을 가져옴.
|
||||
if(String(calendar_t.getMonth()+1) == '2')
|
||||
max_days = ((( calendar_y % 4 == 0) && (calendar_y % 100 != 0)) || (calendar_y % 400 == 0))? 29 : 28;
|
||||
else
|
||||
max_days = days_arr[calendar_t.getMonth()];
|
||||
|
||||
var this_date = "";
|
||||
var style = "";
|
||||
for(var i=1; i<=max_days; i++)
|
||||
{
|
||||
if(week > 6)
|
||||
{
|
||||
html += "</tr>";
|
||||
week = 0;
|
||||
}
|
||||
if(week == 0)
|
||||
{
|
||||
html += "<tr id='dayTr' height=\"20\">";
|
||||
}
|
||||
|
||||
// 달력의 년월
|
||||
this_date = calendar_yymm;
|
||||
// 표시일
|
||||
this_date += (i <= 9)? String('0' + i) : String(i);
|
||||
|
||||
style = "font-size:12px; text-align:center;";
|
||||
// input box의 값과 동일한 날은 underline 표시
|
||||
if(set_date == this_date)
|
||||
style += " text-decoration:underline;";
|
||||
// 오늘날짜는 진하게 표시
|
||||
if(today == this_date) {
|
||||
//style += " font-weight:bold;";
|
||||
}
|
||||
// 일요일은 빨간색
|
||||
if(week == 0)
|
||||
style += " color:red;";
|
||||
// 토요일은 파란색
|
||||
if(week == 6)
|
||||
style += " color:blue;";
|
||||
|
||||
// 예약가능여부
|
||||
var isPosbleDate = true;
|
||||
for (var j=0; j<resultList.length; j++) {
|
||||
// 전시관시 false, 교육장시 exHours(오전/오후)
|
||||
if (resultList[j].resSdate == this_date) isPosbleDate = resultList[j].exHours ? resultList[j].exHours : false;
|
||||
}
|
||||
|
||||
var selectExRoom = document.resve.selectExRoom.value;
|
||||
|
||||
if (selectExRoom == "6") { // 교육장 6
|
||||
if (isPosbleDate == 'am|pm' || isPosbleDate == 'pm|am') { // 예약 불가
|
||||
style += " color:gray;";
|
||||
html += "<td style=\""+style+"\">"+i+"</td>";
|
||||
} else {
|
||||
if (isPosbleDate == true) { // 오전/오후 가능
|
||||
style += " background:#ffdfb6; font-weight:bold; cursor:pointer;";
|
||||
} else if (isPosbleDate == 'am') { // 오후 가능
|
||||
style += " background:#b6d2ff; font-weight:bold; cursor:pointer;";
|
||||
} else if (isPosbleDate == 'pm') { // 오전 가능
|
||||
style += " background:#ffb6b6; font-weight:bold; cursor:pointer;";
|
||||
}
|
||||
|
||||
html += "<td style=\""+style+"\" onClick=\"calendar_set_date('"+this_date+"','"+isPosbleDate+"');\" >"+i+"</td>";
|
||||
// 마우스 아웃시 배경색 흰색. 배경색 사용으로 주석
|
||||
/*html += "<td style=\""+style+"\" onClick=\"calendar_set_date('"+this_date+"');\" onMouseOver=\"this.style.backgroundColor = '#c2c2c2';\" onMouseOut=\"this.style.backgroundColor = '#ffffff';\">"+i+"</td>";*/
|
||||
}
|
||||
} else { // 전시관
|
||||
if(week == 3)
|
||||
style += " font-weight:bold;";
|
||||
|
||||
// 수요일 예약 가능일(전시시작일)
|
||||
if(week == 3 && isPosbleDate) {
|
||||
style += " background:#ffdfb6; cursor:pointer;";
|
||||
html += "<td style=\""+style+"\" onClick=\"calendar_set_date('"+this_date+"');\" >"+i+"</td>";
|
||||
} else {
|
||||
html += "<td style=\""+style+"\">"+i+"</td>";
|
||||
}
|
||||
}
|
||||
|
||||
week ++;
|
||||
}
|
||||
|
||||
// 토요일로 끝나지 않았으면 빈 TD 출력
|
||||
if(week < 6)
|
||||
{
|
||||
for(var i=week; i<=6; i++)
|
||||
{
|
||||
html += "<td> </td>\n";
|
||||
}
|
||||
}
|
||||
html += "</tr>";
|
||||
|
||||
html += "<tr id='dayTr' height=\"20\">";
|
||||
html += "<td colspan='10' style=\"text-align:left; font-weight:bold; font-size:11px;\">";
|
||||
html += "예약 가능일:<b style='background:#ffdfb6;'>배경 색상</b></td>";
|
||||
html += "</tr>";
|
||||
|
||||
if (selectExRoom == "6") { // 교육장
|
||||
html += "<tr id='dayTr' height=\"20\">";
|
||||
html += "<td colspan='10' style=\"text-align:left; font-weight:bold; font-size:11px;\">";
|
||||
html += "오전만 가능:<b style='background:#ffb6b6;'>배경 색상</b></td>";
|
||||
html += "</tr>";
|
||||
html += "<tr id='dayTr' height=\"20\">";
|
||||
html += "<td colspan='10' style=\"text-align:left; font-weight:bold; font-size:11px;\">";
|
||||
html += "오후만 가능:<b style='background:#b6d2ff;'>배경 색상</b></td>";
|
||||
html += "</tr>";
|
||||
}
|
||||
|
||||
$(html).insertAfter($("#calendar_div table tbody").children().eq(1))
|
||||
|
||||
} else { alert("ERROR!");return;}
|
||||
},
|
||||
error:function(request , status, error){
|
||||
/*alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);*/
|
||||
alert("달력 조회 에러");
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
// 선택한 날짜를 input box에 넣어줌.
|
||||
function calendar_set_date(set_date, isPosbleDate)
|
||||
{
|
||||
var week_arr_han = new Array("일", "월", "화", "수", "목", "금", "토");
|
||||
var week_arr_eng = new Array("Sun", "Mon", "Tue", "Wed", "The", "Fri", "Sat");
|
||||
|
||||
// FMT 변경 (YYYY-MM-DD)
|
||||
if(calendar_obj)
|
||||
{
|
||||
var year = set_date.substring(0,4);
|
||||
var month = set_date.substring(4,6);
|
||||
var day = set_date.substring(6,8);
|
||||
var sel_date = new Date(year, month - 1, day);
|
||||
var week = sel_date.getDay();
|
||||
|
||||
var calendar_value = calendar_fmt;
|
||||
calendar_value = calendar_value.replace(/yyyy/i, year);
|
||||
calendar_value = calendar_value.replace(/mm/i, month);
|
||||
calendar_value = calendar_value.replace(/dd/i, day);
|
||||
calendar_value = calendar_value.replace(/wh/i, week_arr_han[week]);
|
||||
calendar_value = calendar_value.replace(/we/i, week_arr_eng[week]);
|
||||
|
||||
calendar_obj.value = calendar_value;
|
||||
|
||||
var selectExRoom = document.resve.selectExRoom.value;
|
||||
|
||||
if (calendar_obj1) {
|
||||
var selDate = sel_date.getDate();
|
||||
if (selectExRoom != "6") selDate += 6;
|
||||
|
||||
sel_date.setDate(selDate);
|
||||
|
||||
var tmpDate;
|
||||
var calendar_value1 = calendar_fmt;
|
||||
calendar_value1 = calendar_value1.replace(/yyyy/i, sel_date.getFullYear());
|
||||
tmpDate = sel_date.getMonth()+1 < 10 ? "0"+(sel_date.getMonth()+1) : sel_date.getMonth()+1;
|
||||
calendar_value1 = calendar_value1.replace(/mm/i, tmpDate);
|
||||
tmpDate = sel_date.getDate() < 10 ? "0"+sel_date.getDate() : sel_date.getDate();
|
||||
calendar_value1 = calendar_value1.replace(/dd/i, tmpDate);
|
||||
|
||||
calendar_obj1.value = calendar_value1;
|
||||
}
|
||||
|
||||
if (selectExRoom == "6") {
|
||||
$("input[name='exHours']").attr("checked", false);
|
||||
$("input[name='exHours']").attr("disabled", false);
|
||||
|
||||
if (isPosbleDate == "am") { // 오후만 가능
|
||||
$("input[name='exHours'][value='am']").attr("disabled", true);
|
||||
} else if (isPosbleDate == "pm") { // 오전만 가능
|
||||
$("input[name='exHours'][value='pm']").attr("disabled", true);
|
||||
}
|
||||
}
|
||||
}
|
||||
calendar_close();
|
||||
|
||||
// input object에 날짜를 셋팅하고 추가적으로 작업해야할 경우가 있어서
|
||||
// document에 calendar_set_date_after function이 있으면 실행하게 함.
|
||||
// calendar_set_date_after() 예제
|
||||
// if(document.getElementById('sdate').value < '2009-09-14')
|
||||
// {
|
||||
// alert('9월 14일 보다 이전을 선택할 수 없습니다');
|
||||
// }
|
||||
if(typeof calendar_set_date_after == 'function')
|
||||
{
|
||||
calendar_set_date_after(calendar_obj);
|
||||
}
|
||||
}
|
||||
|
||||
// 달력을 숨김
|
||||
function calendar_hide()
|
||||
{
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
calendar_close();
|
||||
}
|
||||
|
||||
// 300ms 후에 달력을 숨김
|
||||
// mouseout때 바로 닫히지 않고 약간의 텀을 두어 다시 마우스가 갔을때 달력 레이어를 유지하기 위함
|
||||
function calendar_afterHide()
|
||||
{
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
calendar_tt = window.setTimeout("calendar_hide()", 300);
|
||||
}
|
||||
|
||||
// 달력 숨김 타이머를 삭제함.
|
||||
function calendar_clearT()
|
||||
{
|
||||
if(calendar_tt)
|
||||
window.clearTimeout(calendar_tt);
|
||||
}
|
||||
|
||||
// 년도 클릭시 월선택 레이어를 표시/감춤
|
||||
// on -> off
|
||||
// off -> on
|
||||
function calendar_years_toggle()
|
||||
{
|
||||
var calendar_div = document.getElementById('calendar_div');
|
||||
var calendar_years = document.getElementById('calendar_years');
|
||||
var calendar_months = document.getElementById('calendar_months');
|
||||
|
||||
calendar_months.style.visibility = "hidden";
|
||||
|
||||
// 달력의 년,월,닫기 부분은 표시되도록 상단에서 20px 내려서 표시함.
|
||||
var top = parseInt(calendar_div.style.top) + 20;
|
||||
var left = parseInt(calendar_div.style.left);
|
||||
|
||||
// position:absolute; 이지만 달력 레이어의 상대성 절대좌표로 인식함.
|
||||
calendar_years.style.top = '20px';
|
||||
calendar_years.style.left = '0px';
|
||||
|
||||
// 월선택 레이어 토글
|
||||
if(calendar_years.style.visibility == "hidden")
|
||||
calendar_years.style.visibility = "visible";
|
||||
else
|
||||
calendar_years.style.visibility = "hidden";
|
||||
}
|
||||
|
||||
// 월 클릭시 년도선택 레이어를 표시/감춤
|
||||
// on -> off
|
||||
// off -> on
|
||||
function calendar_months_toggle()
|
||||
{
|
||||
var calendar_div = document.getElementById('calendar_div');
|
||||
var calendar_months = document.getElementById('calendar_months');
|
||||
var calendar_years = document.getElementById('calendar_years');
|
||||
|
||||
calendar_years.style.visibility = "hidden";
|
||||
|
||||
// 달력의 년,월,닫기 부분은 표시되도록 상단에서 20px 내려서 표시함.
|
||||
var top = parseInt(calendar_div.style.top) + 20;
|
||||
var left = parseInt(calendar_div.style.left);
|
||||
|
||||
// position:absolute; 이지만 달력 레이어의 상대성 절대좌표로 인식함.
|
||||
calendar_months.style.top = '20px';
|
||||
calendar_months.style.left = '0px';
|
||||
|
||||
// 월선택 레이어 토글
|
||||
if(calendar_months.style.visibility == "hidden")
|
||||
calendar_months.style.visibility = "visible";
|
||||
else
|
||||
calendar_months.style.visibility = "hidden";
|
||||
}
|
||||
|
||||
// 달력표시 호출함수 onClick="calendar(event, 'ID')"로 호출
|
||||
function calendar(e, obj_name, fmt, obj_name1)
|
||||
{
|
||||
if(!e) var e = window.event;
|
||||
calendar_obj = document.getElementById(obj_name); // 시작일
|
||||
if (obj_name1) calendar_obj1 = document.getElementById(obj_name1); // 종료일
|
||||
|
||||
|
||||
// input object의 값에서 숫자만 추출함.
|
||||
var default_date = calendar_obj.value.replace(/[^0-9]/g, '');
|
||||
|
||||
// YYYYMM 혹은 YYYYMMDD 형식이 아니면 무시함.
|
||||
if(default_date.length != 6 && default_date.length != 8)
|
||||
default_date = '';
|
||||
|
||||
// onClick="calendar(event, 'ID')"의 ID Object가 없으면 달력을 표시해도 넣을곳이 없으므로 오류처리
|
||||
if(!calendar_obj)
|
||||
{
|
||||
alert(obj_name + ' object undefined');
|
||||
return;
|
||||
}
|
||||
|
||||
if(fmt)
|
||||
calendar_fmt = fmt;
|
||||
else
|
||||
calendar_fmt = "YYYY-MM-DD";
|
||||
|
||||
// 달력 레이어 초기화
|
||||
calendar_set(e);
|
||||
// 달력 표시
|
||||
calendar_draw(default_date);
|
||||
|
||||
|
||||
}
|
||||
|
||||
//]]>
|
||||
@ -0,0 +1,209 @@
|
||||
/****롤링 배너 시작 *************************/
|
||||
function my_banner(){
|
||||
if(count_num == bn_num){
|
||||
bn_px = 0;
|
||||
count_num = 0;
|
||||
}
|
||||
if ($(rollObj+">ul:animated").size()) return false;
|
||||
var width = bn_li.eq(count_num).width();
|
||||
var pos = (parseInt(bn_ul.attr("top"))+1);
|
||||
// var mar = pos * defaultMar;
|
||||
bn_px += width+defaultMar;
|
||||
bn_ul.attr("top", pos);
|
||||
bn_ul.animate({
|
||||
left: ((bn_px * -1) + "px")
|
||||
}, 500
|
||||
,function() {
|
||||
var pos = parseInt($(rollObj+">ul").attr("top"));
|
||||
var total = parseInt($(rollObj+">ul").attr("total"));
|
||||
if (pos>=total) {
|
||||
$(rollObj+">ul").attr("top", 0);
|
||||
$(rollObj+">ul").css("left", "0px");
|
||||
}
|
||||
}
|
||||
);
|
||||
count_num++;
|
||||
}
|
||||
|
||||
function bn_left(){
|
||||
bn_stop();
|
||||
my_banner();
|
||||
}
|
||||
|
||||
function bn_right(){
|
||||
bn_stop();
|
||||
if ($(rollObj+">ul:animated").size()) return false;
|
||||
var width = bn_li.eq(count_num-1).width();
|
||||
var pos = (parseInt(bn_ul.attr("top"))+1)-2;
|
||||
|
||||
if(pos>=0) {
|
||||
bn_px -= width+defaultMar;
|
||||
count_num--;
|
||||
bn_ul.attr("top", pos);
|
||||
bn_ul.animate({
|
||||
left: ((bn_px * -1) + "px")
|
||||
}, 500
|
||||
,function() {
|
||||
var pos = parseInt(bn_ul.attr("top"));
|
||||
var total = parseInt(bn_ul.attr("total"));
|
||||
if (pos>=total) {
|
||||
bn_ul.attr("top", 0);
|
||||
bn_ul.css("left", "0px");
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
}else{
|
||||
alert("첫번째 배너입니다");
|
||||
}
|
||||
}
|
||||
|
||||
function bn_stop(){
|
||||
clearInterval(bn_ul.attr("timer"));
|
||||
}
|
||||
function bn_move(){
|
||||
bn_stop();
|
||||
bn_ul.attr("timer", setInterval(my_banner, 3000));
|
||||
}
|
||||
|
||||
var count_num =0;
|
||||
var bn_px=0;
|
||||
var bn_num;
|
||||
var bn_ul;
|
||||
var flag = true;
|
||||
var bannerWrap = "#main_banner" //전체 div
|
||||
var rollObj = "#bannerList"; //롤링할 객체명 지정
|
||||
|
||||
function bn_start(){
|
||||
defaultMar = 10;//배너끼리 여백 입력
|
||||
bn_ul=$(rollObj+">ul");
|
||||
bn_li=$(rollObj+">ul>li");
|
||||
bn_ul.attr("top", "0");
|
||||
bn_ul.css({"width":"10000px","position":"absolute"});
|
||||
|
||||
bt_left=$(bannerWrap).find(".left");
|
||||
bt_move=$(bannerWrap).find(".move");
|
||||
bt_stop=$(bannerWrap).find(".stop");
|
||||
bt_right=$(bannerWrap).find(".right");
|
||||
bt_goStop = $(bannerWrap).find(".goStop"); //move, stop 버튼을 한개로 사용하는 경우
|
||||
|
||||
bn_num = bn_li.length;
|
||||
bn_ul.attr("total", bn_li.size());
|
||||
bn_li.each(function (){
|
||||
$(this).clone().appendTo($(bn_ul));
|
||||
});
|
||||
|
||||
bn_ul.hover(function(){
|
||||
bn_stop();
|
||||
},function(){
|
||||
if(flag){
|
||||
bn_stop();
|
||||
bn_move();
|
||||
}
|
||||
});
|
||||
bt_left.click(function(){
|
||||
bn_left();
|
||||
});
|
||||
bt_move.click(function(){
|
||||
bn_move();
|
||||
flag = true;
|
||||
});
|
||||
bt_stop.click(function(){
|
||||
bn_stop();
|
||||
flag = false;
|
||||
});
|
||||
bt_goStop.click(function(){
|
||||
if(flag) {
|
||||
bn_stop();
|
||||
flag = false;
|
||||
}
|
||||
else{
|
||||
bn_move();
|
||||
flag = true;
|
||||
}
|
||||
});
|
||||
bt_right.click(function(){
|
||||
bn_right();
|
||||
});
|
||||
bn_move();
|
||||
}
|
||||
/****롤링 배너 끝 *************************/
|
||||
/****FADE 컨텐츠 시작 *************************/
|
||||
function animeList(objId, idx){
|
||||
var param = $("#"+objId);
|
||||
var li = param.find("ul>li");
|
||||
|
||||
var sum = li.length-1;
|
||||
|
||||
var elem = idx;
|
||||
|
||||
var movement;
|
||||
|
||||
var flag = true;
|
||||
var bt_left=param.find(".left");
|
||||
var bt_right=param.find(".right");
|
||||
var bt_goStop = param.find(".goStop");
|
||||
|
||||
// setup
|
||||
li.hide();
|
||||
li.eq(idx).show();
|
||||
|
||||
// action
|
||||
function viewControll(){
|
||||
li.hide();
|
||||
li.eq(elem).show();
|
||||
|
||||
centerImage(param,li.eq(elem));
|
||||
//li.fadeOut(1000);
|
||||
//li.eq(elem).fadeIn(1000);
|
||||
}
|
||||
|
||||
function autoStart(){
|
||||
if(objId == "main_zone"){
|
||||
clearInterval(movement);
|
||||
flag = false;
|
||||
}else{
|
||||
movement = setInterval(function(){
|
||||
if(elem == sum)
|
||||
elem = 0;
|
||||
else
|
||||
elem++;
|
||||
viewControll();
|
||||
}, 5000);
|
||||
}
|
||||
//},3000);
|
||||
}
|
||||
|
||||
bt_left.click(function(){
|
||||
clearInterval(movement);
|
||||
if(elem == 0)
|
||||
elem = sum;
|
||||
else
|
||||
elem--;
|
||||
viewControll();
|
||||
autoStart();
|
||||
});
|
||||
bt_right.click(function(){
|
||||
clearInterval(movement);
|
||||
if(elem == sum)
|
||||
elem = 0;
|
||||
else
|
||||
elem++;
|
||||
viewControll();
|
||||
autoStart();
|
||||
});
|
||||
bt_goStop.click(function(){
|
||||
if(flag) {
|
||||
clearInterval(movement);
|
||||
flag = false;
|
||||
}
|
||||
else{
|
||||
viewControll();
|
||||
autoStart();
|
||||
flag = true;
|
||||
}
|
||||
});
|
||||
|
||||
autoStart();
|
||||
}
|
||||
/****FADE 컨텐츠 끝 *************************/
|
||||
@ -0,0 +1,140 @@
|
||||
/**
|
||||
* Convert a single file-input element into a 'multiple' input list
|
||||
* Usage:
|
||||
*
|
||||
* 1. Create a file input element (no name)
|
||||
* eg. <input type="file" id="first_file_element">
|
||||
*
|
||||
* 2. Create a DIV for the output to be written to
|
||||
* eg. <div id="files_list"></div>
|
||||
*
|
||||
* 3. Instantiate a MultiSelector object, passing in the DIV and an (optional) maximum number of files
|
||||
* eg. var multi_selector = new MultiSelector( document.getElementById( 'files_list' ), 3 );
|
||||
*
|
||||
* 4. Add the first element
|
||||
* eg. multi_selector.addElement( document.getElementById( 'first_file_element' ) );
|
||||
*/
|
||||
|
||||
function MultiSelector( list_target, max ){
|
||||
|
||||
// Where to write the list
|
||||
this.list_target = list_target;
|
||||
// How many elements?
|
||||
this.count = 0;
|
||||
// How many elements?
|
||||
this.id = 0;
|
||||
// Is there a maximum?
|
||||
if( max ){
|
||||
this.max = max;
|
||||
} else {
|
||||
this.max = -1;
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new file input element
|
||||
*/
|
||||
this.addElement = function( element ){
|
||||
|
||||
// Make sure it's a file input element
|
||||
if( element.tagName == 'INPUT' && element.type == 'file' ){
|
||||
|
||||
// Element name -- what number am I?
|
||||
element.name = 'file_' + this.id++;
|
||||
|
||||
// Add reference to this object
|
||||
element.multi_selector = this;
|
||||
|
||||
// What to do when a file is selected
|
||||
element.onchange = function(){
|
||||
|
||||
// New file input
|
||||
var new_element = document.createElement( 'input' );
|
||||
new_element.type = 'file';
|
||||
|
||||
// Add new element
|
||||
this.parentNode.insertBefore( new_element, this );
|
||||
|
||||
// Apply 'update' to element
|
||||
this.multi_selector.addElement( new_element );
|
||||
|
||||
// Update list
|
||||
this.multi_selector.addListRow( this );
|
||||
|
||||
// Hide this: we can't use display:none because Safari doesn't like it
|
||||
this.style.position = 'absolute';
|
||||
this.style.left = '-1000px';
|
||||
this.style.top = '-1000px';
|
||||
this.style.display = 'none';
|
||||
this.style.visibility = 'hidden';
|
||||
this.style.width = '0';
|
||||
this.style.height = '0';
|
||||
this.style.overflow = 'hidden';
|
||||
|
||||
new_element.onkeypress = function(){
|
||||
return false;
|
||||
};
|
||||
|
||||
};
|
||||
// If we've reached maximum number, disable input element
|
||||
if( this.max != -1 && this.count >= this.max ){
|
||||
element.disabled = true;
|
||||
};
|
||||
|
||||
// File element counter
|
||||
this.count++;
|
||||
// Most recent element
|
||||
this.current_element = element;
|
||||
|
||||
} else {
|
||||
// This can only be applied to file input elements!
|
||||
alert( 'Error: not a file input element' );
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a new row to the list of files
|
||||
*/
|
||||
this.addListRow = function( element ){
|
||||
|
||||
// Row div
|
||||
var new_row = document.createElement( 'div' );
|
||||
|
||||
// Delete button
|
||||
var new_row_button = document.createElement( 'input' );
|
||||
new_row_button.type = 'button';
|
||||
new_row_button.value = 'Delete';
|
||||
|
||||
// References
|
||||
new_row.element = element;
|
||||
|
||||
// Delete function
|
||||
new_row_button.onclick= function(){
|
||||
|
||||
// Remove element from form
|
||||
this.parentNode.element.parentNode.removeChild( this.parentNode.element );
|
||||
|
||||
// Remove this row from the list
|
||||
this.parentNode.parentNode.removeChild( this.parentNode );
|
||||
|
||||
// Decrement counter
|
||||
this.parentNode.element.multi_selector.count--;
|
||||
|
||||
// Re-enable input element (if it's disabled)
|
||||
this.parentNode.element.multi_selector.current_element.disabled = false;
|
||||
|
||||
// which nixes your already queued uploads
|
||||
return false;
|
||||
};
|
||||
|
||||
// Set row value
|
||||
new_row.innerHTML = element.value;
|
||||
|
||||
// Add button
|
||||
new_row.appendChild( new_row_button );
|
||||
|
||||
// Add it to the list
|
||||
this.list_target.appendChild( new_row );
|
||||
};
|
||||
|
||||
};
|
||||
@ -0,0 +1,81 @@
|
||||
/****************************************************************
|
||||
*
|
||||
* 파일명 : showModalDialog.js
|
||||
* 설 명 : showModalDialog 기능을 대체하는 JavaScript
|
||||
*
|
||||
* 수정일 수정자 Version Function 명
|
||||
* ------------ --------- ------------- ----------------------------
|
||||
* 2014.09.25 Vincent Han 1.0 최초생성
|
||||
*
|
||||
*/
|
||||
// fix for deprecated method in Chrome 37
|
||||
|
||||
this.otherParameters = new Array();
|
||||
this.showModalDialogSupported = true;
|
||||
|
||||
this.callbackMethod = null;
|
||||
|
||||
if (!window.showModalDialog) {
|
||||
|
||||
showModalDialogSupported = false;
|
||||
|
||||
window.showModalDialog = function(arg1, arg2, arg3, callback) {
|
||||
|
||||
var w;
|
||||
var h;
|
||||
var resizable = "no";
|
||||
var scroll = "no";
|
||||
var status = "no";
|
||||
|
||||
// get the modal specs
|
||||
var mdattrs = arg3.split(";");
|
||||
for (i = 0; i < mdattrs.length; i++) {
|
||||
var mdattr = mdattrs[i].split(":");
|
||||
|
||||
var n = mdattr[0];
|
||||
var v = mdattr[1];
|
||||
if (n) {
|
||||
n = n.trim().toLowerCase();
|
||||
}
|
||||
if (v) {
|
||||
v = v.trim().toLowerCase();
|
||||
}
|
||||
|
||||
if (n == "dialogheight") {
|
||||
h = v.replace("px", "");
|
||||
} else if (n == "dialogwidth") {
|
||||
w = v.replace("px", "");
|
||||
} else if (n == "resizable") {
|
||||
resizable = v;
|
||||
} else if (n == "scroll") {
|
||||
scroll = v;
|
||||
} else if (n == "status") {
|
||||
status = v;
|
||||
} else {
|
||||
// no-op
|
||||
}
|
||||
}
|
||||
|
||||
var left = window.screenX + (window.outerWidth / 2) - (w / 2);
|
||||
var top = window.screenY + (window.outerHeight / 2) - (h / 2);
|
||||
var targetWin = window.open(arg1, "ShowModalDialog" + arg1, 'toolbar=no, location=no, directories=no, status=' + status + ', menubar=no, scrollbars=' + scroll + ', resizable=' + resizable + ', copyhistory=no, width=' + w + ', height=' + h + ', top=' + top + ', left=' + left);
|
||||
|
||||
dialogArguments = arg2;
|
||||
|
||||
if (callback != null) {
|
||||
callbackMethod = callback;
|
||||
} else {
|
||||
callbackMethod = null;
|
||||
}
|
||||
|
||||
targetWin.focus();
|
||||
};
|
||||
|
||||
window.getDialogArgumentsInner = function() {
|
||||
return dialogArguments;
|
||||
};
|
||||
|
||||
window.getCallbackMethodName = function() {
|
||||
return callbackMethod;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,209 @@
|
||||
/****롤링 배너 시작 *************************/
|
||||
function my_banner(){
|
||||
if(count_num == bn_num){
|
||||
bn_px = 0;
|
||||
count_num = 0;
|
||||
}
|
||||
if ($(rollObj+">ul:animated").size()) return false;
|
||||
var width = bn_li.eq(count_num).width();
|
||||
var pos = (parseInt(bn_ul.attr("top"))+1);
|
||||
// var mar = pos * defaultMar;
|
||||
bn_px += width+defaultMar;
|
||||
bn_ul.attr("top", pos);
|
||||
bn_ul.animate({
|
||||
left: ((bn_px * -1) + "px")
|
||||
}, 500
|
||||
,function() {
|
||||
var pos = parseInt($(rollObj+">ul").attr("top"));
|
||||
var total = parseInt($(rollObj+">ul").attr("total"));
|
||||
if (pos>=total) {
|
||||
$(rollObj+">ul").attr("top", 0);
|
||||
$(rollObj+">ul").css("left", "0px");
|
||||
}
|
||||
}
|
||||
);
|
||||
count_num++;
|
||||
}
|
||||
|
||||
function bn_left(){
|
||||
bn_stop();
|
||||
my_banner();
|
||||
}
|
||||
|
||||
function bn_right(){
|
||||
bn_stop();
|
||||
if ($(rollObj+">ul:animated").size()) return false;
|
||||
var width = bn_li.eq(count_num-1).width();
|
||||
var pos = (parseInt(bn_ul.attr("top"))+1)-2;
|
||||
|
||||
if(pos>=0) {
|
||||
bn_px -= width+defaultMar;
|
||||
count_num--;
|
||||
bn_ul.attr("top", pos);
|
||||
bn_ul.animate({
|
||||
left: ((bn_px * -1) + "px")
|
||||
}, 500
|
||||
,function() {
|
||||
var pos = parseInt(bn_ul.attr("top"));
|
||||
var total = parseInt(bn_ul.attr("total"));
|
||||
if (pos>=total) {
|
||||
bn_ul.attr("top", 0);
|
||||
bn_ul.css("left", "0px");
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
}else{
|
||||
alert("첫번째 배너입니다");
|
||||
}
|
||||
}
|
||||
|
||||
function bn_stop(){
|
||||
clearInterval(bn_ul.attr("timer"));
|
||||
}
|
||||
function bn_move(){
|
||||
bn_stop();
|
||||
bn_ul.attr("timer", setInterval(my_banner, 3000));
|
||||
}
|
||||
|
||||
var count_num =0;
|
||||
var bn_px=0;
|
||||
var bn_num;
|
||||
var bn_ul;
|
||||
var flag = true;
|
||||
var bannerWrap = "#main_banner" //전체 div
|
||||
var rollObj = "#bannerList"; //롤링할 객체명 지정
|
||||
|
||||
function bn_start(){
|
||||
defaultMar = 10;//배너끼리 여백 입력
|
||||
bn_ul=$(rollObj+">ul");
|
||||
bn_li=$(rollObj+">ul>li");
|
||||
bn_ul.attr("top", "0");
|
||||
bn_ul.css({"width":"10000px","position":"absolute"});
|
||||
|
||||
bt_left=$(bannerWrap).find(".left");
|
||||
bt_move=$(bannerWrap).find(".move");
|
||||
bt_stop=$(bannerWrap).find(".stop");
|
||||
bt_right=$(bannerWrap).find(".right");
|
||||
bt_goStop = $(bannerWrap).find(".goStop"); //move, stop 버튼을 한개로 사용하는 경우
|
||||
|
||||
bn_num = bn_li.length;
|
||||
bn_ul.attr("total", bn_li.size());
|
||||
bn_li.each(function (){
|
||||
$(this).clone().appendTo($(bn_ul));
|
||||
});
|
||||
|
||||
bn_ul.hover(function(){
|
||||
bn_stop();
|
||||
},function(){
|
||||
if(flag){
|
||||
bn_stop();
|
||||
bn_move();
|
||||
}
|
||||
});
|
||||
bt_left.click(function(){
|
||||
bn_left();
|
||||
});
|
||||
bt_move.click(function(){
|
||||
bn_move();
|
||||
flag = true;
|
||||
});
|
||||
bt_stop.click(function(){
|
||||
bn_stop();
|
||||
flag = false;
|
||||
});
|
||||
bt_goStop.click(function(){
|
||||
if(flag) {
|
||||
bn_stop();
|
||||
flag = false;
|
||||
}
|
||||
else{
|
||||
bn_move();
|
||||
flag = true;
|
||||
}
|
||||
});
|
||||
bt_right.click(function(){
|
||||
bn_right();
|
||||
});
|
||||
bn_move();
|
||||
}
|
||||
/****롤링 배너 끝 *************************/
|
||||
/****FADE 컨텐츠 시작 *************************/
|
||||
function animeList(objId, idx){
|
||||
var param = $("#"+objId);
|
||||
var li = param.find("ul>li");
|
||||
|
||||
var sum = li.length-1;
|
||||
|
||||
var elem = idx;
|
||||
|
||||
var movement;
|
||||
|
||||
var flag = true;
|
||||
var bt_left=param.find(".left");
|
||||
var bt_right=param.find(".right");
|
||||
var bt_goStop = param.find(".goStop");
|
||||
|
||||
// setup
|
||||
li.hide();
|
||||
li.eq(idx).show();
|
||||
|
||||
// action
|
||||
function viewControll(){
|
||||
li.hide();
|
||||
li.eq(elem).show();
|
||||
|
||||
centerImage(param,li.eq(elem));
|
||||
//li.fadeOut(1000);
|
||||
//li.eq(elem).fadeIn(1000);
|
||||
}
|
||||
|
||||
function autoStart(){
|
||||
if(objId == "main_zone"){
|
||||
clearInterval(movement);
|
||||
flag = false;
|
||||
}else{
|
||||
movement = setInterval(function(){
|
||||
if(elem == sum)
|
||||
elem = 0;
|
||||
else
|
||||
elem++;
|
||||
viewControll();
|
||||
}, 5000);
|
||||
}
|
||||
//},3000);
|
||||
}
|
||||
|
||||
bt_left.click(function(){
|
||||
clearInterval(movement);
|
||||
if(elem == 0)
|
||||
elem = sum;
|
||||
else
|
||||
elem--;
|
||||
viewControll();
|
||||
autoStart();
|
||||
});
|
||||
bt_right.click(function(){
|
||||
clearInterval(movement);
|
||||
if(elem == sum)
|
||||
elem = 0;
|
||||
else
|
||||
elem++;
|
||||
viewControll();
|
||||
autoStart();
|
||||
});
|
||||
bt_goStop.click(function(){
|
||||
if(flag) {
|
||||
clearInterval(movement);
|
||||
flag = false;
|
||||
}
|
||||
else{
|
||||
viewControll();
|
||||
autoStart();
|
||||
flag = true;
|
||||
}
|
||||
});
|
||||
|
||||
autoStart();
|
||||
}
|
||||
/****FADE 컨텐츠 끝 *************************/
|
||||
@ -0,0 +1,200 @@
|
||||
/****************************************************************
|
||||
*
|
||||
* 파일명 : EgovCalPopup.js
|
||||
* 설 명 : 전자정부 공통서비스 달력 팝업 JavaScript
|
||||
*
|
||||
* 수정일 수정자 Version Function 명
|
||||
* ------------ --------- ------------- ----------------------------
|
||||
* 2009.03.30 이중호 1.0 최초생성
|
||||
* 2011.08.30 이기하 1.1 contextpath 적용
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
function dirname(path) {
|
||||
if (path.lastIndexOf("/") == -1)
|
||||
return "./";
|
||||
return path.replace(/\\/g, '/').replace(/\/[^\/]*\/?$/, '') + "/";
|
||||
}
|
||||
|
||||
function getActiveScript() {
|
||||
var d = document.getElementsByTagName("script");
|
||||
var path = dirname(d[d.length - 1].src);
|
||||
delete d;
|
||||
|
||||
var offset=path.indexOf(location.host)+location.host.length;
|
||||
return path.substring(offset);
|
||||
}
|
||||
|
||||
|
||||
function getContextPath(){
|
||||
var offset=location.href.indexOf(location.host)+location.host.length;
|
||||
var ctxPath=location.href.substring(offset, location.href.indexOf('/',offset+1));
|
||||
|
||||
if ((/^\/js/).test(getActiveScript())) {
|
||||
return "";
|
||||
}
|
||||
|
||||
return ctxPath;
|
||||
}
|
||||
|
||||
function loadScript(src, f) {
|
||||
var head = document.getElementsByTagName("head")[0];
|
||||
var script = document.createElement("script");
|
||||
script.src = src;
|
||||
var done = false;
|
||||
script.onload = script.onreadystatechange = function() {
|
||||
// attach to both events for cross browser finish detection:
|
||||
if ( !done && (!this.readyState ||
|
||||
this.readyState == "loaded" || this.readyState == "complete") ) {
|
||||
done = true;
|
||||
if (typeof f == 'function') f();
|
||||
// cleans up a little memory:
|
||||
script.onload = script.onreadystatechange = null;
|
||||
head.removeChild(script);
|
||||
}
|
||||
};
|
||||
head.appendChild(script);
|
||||
}
|
||||
|
||||
loadScript(getContextPath() + '/js/egovframework/com/cmm/showModalDialog.js');
|
||||
|
||||
/**********************************************
|
||||
* 함수명 : fn_egov_AdministCalendar
|
||||
* 설 명 : 행정달력 팝업 호출
|
||||
* 인 자 : 사용할 Form 객체, 연월일(yyyy-MM-dd)
|
||||
* 사용법 : fn_egov_AdministCalendar(frm, sDate)
|
||||
*
|
||||
* 수정일 수정자 수정내용
|
||||
* ------ ------ -------------------
|
||||
* 2009.03.30 이중호 신규작업
|
||||
*
|
||||
*/
|
||||
|
||||
function fn_egov_AdministCalendar(frm, sDate, vDate) {
|
||||
var retVal;
|
||||
|
||||
var url = frm.cal_url.value;
|
||||
// var url = "/sym/cal/EgovAdministCalPopup.do";
|
||||
|
||||
var varParam = new Object();
|
||||
varParam.sDate = sDate.value;
|
||||
|
||||
// IE
|
||||
//var openParam = "dialogWidth:252px;dialogHeight:175px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
// FIREFOX
|
||||
var openParam = "dialogWidth:320px;dialogHeight:220px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
|
||||
retVal = window.showModalDialog(url, varParam, openParam, "calendarCallback");
|
||||
|
||||
otherParameters[0] = fn_egov_AdministCalendar.arguments.length;
|
||||
otherParameters[1] = sDate;
|
||||
otherParameters[2] = vDate;
|
||||
|
||||
if (retVal) {
|
||||
sDate.value = retVal.sDate;
|
||||
vDate.value = retVal.vDate;
|
||||
}
|
||||
}
|
||||
|
||||
/**********************************************
|
||||
* 함수명 : fn_egov_NormalCalendar
|
||||
* 설 명 : 일반달력 팝업 호출
|
||||
* 인 자 : 사용할 Form 객체, 연월일(yyyy-MM-dd)
|
||||
* 사용법 : fn_egov_NormalCalendar(frm, sDate)
|
||||
*
|
||||
* 수정일 수정자 수정내용
|
||||
* ------ ------ -------------------
|
||||
* 2009.03.30 이중호 신규작업
|
||||
*
|
||||
*/
|
||||
function fn_egov_NormalCalendar(frm, sDate, vDate) {
|
||||
var retVal;
|
||||
|
||||
var url = frm.cal_url.value;
|
||||
// var url = "/sym/cal/EgovNormalCalPopup.do";
|
||||
|
||||
var varParam = new Object();
|
||||
varParam.sDate = sDate.value;
|
||||
|
||||
// IE
|
||||
//var openParam = "dialogWidth:252px;dialogHeight:175px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
// FIREFOX
|
||||
var openParam = "";
|
||||
var sAppName = navigator.appName ;
|
||||
|
||||
if( sAppName.indexOf("Netscape") > -1){
|
||||
openParam = "dialogWidth:275px;dialogHeight:192px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
}else if(sAppName.indexOf("Microsoft") > -1){
|
||||
openParam = "dialogWidth:275px;dialogHeight:192px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
}else{
|
||||
openParam = "dialogWidth:275px;dialogHeight:192px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
}
|
||||
|
||||
retVal = window.showModalDialog(url, varParam, openParam, "calendarCallback");
|
||||
|
||||
otherParameters[0] = fn_egov_NormalCalendar.arguments.length;
|
||||
otherParameters[1] = sDate;
|
||||
otherParameters[2] = vDate;
|
||||
|
||||
if (retVal) {
|
||||
if(fn_egov_NormalCalendar.arguments.length == 2){
|
||||
sDate.value = retVal.vDate;
|
||||
}else{
|
||||
sDate.value = retVal.sDate;
|
||||
vDate.value = retVal.vDate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function calendarCallback(retVal) {
|
||||
if (retVal) {
|
||||
if (otherParameters[0] == 2) {
|
||||
otherParameters[1].value = retVal.vDate;
|
||||
} else {
|
||||
otherParameters[1].value = retVal.sDate;
|
||||
otherParameters[2].value = retVal.vDate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**********************************************
|
||||
* 함수명 : fn_egov_Calendar
|
||||
* 설 명 : 달력 팝업 호출
|
||||
* 인 자 : 사용할 Form 객체, 연월일(yyyy-MM-dd)
|
||||
* 사용법 : fn_egov_Calendar(frm, sDate)
|
||||
*
|
||||
* 수정일 수정자 수정내용
|
||||
* ------ ------ -------------------
|
||||
* 2009.10.13 이중호 신규작업
|
||||
*
|
||||
*/
|
||||
function fn_egov_Calendar(frm, sDate, vDate) {
|
||||
var retVal;
|
||||
|
||||
var url = frm.cal_url.value;
|
||||
// var url = "/sym/cal/callCalPopup.do";
|
||||
|
||||
var varParam = new Object();
|
||||
varParam.sDate = sDate.value;
|
||||
|
||||
// IE
|
||||
//var openParam = "dialogWidth:252px;dialogHeight:175px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
// FIREFOX
|
||||
var openParam = "dialogWidth:320px;dialogHeight:220px;scroll:no;status:no;center:yes;resizable:yes;";
|
||||
|
||||
retVal = window.showModalDialog(url, varParam, openParam, "calendarCallback");
|
||||
|
||||
otherParameters[0] = fn_egov_Calendar.arguments.length;
|
||||
otherParameters[1] = sDate;
|
||||
otherParameters[2] = vDate;
|
||||
|
||||
if(retVal) {
|
||||
if(fn_egov_Calendar.arguments.length == 2){
|
||||
sDate.value = retVal.vDate;
|
||||
}else{
|
||||
sDate.value = retVal.sDate;
|
||||
vDate.value = retVal.vDate;
|
||||
}
|
||||
}
|
||||
}
|
||||
4320
src/main/webapp/WEB-INF/views/_common/_js/egovframework/com/uss/ion/pwm/prototype-1.6.0.3.js
vendored
Normal file
4320
src/main/webapp/WEB-INF/views/_common/_js/egovframework/com/uss/ion/pwm/prototype-1.6.0.3.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
8
src/main/webapp/WEB-INF/views/_common/_js/featherlight.min.js
vendored
Normal file
8
src/main/webapp/WEB-INF/views/_common/_js/featherlight.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,7 @@
|
||||
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
|
||||
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
|
||||
comprehensive icon sets or copy and paste your own.
|
||||
|
||||
Please. Check it out.
|
||||
|
||||
-Dave Gandy
|
||||
2337
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/css/font-awesome.css
vendored
Normal file
2337
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/css/font-awesome.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/css/font-awesome.min.css
vendored
Normal file
4
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
34
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/animated.less
vendored
Normal file
34
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/animated.less
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
// Animated Icons
|
||||
// --------------------------
|
||||
|
||||
.@{fa-css-prefix}-spin {
|
||||
-webkit-animation: fa-spin 2s infinite linear;
|
||||
animation: fa-spin 2s infinite linear;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-pulse {
|
||||
-webkit-animation: fa-spin 1s infinite steps(8);
|
||||
animation: fa-spin 1s infinite steps(8);
|
||||
}
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
25
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/bordered-pulled.less
vendored
Normal file
25
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/bordered-pulled.less
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
// Bordered & Pulled
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-border {
|
||||
padding: .2em .25em .15em;
|
||||
border: solid .08em @fa-border-color;
|
||||
border-radius: .1em;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-pull-left { float: left; }
|
||||
.@{fa-css-prefix}-pull-right { float: right; }
|
||||
|
||||
.@{fa-css-prefix} {
|
||||
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||
}
|
||||
|
||||
/* Deprecated as of 4.4.0 */
|
||||
.pull-right { float: right; }
|
||||
.pull-left { float: left; }
|
||||
|
||||
.@{fa-css-prefix} {
|
||||
&.pull-left { margin-right: .3em; }
|
||||
&.pull-right { margin-left: .3em; }
|
||||
}
|
||||
12
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/core.less
vendored
Normal file
12
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/core.less
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
// Base Class Definition
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix} {
|
||||
display: inline-block;
|
||||
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
|
||||
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
||||
text-rendering: auto; // optimizelegibility throws things off #1094
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
}
|
||||
6
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/fixed-width.less
vendored
Normal file
6
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/fixed-width.less
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
// Fixed Width Icons
|
||||
// -------------------------
|
||||
.@{fa-css-prefix}-fw {
|
||||
width: (18em / 14);
|
||||
text-align: center;
|
||||
}
|
||||
18
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/font-awesome.less
vendored
Normal file
18
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/font-awesome.less
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
/*!
|
||||
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
*/
|
||||
|
||||
@import "variables.less";
|
||||
@import "mixins.less";
|
||||
@import "path.less";
|
||||
@import "core.less";
|
||||
@import "larger.less";
|
||||
@import "fixed-width.less";
|
||||
@import "list.less";
|
||||
@import "bordered-pulled.less";
|
||||
@import "animated.less";
|
||||
@import "rotated-flipped.less";
|
||||
@import "stacked.less";
|
||||
@import "icons.less";
|
||||
@import "screen-reader.less";
|
||||
789
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/icons.less
vendored
Normal file
789
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/icons.less
vendored
Normal file
@ -0,0 +1,789 @@
|
||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||
readers do not read off random characters that represent icons */
|
||||
|
||||
.@{fa-css-prefix}-glass:before { content: @fa-var-glass; }
|
||||
.@{fa-css-prefix}-music:before { content: @fa-var-music; }
|
||||
.@{fa-css-prefix}-search:before { content: @fa-var-search; }
|
||||
.@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; }
|
||||
.@{fa-css-prefix}-heart:before { content: @fa-var-heart; }
|
||||
.@{fa-css-prefix}-star:before { content: @fa-var-star; }
|
||||
.@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; }
|
||||
.@{fa-css-prefix}-user:before { content: @fa-var-user; }
|
||||
.@{fa-css-prefix}-film:before { content: @fa-var-film; }
|
||||
.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; }
|
||||
.@{fa-css-prefix}-th:before { content: @fa-var-th; }
|
||||
.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; }
|
||||
.@{fa-css-prefix}-check:before { content: @fa-var-check; }
|
||||
.@{fa-css-prefix}-remove:before,
|
||||
.@{fa-css-prefix}-close:before,
|
||||
.@{fa-css-prefix}-times:before { content: @fa-var-times; }
|
||||
.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; }
|
||||
.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; }
|
||||
.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; }
|
||||
.@{fa-css-prefix}-signal:before { content: @fa-var-signal; }
|
||||
.@{fa-css-prefix}-gear:before,
|
||||
.@{fa-css-prefix}-cog:before { content: @fa-var-cog; }
|
||||
.@{fa-css-prefix}-trash-o:before { content: @fa-var-trash-o; }
|
||||
.@{fa-css-prefix}-home:before { content: @fa-var-home; }
|
||||
.@{fa-css-prefix}-file-o:before { content: @fa-var-file-o; }
|
||||
.@{fa-css-prefix}-clock-o:before { content: @fa-var-clock-o; }
|
||||
.@{fa-css-prefix}-road:before { content: @fa-var-road; }
|
||||
.@{fa-css-prefix}-download:before { content: @fa-var-download; }
|
||||
.@{fa-css-prefix}-arrow-circle-o-down:before { content: @fa-var-arrow-circle-o-down; }
|
||||
.@{fa-css-prefix}-arrow-circle-o-up:before { content: @fa-var-arrow-circle-o-up; }
|
||||
.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; }
|
||||
.@{fa-css-prefix}-play-circle-o:before { content: @fa-var-play-circle-o; }
|
||||
.@{fa-css-prefix}-rotate-right:before,
|
||||
.@{fa-css-prefix}-repeat:before { content: @fa-var-repeat; }
|
||||
.@{fa-css-prefix}-refresh:before { content: @fa-var-refresh; }
|
||||
.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; }
|
||||
.@{fa-css-prefix}-lock:before { content: @fa-var-lock; }
|
||||
.@{fa-css-prefix}-flag:before { content: @fa-var-flag; }
|
||||
.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; }
|
||||
.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; }
|
||||
.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; }
|
||||
.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; }
|
||||
.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; }
|
||||
.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; }
|
||||
.@{fa-css-prefix}-tag:before { content: @fa-var-tag; }
|
||||
.@{fa-css-prefix}-tags:before { content: @fa-var-tags; }
|
||||
.@{fa-css-prefix}-book:before { content: @fa-var-book; }
|
||||
.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; }
|
||||
.@{fa-css-prefix}-print:before { content: @fa-var-print; }
|
||||
.@{fa-css-prefix}-camera:before { content: @fa-var-camera; }
|
||||
.@{fa-css-prefix}-font:before { content: @fa-var-font; }
|
||||
.@{fa-css-prefix}-bold:before { content: @fa-var-bold; }
|
||||
.@{fa-css-prefix}-italic:before { content: @fa-var-italic; }
|
||||
.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; }
|
||||
.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; }
|
||||
.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; }
|
||||
.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; }
|
||||
.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; }
|
||||
.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; }
|
||||
.@{fa-css-prefix}-list:before { content: @fa-var-list; }
|
||||
.@{fa-css-prefix}-dedent:before,
|
||||
.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; }
|
||||
.@{fa-css-prefix}-indent:before { content: @fa-var-indent; }
|
||||
.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; }
|
||||
.@{fa-css-prefix}-photo:before,
|
||||
.@{fa-css-prefix}-image:before,
|
||||
.@{fa-css-prefix}-picture-o:before { content: @fa-var-picture-o; }
|
||||
.@{fa-css-prefix}-pencil:before { content: @fa-var-pencil; }
|
||||
.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; }
|
||||
.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; }
|
||||
.@{fa-css-prefix}-tint:before { content: @fa-var-tint; }
|
||||
.@{fa-css-prefix}-edit:before,
|
||||
.@{fa-css-prefix}-pencil-square-o:before { content: @fa-var-pencil-square-o; }
|
||||
.@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-square-o; }
|
||||
.@{fa-css-prefix}-check-square-o:before { content: @fa-var-check-square-o; }
|
||||
.@{fa-css-prefix}-arrows:before { content: @fa-var-arrows; }
|
||||
.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; }
|
||||
.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; }
|
||||
.@{fa-css-prefix}-backward:before { content: @fa-var-backward; }
|
||||
.@{fa-css-prefix}-play:before { content: @fa-var-play; }
|
||||
.@{fa-css-prefix}-pause:before { content: @fa-var-pause; }
|
||||
.@{fa-css-prefix}-stop:before { content: @fa-var-stop; }
|
||||
.@{fa-css-prefix}-forward:before { content: @fa-var-forward; }
|
||||
.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; }
|
||||
.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; }
|
||||
.@{fa-css-prefix}-eject:before { content: @fa-var-eject; }
|
||||
.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; }
|
||||
.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; }
|
||||
.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; }
|
||||
.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; }
|
||||
.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; }
|
||||
.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; }
|
||||
.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; }
|
||||
.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; }
|
||||
.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; }
|
||||
.@{fa-css-prefix}-times-circle-o:before { content: @fa-var-times-circle-o; }
|
||||
.@{fa-css-prefix}-check-circle-o:before { content: @fa-var-check-circle-o; }
|
||||
.@{fa-css-prefix}-ban:before { content: @fa-var-ban; }
|
||||
.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; }
|
||||
.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; }
|
||||
.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; }
|
||||
.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; }
|
||||
.@{fa-css-prefix}-mail-forward:before,
|
||||
.@{fa-css-prefix}-share:before { content: @fa-var-share; }
|
||||
.@{fa-css-prefix}-expand:before { content: @fa-var-expand; }
|
||||
.@{fa-css-prefix}-compress:before { content: @fa-var-compress; }
|
||||
.@{fa-css-prefix}-plus:before { content: @fa-var-plus; }
|
||||
.@{fa-css-prefix}-minus:before { content: @fa-var-minus; }
|
||||
.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; }
|
||||
.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; }
|
||||
.@{fa-css-prefix}-gift:before { content: @fa-var-gift; }
|
||||
.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; }
|
||||
.@{fa-css-prefix}-fire:before { content: @fa-var-fire; }
|
||||
.@{fa-css-prefix}-eye:before { content: @fa-var-eye; }
|
||||
.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; }
|
||||
.@{fa-css-prefix}-warning:before,
|
||||
.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; }
|
||||
.@{fa-css-prefix}-plane:before { content: @fa-var-plane; }
|
||||
.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; }
|
||||
.@{fa-css-prefix}-random:before { content: @fa-var-random; }
|
||||
.@{fa-css-prefix}-comment:before { content: @fa-var-comment; }
|
||||
.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; }
|
||||
.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; }
|
||||
.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; }
|
||||
.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; }
|
||||
.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; }
|
||||
.@{fa-css-prefix}-folder:before { content: @fa-var-folder; }
|
||||
.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; }
|
||||
.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; }
|
||||
.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; }
|
||||
.@{fa-css-prefix}-bar-chart-o:before,
|
||||
.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart; }
|
||||
.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; }
|
||||
.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; }
|
||||
.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; }
|
||||
.@{fa-css-prefix}-key:before { content: @fa-var-key; }
|
||||
.@{fa-css-prefix}-gears:before,
|
||||
.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; }
|
||||
.@{fa-css-prefix}-comments:before { content: @fa-var-comments; }
|
||||
.@{fa-css-prefix}-thumbs-o-up:before { content: @fa-var-thumbs-o-up; }
|
||||
.@{fa-css-prefix}-thumbs-o-down:before { content: @fa-var-thumbs-o-down; }
|
||||
.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; }
|
||||
.@{fa-css-prefix}-heart-o:before { content: @fa-var-heart-o; }
|
||||
.@{fa-css-prefix}-sign-out:before { content: @fa-var-sign-out; }
|
||||
.@{fa-css-prefix}-linkedin-square:before { content: @fa-var-linkedin-square; }
|
||||
.@{fa-css-prefix}-thumb-tack:before { content: @fa-var-thumb-tack; }
|
||||
.@{fa-css-prefix}-external-link:before { content: @fa-var-external-link; }
|
||||
.@{fa-css-prefix}-sign-in:before { content: @fa-var-sign-in; }
|
||||
.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; }
|
||||
.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; }
|
||||
.@{fa-css-prefix}-upload:before { content: @fa-var-upload; }
|
||||
.@{fa-css-prefix}-lemon-o:before { content: @fa-var-lemon-o; }
|
||||
.@{fa-css-prefix}-phone:before { content: @fa-var-phone; }
|
||||
.@{fa-css-prefix}-square-o:before { content: @fa-var-square-o; }
|
||||
.@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; }
|
||||
.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; }
|
||||
.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; }
|
||||
.@{fa-css-prefix}-facebook-f:before,
|
||||
.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; }
|
||||
.@{fa-css-prefix}-github:before { content: @fa-var-github; }
|
||||
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
||||
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
||||
.@{fa-css-prefix}-feed:before,
|
||||
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
||||
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
||||
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
||||
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
||||
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
|
||||
.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; }
|
||||
.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; }
|
||||
.@{fa-css-prefix}-hand-o-up:before { content: @fa-var-hand-o-up; }
|
||||
.@{fa-css-prefix}-hand-o-down:before { content: @fa-var-hand-o-down; }
|
||||
.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; }
|
||||
.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; }
|
||||
.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; }
|
||||
.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; }
|
||||
.@{fa-css-prefix}-globe:before { content: @fa-var-globe; }
|
||||
.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; }
|
||||
.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; }
|
||||
.@{fa-css-prefix}-filter:before { content: @fa-var-filter; }
|
||||
.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; }
|
||||
.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; }
|
||||
.@{fa-css-prefix}-group:before,
|
||||
.@{fa-css-prefix}-users:before { content: @fa-var-users; }
|
||||
.@{fa-css-prefix}-chain:before,
|
||||
.@{fa-css-prefix}-link:before { content: @fa-var-link; }
|
||||
.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; }
|
||||
.@{fa-css-prefix}-flask:before { content: @fa-var-flask; }
|
||||
.@{fa-css-prefix}-cut:before,
|
||||
.@{fa-css-prefix}-scissors:before { content: @fa-var-scissors; }
|
||||
.@{fa-css-prefix}-copy:before,
|
||||
.@{fa-css-prefix}-files-o:before { content: @fa-var-files-o; }
|
||||
.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; }
|
||||
.@{fa-css-prefix}-save:before,
|
||||
.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; }
|
||||
.@{fa-css-prefix}-square:before { content: @fa-var-square; }
|
||||
.@{fa-css-prefix}-navicon:before,
|
||||
.@{fa-css-prefix}-reorder:before,
|
||||
.@{fa-css-prefix}-bars:before { content: @fa-var-bars; }
|
||||
.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; }
|
||||
.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; }
|
||||
.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; }
|
||||
.@{fa-css-prefix}-underline:before { content: @fa-var-underline; }
|
||||
.@{fa-css-prefix}-table:before { content: @fa-var-table; }
|
||||
.@{fa-css-prefix}-magic:before { content: @fa-var-magic; }
|
||||
.@{fa-css-prefix}-truck:before { content: @fa-var-truck; }
|
||||
.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; }
|
||||
.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; }
|
||||
.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; }
|
||||
.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; }
|
||||
.@{fa-css-prefix}-money:before { content: @fa-var-money; }
|
||||
.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; }
|
||||
.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; }
|
||||
.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; }
|
||||
.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; }
|
||||
.@{fa-css-prefix}-columns:before { content: @fa-var-columns; }
|
||||
.@{fa-css-prefix}-unsorted:before,
|
||||
.@{fa-css-prefix}-sort:before { content: @fa-var-sort; }
|
||||
.@{fa-css-prefix}-sort-down:before,
|
||||
.@{fa-css-prefix}-sort-desc:before { content: @fa-var-sort-desc; }
|
||||
.@{fa-css-prefix}-sort-up:before,
|
||||
.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; }
|
||||
.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; }
|
||||
.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; }
|
||||
.@{fa-css-prefix}-rotate-left:before,
|
||||
.@{fa-css-prefix}-undo:before { content: @fa-var-undo; }
|
||||
.@{fa-css-prefix}-legal:before,
|
||||
.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; }
|
||||
.@{fa-css-prefix}-dashboard:before,
|
||||
.@{fa-css-prefix}-tachometer:before { content: @fa-var-tachometer; }
|
||||
.@{fa-css-prefix}-comment-o:before { content: @fa-var-comment-o; }
|
||||
.@{fa-css-prefix}-comments-o:before { content: @fa-var-comments-o; }
|
||||
.@{fa-css-prefix}-flash:before,
|
||||
.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; }
|
||||
.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; }
|
||||
.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; }
|
||||
.@{fa-css-prefix}-paste:before,
|
||||
.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; }
|
||||
.@{fa-css-prefix}-lightbulb-o:before { content: @fa-var-lightbulb-o; }
|
||||
.@{fa-css-prefix}-exchange:before { content: @fa-var-exchange; }
|
||||
.@{fa-css-prefix}-cloud-download:before { content: @fa-var-cloud-download; }
|
||||
.@{fa-css-prefix}-cloud-upload:before { content: @fa-var-cloud-upload; }
|
||||
.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; }
|
||||
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; }
|
||||
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
||||
.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; }
|
||||
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
|
||||
.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; }
|
||||
.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; }
|
||||
.@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; }
|
||||
.@{fa-css-prefix}-hospital-o:before { content: @fa-var-hospital-o; }
|
||||
.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; }
|
||||
.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; }
|
||||
.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; }
|
||||
.@{fa-css-prefix}-beer:before { content: @fa-var-beer; }
|
||||
.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; }
|
||||
.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; }
|
||||
.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; }
|
||||
.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; }
|
||||
.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; }
|
||||
.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; }
|
||||
.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; }
|
||||
.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; }
|
||||
.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; }
|
||||
.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; }
|
||||
.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; }
|
||||
.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; }
|
||||
.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; }
|
||||
.@{fa-css-prefix}-mobile-phone:before,
|
||||
.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; }
|
||||
.@{fa-css-prefix}-circle-o:before { content: @fa-var-circle-o; }
|
||||
.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; }
|
||||
.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; }
|
||||
.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; }
|
||||
.@{fa-css-prefix}-circle:before { content: @fa-var-circle; }
|
||||
.@{fa-css-prefix}-mail-reply:before,
|
||||
.@{fa-css-prefix}-reply:before { content: @fa-var-reply; }
|
||||
.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; }
|
||||
.@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; }
|
||||
.@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; }
|
||||
.@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; }
|
||||
.@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; }
|
||||
.@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; }
|
||||
.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; }
|
||||
.@{fa-css-prefix}-keyboard-o:before { content: @fa-var-keyboard-o; }
|
||||
.@{fa-css-prefix}-flag-o:before { content: @fa-var-flag-o; }
|
||||
.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; }
|
||||
.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; }
|
||||
.@{fa-css-prefix}-code:before { content: @fa-var-code; }
|
||||
.@{fa-css-prefix}-mail-reply-all:before,
|
||||
.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; }
|
||||
.@{fa-css-prefix}-star-half-empty:before,
|
||||
.@{fa-css-prefix}-star-half-full:before,
|
||||
.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-o; }
|
||||
.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; }
|
||||
.@{fa-css-prefix}-crop:before { content: @fa-var-crop; }
|
||||
.@{fa-css-prefix}-code-fork:before { content: @fa-var-code-fork; }
|
||||
.@{fa-css-prefix}-unlink:before,
|
||||
.@{fa-css-prefix}-chain-broken:before { content: @fa-var-chain-broken; }
|
||||
.@{fa-css-prefix}-question:before { content: @fa-var-question; }
|
||||
.@{fa-css-prefix}-info:before { content: @fa-var-info; }
|
||||
.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; }
|
||||
.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; }
|
||||
.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; }
|
||||
.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; }
|
||||
.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; }
|
||||
.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; }
|
||||
.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; }
|
||||
.@{fa-css-prefix}-shield:before { content: @fa-var-shield; }
|
||||
.@{fa-css-prefix}-calendar-o:before { content: @fa-var-calendar-o; }
|
||||
.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; }
|
||||
.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; }
|
||||
.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; }
|
||||
.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; }
|
||||
.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; }
|
||||
.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; }
|
||||
.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; }
|
||||
.@{fa-css-prefix}-html5:before { content: @fa-var-html5; }
|
||||
.@{fa-css-prefix}-css3:before { content: @fa-var-css3; }
|
||||
.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; }
|
||||
.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; }
|
||||
.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; }
|
||||
.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; }
|
||||
.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; }
|
||||
.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; }
|
||||
.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; }
|
||||
.@{fa-css-prefix}-ticket:before { content: @fa-var-ticket; }
|
||||
.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; }
|
||||
.@{fa-css-prefix}-minus-square-o:before { content: @fa-var-minus-square-o; }
|
||||
.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; }
|
||||
.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; }
|
||||
.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; }
|
||||
.@{fa-css-prefix}-pencil-square:before { content: @fa-var-pencil-square; }
|
||||
.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; }
|
||||
.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; }
|
||||
.@{fa-css-prefix}-compass:before { content: @fa-var-compass; }
|
||||
.@{fa-css-prefix}-toggle-down:before,
|
||||
.@{fa-css-prefix}-caret-square-o-down:before { content: @fa-var-caret-square-o-down; }
|
||||
.@{fa-css-prefix}-toggle-up:before,
|
||||
.@{fa-css-prefix}-caret-square-o-up:before { content: @fa-var-caret-square-o-up; }
|
||||
.@{fa-css-prefix}-toggle-right:before,
|
||||
.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; }
|
||||
.@{fa-css-prefix}-euro:before,
|
||||
.@{fa-css-prefix}-eur:before { content: @fa-var-eur; }
|
||||
.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; }
|
||||
.@{fa-css-prefix}-dollar:before,
|
||||
.@{fa-css-prefix}-usd:before { content: @fa-var-usd; }
|
||||
.@{fa-css-prefix}-rupee:before,
|
||||
.@{fa-css-prefix}-inr:before { content: @fa-var-inr; }
|
||||
.@{fa-css-prefix}-cny:before,
|
||||
.@{fa-css-prefix}-rmb:before,
|
||||
.@{fa-css-prefix}-yen:before,
|
||||
.@{fa-css-prefix}-jpy:before { content: @fa-var-jpy; }
|
||||
.@{fa-css-prefix}-ruble:before,
|
||||
.@{fa-css-prefix}-rouble:before,
|
||||
.@{fa-css-prefix}-rub:before { content: @fa-var-rub; }
|
||||
.@{fa-css-prefix}-won:before,
|
||||
.@{fa-css-prefix}-krw:before { content: @fa-var-krw; }
|
||||
.@{fa-css-prefix}-bitcoin:before,
|
||||
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; }
|
||||
.@{fa-css-prefix}-file:before { content: @fa-var-file; }
|
||||
.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; }
|
||||
.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; }
|
||||
.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; }
|
||||
.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; }
|
||||
.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; }
|
||||
.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; }
|
||||
.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; }
|
||||
.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; }
|
||||
.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; }
|
||||
.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; }
|
||||
.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; }
|
||||
.@{fa-css-prefix}-xing:before { content: @fa-var-xing; }
|
||||
.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; }
|
||||
.@{fa-css-prefix}-youtube-play:before { content: @fa-var-youtube-play; }
|
||||
.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; }
|
||||
.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; }
|
||||
.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; }
|
||||
.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; }
|
||||
.@{fa-css-prefix}-adn:before { content: @fa-var-adn; }
|
||||
.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; }
|
||||
.@{fa-css-prefix}-bitbucket-square:before { content: @fa-var-bitbucket-square; }
|
||||
.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; }
|
||||
.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; }
|
||||
.@{fa-css-prefix}-long-arrow-down:before { content: @fa-var-long-arrow-down; }
|
||||
.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; }
|
||||
.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; }
|
||||
.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; }
|
||||
.@{fa-css-prefix}-apple:before { content: @fa-var-apple; }
|
||||
.@{fa-css-prefix}-windows:before { content: @fa-var-windows; }
|
||||
.@{fa-css-prefix}-android:before { content: @fa-var-android; }
|
||||
.@{fa-css-prefix}-linux:before { content: @fa-var-linux; }
|
||||
.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; }
|
||||
.@{fa-css-prefix}-skype:before { content: @fa-var-skype; }
|
||||
.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; }
|
||||
.@{fa-css-prefix}-trello:before { content: @fa-var-trello; }
|
||||
.@{fa-css-prefix}-female:before { content: @fa-var-female; }
|
||||
.@{fa-css-prefix}-male:before { content: @fa-var-male; }
|
||||
.@{fa-css-prefix}-gittip:before,
|
||||
.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; }
|
||||
.@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; }
|
||||
.@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; }
|
||||
.@{fa-css-prefix}-archive:before { content: @fa-var-archive; }
|
||||
.@{fa-css-prefix}-bug:before { content: @fa-var-bug; }
|
||||
.@{fa-css-prefix}-vk:before { content: @fa-var-vk; }
|
||||
.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; }
|
||||
.@{fa-css-prefix}-renren:before { content: @fa-var-renren; }
|
||||
.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; }
|
||||
.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; }
|
||||
.@{fa-css-prefix}-arrow-circle-o-right:before { content: @fa-var-arrow-circle-o-right; }
|
||||
.@{fa-css-prefix}-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; }
|
||||
.@{fa-css-prefix}-toggle-left:before,
|
||||
.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; }
|
||||
.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; }
|
||||
.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; }
|
||||
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }
|
||||
.@{fa-css-prefix}-turkish-lira:before,
|
||||
.@{fa-css-prefix}-try:before { content: @fa-var-try; }
|
||||
.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; }
|
||||
.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; }
|
||||
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; }
|
||||
.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; }
|
||||
.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; }
|
||||
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; }
|
||||
.@{fa-css-prefix}-institution:before,
|
||||
.@{fa-css-prefix}-bank:before,
|
||||
.@{fa-css-prefix}-university:before { content: @fa-var-university; }
|
||||
.@{fa-css-prefix}-mortar-board:before,
|
||||
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }
|
||||
.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; }
|
||||
.@{fa-css-prefix}-google:before { content: @fa-var-google; }
|
||||
.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; }
|
||||
.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; }
|
||||
.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; }
|
||||
.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; }
|
||||
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; }
|
||||
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; }
|
||||
.@{fa-css-prefix}-pied-piper-pp:before { content: @fa-var-pied-piper-pp; }
|
||||
.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; }
|
||||
.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; }
|
||||
.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; }
|
||||
.@{fa-css-prefix}-language:before { content: @fa-var-language; }
|
||||
.@{fa-css-prefix}-fax:before { content: @fa-var-fax; }
|
||||
.@{fa-css-prefix}-building:before { content: @fa-var-building; }
|
||||
.@{fa-css-prefix}-child:before { content: @fa-var-child; }
|
||||
.@{fa-css-prefix}-paw:before { content: @fa-var-paw; }
|
||||
.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; }
|
||||
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; }
|
||||
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
|
||||
.@{fa-css-prefix}-behance:before { content: @fa-var-behance; }
|
||||
.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; }
|
||||
.@{fa-css-prefix}-steam:before { content: @fa-var-steam; }
|
||||
.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; }
|
||||
.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; }
|
||||
.@{fa-css-prefix}-automobile:before,
|
||||
.@{fa-css-prefix}-car:before { content: @fa-var-car; }
|
||||
.@{fa-css-prefix}-cab:before,
|
||||
.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; }
|
||||
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; }
|
||||
.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; }
|
||||
.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; }
|
||||
.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; }
|
||||
.@{fa-css-prefix}-database:before { content: @fa-var-database; }
|
||||
.@{fa-css-prefix}-file-pdf-o:before { content: @fa-var-file-pdf-o; }
|
||||
.@{fa-css-prefix}-file-word-o:before { content: @fa-var-file-word-o; }
|
||||
.@{fa-css-prefix}-file-excel-o:before { content: @fa-var-file-excel-o; }
|
||||
.@{fa-css-prefix}-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; }
|
||||
.@{fa-css-prefix}-file-photo-o:before,
|
||||
.@{fa-css-prefix}-file-picture-o:before,
|
||||
.@{fa-css-prefix}-file-image-o:before { content: @fa-var-file-image-o; }
|
||||
.@{fa-css-prefix}-file-zip-o:before,
|
||||
.@{fa-css-prefix}-file-archive-o:before { content: @fa-var-file-archive-o; }
|
||||
.@{fa-css-prefix}-file-sound-o:before,
|
||||
.@{fa-css-prefix}-file-audio-o:before { content: @fa-var-file-audio-o; }
|
||||
.@{fa-css-prefix}-file-movie-o:before,
|
||||
.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; }
|
||||
.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; }
|
||||
.@{fa-css-prefix}-vine:before { content: @fa-var-vine; }
|
||||
.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; }
|
||||
.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; }
|
||||
.@{fa-css-prefix}-life-bouy:before,
|
||||
.@{fa-css-prefix}-life-buoy:before,
|
||||
.@{fa-css-prefix}-life-saver:before,
|
||||
.@{fa-css-prefix}-support:before,
|
||||
.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; }
|
||||
.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; }
|
||||
.@{fa-css-prefix}-ra:before,
|
||||
.@{fa-css-prefix}-resistance:before,
|
||||
.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; }
|
||||
.@{fa-css-prefix}-ge:before,
|
||||
.@{fa-css-prefix}-empire:before { content: @fa-var-empire; }
|
||||
.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; }
|
||||
.@{fa-css-prefix}-git:before { content: @fa-var-git; }
|
||||
.@{fa-css-prefix}-y-combinator-square:before,
|
||||
.@{fa-css-prefix}-yc-square:before,
|
||||
.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; }
|
||||
.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; }
|
||||
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
|
||||
.@{fa-css-prefix}-wechat:before,
|
||||
.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; }
|
||||
.@{fa-css-prefix}-send:before,
|
||||
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; }
|
||||
.@{fa-css-prefix}-send-o:before,
|
||||
.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; }
|
||||
.@{fa-css-prefix}-history:before { content: @fa-var-history; }
|
||||
.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; }
|
||||
.@{fa-css-prefix}-header:before { content: @fa-var-header; }
|
||||
.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; }
|
||||
.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; }
|
||||
.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; }
|
||||
.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; }
|
||||
.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; }
|
||||
.@{fa-css-prefix}-soccer-ball-o:before,
|
||||
.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; }
|
||||
.@{fa-css-prefix}-tty:before { content: @fa-var-tty; }
|
||||
.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; }
|
||||
.@{fa-css-prefix}-plug:before { content: @fa-var-plug; }
|
||||
.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; }
|
||||
.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; }
|
||||
.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; }
|
||||
.@{fa-css-prefix}-newspaper-o:before { content: @fa-var-newspaper-o; }
|
||||
.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; }
|
||||
.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; }
|
||||
.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; }
|
||||
.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; }
|
||||
.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; }
|
||||
.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; }
|
||||
.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; }
|
||||
.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; }
|
||||
.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; }
|
||||
.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; }
|
||||
.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
|
||||
.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }
|
||||
.@{fa-css-prefix}-trash:before { content: @fa-var-trash; }
|
||||
.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }
|
||||
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
||||
.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; }
|
||||
.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; }
|
||||
.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; }
|
||||
.@{fa-css-prefix}-area-chart:before { content: @fa-var-area-chart; }
|
||||
.@{fa-css-prefix}-pie-chart:before { content: @fa-var-pie-chart; }
|
||||
.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; }
|
||||
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
|
||||
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
||||
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
|
||||
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
|
||||
.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; }
|
||||
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
|
||||
.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; }
|
||||
.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; }
|
||||
.@{fa-css-prefix}-cc:before { content: @fa-var-cc; }
|
||||
.@{fa-css-prefix}-shekel:before,
|
||||
.@{fa-css-prefix}-sheqel:before,
|
||||
.@{fa-css-prefix}-ils:before { content: @fa-var-ils; }
|
||||
.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; }
|
||||
.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; }
|
||||
.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; }
|
||||
.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; }
|
||||
.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; }
|
||||
.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; }
|
||||
.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; }
|
||||
.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; }
|
||||
.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; }
|
||||
.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; }
|
||||
.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; }
|
||||
.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; }
|
||||
.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; }
|
||||
.@{fa-css-prefix}-ship:before { content: @fa-var-ship; }
|
||||
.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; }
|
||||
.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; }
|
||||
.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; }
|
||||
.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; }
|
||||
.@{fa-css-prefix}-venus:before { content: @fa-var-venus; }
|
||||
.@{fa-css-prefix}-mars:before { content: @fa-var-mars; }
|
||||
.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; }
|
||||
.@{fa-css-prefix}-intersex:before,
|
||||
.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; }
|
||||
.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; }
|
||||
.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; }
|
||||
.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; }
|
||||
.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; }
|
||||
.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; }
|
||||
.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; }
|
||||
.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; }
|
||||
.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; }
|
||||
.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; }
|
||||
.@{fa-css-prefix}-facebook-official:before { content: @fa-var-facebook-official; }
|
||||
.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; }
|
||||
.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; }
|
||||
.@{fa-css-prefix}-server:before { content: @fa-var-server; }
|
||||
.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; }
|
||||
.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; }
|
||||
.@{fa-css-prefix}-hotel:before,
|
||||
.@{fa-css-prefix}-bed:before { content: @fa-var-bed; }
|
||||
.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; }
|
||||
.@{fa-css-prefix}-train:before { content: @fa-var-train; }
|
||||
.@{fa-css-prefix}-subway:before { content: @fa-var-subway; }
|
||||
.@{fa-css-prefix}-medium:before { content: @fa-var-medium; }
|
||||
.@{fa-css-prefix}-yc:before,
|
||||
.@{fa-css-prefix}-y-combinator:before { content: @fa-var-y-combinator; }
|
||||
.@{fa-css-prefix}-optin-monster:before { content: @fa-var-optin-monster; }
|
||||
.@{fa-css-prefix}-opencart:before { content: @fa-var-opencart; }
|
||||
.@{fa-css-prefix}-expeditedssl:before { content: @fa-var-expeditedssl; }
|
||||
.@{fa-css-prefix}-battery-4:before,
|
||||
.@{fa-css-prefix}-battery:before,
|
||||
.@{fa-css-prefix}-battery-full:before { content: @fa-var-battery-full; }
|
||||
.@{fa-css-prefix}-battery-3:before,
|
||||
.@{fa-css-prefix}-battery-three-quarters:before { content: @fa-var-battery-three-quarters; }
|
||||
.@{fa-css-prefix}-battery-2:before,
|
||||
.@{fa-css-prefix}-battery-half:before { content: @fa-var-battery-half; }
|
||||
.@{fa-css-prefix}-battery-1:before,
|
||||
.@{fa-css-prefix}-battery-quarter:before { content: @fa-var-battery-quarter; }
|
||||
.@{fa-css-prefix}-battery-0:before,
|
||||
.@{fa-css-prefix}-battery-empty:before { content: @fa-var-battery-empty; }
|
||||
.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; }
|
||||
.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; }
|
||||
.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; }
|
||||
.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; }
|
||||
.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; }
|
||||
.@{fa-css-prefix}-sticky-note-o:before { content: @fa-var-sticky-note-o; }
|
||||
.@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; }
|
||||
.@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; }
|
||||
.@{fa-css-prefix}-clone:before { content: @fa-var-clone; }
|
||||
.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; }
|
||||
.@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass-o; }
|
||||
.@{fa-css-prefix}-hourglass-1:before,
|
||||
.@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; }
|
||||
.@{fa-css-prefix}-hourglass-2:before,
|
||||
.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass-half; }
|
||||
.@{fa-css-prefix}-hourglass-3:before,
|
||||
.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; }
|
||||
.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; }
|
||||
.@{fa-css-prefix}-hand-grab-o:before,
|
||||
.@{fa-css-prefix}-hand-rock-o:before { content: @fa-var-hand-rock-o; }
|
||||
.@{fa-css-prefix}-hand-stop-o:before,
|
||||
.@{fa-css-prefix}-hand-paper-o:before { content: @fa-var-hand-paper-o; }
|
||||
.@{fa-css-prefix}-hand-scissors-o:before { content: @fa-var-hand-scissors-o; }
|
||||
.@{fa-css-prefix}-hand-lizard-o:before { content: @fa-var-hand-lizard-o; }
|
||||
.@{fa-css-prefix}-hand-spock-o:before { content: @fa-var-hand-spock-o; }
|
||||
.@{fa-css-prefix}-hand-pointer-o:before { content: @fa-var-hand-pointer-o; }
|
||||
.@{fa-css-prefix}-hand-peace-o:before { content: @fa-var-hand-peace-o; }
|
||||
.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; }
|
||||
.@{fa-css-prefix}-registered:before { content: @fa-var-registered; }
|
||||
.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }
|
||||
.@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
|
||||
.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }
|
||||
.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; }
|
||||
.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; }
|
||||
.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; }
|
||||
.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; }
|
||||
.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; }
|
||||
.@{fa-css-prefix}-safari:before { content: @fa-var-safari; }
|
||||
.@{fa-css-prefix}-chrome:before { content: @fa-var-chrome; }
|
||||
.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; }
|
||||
.@{fa-css-prefix}-opera:before { content: @fa-var-opera; }
|
||||
.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; }
|
||||
.@{fa-css-prefix}-tv:before,
|
||||
.@{fa-css-prefix}-television:before { content: @fa-var-television; }
|
||||
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; }
|
||||
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; }
|
||||
.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; }
|
||||
.@{fa-css-prefix}-calendar-plus-o:before { content: @fa-var-calendar-plus-o; }
|
||||
.@{fa-css-prefix}-calendar-minus-o:before { content: @fa-var-calendar-minus-o; }
|
||||
.@{fa-css-prefix}-calendar-times-o:before { content: @fa-var-calendar-times-o; }
|
||||
.@{fa-css-prefix}-calendar-check-o:before { content: @fa-var-calendar-check-o; }
|
||||
.@{fa-css-prefix}-industry:before { content: @fa-var-industry; }
|
||||
.@{fa-css-prefix}-map-pin:before { content: @fa-var-map-pin; }
|
||||
.@{fa-css-prefix}-map-signs:before { content: @fa-var-map-signs; }
|
||||
.@{fa-css-prefix}-map-o:before { content: @fa-var-map-o; }
|
||||
.@{fa-css-prefix}-map:before { content: @fa-var-map; }
|
||||
.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; }
|
||||
.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; }
|
||||
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; }
|
||||
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }
|
||||
.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
|
||||
.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
|
||||
.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; }
|
||||
.@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
|
||||
.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
|
||||
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }
|
||||
.@{fa-css-prefix}-modx:before { content: @fa-var-modx; }
|
||||
.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; }
|
||||
.@{fa-css-prefix}-usb:before { content: @fa-var-usb; }
|
||||
.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; }
|
||||
.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; }
|
||||
.@{fa-css-prefix}-scribd:before { content: @fa-var-scribd; }
|
||||
.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; }
|
||||
.@{fa-css-prefix}-pause-circle-o:before { content: @fa-var-pause-circle-o; }
|
||||
.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; }
|
||||
.@{fa-css-prefix}-stop-circle-o:before { content: @fa-var-stop-circle-o; }
|
||||
.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; }
|
||||
.@{fa-css-prefix}-shopping-basket:before { content: @fa-var-shopping-basket; }
|
||||
.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; }
|
||||
.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; }
|
||||
.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; }
|
||||
.@{fa-css-prefix}-percent:before { content: @fa-var-percent; }
|
||||
.@{fa-css-prefix}-gitlab:before { content: @fa-var-gitlab; }
|
||||
.@{fa-css-prefix}-wpbeginner:before { content: @fa-var-wpbeginner; }
|
||||
.@{fa-css-prefix}-wpforms:before { content: @fa-var-wpforms; }
|
||||
.@{fa-css-prefix}-envira:before { content: @fa-var-envira; }
|
||||
.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; }
|
||||
.@{fa-css-prefix}-wheelchair-alt:before { content: @fa-var-wheelchair-alt; }
|
||||
.@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; }
|
||||
.@{fa-css-prefix}-blind:before { content: @fa-var-blind; }
|
||||
.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
|
||||
.@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
|
||||
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
|
||||
.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; }
|
||||
.@{fa-css-prefix}-asl-interpreting:before,
|
||||
.@{fa-css-prefix}-american-sign-language-interpreting:before { content: @fa-var-american-sign-language-interpreting; }
|
||||
.@{fa-css-prefix}-deafness:before,
|
||||
.@{fa-css-prefix}-hard-of-hearing:before,
|
||||
.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; }
|
||||
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
|
||||
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }
|
||||
.@{fa-css-prefix}-signing:before,
|
||||
.@{fa-css-prefix}-sign-language:before { content: @fa-var-sign-language; }
|
||||
.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; }
|
||||
.@{fa-css-prefix}-viadeo:before { content: @fa-var-viadeo; }
|
||||
.@{fa-css-prefix}-viadeo-square:before { content: @fa-var-viadeo-square; }
|
||||
.@{fa-css-prefix}-snapchat:before { content: @fa-var-snapchat; }
|
||||
.@{fa-css-prefix}-snapchat-ghost:before { content: @fa-var-snapchat-ghost; }
|
||||
.@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; }
|
||||
.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
|
||||
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
|
||||
.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; }
|
||||
.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; }
|
||||
.@{fa-css-prefix}-google-plus-circle:before,
|
||||
.@{fa-css-prefix}-google-plus-official:before { content: @fa-var-google-plus-official; }
|
||||
.@{fa-css-prefix}-fa:before,
|
||||
.@{fa-css-prefix}-font-awesome:before { content: @fa-var-font-awesome; }
|
||||
.@{fa-css-prefix}-handshake-o:before { content: @fa-var-handshake-o; }
|
||||
.@{fa-css-prefix}-envelope-open:before { content: @fa-var-envelope-open; }
|
||||
.@{fa-css-prefix}-envelope-open-o:before { content: @fa-var-envelope-open-o; }
|
||||
.@{fa-css-prefix}-linode:before { content: @fa-var-linode; }
|
||||
.@{fa-css-prefix}-address-book:before { content: @fa-var-address-book; }
|
||||
.@{fa-css-prefix}-address-book-o:before { content: @fa-var-address-book-o; }
|
||||
.@{fa-css-prefix}-vcard:before,
|
||||
.@{fa-css-prefix}-address-card:before { content: @fa-var-address-card; }
|
||||
.@{fa-css-prefix}-vcard-o:before,
|
||||
.@{fa-css-prefix}-address-card-o:before { content: @fa-var-address-card-o; }
|
||||
.@{fa-css-prefix}-user-circle:before { content: @fa-var-user-circle; }
|
||||
.@{fa-css-prefix}-user-circle-o:before { content: @fa-var-user-circle-o; }
|
||||
.@{fa-css-prefix}-user-o:before { content: @fa-var-user-o; }
|
||||
.@{fa-css-prefix}-id-badge:before { content: @fa-var-id-badge; }
|
||||
.@{fa-css-prefix}-drivers-license:before,
|
||||
.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; }
|
||||
.@{fa-css-prefix}-drivers-license-o:before,
|
||||
.@{fa-css-prefix}-id-card-o:before { content: @fa-var-id-card-o; }
|
||||
.@{fa-css-prefix}-quora:before { content: @fa-var-quora; }
|
||||
.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; }
|
||||
.@{fa-css-prefix}-telegram:before { content: @fa-var-telegram; }
|
||||
.@{fa-css-prefix}-thermometer-4:before,
|
||||
.@{fa-css-prefix}-thermometer:before,
|
||||
.@{fa-css-prefix}-thermometer-full:before { content: @fa-var-thermometer-full; }
|
||||
.@{fa-css-prefix}-thermometer-3:before,
|
||||
.@{fa-css-prefix}-thermometer-three-quarters:before { content: @fa-var-thermometer-three-quarters; }
|
||||
.@{fa-css-prefix}-thermometer-2:before,
|
||||
.@{fa-css-prefix}-thermometer-half:before { content: @fa-var-thermometer-half; }
|
||||
.@{fa-css-prefix}-thermometer-1:before,
|
||||
.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; }
|
||||
.@{fa-css-prefix}-thermometer-0:before,
|
||||
.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; }
|
||||
.@{fa-css-prefix}-shower:before { content: @fa-var-shower; }
|
||||
.@{fa-css-prefix}-bathtub:before,
|
||||
.@{fa-css-prefix}-s15:before,
|
||||
.@{fa-css-prefix}-bath:before { content: @fa-var-bath; }
|
||||
.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; }
|
||||
.@{fa-css-prefix}-window-maximize:before { content: @fa-var-window-maximize; }
|
||||
.@{fa-css-prefix}-window-minimize:before { content: @fa-var-window-minimize; }
|
||||
.@{fa-css-prefix}-window-restore:before { content: @fa-var-window-restore; }
|
||||
.@{fa-css-prefix}-times-rectangle:before,
|
||||
.@{fa-css-prefix}-window-close:before { content: @fa-var-window-close; }
|
||||
.@{fa-css-prefix}-times-rectangle-o:before,
|
||||
.@{fa-css-prefix}-window-close-o:before { content: @fa-var-window-close-o; }
|
||||
.@{fa-css-prefix}-bandcamp:before { content: @fa-var-bandcamp; }
|
||||
.@{fa-css-prefix}-grav:before { content: @fa-var-grav; }
|
||||
.@{fa-css-prefix}-etsy:before { content: @fa-var-etsy; }
|
||||
.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; }
|
||||
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
||||
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
||||
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
||||
.@{fa-css-prefix}-snowflake-o:before { content: @fa-var-snowflake-o; }
|
||||
.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; }
|
||||
.@{fa-css-prefix}-wpexplorer:before { content: @fa-var-wpexplorer; }
|
||||
.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; }
|
||||
13
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/larger.less
vendored
Normal file
13
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/larger.less
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
// Icon Sizes
|
||||
// -------------------------
|
||||
|
||||
/* makes the font 33% larger relative to the icon container */
|
||||
.@{fa-css-prefix}-lg {
|
||||
font-size: (4em / 3);
|
||||
line-height: (3em / 4);
|
||||
vertical-align: -15%;
|
||||
}
|
||||
.@{fa-css-prefix}-2x { font-size: 2em; }
|
||||
.@{fa-css-prefix}-3x { font-size: 3em; }
|
||||
.@{fa-css-prefix}-4x { font-size: 4em; }
|
||||
.@{fa-css-prefix}-5x { font-size: 5em; }
|
||||
19
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/list.less
vendored
Normal file
19
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/list.less
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
// List Icons
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-ul {
|
||||
padding-left: 0;
|
||||
margin-left: @fa-li-width;
|
||||
list-style-type: none;
|
||||
> li { position: relative; }
|
||||
}
|
||||
.@{fa-css-prefix}-li {
|
||||
position: absolute;
|
||||
left: -@fa-li-width;
|
||||
width: @fa-li-width;
|
||||
top: (2em / 14);
|
||||
text-align: center;
|
||||
&.@{fa-css-prefix}-lg {
|
||||
left: (-@fa-li-width + (4em / 14));
|
||||
}
|
||||
}
|
||||
60
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/mixins.less
vendored
Normal file
60
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/mixins.less
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
// Mixins
|
||||
// --------------------------
|
||||
|
||||
.fa-icon() {
|
||||
display: inline-block;
|
||||
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
|
||||
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
||||
text-rendering: auto; // optimizelegibility throws things off #1094
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
}
|
||||
|
||||
.fa-icon-rotate(@degrees, @rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})";
|
||||
-webkit-transform: rotate(@degrees);
|
||||
-ms-transform: rotate(@degrees);
|
||||
transform: rotate(@degrees);
|
||||
}
|
||||
|
||||
.fa-icon-flip(@horiz, @vert, @rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)";
|
||||
-webkit-transform: scale(@horiz, @vert);
|
||||
-ms-transform: scale(@horiz, @vert);
|
||||
transform: scale(@horiz, @vert);
|
||||
}
|
||||
|
||||
|
||||
// Only display content to screen readers. A la Bootstrap 4.
|
||||
//
|
||||
// See: http://a11yproject.com/posts/how-to-hide-content/
|
||||
|
||||
.sr-only() {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0,0,0,0);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
// Use in conjunction with .sr-only to only display content when it's focused.
|
||||
//
|
||||
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
||||
//
|
||||
// Credit: HTML5 Boilerplate
|
||||
|
||||
.sr-only-focusable() {
|
||||
&:active,
|
||||
&:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
clip: auto;
|
||||
}
|
||||
}
|
||||
15
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/path.less
vendored
Normal file
15
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/path.less
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
/* FONT PATH
|
||||
* -------------------------- */
|
||||
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
|
||||
src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
|
||||
url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
|
||||
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
|
||||
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
|
||||
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
|
||||
// src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
20
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/rotated-flipped.less
vendored
Normal file
20
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/rotated-flipped.less
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
// Rotated & Flipped Icons
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
|
||||
.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
|
||||
.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
|
||||
|
||||
.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
|
||||
.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }
|
||||
|
||||
// Hook for IE8-9
|
||||
// -------------------------
|
||||
|
||||
:root .@{fa-css-prefix}-rotate-90,
|
||||
:root .@{fa-css-prefix}-rotate-180,
|
||||
:root .@{fa-css-prefix}-rotate-270,
|
||||
:root .@{fa-css-prefix}-flip-horizontal,
|
||||
:root .@{fa-css-prefix}-flip-vertical {
|
||||
filter: none;
|
||||
}
|
||||
5
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/screen-reader.less
vendored
Normal file
5
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/screen-reader.less
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
// Screen Readers
|
||||
// -------------------------
|
||||
|
||||
.sr-only { .sr-only(); }
|
||||
.sr-only-focusable { .sr-only-focusable(); }
|
||||
20
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/stacked.less
vendored
Normal file
20
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/stacked.less
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
// Stacked Icons
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-stack {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.@{fa-css-prefix}-stack-1x { line-height: inherit; }
|
||||
.@{fa-css-prefix}-stack-2x { font-size: 2em; }
|
||||
.@{fa-css-prefix}-inverse { color: @fa-inverse; }
|
||||
800
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/variables.less
vendored
Normal file
800
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/less/variables.less
vendored
Normal file
@ -0,0 +1,800 @@
|
||||
// Variables
|
||||
// --------------------------
|
||||
|
||||
@fa-font-path: "../fonts";
|
||||
@fa-font-size-base: 14px;
|
||||
@fa-line-height-base: 1;
|
||||
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"; // for referencing Bootstrap CDN font files directly
|
||||
@fa-css-prefix: fa;
|
||||
@fa-version: "4.7.0";
|
||||
@fa-border-color: #eee;
|
||||
@fa-inverse: #fff;
|
||||
@fa-li-width: (30em / 14);
|
||||
|
||||
@fa-var-500px: "\f26e";
|
||||
@fa-var-address-book: "\f2b9";
|
||||
@fa-var-address-book-o: "\f2ba";
|
||||
@fa-var-address-card: "\f2bb";
|
||||
@fa-var-address-card-o: "\f2bc";
|
||||
@fa-var-adjust: "\f042";
|
||||
@fa-var-adn: "\f170";
|
||||
@fa-var-align-center: "\f037";
|
||||
@fa-var-align-justify: "\f039";
|
||||
@fa-var-align-left: "\f036";
|
||||
@fa-var-align-right: "\f038";
|
||||
@fa-var-amazon: "\f270";
|
||||
@fa-var-ambulance: "\f0f9";
|
||||
@fa-var-american-sign-language-interpreting: "\f2a3";
|
||||
@fa-var-anchor: "\f13d";
|
||||
@fa-var-android: "\f17b";
|
||||
@fa-var-angellist: "\f209";
|
||||
@fa-var-angle-double-down: "\f103";
|
||||
@fa-var-angle-double-left: "\f100";
|
||||
@fa-var-angle-double-right: "\f101";
|
||||
@fa-var-angle-double-up: "\f102";
|
||||
@fa-var-angle-down: "\f107";
|
||||
@fa-var-angle-left: "\f104";
|
||||
@fa-var-angle-right: "\f105";
|
||||
@fa-var-angle-up: "\f106";
|
||||
@fa-var-apple: "\f179";
|
||||
@fa-var-archive: "\f187";
|
||||
@fa-var-area-chart: "\f1fe";
|
||||
@fa-var-arrow-circle-down: "\f0ab";
|
||||
@fa-var-arrow-circle-left: "\f0a8";
|
||||
@fa-var-arrow-circle-o-down: "\f01a";
|
||||
@fa-var-arrow-circle-o-left: "\f190";
|
||||
@fa-var-arrow-circle-o-right: "\f18e";
|
||||
@fa-var-arrow-circle-o-up: "\f01b";
|
||||
@fa-var-arrow-circle-right: "\f0a9";
|
||||
@fa-var-arrow-circle-up: "\f0aa";
|
||||
@fa-var-arrow-down: "\f063";
|
||||
@fa-var-arrow-left: "\f060";
|
||||
@fa-var-arrow-right: "\f061";
|
||||
@fa-var-arrow-up: "\f062";
|
||||
@fa-var-arrows: "\f047";
|
||||
@fa-var-arrows-alt: "\f0b2";
|
||||
@fa-var-arrows-h: "\f07e";
|
||||
@fa-var-arrows-v: "\f07d";
|
||||
@fa-var-asl-interpreting: "\f2a3";
|
||||
@fa-var-assistive-listening-systems: "\f2a2";
|
||||
@fa-var-asterisk: "\f069";
|
||||
@fa-var-at: "\f1fa";
|
||||
@fa-var-audio-description: "\f29e";
|
||||
@fa-var-automobile: "\f1b9";
|
||||
@fa-var-backward: "\f04a";
|
||||
@fa-var-balance-scale: "\f24e";
|
||||
@fa-var-ban: "\f05e";
|
||||
@fa-var-bandcamp: "\f2d5";
|
||||
@fa-var-bank: "\f19c";
|
||||
@fa-var-bar-chart: "\f080";
|
||||
@fa-var-bar-chart-o: "\f080";
|
||||
@fa-var-barcode: "\f02a";
|
||||
@fa-var-bars: "\f0c9";
|
||||
@fa-var-bath: "\f2cd";
|
||||
@fa-var-bathtub: "\f2cd";
|
||||
@fa-var-battery: "\f240";
|
||||
@fa-var-battery-0: "\f244";
|
||||
@fa-var-battery-1: "\f243";
|
||||
@fa-var-battery-2: "\f242";
|
||||
@fa-var-battery-3: "\f241";
|
||||
@fa-var-battery-4: "\f240";
|
||||
@fa-var-battery-empty: "\f244";
|
||||
@fa-var-battery-full: "\f240";
|
||||
@fa-var-battery-half: "\f242";
|
||||
@fa-var-battery-quarter: "\f243";
|
||||
@fa-var-battery-three-quarters: "\f241";
|
||||
@fa-var-bed: "\f236";
|
||||
@fa-var-beer: "\f0fc";
|
||||
@fa-var-behance: "\f1b4";
|
||||
@fa-var-behance-square: "\f1b5";
|
||||
@fa-var-bell: "\f0f3";
|
||||
@fa-var-bell-o: "\f0a2";
|
||||
@fa-var-bell-slash: "\f1f6";
|
||||
@fa-var-bell-slash-o: "\f1f7";
|
||||
@fa-var-bicycle: "\f206";
|
||||
@fa-var-binoculars: "\f1e5";
|
||||
@fa-var-birthday-cake: "\f1fd";
|
||||
@fa-var-bitbucket: "\f171";
|
||||
@fa-var-bitbucket-square: "\f172";
|
||||
@fa-var-bitcoin: "\f15a";
|
||||
@fa-var-black-tie: "\f27e";
|
||||
@fa-var-blind: "\f29d";
|
||||
@fa-var-bluetooth: "\f293";
|
||||
@fa-var-bluetooth-b: "\f294";
|
||||
@fa-var-bold: "\f032";
|
||||
@fa-var-bolt: "\f0e7";
|
||||
@fa-var-bomb: "\f1e2";
|
||||
@fa-var-book: "\f02d";
|
||||
@fa-var-bookmark: "\f02e";
|
||||
@fa-var-bookmark-o: "\f097";
|
||||
@fa-var-braille: "\f2a1";
|
||||
@fa-var-briefcase: "\f0b1";
|
||||
@fa-var-btc: "\f15a";
|
||||
@fa-var-bug: "\f188";
|
||||
@fa-var-building: "\f1ad";
|
||||
@fa-var-building-o: "\f0f7";
|
||||
@fa-var-bullhorn: "\f0a1";
|
||||
@fa-var-bullseye: "\f140";
|
||||
@fa-var-bus: "\f207";
|
||||
@fa-var-buysellads: "\f20d";
|
||||
@fa-var-cab: "\f1ba";
|
||||
@fa-var-calculator: "\f1ec";
|
||||
@fa-var-calendar: "\f073";
|
||||
@fa-var-calendar-check-o: "\f274";
|
||||
@fa-var-calendar-minus-o: "\f272";
|
||||
@fa-var-calendar-o: "\f133";
|
||||
@fa-var-calendar-plus-o: "\f271";
|
||||
@fa-var-calendar-times-o: "\f273";
|
||||
@fa-var-camera: "\f030";
|
||||
@fa-var-camera-retro: "\f083";
|
||||
@fa-var-car: "\f1b9";
|
||||
@fa-var-caret-down: "\f0d7";
|
||||
@fa-var-caret-left: "\f0d9";
|
||||
@fa-var-caret-right: "\f0da";
|
||||
@fa-var-caret-square-o-down: "\f150";
|
||||
@fa-var-caret-square-o-left: "\f191";
|
||||
@fa-var-caret-square-o-right: "\f152";
|
||||
@fa-var-caret-square-o-up: "\f151";
|
||||
@fa-var-caret-up: "\f0d8";
|
||||
@fa-var-cart-arrow-down: "\f218";
|
||||
@fa-var-cart-plus: "\f217";
|
||||
@fa-var-cc: "\f20a";
|
||||
@fa-var-cc-amex: "\f1f3";
|
||||
@fa-var-cc-diners-club: "\f24c";
|
||||
@fa-var-cc-discover: "\f1f2";
|
||||
@fa-var-cc-jcb: "\f24b";
|
||||
@fa-var-cc-mastercard: "\f1f1";
|
||||
@fa-var-cc-paypal: "\f1f4";
|
||||
@fa-var-cc-stripe: "\f1f5";
|
||||
@fa-var-cc-visa: "\f1f0";
|
||||
@fa-var-certificate: "\f0a3";
|
||||
@fa-var-chain: "\f0c1";
|
||||
@fa-var-chain-broken: "\f127";
|
||||
@fa-var-check: "\f00c";
|
||||
@fa-var-check-circle: "\f058";
|
||||
@fa-var-check-circle-o: "\f05d";
|
||||
@fa-var-check-square: "\f14a";
|
||||
@fa-var-check-square-o: "\f046";
|
||||
@fa-var-chevron-circle-down: "\f13a";
|
||||
@fa-var-chevron-circle-left: "\f137";
|
||||
@fa-var-chevron-circle-right: "\f138";
|
||||
@fa-var-chevron-circle-up: "\f139";
|
||||
@fa-var-chevron-down: "\f078";
|
||||
@fa-var-chevron-left: "\f053";
|
||||
@fa-var-chevron-right: "\f054";
|
||||
@fa-var-chevron-up: "\f077";
|
||||
@fa-var-child: "\f1ae";
|
||||
@fa-var-chrome: "\f268";
|
||||
@fa-var-circle: "\f111";
|
||||
@fa-var-circle-o: "\f10c";
|
||||
@fa-var-circle-o-notch: "\f1ce";
|
||||
@fa-var-circle-thin: "\f1db";
|
||||
@fa-var-clipboard: "\f0ea";
|
||||
@fa-var-clock-o: "\f017";
|
||||
@fa-var-clone: "\f24d";
|
||||
@fa-var-close: "\f00d";
|
||||
@fa-var-cloud: "\f0c2";
|
||||
@fa-var-cloud-download: "\f0ed";
|
||||
@fa-var-cloud-upload: "\f0ee";
|
||||
@fa-var-cny: "\f157";
|
||||
@fa-var-code: "\f121";
|
||||
@fa-var-code-fork: "\f126";
|
||||
@fa-var-codepen: "\f1cb";
|
||||
@fa-var-codiepie: "\f284";
|
||||
@fa-var-coffee: "\f0f4";
|
||||
@fa-var-cog: "\f013";
|
||||
@fa-var-cogs: "\f085";
|
||||
@fa-var-columns: "\f0db";
|
||||
@fa-var-comment: "\f075";
|
||||
@fa-var-comment-o: "\f0e5";
|
||||
@fa-var-commenting: "\f27a";
|
||||
@fa-var-commenting-o: "\f27b";
|
||||
@fa-var-comments: "\f086";
|
||||
@fa-var-comments-o: "\f0e6";
|
||||
@fa-var-compass: "\f14e";
|
||||
@fa-var-compress: "\f066";
|
||||
@fa-var-connectdevelop: "\f20e";
|
||||
@fa-var-contao: "\f26d";
|
||||
@fa-var-copy: "\f0c5";
|
||||
@fa-var-copyright: "\f1f9";
|
||||
@fa-var-creative-commons: "\f25e";
|
||||
@fa-var-credit-card: "\f09d";
|
||||
@fa-var-credit-card-alt: "\f283";
|
||||
@fa-var-crop: "\f125";
|
||||
@fa-var-crosshairs: "\f05b";
|
||||
@fa-var-css3: "\f13c";
|
||||
@fa-var-cube: "\f1b2";
|
||||
@fa-var-cubes: "\f1b3";
|
||||
@fa-var-cut: "\f0c4";
|
||||
@fa-var-cutlery: "\f0f5";
|
||||
@fa-var-dashboard: "\f0e4";
|
||||
@fa-var-dashcube: "\f210";
|
||||
@fa-var-database: "\f1c0";
|
||||
@fa-var-deaf: "\f2a4";
|
||||
@fa-var-deafness: "\f2a4";
|
||||
@fa-var-dedent: "\f03b";
|
||||
@fa-var-delicious: "\f1a5";
|
||||
@fa-var-desktop: "\f108";
|
||||
@fa-var-deviantart: "\f1bd";
|
||||
@fa-var-diamond: "\f219";
|
||||
@fa-var-digg: "\f1a6";
|
||||
@fa-var-dollar: "\f155";
|
||||
@fa-var-dot-circle-o: "\f192";
|
||||
@fa-var-download: "\f019";
|
||||
@fa-var-dribbble: "\f17d";
|
||||
@fa-var-drivers-license: "\f2c2";
|
||||
@fa-var-drivers-license-o: "\f2c3";
|
||||
@fa-var-dropbox: "\f16b";
|
||||
@fa-var-drupal: "\f1a9";
|
||||
@fa-var-edge: "\f282";
|
||||
@fa-var-edit: "\f044";
|
||||
@fa-var-eercast: "\f2da";
|
||||
@fa-var-eject: "\f052";
|
||||
@fa-var-ellipsis-h: "\f141";
|
||||
@fa-var-ellipsis-v: "\f142";
|
||||
@fa-var-empire: "\f1d1";
|
||||
@fa-var-envelope: "\f0e0";
|
||||
@fa-var-envelope-o: "\f003";
|
||||
@fa-var-envelope-open: "\f2b6";
|
||||
@fa-var-envelope-open-o: "\f2b7";
|
||||
@fa-var-envelope-square: "\f199";
|
||||
@fa-var-envira: "\f299";
|
||||
@fa-var-eraser: "\f12d";
|
||||
@fa-var-etsy: "\f2d7";
|
||||
@fa-var-eur: "\f153";
|
||||
@fa-var-euro: "\f153";
|
||||
@fa-var-exchange: "\f0ec";
|
||||
@fa-var-exclamation: "\f12a";
|
||||
@fa-var-exclamation-circle: "\f06a";
|
||||
@fa-var-exclamation-triangle: "\f071";
|
||||
@fa-var-expand: "\f065";
|
||||
@fa-var-expeditedssl: "\f23e";
|
||||
@fa-var-external-link: "\f08e";
|
||||
@fa-var-external-link-square: "\f14c";
|
||||
@fa-var-eye: "\f06e";
|
||||
@fa-var-eye-slash: "\f070";
|
||||
@fa-var-eyedropper: "\f1fb";
|
||||
@fa-var-fa: "\f2b4";
|
||||
@fa-var-facebook: "\f09a";
|
||||
@fa-var-facebook-f: "\f09a";
|
||||
@fa-var-facebook-official: "\f230";
|
||||
@fa-var-facebook-square: "\f082";
|
||||
@fa-var-fast-backward: "\f049";
|
||||
@fa-var-fast-forward: "\f050";
|
||||
@fa-var-fax: "\f1ac";
|
||||
@fa-var-feed: "\f09e";
|
||||
@fa-var-female: "\f182";
|
||||
@fa-var-fighter-jet: "\f0fb";
|
||||
@fa-var-file: "\f15b";
|
||||
@fa-var-file-archive-o: "\f1c6";
|
||||
@fa-var-file-audio-o: "\f1c7";
|
||||
@fa-var-file-code-o: "\f1c9";
|
||||
@fa-var-file-excel-o: "\f1c3";
|
||||
@fa-var-file-image-o: "\f1c5";
|
||||
@fa-var-file-movie-o: "\f1c8";
|
||||
@fa-var-file-o: "\f016";
|
||||
@fa-var-file-pdf-o: "\f1c1";
|
||||
@fa-var-file-photo-o: "\f1c5";
|
||||
@fa-var-file-picture-o: "\f1c5";
|
||||
@fa-var-file-powerpoint-o: "\f1c4";
|
||||
@fa-var-file-sound-o: "\f1c7";
|
||||
@fa-var-file-text: "\f15c";
|
||||
@fa-var-file-text-o: "\f0f6";
|
||||
@fa-var-file-video-o: "\f1c8";
|
||||
@fa-var-file-word-o: "\f1c2";
|
||||
@fa-var-file-zip-o: "\f1c6";
|
||||
@fa-var-files-o: "\f0c5";
|
||||
@fa-var-film: "\f008";
|
||||
@fa-var-filter: "\f0b0";
|
||||
@fa-var-fire: "\f06d";
|
||||
@fa-var-fire-extinguisher: "\f134";
|
||||
@fa-var-firefox: "\f269";
|
||||
@fa-var-first-order: "\f2b0";
|
||||
@fa-var-flag: "\f024";
|
||||
@fa-var-flag-checkered: "\f11e";
|
||||
@fa-var-flag-o: "\f11d";
|
||||
@fa-var-flash: "\f0e7";
|
||||
@fa-var-flask: "\f0c3";
|
||||
@fa-var-flickr: "\f16e";
|
||||
@fa-var-floppy-o: "\f0c7";
|
||||
@fa-var-folder: "\f07b";
|
||||
@fa-var-folder-o: "\f114";
|
||||
@fa-var-folder-open: "\f07c";
|
||||
@fa-var-folder-open-o: "\f115";
|
||||
@fa-var-font: "\f031";
|
||||
@fa-var-font-awesome: "\f2b4";
|
||||
@fa-var-fonticons: "\f280";
|
||||
@fa-var-fort-awesome: "\f286";
|
||||
@fa-var-forumbee: "\f211";
|
||||
@fa-var-forward: "\f04e";
|
||||
@fa-var-foursquare: "\f180";
|
||||
@fa-var-free-code-camp: "\f2c5";
|
||||
@fa-var-frown-o: "\f119";
|
||||
@fa-var-futbol-o: "\f1e3";
|
||||
@fa-var-gamepad: "\f11b";
|
||||
@fa-var-gavel: "\f0e3";
|
||||
@fa-var-gbp: "\f154";
|
||||
@fa-var-ge: "\f1d1";
|
||||
@fa-var-gear: "\f013";
|
||||
@fa-var-gears: "\f085";
|
||||
@fa-var-genderless: "\f22d";
|
||||
@fa-var-get-pocket: "\f265";
|
||||
@fa-var-gg: "\f260";
|
||||
@fa-var-gg-circle: "\f261";
|
||||
@fa-var-gift: "\f06b";
|
||||
@fa-var-git: "\f1d3";
|
||||
@fa-var-git-square: "\f1d2";
|
||||
@fa-var-github: "\f09b";
|
||||
@fa-var-github-alt: "\f113";
|
||||
@fa-var-github-square: "\f092";
|
||||
@fa-var-gitlab: "\f296";
|
||||
@fa-var-gittip: "\f184";
|
||||
@fa-var-glass: "\f000";
|
||||
@fa-var-glide: "\f2a5";
|
||||
@fa-var-glide-g: "\f2a6";
|
||||
@fa-var-globe: "\f0ac";
|
||||
@fa-var-google: "\f1a0";
|
||||
@fa-var-google-plus: "\f0d5";
|
||||
@fa-var-google-plus-circle: "\f2b3";
|
||||
@fa-var-google-plus-official: "\f2b3";
|
||||
@fa-var-google-plus-square: "\f0d4";
|
||||
@fa-var-google-wallet: "\f1ee";
|
||||
@fa-var-graduation-cap: "\f19d";
|
||||
@fa-var-gratipay: "\f184";
|
||||
@fa-var-grav: "\f2d6";
|
||||
@fa-var-group: "\f0c0";
|
||||
@fa-var-h-square: "\f0fd";
|
||||
@fa-var-hacker-news: "\f1d4";
|
||||
@fa-var-hand-grab-o: "\f255";
|
||||
@fa-var-hand-lizard-o: "\f258";
|
||||
@fa-var-hand-o-down: "\f0a7";
|
||||
@fa-var-hand-o-left: "\f0a5";
|
||||
@fa-var-hand-o-right: "\f0a4";
|
||||
@fa-var-hand-o-up: "\f0a6";
|
||||
@fa-var-hand-paper-o: "\f256";
|
||||
@fa-var-hand-peace-o: "\f25b";
|
||||
@fa-var-hand-pointer-o: "\f25a";
|
||||
@fa-var-hand-rock-o: "\f255";
|
||||
@fa-var-hand-scissors-o: "\f257";
|
||||
@fa-var-hand-spock-o: "\f259";
|
||||
@fa-var-hand-stop-o: "\f256";
|
||||
@fa-var-handshake-o: "\f2b5";
|
||||
@fa-var-hard-of-hearing: "\f2a4";
|
||||
@fa-var-hashtag: "\f292";
|
||||
@fa-var-hdd-o: "\f0a0";
|
||||
@fa-var-header: "\f1dc";
|
||||
@fa-var-headphones: "\f025";
|
||||
@fa-var-heart: "\f004";
|
||||
@fa-var-heart-o: "\f08a";
|
||||
@fa-var-heartbeat: "\f21e";
|
||||
@fa-var-history: "\f1da";
|
||||
@fa-var-home: "\f015";
|
||||
@fa-var-hospital-o: "\f0f8";
|
||||
@fa-var-hotel: "\f236";
|
||||
@fa-var-hourglass: "\f254";
|
||||
@fa-var-hourglass-1: "\f251";
|
||||
@fa-var-hourglass-2: "\f252";
|
||||
@fa-var-hourglass-3: "\f253";
|
||||
@fa-var-hourglass-end: "\f253";
|
||||
@fa-var-hourglass-half: "\f252";
|
||||
@fa-var-hourglass-o: "\f250";
|
||||
@fa-var-hourglass-start: "\f251";
|
||||
@fa-var-houzz: "\f27c";
|
||||
@fa-var-html5: "\f13b";
|
||||
@fa-var-i-cursor: "\f246";
|
||||
@fa-var-id-badge: "\f2c1";
|
||||
@fa-var-id-card: "\f2c2";
|
||||
@fa-var-id-card-o: "\f2c3";
|
||||
@fa-var-ils: "\f20b";
|
||||
@fa-var-image: "\f03e";
|
||||
@fa-var-imdb: "\f2d8";
|
||||
@fa-var-inbox: "\f01c";
|
||||
@fa-var-indent: "\f03c";
|
||||
@fa-var-industry: "\f275";
|
||||
@fa-var-info: "\f129";
|
||||
@fa-var-info-circle: "\f05a";
|
||||
@fa-var-inr: "\f156";
|
||||
@fa-var-instagram: "\f16d";
|
||||
@fa-var-institution: "\f19c";
|
||||
@fa-var-internet-explorer: "\f26b";
|
||||
@fa-var-intersex: "\f224";
|
||||
@fa-var-ioxhost: "\f208";
|
||||
@fa-var-italic: "\f033";
|
||||
@fa-var-joomla: "\f1aa";
|
||||
@fa-var-jpy: "\f157";
|
||||
@fa-var-jsfiddle: "\f1cc";
|
||||
@fa-var-key: "\f084";
|
||||
@fa-var-keyboard-o: "\f11c";
|
||||
@fa-var-krw: "\f159";
|
||||
@fa-var-language: "\f1ab";
|
||||
@fa-var-laptop: "\f109";
|
||||
@fa-var-lastfm: "\f202";
|
||||
@fa-var-lastfm-square: "\f203";
|
||||
@fa-var-leaf: "\f06c";
|
||||
@fa-var-leanpub: "\f212";
|
||||
@fa-var-legal: "\f0e3";
|
||||
@fa-var-lemon-o: "\f094";
|
||||
@fa-var-level-down: "\f149";
|
||||
@fa-var-level-up: "\f148";
|
||||
@fa-var-life-bouy: "\f1cd";
|
||||
@fa-var-life-buoy: "\f1cd";
|
||||
@fa-var-life-ring: "\f1cd";
|
||||
@fa-var-life-saver: "\f1cd";
|
||||
@fa-var-lightbulb-o: "\f0eb";
|
||||
@fa-var-line-chart: "\f201";
|
||||
@fa-var-link: "\f0c1";
|
||||
@fa-var-linkedin: "\f0e1";
|
||||
@fa-var-linkedin-square: "\f08c";
|
||||
@fa-var-linode: "\f2b8";
|
||||
@fa-var-linux: "\f17c";
|
||||
@fa-var-list: "\f03a";
|
||||
@fa-var-list-alt: "\f022";
|
||||
@fa-var-list-ol: "\f0cb";
|
||||
@fa-var-list-ul: "\f0ca";
|
||||
@fa-var-location-arrow: "\f124";
|
||||
@fa-var-lock: "\f023";
|
||||
@fa-var-long-arrow-down: "\f175";
|
||||
@fa-var-long-arrow-left: "\f177";
|
||||
@fa-var-long-arrow-right: "\f178";
|
||||
@fa-var-long-arrow-up: "\f176";
|
||||
@fa-var-low-vision: "\f2a8";
|
||||
@fa-var-magic: "\f0d0";
|
||||
@fa-var-magnet: "\f076";
|
||||
@fa-var-mail-forward: "\f064";
|
||||
@fa-var-mail-reply: "\f112";
|
||||
@fa-var-mail-reply-all: "\f122";
|
||||
@fa-var-male: "\f183";
|
||||
@fa-var-map: "\f279";
|
||||
@fa-var-map-marker: "\f041";
|
||||
@fa-var-map-o: "\f278";
|
||||
@fa-var-map-pin: "\f276";
|
||||
@fa-var-map-signs: "\f277";
|
||||
@fa-var-mars: "\f222";
|
||||
@fa-var-mars-double: "\f227";
|
||||
@fa-var-mars-stroke: "\f229";
|
||||
@fa-var-mars-stroke-h: "\f22b";
|
||||
@fa-var-mars-stroke-v: "\f22a";
|
||||
@fa-var-maxcdn: "\f136";
|
||||
@fa-var-meanpath: "\f20c";
|
||||
@fa-var-medium: "\f23a";
|
||||
@fa-var-medkit: "\f0fa";
|
||||
@fa-var-meetup: "\f2e0";
|
||||
@fa-var-meh-o: "\f11a";
|
||||
@fa-var-mercury: "\f223";
|
||||
@fa-var-microchip: "\f2db";
|
||||
@fa-var-microphone: "\f130";
|
||||
@fa-var-microphone-slash: "\f131";
|
||||
@fa-var-minus: "\f068";
|
||||
@fa-var-minus-circle: "\f056";
|
||||
@fa-var-minus-square: "\f146";
|
||||
@fa-var-minus-square-o: "\f147";
|
||||
@fa-var-mixcloud: "\f289";
|
||||
@fa-var-mobile: "\f10b";
|
||||
@fa-var-mobile-phone: "\f10b";
|
||||
@fa-var-modx: "\f285";
|
||||
@fa-var-money: "\f0d6";
|
||||
@fa-var-moon-o: "\f186";
|
||||
@fa-var-mortar-board: "\f19d";
|
||||
@fa-var-motorcycle: "\f21c";
|
||||
@fa-var-mouse-pointer: "\f245";
|
||||
@fa-var-music: "\f001";
|
||||
@fa-var-navicon: "\f0c9";
|
||||
@fa-var-neuter: "\f22c";
|
||||
@fa-var-newspaper-o: "\f1ea";
|
||||
@fa-var-object-group: "\f247";
|
||||
@fa-var-object-ungroup: "\f248";
|
||||
@fa-var-odnoklassniki: "\f263";
|
||||
@fa-var-odnoklassniki-square: "\f264";
|
||||
@fa-var-opencart: "\f23d";
|
||||
@fa-var-openid: "\f19b";
|
||||
@fa-var-opera: "\f26a";
|
||||
@fa-var-optin-monster: "\f23c";
|
||||
@fa-var-outdent: "\f03b";
|
||||
@fa-var-pagelines: "\f18c";
|
||||
@fa-var-paint-brush: "\f1fc";
|
||||
@fa-var-paper-plane: "\f1d8";
|
||||
@fa-var-paper-plane-o: "\f1d9";
|
||||
@fa-var-paperclip: "\f0c6";
|
||||
@fa-var-paragraph: "\f1dd";
|
||||
@fa-var-paste: "\f0ea";
|
||||
@fa-var-pause: "\f04c";
|
||||
@fa-var-pause-circle: "\f28b";
|
||||
@fa-var-pause-circle-o: "\f28c";
|
||||
@fa-var-paw: "\f1b0";
|
||||
@fa-var-paypal: "\f1ed";
|
||||
@fa-var-pencil: "\f040";
|
||||
@fa-var-pencil-square: "\f14b";
|
||||
@fa-var-pencil-square-o: "\f044";
|
||||
@fa-var-percent: "\f295";
|
||||
@fa-var-phone: "\f095";
|
||||
@fa-var-phone-square: "\f098";
|
||||
@fa-var-photo: "\f03e";
|
||||
@fa-var-picture-o: "\f03e";
|
||||
@fa-var-pie-chart: "\f200";
|
||||
@fa-var-pied-piper: "\f2ae";
|
||||
@fa-var-pied-piper-alt: "\f1a8";
|
||||
@fa-var-pied-piper-pp: "\f1a7";
|
||||
@fa-var-pinterest: "\f0d2";
|
||||
@fa-var-pinterest-p: "\f231";
|
||||
@fa-var-pinterest-square: "\f0d3";
|
||||
@fa-var-plane: "\f072";
|
||||
@fa-var-play: "\f04b";
|
||||
@fa-var-play-circle: "\f144";
|
||||
@fa-var-play-circle-o: "\f01d";
|
||||
@fa-var-plug: "\f1e6";
|
||||
@fa-var-plus: "\f067";
|
||||
@fa-var-plus-circle: "\f055";
|
||||
@fa-var-plus-square: "\f0fe";
|
||||
@fa-var-plus-square-o: "\f196";
|
||||
@fa-var-podcast: "\f2ce";
|
||||
@fa-var-power-off: "\f011";
|
||||
@fa-var-print: "\f02f";
|
||||
@fa-var-product-hunt: "\f288";
|
||||
@fa-var-puzzle-piece: "\f12e";
|
||||
@fa-var-qq: "\f1d6";
|
||||
@fa-var-qrcode: "\f029";
|
||||
@fa-var-question: "\f128";
|
||||
@fa-var-question-circle: "\f059";
|
||||
@fa-var-question-circle-o: "\f29c";
|
||||
@fa-var-quora: "\f2c4";
|
||||
@fa-var-quote-left: "\f10d";
|
||||
@fa-var-quote-right: "\f10e";
|
||||
@fa-var-ra: "\f1d0";
|
||||
@fa-var-random: "\f074";
|
||||
@fa-var-ravelry: "\f2d9";
|
||||
@fa-var-rebel: "\f1d0";
|
||||
@fa-var-recycle: "\f1b8";
|
||||
@fa-var-reddit: "\f1a1";
|
||||
@fa-var-reddit-alien: "\f281";
|
||||
@fa-var-reddit-square: "\f1a2";
|
||||
@fa-var-refresh: "\f021";
|
||||
@fa-var-registered: "\f25d";
|
||||
@fa-var-remove: "\f00d";
|
||||
@fa-var-renren: "\f18b";
|
||||
@fa-var-reorder: "\f0c9";
|
||||
@fa-var-repeat: "\f01e";
|
||||
@fa-var-reply: "\f112";
|
||||
@fa-var-reply-all: "\f122";
|
||||
@fa-var-resistance: "\f1d0";
|
||||
@fa-var-retweet: "\f079";
|
||||
@fa-var-rmb: "\f157";
|
||||
@fa-var-road: "\f018";
|
||||
@fa-var-rocket: "\f135";
|
||||
@fa-var-rotate-left: "\f0e2";
|
||||
@fa-var-rotate-right: "\f01e";
|
||||
@fa-var-rouble: "\f158";
|
||||
@fa-var-rss: "\f09e";
|
||||
@fa-var-rss-square: "\f143";
|
||||
@fa-var-rub: "\f158";
|
||||
@fa-var-ruble: "\f158";
|
||||
@fa-var-rupee: "\f156";
|
||||
@fa-var-s15: "\f2cd";
|
||||
@fa-var-safari: "\f267";
|
||||
@fa-var-save: "\f0c7";
|
||||
@fa-var-scissors: "\f0c4";
|
||||
@fa-var-scribd: "\f28a";
|
||||
@fa-var-search: "\f002";
|
||||
@fa-var-search-minus: "\f010";
|
||||
@fa-var-search-plus: "\f00e";
|
||||
@fa-var-sellsy: "\f213";
|
||||
@fa-var-send: "\f1d8";
|
||||
@fa-var-send-o: "\f1d9";
|
||||
@fa-var-server: "\f233";
|
||||
@fa-var-share: "\f064";
|
||||
@fa-var-share-alt: "\f1e0";
|
||||
@fa-var-share-alt-square: "\f1e1";
|
||||
@fa-var-share-square: "\f14d";
|
||||
@fa-var-share-square-o: "\f045";
|
||||
@fa-var-shekel: "\f20b";
|
||||
@fa-var-sheqel: "\f20b";
|
||||
@fa-var-shield: "\f132";
|
||||
@fa-var-ship: "\f21a";
|
||||
@fa-var-shirtsinbulk: "\f214";
|
||||
@fa-var-shopping-bag: "\f290";
|
||||
@fa-var-shopping-basket: "\f291";
|
||||
@fa-var-shopping-cart: "\f07a";
|
||||
@fa-var-shower: "\f2cc";
|
||||
@fa-var-sign-in: "\f090";
|
||||
@fa-var-sign-language: "\f2a7";
|
||||
@fa-var-sign-out: "\f08b";
|
||||
@fa-var-signal: "\f012";
|
||||
@fa-var-signing: "\f2a7";
|
||||
@fa-var-simplybuilt: "\f215";
|
||||
@fa-var-sitemap: "\f0e8";
|
||||
@fa-var-skyatlas: "\f216";
|
||||
@fa-var-skype: "\f17e";
|
||||
@fa-var-slack: "\f198";
|
||||
@fa-var-sliders: "\f1de";
|
||||
@fa-var-slideshare: "\f1e7";
|
||||
@fa-var-smile-o: "\f118";
|
||||
@fa-var-snapchat: "\f2ab";
|
||||
@fa-var-snapchat-ghost: "\f2ac";
|
||||
@fa-var-snapchat-square: "\f2ad";
|
||||
@fa-var-snowflake-o: "\f2dc";
|
||||
@fa-var-soccer-ball-o: "\f1e3";
|
||||
@fa-var-sort: "\f0dc";
|
||||
@fa-var-sort-alpha-asc: "\f15d";
|
||||
@fa-var-sort-alpha-desc: "\f15e";
|
||||
@fa-var-sort-amount-asc: "\f160";
|
||||
@fa-var-sort-amount-desc: "\f161";
|
||||
@fa-var-sort-asc: "\f0de";
|
||||
@fa-var-sort-desc: "\f0dd";
|
||||
@fa-var-sort-down: "\f0dd";
|
||||
@fa-var-sort-numeric-asc: "\f162";
|
||||
@fa-var-sort-numeric-desc: "\f163";
|
||||
@fa-var-sort-up: "\f0de";
|
||||
@fa-var-soundcloud: "\f1be";
|
||||
@fa-var-space-shuttle: "\f197";
|
||||
@fa-var-spinner: "\f110";
|
||||
@fa-var-spoon: "\f1b1";
|
||||
@fa-var-spotify: "\f1bc";
|
||||
@fa-var-square: "\f0c8";
|
||||
@fa-var-square-o: "\f096";
|
||||
@fa-var-stack-exchange: "\f18d";
|
||||
@fa-var-stack-overflow: "\f16c";
|
||||
@fa-var-star: "\f005";
|
||||
@fa-var-star-half: "\f089";
|
||||
@fa-var-star-half-empty: "\f123";
|
||||
@fa-var-star-half-full: "\f123";
|
||||
@fa-var-star-half-o: "\f123";
|
||||
@fa-var-star-o: "\f006";
|
||||
@fa-var-steam: "\f1b6";
|
||||
@fa-var-steam-square: "\f1b7";
|
||||
@fa-var-step-backward: "\f048";
|
||||
@fa-var-step-forward: "\f051";
|
||||
@fa-var-stethoscope: "\f0f1";
|
||||
@fa-var-sticky-note: "\f249";
|
||||
@fa-var-sticky-note-o: "\f24a";
|
||||
@fa-var-stop: "\f04d";
|
||||
@fa-var-stop-circle: "\f28d";
|
||||
@fa-var-stop-circle-o: "\f28e";
|
||||
@fa-var-street-view: "\f21d";
|
||||
@fa-var-strikethrough: "\f0cc";
|
||||
@fa-var-stumbleupon: "\f1a4";
|
||||
@fa-var-stumbleupon-circle: "\f1a3";
|
||||
@fa-var-subscript: "\f12c";
|
||||
@fa-var-subway: "\f239";
|
||||
@fa-var-suitcase: "\f0f2";
|
||||
@fa-var-sun-o: "\f185";
|
||||
@fa-var-superpowers: "\f2dd";
|
||||
@fa-var-superscript: "\f12b";
|
||||
@fa-var-support: "\f1cd";
|
||||
@fa-var-table: "\f0ce";
|
||||
@fa-var-tablet: "\f10a";
|
||||
@fa-var-tachometer: "\f0e4";
|
||||
@fa-var-tag: "\f02b";
|
||||
@fa-var-tags: "\f02c";
|
||||
@fa-var-tasks: "\f0ae";
|
||||
@fa-var-taxi: "\f1ba";
|
||||
@fa-var-telegram: "\f2c6";
|
||||
@fa-var-television: "\f26c";
|
||||
@fa-var-tencent-weibo: "\f1d5";
|
||||
@fa-var-terminal: "\f120";
|
||||
@fa-var-text-height: "\f034";
|
||||
@fa-var-text-width: "\f035";
|
||||
@fa-var-th: "\f00a";
|
||||
@fa-var-th-large: "\f009";
|
||||
@fa-var-th-list: "\f00b";
|
||||
@fa-var-themeisle: "\f2b2";
|
||||
@fa-var-thermometer: "\f2c7";
|
||||
@fa-var-thermometer-0: "\f2cb";
|
||||
@fa-var-thermometer-1: "\f2ca";
|
||||
@fa-var-thermometer-2: "\f2c9";
|
||||
@fa-var-thermometer-3: "\f2c8";
|
||||
@fa-var-thermometer-4: "\f2c7";
|
||||
@fa-var-thermometer-empty: "\f2cb";
|
||||
@fa-var-thermometer-full: "\f2c7";
|
||||
@fa-var-thermometer-half: "\f2c9";
|
||||
@fa-var-thermometer-quarter: "\f2ca";
|
||||
@fa-var-thermometer-three-quarters: "\f2c8";
|
||||
@fa-var-thumb-tack: "\f08d";
|
||||
@fa-var-thumbs-down: "\f165";
|
||||
@fa-var-thumbs-o-down: "\f088";
|
||||
@fa-var-thumbs-o-up: "\f087";
|
||||
@fa-var-thumbs-up: "\f164";
|
||||
@fa-var-ticket: "\f145";
|
||||
@fa-var-times: "\f00d";
|
||||
@fa-var-times-circle: "\f057";
|
||||
@fa-var-times-circle-o: "\f05c";
|
||||
@fa-var-times-rectangle: "\f2d3";
|
||||
@fa-var-times-rectangle-o: "\f2d4";
|
||||
@fa-var-tint: "\f043";
|
||||
@fa-var-toggle-down: "\f150";
|
||||
@fa-var-toggle-left: "\f191";
|
||||
@fa-var-toggle-off: "\f204";
|
||||
@fa-var-toggle-on: "\f205";
|
||||
@fa-var-toggle-right: "\f152";
|
||||
@fa-var-toggle-up: "\f151";
|
||||
@fa-var-trademark: "\f25c";
|
||||
@fa-var-train: "\f238";
|
||||
@fa-var-transgender: "\f224";
|
||||
@fa-var-transgender-alt: "\f225";
|
||||
@fa-var-trash: "\f1f8";
|
||||
@fa-var-trash-o: "\f014";
|
||||
@fa-var-tree: "\f1bb";
|
||||
@fa-var-trello: "\f181";
|
||||
@fa-var-tripadvisor: "\f262";
|
||||
@fa-var-trophy: "\f091";
|
||||
@fa-var-truck: "\f0d1";
|
||||
@fa-var-try: "\f195";
|
||||
@fa-var-tty: "\f1e4";
|
||||
@fa-var-tumblr: "\f173";
|
||||
@fa-var-tumblr-square: "\f174";
|
||||
@fa-var-turkish-lira: "\f195";
|
||||
@fa-var-tv: "\f26c";
|
||||
@fa-var-twitch: "\f1e8";
|
||||
@fa-var-twitter: "\f099";
|
||||
@fa-var-twitter-square: "\f081";
|
||||
@fa-var-umbrella: "\f0e9";
|
||||
@fa-var-underline: "\f0cd";
|
||||
@fa-var-undo: "\f0e2";
|
||||
@fa-var-universal-access: "\f29a";
|
||||
@fa-var-university: "\f19c";
|
||||
@fa-var-unlink: "\f127";
|
||||
@fa-var-unlock: "\f09c";
|
||||
@fa-var-unlock-alt: "\f13e";
|
||||
@fa-var-unsorted: "\f0dc";
|
||||
@fa-var-upload: "\f093";
|
||||
@fa-var-usb: "\f287";
|
||||
@fa-var-usd: "\f155";
|
||||
@fa-var-user: "\f007";
|
||||
@fa-var-user-circle: "\f2bd";
|
||||
@fa-var-user-circle-o: "\f2be";
|
||||
@fa-var-user-md: "\f0f0";
|
||||
@fa-var-user-o: "\f2c0";
|
||||
@fa-var-user-plus: "\f234";
|
||||
@fa-var-user-secret: "\f21b";
|
||||
@fa-var-user-times: "\f235";
|
||||
@fa-var-users: "\f0c0";
|
||||
@fa-var-vcard: "\f2bb";
|
||||
@fa-var-vcard-o: "\f2bc";
|
||||
@fa-var-venus: "\f221";
|
||||
@fa-var-venus-double: "\f226";
|
||||
@fa-var-venus-mars: "\f228";
|
||||
@fa-var-viacoin: "\f237";
|
||||
@fa-var-viadeo: "\f2a9";
|
||||
@fa-var-viadeo-square: "\f2aa";
|
||||
@fa-var-video-camera: "\f03d";
|
||||
@fa-var-vimeo: "\f27d";
|
||||
@fa-var-vimeo-square: "\f194";
|
||||
@fa-var-vine: "\f1ca";
|
||||
@fa-var-vk: "\f189";
|
||||
@fa-var-volume-control-phone: "\f2a0";
|
||||
@fa-var-volume-down: "\f027";
|
||||
@fa-var-volume-off: "\f026";
|
||||
@fa-var-volume-up: "\f028";
|
||||
@fa-var-warning: "\f071";
|
||||
@fa-var-wechat: "\f1d7";
|
||||
@fa-var-weibo: "\f18a";
|
||||
@fa-var-weixin: "\f1d7";
|
||||
@fa-var-whatsapp: "\f232";
|
||||
@fa-var-wheelchair: "\f193";
|
||||
@fa-var-wheelchair-alt: "\f29b";
|
||||
@fa-var-wifi: "\f1eb";
|
||||
@fa-var-wikipedia-w: "\f266";
|
||||
@fa-var-window-close: "\f2d3";
|
||||
@fa-var-window-close-o: "\f2d4";
|
||||
@fa-var-window-maximize: "\f2d0";
|
||||
@fa-var-window-minimize: "\f2d1";
|
||||
@fa-var-window-restore: "\f2d2";
|
||||
@fa-var-windows: "\f17a";
|
||||
@fa-var-won: "\f159";
|
||||
@fa-var-wordpress: "\f19a";
|
||||
@fa-var-wpbeginner: "\f297";
|
||||
@fa-var-wpexplorer: "\f2de";
|
||||
@fa-var-wpforms: "\f298";
|
||||
@fa-var-wrench: "\f0ad";
|
||||
@fa-var-xing: "\f168";
|
||||
@fa-var-xing-square: "\f169";
|
||||
@fa-var-y-combinator: "\f23b";
|
||||
@fa-var-y-combinator-square: "\f1d4";
|
||||
@fa-var-yahoo: "\f19e";
|
||||
@fa-var-yc: "\f23b";
|
||||
@fa-var-yc-square: "\f1d4";
|
||||
@fa-var-yelp: "\f1e9";
|
||||
@fa-var-yen: "\f157";
|
||||
@fa-var-yoast: "\f2b1";
|
||||
@fa-var-youtube: "\f167";
|
||||
@fa-var-youtube-play: "\f16a";
|
||||
@fa-var-youtube-square: "\f166";
|
||||
|
||||
34
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_animated.scss
vendored
Normal file
34
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_animated.scss
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
// Spinning Icons
|
||||
// --------------------------
|
||||
|
||||
.#{$fa-css-prefix}-spin {
|
||||
-webkit-animation: fa-spin 2s infinite linear;
|
||||
animation: fa-spin 2s infinite linear;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-pulse {
|
||||
-webkit-animation: fa-spin 1s infinite steps(8);
|
||||
animation: fa-spin 1s infinite steps(8);
|
||||
}
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
25
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_bordered-pulled.scss
vendored
Normal file
25
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_bordered-pulled.scss
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
// Bordered & Pulled
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-border {
|
||||
padding: .2em .25em .15em;
|
||||
border: solid .08em $fa-border-color;
|
||||
border-radius: .1em;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-pull-left { float: left; }
|
||||
.#{$fa-css-prefix}-pull-right { float: right; }
|
||||
|
||||
.#{$fa-css-prefix} {
|
||||
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||
}
|
||||
|
||||
/* Deprecated as of 4.4.0 */
|
||||
.pull-right { float: right; }
|
||||
.pull-left { float: left; }
|
||||
|
||||
.#{$fa-css-prefix} {
|
||||
&.pull-left { margin-right: .3em; }
|
||||
&.pull-right { margin-left: .3em; }
|
||||
}
|
||||
12
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_core.scss
vendored
Normal file
12
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_core.scss
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
// Base Class Definition
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix} {
|
||||
display: inline-block;
|
||||
font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
|
||||
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
||||
text-rendering: auto; // optimizelegibility throws things off #1094
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
}
|
||||
6
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_fixed-width.scss
vendored
Normal file
6
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_fixed-width.scss
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
// Fixed Width Icons
|
||||
// -------------------------
|
||||
.#{$fa-css-prefix}-fw {
|
||||
width: (18em / 14);
|
||||
text-align: center;
|
||||
}
|
||||
789
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_icons.scss
vendored
Normal file
789
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_icons.scss
vendored
Normal file
@ -0,0 +1,789 @@
|
||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||
readers do not read off random characters that represent icons */
|
||||
|
||||
.#{$fa-css-prefix}-glass:before { content: $fa-var-glass; }
|
||||
.#{$fa-css-prefix}-music:before { content: $fa-var-music; }
|
||||
.#{$fa-css-prefix}-search:before { content: $fa-var-search; }
|
||||
.#{$fa-css-prefix}-envelope-o:before { content: $fa-var-envelope-o; }
|
||||
.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; }
|
||||
.#{$fa-css-prefix}-star:before { content: $fa-var-star; }
|
||||
.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; }
|
||||
.#{$fa-css-prefix}-user:before { content: $fa-var-user; }
|
||||
.#{$fa-css-prefix}-film:before { content: $fa-var-film; }
|
||||
.#{$fa-css-prefix}-th-large:before { content: $fa-var-th-large; }
|
||||
.#{$fa-css-prefix}-th:before { content: $fa-var-th; }
|
||||
.#{$fa-css-prefix}-th-list:before { content: $fa-var-th-list; }
|
||||
.#{$fa-css-prefix}-check:before { content: $fa-var-check; }
|
||||
.#{$fa-css-prefix}-remove:before,
|
||||
.#{$fa-css-prefix}-close:before,
|
||||
.#{$fa-css-prefix}-times:before { content: $fa-var-times; }
|
||||
.#{$fa-css-prefix}-search-plus:before { content: $fa-var-search-plus; }
|
||||
.#{$fa-css-prefix}-search-minus:before { content: $fa-var-search-minus; }
|
||||
.#{$fa-css-prefix}-power-off:before { content: $fa-var-power-off; }
|
||||
.#{$fa-css-prefix}-signal:before { content: $fa-var-signal; }
|
||||
.#{$fa-css-prefix}-gear:before,
|
||||
.#{$fa-css-prefix}-cog:before { content: $fa-var-cog; }
|
||||
.#{$fa-css-prefix}-trash-o:before { content: $fa-var-trash-o; }
|
||||
.#{$fa-css-prefix}-home:before { content: $fa-var-home; }
|
||||
.#{$fa-css-prefix}-file-o:before { content: $fa-var-file-o; }
|
||||
.#{$fa-css-prefix}-clock-o:before { content: $fa-var-clock-o; }
|
||||
.#{$fa-css-prefix}-road:before { content: $fa-var-road; }
|
||||
.#{$fa-css-prefix}-download:before { content: $fa-var-download; }
|
||||
.#{$fa-css-prefix}-arrow-circle-o-down:before { content: $fa-var-arrow-circle-o-down; }
|
||||
.#{$fa-css-prefix}-arrow-circle-o-up:before { content: $fa-var-arrow-circle-o-up; }
|
||||
.#{$fa-css-prefix}-inbox:before { content: $fa-var-inbox; }
|
||||
.#{$fa-css-prefix}-play-circle-o:before { content: $fa-var-play-circle-o; }
|
||||
.#{$fa-css-prefix}-rotate-right:before,
|
||||
.#{$fa-css-prefix}-repeat:before { content: $fa-var-repeat; }
|
||||
.#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; }
|
||||
.#{$fa-css-prefix}-list-alt:before { content: $fa-var-list-alt; }
|
||||
.#{$fa-css-prefix}-lock:before { content: $fa-var-lock; }
|
||||
.#{$fa-css-prefix}-flag:before { content: $fa-var-flag; }
|
||||
.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; }
|
||||
.#{$fa-css-prefix}-volume-off:before { content: $fa-var-volume-off; }
|
||||
.#{$fa-css-prefix}-volume-down:before { content: $fa-var-volume-down; }
|
||||
.#{$fa-css-prefix}-volume-up:before { content: $fa-var-volume-up; }
|
||||
.#{$fa-css-prefix}-qrcode:before { content: $fa-var-qrcode; }
|
||||
.#{$fa-css-prefix}-barcode:before { content: $fa-var-barcode; }
|
||||
.#{$fa-css-prefix}-tag:before { content: $fa-var-tag; }
|
||||
.#{$fa-css-prefix}-tags:before { content: $fa-var-tags; }
|
||||
.#{$fa-css-prefix}-book:before { content: $fa-var-book; }
|
||||
.#{$fa-css-prefix}-bookmark:before { content: $fa-var-bookmark; }
|
||||
.#{$fa-css-prefix}-print:before { content: $fa-var-print; }
|
||||
.#{$fa-css-prefix}-camera:before { content: $fa-var-camera; }
|
||||
.#{$fa-css-prefix}-font:before { content: $fa-var-font; }
|
||||
.#{$fa-css-prefix}-bold:before { content: $fa-var-bold; }
|
||||
.#{$fa-css-prefix}-italic:before { content: $fa-var-italic; }
|
||||
.#{$fa-css-prefix}-text-height:before { content: $fa-var-text-height; }
|
||||
.#{$fa-css-prefix}-text-width:before { content: $fa-var-text-width; }
|
||||
.#{$fa-css-prefix}-align-left:before { content: $fa-var-align-left; }
|
||||
.#{$fa-css-prefix}-align-center:before { content: $fa-var-align-center; }
|
||||
.#{$fa-css-prefix}-align-right:before { content: $fa-var-align-right; }
|
||||
.#{$fa-css-prefix}-align-justify:before { content: $fa-var-align-justify; }
|
||||
.#{$fa-css-prefix}-list:before { content: $fa-var-list; }
|
||||
.#{$fa-css-prefix}-dedent:before,
|
||||
.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; }
|
||||
.#{$fa-css-prefix}-indent:before { content: $fa-var-indent; }
|
||||
.#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; }
|
||||
.#{$fa-css-prefix}-photo:before,
|
||||
.#{$fa-css-prefix}-image:before,
|
||||
.#{$fa-css-prefix}-picture-o:before { content: $fa-var-picture-o; }
|
||||
.#{$fa-css-prefix}-pencil:before { content: $fa-var-pencil; }
|
||||
.#{$fa-css-prefix}-map-marker:before { content: $fa-var-map-marker; }
|
||||
.#{$fa-css-prefix}-adjust:before { content: $fa-var-adjust; }
|
||||
.#{$fa-css-prefix}-tint:before { content: $fa-var-tint; }
|
||||
.#{$fa-css-prefix}-edit:before,
|
||||
.#{$fa-css-prefix}-pencil-square-o:before { content: $fa-var-pencil-square-o; }
|
||||
.#{$fa-css-prefix}-share-square-o:before { content: $fa-var-share-square-o; }
|
||||
.#{$fa-css-prefix}-check-square-o:before { content: $fa-var-check-square-o; }
|
||||
.#{$fa-css-prefix}-arrows:before { content: $fa-var-arrows; }
|
||||
.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; }
|
||||
.#{$fa-css-prefix}-fast-backward:before { content: $fa-var-fast-backward; }
|
||||
.#{$fa-css-prefix}-backward:before { content: $fa-var-backward; }
|
||||
.#{$fa-css-prefix}-play:before { content: $fa-var-play; }
|
||||
.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; }
|
||||
.#{$fa-css-prefix}-stop:before { content: $fa-var-stop; }
|
||||
.#{$fa-css-prefix}-forward:before { content: $fa-var-forward; }
|
||||
.#{$fa-css-prefix}-fast-forward:before { content: $fa-var-fast-forward; }
|
||||
.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; }
|
||||
.#{$fa-css-prefix}-eject:before { content: $fa-var-eject; }
|
||||
.#{$fa-css-prefix}-chevron-left:before { content: $fa-var-chevron-left; }
|
||||
.#{$fa-css-prefix}-chevron-right:before { content: $fa-var-chevron-right; }
|
||||
.#{$fa-css-prefix}-plus-circle:before { content: $fa-var-plus-circle; }
|
||||
.#{$fa-css-prefix}-minus-circle:before { content: $fa-var-minus-circle; }
|
||||
.#{$fa-css-prefix}-times-circle:before { content: $fa-var-times-circle; }
|
||||
.#{$fa-css-prefix}-check-circle:before { content: $fa-var-check-circle; }
|
||||
.#{$fa-css-prefix}-question-circle:before { content: $fa-var-question-circle; }
|
||||
.#{$fa-css-prefix}-info-circle:before { content: $fa-var-info-circle; }
|
||||
.#{$fa-css-prefix}-crosshairs:before { content: $fa-var-crosshairs; }
|
||||
.#{$fa-css-prefix}-times-circle-o:before { content: $fa-var-times-circle-o; }
|
||||
.#{$fa-css-prefix}-check-circle-o:before { content: $fa-var-check-circle-o; }
|
||||
.#{$fa-css-prefix}-ban:before { content: $fa-var-ban; }
|
||||
.#{$fa-css-prefix}-arrow-left:before { content: $fa-var-arrow-left; }
|
||||
.#{$fa-css-prefix}-arrow-right:before { content: $fa-var-arrow-right; }
|
||||
.#{$fa-css-prefix}-arrow-up:before { content: $fa-var-arrow-up; }
|
||||
.#{$fa-css-prefix}-arrow-down:before { content: $fa-var-arrow-down; }
|
||||
.#{$fa-css-prefix}-mail-forward:before,
|
||||
.#{$fa-css-prefix}-share:before { content: $fa-var-share; }
|
||||
.#{$fa-css-prefix}-expand:before { content: $fa-var-expand; }
|
||||
.#{$fa-css-prefix}-compress:before { content: $fa-var-compress; }
|
||||
.#{$fa-css-prefix}-plus:before { content: $fa-var-plus; }
|
||||
.#{$fa-css-prefix}-minus:before { content: $fa-var-minus; }
|
||||
.#{$fa-css-prefix}-asterisk:before { content: $fa-var-asterisk; }
|
||||
.#{$fa-css-prefix}-exclamation-circle:before { content: $fa-var-exclamation-circle; }
|
||||
.#{$fa-css-prefix}-gift:before { content: $fa-var-gift; }
|
||||
.#{$fa-css-prefix}-leaf:before { content: $fa-var-leaf; }
|
||||
.#{$fa-css-prefix}-fire:before { content: $fa-var-fire; }
|
||||
.#{$fa-css-prefix}-eye:before { content: $fa-var-eye; }
|
||||
.#{$fa-css-prefix}-eye-slash:before { content: $fa-var-eye-slash; }
|
||||
.#{$fa-css-prefix}-warning:before,
|
||||
.#{$fa-css-prefix}-exclamation-triangle:before { content: $fa-var-exclamation-triangle; }
|
||||
.#{$fa-css-prefix}-plane:before { content: $fa-var-plane; }
|
||||
.#{$fa-css-prefix}-calendar:before { content: $fa-var-calendar; }
|
||||
.#{$fa-css-prefix}-random:before { content: $fa-var-random; }
|
||||
.#{$fa-css-prefix}-comment:before { content: $fa-var-comment; }
|
||||
.#{$fa-css-prefix}-magnet:before { content: $fa-var-magnet; }
|
||||
.#{$fa-css-prefix}-chevron-up:before { content: $fa-var-chevron-up; }
|
||||
.#{$fa-css-prefix}-chevron-down:before { content: $fa-var-chevron-down; }
|
||||
.#{$fa-css-prefix}-retweet:before { content: $fa-var-retweet; }
|
||||
.#{$fa-css-prefix}-shopping-cart:before { content: $fa-var-shopping-cart; }
|
||||
.#{$fa-css-prefix}-folder:before { content: $fa-var-folder; }
|
||||
.#{$fa-css-prefix}-folder-open:before { content: $fa-var-folder-open; }
|
||||
.#{$fa-css-prefix}-arrows-v:before { content: $fa-var-arrows-v; }
|
||||
.#{$fa-css-prefix}-arrows-h:before { content: $fa-var-arrows-h; }
|
||||
.#{$fa-css-prefix}-bar-chart-o:before,
|
||||
.#{$fa-css-prefix}-bar-chart:before { content: $fa-var-bar-chart; }
|
||||
.#{$fa-css-prefix}-twitter-square:before { content: $fa-var-twitter-square; }
|
||||
.#{$fa-css-prefix}-facebook-square:before { content: $fa-var-facebook-square; }
|
||||
.#{$fa-css-prefix}-camera-retro:before { content: $fa-var-camera-retro; }
|
||||
.#{$fa-css-prefix}-key:before { content: $fa-var-key; }
|
||||
.#{$fa-css-prefix}-gears:before,
|
||||
.#{$fa-css-prefix}-cogs:before { content: $fa-var-cogs; }
|
||||
.#{$fa-css-prefix}-comments:before { content: $fa-var-comments; }
|
||||
.#{$fa-css-prefix}-thumbs-o-up:before { content: $fa-var-thumbs-o-up; }
|
||||
.#{$fa-css-prefix}-thumbs-o-down:before { content: $fa-var-thumbs-o-down; }
|
||||
.#{$fa-css-prefix}-star-half:before { content: $fa-var-star-half; }
|
||||
.#{$fa-css-prefix}-heart-o:before { content: $fa-var-heart-o; }
|
||||
.#{$fa-css-prefix}-sign-out:before { content: $fa-var-sign-out; }
|
||||
.#{$fa-css-prefix}-linkedin-square:before { content: $fa-var-linkedin-square; }
|
||||
.#{$fa-css-prefix}-thumb-tack:before { content: $fa-var-thumb-tack; }
|
||||
.#{$fa-css-prefix}-external-link:before { content: $fa-var-external-link; }
|
||||
.#{$fa-css-prefix}-sign-in:before { content: $fa-var-sign-in; }
|
||||
.#{$fa-css-prefix}-trophy:before { content: $fa-var-trophy; }
|
||||
.#{$fa-css-prefix}-github-square:before { content: $fa-var-github-square; }
|
||||
.#{$fa-css-prefix}-upload:before { content: $fa-var-upload; }
|
||||
.#{$fa-css-prefix}-lemon-o:before { content: $fa-var-lemon-o; }
|
||||
.#{$fa-css-prefix}-phone:before { content: $fa-var-phone; }
|
||||
.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; }
|
||||
.#{$fa-css-prefix}-bookmark-o:before { content: $fa-var-bookmark-o; }
|
||||
.#{$fa-css-prefix}-phone-square:before { content: $fa-var-phone-square; }
|
||||
.#{$fa-css-prefix}-twitter:before { content: $fa-var-twitter; }
|
||||
.#{$fa-css-prefix}-facebook-f:before,
|
||||
.#{$fa-css-prefix}-facebook:before { content: $fa-var-facebook; }
|
||||
.#{$fa-css-prefix}-github:before { content: $fa-var-github; }
|
||||
.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; }
|
||||
.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; }
|
||||
.#{$fa-css-prefix}-feed:before,
|
||||
.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; }
|
||||
.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; }
|
||||
.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; }
|
||||
.#{$fa-css-prefix}-bell:before { content: $fa-var-bell; }
|
||||
.#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; }
|
||||
.#{$fa-css-prefix}-hand-o-right:before { content: $fa-var-hand-o-right; }
|
||||
.#{$fa-css-prefix}-hand-o-left:before { content: $fa-var-hand-o-left; }
|
||||
.#{$fa-css-prefix}-hand-o-up:before { content: $fa-var-hand-o-up; }
|
||||
.#{$fa-css-prefix}-hand-o-down:before { content: $fa-var-hand-o-down; }
|
||||
.#{$fa-css-prefix}-arrow-circle-left:before { content: $fa-var-arrow-circle-left; }
|
||||
.#{$fa-css-prefix}-arrow-circle-right:before { content: $fa-var-arrow-circle-right; }
|
||||
.#{$fa-css-prefix}-arrow-circle-up:before { content: $fa-var-arrow-circle-up; }
|
||||
.#{$fa-css-prefix}-arrow-circle-down:before { content: $fa-var-arrow-circle-down; }
|
||||
.#{$fa-css-prefix}-globe:before { content: $fa-var-globe; }
|
||||
.#{$fa-css-prefix}-wrench:before { content: $fa-var-wrench; }
|
||||
.#{$fa-css-prefix}-tasks:before { content: $fa-var-tasks; }
|
||||
.#{$fa-css-prefix}-filter:before { content: $fa-var-filter; }
|
||||
.#{$fa-css-prefix}-briefcase:before { content: $fa-var-briefcase; }
|
||||
.#{$fa-css-prefix}-arrows-alt:before { content: $fa-var-arrows-alt; }
|
||||
.#{$fa-css-prefix}-group:before,
|
||||
.#{$fa-css-prefix}-users:before { content: $fa-var-users; }
|
||||
.#{$fa-css-prefix}-chain:before,
|
||||
.#{$fa-css-prefix}-link:before { content: $fa-var-link; }
|
||||
.#{$fa-css-prefix}-cloud:before { content: $fa-var-cloud; }
|
||||
.#{$fa-css-prefix}-flask:before { content: $fa-var-flask; }
|
||||
.#{$fa-css-prefix}-cut:before,
|
||||
.#{$fa-css-prefix}-scissors:before { content: $fa-var-scissors; }
|
||||
.#{$fa-css-prefix}-copy:before,
|
||||
.#{$fa-css-prefix}-files-o:before { content: $fa-var-files-o; }
|
||||
.#{$fa-css-prefix}-paperclip:before { content: $fa-var-paperclip; }
|
||||
.#{$fa-css-prefix}-save:before,
|
||||
.#{$fa-css-prefix}-floppy-o:before { content: $fa-var-floppy-o; }
|
||||
.#{$fa-css-prefix}-square:before { content: $fa-var-square; }
|
||||
.#{$fa-css-prefix}-navicon:before,
|
||||
.#{$fa-css-prefix}-reorder:before,
|
||||
.#{$fa-css-prefix}-bars:before { content: $fa-var-bars; }
|
||||
.#{$fa-css-prefix}-list-ul:before { content: $fa-var-list-ul; }
|
||||
.#{$fa-css-prefix}-list-ol:before { content: $fa-var-list-ol; }
|
||||
.#{$fa-css-prefix}-strikethrough:before { content: $fa-var-strikethrough; }
|
||||
.#{$fa-css-prefix}-underline:before { content: $fa-var-underline; }
|
||||
.#{$fa-css-prefix}-table:before { content: $fa-var-table; }
|
||||
.#{$fa-css-prefix}-magic:before { content: $fa-var-magic; }
|
||||
.#{$fa-css-prefix}-truck:before { content: $fa-var-truck; }
|
||||
.#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; }
|
||||
.#{$fa-css-prefix}-pinterest-square:before { content: $fa-var-pinterest-square; }
|
||||
.#{$fa-css-prefix}-google-plus-square:before { content: $fa-var-google-plus-square; }
|
||||
.#{$fa-css-prefix}-google-plus:before { content: $fa-var-google-plus; }
|
||||
.#{$fa-css-prefix}-money:before { content: $fa-var-money; }
|
||||
.#{$fa-css-prefix}-caret-down:before { content: $fa-var-caret-down; }
|
||||
.#{$fa-css-prefix}-caret-up:before { content: $fa-var-caret-up; }
|
||||
.#{$fa-css-prefix}-caret-left:before { content: $fa-var-caret-left; }
|
||||
.#{$fa-css-prefix}-caret-right:before { content: $fa-var-caret-right; }
|
||||
.#{$fa-css-prefix}-columns:before { content: $fa-var-columns; }
|
||||
.#{$fa-css-prefix}-unsorted:before,
|
||||
.#{$fa-css-prefix}-sort:before { content: $fa-var-sort; }
|
||||
.#{$fa-css-prefix}-sort-down:before,
|
||||
.#{$fa-css-prefix}-sort-desc:before { content: $fa-var-sort-desc; }
|
||||
.#{$fa-css-prefix}-sort-up:before,
|
||||
.#{$fa-css-prefix}-sort-asc:before { content: $fa-var-sort-asc; }
|
||||
.#{$fa-css-prefix}-envelope:before { content: $fa-var-envelope; }
|
||||
.#{$fa-css-prefix}-linkedin:before { content: $fa-var-linkedin; }
|
||||
.#{$fa-css-prefix}-rotate-left:before,
|
||||
.#{$fa-css-prefix}-undo:before { content: $fa-var-undo; }
|
||||
.#{$fa-css-prefix}-legal:before,
|
||||
.#{$fa-css-prefix}-gavel:before { content: $fa-var-gavel; }
|
||||
.#{$fa-css-prefix}-dashboard:before,
|
||||
.#{$fa-css-prefix}-tachometer:before { content: $fa-var-tachometer; }
|
||||
.#{$fa-css-prefix}-comment-o:before { content: $fa-var-comment-o; }
|
||||
.#{$fa-css-prefix}-comments-o:before { content: $fa-var-comments-o; }
|
||||
.#{$fa-css-prefix}-flash:before,
|
||||
.#{$fa-css-prefix}-bolt:before { content: $fa-var-bolt; }
|
||||
.#{$fa-css-prefix}-sitemap:before { content: $fa-var-sitemap; }
|
||||
.#{$fa-css-prefix}-umbrella:before { content: $fa-var-umbrella; }
|
||||
.#{$fa-css-prefix}-paste:before,
|
||||
.#{$fa-css-prefix}-clipboard:before { content: $fa-var-clipboard; }
|
||||
.#{$fa-css-prefix}-lightbulb-o:before { content: $fa-var-lightbulb-o; }
|
||||
.#{$fa-css-prefix}-exchange:before { content: $fa-var-exchange; }
|
||||
.#{$fa-css-prefix}-cloud-download:before { content: $fa-var-cloud-download; }
|
||||
.#{$fa-css-prefix}-cloud-upload:before { content: $fa-var-cloud-upload; }
|
||||
.#{$fa-css-prefix}-user-md:before { content: $fa-var-user-md; }
|
||||
.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; }
|
||||
.#{$fa-css-prefix}-suitcase:before { content: $fa-var-suitcase; }
|
||||
.#{$fa-css-prefix}-bell-o:before { content: $fa-var-bell-o; }
|
||||
.#{$fa-css-prefix}-coffee:before { content: $fa-var-coffee; }
|
||||
.#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; }
|
||||
.#{$fa-css-prefix}-file-text-o:before { content: $fa-var-file-text-o; }
|
||||
.#{$fa-css-prefix}-building-o:before { content: $fa-var-building-o; }
|
||||
.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; }
|
||||
.#{$fa-css-prefix}-ambulance:before { content: $fa-var-ambulance; }
|
||||
.#{$fa-css-prefix}-medkit:before { content: $fa-var-medkit; }
|
||||
.#{$fa-css-prefix}-fighter-jet:before { content: $fa-var-fighter-jet; }
|
||||
.#{$fa-css-prefix}-beer:before { content: $fa-var-beer; }
|
||||
.#{$fa-css-prefix}-h-square:before { content: $fa-var-h-square; }
|
||||
.#{$fa-css-prefix}-plus-square:before { content: $fa-var-plus-square; }
|
||||
.#{$fa-css-prefix}-angle-double-left:before { content: $fa-var-angle-double-left; }
|
||||
.#{$fa-css-prefix}-angle-double-right:before { content: $fa-var-angle-double-right; }
|
||||
.#{$fa-css-prefix}-angle-double-up:before { content: $fa-var-angle-double-up; }
|
||||
.#{$fa-css-prefix}-angle-double-down:before { content: $fa-var-angle-double-down; }
|
||||
.#{$fa-css-prefix}-angle-left:before { content: $fa-var-angle-left; }
|
||||
.#{$fa-css-prefix}-angle-right:before { content: $fa-var-angle-right; }
|
||||
.#{$fa-css-prefix}-angle-up:before { content: $fa-var-angle-up; }
|
||||
.#{$fa-css-prefix}-angle-down:before { content: $fa-var-angle-down; }
|
||||
.#{$fa-css-prefix}-desktop:before { content: $fa-var-desktop; }
|
||||
.#{$fa-css-prefix}-laptop:before { content: $fa-var-laptop; }
|
||||
.#{$fa-css-prefix}-tablet:before { content: $fa-var-tablet; }
|
||||
.#{$fa-css-prefix}-mobile-phone:before,
|
||||
.#{$fa-css-prefix}-mobile:before { content: $fa-var-mobile; }
|
||||
.#{$fa-css-prefix}-circle-o:before { content: $fa-var-circle-o; }
|
||||
.#{$fa-css-prefix}-quote-left:before { content: $fa-var-quote-left; }
|
||||
.#{$fa-css-prefix}-quote-right:before { content: $fa-var-quote-right; }
|
||||
.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; }
|
||||
.#{$fa-css-prefix}-circle:before { content: $fa-var-circle; }
|
||||
.#{$fa-css-prefix}-mail-reply:before,
|
||||
.#{$fa-css-prefix}-reply:before { content: $fa-var-reply; }
|
||||
.#{$fa-css-prefix}-github-alt:before { content: $fa-var-github-alt; }
|
||||
.#{$fa-css-prefix}-folder-o:before { content: $fa-var-folder-o; }
|
||||
.#{$fa-css-prefix}-folder-open-o:before { content: $fa-var-folder-open-o; }
|
||||
.#{$fa-css-prefix}-smile-o:before { content: $fa-var-smile-o; }
|
||||
.#{$fa-css-prefix}-frown-o:before { content: $fa-var-frown-o; }
|
||||
.#{$fa-css-prefix}-meh-o:before { content: $fa-var-meh-o; }
|
||||
.#{$fa-css-prefix}-gamepad:before { content: $fa-var-gamepad; }
|
||||
.#{$fa-css-prefix}-keyboard-o:before { content: $fa-var-keyboard-o; }
|
||||
.#{$fa-css-prefix}-flag-o:before { content: $fa-var-flag-o; }
|
||||
.#{$fa-css-prefix}-flag-checkered:before { content: $fa-var-flag-checkered; }
|
||||
.#{$fa-css-prefix}-terminal:before { content: $fa-var-terminal; }
|
||||
.#{$fa-css-prefix}-code:before { content: $fa-var-code; }
|
||||
.#{$fa-css-prefix}-mail-reply-all:before,
|
||||
.#{$fa-css-prefix}-reply-all:before { content: $fa-var-reply-all; }
|
||||
.#{$fa-css-prefix}-star-half-empty:before,
|
||||
.#{$fa-css-prefix}-star-half-full:before,
|
||||
.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; }
|
||||
.#{$fa-css-prefix}-location-arrow:before { content: $fa-var-location-arrow; }
|
||||
.#{$fa-css-prefix}-crop:before { content: $fa-var-crop; }
|
||||
.#{$fa-css-prefix}-code-fork:before { content: $fa-var-code-fork; }
|
||||
.#{$fa-css-prefix}-unlink:before,
|
||||
.#{$fa-css-prefix}-chain-broken:before { content: $fa-var-chain-broken; }
|
||||
.#{$fa-css-prefix}-question:before { content: $fa-var-question; }
|
||||
.#{$fa-css-prefix}-info:before { content: $fa-var-info; }
|
||||
.#{$fa-css-prefix}-exclamation:before { content: $fa-var-exclamation; }
|
||||
.#{$fa-css-prefix}-superscript:before { content: $fa-var-superscript; }
|
||||
.#{$fa-css-prefix}-subscript:before { content: $fa-var-subscript; }
|
||||
.#{$fa-css-prefix}-eraser:before { content: $fa-var-eraser; }
|
||||
.#{$fa-css-prefix}-puzzle-piece:before { content: $fa-var-puzzle-piece; }
|
||||
.#{$fa-css-prefix}-microphone:before { content: $fa-var-microphone; }
|
||||
.#{$fa-css-prefix}-microphone-slash:before { content: $fa-var-microphone-slash; }
|
||||
.#{$fa-css-prefix}-shield:before { content: $fa-var-shield; }
|
||||
.#{$fa-css-prefix}-calendar-o:before { content: $fa-var-calendar-o; }
|
||||
.#{$fa-css-prefix}-fire-extinguisher:before { content: $fa-var-fire-extinguisher; }
|
||||
.#{$fa-css-prefix}-rocket:before { content: $fa-var-rocket; }
|
||||
.#{$fa-css-prefix}-maxcdn:before { content: $fa-var-maxcdn; }
|
||||
.#{$fa-css-prefix}-chevron-circle-left:before { content: $fa-var-chevron-circle-left; }
|
||||
.#{$fa-css-prefix}-chevron-circle-right:before { content: $fa-var-chevron-circle-right; }
|
||||
.#{$fa-css-prefix}-chevron-circle-up:before { content: $fa-var-chevron-circle-up; }
|
||||
.#{$fa-css-prefix}-chevron-circle-down:before { content: $fa-var-chevron-circle-down; }
|
||||
.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; }
|
||||
.#{$fa-css-prefix}-css3:before { content: $fa-var-css3; }
|
||||
.#{$fa-css-prefix}-anchor:before { content: $fa-var-anchor; }
|
||||
.#{$fa-css-prefix}-unlock-alt:before { content: $fa-var-unlock-alt; }
|
||||
.#{$fa-css-prefix}-bullseye:before { content: $fa-var-bullseye; }
|
||||
.#{$fa-css-prefix}-ellipsis-h:before { content: $fa-var-ellipsis-h; }
|
||||
.#{$fa-css-prefix}-ellipsis-v:before { content: $fa-var-ellipsis-v; }
|
||||
.#{$fa-css-prefix}-rss-square:before { content: $fa-var-rss-square; }
|
||||
.#{$fa-css-prefix}-play-circle:before { content: $fa-var-play-circle; }
|
||||
.#{$fa-css-prefix}-ticket:before { content: $fa-var-ticket; }
|
||||
.#{$fa-css-prefix}-minus-square:before { content: $fa-var-minus-square; }
|
||||
.#{$fa-css-prefix}-minus-square-o:before { content: $fa-var-minus-square-o; }
|
||||
.#{$fa-css-prefix}-level-up:before { content: $fa-var-level-up; }
|
||||
.#{$fa-css-prefix}-level-down:before { content: $fa-var-level-down; }
|
||||
.#{$fa-css-prefix}-check-square:before { content: $fa-var-check-square; }
|
||||
.#{$fa-css-prefix}-pencil-square:before { content: $fa-var-pencil-square; }
|
||||
.#{$fa-css-prefix}-external-link-square:before { content: $fa-var-external-link-square; }
|
||||
.#{$fa-css-prefix}-share-square:before { content: $fa-var-share-square; }
|
||||
.#{$fa-css-prefix}-compass:before { content: $fa-var-compass; }
|
||||
.#{$fa-css-prefix}-toggle-down:before,
|
||||
.#{$fa-css-prefix}-caret-square-o-down:before { content: $fa-var-caret-square-o-down; }
|
||||
.#{$fa-css-prefix}-toggle-up:before,
|
||||
.#{$fa-css-prefix}-caret-square-o-up:before { content: $fa-var-caret-square-o-up; }
|
||||
.#{$fa-css-prefix}-toggle-right:before,
|
||||
.#{$fa-css-prefix}-caret-square-o-right:before { content: $fa-var-caret-square-o-right; }
|
||||
.#{$fa-css-prefix}-euro:before,
|
||||
.#{$fa-css-prefix}-eur:before { content: $fa-var-eur; }
|
||||
.#{$fa-css-prefix}-gbp:before { content: $fa-var-gbp; }
|
||||
.#{$fa-css-prefix}-dollar:before,
|
||||
.#{$fa-css-prefix}-usd:before { content: $fa-var-usd; }
|
||||
.#{$fa-css-prefix}-rupee:before,
|
||||
.#{$fa-css-prefix}-inr:before { content: $fa-var-inr; }
|
||||
.#{$fa-css-prefix}-cny:before,
|
||||
.#{$fa-css-prefix}-rmb:before,
|
||||
.#{$fa-css-prefix}-yen:before,
|
||||
.#{$fa-css-prefix}-jpy:before { content: $fa-var-jpy; }
|
||||
.#{$fa-css-prefix}-ruble:before,
|
||||
.#{$fa-css-prefix}-rouble:before,
|
||||
.#{$fa-css-prefix}-rub:before { content: $fa-var-rub; }
|
||||
.#{$fa-css-prefix}-won:before,
|
||||
.#{$fa-css-prefix}-krw:before { content: $fa-var-krw; }
|
||||
.#{$fa-css-prefix}-bitcoin:before,
|
||||
.#{$fa-css-prefix}-btc:before { content: $fa-var-btc; }
|
||||
.#{$fa-css-prefix}-file:before { content: $fa-var-file; }
|
||||
.#{$fa-css-prefix}-file-text:before { content: $fa-var-file-text; }
|
||||
.#{$fa-css-prefix}-sort-alpha-asc:before { content: $fa-var-sort-alpha-asc; }
|
||||
.#{$fa-css-prefix}-sort-alpha-desc:before { content: $fa-var-sort-alpha-desc; }
|
||||
.#{$fa-css-prefix}-sort-amount-asc:before { content: $fa-var-sort-amount-asc; }
|
||||
.#{$fa-css-prefix}-sort-amount-desc:before { content: $fa-var-sort-amount-desc; }
|
||||
.#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; }
|
||||
.#{$fa-css-prefix}-sort-numeric-desc:before { content: $fa-var-sort-numeric-desc; }
|
||||
.#{$fa-css-prefix}-thumbs-up:before { content: $fa-var-thumbs-up; }
|
||||
.#{$fa-css-prefix}-thumbs-down:before { content: $fa-var-thumbs-down; }
|
||||
.#{$fa-css-prefix}-youtube-square:before { content: $fa-var-youtube-square; }
|
||||
.#{$fa-css-prefix}-youtube:before { content: $fa-var-youtube; }
|
||||
.#{$fa-css-prefix}-xing:before { content: $fa-var-xing; }
|
||||
.#{$fa-css-prefix}-xing-square:before { content: $fa-var-xing-square; }
|
||||
.#{$fa-css-prefix}-youtube-play:before { content: $fa-var-youtube-play; }
|
||||
.#{$fa-css-prefix}-dropbox:before { content: $fa-var-dropbox; }
|
||||
.#{$fa-css-prefix}-stack-overflow:before { content: $fa-var-stack-overflow; }
|
||||
.#{$fa-css-prefix}-instagram:before { content: $fa-var-instagram; }
|
||||
.#{$fa-css-prefix}-flickr:before { content: $fa-var-flickr; }
|
||||
.#{$fa-css-prefix}-adn:before { content: $fa-var-adn; }
|
||||
.#{$fa-css-prefix}-bitbucket:before { content: $fa-var-bitbucket; }
|
||||
.#{$fa-css-prefix}-bitbucket-square:before { content: $fa-var-bitbucket-square; }
|
||||
.#{$fa-css-prefix}-tumblr:before { content: $fa-var-tumblr; }
|
||||
.#{$fa-css-prefix}-tumblr-square:before { content: $fa-var-tumblr-square; }
|
||||
.#{$fa-css-prefix}-long-arrow-down:before { content: $fa-var-long-arrow-down; }
|
||||
.#{$fa-css-prefix}-long-arrow-up:before { content: $fa-var-long-arrow-up; }
|
||||
.#{$fa-css-prefix}-long-arrow-left:before { content: $fa-var-long-arrow-left; }
|
||||
.#{$fa-css-prefix}-long-arrow-right:before { content: $fa-var-long-arrow-right; }
|
||||
.#{$fa-css-prefix}-apple:before { content: $fa-var-apple; }
|
||||
.#{$fa-css-prefix}-windows:before { content: $fa-var-windows; }
|
||||
.#{$fa-css-prefix}-android:before { content: $fa-var-android; }
|
||||
.#{$fa-css-prefix}-linux:before { content: $fa-var-linux; }
|
||||
.#{$fa-css-prefix}-dribbble:before { content: $fa-var-dribbble; }
|
||||
.#{$fa-css-prefix}-skype:before { content: $fa-var-skype; }
|
||||
.#{$fa-css-prefix}-foursquare:before { content: $fa-var-foursquare; }
|
||||
.#{$fa-css-prefix}-trello:before { content: $fa-var-trello; }
|
||||
.#{$fa-css-prefix}-female:before { content: $fa-var-female; }
|
||||
.#{$fa-css-prefix}-male:before { content: $fa-var-male; }
|
||||
.#{$fa-css-prefix}-gittip:before,
|
||||
.#{$fa-css-prefix}-gratipay:before { content: $fa-var-gratipay; }
|
||||
.#{$fa-css-prefix}-sun-o:before { content: $fa-var-sun-o; }
|
||||
.#{$fa-css-prefix}-moon-o:before { content: $fa-var-moon-o; }
|
||||
.#{$fa-css-prefix}-archive:before { content: $fa-var-archive; }
|
||||
.#{$fa-css-prefix}-bug:before { content: $fa-var-bug; }
|
||||
.#{$fa-css-prefix}-vk:before { content: $fa-var-vk; }
|
||||
.#{$fa-css-prefix}-weibo:before { content: $fa-var-weibo; }
|
||||
.#{$fa-css-prefix}-renren:before { content: $fa-var-renren; }
|
||||
.#{$fa-css-prefix}-pagelines:before { content: $fa-var-pagelines; }
|
||||
.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; }
|
||||
.#{$fa-css-prefix}-arrow-circle-o-right:before { content: $fa-var-arrow-circle-o-right; }
|
||||
.#{$fa-css-prefix}-arrow-circle-o-left:before { content: $fa-var-arrow-circle-o-left; }
|
||||
.#{$fa-css-prefix}-toggle-left:before,
|
||||
.#{$fa-css-prefix}-caret-square-o-left:before { content: $fa-var-caret-square-o-left; }
|
||||
.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; }
|
||||
.#{$fa-css-prefix}-wheelchair:before { content: $fa-var-wheelchair; }
|
||||
.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; }
|
||||
.#{$fa-css-prefix}-turkish-lira:before,
|
||||
.#{$fa-css-prefix}-try:before { content: $fa-var-try; }
|
||||
.#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; }
|
||||
.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; }
|
||||
.#{$fa-css-prefix}-slack:before { content: $fa-var-slack; }
|
||||
.#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; }
|
||||
.#{$fa-css-prefix}-wordpress:before { content: $fa-var-wordpress; }
|
||||
.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; }
|
||||
.#{$fa-css-prefix}-institution:before,
|
||||
.#{$fa-css-prefix}-bank:before,
|
||||
.#{$fa-css-prefix}-university:before { content: $fa-var-university; }
|
||||
.#{$fa-css-prefix}-mortar-board:before,
|
||||
.#{$fa-css-prefix}-graduation-cap:before { content: $fa-var-graduation-cap; }
|
||||
.#{$fa-css-prefix}-yahoo:before { content: $fa-var-yahoo; }
|
||||
.#{$fa-css-prefix}-google:before { content: $fa-var-google; }
|
||||
.#{$fa-css-prefix}-reddit:before { content: $fa-var-reddit; }
|
||||
.#{$fa-css-prefix}-reddit-square:before { content: $fa-var-reddit-square; }
|
||||
.#{$fa-css-prefix}-stumbleupon-circle:before { content: $fa-var-stumbleupon-circle; }
|
||||
.#{$fa-css-prefix}-stumbleupon:before { content: $fa-var-stumbleupon; }
|
||||
.#{$fa-css-prefix}-delicious:before { content: $fa-var-delicious; }
|
||||
.#{$fa-css-prefix}-digg:before { content: $fa-var-digg; }
|
||||
.#{$fa-css-prefix}-pied-piper-pp:before { content: $fa-var-pied-piper-pp; }
|
||||
.#{$fa-css-prefix}-pied-piper-alt:before { content: $fa-var-pied-piper-alt; }
|
||||
.#{$fa-css-prefix}-drupal:before { content: $fa-var-drupal; }
|
||||
.#{$fa-css-prefix}-joomla:before { content: $fa-var-joomla; }
|
||||
.#{$fa-css-prefix}-language:before { content: $fa-var-language; }
|
||||
.#{$fa-css-prefix}-fax:before { content: $fa-var-fax; }
|
||||
.#{$fa-css-prefix}-building:before { content: $fa-var-building; }
|
||||
.#{$fa-css-prefix}-child:before { content: $fa-var-child; }
|
||||
.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; }
|
||||
.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; }
|
||||
.#{$fa-css-prefix}-cube:before { content: $fa-var-cube; }
|
||||
.#{$fa-css-prefix}-cubes:before { content: $fa-var-cubes; }
|
||||
.#{$fa-css-prefix}-behance:before { content: $fa-var-behance; }
|
||||
.#{$fa-css-prefix}-behance-square:before { content: $fa-var-behance-square; }
|
||||
.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; }
|
||||
.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; }
|
||||
.#{$fa-css-prefix}-recycle:before { content: $fa-var-recycle; }
|
||||
.#{$fa-css-prefix}-automobile:before,
|
||||
.#{$fa-css-prefix}-car:before { content: $fa-var-car; }
|
||||
.#{$fa-css-prefix}-cab:before,
|
||||
.#{$fa-css-prefix}-taxi:before { content: $fa-var-taxi; }
|
||||
.#{$fa-css-prefix}-tree:before { content: $fa-var-tree; }
|
||||
.#{$fa-css-prefix}-spotify:before { content: $fa-var-spotify; }
|
||||
.#{$fa-css-prefix}-deviantart:before { content: $fa-var-deviantart; }
|
||||
.#{$fa-css-prefix}-soundcloud:before { content: $fa-var-soundcloud; }
|
||||
.#{$fa-css-prefix}-database:before { content: $fa-var-database; }
|
||||
.#{$fa-css-prefix}-file-pdf-o:before { content: $fa-var-file-pdf-o; }
|
||||
.#{$fa-css-prefix}-file-word-o:before { content: $fa-var-file-word-o; }
|
||||
.#{$fa-css-prefix}-file-excel-o:before { content: $fa-var-file-excel-o; }
|
||||
.#{$fa-css-prefix}-file-powerpoint-o:before { content: $fa-var-file-powerpoint-o; }
|
||||
.#{$fa-css-prefix}-file-photo-o:before,
|
||||
.#{$fa-css-prefix}-file-picture-o:before,
|
||||
.#{$fa-css-prefix}-file-image-o:before { content: $fa-var-file-image-o; }
|
||||
.#{$fa-css-prefix}-file-zip-o:before,
|
||||
.#{$fa-css-prefix}-file-archive-o:before { content: $fa-var-file-archive-o; }
|
||||
.#{$fa-css-prefix}-file-sound-o:before,
|
||||
.#{$fa-css-prefix}-file-audio-o:before { content: $fa-var-file-audio-o; }
|
||||
.#{$fa-css-prefix}-file-movie-o:before,
|
||||
.#{$fa-css-prefix}-file-video-o:before { content: $fa-var-file-video-o; }
|
||||
.#{$fa-css-prefix}-file-code-o:before { content: $fa-var-file-code-o; }
|
||||
.#{$fa-css-prefix}-vine:before { content: $fa-var-vine; }
|
||||
.#{$fa-css-prefix}-codepen:before { content: $fa-var-codepen; }
|
||||
.#{$fa-css-prefix}-jsfiddle:before { content: $fa-var-jsfiddle; }
|
||||
.#{$fa-css-prefix}-life-bouy:before,
|
||||
.#{$fa-css-prefix}-life-buoy:before,
|
||||
.#{$fa-css-prefix}-life-saver:before,
|
||||
.#{$fa-css-prefix}-support:before,
|
||||
.#{$fa-css-prefix}-life-ring:before { content: $fa-var-life-ring; }
|
||||
.#{$fa-css-prefix}-circle-o-notch:before { content: $fa-var-circle-o-notch; }
|
||||
.#{$fa-css-prefix}-ra:before,
|
||||
.#{$fa-css-prefix}-resistance:before,
|
||||
.#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; }
|
||||
.#{$fa-css-prefix}-ge:before,
|
||||
.#{$fa-css-prefix}-empire:before { content: $fa-var-empire; }
|
||||
.#{$fa-css-prefix}-git-square:before { content: $fa-var-git-square; }
|
||||
.#{$fa-css-prefix}-git:before { content: $fa-var-git; }
|
||||
.#{$fa-css-prefix}-y-combinator-square:before,
|
||||
.#{$fa-css-prefix}-yc-square:before,
|
||||
.#{$fa-css-prefix}-hacker-news:before { content: $fa-var-hacker-news; }
|
||||
.#{$fa-css-prefix}-tencent-weibo:before { content: $fa-var-tencent-weibo; }
|
||||
.#{$fa-css-prefix}-qq:before { content: $fa-var-qq; }
|
||||
.#{$fa-css-prefix}-wechat:before,
|
||||
.#{$fa-css-prefix}-weixin:before { content: $fa-var-weixin; }
|
||||
.#{$fa-css-prefix}-send:before,
|
||||
.#{$fa-css-prefix}-paper-plane:before { content: $fa-var-paper-plane; }
|
||||
.#{$fa-css-prefix}-send-o:before,
|
||||
.#{$fa-css-prefix}-paper-plane-o:before { content: $fa-var-paper-plane-o; }
|
||||
.#{$fa-css-prefix}-history:before { content: $fa-var-history; }
|
||||
.#{$fa-css-prefix}-circle-thin:before { content: $fa-var-circle-thin; }
|
||||
.#{$fa-css-prefix}-header:before { content: $fa-var-header; }
|
||||
.#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; }
|
||||
.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; }
|
||||
.#{$fa-css-prefix}-share-alt:before { content: $fa-var-share-alt; }
|
||||
.#{$fa-css-prefix}-share-alt-square:before { content: $fa-var-share-alt-square; }
|
||||
.#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; }
|
||||
.#{$fa-css-prefix}-soccer-ball-o:before,
|
||||
.#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; }
|
||||
.#{$fa-css-prefix}-tty:before { content: $fa-var-tty; }
|
||||
.#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; }
|
||||
.#{$fa-css-prefix}-plug:before { content: $fa-var-plug; }
|
||||
.#{$fa-css-prefix}-slideshare:before { content: $fa-var-slideshare; }
|
||||
.#{$fa-css-prefix}-twitch:before { content: $fa-var-twitch; }
|
||||
.#{$fa-css-prefix}-yelp:before { content: $fa-var-yelp; }
|
||||
.#{$fa-css-prefix}-newspaper-o:before { content: $fa-var-newspaper-o; }
|
||||
.#{$fa-css-prefix}-wifi:before { content: $fa-var-wifi; }
|
||||
.#{$fa-css-prefix}-calculator:before { content: $fa-var-calculator; }
|
||||
.#{$fa-css-prefix}-paypal:before { content: $fa-var-paypal; }
|
||||
.#{$fa-css-prefix}-google-wallet:before { content: $fa-var-google-wallet; }
|
||||
.#{$fa-css-prefix}-cc-visa:before { content: $fa-var-cc-visa; }
|
||||
.#{$fa-css-prefix}-cc-mastercard:before { content: $fa-var-cc-mastercard; }
|
||||
.#{$fa-css-prefix}-cc-discover:before { content: $fa-var-cc-discover; }
|
||||
.#{$fa-css-prefix}-cc-amex:before { content: $fa-var-cc-amex; }
|
||||
.#{$fa-css-prefix}-cc-paypal:before { content: $fa-var-cc-paypal; }
|
||||
.#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; }
|
||||
.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; }
|
||||
.#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; }
|
||||
.#{$fa-css-prefix}-trash:before { content: $fa-var-trash; }
|
||||
.#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; }
|
||||
.#{$fa-css-prefix}-at:before { content: $fa-var-at; }
|
||||
.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; }
|
||||
.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; }
|
||||
.#{$fa-css-prefix}-birthday-cake:before { content: $fa-var-birthday-cake; }
|
||||
.#{$fa-css-prefix}-area-chart:before { content: $fa-var-area-chart; }
|
||||
.#{$fa-css-prefix}-pie-chart:before { content: $fa-var-pie-chart; }
|
||||
.#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; }
|
||||
.#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; }
|
||||
.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; }
|
||||
.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; }
|
||||
.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; }
|
||||
.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; }
|
||||
.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; }
|
||||
.#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; }
|
||||
.#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; }
|
||||
.#{$fa-css-prefix}-cc:before { content: $fa-var-cc; }
|
||||
.#{$fa-css-prefix}-shekel:before,
|
||||
.#{$fa-css-prefix}-sheqel:before,
|
||||
.#{$fa-css-prefix}-ils:before { content: $fa-var-ils; }
|
||||
.#{$fa-css-prefix}-meanpath:before { content: $fa-var-meanpath; }
|
||||
.#{$fa-css-prefix}-buysellads:before { content: $fa-var-buysellads; }
|
||||
.#{$fa-css-prefix}-connectdevelop:before { content: $fa-var-connectdevelop; }
|
||||
.#{$fa-css-prefix}-dashcube:before { content: $fa-var-dashcube; }
|
||||
.#{$fa-css-prefix}-forumbee:before { content: $fa-var-forumbee; }
|
||||
.#{$fa-css-prefix}-leanpub:before { content: $fa-var-leanpub; }
|
||||
.#{$fa-css-prefix}-sellsy:before { content: $fa-var-sellsy; }
|
||||
.#{$fa-css-prefix}-shirtsinbulk:before { content: $fa-var-shirtsinbulk; }
|
||||
.#{$fa-css-prefix}-simplybuilt:before { content: $fa-var-simplybuilt; }
|
||||
.#{$fa-css-prefix}-skyatlas:before { content: $fa-var-skyatlas; }
|
||||
.#{$fa-css-prefix}-cart-plus:before { content: $fa-var-cart-plus; }
|
||||
.#{$fa-css-prefix}-cart-arrow-down:before { content: $fa-var-cart-arrow-down; }
|
||||
.#{$fa-css-prefix}-diamond:before { content: $fa-var-diamond; }
|
||||
.#{$fa-css-prefix}-ship:before { content: $fa-var-ship; }
|
||||
.#{$fa-css-prefix}-user-secret:before { content: $fa-var-user-secret; }
|
||||
.#{$fa-css-prefix}-motorcycle:before { content: $fa-var-motorcycle; }
|
||||
.#{$fa-css-prefix}-street-view:before { content: $fa-var-street-view; }
|
||||
.#{$fa-css-prefix}-heartbeat:before { content: $fa-var-heartbeat; }
|
||||
.#{$fa-css-prefix}-venus:before { content: $fa-var-venus; }
|
||||
.#{$fa-css-prefix}-mars:before { content: $fa-var-mars; }
|
||||
.#{$fa-css-prefix}-mercury:before { content: $fa-var-mercury; }
|
||||
.#{$fa-css-prefix}-intersex:before,
|
||||
.#{$fa-css-prefix}-transgender:before { content: $fa-var-transgender; }
|
||||
.#{$fa-css-prefix}-transgender-alt:before { content: $fa-var-transgender-alt; }
|
||||
.#{$fa-css-prefix}-venus-double:before { content: $fa-var-venus-double; }
|
||||
.#{$fa-css-prefix}-mars-double:before { content: $fa-var-mars-double; }
|
||||
.#{$fa-css-prefix}-venus-mars:before { content: $fa-var-venus-mars; }
|
||||
.#{$fa-css-prefix}-mars-stroke:before { content: $fa-var-mars-stroke; }
|
||||
.#{$fa-css-prefix}-mars-stroke-v:before { content: $fa-var-mars-stroke-v; }
|
||||
.#{$fa-css-prefix}-mars-stroke-h:before { content: $fa-var-mars-stroke-h; }
|
||||
.#{$fa-css-prefix}-neuter:before { content: $fa-var-neuter; }
|
||||
.#{$fa-css-prefix}-genderless:before { content: $fa-var-genderless; }
|
||||
.#{$fa-css-prefix}-facebook-official:before { content: $fa-var-facebook-official; }
|
||||
.#{$fa-css-prefix}-pinterest-p:before { content: $fa-var-pinterest-p; }
|
||||
.#{$fa-css-prefix}-whatsapp:before { content: $fa-var-whatsapp; }
|
||||
.#{$fa-css-prefix}-server:before { content: $fa-var-server; }
|
||||
.#{$fa-css-prefix}-user-plus:before { content: $fa-var-user-plus; }
|
||||
.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; }
|
||||
.#{$fa-css-prefix}-hotel:before,
|
||||
.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; }
|
||||
.#{$fa-css-prefix}-viacoin:before { content: $fa-var-viacoin; }
|
||||
.#{$fa-css-prefix}-train:before { content: $fa-var-train; }
|
||||
.#{$fa-css-prefix}-subway:before { content: $fa-var-subway; }
|
||||
.#{$fa-css-prefix}-medium:before { content: $fa-var-medium; }
|
||||
.#{$fa-css-prefix}-yc:before,
|
||||
.#{$fa-css-prefix}-y-combinator:before { content: $fa-var-y-combinator; }
|
||||
.#{$fa-css-prefix}-optin-monster:before { content: $fa-var-optin-monster; }
|
||||
.#{$fa-css-prefix}-opencart:before { content: $fa-var-opencart; }
|
||||
.#{$fa-css-prefix}-expeditedssl:before { content: $fa-var-expeditedssl; }
|
||||
.#{$fa-css-prefix}-battery-4:before,
|
||||
.#{$fa-css-prefix}-battery:before,
|
||||
.#{$fa-css-prefix}-battery-full:before { content: $fa-var-battery-full; }
|
||||
.#{$fa-css-prefix}-battery-3:before,
|
||||
.#{$fa-css-prefix}-battery-three-quarters:before { content: $fa-var-battery-three-quarters; }
|
||||
.#{$fa-css-prefix}-battery-2:before,
|
||||
.#{$fa-css-prefix}-battery-half:before { content: $fa-var-battery-half; }
|
||||
.#{$fa-css-prefix}-battery-1:before,
|
||||
.#{$fa-css-prefix}-battery-quarter:before { content: $fa-var-battery-quarter; }
|
||||
.#{$fa-css-prefix}-battery-0:before,
|
||||
.#{$fa-css-prefix}-battery-empty:before { content: $fa-var-battery-empty; }
|
||||
.#{$fa-css-prefix}-mouse-pointer:before { content: $fa-var-mouse-pointer; }
|
||||
.#{$fa-css-prefix}-i-cursor:before { content: $fa-var-i-cursor; }
|
||||
.#{$fa-css-prefix}-object-group:before { content: $fa-var-object-group; }
|
||||
.#{$fa-css-prefix}-object-ungroup:before { content: $fa-var-object-ungroup; }
|
||||
.#{$fa-css-prefix}-sticky-note:before { content: $fa-var-sticky-note; }
|
||||
.#{$fa-css-prefix}-sticky-note-o:before { content: $fa-var-sticky-note-o; }
|
||||
.#{$fa-css-prefix}-cc-jcb:before { content: $fa-var-cc-jcb; }
|
||||
.#{$fa-css-prefix}-cc-diners-club:before { content: $fa-var-cc-diners-club; }
|
||||
.#{$fa-css-prefix}-clone:before { content: $fa-var-clone; }
|
||||
.#{$fa-css-prefix}-balance-scale:before { content: $fa-var-balance-scale; }
|
||||
.#{$fa-css-prefix}-hourglass-o:before { content: $fa-var-hourglass-o; }
|
||||
.#{$fa-css-prefix}-hourglass-1:before,
|
||||
.#{$fa-css-prefix}-hourglass-start:before { content: $fa-var-hourglass-start; }
|
||||
.#{$fa-css-prefix}-hourglass-2:before,
|
||||
.#{$fa-css-prefix}-hourglass-half:before { content: $fa-var-hourglass-half; }
|
||||
.#{$fa-css-prefix}-hourglass-3:before,
|
||||
.#{$fa-css-prefix}-hourglass-end:before { content: $fa-var-hourglass-end; }
|
||||
.#{$fa-css-prefix}-hourglass:before { content: $fa-var-hourglass; }
|
||||
.#{$fa-css-prefix}-hand-grab-o:before,
|
||||
.#{$fa-css-prefix}-hand-rock-o:before { content: $fa-var-hand-rock-o; }
|
||||
.#{$fa-css-prefix}-hand-stop-o:before,
|
||||
.#{$fa-css-prefix}-hand-paper-o:before { content: $fa-var-hand-paper-o; }
|
||||
.#{$fa-css-prefix}-hand-scissors-o:before { content: $fa-var-hand-scissors-o; }
|
||||
.#{$fa-css-prefix}-hand-lizard-o:before { content: $fa-var-hand-lizard-o; }
|
||||
.#{$fa-css-prefix}-hand-spock-o:before { content: $fa-var-hand-spock-o; }
|
||||
.#{$fa-css-prefix}-hand-pointer-o:before { content: $fa-var-hand-pointer-o; }
|
||||
.#{$fa-css-prefix}-hand-peace-o:before { content: $fa-var-hand-peace-o; }
|
||||
.#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; }
|
||||
.#{$fa-css-prefix}-registered:before { content: $fa-var-registered; }
|
||||
.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; }
|
||||
.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; }
|
||||
.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; }
|
||||
.#{$fa-css-prefix}-tripadvisor:before { content: $fa-var-tripadvisor; }
|
||||
.#{$fa-css-prefix}-odnoklassniki:before { content: $fa-var-odnoklassniki; }
|
||||
.#{$fa-css-prefix}-odnoklassniki-square:before { content: $fa-var-odnoklassniki-square; }
|
||||
.#{$fa-css-prefix}-get-pocket:before { content: $fa-var-get-pocket; }
|
||||
.#{$fa-css-prefix}-wikipedia-w:before { content: $fa-var-wikipedia-w; }
|
||||
.#{$fa-css-prefix}-safari:before { content: $fa-var-safari; }
|
||||
.#{$fa-css-prefix}-chrome:before { content: $fa-var-chrome; }
|
||||
.#{$fa-css-prefix}-firefox:before { content: $fa-var-firefox; }
|
||||
.#{$fa-css-prefix}-opera:before { content: $fa-var-opera; }
|
||||
.#{$fa-css-prefix}-internet-explorer:before { content: $fa-var-internet-explorer; }
|
||||
.#{$fa-css-prefix}-tv:before,
|
||||
.#{$fa-css-prefix}-television:before { content: $fa-var-television; }
|
||||
.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; }
|
||||
.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; }
|
||||
.#{$fa-css-prefix}-amazon:before { content: $fa-var-amazon; }
|
||||
.#{$fa-css-prefix}-calendar-plus-o:before { content: $fa-var-calendar-plus-o; }
|
||||
.#{$fa-css-prefix}-calendar-minus-o:before { content: $fa-var-calendar-minus-o; }
|
||||
.#{$fa-css-prefix}-calendar-times-o:before { content: $fa-var-calendar-times-o; }
|
||||
.#{$fa-css-prefix}-calendar-check-o:before { content: $fa-var-calendar-check-o; }
|
||||
.#{$fa-css-prefix}-industry:before { content: $fa-var-industry; }
|
||||
.#{$fa-css-prefix}-map-pin:before { content: $fa-var-map-pin; }
|
||||
.#{$fa-css-prefix}-map-signs:before { content: $fa-var-map-signs; }
|
||||
.#{$fa-css-prefix}-map-o:before { content: $fa-var-map-o; }
|
||||
.#{$fa-css-prefix}-map:before { content: $fa-var-map; }
|
||||
.#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; }
|
||||
.#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; }
|
||||
.#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; }
|
||||
.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; }
|
||||
.#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; }
|
||||
.#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; }
|
||||
.#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; }
|
||||
.#{$fa-css-prefix}-edge:before { content: $fa-var-edge; }
|
||||
.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
|
||||
.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; }
|
||||
.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; }
|
||||
.#{$fa-css-prefix}-fort-awesome:before { content: $fa-var-fort-awesome; }
|
||||
.#{$fa-css-prefix}-usb:before { content: $fa-var-usb; }
|
||||
.#{$fa-css-prefix}-product-hunt:before { content: $fa-var-product-hunt; }
|
||||
.#{$fa-css-prefix}-mixcloud:before { content: $fa-var-mixcloud; }
|
||||
.#{$fa-css-prefix}-scribd:before { content: $fa-var-scribd; }
|
||||
.#{$fa-css-prefix}-pause-circle:before { content: $fa-var-pause-circle; }
|
||||
.#{$fa-css-prefix}-pause-circle-o:before { content: $fa-var-pause-circle-o; }
|
||||
.#{$fa-css-prefix}-stop-circle:before { content: $fa-var-stop-circle; }
|
||||
.#{$fa-css-prefix}-stop-circle-o:before { content: $fa-var-stop-circle-o; }
|
||||
.#{$fa-css-prefix}-shopping-bag:before { content: $fa-var-shopping-bag; }
|
||||
.#{$fa-css-prefix}-shopping-basket:before { content: $fa-var-shopping-basket; }
|
||||
.#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; }
|
||||
.#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; }
|
||||
.#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; }
|
||||
.#{$fa-css-prefix}-percent:before { content: $fa-var-percent; }
|
||||
.#{$fa-css-prefix}-gitlab:before { content: $fa-var-gitlab; }
|
||||
.#{$fa-css-prefix}-wpbeginner:before { content: $fa-var-wpbeginner; }
|
||||
.#{$fa-css-prefix}-wpforms:before { content: $fa-var-wpforms; }
|
||||
.#{$fa-css-prefix}-envira:before { content: $fa-var-envira; }
|
||||
.#{$fa-css-prefix}-universal-access:before { content: $fa-var-universal-access; }
|
||||
.#{$fa-css-prefix}-wheelchair-alt:before { content: $fa-var-wheelchair-alt; }
|
||||
.#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; }
|
||||
.#{$fa-css-prefix}-blind:before { content: $fa-var-blind; }
|
||||
.#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }
|
||||
.#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; }
|
||||
.#{$fa-css-prefix}-braille:before { content: $fa-var-braille; }
|
||||
.#{$fa-css-prefix}-assistive-listening-systems:before { content: $fa-var-assistive-listening-systems; }
|
||||
.#{$fa-css-prefix}-asl-interpreting:before,
|
||||
.#{$fa-css-prefix}-american-sign-language-interpreting:before { content: $fa-var-american-sign-language-interpreting; }
|
||||
.#{$fa-css-prefix}-deafness:before,
|
||||
.#{$fa-css-prefix}-hard-of-hearing:before,
|
||||
.#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; }
|
||||
.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; }
|
||||
.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; }
|
||||
.#{$fa-css-prefix}-signing:before,
|
||||
.#{$fa-css-prefix}-sign-language:before { content: $fa-var-sign-language; }
|
||||
.#{$fa-css-prefix}-low-vision:before { content: $fa-var-low-vision; }
|
||||
.#{$fa-css-prefix}-viadeo:before { content: $fa-var-viadeo; }
|
||||
.#{$fa-css-prefix}-viadeo-square:before { content: $fa-var-viadeo-square; }
|
||||
.#{$fa-css-prefix}-snapchat:before { content: $fa-var-snapchat; }
|
||||
.#{$fa-css-prefix}-snapchat-ghost:before { content: $fa-var-snapchat-ghost; }
|
||||
.#{$fa-css-prefix}-snapchat-square:before { content: $fa-var-snapchat-square; }
|
||||
.#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; }
|
||||
.#{$fa-css-prefix}-first-order:before { content: $fa-var-first-order; }
|
||||
.#{$fa-css-prefix}-yoast:before { content: $fa-var-yoast; }
|
||||
.#{$fa-css-prefix}-themeisle:before { content: $fa-var-themeisle; }
|
||||
.#{$fa-css-prefix}-google-plus-circle:before,
|
||||
.#{$fa-css-prefix}-google-plus-official:before { content: $fa-var-google-plus-official; }
|
||||
.#{$fa-css-prefix}-fa:before,
|
||||
.#{$fa-css-prefix}-font-awesome:before { content: $fa-var-font-awesome; }
|
||||
.#{$fa-css-prefix}-handshake-o:before { content: $fa-var-handshake-o; }
|
||||
.#{$fa-css-prefix}-envelope-open:before { content: $fa-var-envelope-open; }
|
||||
.#{$fa-css-prefix}-envelope-open-o:before { content: $fa-var-envelope-open-o; }
|
||||
.#{$fa-css-prefix}-linode:before { content: $fa-var-linode; }
|
||||
.#{$fa-css-prefix}-address-book:before { content: $fa-var-address-book; }
|
||||
.#{$fa-css-prefix}-address-book-o:before { content: $fa-var-address-book-o; }
|
||||
.#{$fa-css-prefix}-vcard:before,
|
||||
.#{$fa-css-prefix}-address-card:before { content: $fa-var-address-card; }
|
||||
.#{$fa-css-prefix}-vcard-o:before,
|
||||
.#{$fa-css-prefix}-address-card-o:before { content: $fa-var-address-card-o; }
|
||||
.#{$fa-css-prefix}-user-circle:before { content: $fa-var-user-circle; }
|
||||
.#{$fa-css-prefix}-user-circle-o:before { content: $fa-var-user-circle-o; }
|
||||
.#{$fa-css-prefix}-user-o:before { content: $fa-var-user-o; }
|
||||
.#{$fa-css-prefix}-id-badge:before { content: $fa-var-id-badge; }
|
||||
.#{$fa-css-prefix}-drivers-license:before,
|
||||
.#{$fa-css-prefix}-id-card:before { content: $fa-var-id-card; }
|
||||
.#{$fa-css-prefix}-drivers-license-o:before,
|
||||
.#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; }
|
||||
.#{$fa-css-prefix}-quora:before { content: $fa-var-quora; }
|
||||
.#{$fa-css-prefix}-free-code-camp:before { content: $fa-var-free-code-camp; }
|
||||
.#{$fa-css-prefix}-telegram:before { content: $fa-var-telegram; }
|
||||
.#{$fa-css-prefix}-thermometer-4:before,
|
||||
.#{$fa-css-prefix}-thermometer:before,
|
||||
.#{$fa-css-prefix}-thermometer-full:before { content: $fa-var-thermometer-full; }
|
||||
.#{$fa-css-prefix}-thermometer-3:before,
|
||||
.#{$fa-css-prefix}-thermometer-three-quarters:before { content: $fa-var-thermometer-three-quarters; }
|
||||
.#{$fa-css-prefix}-thermometer-2:before,
|
||||
.#{$fa-css-prefix}-thermometer-half:before { content: $fa-var-thermometer-half; }
|
||||
.#{$fa-css-prefix}-thermometer-1:before,
|
||||
.#{$fa-css-prefix}-thermometer-quarter:before { content: $fa-var-thermometer-quarter; }
|
||||
.#{$fa-css-prefix}-thermometer-0:before,
|
||||
.#{$fa-css-prefix}-thermometer-empty:before { content: $fa-var-thermometer-empty; }
|
||||
.#{$fa-css-prefix}-shower:before { content: $fa-var-shower; }
|
||||
.#{$fa-css-prefix}-bathtub:before,
|
||||
.#{$fa-css-prefix}-s15:before,
|
||||
.#{$fa-css-prefix}-bath:before { content: $fa-var-bath; }
|
||||
.#{$fa-css-prefix}-podcast:before { content: $fa-var-podcast; }
|
||||
.#{$fa-css-prefix}-window-maximize:before { content: $fa-var-window-maximize; }
|
||||
.#{$fa-css-prefix}-window-minimize:before { content: $fa-var-window-minimize; }
|
||||
.#{$fa-css-prefix}-window-restore:before { content: $fa-var-window-restore; }
|
||||
.#{$fa-css-prefix}-times-rectangle:before,
|
||||
.#{$fa-css-prefix}-window-close:before { content: $fa-var-window-close; }
|
||||
.#{$fa-css-prefix}-times-rectangle-o:before,
|
||||
.#{$fa-css-prefix}-window-close-o:before { content: $fa-var-window-close-o; }
|
||||
.#{$fa-css-prefix}-bandcamp:before { content: $fa-var-bandcamp; }
|
||||
.#{$fa-css-prefix}-grav:before { content: $fa-var-grav; }
|
||||
.#{$fa-css-prefix}-etsy:before { content: $fa-var-etsy; }
|
||||
.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; }
|
||||
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
|
||||
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
||||
.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; }
|
||||
.#{$fa-css-prefix}-snowflake-o:before { content: $fa-var-snowflake-o; }
|
||||
.#{$fa-css-prefix}-superpowers:before { content: $fa-var-superpowers; }
|
||||
.#{$fa-css-prefix}-wpexplorer:before { content: $fa-var-wpexplorer; }
|
||||
.#{$fa-css-prefix}-meetup:before { content: $fa-var-meetup; }
|
||||
13
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_larger.scss
vendored
Normal file
13
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_larger.scss
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
// Icon Sizes
|
||||
// -------------------------
|
||||
|
||||
/* makes the font 33% larger relative to the icon container */
|
||||
.#{$fa-css-prefix}-lg {
|
||||
font-size: (4em / 3);
|
||||
line-height: (3em / 4);
|
||||
vertical-align: -15%;
|
||||
}
|
||||
.#{$fa-css-prefix}-2x { font-size: 2em; }
|
||||
.#{$fa-css-prefix}-3x { font-size: 3em; }
|
||||
.#{$fa-css-prefix}-4x { font-size: 4em; }
|
||||
.#{$fa-css-prefix}-5x { font-size: 5em; }
|
||||
19
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_list.scss
vendored
Normal file
19
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_list.scss
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
// List Icons
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-ul {
|
||||
padding-left: 0;
|
||||
margin-left: $fa-li-width;
|
||||
list-style-type: none;
|
||||
> li { position: relative; }
|
||||
}
|
||||
.#{$fa-css-prefix}-li {
|
||||
position: absolute;
|
||||
left: -$fa-li-width;
|
||||
width: $fa-li-width;
|
||||
top: (2em / 14);
|
||||
text-align: center;
|
||||
&.#{$fa-css-prefix}-lg {
|
||||
left: -$fa-li-width + (4em / 14);
|
||||
}
|
||||
}
|
||||
60
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_mixins.scss
vendored
Normal file
60
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_mixins.scss
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
// Mixins
|
||||
// --------------------------
|
||||
|
||||
@mixin fa-icon() {
|
||||
display: inline-block;
|
||||
font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
|
||||
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
||||
text-rendering: auto; // optimizelegibility throws things off #1094
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
}
|
||||
|
||||
@mixin fa-icon-rotate($degrees, $rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
|
||||
-webkit-transform: rotate($degrees);
|
||||
-ms-transform: rotate($degrees);
|
||||
transform: rotate($degrees);
|
||||
}
|
||||
|
||||
@mixin fa-icon-flip($horiz, $vert, $rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)";
|
||||
-webkit-transform: scale($horiz, $vert);
|
||||
-ms-transform: scale($horiz, $vert);
|
||||
transform: scale($horiz, $vert);
|
||||
}
|
||||
|
||||
|
||||
// Only display content to screen readers. A la Bootstrap 4.
|
||||
//
|
||||
// See: http://a11yproject.com/posts/how-to-hide-content/
|
||||
|
||||
@mixin sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0,0,0,0);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
// Use in conjunction with .sr-only to only display content when it's focused.
|
||||
//
|
||||
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
||||
//
|
||||
// Credit: HTML5 Boilerplate
|
||||
|
||||
@mixin sr-only-focusable {
|
||||
&:active,
|
||||
&:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
clip: auto;
|
||||
}
|
||||
}
|
||||
15
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_path.scss
vendored
Normal file
15
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_path.scss
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
/* FONT PATH
|
||||
* -------------------------- */
|
||||
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
|
||||
src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
|
||||
url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'),
|
||||
url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
|
||||
url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
|
||||
url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
|
||||
// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
20
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_rotated-flipped.scss
vendored
Normal file
20
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_rotated-flipped.scss
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
// Rotated & Flipped Icons
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
|
||||
.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
|
||||
.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
|
||||
|
||||
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
|
||||
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
|
||||
|
||||
// Hook for IE8-9
|
||||
// -------------------------
|
||||
|
||||
:root .#{$fa-css-prefix}-rotate-90,
|
||||
:root .#{$fa-css-prefix}-rotate-180,
|
||||
:root .#{$fa-css-prefix}-rotate-270,
|
||||
:root .#{$fa-css-prefix}-flip-horizontal,
|
||||
:root .#{$fa-css-prefix}-flip-vertical {
|
||||
filter: none;
|
||||
}
|
||||
5
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_screen-reader.scss
vendored
Normal file
5
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_screen-reader.scss
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
// Screen Readers
|
||||
// -------------------------
|
||||
|
||||
.sr-only { @include sr-only(); }
|
||||
.sr-only-focusable { @include sr-only-focusable(); }
|
||||
20
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_stacked.scss
vendored
Normal file
20
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_stacked.scss
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
// Stacked Icons
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-stack {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.#{$fa-css-prefix}-stack-1x { line-height: inherit; }
|
||||
.#{$fa-css-prefix}-stack-2x { font-size: 2em; }
|
||||
.#{$fa-css-prefix}-inverse { color: $fa-inverse; }
|
||||
800
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_variables.scss
vendored
Normal file
800
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/_variables.scss
vendored
Normal file
@ -0,0 +1,800 @@
|
||||
// Variables
|
||||
// --------------------------
|
||||
|
||||
$fa-font-path: "../fonts" !default;
|
||||
$fa-font-size-base: 14px !default;
|
||||
$fa-line-height-base: 1 !default;
|
||||
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts" !default; // for referencing Bootstrap CDN font files directly
|
||||
$fa-css-prefix: fa !default;
|
||||
$fa-version: "4.7.0" !default;
|
||||
$fa-border-color: #eee !default;
|
||||
$fa-inverse: #fff !default;
|
||||
$fa-li-width: (30em / 14) !default;
|
||||
|
||||
$fa-var-500px: "\f26e";
|
||||
$fa-var-address-book: "\f2b9";
|
||||
$fa-var-address-book-o: "\f2ba";
|
||||
$fa-var-address-card: "\f2bb";
|
||||
$fa-var-address-card-o: "\f2bc";
|
||||
$fa-var-adjust: "\f042";
|
||||
$fa-var-adn: "\f170";
|
||||
$fa-var-align-center: "\f037";
|
||||
$fa-var-align-justify: "\f039";
|
||||
$fa-var-align-left: "\f036";
|
||||
$fa-var-align-right: "\f038";
|
||||
$fa-var-amazon: "\f270";
|
||||
$fa-var-ambulance: "\f0f9";
|
||||
$fa-var-american-sign-language-interpreting: "\f2a3";
|
||||
$fa-var-anchor: "\f13d";
|
||||
$fa-var-android: "\f17b";
|
||||
$fa-var-angellist: "\f209";
|
||||
$fa-var-angle-double-down: "\f103";
|
||||
$fa-var-angle-double-left: "\f100";
|
||||
$fa-var-angle-double-right: "\f101";
|
||||
$fa-var-angle-double-up: "\f102";
|
||||
$fa-var-angle-down: "\f107";
|
||||
$fa-var-angle-left: "\f104";
|
||||
$fa-var-angle-right: "\f105";
|
||||
$fa-var-angle-up: "\f106";
|
||||
$fa-var-apple: "\f179";
|
||||
$fa-var-archive: "\f187";
|
||||
$fa-var-area-chart: "\f1fe";
|
||||
$fa-var-arrow-circle-down: "\f0ab";
|
||||
$fa-var-arrow-circle-left: "\f0a8";
|
||||
$fa-var-arrow-circle-o-down: "\f01a";
|
||||
$fa-var-arrow-circle-o-left: "\f190";
|
||||
$fa-var-arrow-circle-o-right: "\f18e";
|
||||
$fa-var-arrow-circle-o-up: "\f01b";
|
||||
$fa-var-arrow-circle-right: "\f0a9";
|
||||
$fa-var-arrow-circle-up: "\f0aa";
|
||||
$fa-var-arrow-down: "\f063";
|
||||
$fa-var-arrow-left: "\f060";
|
||||
$fa-var-arrow-right: "\f061";
|
||||
$fa-var-arrow-up: "\f062";
|
||||
$fa-var-arrows: "\f047";
|
||||
$fa-var-arrows-alt: "\f0b2";
|
||||
$fa-var-arrows-h: "\f07e";
|
||||
$fa-var-arrows-v: "\f07d";
|
||||
$fa-var-asl-interpreting: "\f2a3";
|
||||
$fa-var-assistive-listening-systems: "\f2a2";
|
||||
$fa-var-asterisk: "\f069";
|
||||
$fa-var-at: "\f1fa";
|
||||
$fa-var-audio-description: "\f29e";
|
||||
$fa-var-automobile: "\f1b9";
|
||||
$fa-var-backward: "\f04a";
|
||||
$fa-var-balance-scale: "\f24e";
|
||||
$fa-var-ban: "\f05e";
|
||||
$fa-var-bandcamp: "\f2d5";
|
||||
$fa-var-bank: "\f19c";
|
||||
$fa-var-bar-chart: "\f080";
|
||||
$fa-var-bar-chart-o: "\f080";
|
||||
$fa-var-barcode: "\f02a";
|
||||
$fa-var-bars: "\f0c9";
|
||||
$fa-var-bath: "\f2cd";
|
||||
$fa-var-bathtub: "\f2cd";
|
||||
$fa-var-battery: "\f240";
|
||||
$fa-var-battery-0: "\f244";
|
||||
$fa-var-battery-1: "\f243";
|
||||
$fa-var-battery-2: "\f242";
|
||||
$fa-var-battery-3: "\f241";
|
||||
$fa-var-battery-4: "\f240";
|
||||
$fa-var-battery-empty: "\f244";
|
||||
$fa-var-battery-full: "\f240";
|
||||
$fa-var-battery-half: "\f242";
|
||||
$fa-var-battery-quarter: "\f243";
|
||||
$fa-var-battery-three-quarters: "\f241";
|
||||
$fa-var-bed: "\f236";
|
||||
$fa-var-beer: "\f0fc";
|
||||
$fa-var-behance: "\f1b4";
|
||||
$fa-var-behance-square: "\f1b5";
|
||||
$fa-var-bell: "\f0f3";
|
||||
$fa-var-bell-o: "\f0a2";
|
||||
$fa-var-bell-slash: "\f1f6";
|
||||
$fa-var-bell-slash-o: "\f1f7";
|
||||
$fa-var-bicycle: "\f206";
|
||||
$fa-var-binoculars: "\f1e5";
|
||||
$fa-var-birthday-cake: "\f1fd";
|
||||
$fa-var-bitbucket: "\f171";
|
||||
$fa-var-bitbucket-square: "\f172";
|
||||
$fa-var-bitcoin: "\f15a";
|
||||
$fa-var-black-tie: "\f27e";
|
||||
$fa-var-blind: "\f29d";
|
||||
$fa-var-bluetooth: "\f293";
|
||||
$fa-var-bluetooth-b: "\f294";
|
||||
$fa-var-bold: "\f032";
|
||||
$fa-var-bolt: "\f0e7";
|
||||
$fa-var-bomb: "\f1e2";
|
||||
$fa-var-book: "\f02d";
|
||||
$fa-var-bookmark: "\f02e";
|
||||
$fa-var-bookmark-o: "\f097";
|
||||
$fa-var-braille: "\f2a1";
|
||||
$fa-var-briefcase: "\f0b1";
|
||||
$fa-var-btc: "\f15a";
|
||||
$fa-var-bug: "\f188";
|
||||
$fa-var-building: "\f1ad";
|
||||
$fa-var-building-o: "\f0f7";
|
||||
$fa-var-bullhorn: "\f0a1";
|
||||
$fa-var-bullseye: "\f140";
|
||||
$fa-var-bus: "\f207";
|
||||
$fa-var-buysellads: "\f20d";
|
||||
$fa-var-cab: "\f1ba";
|
||||
$fa-var-calculator: "\f1ec";
|
||||
$fa-var-calendar: "\f073";
|
||||
$fa-var-calendar-check-o: "\f274";
|
||||
$fa-var-calendar-minus-o: "\f272";
|
||||
$fa-var-calendar-o: "\f133";
|
||||
$fa-var-calendar-plus-o: "\f271";
|
||||
$fa-var-calendar-times-o: "\f273";
|
||||
$fa-var-camera: "\f030";
|
||||
$fa-var-camera-retro: "\f083";
|
||||
$fa-var-car: "\f1b9";
|
||||
$fa-var-caret-down: "\f0d7";
|
||||
$fa-var-caret-left: "\f0d9";
|
||||
$fa-var-caret-right: "\f0da";
|
||||
$fa-var-caret-square-o-down: "\f150";
|
||||
$fa-var-caret-square-o-left: "\f191";
|
||||
$fa-var-caret-square-o-right: "\f152";
|
||||
$fa-var-caret-square-o-up: "\f151";
|
||||
$fa-var-caret-up: "\f0d8";
|
||||
$fa-var-cart-arrow-down: "\f218";
|
||||
$fa-var-cart-plus: "\f217";
|
||||
$fa-var-cc: "\f20a";
|
||||
$fa-var-cc-amex: "\f1f3";
|
||||
$fa-var-cc-diners-club: "\f24c";
|
||||
$fa-var-cc-discover: "\f1f2";
|
||||
$fa-var-cc-jcb: "\f24b";
|
||||
$fa-var-cc-mastercard: "\f1f1";
|
||||
$fa-var-cc-paypal: "\f1f4";
|
||||
$fa-var-cc-stripe: "\f1f5";
|
||||
$fa-var-cc-visa: "\f1f0";
|
||||
$fa-var-certificate: "\f0a3";
|
||||
$fa-var-chain: "\f0c1";
|
||||
$fa-var-chain-broken: "\f127";
|
||||
$fa-var-check: "\f00c";
|
||||
$fa-var-check-circle: "\f058";
|
||||
$fa-var-check-circle-o: "\f05d";
|
||||
$fa-var-check-square: "\f14a";
|
||||
$fa-var-check-square-o: "\f046";
|
||||
$fa-var-chevron-circle-down: "\f13a";
|
||||
$fa-var-chevron-circle-left: "\f137";
|
||||
$fa-var-chevron-circle-right: "\f138";
|
||||
$fa-var-chevron-circle-up: "\f139";
|
||||
$fa-var-chevron-down: "\f078";
|
||||
$fa-var-chevron-left: "\f053";
|
||||
$fa-var-chevron-right: "\f054";
|
||||
$fa-var-chevron-up: "\f077";
|
||||
$fa-var-child: "\f1ae";
|
||||
$fa-var-chrome: "\f268";
|
||||
$fa-var-circle: "\f111";
|
||||
$fa-var-circle-o: "\f10c";
|
||||
$fa-var-circle-o-notch: "\f1ce";
|
||||
$fa-var-circle-thin: "\f1db";
|
||||
$fa-var-clipboard: "\f0ea";
|
||||
$fa-var-clock-o: "\f017";
|
||||
$fa-var-clone: "\f24d";
|
||||
$fa-var-close: "\f00d";
|
||||
$fa-var-cloud: "\f0c2";
|
||||
$fa-var-cloud-download: "\f0ed";
|
||||
$fa-var-cloud-upload: "\f0ee";
|
||||
$fa-var-cny: "\f157";
|
||||
$fa-var-code: "\f121";
|
||||
$fa-var-code-fork: "\f126";
|
||||
$fa-var-codepen: "\f1cb";
|
||||
$fa-var-codiepie: "\f284";
|
||||
$fa-var-coffee: "\f0f4";
|
||||
$fa-var-cog: "\f013";
|
||||
$fa-var-cogs: "\f085";
|
||||
$fa-var-columns: "\f0db";
|
||||
$fa-var-comment: "\f075";
|
||||
$fa-var-comment-o: "\f0e5";
|
||||
$fa-var-commenting: "\f27a";
|
||||
$fa-var-commenting-o: "\f27b";
|
||||
$fa-var-comments: "\f086";
|
||||
$fa-var-comments-o: "\f0e6";
|
||||
$fa-var-compass: "\f14e";
|
||||
$fa-var-compress: "\f066";
|
||||
$fa-var-connectdevelop: "\f20e";
|
||||
$fa-var-contao: "\f26d";
|
||||
$fa-var-copy: "\f0c5";
|
||||
$fa-var-copyright: "\f1f9";
|
||||
$fa-var-creative-commons: "\f25e";
|
||||
$fa-var-credit-card: "\f09d";
|
||||
$fa-var-credit-card-alt: "\f283";
|
||||
$fa-var-crop: "\f125";
|
||||
$fa-var-crosshairs: "\f05b";
|
||||
$fa-var-css3: "\f13c";
|
||||
$fa-var-cube: "\f1b2";
|
||||
$fa-var-cubes: "\f1b3";
|
||||
$fa-var-cut: "\f0c4";
|
||||
$fa-var-cutlery: "\f0f5";
|
||||
$fa-var-dashboard: "\f0e4";
|
||||
$fa-var-dashcube: "\f210";
|
||||
$fa-var-database: "\f1c0";
|
||||
$fa-var-deaf: "\f2a4";
|
||||
$fa-var-deafness: "\f2a4";
|
||||
$fa-var-dedent: "\f03b";
|
||||
$fa-var-delicious: "\f1a5";
|
||||
$fa-var-desktop: "\f108";
|
||||
$fa-var-deviantart: "\f1bd";
|
||||
$fa-var-diamond: "\f219";
|
||||
$fa-var-digg: "\f1a6";
|
||||
$fa-var-dollar: "\f155";
|
||||
$fa-var-dot-circle-o: "\f192";
|
||||
$fa-var-download: "\f019";
|
||||
$fa-var-dribbble: "\f17d";
|
||||
$fa-var-drivers-license: "\f2c2";
|
||||
$fa-var-drivers-license-o: "\f2c3";
|
||||
$fa-var-dropbox: "\f16b";
|
||||
$fa-var-drupal: "\f1a9";
|
||||
$fa-var-edge: "\f282";
|
||||
$fa-var-edit: "\f044";
|
||||
$fa-var-eercast: "\f2da";
|
||||
$fa-var-eject: "\f052";
|
||||
$fa-var-ellipsis-h: "\f141";
|
||||
$fa-var-ellipsis-v: "\f142";
|
||||
$fa-var-empire: "\f1d1";
|
||||
$fa-var-envelope: "\f0e0";
|
||||
$fa-var-envelope-o: "\f003";
|
||||
$fa-var-envelope-open: "\f2b6";
|
||||
$fa-var-envelope-open-o: "\f2b7";
|
||||
$fa-var-envelope-square: "\f199";
|
||||
$fa-var-envira: "\f299";
|
||||
$fa-var-eraser: "\f12d";
|
||||
$fa-var-etsy: "\f2d7";
|
||||
$fa-var-eur: "\f153";
|
||||
$fa-var-euro: "\f153";
|
||||
$fa-var-exchange: "\f0ec";
|
||||
$fa-var-exclamation: "\f12a";
|
||||
$fa-var-exclamation-circle: "\f06a";
|
||||
$fa-var-exclamation-triangle: "\f071";
|
||||
$fa-var-expand: "\f065";
|
||||
$fa-var-expeditedssl: "\f23e";
|
||||
$fa-var-external-link: "\f08e";
|
||||
$fa-var-external-link-square: "\f14c";
|
||||
$fa-var-eye: "\f06e";
|
||||
$fa-var-eye-slash: "\f070";
|
||||
$fa-var-eyedropper: "\f1fb";
|
||||
$fa-var-fa: "\f2b4";
|
||||
$fa-var-facebook: "\f09a";
|
||||
$fa-var-facebook-f: "\f09a";
|
||||
$fa-var-facebook-official: "\f230";
|
||||
$fa-var-facebook-square: "\f082";
|
||||
$fa-var-fast-backward: "\f049";
|
||||
$fa-var-fast-forward: "\f050";
|
||||
$fa-var-fax: "\f1ac";
|
||||
$fa-var-feed: "\f09e";
|
||||
$fa-var-female: "\f182";
|
||||
$fa-var-fighter-jet: "\f0fb";
|
||||
$fa-var-file: "\f15b";
|
||||
$fa-var-file-archive-o: "\f1c6";
|
||||
$fa-var-file-audio-o: "\f1c7";
|
||||
$fa-var-file-code-o: "\f1c9";
|
||||
$fa-var-file-excel-o: "\f1c3";
|
||||
$fa-var-file-image-o: "\f1c5";
|
||||
$fa-var-file-movie-o: "\f1c8";
|
||||
$fa-var-file-o: "\f016";
|
||||
$fa-var-file-pdf-o: "\f1c1";
|
||||
$fa-var-file-photo-o: "\f1c5";
|
||||
$fa-var-file-picture-o: "\f1c5";
|
||||
$fa-var-file-powerpoint-o: "\f1c4";
|
||||
$fa-var-file-sound-o: "\f1c7";
|
||||
$fa-var-file-text: "\f15c";
|
||||
$fa-var-file-text-o: "\f0f6";
|
||||
$fa-var-file-video-o: "\f1c8";
|
||||
$fa-var-file-word-o: "\f1c2";
|
||||
$fa-var-file-zip-o: "\f1c6";
|
||||
$fa-var-files-o: "\f0c5";
|
||||
$fa-var-film: "\f008";
|
||||
$fa-var-filter: "\f0b0";
|
||||
$fa-var-fire: "\f06d";
|
||||
$fa-var-fire-extinguisher: "\f134";
|
||||
$fa-var-firefox: "\f269";
|
||||
$fa-var-first-order: "\f2b0";
|
||||
$fa-var-flag: "\f024";
|
||||
$fa-var-flag-checkered: "\f11e";
|
||||
$fa-var-flag-o: "\f11d";
|
||||
$fa-var-flash: "\f0e7";
|
||||
$fa-var-flask: "\f0c3";
|
||||
$fa-var-flickr: "\f16e";
|
||||
$fa-var-floppy-o: "\f0c7";
|
||||
$fa-var-folder: "\f07b";
|
||||
$fa-var-folder-o: "\f114";
|
||||
$fa-var-folder-open: "\f07c";
|
||||
$fa-var-folder-open-o: "\f115";
|
||||
$fa-var-font: "\f031";
|
||||
$fa-var-font-awesome: "\f2b4";
|
||||
$fa-var-fonticons: "\f280";
|
||||
$fa-var-fort-awesome: "\f286";
|
||||
$fa-var-forumbee: "\f211";
|
||||
$fa-var-forward: "\f04e";
|
||||
$fa-var-foursquare: "\f180";
|
||||
$fa-var-free-code-camp: "\f2c5";
|
||||
$fa-var-frown-o: "\f119";
|
||||
$fa-var-futbol-o: "\f1e3";
|
||||
$fa-var-gamepad: "\f11b";
|
||||
$fa-var-gavel: "\f0e3";
|
||||
$fa-var-gbp: "\f154";
|
||||
$fa-var-ge: "\f1d1";
|
||||
$fa-var-gear: "\f013";
|
||||
$fa-var-gears: "\f085";
|
||||
$fa-var-genderless: "\f22d";
|
||||
$fa-var-get-pocket: "\f265";
|
||||
$fa-var-gg: "\f260";
|
||||
$fa-var-gg-circle: "\f261";
|
||||
$fa-var-gift: "\f06b";
|
||||
$fa-var-git: "\f1d3";
|
||||
$fa-var-git-square: "\f1d2";
|
||||
$fa-var-github: "\f09b";
|
||||
$fa-var-github-alt: "\f113";
|
||||
$fa-var-github-square: "\f092";
|
||||
$fa-var-gitlab: "\f296";
|
||||
$fa-var-gittip: "\f184";
|
||||
$fa-var-glass: "\f000";
|
||||
$fa-var-glide: "\f2a5";
|
||||
$fa-var-glide-g: "\f2a6";
|
||||
$fa-var-globe: "\f0ac";
|
||||
$fa-var-google: "\f1a0";
|
||||
$fa-var-google-plus: "\f0d5";
|
||||
$fa-var-google-plus-circle: "\f2b3";
|
||||
$fa-var-google-plus-official: "\f2b3";
|
||||
$fa-var-google-plus-square: "\f0d4";
|
||||
$fa-var-google-wallet: "\f1ee";
|
||||
$fa-var-graduation-cap: "\f19d";
|
||||
$fa-var-gratipay: "\f184";
|
||||
$fa-var-grav: "\f2d6";
|
||||
$fa-var-group: "\f0c0";
|
||||
$fa-var-h-square: "\f0fd";
|
||||
$fa-var-hacker-news: "\f1d4";
|
||||
$fa-var-hand-grab-o: "\f255";
|
||||
$fa-var-hand-lizard-o: "\f258";
|
||||
$fa-var-hand-o-down: "\f0a7";
|
||||
$fa-var-hand-o-left: "\f0a5";
|
||||
$fa-var-hand-o-right: "\f0a4";
|
||||
$fa-var-hand-o-up: "\f0a6";
|
||||
$fa-var-hand-paper-o: "\f256";
|
||||
$fa-var-hand-peace-o: "\f25b";
|
||||
$fa-var-hand-pointer-o: "\f25a";
|
||||
$fa-var-hand-rock-o: "\f255";
|
||||
$fa-var-hand-scissors-o: "\f257";
|
||||
$fa-var-hand-spock-o: "\f259";
|
||||
$fa-var-hand-stop-o: "\f256";
|
||||
$fa-var-handshake-o: "\f2b5";
|
||||
$fa-var-hard-of-hearing: "\f2a4";
|
||||
$fa-var-hashtag: "\f292";
|
||||
$fa-var-hdd-o: "\f0a0";
|
||||
$fa-var-header: "\f1dc";
|
||||
$fa-var-headphones: "\f025";
|
||||
$fa-var-heart: "\f004";
|
||||
$fa-var-heart-o: "\f08a";
|
||||
$fa-var-heartbeat: "\f21e";
|
||||
$fa-var-history: "\f1da";
|
||||
$fa-var-home: "\f015";
|
||||
$fa-var-hospital-o: "\f0f8";
|
||||
$fa-var-hotel: "\f236";
|
||||
$fa-var-hourglass: "\f254";
|
||||
$fa-var-hourglass-1: "\f251";
|
||||
$fa-var-hourglass-2: "\f252";
|
||||
$fa-var-hourglass-3: "\f253";
|
||||
$fa-var-hourglass-end: "\f253";
|
||||
$fa-var-hourglass-half: "\f252";
|
||||
$fa-var-hourglass-o: "\f250";
|
||||
$fa-var-hourglass-start: "\f251";
|
||||
$fa-var-houzz: "\f27c";
|
||||
$fa-var-html5: "\f13b";
|
||||
$fa-var-i-cursor: "\f246";
|
||||
$fa-var-id-badge: "\f2c1";
|
||||
$fa-var-id-card: "\f2c2";
|
||||
$fa-var-id-card-o: "\f2c3";
|
||||
$fa-var-ils: "\f20b";
|
||||
$fa-var-image: "\f03e";
|
||||
$fa-var-imdb: "\f2d8";
|
||||
$fa-var-inbox: "\f01c";
|
||||
$fa-var-indent: "\f03c";
|
||||
$fa-var-industry: "\f275";
|
||||
$fa-var-info: "\f129";
|
||||
$fa-var-info-circle: "\f05a";
|
||||
$fa-var-inr: "\f156";
|
||||
$fa-var-instagram: "\f16d";
|
||||
$fa-var-institution: "\f19c";
|
||||
$fa-var-internet-explorer: "\f26b";
|
||||
$fa-var-intersex: "\f224";
|
||||
$fa-var-ioxhost: "\f208";
|
||||
$fa-var-italic: "\f033";
|
||||
$fa-var-joomla: "\f1aa";
|
||||
$fa-var-jpy: "\f157";
|
||||
$fa-var-jsfiddle: "\f1cc";
|
||||
$fa-var-key: "\f084";
|
||||
$fa-var-keyboard-o: "\f11c";
|
||||
$fa-var-krw: "\f159";
|
||||
$fa-var-language: "\f1ab";
|
||||
$fa-var-laptop: "\f109";
|
||||
$fa-var-lastfm: "\f202";
|
||||
$fa-var-lastfm-square: "\f203";
|
||||
$fa-var-leaf: "\f06c";
|
||||
$fa-var-leanpub: "\f212";
|
||||
$fa-var-legal: "\f0e3";
|
||||
$fa-var-lemon-o: "\f094";
|
||||
$fa-var-level-down: "\f149";
|
||||
$fa-var-level-up: "\f148";
|
||||
$fa-var-life-bouy: "\f1cd";
|
||||
$fa-var-life-buoy: "\f1cd";
|
||||
$fa-var-life-ring: "\f1cd";
|
||||
$fa-var-life-saver: "\f1cd";
|
||||
$fa-var-lightbulb-o: "\f0eb";
|
||||
$fa-var-line-chart: "\f201";
|
||||
$fa-var-link: "\f0c1";
|
||||
$fa-var-linkedin: "\f0e1";
|
||||
$fa-var-linkedin-square: "\f08c";
|
||||
$fa-var-linode: "\f2b8";
|
||||
$fa-var-linux: "\f17c";
|
||||
$fa-var-list: "\f03a";
|
||||
$fa-var-list-alt: "\f022";
|
||||
$fa-var-list-ol: "\f0cb";
|
||||
$fa-var-list-ul: "\f0ca";
|
||||
$fa-var-location-arrow: "\f124";
|
||||
$fa-var-lock: "\f023";
|
||||
$fa-var-long-arrow-down: "\f175";
|
||||
$fa-var-long-arrow-left: "\f177";
|
||||
$fa-var-long-arrow-right: "\f178";
|
||||
$fa-var-long-arrow-up: "\f176";
|
||||
$fa-var-low-vision: "\f2a8";
|
||||
$fa-var-magic: "\f0d0";
|
||||
$fa-var-magnet: "\f076";
|
||||
$fa-var-mail-forward: "\f064";
|
||||
$fa-var-mail-reply: "\f112";
|
||||
$fa-var-mail-reply-all: "\f122";
|
||||
$fa-var-male: "\f183";
|
||||
$fa-var-map: "\f279";
|
||||
$fa-var-map-marker: "\f041";
|
||||
$fa-var-map-o: "\f278";
|
||||
$fa-var-map-pin: "\f276";
|
||||
$fa-var-map-signs: "\f277";
|
||||
$fa-var-mars: "\f222";
|
||||
$fa-var-mars-double: "\f227";
|
||||
$fa-var-mars-stroke: "\f229";
|
||||
$fa-var-mars-stroke-h: "\f22b";
|
||||
$fa-var-mars-stroke-v: "\f22a";
|
||||
$fa-var-maxcdn: "\f136";
|
||||
$fa-var-meanpath: "\f20c";
|
||||
$fa-var-medium: "\f23a";
|
||||
$fa-var-medkit: "\f0fa";
|
||||
$fa-var-meetup: "\f2e0";
|
||||
$fa-var-meh-o: "\f11a";
|
||||
$fa-var-mercury: "\f223";
|
||||
$fa-var-microchip: "\f2db";
|
||||
$fa-var-microphone: "\f130";
|
||||
$fa-var-microphone-slash: "\f131";
|
||||
$fa-var-minus: "\f068";
|
||||
$fa-var-minus-circle: "\f056";
|
||||
$fa-var-minus-square: "\f146";
|
||||
$fa-var-minus-square-o: "\f147";
|
||||
$fa-var-mixcloud: "\f289";
|
||||
$fa-var-mobile: "\f10b";
|
||||
$fa-var-mobile-phone: "\f10b";
|
||||
$fa-var-modx: "\f285";
|
||||
$fa-var-money: "\f0d6";
|
||||
$fa-var-moon-o: "\f186";
|
||||
$fa-var-mortar-board: "\f19d";
|
||||
$fa-var-motorcycle: "\f21c";
|
||||
$fa-var-mouse-pointer: "\f245";
|
||||
$fa-var-music: "\f001";
|
||||
$fa-var-navicon: "\f0c9";
|
||||
$fa-var-neuter: "\f22c";
|
||||
$fa-var-newspaper-o: "\f1ea";
|
||||
$fa-var-object-group: "\f247";
|
||||
$fa-var-object-ungroup: "\f248";
|
||||
$fa-var-odnoklassniki: "\f263";
|
||||
$fa-var-odnoklassniki-square: "\f264";
|
||||
$fa-var-opencart: "\f23d";
|
||||
$fa-var-openid: "\f19b";
|
||||
$fa-var-opera: "\f26a";
|
||||
$fa-var-optin-monster: "\f23c";
|
||||
$fa-var-outdent: "\f03b";
|
||||
$fa-var-pagelines: "\f18c";
|
||||
$fa-var-paint-brush: "\f1fc";
|
||||
$fa-var-paper-plane: "\f1d8";
|
||||
$fa-var-paper-plane-o: "\f1d9";
|
||||
$fa-var-paperclip: "\f0c6";
|
||||
$fa-var-paragraph: "\f1dd";
|
||||
$fa-var-paste: "\f0ea";
|
||||
$fa-var-pause: "\f04c";
|
||||
$fa-var-pause-circle: "\f28b";
|
||||
$fa-var-pause-circle-o: "\f28c";
|
||||
$fa-var-paw: "\f1b0";
|
||||
$fa-var-paypal: "\f1ed";
|
||||
$fa-var-pencil: "\f040";
|
||||
$fa-var-pencil-square: "\f14b";
|
||||
$fa-var-pencil-square-o: "\f044";
|
||||
$fa-var-percent: "\f295";
|
||||
$fa-var-phone: "\f095";
|
||||
$fa-var-phone-square: "\f098";
|
||||
$fa-var-photo: "\f03e";
|
||||
$fa-var-picture-o: "\f03e";
|
||||
$fa-var-pie-chart: "\f200";
|
||||
$fa-var-pied-piper: "\f2ae";
|
||||
$fa-var-pied-piper-alt: "\f1a8";
|
||||
$fa-var-pied-piper-pp: "\f1a7";
|
||||
$fa-var-pinterest: "\f0d2";
|
||||
$fa-var-pinterest-p: "\f231";
|
||||
$fa-var-pinterest-square: "\f0d3";
|
||||
$fa-var-plane: "\f072";
|
||||
$fa-var-play: "\f04b";
|
||||
$fa-var-play-circle: "\f144";
|
||||
$fa-var-play-circle-o: "\f01d";
|
||||
$fa-var-plug: "\f1e6";
|
||||
$fa-var-plus: "\f067";
|
||||
$fa-var-plus-circle: "\f055";
|
||||
$fa-var-plus-square: "\f0fe";
|
||||
$fa-var-plus-square-o: "\f196";
|
||||
$fa-var-podcast: "\f2ce";
|
||||
$fa-var-power-off: "\f011";
|
||||
$fa-var-print: "\f02f";
|
||||
$fa-var-product-hunt: "\f288";
|
||||
$fa-var-puzzle-piece: "\f12e";
|
||||
$fa-var-qq: "\f1d6";
|
||||
$fa-var-qrcode: "\f029";
|
||||
$fa-var-question: "\f128";
|
||||
$fa-var-question-circle: "\f059";
|
||||
$fa-var-question-circle-o: "\f29c";
|
||||
$fa-var-quora: "\f2c4";
|
||||
$fa-var-quote-left: "\f10d";
|
||||
$fa-var-quote-right: "\f10e";
|
||||
$fa-var-ra: "\f1d0";
|
||||
$fa-var-random: "\f074";
|
||||
$fa-var-ravelry: "\f2d9";
|
||||
$fa-var-rebel: "\f1d0";
|
||||
$fa-var-recycle: "\f1b8";
|
||||
$fa-var-reddit: "\f1a1";
|
||||
$fa-var-reddit-alien: "\f281";
|
||||
$fa-var-reddit-square: "\f1a2";
|
||||
$fa-var-refresh: "\f021";
|
||||
$fa-var-registered: "\f25d";
|
||||
$fa-var-remove: "\f00d";
|
||||
$fa-var-renren: "\f18b";
|
||||
$fa-var-reorder: "\f0c9";
|
||||
$fa-var-repeat: "\f01e";
|
||||
$fa-var-reply: "\f112";
|
||||
$fa-var-reply-all: "\f122";
|
||||
$fa-var-resistance: "\f1d0";
|
||||
$fa-var-retweet: "\f079";
|
||||
$fa-var-rmb: "\f157";
|
||||
$fa-var-road: "\f018";
|
||||
$fa-var-rocket: "\f135";
|
||||
$fa-var-rotate-left: "\f0e2";
|
||||
$fa-var-rotate-right: "\f01e";
|
||||
$fa-var-rouble: "\f158";
|
||||
$fa-var-rss: "\f09e";
|
||||
$fa-var-rss-square: "\f143";
|
||||
$fa-var-rub: "\f158";
|
||||
$fa-var-ruble: "\f158";
|
||||
$fa-var-rupee: "\f156";
|
||||
$fa-var-s15: "\f2cd";
|
||||
$fa-var-safari: "\f267";
|
||||
$fa-var-save: "\f0c7";
|
||||
$fa-var-scissors: "\f0c4";
|
||||
$fa-var-scribd: "\f28a";
|
||||
$fa-var-search: "\f002";
|
||||
$fa-var-search-minus: "\f010";
|
||||
$fa-var-search-plus: "\f00e";
|
||||
$fa-var-sellsy: "\f213";
|
||||
$fa-var-send: "\f1d8";
|
||||
$fa-var-send-o: "\f1d9";
|
||||
$fa-var-server: "\f233";
|
||||
$fa-var-share: "\f064";
|
||||
$fa-var-share-alt: "\f1e0";
|
||||
$fa-var-share-alt-square: "\f1e1";
|
||||
$fa-var-share-square: "\f14d";
|
||||
$fa-var-share-square-o: "\f045";
|
||||
$fa-var-shekel: "\f20b";
|
||||
$fa-var-sheqel: "\f20b";
|
||||
$fa-var-shield: "\f132";
|
||||
$fa-var-ship: "\f21a";
|
||||
$fa-var-shirtsinbulk: "\f214";
|
||||
$fa-var-shopping-bag: "\f290";
|
||||
$fa-var-shopping-basket: "\f291";
|
||||
$fa-var-shopping-cart: "\f07a";
|
||||
$fa-var-shower: "\f2cc";
|
||||
$fa-var-sign-in: "\f090";
|
||||
$fa-var-sign-language: "\f2a7";
|
||||
$fa-var-sign-out: "\f08b";
|
||||
$fa-var-signal: "\f012";
|
||||
$fa-var-signing: "\f2a7";
|
||||
$fa-var-simplybuilt: "\f215";
|
||||
$fa-var-sitemap: "\f0e8";
|
||||
$fa-var-skyatlas: "\f216";
|
||||
$fa-var-skype: "\f17e";
|
||||
$fa-var-slack: "\f198";
|
||||
$fa-var-sliders: "\f1de";
|
||||
$fa-var-slideshare: "\f1e7";
|
||||
$fa-var-smile-o: "\f118";
|
||||
$fa-var-snapchat: "\f2ab";
|
||||
$fa-var-snapchat-ghost: "\f2ac";
|
||||
$fa-var-snapchat-square: "\f2ad";
|
||||
$fa-var-snowflake-o: "\f2dc";
|
||||
$fa-var-soccer-ball-o: "\f1e3";
|
||||
$fa-var-sort: "\f0dc";
|
||||
$fa-var-sort-alpha-asc: "\f15d";
|
||||
$fa-var-sort-alpha-desc: "\f15e";
|
||||
$fa-var-sort-amount-asc: "\f160";
|
||||
$fa-var-sort-amount-desc: "\f161";
|
||||
$fa-var-sort-asc: "\f0de";
|
||||
$fa-var-sort-desc: "\f0dd";
|
||||
$fa-var-sort-down: "\f0dd";
|
||||
$fa-var-sort-numeric-asc: "\f162";
|
||||
$fa-var-sort-numeric-desc: "\f163";
|
||||
$fa-var-sort-up: "\f0de";
|
||||
$fa-var-soundcloud: "\f1be";
|
||||
$fa-var-space-shuttle: "\f197";
|
||||
$fa-var-spinner: "\f110";
|
||||
$fa-var-spoon: "\f1b1";
|
||||
$fa-var-spotify: "\f1bc";
|
||||
$fa-var-square: "\f0c8";
|
||||
$fa-var-square-o: "\f096";
|
||||
$fa-var-stack-exchange: "\f18d";
|
||||
$fa-var-stack-overflow: "\f16c";
|
||||
$fa-var-star: "\f005";
|
||||
$fa-var-star-half: "\f089";
|
||||
$fa-var-star-half-empty: "\f123";
|
||||
$fa-var-star-half-full: "\f123";
|
||||
$fa-var-star-half-o: "\f123";
|
||||
$fa-var-star-o: "\f006";
|
||||
$fa-var-steam: "\f1b6";
|
||||
$fa-var-steam-square: "\f1b7";
|
||||
$fa-var-step-backward: "\f048";
|
||||
$fa-var-step-forward: "\f051";
|
||||
$fa-var-stethoscope: "\f0f1";
|
||||
$fa-var-sticky-note: "\f249";
|
||||
$fa-var-sticky-note-o: "\f24a";
|
||||
$fa-var-stop: "\f04d";
|
||||
$fa-var-stop-circle: "\f28d";
|
||||
$fa-var-stop-circle-o: "\f28e";
|
||||
$fa-var-street-view: "\f21d";
|
||||
$fa-var-strikethrough: "\f0cc";
|
||||
$fa-var-stumbleupon: "\f1a4";
|
||||
$fa-var-stumbleupon-circle: "\f1a3";
|
||||
$fa-var-subscript: "\f12c";
|
||||
$fa-var-subway: "\f239";
|
||||
$fa-var-suitcase: "\f0f2";
|
||||
$fa-var-sun-o: "\f185";
|
||||
$fa-var-superpowers: "\f2dd";
|
||||
$fa-var-superscript: "\f12b";
|
||||
$fa-var-support: "\f1cd";
|
||||
$fa-var-table: "\f0ce";
|
||||
$fa-var-tablet: "\f10a";
|
||||
$fa-var-tachometer: "\f0e4";
|
||||
$fa-var-tag: "\f02b";
|
||||
$fa-var-tags: "\f02c";
|
||||
$fa-var-tasks: "\f0ae";
|
||||
$fa-var-taxi: "\f1ba";
|
||||
$fa-var-telegram: "\f2c6";
|
||||
$fa-var-television: "\f26c";
|
||||
$fa-var-tencent-weibo: "\f1d5";
|
||||
$fa-var-terminal: "\f120";
|
||||
$fa-var-text-height: "\f034";
|
||||
$fa-var-text-width: "\f035";
|
||||
$fa-var-th: "\f00a";
|
||||
$fa-var-th-large: "\f009";
|
||||
$fa-var-th-list: "\f00b";
|
||||
$fa-var-themeisle: "\f2b2";
|
||||
$fa-var-thermometer: "\f2c7";
|
||||
$fa-var-thermometer-0: "\f2cb";
|
||||
$fa-var-thermometer-1: "\f2ca";
|
||||
$fa-var-thermometer-2: "\f2c9";
|
||||
$fa-var-thermometer-3: "\f2c8";
|
||||
$fa-var-thermometer-4: "\f2c7";
|
||||
$fa-var-thermometer-empty: "\f2cb";
|
||||
$fa-var-thermometer-full: "\f2c7";
|
||||
$fa-var-thermometer-half: "\f2c9";
|
||||
$fa-var-thermometer-quarter: "\f2ca";
|
||||
$fa-var-thermometer-three-quarters: "\f2c8";
|
||||
$fa-var-thumb-tack: "\f08d";
|
||||
$fa-var-thumbs-down: "\f165";
|
||||
$fa-var-thumbs-o-down: "\f088";
|
||||
$fa-var-thumbs-o-up: "\f087";
|
||||
$fa-var-thumbs-up: "\f164";
|
||||
$fa-var-ticket: "\f145";
|
||||
$fa-var-times: "\f00d";
|
||||
$fa-var-times-circle: "\f057";
|
||||
$fa-var-times-circle-o: "\f05c";
|
||||
$fa-var-times-rectangle: "\f2d3";
|
||||
$fa-var-times-rectangle-o: "\f2d4";
|
||||
$fa-var-tint: "\f043";
|
||||
$fa-var-toggle-down: "\f150";
|
||||
$fa-var-toggle-left: "\f191";
|
||||
$fa-var-toggle-off: "\f204";
|
||||
$fa-var-toggle-on: "\f205";
|
||||
$fa-var-toggle-right: "\f152";
|
||||
$fa-var-toggle-up: "\f151";
|
||||
$fa-var-trademark: "\f25c";
|
||||
$fa-var-train: "\f238";
|
||||
$fa-var-transgender: "\f224";
|
||||
$fa-var-transgender-alt: "\f225";
|
||||
$fa-var-trash: "\f1f8";
|
||||
$fa-var-trash-o: "\f014";
|
||||
$fa-var-tree: "\f1bb";
|
||||
$fa-var-trello: "\f181";
|
||||
$fa-var-tripadvisor: "\f262";
|
||||
$fa-var-trophy: "\f091";
|
||||
$fa-var-truck: "\f0d1";
|
||||
$fa-var-try: "\f195";
|
||||
$fa-var-tty: "\f1e4";
|
||||
$fa-var-tumblr: "\f173";
|
||||
$fa-var-tumblr-square: "\f174";
|
||||
$fa-var-turkish-lira: "\f195";
|
||||
$fa-var-tv: "\f26c";
|
||||
$fa-var-twitch: "\f1e8";
|
||||
$fa-var-twitter: "\f099";
|
||||
$fa-var-twitter-square: "\f081";
|
||||
$fa-var-umbrella: "\f0e9";
|
||||
$fa-var-underline: "\f0cd";
|
||||
$fa-var-undo: "\f0e2";
|
||||
$fa-var-universal-access: "\f29a";
|
||||
$fa-var-university: "\f19c";
|
||||
$fa-var-unlink: "\f127";
|
||||
$fa-var-unlock: "\f09c";
|
||||
$fa-var-unlock-alt: "\f13e";
|
||||
$fa-var-unsorted: "\f0dc";
|
||||
$fa-var-upload: "\f093";
|
||||
$fa-var-usb: "\f287";
|
||||
$fa-var-usd: "\f155";
|
||||
$fa-var-user: "\f007";
|
||||
$fa-var-user-circle: "\f2bd";
|
||||
$fa-var-user-circle-o: "\f2be";
|
||||
$fa-var-user-md: "\f0f0";
|
||||
$fa-var-user-o: "\f2c0";
|
||||
$fa-var-user-plus: "\f234";
|
||||
$fa-var-user-secret: "\f21b";
|
||||
$fa-var-user-times: "\f235";
|
||||
$fa-var-users: "\f0c0";
|
||||
$fa-var-vcard: "\f2bb";
|
||||
$fa-var-vcard-o: "\f2bc";
|
||||
$fa-var-venus: "\f221";
|
||||
$fa-var-venus-double: "\f226";
|
||||
$fa-var-venus-mars: "\f228";
|
||||
$fa-var-viacoin: "\f237";
|
||||
$fa-var-viadeo: "\f2a9";
|
||||
$fa-var-viadeo-square: "\f2aa";
|
||||
$fa-var-video-camera: "\f03d";
|
||||
$fa-var-vimeo: "\f27d";
|
||||
$fa-var-vimeo-square: "\f194";
|
||||
$fa-var-vine: "\f1ca";
|
||||
$fa-var-vk: "\f189";
|
||||
$fa-var-volume-control-phone: "\f2a0";
|
||||
$fa-var-volume-down: "\f027";
|
||||
$fa-var-volume-off: "\f026";
|
||||
$fa-var-volume-up: "\f028";
|
||||
$fa-var-warning: "\f071";
|
||||
$fa-var-wechat: "\f1d7";
|
||||
$fa-var-weibo: "\f18a";
|
||||
$fa-var-weixin: "\f1d7";
|
||||
$fa-var-whatsapp: "\f232";
|
||||
$fa-var-wheelchair: "\f193";
|
||||
$fa-var-wheelchair-alt: "\f29b";
|
||||
$fa-var-wifi: "\f1eb";
|
||||
$fa-var-wikipedia-w: "\f266";
|
||||
$fa-var-window-close: "\f2d3";
|
||||
$fa-var-window-close-o: "\f2d4";
|
||||
$fa-var-window-maximize: "\f2d0";
|
||||
$fa-var-window-minimize: "\f2d1";
|
||||
$fa-var-window-restore: "\f2d2";
|
||||
$fa-var-windows: "\f17a";
|
||||
$fa-var-won: "\f159";
|
||||
$fa-var-wordpress: "\f19a";
|
||||
$fa-var-wpbeginner: "\f297";
|
||||
$fa-var-wpexplorer: "\f2de";
|
||||
$fa-var-wpforms: "\f298";
|
||||
$fa-var-wrench: "\f0ad";
|
||||
$fa-var-xing: "\f168";
|
||||
$fa-var-xing-square: "\f169";
|
||||
$fa-var-y-combinator: "\f23b";
|
||||
$fa-var-y-combinator-square: "\f1d4";
|
||||
$fa-var-yahoo: "\f19e";
|
||||
$fa-var-yc: "\f23b";
|
||||
$fa-var-yc-square: "\f1d4";
|
||||
$fa-var-yelp: "\f1e9";
|
||||
$fa-var-yen: "\f157";
|
||||
$fa-var-yoast: "\f2b1";
|
||||
$fa-var-youtube: "\f167";
|
||||
$fa-var-youtube-play: "\f16a";
|
||||
$fa-var-youtube-square: "\f166";
|
||||
|
||||
18
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/font-awesome.scss
vendored
Normal file
18
src/main/webapp/WEB-INF/views/_common/_js/font-awesome/scss/font-awesome.scss
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
/*!
|
||||
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
*/
|
||||
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
@import "path";
|
||||
@import "core";
|
||||
@import "larger";
|
||||
@import "fixed-width";
|
||||
@import "list";
|
||||
@import "bordered-pulled";
|
||||
@import "animated";
|
||||
@import "rotated-flipped";
|
||||
@import "stacked";
|
||||
@import "icons";
|
||||
@import "screen-reader";
|
||||
File diff suppressed because it is too large
Load Diff
1
src/main/webapp/WEB-INF/views/_common/_js/fullcalendar/5.9.0/locales-all.min.js
vendored
Normal file
1
src/main/webapp/WEB-INF/views/_common/_js/fullcalendar/5.9.0/locales-all.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var af = {
|
||||
code: 'af',
|
||||
week: {
|
||||
dow: 1, // Maandag is die eerste dag van die week.
|
||||
doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Vorige',
|
||||
next: 'Volgende',
|
||||
today: 'Vandag',
|
||||
year: 'Jaar',
|
||||
month: 'Maand',
|
||||
week: 'Week',
|
||||
day: 'Dag',
|
||||
list: 'Agenda',
|
||||
},
|
||||
allDayText: 'Heeldag',
|
||||
moreLinkText: 'Addisionele',
|
||||
noEventsText: 'Daar is geen gebeurtenisse nie',
|
||||
};
|
||||
|
||||
return af;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var arDz = {
|
||||
code: 'ar-dz',
|
||||
week: {
|
||||
dow: 0, // Sunday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'السابق',
|
||||
next: 'التالي',
|
||||
today: 'اليوم',
|
||||
month: 'شهر',
|
||||
week: 'أسبوع',
|
||||
day: 'يوم',
|
||||
list: 'أجندة',
|
||||
},
|
||||
weekText: 'أسبوع',
|
||||
allDayText: 'اليوم كله',
|
||||
moreLinkText: 'أخرى',
|
||||
noEventsText: 'أي أحداث لعرض',
|
||||
};
|
||||
|
||||
return arDz;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var arKw = {
|
||||
code: 'ar-kw',
|
||||
week: {
|
||||
dow: 0, // Sunday is the first day of the week.
|
||||
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'السابق',
|
||||
next: 'التالي',
|
||||
today: 'اليوم',
|
||||
month: 'شهر',
|
||||
week: 'أسبوع',
|
||||
day: 'يوم',
|
||||
list: 'أجندة',
|
||||
},
|
||||
weekText: 'أسبوع',
|
||||
allDayText: 'اليوم كله',
|
||||
moreLinkText: 'أخرى',
|
||||
noEventsText: 'أي أحداث لعرض',
|
||||
};
|
||||
|
||||
return arKw;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var arLy = {
|
||||
code: 'ar-ly',
|
||||
week: {
|
||||
dow: 6, // Saturday is the first day of the week.
|
||||
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'السابق',
|
||||
next: 'التالي',
|
||||
today: 'اليوم',
|
||||
month: 'شهر',
|
||||
week: 'أسبوع',
|
||||
day: 'يوم',
|
||||
list: 'أجندة',
|
||||
},
|
||||
weekText: 'أسبوع',
|
||||
allDayText: 'اليوم كله',
|
||||
moreLinkText: 'أخرى',
|
||||
noEventsText: 'أي أحداث لعرض',
|
||||
};
|
||||
|
||||
return arLy;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var arMa = {
|
||||
code: 'ar-ma',
|
||||
week: {
|
||||
dow: 6, // Saturday is the first day of the week.
|
||||
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'السابق',
|
||||
next: 'التالي',
|
||||
today: 'اليوم',
|
||||
month: 'شهر',
|
||||
week: 'أسبوع',
|
||||
day: 'يوم',
|
||||
list: 'أجندة',
|
||||
},
|
||||
weekText: 'أسبوع',
|
||||
allDayText: 'اليوم كله',
|
||||
moreLinkText: 'أخرى',
|
||||
noEventsText: 'أي أحداث لعرض',
|
||||
};
|
||||
|
||||
return arMa;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var arSa = {
|
||||
code: 'ar-sa',
|
||||
week: {
|
||||
dow: 0, // Sunday is the first day of the week.
|
||||
doy: 6, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'السابق',
|
||||
next: 'التالي',
|
||||
today: 'اليوم',
|
||||
month: 'شهر',
|
||||
week: 'أسبوع',
|
||||
day: 'يوم',
|
||||
list: 'أجندة',
|
||||
},
|
||||
weekText: 'أسبوع',
|
||||
allDayText: 'اليوم كله',
|
||||
moreLinkText: 'أخرى',
|
||||
noEventsText: 'أي أحداث لعرض',
|
||||
};
|
||||
|
||||
return arSa;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var arTn = {
|
||||
code: 'ar-tn',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'السابق',
|
||||
next: 'التالي',
|
||||
today: 'اليوم',
|
||||
month: 'شهر',
|
||||
week: 'أسبوع',
|
||||
day: 'يوم',
|
||||
list: 'أجندة',
|
||||
},
|
||||
weekText: 'أسبوع',
|
||||
allDayText: 'اليوم كله',
|
||||
moreLinkText: 'أخرى',
|
||||
noEventsText: 'أي أحداث لعرض',
|
||||
};
|
||||
|
||||
return arTn;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var ar = {
|
||||
code: 'ar',
|
||||
week: {
|
||||
dow: 6, // Saturday is the first day of the week.
|
||||
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'السابق',
|
||||
next: 'التالي',
|
||||
today: 'اليوم',
|
||||
month: 'شهر',
|
||||
week: 'أسبوع',
|
||||
day: 'يوم',
|
||||
list: 'أجندة',
|
||||
},
|
||||
weekText: 'أسبوع',
|
||||
allDayText: 'اليوم كله',
|
||||
moreLinkText: 'أخرى',
|
||||
noEventsText: 'أي أحداث لعرض',
|
||||
};
|
||||
|
||||
return ar;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,29 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var az = {
|
||||
code: 'az',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Əvvəl',
|
||||
next: 'Sonra',
|
||||
today: 'Bu Gün',
|
||||
month: 'Ay',
|
||||
week: 'Həftə',
|
||||
day: 'Gün',
|
||||
list: 'Gündəm',
|
||||
},
|
||||
weekText: 'Həftə',
|
||||
allDayText: 'Bütün Gün',
|
||||
moreLinkText: function(n) {
|
||||
return '+ daha çox ' + n
|
||||
},
|
||||
noEventsText: 'Göstərmək üçün hadisə yoxdur',
|
||||
};
|
||||
|
||||
return az;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var bg = {
|
||||
code: 'bg',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'назад',
|
||||
next: 'напред',
|
||||
today: 'днес',
|
||||
month: 'Месец',
|
||||
week: 'Седмица',
|
||||
day: 'Ден',
|
||||
list: 'График',
|
||||
},
|
||||
allDayText: 'Цял ден',
|
||||
moreLinkText: function(n) {
|
||||
return '+още ' + n
|
||||
},
|
||||
noEventsText: 'Няма събития за показване',
|
||||
};
|
||||
|
||||
return bg;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,29 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var bn = {
|
||||
code: 'bn',
|
||||
week: {
|
||||
dow: 0, // Sunday is the first day of the week.
|
||||
doy: 6, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'পেছনে',
|
||||
next: 'সামনে',
|
||||
today: 'আজ',
|
||||
month: 'মাস',
|
||||
week: 'সপ্তাহ',
|
||||
day: 'দিন',
|
||||
list: 'তালিকা',
|
||||
},
|
||||
weekText: 'সপ্তাহ',
|
||||
allDayText: 'সারাদিন',
|
||||
moreLinkText: function(n) {
|
||||
return '+অন্যান্য ' + n
|
||||
},
|
||||
noEventsText: 'কোনো ইভেন্ট নেই',
|
||||
};
|
||||
|
||||
return bn;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,29 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var bs = {
|
||||
code: 'bs',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Prošli',
|
||||
next: 'Sljedeći',
|
||||
today: 'Danas',
|
||||
month: 'Mjesec',
|
||||
week: 'Sedmica',
|
||||
day: 'Dan',
|
||||
list: 'Raspored',
|
||||
},
|
||||
weekText: 'Sed',
|
||||
allDayText: 'Cijeli dan',
|
||||
moreLinkText: function(n) {
|
||||
return '+ još ' + n
|
||||
},
|
||||
noEventsText: 'Nema događaja za prikazivanje',
|
||||
};
|
||||
|
||||
return bs;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var ca = {
|
||||
code: 'ca',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Anterior',
|
||||
next: 'Següent',
|
||||
today: 'Avui',
|
||||
month: 'Mes',
|
||||
week: 'Setmana',
|
||||
day: 'Dia',
|
||||
list: 'Agenda',
|
||||
},
|
||||
weekText: 'Set',
|
||||
allDayText: 'Tot el dia',
|
||||
moreLinkText: 'més',
|
||||
noEventsText: 'No hi ha esdeveniments per mostrar',
|
||||
};
|
||||
|
||||
return ca;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,29 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var cs = {
|
||||
code: 'cs',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Dříve',
|
||||
next: 'Později',
|
||||
today: 'Nyní',
|
||||
month: 'Měsíc',
|
||||
week: 'Týden',
|
||||
day: 'Den',
|
||||
list: 'Agenda',
|
||||
},
|
||||
weekText: 'Týd',
|
||||
allDayText: 'Celý den',
|
||||
moreLinkText: function(n) {
|
||||
return '+další: ' + n
|
||||
},
|
||||
noEventsText: 'Žádné akce k zobrazení',
|
||||
};
|
||||
|
||||
return cs;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var cy = {
|
||||
code: 'cy',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Blaenorol',
|
||||
next: 'Nesaf',
|
||||
today: 'Heddiw',
|
||||
year: 'Blwyddyn',
|
||||
month: 'Mis',
|
||||
week: 'Wythnos',
|
||||
day: 'Dydd',
|
||||
list: 'Rhestr',
|
||||
},
|
||||
weekText: 'Wythnos',
|
||||
allDayText: 'Trwy\'r dydd',
|
||||
moreLinkText: 'Mwy',
|
||||
noEventsText: 'Dim digwyddiadau',
|
||||
};
|
||||
|
||||
return cy;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var da = {
|
||||
code: 'da',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Forrige',
|
||||
next: 'Næste',
|
||||
today: 'I dag',
|
||||
month: 'Måned',
|
||||
week: 'Uge',
|
||||
day: 'Dag',
|
||||
list: 'Agenda',
|
||||
},
|
||||
weekText: 'Uge',
|
||||
allDayText: 'Hele dagen',
|
||||
moreLinkText: 'flere',
|
||||
noEventsText: 'Ingen arrangementer at vise',
|
||||
};
|
||||
|
||||
return da;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,30 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var deAt = {
|
||||
code: 'de-at',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Zurück',
|
||||
next: 'Vor',
|
||||
today: 'Heute',
|
||||
year: 'Jahr',
|
||||
month: 'Monat',
|
||||
week: 'Woche',
|
||||
day: 'Tag',
|
||||
list: 'Terminübersicht',
|
||||
},
|
||||
weekText: 'KW',
|
||||
allDayText: 'Ganztägig',
|
||||
moreLinkText: function(n) {
|
||||
return '+ weitere ' + n
|
||||
},
|
||||
noEventsText: 'Keine Ereignisse anzuzeigen',
|
||||
};
|
||||
|
||||
return deAt;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,30 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var de = {
|
||||
code: 'de',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Zurück',
|
||||
next: 'Vor',
|
||||
today: 'Heute',
|
||||
year: 'Jahr',
|
||||
month: 'Monat',
|
||||
week: 'Woche',
|
||||
day: 'Tag',
|
||||
list: 'Terminübersicht',
|
||||
},
|
||||
weekText: 'KW',
|
||||
allDayText: 'Ganztägig',
|
||||
moreLinkText: function(n) {
|
||||
return '+ weitere ' + n
|
||||
},
|
||||
noEventsText: 'Keine Ereignisse anzuzeigen',
|
||||
};
|
||||
|
||||
return de;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var el = {
|
||||
code: 'el',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Προηγούμενος',
|
||||
next: 'Επόμενος',
|
||||
today: 'Σήμερα',
|
||||
month: 'Μήνας',
|
||||
week: 'Εβδομάδα',
|
||||
day: 'Ημέρα',
|
||||
list: 'Ατζέντα',
|
||||
},
|
||||
weekText: 'Εβδ',
|
||||
allDayText: 'Ολοήμερο',
|
||||
moreLinkText: 'περισσότερα',
|
||||
noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
|
||||
};
|
||||
|
||||
return el;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,14 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var enAu = {
|
||||
code: 'en-au',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
};
|
||||
|
||||
return enAu;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,14 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var enGb = {
|
||||
code: 'en-gb',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
};
|
||||
|
||||
return enGb;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,14 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var enNz = {
|
||||
code: 'en-nz',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
};
|
||||
|
||||
return enNz;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var eo = {
|
||||
code: 'eo',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Antaŭa',
|
||||
next: 'Sekva',
|
||||
today: 'Hodiaŭ',
|
||||
month: 'Monato',
|
||||
week: 'Semajno',
|
||||
day: 'Tago',
|
||||
list: 'Tagordo',
|
||||
},
|
||||
weekText: 'Sm',
|
||||
allDayText: 'Tuta tago',
|
||||
moreLinkText: 'pli',
|
||||
noEventsText: 'Neniuj eventoj por montri',
|
||||
};
|
||||
|
||||
return eo;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var esUs = {
|
||||
code: 'es',
|
||||
week: {
|
||||
dow: 0, // Sunday is the first day of the week.
|
||||
doy: 6, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Ant',
|
||||
next: 'Sig',
|
||||
today: 'Hoy',
|
||||
month: 'Mes',
|
||||
week: 'Semana',
|
||||
day: 'Día',
|
||||
list: 'Agenda',
|
||||
},
|
||||
weekText: 'Sm',
|
||||
allDayText: 'Todo el día',
|
||||
moreLinkText: 'más',
|
||||
noEventsText: 'No hay eventos para mostrar',
|
||||
};
|
||||
|
||||
return esUs;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var es = {
|
||||
code: 'es',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Ant',
|
||||
next: 'Sig',
|
||||
today: 'Hoy',
|
||||
month: 'Mes',
|
||||
week: 'Semana',
|
||||
day: 'Día',
|
||||
list: 'Agenda',
|
||||
},
|
||||
weekText: 'Sm',
|
||||
allDayText: 'Todo el día',
|
||||
moreLinkText: 'más',
|
||||
noEventsText: 'No hay eventos para mostrar',
|
||||
};
|
||||
|
||||
return es;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,29 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var et = {
|
||||
code: 'et',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Eelnev',
|
||||
next: 'Järgnev',
|
||||
today: 'Täna',
|
||||
month: 'Kuu',
|
||||
week: 'Nädal',
|
||||
day: 'Päev',
|
||||
list: 'Päevakord',
|
||||
},
|
||||
weekText: 'näd',
|
||||
allDayText: 'Kogu päev',
|
||||
moreLinkText: function(n) {
|
||||
return '+ veel ' + n
|
||||
},
|
||||
noEventsText: 'Kuvamiseks puuduvad sündmused',
|
||||
};
|
||||
|
||||
return et;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var eu = {
|
||||
code: 'eu',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Aur',
|
||||
next: 'Hur',
|
||||
today: 'Gaur',
|
||||
month: 'Hilabetea',
|
||||
week: 'Astea',
|
||||
day: 'Eguna',
|
||||
list: 'Agenda',
|
||||
},
|
||||
weekText: 'As',
|
||||
allDayText: 'Egun osoa',
|
||||
moreLinkText: 'gehiago',
|
||||
noEventsText: 'Ez dago ekitaldirik erakusteko',
|
||||
};
|
||||
|
||||
return eu;
|
||||
|
||||
}());
|
||||
@ -0,0 +1,30 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var fa = {
|
||||
code: 'fa',
|
||||
week: {
|
||||
dow: 6, // Saturday is the first day of the week.
|
||||
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'قبلی',
|
||||
next: 'بعدی',
|
||||
today: 'امروز',
|
||||
month: 'ماه',
|
||||
week: 'هفته',
|
||||
day: 'روز',
|
||||
list: 'برنامه',
|
||||
},
|
||||
weekText: 'هف',
|
||||
allDayText: 'تمام روز',
|
||||
moreLinkText: function(n) {
|
||||
return 'بیش از ' + n
|
||||
},
|
||||
noEventsText: 'هیچ رویدادی به نمایش',
|
||||
};
|
||||
|
||||
return fa;
|
||||
|
||||
}());
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user