12 |
1. Widget Box
13 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/hk_fabu2/static/docs/sections/pages/error.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Error Page
4 |
5 |
6 |
7 |
8 | Error page doesn't have any special elements
9 |
10 |
11 | There is only .error-container
which adds some margin:
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/HELP-US-OUT.txt:
--------------------------------------------------------------------------------
1 | I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
2 | Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
3 | comprehensive icon sets or copy and paste your own.
4 |
5 | Please. Check it out.
6 |
7 | -Dave Gandy
8 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/font-awesome-4.7.0/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/font-awesome-4.7.0/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/animated.less:
--------------------------------------------------------------------------------
1 | // Animated Icons
2 | // --------------------------
3 |
4 | .@{fa-css-prefix}-spin {
5 | -webkit-animation: fa-spin 2s infinite linear;
6 | animation: fa-spin 2s infinite linear;
7 | }
8 |
9 | .@{fa-css-prefix}-pulse {
10 | -webkit-animation: fa-spin 1s infinite steps(8);
11 | animation: fa-spin 1s infinite steps(8);
12 | }
13 |
14 | @-webkit-keyframes fa-spin {
15 | 0% {
16 | -webkit-transform: rotate(0deg);
17 | transform: rotate(0deg);
18 | }
19 | 100% {
20 | -webkit-transform: rotate(359deg);
21 | transform: rotate(359deg);
22 | }
23 | }
24 |
25 | @keyframes fa-spin {
26 | 0% {
27 | -webkit-transform: rotate(0deg);
28 | transform: rotate(0deg);
29 | }
30 | 100% {
31 | -webkit-transform: rotate(359deg);
32 | transform: rotate(359deg);
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/bordered-pulled.less:
--------------------------------------------------------------------------------
1 | // Bordered & Pulled
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-border {
5 | padding: .2em .25em .15em;
6 | border: solid .08em @fa-border-color;
7 | border-radius: .1em;
8 | }
9 |
10 | .@{fa-css-prefix}-pull-left { float: left; }
11 | .@{fa-css-prefix}-pull-right { float: right; }
12 |
13 | .@{fa-css-prefix} {
14 | &.@{fa-css-prefix}-pull-left { margin-right: .3em; }
15 | &.@{fa-css-prefix}-pull-right { margin-left: .3em; }
16 | }
17 |
18 | /* Deprecated as of 4.4.0 */
19 | .pull-right { float: right; }
20 | .pull-left { float: left; }
21 |
22 | .@{fa-css-prefix} {
23 | &.pull-left { margin-right: .3em; }
24 | &.pull-right { margin-left: .3em; }
25 | }
26 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/core.less:
--------------------------------------------------------------------------------
1 | // Base Class Definition
2 | // -------------------------
3 |
4 | .@{fa-css-prefix} {
5 | display: inline-block;
6 | font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
7 | font-size: inherit; // can't have font-size inherit on line above, so need to override
8 | text-rendering: auto; // optimizelegibility throws things off #1094
9 | -webkit-font-smoothing: antialiased;
10 | -moz-osx-font-smoothing: grayscale;
11 |
12 | }
13 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/fixed-width.less:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .@{fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/font-awesome.less:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4 | */
5 |
6 | @import "variables.less";
7 | @import "mixins.less";
8 | @import "path.less";
9 | @import "core.less";
10 | @import "larger.less";
11 | @import "fixed-width.less";
12 | @import "list.less";
13 | @import "bordered-pulled.less";
14 | @import "animated.less";
15 | @import "rotated-flipped.less";
16 | @import "stacked.less";
17 | @import "icons.less";
18 | @import "screen-reader.less";
19 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/larger.less:
--------------------------------------------------------------------------------
1 | // Icon Sizes
2 | // -------------------------
3 |
4 | /* makes the font 33% larger relative to the icon container */
5 | .@{fa-css-prefix}-lg {
6 | font-size: (4em / 3);
7 | line-height: (3em / 4);
8 | vertical-align: -15%;
9 | }
10 | .@{fa-css-prefix}-2x { font-size: 2em; }
11 | .@{fa-css-prefix}-3x { font-size: 3em; }
12 | .@{fa-css-prefix}-4x { font-size: 4em; }
13 | .@{fa-css-prefix}-5x { font-size: 5em; }
14 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/list.less:
--------------------------------------------------------------------------------
1 | // List Icons
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-ul {
5 | padding-left: 0;
6 | margin-left: @fa-li-width;
7 | list-style-type: none;
8 | > li { position: relative; }
9 | }
10 | .@{fa-css-prefix}-li {
11 | position: absolute;
12 | left: -@fa-li-width;
13 | width: @fa-li-width;
14 | top: (2em / 14);
15 | text-align: center;
16 | &.@{fa-css-prefix}-lg {
17 | left: (-@fa-li-width + (4em / 14));
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/path.less:
--------------------------------------------------------------------------------
1 | /* FONT PATH
2 | * -------------------------- */
3 |
4 | @font-face {
5 | font-family: 'FontAwesome';
6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
8 | url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
9 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
10 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
11 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
12 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
13 | font-weight: normal;
14 | font-style: normal;
15 | }
16 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/rotated-flipped.less:
--------------------------------------------------------------------------------
1 | // Rotated & Flipped Icons
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
7 |
8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }
10 |
11 | // Hook for IE8-9
12 | // -------------------------
13 |
14 | :root .@{fa-css-prefix}-rotate-90,
15 | :root .@{fa-css-prefix}-rotate-180,
16 | :root .@{fa-css-prefix}-rotate-270,
17 | :root .@{fa-css-prefix}-flip-horizontal,
18 | :root .@{fa-css-prefix}-flip-vertical {
19 | filter: none;
20 | }
21 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/screen-reader.less:
--------------------------------------------------------------------------------
1 | // Screen Readers
2 | // -------------------------
3 |
4 | .sr-only { .sr-only(); }
5 | .sr-only-focusable { .sr-only-focusable(); }
6 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/less/stacked.less:
--------------------------------------------------------------------------------
1 | // Stacked Icons
2 | // -------------------------
3 |
4 | .@{fa-css-prefix}-stack {
5 | position: relative;
6 | display: inline-block;
7 | width: 2em;
8 | height: 2em;
9 | line-height: 2em;
10 | vertical-align: middle;
11 | }
12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
13 | position: absolute;
14 | left: 0;
15 | width: 100%;
16 | text-align: center;
17 | }
18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; }
19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; }
20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; }
21 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_animated.scss:
--------------------------------------------------------------------------------
1 | // Spinning Icons
2 | // --------------------------
3 |
4 | .#{$fa-css-prefix}-spin {
5 | -webkit-animation: fa-spin 2s infinite linear;
6 | animation: fa-spin 2s infinite linear;
7 | }
8 |
9 | .#{$fa-css-prefix}-pulse {
10 | -webkit-animation: fa-spin 1s infinite steps(8);
11 | animation: fa-spin 1s infinite steps(8);
12 | }
13 |
14 | @-webkit-keyframes fa-spin {
15 | 0% {
16 | -webkit-transform: rotate(0deg);
17 | transform: rotate(0deg);
18 | }
19 | 100% {
20 | -webkit-transform: rotate(359deg);
21 | transform: rotate(359deg);
22 | }
23 | }
24 |
25 | @keyframes fa-spin {
26 | 0% {
27 | -webkit-transform: rotate(0deg);
28 | transform: rotate(0deg);
29 | }
30 | 100% {
31 | -webkit-transform: rotate(359deg);
32 | transform: rotate(359deg);
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_bordered-pulled.scss:
--------------------------------------------------------------------------------
1 | // Bordered & Pulled
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-border {
5 | padding: .2em .25em .15em;
6 | border: solid .08em $fa-border-color;
7 | border-radius: .1em;
8 | }
9 |
10 | .#{$fa-css-prefix}-pull-left { float: left; }
11 | .#{$fa-css-prefix}-pull-right { float: right; }
12 |
13 | .#{$fa-css-prefix} {
14 | &.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
15 | &.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
16 | }
17 |
18 | /* Deprecated as of 4.4.0 */
19 | .pull-right { float: right; }
20 | .pull-left { float: left; }
21 |
22 | .#{$fa-css-prefix} {
23 | &.pull-left { margin-right: .3em; }
24 | &.pull-right { margin-left: .3em; }
25 | }
26 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_core.scss:
--------------------------------------------------------------------------------
1 | // Base Class Definition
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix} {
5 | display: inline-block;
6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
7 | font-size: inherit; // can't have font-size inherit on line above, so need to override
8 | text-rendering: auto; // optimizelegibility throws things off #1094
9 | -webkit-font-smoothing: antialiased;
10 | -moz-osx-font-smoothing: grayscale;
11 |
12 | }
13 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_fixed-width.scss:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .#{$fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_larger.scss:
--------------------------------------------------------------------------------
1 | // Icon Sizes
2 | // -------------------------
3 |
4 | /* makes the font 33% larger relative to the icon container */
5 | .#{$fa-css-prefix}-lg {
6 | font-size: (4em / 3);
7 | line-height: (3em / 4);
8 | vertical-align: -15%;
9 | }
10 | .#{$fa-css-prefix}-2x { font-size: 2em; }
11 | .#{$fa-css-prefix}-3x { font-size: 3em; }
12 | .#{$fa-css-prefix}-4x { font-size: 4em; }
13 | .#{$fa-css-prefix}-5x { font-size: 5em; }
14 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_list.scss:
--------------------------------------------------------------------------------
1 | // List Icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-ul {
5 | padding-left: 0;
6 | margin-left: $fa-li-width;
7 | list-style-type: none;
8 | > li { position: relative; }
9 | }
10 | .#{$fa-css-prefix}-li {
11 | position: absolute;
12 | left: -$fa-li-width;
13 | width: $fa-li-width;
14 | top: (2em / 14);
15 | text-align: center;
16 | &.#{$fa-css-prefix}-lg {
17 | left: -$fa-li-width + (4em / 14);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_path.scss:
--------------------------------------------------------------------------------
1 | /* FONT PATH
2 | * -------------------------- */
3 |
4 | @font-face {
5 | font-family: 'FontAwesome';
6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
8 | url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'),
9 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
10 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
11 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
12 | // src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
13 | font-weight: normal;
14 | font-style: normal;
15 | }
16 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_rotated-flipped.scss:
--------------------------------------------------------------------------------
1 | // Rotated & Flipped Icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
7 |
8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
10 |
11 | // Hook for IE8-9
12 | // -------------------------
13 |
14 | :root .#{$fa-css-prefix}-rotate-90,
15 | :root .#{$fa-css-prefix}-rotate-180,
16 | :root .#{$fa-css-prefix}-rotate-270,
17 | :root .#{$fa-css-prefix}-flip-horizontal,
18 | :root .#{$fa-css-prefix}-flip-vertical {
19 | filter: none;
20 | }
21 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_screen-reader.scss:
--------------------------------------------------------------------------------
1 | // Screen Readers
2 | // -------------------------
3 |
4 | .sr-only { @include sr-only(); }
5 | .sr-only-focusable { @include sr-only-focusable(); }
6 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/_stacked.scss:
--------------------------------------------------------------------------------
1 | // Stacked Icons
2 | // -------------------------
3 |
4 | .#{$fa-css-prefix}-stack {
5 | position: relative;
6 | display: inline-block;
7 | width: 2em;
8 | height: 2em;
9 | line-height: 2em;
10 | vertical-align: middle;
11 | }
12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
13 | position: absolute;
14 | left: 0;
15 | width: 100%;
16 | text-align: center;
17 | }
18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; }
19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; }
20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; }
21 |
--------------------------------------------------------------------------------
/hk_fabu2/static/font-awesome-4.7.0/scss/font-awesome.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4 | */
5 |
6 | @import "variables";
7 | @import "mixins";
8 | @import "path";
9 | @import "core";
10 | @import "larger";
11 | @import "fixed-width";
12 | @import "list";
13 | @import "bordered-pulled";
14 | @import "animated";
15 | @import "rotated-flipped";
16 | @import "stacked";
17 | @import "icons";
18 | @import "screen-reader";
19 |
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/OpenSans-300.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/OpenSans-300.woff
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/OpenSans-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/OpenSans-400.woff
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/hk_fabu2/static/fonts/readme:
--------------------------------------------------------------------------------
1 | Google fonts saved to be locally available during development
2 | http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans
3 |
4 |
--------------------------------------------------------------------------------
/hk_fabu2/static/img/favicon.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/img/favicon.jpg
--------------------------------------------------------------------------------
/hk_fabu2/static/img/logo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/img/logo1.png
--------------------------------------------------------------------------------
/hk_fabu2/static/js/ace/ace.auto-container.js:
--------------------------------------------------------------------------------
1 | /**
2 |
Auto Container Adds .container when window size is above 1140px.
3 | In Bootstrap you should stick with fixed width breakpoints.
4 | You can use this feature to enable fixed container only when window size is above 1140px
5 | */
6 | (function($ , undefined) {
7 |
8 | $(window).on('resize.auto_container', function() {
9 | var enable = $(window).width() > 1140;
10 | try {
11 | ace.settings.main_container_fixed(enable, false, false);
12 | } catch(e) {
13 | if(enable) $('.main-container,.navbar-container').addClass('container');
14 | else $('.main-container,.navbar-container').removeClass('container');
15 | $(document).trigger('settings.ace', ['main_container_fixed' , enable]);
16 | }
17 | }).triggerHandler('resize.auto_container');
18 |
19 | })(window.jQuery);
--------------------------------------------------------------------------------
/hk_fabu2/static/js/ace/readme:
--------------------------------------------------------------------------------
1 | To build a custom JS file please open path/to/ace/build/js.html in your browser.
2 |
--------------------------------------------------------------------------------
/hk_fabu2/static/js/ace/scripts.json:
--------------------------------------------------------------------------------
1 | {
2 | "elements.scroller.js" : true,
3 | "elements.colorpicker.js" : true,
4 | "elements.fileinput.js" : true,
5 | "elements.typeahead.js" : true,
6 | "elements.wysiwyg.js" : true,
7 | "elements.spinner.js" : true,
8 | "elements.treeview.js" : true,
9 | "elements.wizard.js" : true,
10 | "elements.aside.js" : true,
11 |
12 | "ace.js" : true,
13 | "ace.ajax-content.js" : true,
14 | "ace.touch-drag.js" : true,
15 |
16 | "ace.sidebar.js" : true,
17 | "ace.sidebar-scroll-1.js" : true,
18 | "ace.submenu-hover.js" : true,
19 |
20 | "ace.widget-box.js" : true,
21 |
22 | "ace.settings.js" : true,
23 | "ace.settings-rtl.js" : true,
24 | "ace.settings-skin.js" : true,
25 |
26 | "ace.widget-on-reload.js" : true,
27 | "ace.searchbox-autocomplete.js" : true,
28 |
29 | "ace.auto-padding.js" : false,
30 | "ace.auto-container.js" : false
31 | }
--------------------------------------------------------------------------------
/hk_fabu2/static/js/dataTables/extensions/TableTools/swf/copy_csv_xls.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/js/dataTables/extensions/TableTools/swf/copy_csv_xls.swf
--------------------------------------------------------------------------------
/hk_fabu2/static/js/dataTables/extensions/TableTools/swf/copy_csv_xls_pdf.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/js/dataTables/extensions/TableTools/swf/copy_csv_xls_pdf.swf
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layer/skin/default/icon-ext.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layer/skin/default/icon-ext.png
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layer/skin/default/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layer/skin/default/icon.png
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layer/skin/default/loading-0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layer/skin/default/loading-0.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layer/skin/default/loading-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layer/skin/default/loading-1.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layer/skin/default/loading-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layer/skin/default/loading-2.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layer/skin/moon/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layer/skin/moon/default.png
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/css/modules/code.css:
--------------------------------------------------------------------------------
1 | /** layui-v1.0.4 LGPL license By www.layui.com */
2 | html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #ddd;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:30px;line-height:30px;border-bottom:1px solid #ddd}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #ddd;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none}
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/css/modules/laydate/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/css/modules/laydate/icon.png
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/css/modules/layer/default/icon-ext.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/css/modules/layer/default/icon-ext.png
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/css/modules/layer/default/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/css/modules/layer/default/icon.png
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/css/modules/layer/default/loading-0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/css/modules/layer/default/loading-0.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/css/modules/layer/default/loading-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/css/modules/layer/default/loading-1.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/css/modules/layer/default/loading-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/css/modules/layer/default/loading-2.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/font/iconfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/font/iconfont.eot
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/font/iconfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/font/iconfont.ttf
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/font/iconfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/font/iconfont.woff
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/0.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/1.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/10.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/11.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/11.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/12.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/12.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/13.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/13.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/14.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/14.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/15.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/15.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/16.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/16.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/17.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/17.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/18.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/18.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/19.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/19.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/2.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/20.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/20.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/21.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/21.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/22.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/22.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/23.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/23.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/24.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/24.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/25.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/25.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/26.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/26.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/27.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/27.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/28.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/28.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/29.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/29.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/3.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/30.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/30.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/31.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/31.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/32.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/32.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/33.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/33.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/34.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/34.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/35.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/35.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/36.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/36.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/37.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/37.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/38.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/38.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/39.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/39.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/4.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/40.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/40.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/41.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/41.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/42.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/42.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/43.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/43.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/44.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/44.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/45.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/45.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/46.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/46.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/47.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/47.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/48.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/48.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/49.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/49.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/5.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/50.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/50.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/51.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/51.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/52.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/52.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/53.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/53.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/54.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/54.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/55.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/55.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/56.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/56.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/57.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/57.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/58.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/58.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/59.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/59.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/6.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/6.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/60.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/60.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/61.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/61.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/62.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/62.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/63.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/63.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/64.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/64.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/65.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/65.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/66.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/66.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/67.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/67.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/68.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/68.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/69.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/69.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/7.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/7.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/70.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/70.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/71.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/71.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/8.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/8.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/images/face/9.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/layui/images/face/9.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/layui/lay/modules/util.js:
--------------------------------------------------------------------------------
1 | /** layui-v1.0.4 LGPL license By www.layui.com */
2 | ;layui.define("jquery",function(l){"use strict";var o=layui.jquery,i={fixbar:function(l){l=l||{},l.bgcolor=l.bgcolor?"background-color:"+l.bgcolor:"";var i,a,c="layui-fixbar-top",t=[l.bar1===!0?"":l.bar1,l.bar2===!0?"":l.bar2,""],r=o(['
',l.bar1?''+t[0]+" ":"",l.bar2?''+t[1]+" ":"",''+t[2]+" "," "].join("")),e=r.find("."+c),s=function(){var i=o(document).scrollTop();i>=(l.showHeight||200)?a||(e.show(),a=1):a&&(e.hide(),a=0)};o(".layui-fixbar")[0]||("object"==typeof l.css&&r.css(l.css),o("body").append(r),s(),r.find("li").on("click",function(){var i=o(this),a=i.attr("lay-type");"top"===a&&o("html,body").animate({scrollTop:0},200),l.click&&l.click.call(this,a)}),o(document).on("scroll",function(){i&&clearTimeout(i),i=setTimeout(function(){s()},100)}))}};l("util",i)});
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/select/css/close.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/select/css/close.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/langs/readme.md:
--------------------------------------------------------------------------------
1 | This is where language files should be placed.
2 |
3 | Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/
4 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/plugins/anchor/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("anchor",function(e){var t=function(e){return!e.attr("href")&&(e.attr("id")||e.attr("name"))&&!e.firstChild},n=function(e){return function(n){for(var r=0;r
",tinymce.each(n,function(n){var r=t+"/img/smiley-"+n+".gif";e+=' '}),e+=""}),e+=""}var r=[["cool","cry","embarassed","foot-in-mouth"],["frown","innocent","kiss","laughing"],["money-mouth","sealed","smile","surprised"],["tongue-out","undecided","wink","yell"]];e.addButton("emoticons",{type:"panelbutton",panel:{role:"application",autohide:!0,html:n,onclick:function(t){var n=e.dom.getParent(t.target,"a");n&&(e.insertContent(' '),this.hide())}},tooltip:"Emoticons"})});
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/plugins/example/dialog.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Custom dialog
5 | Input some text:
6 | Close window
7 |
8 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/plugins/example/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("example",function(e,t){e.addButton("example",{text:"My button",icon:!1,onclick:function(){e.windowManager.open({title:"Example plugin",body:[{type:"textbox",name:"title",label:"Title"}],onsubmit:function(t){e.insertContent("Title: "+t.data.title)}})}}),e.addMenuItem("example",{text:"Example plugin",context:"tools",onclick:function(){e.windowManager.open({title:"TinyMCE site",url:t+"/dialog.html",width:600,height:400,buttons:[{text:"Insert",onclick:function(){var t=e.windowManager.getWindows()[0];e.insertContent(t.getContentWindow().document.getElementById("content").value),t.close()}},{text:"Close",onclick:"close"}]})}})});
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/plugins/example_dependency/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("example_dependency",function(){},["example"]);
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/plugins/hr/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("hr",function(e){e.addCommand("InsertHorizontalRule",function(){e.execCommand("mceInsertContent",!1," ")}),e.addButton("hr",{icon:"hr",tooltip:"Horizontal line",cmd:"InsertHorizontalRule"}),e.addMenuItem("hr",{icon:"hr",text:"Horizontal line",cmd:"InsertHorizontalRule",context:"insert"})});
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("nonbreaking",function(e){var t=e.getParam("nonbreaking_force_tab");if(e.addCommand("mceNonBreaking",function(){e.insertContent(e.plugins.visualchars&&e.plugins.visualchars.state?' ':" "),e.dom.setAttrib(e.dom.select("span.mce-nbsp"),"data-mce-bogus","1")}),e.addButton("nonbreaking",{title:"Nonbreaking space",cmd:"mceNonBreaking"}),e.addMenuItem("nonbreaking",{text:"Nonbreaking space",cmd:"mceNonBreaking",context:"insert"}),t){var n=+t>1?+t:3;e.on("keydown",function(t){if(9==t.keyCode){if(t.shiftKey)return;t.preventDefault();for(var r=0;r .@{prefix}-container-body {
9 | margin-top: -15px;
10 | }
11 |
12 | .@{prefix}-fieldset-title {
13 | margin-left: 5px;
14 | padding: 0 5px 0 5px;
15 | }
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/FitLayout.less:
--------------------------------------------------------------------------------
1 | // FitLayout
2 |
3 | .@{prefix}-fit-layout {
4 | .inline-block();
5 | }
6 |
7 | .@{prefix}-fit-layout-item {
8 | position: absolute;
9 | }
10 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/FlowLayout.less:
--------------------------------------------------------------------------------
1 | // FlowLayout
2 |
3 | .@{prefix}-flow-layout-item {
4 | .inline-block();
5 | }
6 |
7 | .@{prefix}-flow-layout-item {
8 | margin: @flow-layout-spacing 0 @flow-layout-spacing @flow-layout-spacing;
9 | }
10 |
11 | .@{prefix}-flow-layout-item.@{prefix}-last {
12 | margin-right: @flow-layout-spacing;
13 | }
14 |
15 | .@{prefix}-flow-layout {
16 | white-space: normal;
17 | }
18 |
19 | .@{prefix}-tinymce-inline .@{prefix}-flow-layout {
20 | white-space: nowrap;
21 | }
22 |
23 | // RTL
24 |
25 | .@{prefix}-rtl .@{prefix}-flow-layout {
26 | text-align: right;
27 | direction: rtl;
28 | }
29 |
30 | .@{prefix}-rtl .@{prefix}-flow-layout-item {
31 | margin: @flow-layout-spacing @flow-layout-spacing @flow-layout-spacing 0;
32 | }
33 |
34 | .@{prefix}-rtl .@{prefix}-flow-layout-item.@{prefix}-last {
35 | margin-left: @flow-layout-spacing;
36 | }
37 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Iframe.less:
--------------------------------------------------------------------------------
1 | // Iframe
2 |
3 | .@{prefix}-iframe {
4 | border: 0 solid @iframe-border;
5 | width: 100%; height: 100%;
6 | }
7 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/ImagePanel.less:
--------------------------------------------------------------------------------
1 | // ImagePanel
2 |
3 | .@{prefix}-imagepanel {
4 | overflow: auto;
5 | background: black;
6 | }
7 |
8 | .@{prefix}-imagepanel-bg {
9 | position: absolute;
10 | background: url('data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==');
11 | }
12 |
13 | .@{prefix}-imagepanel img {
14 | position: absolute;
15 | }
16 |
17 | .@{prefix}-imagetool.@{prefix}-btn .@{prefix}-ico {
18 | display: block;
19 | width: 20px;
20 | height: 20px;
21 | text-align: center;
22 | line-height: 20px;
23 | font-size: 20px;
24 | padding: 5px;
25 | }
26 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Label.less:
--------------------------------------------------------------------------------
1 | // Label
2 |
3 | .@{prefix}-label {
4 | .inline-block();
5 | text-shadow: @text-shadow;
6 | overflow: hidden;
7 | }
8 |
9 | .@{prefix}-label.@{prefix}-autoscroll {
10 | overflow: auto;
11 | }
12 |
13 | .@{prefix}-label.@{prefix}-disabled {
14 | color: @text-disabled;
15 | }
16 |
17 | .@{prefix}-label.@{prefix}-multiline {
18 | white-space: pre-wrap;
19 | }
20 |
21 | .@{prefix}-label.@{prefix}-success {
22 | color: @text-success;
23 | }
24 |
25 | .@{prefix}-label.@{prefix}-warning {
26 | color: @text-warning;
27 | }
28 |
29 | .@{prefix}-label.@{prefix}-error {
30 | color: @text-error;
31 | }
32 |
33 | // RTL
34 |
35 | .@{prefix}-rtl .@{prefix}-label {
36 | text-align: right;
37 | direction: rtl;
38 | }
39 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/ListBox.less:
--------------------------------------------------------------------------------
1 | // ListBox
2 |
3 | .@{prefix}-listbox button {
4 | text-align: left;
5 | padding-right: 20px;
6 | position: relative;
7 | }
8 |
9 | .@{prefix}-listbox .@{prefix}-caret {
10 | position: absolute;
11 | margin-top: -2px;
12 | right: 8px;
13 | top: 50%;
14 | }
15 |
16 | // RTL
17 |
18 | .@{prefix}-rtl .@{prefix}-listbox .@{prefix}-caret {
19 | right: auto;
20 | left: 8px;
21 | }
22 |
23 | .@{prefix}-rtl .@{prefix}-listbox button {
24 | padding-right: 10px;
25 | padding-left: 20px;
26 | }
27 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Menu.less:
--------------------------------------------------------------------------------
1 | // Menu
2 |
3 | .@{prefix}-menu {
4 | position: absolute;
5 | left: 0; top: 0;
6 | .reset-gradient();
7 | z-index: 1000;
8 | padding: 5px 0 5px 0;
9 | margin: @menu-margin;
10 | min-width: 160px;
11 | background: @menu-bg;
12 | border: 1px solid mix(rgb(red(@menu-border), green(@menu-border), blue(@menu-border)), @panel-bg, round(alpha(@menu-border) * 200));
13 | border: 1px solid @menu-border;
14 | z-index: 1002;
15 | .border-radius(6px);
16 | .box-shadow(0 5px 10px rgba(0,0,0,.2));
17 | max-height: 400px;
18 | overflow: auto;
19 | overflow-x: hidden;
20 | }
21 |
22 | .@{prefix}-menu i {
23 | display: none;
24 | }
25 |
26 | .@{prefix}-menu-has-icons i {
27 | display: inline-block;
28 | *display: inline;
29 | }
30 |
31 | .@{prefix}-menu-sub-tr-tl { margin: -6px 0 0 -1px; }
32 | .@{prefix}-menu-sub-br-bl { margin: 6px 0 0 -1px; }
33 | .@{prefix}-menu-sub-tl-tr { margin: -6px 0 0 1px; }
34 | .@{prefix}-menu-sub-bl-br { margin: 6px 0 0 1px; }
35 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/MenuBar.less:
--------------------------------------------------------------------------------
1 | /* MenuBar */
2 |
3 | .@{prefix}-menubar .@{prefix}-menubtn {
4 | border-color: transparent;
5 | background: transparent;
6 | .border-radius(0);
7 | .box-shadow(none);
8 | filter: none;
9 | }
10 |
11 | .@{prefix}-menubar .@{prefix}-menubtn button {
12 | color: @menubar-menubtn-text;
13 | }
14 |
15 | .@{prefix}-menubar {
16 | border: 1px solid @menubar-border;
17 | }
18 |
19 | .@{prefix}-menubar .@{prefix}-menubtn button span {
20 | color: @text;
21 | }
22 |
23 | .@{prefix}-menubar .@{prefix}-caret {
24 | border-top-color: @text;
25 | }
26 |
27 | .@{prefix}-menubar .@{prefix}-menubtn:hover, .@{prefix}-menubar .@{prefix}-menubtn.@{prefix}-active, .@{prefix}-menubar .@{prefix}-menubtn:focus {
28 | border-color: darken(@btn-bg, 20%);
29 | background: @menu-bg;
30 | filter: none;
31 | .box-shadow(none);
32 | }
33 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/MenuButton.less:
--------------------------------------------------------------------------------
1 | /* MenuButton */
2 |
3 | .@{prefix}-menubtn button {
4 | color: @btn-text;
5 | //margin-right: 2px;
6 | //line-height: @line-height;
7 | //*line-height: @line-height - 4px;
8 | }
9 |
10 | .@{prefix}-menubtn.@{prefix}-btn-small span {
11 | font-size: @font-size - 2px;
12 | }
13 |
14 | .@{prefix}-menubtn.@{prefix}-fixed-width span {
15 | display: inline-block;
16 | overflow-x: hidden;
17 | text-overflow: ellipsis;
18 | width: 90px;
19 | }
20 |
21 | .@{prefix}-menubtn.@{prefix}-fixed-width.@{prefix}-btn-small span {
22 | width: 70px;
23 | }
24 |
25 | .@{prefix}-menubtn .@{prefix}-caret {
26 | *margin-top: 6px;
27 | }
28 |
29 | // RTL
30 |
31 | .@{prefix}-rtl .@{prefix}-menubtn button {
32 | direction: rtl;
33 | text-align: right;
34 | }
35 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Panel.less:
--------------------------------------------------------------------------------
1 | // Panel
2 |
3 | .@{prefix}-panel {
4 | border: 0 solid mix(rgb(red(@panel-border), green(@panel-border), blue(@panel-border)), @panel-bg, 20%);
5 | border: 0 solid @panel-border;
6 | .vertical-gradient(@panel-bg, @panel-bg-hlight);
7 | }
8 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Path.less:
--------------------------------------------------------------------------------
1 | // Path
2 |
3 | .@{prefix}-path {
4 | .inline-block();
5 | padding: 8px;
6 | white-space: normal;
7 | }
8 |
9 | .@{prefix}-path .@{prefix}-txt {
10 | display: inline-block;
11 | padding-right: 3px;
12 | }
13 |
14 | .@{prefix}-path .@{prefix}-path-body {
15 | display: inline-block;
16 | }
17 |
18 | .@{prefix}-path-item {
19 | .inline-block();
20 | cursor: pointer;
21 | color: @path-text;
22 | }
23 |
24 | .@{prefix}-path-item:hover {
25 | text-decoration: underline;
26 | }
27 |
28 | .@{prefix}-path-item:focus {
29 | background: @path-bg-focus;
30 | color: @path-text-focus;
31 | }
32 |
33 | .@{prefix}-path .@{prefix}-divider {
34 | display: inline;
35 | }
36 |
37 | .@{prefix}-disabled .@{prefix}-path-item {
38 | color: @text-disabled;
39 | }
40 |
41 | // RTL
42 |
43 | .@{prefix}-rtl .@{prefix}-path {
44 | direction: rtl;
45 | }
46 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Progress.less:
--------------------------------------------------------------------------------
1 | // Progress
2 |
3 | .@{prefix}-progress {
4 | display: inline-block;
5 | position: relative;
6 | height: 20px;
7 | }
8 |
9 | .@{prefix}-progress .@{prefix}-bar-container {
10 | display: inline-block;
11 | width: 100px;
12 | height: 100%;
13 | margin-right: 8px;
14 | border: 1px solid @progress-border;
15 | overflow: hidden;
16 | .border-radius(4px);
17 | }
18 |
19 | .@{prefix}-progress .@{prefix}-text {
20 | display: inline-block;
21 | margin-top: auto;
22 | margin-bottom: auto;
23 | font-size: 14px;
24 | width: 40px;
25 | color: @progress-text;
26 | }
27 |
28 | .@{prefix}-bar {
29 | display: block;
30 | width: 0%;
31 | height: 100%;
32 | .vertical-gradient(@progress-bar-bg, @progress-bar-bg-hlight);
33 | .transition(width .2s ease);
34 | }
35 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Radio.less:
--------------------------------------------------------------------------------
1 | // Radio - not implemented yet
2 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Reset.less:
--------------------------------------------------------------------------------
1 | // Reset
2 |
3 | .@{prefix}-container, .@{prefix}-container *, .@{prefix}-widget, .@{prefix}-widget *, .@{prefix}-reset {
4 | margin: 0; padding: 0; border: 0; outline: 0;
5 | vertical-align: top; background: transparent;
6 | text-decoration: none; color: @text;
7 | font-family: @font-family;
8 | font-size: @font-size; text-shadow: none; float: none;
9 | position: static; width: auto; height: auto;
10 | white-space: nowrap; cursor: inherit;
11 | -webkit-tap-highlight-color: transparent;
12 | line-height: normal; font-weight: normal;
13 | text-align: left;
14 | -moz-box-sizing: content-box;
15 | -webkit-box-sizing: content-box;
16 | box-sizing: content-box;
17 | direction: ltr;
18 | max-width: none;
19 | }
20 |
21 | .@{prefix}-widget button {
22 | -moz-box-sizing: border-box;
23 | -webkit-box-sizing: border-box;
24 | box-sizing: border-box;
25 | }
26 |
27 | .@{prefix}-container *[unselectable] {
28 | -moz-user-select: none;
29 | -webkit-user-select: none;
30 | -o-user-select: none;
31 | user-select: none;
32 | }
33 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/ResizeHandle.less:
--------------------------------------------------------------------------------
1 | .@{prefix}-container-body .@{prefix}-resizehandle {
2 | position: absolute;
3 | right: 0;
4 | bottom: 0;
5 | width: 16px;
6 | height: 16px;
7 | visibility: visible;
8 | cursor: s-resize;
9 | margin: 0;
10 | }
11 |
12 | .@{prefix}-container-body .@{prefix}-resizehandle-both {
13 | cursor: se-resize;
14 | }
15 |
16 | i.@{prefix}-i-resize {
17 | color: @text;
18 | }
19 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Scrollable.less:
--------------------------------------------------------------------------------
1 | // Scrollbar
2 |
3 | .@{prefix}-scrollbar {
4 | position: absolute;
5 | width: 7px;
6 | height: 100%;
7 | top: 2px;
8 | right: 2px;
9 | .opacity(0.4);
10 | }
11 |
12 | .@{prefix}-scrollbar-h {
13 | top: auto;
14 | right: auto;
15 | left: 2px;
16 | bottom: 2px;
17 | width: 100%;
18 | height: 7px;
19 | }
20 |
21 | .@{prefix}-scrollbar-thumb {
22 | position: absolute;
23 | background-color: #000;
24 | border: 1px solid #888;
25 | border-color: rgba(85, 85, 85, .6);
26 | width: 5px;
27 | height: 100%;
28 | .border-radius(7px);
29 | }
30 |
31 | .@{prefix}-scrollbar-h .@{prefix}-scrollbar-thumb {
32 | width: 100%;
33 | height: 5px;
34 | }
35 |
36 | .@{prefix}-scrollbar:hover, .@{prefix}-scrollbar.@{prefix}-active {
37 | background-color: #AAA;
38 | .opacity(0.6);
39 | .border-radius(7px);
40 | }
41 |
42 | .@{prefix}-scroll {
43 | position: relative;
44 | }
45 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/SelectBox.less:
--------------------------------------------------------------------------------
1 | // SelectBox
2 |
3 | .@{prefix}-selectbox {
4 | background: @selectbox-bg;
5 | border: 1px solid @selectbox-border;
6 | }
7 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Slider.less:
--------------------------------------------------------------------------------
1 | // Slider
2 |
3 | .@{prefix}-slider {
4 | .border-radius(3px);
5 | border: 1px solid @slider-border;
6 | background: @slider-bg;
7 | width: 100px;
8 | height: 10px;
9 | position: relative;
10 | display: block;
11 | }
12 |
13 | .@{prefix}-slider.@{prefix}-vertical {
14 | width: 10px;
15 | height: 100px;
16 | }
17 |
18 | .@{prefix}-slider-handle {
19 | .border-radius(3px);
20 | border: 1px solid @slider-handle-border;
21 | background: @slider-handle-bg;
22 | display: block;
23 | width: 13px;
24 | height: 13px;
25 | position: absolute;
26 | top: 0; left: 0;
27 | margin-left: -1px;
28 | margin-top: -2px;
29 | }
30 |
31 | .@{prefix}-slider-handle:focus {
32 | background: @slider-handle-bg-focus;
33 | }
34 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Spacer.less:
--------------------------------------------------------------------------------
1 | // Spacer
2 |
3 | .@{prefix}-spacer {
4 | visibility: hidden;
5 | }
6 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/StackLayout.less:
--------------------------------------------------------------------------------
1 | // StackLayout
2 |
3 | .@{prefix}-stack-layout-item {
4 | display: block;
5 | }
6 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/TabPanel.less:
--------------------------------------------------------------------------------
1 | // TabPanel
2 |
3 | .@{prefix}-tabs {
4 | display: block;
5 | border-bottom: 1px solid @tab-border;
6 | }
7 |
8 | .@{prefix}-tabs,
9 | .@{prefix}-tabs + .@{prefix}-container-body {
10 | background: @tabs-bg;
11 | }
12 |
13 | .@{prefix}-tab {
14 | .inline-block();
15 | border: 1px solid @tab-border;
16 | border-width: 0 1px 0 0;
17 | background: @tab-bg;
18 | padding: 8px;
19 | text-shadow: @text-shadow;
20 | height: 13px;
21 | cursor: pointer;
22 | }
23 |
24 | .@{prefix}-tab:hover {
25 | background: @tab-bg-hover;
26 | }
27 |
28 | .@{prefix}-tab.@{prefix}-active {
29 | background: @tab-bg-active;
30 | border-bottom-color: transparent;
31 | margin-bottom: -1px;
32 | height: 14px;
33 | }
34 |
35 | // RTL
36 |
37 | .@{prefix}-rtl .@{prefix}-tabs {
38 | text-align: right;
39 | direction: rtl;
40 | }
41 |
42 | .@{prefix}-rtl .@{prefix}-tab {
43 | border-width: 0 0 0 1px;
44 | }
45 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/TextBox.less:
--------------------------------------------------------------------------------
1 | // TextBox
2 |
3 | .@{prefix}-textbox {
4 | background: @textbox-bg;
5 | border: 1px solid @textbox-border;
6 | .border-radius(3px);
7 | .box-shadow(@textbox-box-shadow);
8 | display: inline-block;
9 | .transition(~"border linear .2s, box-shadow linear .2s");
10 | height: 28px;
11 | resize: none;
12 | padding: 0 4px 0 4px;
13 | white-space: pre-wrap;
14 | *white-space: pre;
15 | color: @text;
16 | }
17 |
18 | .@{prefix}-textbox:focus, .@{prefix}-textbox.@{prefix}-focus {
19 | border-color: @textbox-border-focus;
20 | .box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px fadeout(@textbox-border-focus, 15%));
21 | }
22 |
23 | .@{prefix}-placeholder .@{prefix}-textbox {
24 | color: @textbox-text-placeholder;
25 | }
26 |
27 | .@{prefix}-textbox.@{prefix}-multiline {
28 | padding: 4px;
29 | height: auto;
30 | }
31 |
32 | .@{prefix}-textbox.@{prefix}-disabled {
33 | color: mix(@text, @textbox-bg, 40%);
34 | }
35 |
36 | // RTL
37 |
38 | .@{prefix}-rtl .@{prefix}-textbox {
39 | text-align: right;
40 | direction: rtl;
41 | }
42 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/Throbber.less:
--------------------------------------------------------------------------------
1 | // Throbber
2 |
3 | .@{prefix}-throbber {
4 | position: absolute;
5 | top: 0; left: 0;
6 | width: 100%; height: 100%;
7 | .opacity(0.6);
8 | background: @throbber-bg;
9 | }
10 |
11 | .@{prefix}-throbber-inline {
12 | position: static;
13 | height: 50px;
14 | }
15 |
16 | .@{prefix}-menu .@{prefix}-throbber-inline {
17 | height: 25px;
18 | background-size: contain;
19 | }
20 |
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.eot
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.woff
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.eot
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.ttf
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.woff
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/img/anchor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/img/anchor.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/img/loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/img/loader.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/img/object.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/img/object.gif
--------------------------------------------------------------------------------
/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/img/trans.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/static/plugins/tinymce/js/tinymce/skins/lightgray/img/trans.gif
--------------------------------------------------------------------------------
/hk_fabu2/templates.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/templates.tgz
--------------------------------------------------------------------------------
/hk_fabu2/templates/base/log_for_admin.html:
--------------------------------------------------------------------------------
1 | {% if LoginName == 'admin' %}
2 | {#管理员专用begin#}
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | {#管理员专用end#}
14 | {% endif %}
15 |
--------------------------------------------------------------------------------
/hk_fabu2/templates/base/sidebar_for_admin.html:
--------------------------------------------------------------------------------
1 | {% if LoginName == 'admin' %}
2 | {#管理员专用begin#}
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 | {#管理员专用end#}
32 | {% endif %}
33 |
--------------------------------------------------------------------------------
/hk_fabu2/templates/base/sidebar_for_review.html:
--------------------------------------------------------------------------------
1 | {% if LoginName == 'admin' %}
2 | {#管理员专用begin#}
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | {#管理员专用end#}
13 | {% endif %}
14 |
--------------------------------------------------------------------------------
/hk_fabu2/templates/base/usermanage_for_admin.html:
--------------------------------------------------------------------------------
1 | {% if LoginName == 'admin' %}
2 | {#管理员专用begin#}
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | {#管理员专用end#}
14 | {% endif %}
15 |
--------------------------------------------------------------------------------
/hk_fabu2/templates/html.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/templates/html.tgz
--------------------------------------------------------------------------------
/hk_fabu2/templates/login.html.bak:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
发布系统
7 |
请输入登录信息
8 |
14 |
15 |
{{ LoginErrMsg }}
16 |
17 |
18 |
19 |
20 |
26 |
27 |
--------------------------------------------------------------------------------
/hk_fabu2/test.py:
--------------------------------------------------------------------------------
1 | # test.py
2 | def application(env, start_response):
3 | start_response('200 OK', [('Content-Type','text/html')])
4 | #return [b"Hello World"] # python3
5 | return ["Hello World"] # python2
6 |
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/__init__.py
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/__init__.pyc
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/admin.py:
--------------------------------------------------------------------------------
1 | from django.contrib import admin
2 |
3 | # Register your models here.
4 |
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/admin.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/admin.pyc
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/migrations/0001_initial.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | from __future__ import unicode_literals
3 |
4 | from django.db import migrations, models
5 |
6 |
7 | class Migration(migrations.Migration):
8 |
9 | dependencies = [
10 | ]
11 |
12 | operations = [
13 | migrations.CreateModel(
14 | name='UserInfo',
15 | fields=[
16 | ('user', models.CharField(max_length=16, serialize=False, primary_key=True)),
17 | ('password', models.CharField(max_length=32)),
18 | ('ftp_path', models.CharField(max_length=32)),
19 | ('remark', models.CharField(max_length=32)),
20 | ('have_publish', models.CharField(default=b'1', max_length=4)),
21 | ('have_review', models.CharField(default=b'1', max_length=4)),
22 | ('have_test', models.CharField(default=b'1', max_length=4)),
23 | ],
24 | ),
25 | ]
26 |
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/migrations/0001_initial.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/migrations/0001_initial.pyc
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/migrations/0002_auto_20170117_1605.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | from __future__ import unicode_literals
3 |
4 | from django.db import migrations, models
5 |
6 |
7 | class Migration(migrations.Migration):
8 |
9 | dependencies = [
10 | ('usermanage', '0001_initial'),
11 | ]
12 |
13 | operations = [
14 | migrations.AddField(
15 | model_name='userinfo',
16 | name='create_time',
17 | field=models.CharField(default=b'0000-00-00 00:00:00', max_length=20),
18 | ),
19 | migrations.AddField(
20 | model_name='userinfo',
21 | name='update_time',
22 | field=models.CharField(max_length=20, null=True, blank=True),
23 | ),
24 | migrations.AddField(
25 | model_name='userinfo',
26 | name='update_user',
27 | field=models.CharField(max_length=20, null=True, blank=True),
28 | ),
29 | migrations.AddField(
30 | model_name='userinfo',
31 | name='user_status',
32 | field=models.CharField(default=b'1', max_length=2),
33 | ),
34 | ]
35 |
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/migrations/0002_auto_20170117_1605.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/migrations/0002_auto_20170117_1605.pyc
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/migrations/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/migrations/__init__.py
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/migrations/__init__.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/migrations/__init__.pyc
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/models.py:
--------------------------------------------------------------------------------
1 | # -*- coding=utf-8 -*-
2 | from django.db import models
3 |
4 | # Create your models here.
5 | class UserInfo(models.Model):
6 | user = models.CharField(max_length=16, primary_key=True) # 账号
7 | password = models.CharField(max_length=32) # 密码
8 | ftp_path = models.CharField(max_length=32) # ftp主目录
9 | remark = models.CharField(max_length=32) # 备注
10 | #have_publish:是否有发布权限,0-没有,1-有
11 | have_publish = models.CharField(max_length=4,default="1")
12 | #have_publish:是否有审核权限,0-没有,1-有
13 | have_review = models.CharField(max_length=4,default="1")
14 | #have_test:是否有测试权限,0-没有,1-有
15 | have_test = models.CharField(max_length=4,default='1')
16 |
17 | create_time = models.CharField(max_length=20,default='0000-00-00 00:00:00')
18 | '''
19 | user_status:
20 | 0-已禁用
21 | 1-已启用
22 | '''
23 | user_status = models.CharField(max_length=2,default='1')
24 |
25 | update_time = models.CharField(max_length=20,blank=True,null=True)
26 | update_user = models.CharField(max_length=20,blank=True,null=True)
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/models.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/models.pyc
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/tests.py:
--------------------------------------------------------------------------------
1 | from django.test import TestCase
2 |
3 | # Create your tests here.
4 |
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/urls.py:
--------------------------------------------------------------------------------
1 | from django.conf.urls import patterns,include,url
2 | from usermanage import views
3 |
4 | urlpatterns = [
5 | url(r'^$', views.index),
6 | # url(r'^review_handle/(\w+)*/$', views.review_handle),
7 | # url(r'^review_publish/', views.review_publish),
8 | url(r'^GetUserList/', views.GetUserList),
9 | url(r'^GetUserListCount/', views.GetUserListCount),
10 |
11 | url(r'^GetUserSearchList/', views.GetUserSearchList),
12 | url(r'^GetUserSearchCount/', views.GetUserSearchCount),
13 |
14 | url(r'^UserAdd/', views.UserAdd),
15 | url(r'^UserCheck/', views.UserCheck),
16 | url(r'^UserStatusSwitch/', views.UserStatusSwitch),
17 |
18 |
19 |
20 | ]
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/urls.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/urls.pyc
--------------------------------------------------------------------------------
/hk_fabu2/usermanage/views.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BruceBee/HK_fabu/c52a325f2e57fbcf3623b2e6b046917073d2c6c8/hk_fabu2/usermanage/views.pyc
--------------------------------------------------------------------------------
/hk_fabu2/uwsgi_params:
--------------------------------------------------------------------------------
1 | uwsgi_param QUERY_STRING $query_string;
2 | uwsgi_param REQUEST_METHOD $request_method;
3 | uwsgi_param CONTENT_TYPE $content_type;
4 | uwsgi_param CONTENT_LENGTH $content_length;
5 |
6 | uwsgi_param REQUEST_URI $request_uri;
7 | uwsgi_param PATH_INFO $document_uri;
8 | uwsgi_param DOCUMENT_ROOT $document_root;
9 | uwsgi_param SERVER_PROTOCOL $server_protocol;
10 | uwsgi_param REQUEST_SCHEME $scheme;
11 | uwsgi_param HTTPS $https if_not_empty;
12 |
13 | uwsgi_param REMOTE_ADDR $remote_addr;
14 | uwsgi_param REMOTE_PORT $remote_port;
15 | uwsgi_param SERVER_PORT $server_port;
16 | uwsgi_param SERVER_NAME $server_name;
17 |
--------------------------------------------------------------------------------
/hk_fabu2/webserver:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | start() {
4 | cd /home/fabu/hk_fabu2
5 | #uwsgi --http :8000 --chdir /home/fabu/hk_fabu2 --module django_wsgi --daemonize uwsgi.log --pidfile uwsgi.pid
6 | uwsgi --ini mysite_uwsgi.ini --daemonize uwsgi.log --pidfile uwsgi.pid
7 | }
8 |
9 | stop() {
10 | cd /home/fabu/hk_fabu2
11 | uwsgi --stop uwsgi.pid
12 | }
13 |
14 | restart() {
15 | stop
16 | sleep 1
17 | start
18 | }
19 |
20 | reload() {
21 | cd /home/fabu/hk_fabu2
22 | uwsgi --reload uwsgi.pid
23 | }
24 |
25 | case "$1" in
26 | start)
27 | start
28 | ;;
29 | stop)
30 | stop
31 | ;;
32 | restart)
33 | restart
34 | ;;
35 | reload)
36 | reload
37 | ;;
38 | *)
39 | echo "Usage: $0 {start|stop|restart|reload}"
40 | exit 1
41 | esac
42 |
43 | exit $?
44 |
--------------------------------------------------------------------------------
/hk_fabu2/wsgi.py:
--------------------------------------------------------------------------------
1 | import os
2 | from os.path import join,dirname,abspath
3 |
4 | PROJECT_DIR = dirname(dirname(abspath(__file__)))
5 | print PROJECT_DIR
6 | import sys
7 | sys.path.insert(0,PROJECT_DIR) # 5
8 |
9 | os.environ["DJANGO_SETTINGS_MODULE"] = "hk_fabu2.settings"
10 |
11 | from django.core.wsgi import get_wsgi_application
12 | application = get_wsgi_application()
13 |
--------------------------------------------------------------------------------