Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
5aaa9d58
Commit
5aaa9d58
authored
Aug 16, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded moment.js, added paneladd.html
parent
5fa49c62
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
common/lib/moment.js
+3
-3
partials/paneladd.html
+13
-0
No files found.
common/lib/moment.js
View file @
5aaa9d58
// moment.js
// moment.js
// version : 2.
0
.0
// version : 2.
1
.0
// author : Tim Wood
// author : Tim Wood
// license : MIT
// license : MIT
// momentjs.com
// momentjs.com
(
function
(
e
){
function
O
(
e
,
t
){
return
function
(
n
){
return
j
(
e
.
call
(
this
,
n
),
t
)}}
function
M
(
e
){
return
function
(
t
){
return
this
.
lang
().
ordinal
(
e
.
call
(
this
,
t
))}}
function
_
(){}
function
D
(
e
){
H
(
this
,
e
)}
function
P
(
e
){
var
t
=
this
.
_data
=
{},
n
=
e
.
years
||
e
.
year
||
e
.
y
||
0
,
r
=
e
.
months
||
e
.
month
||
e
.
M
||
0
,
i
=
e
.
weeks
||
e
.
week
||
e
.
w
||
0
,
s
=
e
.
days
||
e
.
day
||
e
.
d
||
0
,
o
=
e
.
hours
||
e
.
hour
||
e
.
h
||
0
,
u
=
e
.
minutes
||
e
.
minute
||
e
.
m
||
0
,
a
=
e
.
seconds
||
e
.
second
||
e
.
s
||
0
,
f
=
e
.
milliseconds
||
e
.
millisecond
||
e
.
ms
||
0
;
this
.
_milliseconds
=
f
+
a
*
1
e3
+
u
*
6
e4
+
o
*
36
e5
,
this
.
_days
=
s
+
i
*
7
,
this
.
_months
=
r
+
n
*
12
,
t
.
milliseconds
=
f
%
1
e3
,
a
+=
B
(
f
/
1
e3
),
t
.
seconds
=
a
%
60
,
u
+=
B
(
a
/
60
),
t
.
minutes
=
u
%
60
,
o
+=
B
(
u
/
60
),
t
.
hours
=
o
%
24
,
s
+=
B
(
o
/
24
),
s
+=
i
*
7
,
t
.
days
=
s
%
30
,
r
+=
B
(
s
/
30
),
t
.
months
=
r
%
12
,
n
+=
B
(
r
/
12
),
t
.
years
=
n
}
function
H
(
e
,
t
){
for
(
var
n
in
t
)
t
.
hasOwnProperty
(
n
)
&&
(
e
[
n
]
=
t
[
n
]);
return
e
}
function
B
(
e
){
return
e
<
0
?
Math
.
ceil
(
e
):
Math
.
floor
(
e
)}
function
j
(
e
,
t
){
var
n
=
e
+
""
;
while
(
n
.
length
<
t
)
n
=
"0"
+
n
;
return
n
}
function
F
(
e
,
t
,
n
){
var
r
=
t
.
_milliseconds
,
i
=
t
.
_days
,
s
=
t
.
_months
,
o
;
r
&&
e
.
_d
.
setTime
(
+
e
+
r
*
n
),
i
&&
e
.
date
(
e
.
date
()
+
i
*
n
),
s
&&
(
o
=
e
.
date
(),
e
.
date
(
1
).
month
(
e
.
month
()
+
s
*
n
).
date
(
Math
.
min
(
o
,
e
.
daysInMonth
())))}
function
I
(
e
){
return
Object
.
prototype
.
toString
.
call
(
e
)
===
"[object Array]"
}
function
q
(
e
,
t
){
var
n
=
Math
.
min
(
e
.
length
,
t
.
length
),
r
=
Math
.
abs
(
e
.
length
-
t
.
length
),
i
=
0
,
s
;
for
(
s
=
0
;
s
<
n
;
s
++
)
~~
e
[
s
]
!==~~
t
[
s
]
&&
i
++
;
return
i
+
r
}
function
R
(
e
,
t
){
return
t
.
abbr
=
e
,
s
[
e
]
||
(
s
[
e
]
=
new
_
),
s
[
e
].
set
(
t
),
s
[
e
]}
function
U
(
e
){
return
e
?(
!
s
[
e
]
&&
o
&&
require
(
"./lang/"
+
e
),
s
[
e
]):
t
.
fn
.
_lang
}
function
z
(
e
){
return
e
.
match
(
/
\[
.*
\]
/
)?
e
.
replace
(
/^
\[
|
\]
$/g
,
""
):
e
.
replace
(
/
\\
/g
,
""
)}
function
W
(
e
){
var
t
=
e
.
match
(
a
),
n
,
r
;
for
(
n
=
0
,
r
=
t
.
length
;
n
<
r
;
n
++
)
A
[
t
[
n
]]?
t
[
n
]
=
A
[
t
[
n
]]:
t
[
n
]
=
z
(
t
[
n
]);
return
function
(
i
){
var
s
=
""
;
for
(
n
=
0
;
n
<
r
;
n
++
)
s
+=
typeof
t
[
n
].
call
==
"function"
?
t
[
n
].
call
(
i
,
e
):
t
[
n
];
return
s
}}
function
X
(
e
,
t
){
function
r
(
t
){
return
e
.
lang
().
longDateFormat
(
t
)
||
t
}
var
n
=
5
;
while
(
n
--&&
f
.
test
(
t
))
t
=
t
.
replace
(
f
,
r
);
return
C
[
t
]
||
(
C
[
t
]
=
W
(
t
)),
C
[
t
](
e
)}
function
V
(
e
){
switch
(
e
){
case
"DDDD"
:
return
p
;
case
"YYYY"
:
return
d
;
case
"YYYYY"
:
return
v
;
case
"S"
:
case
"SS"
:
case
"SSS"
:
case
"DDD"
:
return
h
;
case
"MMM"
:
case
"MMMM"
:
case
"dd"
:
case
"ddd"
:
case
"dddd"
:
case
"a"
:
case
"A"
:
return
m
;
case
"X"
:
return
b
;
case
"Z"
:
case
"ZZ"
:
return
g
;
case
"T"
:
return
y
;
case
"MM"
:
case
"DD"
:
case
"YY"
:
case
"HH"
:
case
"hh"
:
case
"mm"
:
case
"ss"
:
case
"M"
:
case
"D"
:
case
"d"
:
case
"H"
:
case
"h"
:
case
"m"
:
case
"s"
:
return
c
;
default
:
return
new
RegExp
(
e
.
replace
(
"
\
\"
,""))}}function $(e,t,n){var r,i,s=n._a;switch(e){case"
M
":case"
MM
":s[1]=t==null?0:~~t-1;break;case"
MMM
":case"
MMMM
":r=U(n._l).monthsParse(t),r!=null?s[1]=r:n._isValid=!1;break;case"
D
":case"
DD
":case"
DDD
":case"
DDDD
":t!=null&&(s[2]=~~t);break;case"
YY
":s[0]=~~t+(~~t>68?1900:2e3);break;case"
YYYY
":case"
YYYYY
":s[0]=~~t;break;case"
a
":case"
A
":n._isPm=(t+"").toLowerCase()==="
pm
";break;case"
H
":case"
HH
":case"
h
":case"
hh
":s[3]=~~t;break;case"
m
":case"
mm
":s[4]=~~t;break;case"
s
":case"
ss
":s[5]=~~t;break;case"
S
":case"
SS
":case"
SSS
":s[6]=~~(("
0
.
"+t)*1e3);break;case"
X
":n._d=new Date(parseFloat(t)*1e3);break;case"
Z
":case"
ZZ
":n._useUTC=!0,r=(t+"").match(x),r&&r[1]&&(n._tzh=~~r[1]),r&&r[2]&&(n._tzm=~~r[2]),r&&r[0]==="
+
"&&(n._tzh=-n._tzh,n._tzm=-n._tzm)}t==null&&(n._isValid=!1)}function J(e){var t,n,r=[];if(e._d)return;for(t=0;t<7;t++)e._a[t]=r[t]=e._a[t]==null?t===2?1:0:e._a[t];r[3]+=e._tzh||0,r[4]+=e._tzm||0,n=new Date(0),e._useUTC?(n.setUTCFullYear(r[0],r[1],r[2]),n.setUTCHours(r[3],r[4],r[5],r[6])):(n.setFullYear(r[0],r[1],r[2]),n.setHours(r[3],r[4],r[5],r[6])),e._d=n}function K(e){var t=e._f.match(a),n=e._i,r,i;e._a=[];for(r=0;r<t.length;r++)i=(V(t[r]).exec(n)||[])[0],i&&(n=n.slice(n.indexOf(i)+i.length)),A[t[r]]&&$(t[r],i,e);e._isPm&&e._a[3]<12&&(e._a[3]+=12),e._isPm===!1&&e._a[3]===12&&(e._a[3]=0),J(e)}function Q(e){var t,n,r,i=99,s,o,u;while(e._f.length){t=H({},e),t._f=e._f.pop(),K(t),n=new D(t);if(n.isValid()){r=n;break}u=q(t._a,n.toArray()),u<i&&(i=u,r=n)}H(e,r)}function G(e){var t,n=e._i;if(w.exec(n)){e._f="
YYYY
-
MM
-
DDT
";for(t=0;t<4;t++)if(S[t][1].exec(n)){e._f+=S[t][0];break}g.exec(n)&&(e._f+="
Z
"),K(e)}else e._d=new Date(n)}function Y(t){var n=t._i,r=u.exec(n);n===e?t._d=new Date:r?t._d=new Date(+r[1]):typeof n=="
string
"?G(t):I(n)?(t._a=n.slice(0),J(t)):t._d=n instanceof Date?new Date(+n):new Date(n)}function Z(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function et(e,t,n){var i=r(Math.abs(e)/1e3),s=r(i/60),o=r(s/60),u=r(o/24),a=r(u/365),f=i<45&&["
s
",i]||s===1&&["
m
"]||s<45&&["
mm
",s]||o===1&&["
h
"]||o<22&&["
hh
",o]||u===1&&["
d
"]||u<=25&&["
dd
",u]||u<=45&&["
M
"]||u<345&&["
MM
",r(u/30)]||a===1&&["
y
"]||["
yy
",a];return f[2]=t,f[3]=e>0,f[4]=n,Z.apply({},f)}function tt(e,n,r){var i=r-n,s=r-e.day();return s>i&&(s-=7),s<i-7&&(s+=7),Math.ceil(t(e).add("
d
",s).dayOfYear()/7)}function nt(e){var n=e._i,r=e._f;return n===null||n===""?null:(typeof n=="
string
"&&(e._i=n=U().preparse(n)),t.isMoment(n)?(e=H({},n),e._d=new Date(+n._d)):r?I(r)?Q(e):K(e):Y(e),new D(e))}function rt(e,n){t.fn[e]=t.fn[e+"
s
"]=function(e){var t=this._isUTC?"
UTC
":"";return e!=null?(this._d["
set
"+t+n](e),this):this._d["
get
"+t+n]()}}function it(e){t.duration.fn[e]=function(){return this._data[e]}}function st(e,n){t.duration.fn["
as
"+e]=function(){return+this/n}}var t,n="
2.0
.
0
",r=Math.round,i,s={},o=typeof module!="
undefined
"&&module.exports,u=/^
\
/?Date
\
((
\
-?
\
d+)/i,a=/(
\
[[^
\
[]*
\
])|(
\\
)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|YYYYY|YYYY|YY|a|A|hh?|HH?|mm?|ss?|SS?S?|X|zz?|ZZ?|.)/g,f=/(
\
[[^
\
[]*
\
])|(
\\
)?(LT|LL?L?L?|l{1,4})/g,l=/([0-9a-zA-Z
\
u00A0-
\
uD7FF
\
uF900-
\
uFDCF
\
uFDF0-
\
uFFEF]+)/gi,c=/
\
d
\
d?/,h=/
\
d{1,3}/,p=/
\
d{3}/,d=/
\
d{1,4}/,v=/[+
\
-]?
\
d{1,6}/,m=/[0-9]*[a-z
\
u00A0-
\
u05FF
\
u0700-
\
uD7FF
\
uF900-
\
uFDCF
\
uFDF0-
\
uFFEF]+|[
\
u0600-
\
u06FF]+
\
s*?[
\
u0600-
\
u06FF]+/i,g=/Z|[
\
+
\
-]
\
d
\
d:?
\
d
\
d/i,y=/T/i,b=/[
\
+
\
-]?
\
d+(
\
.
\
d{1,3})?/,w=/^
\
s*
\
d{4}-
\
d
\
d-
\
d
\
d((T| )(
\
d
\
d(:
\
d
\
d(:
\
d
\
d(
\
.
\
d
\
d?
\
d?)?)?)?)?([
\
+
\
-]
\
d
\
d:?
\
d
\
d)?)?/,E="
YYYY
-
MM
-
DDTHH
:
mm
:
ssZ
",S=[["
HH
:
mm
:
ss
.
S
",/(T| )
\
d
\
d:
\
d
\
d:
\
d
\
d
\
.
\
d{1,3}/],["
HH
:
mm
:
ss
",/(T| )
\
d
\
d:
\
d
\
d:
\
d
\
d/],["
HH
:
mm
",/(T| )
\
d
\
d:
\
d
\
d/],["
HH
",/(T| )
\
d
\
d/]],x=/([
\
+
\
-]|
\
d
\
d)/gi,T="
Month
|
Date
|
Hours
|
Minutes
|
Seconds
|
Milliseconds
".split("
|
"),N={Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6},C={},k="
DDD
w
W
M
D
d
".split("
"),L="
M
D
H
h
m
s
w
W
".split("
"),A={M:function(){return this.month()+1},MMM:function(e){return this.lang().monthsShort(this,e)},MMMM:function(e){return this.lang().months(this,e)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(e){return this.lang().weekdaysMin(this,e)},ddd:function(e){return this.lang().weekdaysShort(this,e)},dddd:function(e){return this.lang().weekdays(this,e)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return j(this.year()%100,2)},YYYY:function(){return j(this.year(),4)},YYYYY:function(){return j(this.year(),5)},a:function(){return this.lang().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.lang().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return~~(this.milliseconds()/100)},SS:function(){return j(~~(this.milliseconds()/10),2)},SSS:function(){return j(this.milliseconds(),3)},Z:function(){var e=-this.zone(),t="
+
";return e<0&&(e=-e,t="
-
"),t+j(~~(e/60),2)+"
:
"+j(~~e%60,2)},ZZ:function(){var e=-this.zone(),t="
+
";return e<0&&(e=-e,t="
-
"),t+j(~~(10*e/6),4)},X:function(){return this.unix()}};while(k.length)i=k.pop(),A[i+"
o
"]=M(A[i]);while(L.length)i=L.pop(),A[i+i]=O(A[i],2);A.DDDD=O(A.DDD,3),_.prototype={set:function(e){var t,n;for(n in e)t=e[n],typeof t=="
function
"?this[n]=t:this["
_
"+n]=t},_months:"
January_February_March_April_May_June_July_August_September_October_November_December
".split("
_
"),months:function(e){return this._months[e.month()]},_monthsShort:"
Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec
".split("
_
"),monthsShort:function(e){return this._monthsShort[e.month()]},monthsParse:function(e){var n,r,i,s;this._monthsParse||(this._monthsParse=[]);for(n=0;n<12;n++){this._monthsParse[n]||(r=t([2e3,n]),i="
^
"+this.months(r,"")+"
|^
"+this.monthsShort(r,""),this._monthsParse[n]=new RegExp(i.replace("
.
",""),"
i
"));if(this._monthsParse[n].test(e))return n}},_weekdays:"
Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday
".split("
_
"),weekdays:function(e){return this._weekdays[e.day()]},_weekdaysShort:"
Sun_Mon_Tue_Wed_Thu_Fri_Sat
".split("
_
"),weekdaysShort:function(e){return this._weekdaysShort[e.day()]},_weekdaysMin:"
Su_Mo_Tu_We_Th_Fr_Sa
".split("
_
"),weekdaysMin:function(e){return this._weekdaysMin[e.day()]},_longDateFormat:{LT:"
h
:
mm
A
",L:"
MM
/
DD
/
YYYY
",LL:"
MMMM
D
YYYY
",LLL:"
MMMM
D
YYYY
LT
",LLLL:"
dddd
,
MMMM
D
YYYY
LT
"},longDateFormat:function(e){var t=this._longDateFormat[e];return!t&&this._longDateFormat[e.toUpperCase()]&&(t=this._longDateFormat[e.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e]=t),t},meridiem:function(e,t,n){return e>11?n?"
pm
":"
PM
":n?"
am
":"
AM
"},_calendar:{sameDay:"
[
Today
at
]
LT
",nextDay:"
[
Tomorrow
at
]
LT
",nextWeek:"
dddd
[
at
]
LT
",lastDay:"
[
Yesterday
at
]
LT
",lastWeek:"
[
last
]
dddd
[
at
]
LT
",sameElse:"
L
"},calendar:function(e,t){var n=this._calendar[e];return typeof n=="
function
"?n.apply(t):n},_relativeTime:{future:"
in
%
s
",past:"
%
s
ago
",s:"
a
few
seconds
",m:"
a
minute
",mm:"
%
d
minutes
",h:"
an
hour
",hh:"
%
d
hours
",d:"
a
day
",dd:"
%
d
days
",M:"
a
month
",MM:"
%
d
months
",y:"
a
year
",yy:"
%
d
years
"},relativeTime:function(e,t,n,r){var i=this._relativeTime[n];return typeof i=="
function
"?i(e,t,n,r):i.replace(/%d/i,e)},pastFuture:function(e,t){var n=this._relativeTime[e>0?"
future
":"
past
"];return typeof n=="
function
"?n(t):n.replace(/%s/i,t)},ordinal:function(e){return this._ordinal.replace("
%
d
",e)},_ordinal:"
%
d
",preparse:function(e){return e},postformat:function(e){return e},week:function(e){return tt(e,this._week.dow,this._week.doy)},_week:{dow:0,doy:6}},t=function(e,t,n){return nt({_i:e,_f:t,_l:n,_isUTC:!1})},t.utc=function(e,t,n){return nt({_useUTC:!0,_isUTC:!0,_l:n,_i:e,_f:t})},t.unix=function(e){return t(e*1e3)},t.duration=function(e,n){var r=t.isDuration(e),i=typeof e=="
number
",s=r?e._data:i?{}:e,o;return i&&(n?s[n]=e:s.milliseconds=e),o=new P(s),r&&e.hasOwnProperty("
_lang
")&&(o._lang=e._lang),o},t.version=n,t.defaultFormat=E,t.lang=function(e,n){var r;if(!e)return t.fn._lang._abbr;n?R(e,n):s[e]||U(e),t.duration.fn._lang=t.fn._lang=U(e)},t.langData=function(e){return e&&e._lang&&e._lang._abbr&&(e=e._lang._abbr),U(e)},t.isMoment=function(e){return e instanceof D},t.isDuration=function(e){return e instanceof P},t.fn=D.prototype={clone:function(){return t(this)},valueOf:function(){return+this._d},unix:function(){return Math.floor(+this._d/1e3)},toString:function(){return this.format("
ddd
MMM
DD
YYYY
HH
:
mm
:
ss
[
GMT
]
ZZ
")},toDate:function(){return this._d},toJSON:function(){return t.utc(this).format("
YYYY
-
MM
-
DD
[
T
]
HH
:
mm
:
ss
.
SSS
[
Z
]
")},toArray:function(){var e=this;return[e.year(),e.month(),e.date(),e.hours(),e.minutes(),e.seconds(),e.milliseconds()]},isValid:function(){return this._isValid==null&&(this._a?this._isValid=!q(this._a,(this._isUTC?t.utc(this._a):t(this._a)).toArray()):this._isValid=!isNaN(this._d.getTime())),!!this._isValid},utc:function(){return this._isUTC=!0,this},local:function(){return this._isUTC=!1,this},format:function(e){var n=X(this,e||t.defaultFormat);return this.lang().postformat(n)},add:function(e,n){var r;return typeof e=="
string
"?r=t.duration(+n,e):r=t.duration(e,n),F(this,r,1),this},subtract:function(e,n){var r;return typeof e=="
string
"?r=t.duration(+n,e):r=t.duration(e,n),F(this,r,-1),this},diff:function(e,n,r){var i=this._isUTC?t(e).utc():t(e).local(),s=(this.zone()-i.zone())*6e4,o,u;return n&&(n=n.replace(/s$/,"")),n==="
year
"||n==="
month
"?(o=(this.daysInMonth()+i.daysInMonth())*432e5,u=(this.year()-i.year())*12+(this.month()-i.month()),u+=(this-t(this).startOf("
month
")-(i-t(i).startOf("
month
")))/o,n==="
year
"&&(u/=12)):(o=this-i-s,u=n==="
second
"?o/1e3:n==="
minute
"?o/6e4:n==="
hour
"?o/36e5:n==="
day
"?o/864e5:n==="
week
"?o/6048e5:o),r?u:B(u)},from:function(e,n){return t.duration(this.diff(e)).lang(this.lang()._abbr).humanize(!n)},fromNow:function(e){return this.from(t(),e)},calendar:function(){var e=this.diff(t().startOf("
day
"),"
days
",!0),n=e<-6?"
sameElse
":e<-1?"
lastWeek
":e<0?"
lastDay
":e<1?"
sameDay
":e<2?"
nextDay
":e<7?"
nextWeek
":"
sameElse
";return this.format(this.lang().calendar(n,this))},isLeapYear:function(){var e=this.year();return e%4===0&&e%100!==0||e%400===0},isDST:function(){return this.zone()<t([this.year()]).zone()||this.zone()<t([this.year(),5]).zone()},day:function(e){var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return e==null?t:this.add({d:e-t})},startOf:function(e){e=e.replace(/s$/,"");switch(e){case"
year
":this.month(0);case"
month
":this.date(1);case"
week
":case"
day
":this.hours(0);case"
hour
":this.minutes(0);case"
minute
":this.seconds(0);case"
second
":this.milliseconds(0)}return e==="
week
"&&this.day(0),this},endOf:function(e){return this.startOf(e).add(e.replace(/s?$/,"
s
"),1).subtract("
ms
",1)},isAfter:function(e,n){return n=typeof n!="
undefined
"?n:"
millisecond
",+this.clone().startOf(n)>+t(e).startOf(n)},isBefore:function(e,n){return n=typeof n!="
undefined
"?n:"
millisecond
",+this.clone().startOf(n)<+t(e).startOf(n)},isSame:function(e,n){return n=typeof n!="
undefined
"?n:"
millisecond
",+this.clone().startOf(n)===+t(e).startOf(n)},zone:function(){return this._isUTC?0:this._d.getTimezoneOffset()},daysInMonth:function(){return t.utc([this.year(),this.month()+1,0]).date()},dayOfYear:function(e){var n=r((t(this).startOf("
day
")-t(this).startOf("
year
"))/864e5)+1;return e==null?n:this.add("
d
",e-n)},isoWeek:function(e){var t=tt(this,1,4);return e==null?t:this.add("
d
",(e-t)*7)},week:function(e){var t=this.lang().week(this);return e==null?t:this.add("
d
",(e-t)*7)},lang:function(t){return t===e?this._lang:(this._lang=U(t),this)}};for(i=0;i<T.length;i++)rt(T[i].toLowerCase().replace(/s$/,""),T[i]);rt("
year
","
FullYear
"),t.fn.days=t.fn.day,t.fn.weeks=t.fn.week,t.fn.isoWeeks=t.fn.isoWeek,t.duration.fn=P.prototype={weeks:function(){return B(this.days()/7)},valueOf:function(){return this._milliseconds+this._days*864e5+this._months*2592e6},humanize:function(e){var t=+this,n=et(t,!e,this.lang());return e&&(n=this.lang().pastFuture(t,n)),this.lang().postformat(n)},lang:t.fn.lang};for(i in N)N.hasOwnProperty(i)&&(st(i,N[i]),it(i.toLowerCase()));st("
Weeks
",6048e5),t.lang("
en
",{ordinal:function(e){var t=e%10,n=~~(e%100/10)===1?"
th
":t===1?"
st
":t===2?"
nd
":t===3?"
rd
":"
th
";return e+n}}),o&&(module.exports=t),typeof ender=="
undefined
"&&(this.moment=t),typeof define=="
function
"&&define.amd&&define("
moment
",[],function(){return t})}).call(this);
!
function
(
t
){
function
e
(
t
,
e
){
return
function
(
n
){
return
u
(
t
.
call
(
this
,
n
),
e
)}}
function
n
(
t
,
e
){
return
function
(
n
){
return
this
.
lang
().
ordinal
(
t
.
call
(
this
,
n
),
e
)}}
function
s
(){}
function
i
(
t
){
a
(
this
,
t
)}
function
r
(
t
){
var
e
=
t
.
years
||
t
.
year
||
t
.
y
||
0
,
n
=
t
.
months
||
t
.
month
||
t
.
M
||
0
,
s
=
t
.
weeks
||
t
.
week
||
t
.
w
||
0
,
i
=
t
.
days
||
t
.
day
||
t
.
d
||
0
,
r
=
t
.
hours
||
t
.
hour
||
t
.
h
||
0
,
a
=
t
.
minutes
||
t
.
minute
||
t
.
m
||
0
,
o
=
t
.
seconds
||
t
.
second
||
t
.
s
||
0
,
u
=
t
.
milliseconds
||
t
.
millisecond
||
t
.
ms
||
0
;
this
.
_input
=
t
,
this
.
_milliseconds
=
u
+
1
e3
*
o
+
6
e4
*
a
+
36
e5
*
r
,
this
.
_days
=
i
+
7
*
s
,
this
.
_months
=
n
+
12
*
e
,
this
.
_data
=
{},
this
.
_bubble
()}
function
a
(
t
,
e
){
for
(
var
n
in
e
)
e
.
hasOwnProperty
(
n
)
&&
(
t
[
n
]
=
e
[
n
]);
return
t
}
function
o
(
t
){
return
0
>
t
?
Math
.
ceil
(
t
):
Math
.
floor
(
t
)}
function
u
(
t
,
e
){
for
(
var
n
=
t
+
""
;
n
.
length
<
e
;)
n
=
"0"
+
n
;
return
n
}
function
h
(
t
,
e
,
n
,
s
){
var
i
,
r
,
a
=
e
.
_milliseconds
,
o
=
e
.
_days
,
u
=
e
.
_months
;
a
&&
t
.
_d
.
setTime
(
+
t
.
_d
+
a
*
n
),(
o
||
u
)
&&
(
i
=
t
.
minute
(),
r
=
t
.
hour
()),
o
&&
t
.
date
(
t
.
date
()
+
o
*
n
),
u
&&
t
.
month
(
t
.
month
()
+
u
*
n
),
a
&&!
s
&&
H
.
updateOffset
(
t
),(
o
||
u
)
&&
(
t
.
minute
(
i
),
t
.
hour
(
r
))}
function
d
(
t
){
return
"[object Array]"
===
Object
.
prototype
.
toString
.
call
(
t
)}
function
c
(
t
,
e
){
var
n
,
s
=
Math
.
min
(
t
.
length
,
e
.
length
),
i
=
Math
.
abs
(
t
.
length
-
e
.
length
),
r
=
0
;
for
(
n
=
0
;
s
>
n
;
n
++
)
~~
t
[
n
]
!==~~
e
[
n
]
&&
r
++
;
return
r
+
i
}
function
f
(
t
){
return
t
?
ie
[
t
]
||
t
.
toLowerCase
().
replace
(
/
(
.
)
s$/
,
"$1"
):
t
}
function
l
(
t
,
e
){
return
e
.
abbr
=
t
,
x
[
t
]
||
(
x
[
t
]
=
new
s
),
x
[
t
].
set
(
e
),
x
[
t
]}
function
_
(
t
){
if
(
!
t
)
return
H
.
fn
.
_lang
;
if
(
!
x
[
t
]
&&
A
)
try
{
require
(
"./lang/"
+
t
)}
catch
(
e
){
return
H
.
fn
.
_lang
}
return
x
[
t
]}
function
m
(
t
){
return
t
.
match
(
/
\[
.*
\]
/
)?
t
.
replace
(
/^
\[
|
\]
$/g
,
""
):
t
.
replace
(
/
\\
/g
,
""
)}
function
y
(
t
){
var
e
,
n
,
s
=
t
.
match
(
E
);
for
(
e
=
0
,
n
=
s
.
length
;
n
>
e
;
e
++
)
s
[
e
]
=
ue
[
s
[
e
]]?
ue
[
s
[
e
]]:
m
(
s
[
e
]);
return
function
(
i
){
var
r
=
""
;
for
(
e
=
0
;
n
>
e
;
e
++
)
r
+=
s
[
e
]
instanceof
Function
?
s
[
e
].
call
(
i
,
t
):
s
[
e
];
return
r
}}
function
M
(
t
,
e
){
function
n
(
e
){
return
t
.
lang
().
longDateFormat
(
e
)
||
e
}
for
(
var
s
=
5
;
s
--&&
N
.
test
(
e
);)
e
=
e
.
replace
(
N
,
n
);
return
re
[
e
]
||
(
re
[
e
]
=
y
(
e
)),
re
[
e
](
t
)}
function
g
(
t
,
e
){
switch
(
t
){
case
"DDDD"
:
return
V
;
case
"YYYY"
:
return
X
;
case
"YYYYY"
:
return
$
;
case
"S"
:
case
"SS"
:
case
"SSS"
:
case
"DDD"
:
return
I
;
case
"MMM"
:
case
"MMMM"
:
case
"dd"
:
case
"ddd"
:
case
"dddd"
:
return
R
;
case
"a"
:
case
"A"
:
return
_
(
e
.
_l
).
_meridiemParse
;
case
"X"
:
return
B
;
case
"Z"
:
case
"ZZ"
:
return
j
;
case
"T"
:
return
q
;
case
"MM"
:
case
"DD"
:
case
"YY"
:
case
"HH"
:
case
"hh"
:
case
"mm"
:
case
"ss"
:
case
"M"
:
case
"D"
:
case
"d"
:
case
"H"
:
case
"h"
:
case
"m"
:
case
"s"
:
return
J
;
default
:
return
new
RegExp
(
t
.
replace
(
"
\
\"
,""))}}function p(t){var e=(j.exec(t)||[])[0],n=(e+"").match(ee)||["
-
",0,0],s=+(60*n[1])+~~n[2];return"
+
"===n[0]?-s:s}function D(t,e,n){var s,i=n._a;switch(t){case"
M
":case"
MM
":i[1]=null==e?0:~~e-1;break;case"
MMM
":case"
MMMM
":s=_(n._l).monthsParse(e),null!=s?i[1]=s:n._isValid=!1;break;case"
D
":case"
DD
":case"
DDD
":case"
DDDD
":null!=e&&(i[2]=~~e);break;case"
YY
":i[0]=~~e+(~~e>68?1900:2e3);break;case"
YYYY
":case"
YYYYY
":i[0]=~~e;break;case"
a
":case"
A
":n._isPm=_(n._l).isPM(e);break;case"
H
":case"
HH
":case"
h
":case"
hh
":i[3]=~~e;break;case"
m
":case"
mm
":i[4]=~~e;break;case"
s
":case"
ss
":i[5]=~~e;break;case"
S
":case"
SS
":case"
SSS
":i[6]=~~(1e3*("
0
.
"+e));break;case"
X
":n._d=new Date(1e3*parseFloat(e));break;case"
Z
":case"
ZZ
":n._useUTC=!0,n._tzm=p(e)}null==e&&(n._isValid=!1)}function Y(t){var e,n,s=[];if(!t._d){for(e=0;7>e;e++)t._a[e]=s[e]=null==t._a[e]?2===e?1:0:t._a[e];s[3]+=~~((t._tzm||0)/60),s[4]+=~~((t._tzm||0)%60),n=new Date(0),t._useUTC?(n.setUTCFullYear(s[0],s[1],s[2]),n.setUTCHours(s[3],s[4],s[5],s[6])):(n.setFullYear(s[0],s[1],s[2]),n.setHours(s[3],s[4],s[5],s[6])),t._d=n}}function w(t){var e,n,s=t._f.match(E),i=t._i;for(t._a=[],e=0;e<s.length;e++)n=(g(s[e],t).exec(i)||[])[0],n&&(i=i.slice(i.indexOf(n)+n.length)),ue[s[e]]&&D(s[e],n,t);i&&(t._il=i),t._isPm&&t._a[3]<12&&(t._a[3]+=12),t._isPm===!1&&12===t._a[3]&&(t._a[3]=0),Y(t)}function k(t){var e,n,s,r,o,u=99;for(r=0;r<t._f.length;r++)e=a({},t),e._f=t._f[r],w(e),n=new i(e),o=c(e._a,n.toArray()),n._il&&(o+=n._il.length),u>o&&(u=o,s=n);a(t,s)}function v(t){var e,n=t._i,s=K.exec(n);if(s){for(t._f="
YYYY
-
MM
-
DD
"+(s[2]||"
"),e=0;4>e;e++)if(te[e][1].exec(n)){t._f+=te[e][0];break}j.exec(n)&&(t._f+="
Z
"),w(t)}else t._d=new Date(n)}function T(e){var n=e._i,s=G.exec(n);n===t?e._d=new Date:s?e._d=new Date(+s[1]):"
string
"==typeof n?v(e):d(n)?(e._a=n.slice(0),Y(e)):e._d=n instanceof Date?new Date(+n):new Date(n)}function b(t,e,n,s,i){return i.relativeTime(e||1,!!n,t,s)}function S(t,e,n){var s=W(Math.abs(t)/1e3),i=W(s/60),r=W(i/60),a=W(r/24),o=W(a/365),u=45>s&&["
s
",s]||1===i&&["
m
"]||45>i&&["
mm
",i]||1===r&&["
h
"]||22>r&&["
hh
",r]||1===a&&["
d
"]||25>=a&&["
dd
",a]||45>=a&&["
M
"]||345>a&&["
MM
",W(a/30)]||1===o&&["
y
"]||["
yy
",o];return u[2]=e,u[3]=t>0,u[4]=n,b.apply({},u)}function F(t,e,n){var s,i=n-e,r=n-t.day();return r>i&&(r-=7),i-7>r&&(r+=7),s=H(t).add("
d
",r),{week:Math.ceil(s.dayOfYear()/7),year:s.year()}}function O(t){var e=t._i,n=t._f;return null===e||""===e?null:("
string
"==typeof e&&(t._i=e=_().preparse(e)),H.isMoment(e)?(t=a({},e),t._d=new Date(+e._d)):n?d(n)?k(t):w(t):T(t),new i(t))}function z(t,e){H.fn[t]=H.fn[t+"
s
"]=function(t){var n=this._isUTC?"
UTC
":"";return null!=t?(this._d["
set
"+n+e](t),H.updateOffset(this),this):this._d["
get
"+n+e]()}}function C(t){H.duration.fn[t]=function(){return this._data[t]}}function L(t,e){H.duration.fn["
as
"+t]=function(){return+this/e}}for(var H,P,U="
2.1
.
0
",W=Math.round,x={},A="
undefined
"!=typeof module&&module.exports,G=/^
\
/?Date
\
((
\
-?
\
d+)/i,Z=/(
\
-)?(
\
d*)?
\
.?(
\
d+)
\
:(
\
d+)
\
:(
\
d+)
\
.?(
\
d{3})?/,E=/(
\
[[^
\
[]*
\
])|(
\\
)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|SS?S?|X|zz?|ZZ?|.)/g,N=/(
\
[[^
\
[]*
\
])|(
\\
)?(LT|LL?L?L?|l{1,4})/g,J=/
\
d
\
d?/,I=/
\
d{1,3}/,V=/
\
d{3}/,X=/
\
d{1,4}/,$=/[+
\
-]?
\
d{1,6}/,R=/[0-9]*['a-z
\
u00A0-
\
u05FF
\
u0700-
\
uD7FF
\
uF900-
\
uFDCF
\
uFDF0-
\
uFFEF]+|[
\
u0600-
\
u06FF
\
/]+(
\
s*?[
\
u0600-
\
u06FF]+){1,2}/i,j=/Z|[
\
+
\
-]
\
d
\
d:?
\
d
\
d/i,q=/T/i,B=/[
\
+
\
-]?
\
d+(
\
.
\
d{1,3})?/,K=/^
\
s*
\
d{4}-
\
d
\
d-
\
d
\
d((T| )(
\
d
\
d(:
\
d
\
d(:
\
d
\
d(
\
.
\
d
\
d?
\
d?)?)?)?)?([
\
+
\
-]
\
d
\
d:?
\
d
\
d)?)?/,Q="
YYYY
-
MM
-
DDTHH
:
mm
:
ssZ
",te=[["
HH
:
mm
:
ss
.
S
",/(T| )
\
d
\
d:
\
d
\
d:
\
d
\
d
\
.
\
d{1,3}/],["
HH
:
mm
:
ss
",/(T| )
\
d
\
d:
\
d
\
d:
\
d
\
d/],["
HH
:
mm
",/(T| )
\
d
\
d:
\
d
\
d/],["
HH
",/(T| )
\
d
\
d/]],ee=/([
\
+
\
-]|
\
d
\
d)/gi,ne="
Date
|
Hours
|
Minutes
|
Seconds
|
Milliseconds
".split("
|
"),se={Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6},ie={ms:"
millisecond
",s:"
second
",m:"
minute
",h:"
hour
",d:"
day
",w:"
week
",M:"
month
",y:"
year
"},re={},ae="
DDD
w
W
M
D
d
".split("
"),oe="
M
D
H
h
m
s
w
W
".split("
"),ue={M:function(){return this.month()+1},MMM:function(t){return this.lang().monthsShort(this,t)},MMMM:function(t){return this.lang().months(this,t)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(t){return this.lang().weekdaysMin(this,t)},ddd:function(t){return this.lang().weekdaysShort(this,t)},dddd:function(t){return this.lang().weekdays(this,t)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return u(this.year()%100,2)},YYYY:function(){return u(this.year(),4)},YYYYY:function(){return u(this.year(),5)},gg:function(){return u(this.weekYear()%100,2)},gggg:function(){return this.weekYear()},ggggg:function(){return u(this.weekYear(),5)},GG:function(){return u(this.isoWeekYear()%100,2)},GGGG:function(){return this.isoWeekYear()},GGGGG:function(){return u(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.lang().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.lang().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return~~(this.milliseconds()/100)},SS:function(){return u(~~(this.milliseconds()/10),2)},SSS:function(){return u(this.milliseconds(),3)},Z:function(){var t=-this.zone(),e="
+
";return 0>t&&(t=-t,e="
-
"),e+u(~~(t/60),2)+"
:
"+u(~~t%60,2)},ZZ:function(){var t=-this.zone(),e="
+
";return 0>t&&(t=-t,e="
-
"),e+u(~~(10*t/6),4)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},X:function(){return this.unix()}};ae.length;)P=ae.pop(),ue[P+"
o
"]=n(ue[P],P);for(;oe.length;)P=oe.pop(),ue[P+P]=e(ue[P],2);for(ue.DDDD=e(ue.DDD,3),s.prototype={set:function(t){var e,n;for(n in t)e=t[n],"
function
"==typeof e?this[n]=e:this["
_
"+n]=e},_months:"
January_February_March_April_May_June_July_August_September_October_November_December
".split("
_
"),months:function(t){return this._months[t.month()]},_monthsShort:"
Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec
".split("
_
"),monthsShort:function(t){return this._monthsShort[t.month()]},monthsParse:function(t){var e,n,s;for(this._monthsParse||(this._monthsParse=[]),e=0;12>e;e++)if(this._monthsParse[e]||(n=H([2e3,e]),s="
^
"+this.months(n,"")+"
|^
"+this.monthsShort(n,""),this._monthsParse[e]=new RegExp(s.replace("
.
",""),"
i
")),this._monthsParse[e].test(t))return e},_weekdays:"
Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday
".split("
_
"),weekdays:function(t){return this._weekdays[t.day()]},_weekdaysShort:"
Sun_Mon_Tue_Wed_Thu_Fri_Sat
".split("
_
"),weekdaysShort:function(t){return this._weekdaysShort[t.day()]},_weekdaysMin:"
Su_Mo_Tu_We_Th_Fr_Sa
".split("
_
"),weekdaysMin:function(t){return this._weekdaysMin[t.day()]},weekdaysParse:function(t){var e,n,s;for(this._weekdaysParse||(this._weekdaysParse=[]),e=0;7>e;e++)if(this._weekdaysParse[e]||(n=H([2e3,1]).day(e),s="
^
"+this.weekdays(n,"")+"
|^
"+this.weekdaysShort(n,"")+"
|^
"+this.weekdaysMin(n,""),this._weekdaysParse[e]=new RegExp(s.replace("
.
",""),"
i
")),this._weekdaysParse[e].test(t))return e},_longDateFormat:{LT:"
h
:
mm
A
",L:"
MM
/
DD
/
YYYY
",LL:"
MMMM
D
YYYY
",LLL:"
MMMM
D
YYYY
LT
",LLLL:"
dddd
,
MMMM
D
YYYY
LT
"},longDateFormat:function(t){var e=this._longDateFormat[t];return!e&&this._longDateFormat[t.toUpperCase()]&&(e=this._longDateFormat[t.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t]=e),e},isPM:function(t){return"
p
"===(t+"").toLowerCase()[0]},_meridiemParse:/[ap]
\
.?m?
\
.?/i,meridiem:function(t,e,n){return t>11?n?"
pm
":"
PM
":n?"
am
":"
AM
"},_calendar:{sameDay:"
[
Today
at
]
LT
",nextDay:"
[
Tomorrow
at
]
LT
",nextWeek:"
dddd
[
at
]
LT
",lastDay:"
[
Yesterday
at
]
LT
",lastWeek:"
[
Last
]
dddd
[
at
]
LT
",sameElse:"
L
"},calendar:function(t,e){var n=this._calendar[t];return"
function
"==typeof n?n.apply(e):n},_relativeTime:{future:"
in
%
s
",past:"
%
s
ago
",s:"
a
few
seconds
",m:"
a
minute
",mm:"
%
d
minutes
",h:"
an
hour
",hh:"
%
d
hours
",d:"
a
day
",dd:"
%
d
days
",M:"
a
month
",MM:"
%
d
months
",y:"
a
year
",yy:"
%
d
years
"},relativeTime:function(t,e,n,s){var i=this._relativeTime[n];return"
function
"==typeof i?i(t,e,n,s):i.replace(/%d/i,t)},pastFuture:function(t,e){var n=this._relativeTime[t>0?"
future
":"
past
"];return"
function
"==typeof n?n(e):n.replace(/%s/i,e)},ordinal:function(t){return this._ordinal.replace("
%
d
",t)},_ordinal:"
%
d
",preparse:function(t){return t},postformat:function(t){return t},week:function(t){return F(t,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6}},H=function(t,e,n){return O({_i:t,_f:e,_l:n,_isUTC:!1})},H.utc=function(t,e,n){return O({_useUTC:!0,_isUTC:!0,_l:n,_i:t,_f:e})},H.unix=function(t){return H(1e3*t)},H.duration=function(t,e){var n,s,i=H.isDuration(t),a="
number
"==typeof t,o=i?t._input:a?{}:t,u=Z.exec(t);return a?e?o[e]=t:o.milliseconds=t:u&&(n="
-
"===u[1]?-1:1,o={y:0,d:~~u[2]*n,h:~~u[3]*n,m:~~u[4]*n,s:~~u[5]*n,ms:~~u[6]*n}),s=new r(o),i&&t.hasOwnProperty("
_lang
")&&(s._lang=t._lang),s},H.version=U,H.defaultFormat=Q,H.updateOffset=function(){},H.lang=function(t,e){return t?(e?l(t,e):x[t]||_(t),H.duration.fn._lang=H.fn._lang=_(t),void 0):H.fn._lang._abbr},H.langData=function(t){return t&&t._lang&&t._lang._abbr&&(t=t._lang._abbr),_(t)},H.isMoment=function(t){return t instanceof i},H.isDuration=function(t){return t instanceof r},H.fn=i.prototype={clone:function(){return H(this)},valueOf:function(){return+this._d+6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.format("
ddd
MMM
DD
YYYY
HH
:
mm
:
ss
[
GMT
]
ZZ
")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){return M(H(this).utc(),"
YYYY
-
MM
-
DD
[
T
]
HH
:
mm
:
ss
.
SSS
[
Z
]
")},toArray:function(){var t=this;return[t.year(),t.month(),t.date(),t.hours(),t.minutes(),t.seconds(),t.milliseconds()]},isValid:function(){return null==this._isValid&&(this._isValid=this._a?!c(this._a,(this._isUTC?H.utc(this._a):H(this._a)).toArray()):!isNaN(this._d.getTime())),!!this._isValid},utc:function(){return this.zone(0)},local:function(){return this.zone(0),this._isUTC=!1,this},format:function(t){var e=M(this,t||H.defaultFormat);return this.lang().postformat(e)},add:function(t,e){var n;return n="
string
"==typeof t?H.duration(+e,t):H.duration(t,e),h(this,n,1),this},subtract:function(t,e){var n;return n="
string
"==typeof t?H.duration(+e,t):H.duration(t,e),h(this,n,-1),this},diff:function(t,e,n){var s,i,r=this._isUTC?H(t).zone(this._offset||0):H(t).local(),a=6e4*(this.zone()-r.zone());return e=f(e),"
year
"===e||"
month
"===e?(s=432e5*(this.daysInMonth()+r.daysInMonth()),i=12*(this.year()-r.year())+(this.month()-r.month()),i+=(this-H(this).startOf("
month
")-(r-H(r).startOf("
month
")))/s,i-=6e4*(this.zone()-H(this).startOf("
month
").zone()-(r.zone()-H(r).startOf("
month
").zone()))/s,"
year
"===e&&(i/=12)):(s=this-r,i="
second
"===e?s/1e3:"
minute
"===e?s/6e4:"
hour
"===e?s/36e5:"
day
"===e?(s-a)/864e5:"
week
"===e?(s-a)/6048e5:s),n?i:o(i)},from:function(t,e){return H.duration(this.diff(t)).lang(this.lang()._abbr).humanize(!e)},fromNow:function(t){return this.from(H(),t)},calendar:function(){var t=this.diff(H().startOf("
day
"),"
days
",!0),e=-6>t?"
sameElse
":-1>t?"
lastWeek
":0>t?"
lastDay
":1>t?"
sameDay
":2>t?"
nextDay
":7>t?"
nextWeek
":"
sameElse
";return this.format(this.lang().calendar(e,this))},isLeapYear:function(){var t=this.year();return 0===t%4&&0!==t%100||0===t%400},isDST:function(){return this.zone()<this.clone().month(0).zone()||this.zone()<this.clone().month(5).zone()},day:function(t){var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?"
string
"==typeof t&&(t=this.lang().weekdaysParse(t),"
number
"!=typeof t)?this:this.add({d:t-e}):e},month:function(t){var e,n=this._isUTC?"
UTC
":"";return null!=t?"
string
"==typeof t&&(t=this.lang().monthsParse(t),"
number
"!=typeof t)?this:(e=this.date(),this.date(1),this._d["
set
"+n+"
Month
"](t),this.date(Math.min(e,this.daysInMonth())),H.updateOffset(this),this):this._d["
get
"+n+"
Month
"]()},startOf:function(t){switch(t=f(t)){case"
year
":this.month(0);case"
month
":this.date(1);case"
week
":case"
day
":this.hours(0);case"
hour
":this.minutes(0);case"
minute
":this.seconds(0);case"
second
":this.milliseconds(0)}return"
week
"===t&&this.weekday(0),this},endOf:function(t){return this.startOf(t).add(t,1).subtract("
ms
",1)},isAfter:function(t,e){return e="
undefined
"!=typeof e?e:"
millisecond
",+this.clone().startOf(e)>+H(t).startOf(e)},isBefore:function(t,e){return e="
undefined
"!=typeof e?e:"
millisecond
",+this.clone().startOf(e)<+H(t).startOf(e)},isSame:function(t,e){return e="
undefined
"!=typeof e?e:"
millisecond
",+this.clone().startOf(e)===+H(t).startOf(e)},min:function(t){return t=H.apply(null,arguments),this>t?this:t},max:function(t){return t=H.apply(null,arguments),t>this?this:t},zone:function(t){var e=this._offset||0;return null==t?this._isUTC?e:this._d.getTimezoneOffset():("
string
"==typeof t&&(t=p(t)),Math.abs(t)<16&&(t=60*t),this._offset=t,this._isUTC=!0,e!==t&&h(this,H.duration(e-t,"
m
"),1,!0),this)},zoneAbbr:function(){return this._isUTC?"
UTC
":""},zoneName:function(){return this._isUTC?"
Coordinated
Universal
Time
":""},daysInMonth:function(){return H.utc([this.year(),this.month()+1,0]).date()},dayOfYear:function(t){var e=W((H(this).startOf("
day
")-H(this).startOf("
year
"))/864e5)+1;return null==t?e:this.add("
d
",t-e)},weekYear:function(t){var e=F(this,this.lang()._week.dow,this.lang()._week.doy).year;return null==t?e:this.add("
y
",t-e)},isoWeekYear:function(t){var e=F(this,1,4).year;return null==t?e:this.add("
y
",t-e)},week:function(t){var e=this.lang().week(this);return null==t?e:this.add("
d
",7*(t-e))},isoWeek:function(t){var e=F(this,1,4).week;return null==t?e:this.add("
d
",7*(t-e))},weekday:function(t){var e=(this._d.getDay()+7-this.lang()._week.dow)%7;return null==t?e:this.add("
d
",t-e)},isoWeekday:function(t){return null==t?this.day()||7:this.day(this.day()%7?t:t-7)},lang:function(e){return e===t?this._lang:(this._lang=_(e),this)}},P=0;P<ne.length;P++)z(ne[P].toLowerCase().replace(/s$/,""),ne[P]);z("
year
","
FullYear
"),H.fn.days=H.fn.day,H.fn.months=H.fn.month,H.fn.weeks=H.fn.week,H.fn.isoWeeks=H.fn.isoWeek,H.fn.toJSON=H.fn.toISOString,H.duration.fn=r.prototype={_bubble:function(){var t,e,n,s,i=this._milliseconds,r=this._days,a=this._months,u=this._data;u.milliseconds=i%1e3,t=o(i/1e3),u.seconds=t%60,e=o(t/60),u.minutes=e%60,n=o(e/60),u.hours=n%24,r+=o(n/24),u.days=r%30,a+=o(r/30),u.months=a%12,s=o(a/12),u.years=s},weeks:function(){return o(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+2592e6*(this._months%12)+31536e6*~~(this._months/12)},humanize:function(t){var e=+this,n=S(e,!t,this.lang());return t&&(n=this.lang().pastFuture(e,n)),this.lang().postformat(n)},add:function(t,e){var n=H.duration(t,e);return this._milliseconds+=n._milliseconds,this._days+=n._days,this._months+=n._months,this._bubble(),this},subtract:function(t,e){var n=H.duration(t,e);return this._milliseconds-=n._milliseconds,this._days-=n._days,this._months-=n._months,this._bubble(),this},get:function(t){return t=f(t),this[t.toLowerCase()+"
s
"]()},as:function(t){return t=f(t),this["
as
"+t.charAt(0).toUpperCase()+t.slice(1)+"
s
"]()},lang:H.fn.lang};for(P in se)se.hasOwnProperty(P)&&(L(P,se[P]),C(P.toLowerCase()));L("
Weeks
",6048e5),H.duration.fn.asMonths=function(){return(+this-31536e6*this.years())/2592e6+12*this.years()},H.lang("
en
",{ordinal:function(t){var e=t%10,n=1===~~(t%100/10)?"
th
":1===e?"
st
":2===e?"
nd
":3===e?"
rd
":"
th
";return t+n}}),A&&(module.exports=H),"
undefined
"==typeof ender&&(this.moment=H),"
function
"==typeof define&&define.amd&&define("
moment
",[],function(){return H})}.call(this);
\ No newline at end of file
\ No newline at end of file
partials/paneladd.html
0 → 100644
View file @
5aaa9d58
<div>
<div
ng-include
src=
"'partials/panelgeneral.html'"
></div>
</div>
<div>
<div
ng-include
src=
"edit_path(panel.type)"
></div>
</div>
<div
ng-repeat=
"tab in panelMeta.editorTabs"
ng-show=
"addTab == tab.title"
>
<h4>
{{tab.title}}
</h4>
<div
ng-include
src=
"tab.src"
></div>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment