Edit D:\xinhaisoft\crisis_new\Scripts\template-web.js
/* eslint-disable */ /* ! art-template@4.12.2 for browser | https://github.com/aui/art-template */ !function (e, t) { 'object' === typeof exports && 'object' === typeof module ? module.exports = t() : 'function' === typeof define && define.amd ? define([], t) : 'object' === typeof exports ? exports.template = t() : e.template = t() }(this, function () { return function (e) { function t (r) { if (n[r]) return n[r].exports; var i = n[r] = { i: r, l: !1, exports: {} }; return e[r].call(i.exports, i, i.exports, t), i.l = !0, i.exports } var n = {}; return t.m = e, t.c = n, t.d = function (e, n, r) { t.o(e, n) || Object.defineProperty(e, n, { configurable: !1, enumerable: !0, get: r }) }, t.n = function (e) { var n = e && e.__esModule ? function () { return e['default'] } : function () { return e }; return t.d(n, 'a', n), n }, t.o = function (e, t) { return Object.prototype.hasOwnProperty.call(e, t) }, t.p = '', t(t.s = 6) }([function (e, t, n) { (function (t) { e.exports = !1; try { e.exports = '[object process]' === Object.prototype.toString.call(t.process) } catch (n) { } }).call(t, n(4)) }, function (e, t, n) { 'use strict'; var r = n(8), i = n(3), o = n(23), s = function (e, t) { t.onerror(e, t); var n = function () { return '{Template Error}' }; return n.mappings = [], n.sourcesContent = [], n }, a = function c (e) { var t = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; 'string' !== typeof e ? t = e : t.source = e, t = i.$extend(t), e = t.source, !0 === t.debug && (t.cache = !1, t.minimize = !1, t.compileDebug = !0), t.compileDebug && (t.minimize = !1), t.filename && (t.filename = t.resolveFilename(t.filename, t)); var n = t.filename, a = t.cache, u = t.caches; if (a && n) { var p = u.get(n); if (p) return p } if (!e) try { e = t.loader(n, t), t.source = e } catch (d) { var l = new o({ name: 'CompileError', path: n, message: 'template not found: ' + d.message, stack: d.stack }); if (t.bail) throw l; return s(l, t) } var f = void 0, h = new r(t); try { f = h.build() } catch (l) { if (l = new o(l), t.bail) throw l; return s(l, t) } var m = function (e, n) { try { return f(e, n) } catch (l) { if (!t.compileDebug) return t.cache = !1, t.compileDebug = !0, c(t)(e, n); if (l = new o(l), t.bail) throw l; return s(l, t)() } }; return m.mappings = f.mappings, m.sourcesContent = f.sourcesContent, m.toString = function () { return f.toString() }, a && n && u.set(n, m), m }; a.Compiler = r, e.exports = a }, function (e, t) { Object.defineProperty(t, '__esModule', { value: !0 }), t['default'] = /((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyu]{1,5}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g, t.matchToToken = function (e) { var t = { type: 'invalid', value: e[0] }; return e[1] ? (t.type = 'string', t.closed = !(!e[3] && !e[4])) : e[5] ? t.type = 'comment' : e[6] ? (t.type = 'comment', t.closed = !!e[7]) : e[8] ? t.type = 'regex' : e[9] ? t.type = 'number' : e[10] ? t.type = 'name' : e[11] ? t.type = 'punctuator' : e[12] && (t.type = 'whitespace'), t } }, function (e, t, n) { 'use strict'; function r () { this.$extend = function (e) { return e = e || {}, s(e, e instanceof r ? e : this) } } var i = n(0), o = n(12), s = n(13), a = n(14), c = n(15), u = n(16), p = n(17), l = n(18), f = n(19), h = n(20), m = n(22), d = { source: null, filename: null, rules: [f, l], escape: !0, debug: !!i && 'production' !== process.env.NODE_ENV, bail: !0, cache: !0, minimize: !0, compileDebug: !1, resolveFilename: m, include: a, htmlMinifier: h, htmlMinifierOptions: { collapseWhitespace: !0, minifyCSS: !0, minifyJS: !0, ignoreCustomFragments: [] }, onerror: c, loader: p, caches: u, root: '/', extname: '.art', ignore: [], imports: o }; r.prototype = d, e.exports = new r }, function (e, t) { var n; n = function () { return this }(); try { n = n || Function('return this')() || (0, eval)('this') } catch (r) { 'object' === typeof window && (n = window) } e.exports = n }, function (e, t) { }, function (e, t, n) { 'use strict'; var r = n(7), i = n(1), o = n(24), s = function (e, t) { return t instanceof Object ? r({ filename: e }, t) : i({ filename: e, source: t }) }; s.render = r, s.compile = i, s.defaults = o, e.exports = s }, function (e, t, n) { 'use strict'; var r = n(1), i = function (e, t, n) { return r(e, n)(t) }; e.exports = i }, function (e, t, n) { 'use strict'; function r (e, t) { if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function') } var i = n(9), o = n(11), s = '$data', a = '$imports', c = 'print', u = 'include', p = 'extend', l = 'block', f = '$$out', h = '$$line', m = '$$blocks', d = '$$slice', v = '$$from', g = '$$options', y = function (e, t) { return Object.hasOwnProperty.call(e, t) }, b = JSON.stringify, x = function () { function e (t) { var n, i, y = this; r(this, e); var b = t.source, x = t.minimize, w = t.htmlMinifier; if (this.options = t, this.stacks = [], this.context = [], this.scripts = [], this.CONTEXT_MAP = {}, this.ignore = [s, a, g].concat(t.ignore), this.internal = (n = {}, n[f] = '\'\'', n[h] = '[0,0]', n[m] = 'arguments[1]||{}', n[v] = 'null', n[c] = 'function(){var s=\'\'.concat.apply(\'\',arguments);' + f + '+=s;return s}', n[u] = 'function(src,data){var s=' + g + '.include(src,data||' + s + ',arguments[2]||' + m + ',' + g + ');' + f + '+=s;return s}', n[p] = 'function(from){' + v + '=from}', n[d] = 'function(c,p,s){p=' + f + ';' + f + '=\'\';c();s=' + f + ';' + f + '=p+s;return s}', n[l] = 'function(){var a=arguments,s;if(typeof a[0]===\'function\'){return ' + d + '(a[0])}else if(' + v + '){if(!' + m + '[a[0]]){' + m + '[a[0]]=' + d + '(a[1])}else{' + f + '+=' + m + '[a[0]]}}else{s=' + m + '[a[0]];if(typeof s===\'string\'){' + f + '+=s}else{s=' + d + '(a[1])}return s}}', n), this.dependencies = (i = {}, i[c] = [f], i[u] = [f, g, s, m], i[p] = [v, u], i[l] = [d, v, f, m], i), this.importContext(f), t.compileDebug && this.importContext(h), x) try { b = w(b, t) } catch (E) { } this.source = b, this.getTplTokens(b, t.rules, this).forEach(function (e) { e.type === o.TYPE_STRING ? y.parseString(e) : y.parseExpression(e) }) } return e.prototype.getTplTokens = function () { return o.apply(undefined, arguments) }, e.prototype.getEsTokens = function (e) { return i(e) }, e.prototype.getVariables = function (e) { var t = !1; return e.filter(function (e) { return 'whitespace' !== e.type && 'comment' !== e.type }).filter(function (e) { return 'name' === e.type && !t || (t = 'punctuator' === e.type && '.' === e.value, !1) }).map(function (e) { return e.value }) }, e.prototype.importContext = function (e) { var t = this, n = '', r = this.internal, i = this.dependencies, o = this.ignore, c = this.context, u = this.options, p = u.imports, l = this.CONTEXT_MAP; y(l, e) || -1 !== o.indexOf(e) || (y(r, e) ? (n = r[e], y(i, e) && i[e].forEach(function (e) { return t.importContext(e) })) : n = '$escape' === e || '$each' === e || y(p, e) ? a + '.' + e : s + '.' + e, l[e] = n, c.push({ name: e, value: n })) }, e.prototype.parseString = function (e) { var t = e.value; if (t) { var n = f + '+=' + b(t); this.scripts.push({ source: t, tplToken: e, code: n }) } }, e.prototype.parseExpression = function (e) { var t = this, n = e.value, r = e.script, i = r.output, s = this.options.escape, a = r.code; i && (a = !1 === s || i === o.TYPE_RAW ? f + '+=' + r.code : f + '+=$escape(' + r.code + ')'); var c = this.getEsTokens(a); this.getVariables(c).forEach(function (e) { return t.importContext(e) }), this.scripts.push({ source: n, tplToken: e, code: a }) }, e.prototype.checkExpression = function (e) { for (var t = [[/^\s*}[\w\W]*?{?[\s;]*$/, ''], [/(^[\w\W]*?\([\w\W]*?(?:=>|\([\w\W]*?\))\s*{[\s;]*$)/, '$1})'], [/(^[\w\W]*?\([\w\W]*?\)\s*{[\s;]*$)/, '$1}']], n = 0; n < t.length;) { if (t[n][0].test(e)) { var r; e = (r = e).replace.apply(r, t[n]); break } n++ } try { return new Function(e), !0 } catch (i) { return !1 } }, e.prototype.build = function () { var e = this.options, t = this.context, n = this.scripts, r = this.stacks, i = this.source, c = e.filename, l = e.imports, d = [], x = y(this.CONTEXT_MAP, p), w = 0, E = function (e, t) { var n = t.line, i = t.start, o = { generated: { line: r.length + w + 1, column: 1 }, original: { line: n + 1, column: i + 1 } }; return w += e.split(/\n/).length - 1, o }, k = function (e) { return e.replace(/^[\t ]+|[\t ]$/g, '') }; r.push('function(' + s + '){'), r.push('\'use strict\''), r.push(s + '=' + s + '||{}'), r.push('var ' + t.map(function (e) { return e.name + '=' + e.value }).join(',')), e.compileDebug ? (r.push('try{'), n.forEach(function (e) { e.tplToken.type === o.TYPE_EXPRESSION && r.push(h + '=[' + [e.tplToken.line, e.tplToken.start].join(',') + ']'), d.push(E(e.code, e.tplToken)), r.push(k(e.code)) }), r.push('}catch(error){'), r.push('throw {' + ['name:\'RuntimeError\'', 'path:' + b(c), 'message:error.message', 'line:' + h + '[0]+1', 'column:' + h + '[1]+1', 'source:' + b(i), 'stack:error.stack'].join(',') + '}'), r.push('}')) : n.forEach(function (e) { d.push(E(e.code, e.tplToken)), r.push(k(e.code)) }), x && (r.push(f + '=\'\''), r.push(u + '(' + v + ',' + s + ',' + m + ')')), r.push('return ' + f), r.push('}'); var T = r.join('\n'); try { var O = new Function(a, g, 'return ' + T)(l, e); return O.mappings = d, O.sourcesContent = [i], O } catch (F) { for (var $ = 0, j = 0, S = 0, _ = void 0; $ < n.length;) { var C = n[$]; if (!this.checkExpression(C.code)) { j = C.tplToken.line, S = C.tplToken.start, _ = C.code; break } $++ } throw { name: 'CompileError', path: c, message: F.message, line: j + 1, column: S + 1, source: i, generated: _, stack: F.stack } } }, e }(); x.CONSTS = { DATA: s, IMPORTS: a, PRINT: c, INCLUDE: u, EXTEND: p, BLOCK: l, OPTIONS: g, OUT: f, LINE: h, BLOCKS: m, SLICE: d, FROM: v, ESCAPE: '$escape', EACH: '$each' }, e.exports = x }, function (e, t, n) { 'use strict'; var r = n(10), i = n(2)['default'], o = n(2).matchToToken, s = function (e) { return e.match(i).map(function (e) { return i.lastIndex = 0, o(i.exec(e)) }).map(function (e) { return 'name' === e.type && r(e.value) && (e.type = 'keyword'), e }) }; e.exports = s }, function (e, t, n) { 'use strict'; var r = { 'abstract': !0, await: !0, 'boolean': !0, 'break': !0, 'byte': !0, 'case': !0, 'catch': !0, 'char': !0, 'class': !0, 'const': !0, 'continue': !0, 'debugger': !0, 'default': !0, 'delete': !0, 'do': !0, 'double': !0, 'else': !0, 'enum': !0, 'export': !0, 'extends': !0, 'false': !0, 'final': !0, 'finally': !0, 'float': !0, 'for': !0, 'function': !0, 'goto': !0, 'if': !0, 'implements': !0, 'import': !0, 'in': !0, 'instanceof': !0, 'int': !0, 'interface': !0, 'let': !0, 'long': !0, 'native': !0, 'new': !0, 'null': !0, 'package': !0, 'private': !0, 'protected': !0, 'public': !0, 'return': !0, 'short': !0, 'static': !0, 'super': !0, 'switch': !0, 'synchronized': !0, 'this': !0, 'throw': !0, 'transient': !0, 'true': !0, 'try': !0, 'typeof': !0, 'var': !0, 'void': !0, 'volatile': !0, 'while': !0, 'with': !0, 'yield': !0 }; e.exports = function (e) { return r.hasOwnProperty(e) } }, function (e, t, n) { 'use strict'; function r (e, t, n, r) { var i = new String(e); return i.line = t, i.start = n, i.end = r, i } var i = function (e, t) { for (var n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}, i = [{ type: 'string', value: e, line: 0, start: 0, end: e.length }], o = 0; o < t.length; o++)!function (e) { for (var t = e.test.ignoreCase ? 'ig' : 'g', o = e.test.source + '|^$|[\\w\\W]', s = new RegExp(o, t), a = 0; a < i.length; a++)if ('string' === i[a].type) { for (var c = i[a].line, u = i[a].start, p = i[a].end, l = i[a].value.match(s), f = [], h = 0; h < l.length; h++) { var m = l[h]; e.test.lastIndex = 0; var d = e.test.exec(m), v = d ? 'expression' : 'string', g = f[f.length - 1], y = g || i[a], b = y.value; u = y.line === c ? g ? g.end : u : b.length - b.lastIndexOf('\n') - 1, p = u + m.length; var x = { type: v, value: m, line: c, start: u, end: p }; if ('string' === v) g && 'string' === g.type ? (g.value += m, g.end += m.length) : f.push(x); else { d[0] = new r(d[0], c, u, p); var w = e.use.apply(n, d); x.script = w, f.push(x) } c += m.split(/\n/).length - 1 } i.splice.apply(i, [a, 1].concat(f)), a += f.length - 1 } }(t[o]); return i }; i.TYPE_STRING = 'string', i.TYPE_EXPRESSION = 'expression', i.TYPE_RAW = 'raw', i.TYPE_ESCAPE = 'escape', e.exports = i }, function (e, t, n) { 'use strict'; (function (t) { function r (e) { return 'string' !== typeof e && (e = e === undefined || null === e ? '' : 'function' === typeof e ? r(e.call(e)) : JSON.stringify(e)), e } function i (e) { var t = '' + e, n = a.exec(t); if (!n) return e; var r = '', i = void 0, o = void 0, s = void 0; for (i = n.index, o = 0; i < t.length; i++) { switch (t.charCodeAt(i)) { case 34: s = '"'; break; case 38: s = '&'; break; case 39: s = '''; break; case 60: s = '<'; break; case 62: s = '>'; break; default: continue }o !== i && (r += t.substring(o, i)), o = i + 1, r += s } return o !== i ? r + t.substring(o, i) : r }/* ! art-template@runtime | https://github.com/aui/art-template */ var o = n(0), s = Object.create(o ? t : window), a = /["&'<>]/; s.$escape = function (e) { return i(r(e)) }, s.$each = function (e, t) { if (Array.isArray(e)) for (var n = 0, r = e.length; n < r; n++)t(e[n], n); else for (var i in e) t(e[i], i) }, e.exports = s }).call(t, n(4)) }, function (e, t, n) { 'use strict'; var r = Object.prototype.toString, i = function (e) { return null === e ? 'Null' : r.call(e).slice(8, -1) }, o = function s (e, t) { var n = void 0, r = i(e); if ('Object' === r ? n = Object.create(t || {}) : 'Array' === r && (n = [].concat(t || [])), n) { for (var o in e) Object.hasOwnProperty.call(e, o) && (n[o] = s(e[o], n[o])); return n } return e }; e.exports = o }, function (e, t, n) { 'use strict'; var r = function (e, t, r, i) { var o = n(1); return i = i.$extend({ filename: i.resolveFilename(e, i), bail: !0, source: null }), o(i)(t, r) }; e.exports = r }, function (e, t, n) { 'use strict'; var r = function (e) { console.error(e.name, e.message) }; e.exports = r }, function (e, t, n) { 'use strict'; var r = { __data: Object.create(null), set: function (e, t) { this.__data[e] = t }, get: function (e) { return this.__data[e] }, reset: function () { this.__data = {} } }; e.exports = r }, function (e, t, n) { 'use strict'; var r = n(0), i = function (e) { if (r) { return n(5).readFileSync(e, 'utf8') } var t = document.getElementById(e); return t.value || t.innerHTML }; e.exports = i }, function (e, t, n) { 'use strict'; var r = { test: /{{([@#]?)[ \t]*(\/?)([\w\W]*?)[ \t]*}}/, use: function (e, t, n, i) { var o = this, s = o.options, a = o.getEsTokens(i), c = a.map(function (e) { return e.value }), u = {}, p = void 0, l = !!t && 'raw', f = n + c.shift(), h = function (t, n) { console.warn((s.filename || 'anonymous') + ':' + (e.line + 1) + ':' + (e.start + 1) + '\nTemplate upgrade: {{' + t + '}} -> {{' + n + '}}') }; switch ('#' === t && h('#value', '@value'), f) { case 'set': i = 'var ' + c.join('').trim(); break; case 'if': i = 'if(' + c.join('').trim() + '){'; break; case 'else': var m = c.indexOf('if'); ~m ? (c.splice(0, m + 1), i = '}else if(' + c.join('').trim() + '){') : i = '}else{'; break; case '/if': i = '}'; break; case 'each': p = r._split(a), p.shift(), 'as' === p[1] && (h('each object as value index', 'each object value index'), p.splice(1, 1)); i = '$each(' + (p[0] || '$data') + ',function(' + (p[1] || '$value') + ',' + (p[2] || '$index') + '){'; break; case '/each': i = '})'; break; case 'block': p = r._split(a), p.shift(), i = 'block(' + p.join(',').trim() + ',function(){'; break; case '/block': i = '})'; break; case 'echo': f = 'print', h('echo value', 'value'); case 'print': case 'include': case 'extend': if (0 !== c.join('').trim().indexOf('(')) { p = r._split(a), p.shift(), i = f + '(' + p.join(',') + ')'; break } default: if (~c.indexOf('|')) { var d = a.reduce(function (e, t) { var n = t.value, r = t.type; return '|' === n ? e.push([]) : 'whitespace' !== r && 'comment' !== r && (e.length || e.push([]), ':' === n && 1 === e[e.length - 1].length ? h('value | filter: argv', 'value | filter argv') : e[e.length - 1].push(t)), e }, []).map(function (e) { return r._split(e) }); i = d.reduce(function (e, t) { var n = t.shift(); return t.unshift(e), '$imports.' + n + '(' + t.join(',') + ')' }, d.shift().join(' ').trim()) } l = l || 'escape' }return u.code = i, u.output = l, u }, _split: function (e) { e = e.filter(function (e) { var t = e.type; return 'whitespace' !== t && 'comment' !== t }); for (var t = 0, n = e.shift(), r = /\]|\)/, i = [[n]]; t < e.length;) { var o = e[t]; 'punctuator' === o.type || 'punctuator' === n.type && !r.test(n.value) ? i[i.length - 1].push(o) : i.push([o]), n = o, t++ } return i.map(function (e) { return e.map(function (e) { return e.value }).join('') }) } }; e.exports = r }, function (e, t, n) { 'use strict'; var r = { test: /<%(#?)((?:==|=#|[=-])?)[ \t]*([\w\W]*?)[ \t]*(-?)%>/, use: function (e, t, n, r) { return n = { '-': 'raw', '=': 'escape', '': !1, '==': 'raw', '=#': 'raw' }[n], t && (r = '/*' + r + '*/', n = !1), { code: r, output: n } } }; e.exports = r }, function (e, t, n) { 'use strict'; var r = n(0), i = function (e, t) { if (r) { var i, o = n(21).minify, s = t.htmlMinifierOptions, a = t.rules.map(function (e) { return e.test }); (i = s.ignoreCustomFragments).push.apply(i, a), e = o(e, s) } return e }; e.exports = i }, function (e, t) { !function (e) { e.noop = function () { } }('object' === typeof e && 'object' === typeof e.exports ? e.exports : window) }, function (e, t, n) { 'use strict'; var r = n(0), i = /^\.+\//, o = function (e, t) { if (r) { var o = n(5), s = t.root, a = t.extname; if (i.test(e)) { var c = t.filename, u = !c || e === c, p = u ? s : o.dirname(c); e = o.resolve(p, e) } else e = o.resolve(s, e); o.extname(e) || (e += a) } return e }; e.exports = o }, function (e, t, n) { 'use strict'; function r (e, t) { if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function') } function i (e, t) { if (!e) throw new ReferenceError('this hasn\'t been initialised - super() hasn\'t been called'); return !t || 'object' !== typeof t && 'function' !== typeof t ? e : t } function o (e, t) { if ('function' !== typeof t && null !== t) throw new TypeError('Super expression must either be null or a function, not ' + typeof t); e.prototype = Object.create(t && t.prototype, { constructor: { value: e, enumerable: !1, writable: !0, configurable: !0 } }), t && (Object.setPrototypeOf ? Object.setPrototypeOf(e, t) : e.__proto__ = t) } function s (e) { var t = e.name, n = e.source, r = e.path, i = e.line, o = e.column, s = e.generated, a = e.message; if (!n) return a; var c = n.split(/\n/), u = Math.max(i - 3, 0), p = Math.min(c.length, i + 3), l = c.slice(u, p).map(function (e, t) { var n = t + u + 1; return (n === i ? ' >> ' : ' ') + n + '| ' + e }).join('\n'); return (r || 'anonymous') + ':' + i + ':' + o + '\n' + l + '\n\n' + t + ': ' + a + (s ? '\n generated: ' + s : '') } var a = function (e) { function t (n) { r(this, t); var o = i(this, e.call(this, n.message)); return o.name = 'TemplateError', o.message = s(n), Error.captureStackTrace && Error.captureStackTrace(o, o.constructor), o } return o(t, e), t }(Error); e.exports = a }, function (e, t, n) { 'use strict'; e.exports = n(3) }]) }) /* eslint-enable */ // ???????????? template.defaults.imports.DatetimeFormat = function (date, format) { if (typeof (date) === 'string') { var mts = date.match(/(\/Date\((\d+)\)\/)/) if (mts && mts.length >= 3) { date = parseInt(mts[2]) } } date = new Date(date) if (!date || date.toUTCString() === 'Invalid Date') { return '' } var map = { // y???M???d???h???m???s???q???????? 'M': date.getMonth() + 1, 'd': date.getDate(), 'h': date.getHours(), 'm': date.getMinutes(), 's': date.getSeconds(), 'q': Math.floor((date.getMonth() + 3) / 3), 'S': date.getMilliseconds() } format = format.replace(/([yMdhmsqS])+/g, function (all, t) { var v = map[t] if (v !== undefined) { if (all.length > 1) { v = '0' + v v = v.substr(v.length - 2) } return v } else if (t === 'y') { return (date.getFullYear() + '').substr(4 - all.length) } return all }) return format } // ?????? $.fn.template = function (data) { var $this = $(this).first() var $tpl = $this.find('template,script[type="text/template"]') var id // ??????????????? if ($tpl.length) { id = 't-' + Math.random().toString().slice(-2) $tpl.attr('id', id) $this.html(template(id, data)) } // ???????????? else { id = $this.attr('id') if (typeof id === 'undefined') { id = 't-' + Math.random().toString().slice(-2) $this.attr('id', id) } $this.html(template(id, data)).removeAttr('data-template').removeClass('template') } return this } /* 1??????$('#list').template(data) 2????????$value?????????replace??? 3????????$index????????????$index??ey */
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de