实例介绍
入门级别学习asp.net mvc框架,只做参考使用,开发环境为vs2012,windows8,数据库为sqlserver2008
【实例截图】
【核心代码】
5hy57e
└── 人员管理系统
├── packages
│ ├── EntityFramework.5.0.0
│ │ ├── Content
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.5.0.0.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ ├── EntityFramework.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── EntityFramework.resources.dll
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.PS3.psd1
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ ├── migrate.exe
│ │ ├── Redirect.config
│ │ └── Redirect.VS11.config
│ ├── EntityFramework.zh-Hans.5.0.0
│ │ ├── EntityFramework.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ ├── jQuery.1.7.1.1
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.7.1.js
│ │ │ ├── jquery-1.7.1.min.js
│ │ │ └── jquery-1.7.1-vsdoc.js
│ │ ├── jQuery.1.7.1.1.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ ├── jquery-1.7.1.intellisense.js
│ │ └── uninstall.ps1
│ ├── jQuery.UI.Combined.1.8.20.1
│ │ ├── Content
│ │ │ ├── Content
│ │ │ │ └── themes
│ │ │ │ └── base
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ ├── jquery.ui.all.css
│ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ ├── jquery.ui.base.css
│ │ │ │ ├── jquery.ui.button.css
│ │ │ │ ├── jquery.ui.core.css
│ │ │ │ ├── jquery-ui.css
│ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ ├── jquery.ui.theme.css
│ │ │ │ └── minified
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.min.css
│ │ │ │ ├── jquery.ui.autocomplete.min.css
│ │ │ │ ├── jquery.ui.button.min.css
│ │ │ │ ├── jquery.ui.core.min.css
│ │ │ │ ├── jquery.ui.datepicker.min.css
│ │ │ │ ├── jquery.ui.dialog.min.css
│ │ │ │ ├── jquery-ui.min.css
│ │ │ │ ├── jquery.ui.progressbar.min.css
│ │ │ │ ├── jquery.ui.resizable.min.css
│ │ │ │ ├── jquery.ui.selectable.min.css
│ │ │ │ ├── jquery.ui.slider.min.css
│ │ │ │ ├── jquery.ui.tabs.min.css
│ │ │ │ └── jquery.ui.theme.min.css
│ │ │ └── Scripts
│ │ │ ├── jquery-ui-1.8.20.js
│ │ │ └── jquery-ui-1.8.20.min.js
│ │ └── jQuery.UI.Combined.1.8.20.1.nupkg
│ ├── jQuery.Validation.1.9.0.1
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ └── jquery.validate-vsdoc.js
│ │ └── jQuery.Validation.1.9.0.1.nupkg
│ ├── Microsoft.AspNet.Mvc.3.0.20105.1
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Mvc.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.3.0.20105.1.nupkg
│ ├── Microsoft.AspNet.Mvc.zh-Hans.3.0.20105.1
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.zh-Hans.3.0.20105.1.nupkg
│ ├── Microsoft.AspNet.Providers.Core.1.1
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Providers.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ ├── Microsoft.AspNet.Providers.Core.1.1.nupkg
│ │ └── readme.html
│ ├── Microsoft.AspNet.Providers.Core.zh-Hans.1.1
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ └── Microsoft.AspNet.Providers.Core.zh-Hans.1.1.nupkg
│ ├── Microsoft.AspNet.Providers.LocalDB.1.1
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── Microsoft.AspNet.Providers.LocalDB.1.1.nupkg
│ │ └── tools
│ │ └── Install.ps1
│ ├── Microsoft.AspNet.Razor.1.0.20105.408
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Razor.dll
│ │ │ └── System.Web.Razor.xml
│ │ └── Microsoft.AspNet.Razor.1.0.20105.408.nupkg
│ ├── Microsoft.AspNet.Razor.zh-Hans.1.0.20105.408
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.zh-Hans.1.0.20105.408.nupkg
│ ├── Microsoft.AspNet.WebPages.1.0.20105.408
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ └── System.Web.WebPages.xml
│ │ └── Microsoft.AspNet.WebPages.1.0.20105.408.nupkg
│ ├── Microsoft.AspNet.WebPages.zh-Hans.1.0.20105.408
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.zh-Hans.1.0.20105.408.nupkg
│ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ ├── Modernizr.2.5.3
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── modernizr-2.5.3.js
│ │ └── Modernizr.2.5.3.nupkg
│ └── repositories.config
├── 人员管理系统
│ ├── bin
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── Microsoft.Web.Infrastructure.dll
│ │ ├── System.Web.Helpers.dll
│ │ ├── System.Web.Helpers.xml
│ │ ├── System.Web.Mvc.dll
│ │ ├── System.Web.Mvc.xml
│ │ ├── System.Web.Providers.dll
│ │ ├── System.Web.Razor.dll
│ │ ├── System.Web.Razor.xml
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.Deployment.xml
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── System.Web.WebPages.Razor.xml
│ │ ├── System.Web.WebPages.xml
│ │ ├── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── System.Web.Providers.resources.dll
│ │ ├── 人员管理系统.dll
│ │ └── 人员管理系统.pdb
│ ├── ClassDiagram1.cd
│ ├── Content
│ │ ├── Site.css
│ │ └── themes
│ │ └── base
│ │ ├── images
│ │ │ ├── favicon.ico
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.ui.accordion.css
│ │ ├── jquery.ui.all.css
│ │ ├── jquery.ui.autocomplete.css
│ │ ├── jquery.ui.base.css
│ │ ├── jquery.ui.button.css
│ │ ├── jquery.ui.core.css
│ │ ├── jquery-ui.css
│ │ ├── jquery.ui.datepicker.css
│ │ ├── jquery.ui.dialog.css
│ │ ├── jquery.ui.progressbar.css
│ │ ├── jquery.ui.resizable.css
│ │ ├── jquery.ui.selectable.css
│ │ ├── jquery.ui.slider.css
│ │ ├── jquery.ui.tabs.css
│ │ ├── jquery.ui.theme.css
│ │ └── minified
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.ui.accordion.min.css
│ │ ├── jquery.ui.autocomplete.min.css
│ │ ├── jquery.ui.button.min.css
│ │ ├── jquery.ui.core.min.css
│ │ ├── jquery.ui.datepicker.min.css
│ │ ├── jquery.ui.dialog.min.css
│ │ ├── jquery-ui.min.css
│ │ ├── jquery.ui.progressbar.min.css
│ │ ├── jquery.ui.resizable.min.css
│ │ ├── jquery.ui.selectable.min.css
│ │ ├── jquery.ui.slider.min.css
│ │ ├── jquery.ui.tabs.min.css
│ │ └── jquery.ui.theme.min.css
│ ├── Controllers
│ │ ├── AccountController.cs
│ │ ├── AuthorityController.cs
│ │ ├── DepartmentController.cs
│ │ ├── HomeController.cs
│ │ ├── PeopleController.cs
│ │ └── PostController.cs
│ ├── Filters
│ │ └── RequiresAuthenticationAttribute.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Models
│ │ ├── AccountModels.cs
│ │ ├── Authority.cs
│ │ ├── Department.cs
│ │ ├── Employee.cs
│ │ ├── GetTables
│ │ │ ├── GetMutilTables.cs
│ │ │ └── GetSingleTable.cs
│ │ ├── Post.cs
│ │ ├── ShowTables
│ │ │ ├── AuthorityInfo.cs
│ │ │ ├── EmployeeInfo.cs
│ │ │ └── PostInfo.cs
│ │ └── SqlHelper.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── 人员管理系统.csproj.FileListAbsolute.txt
│ │ ├── 人员管理系统.csprojResolveAssemblyReference.cache
│ │ ├── 人员管理系统.dll
│ │ └── 人员管理系统.pdb
│ ├── packages.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Scripts
│ │ ├── assets
│ │ │ ├── bootstrap
│ │ │ │ ├── css
│ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ │ └── bootstrap-responsive.min.css
│ │ │ │ ├── img
│ │ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ │ └── glyphicons-halflings-white.png
│ │ │ │ └── js
│ │ │ │ ├── bootstrap.js
│ │ │ │ └── bootstrap.min.js
│ │ │ ├── bootstrap-colorpicker
│ │ │ │ ├── css
│ │ │ │ │ └── colorpicker.css
│ │ │ │ ├── img
│ │ │ │ │ ├── alpha.png
│ │ │ │ │ ├── hue.png
│ │ │ │ │ └── saturation.png
│ │ │ │ ├── js
│ │ │ │ │ └── bootstrap-colorpicker.js
│ │ │ │ └── less
│ │ │ │ └── colorpicker.less
│ │ │ ├── bootstrap-datepicker
│ │ │ │ ├── css
│ │ │ │ │ └── datepicker.css
│ │ │ │ ├── js
│ │ │ │ │ └── bootstrap-datepicker.js
│ │ │ │ └── less
│ │ │ │ └── datepicker.less
│ │ │ ├── bootstrap-daterangepicker
│ │ │ │ ├── date.js
│ │ │ │ ├── daterangepicker.css
│ │ │ │ ├── daterangepicker.js
│ │ │ │ ├── examples.html
│ │ │ │ └── README.md
│ │ │ ├── bootstrap-fileupload
│ │ │ │ ├── bootstrap-fileupload.css
│ │ │ │ └── bootstrap-fileupload.js
│ │ │ ├── bootstrap-timepicker
│ │ │ │ ├── compiled
│ │ │ │ │ └── timepicker.css
│ │ │ │ ├── js
│ │ │ │ │ └── bootstrap-timepicker.js
│ │ │ │ ├── less
│ │ │ │ │ └── timepicker.less
│ │ │ │ └── README.md
│ │ │ ├── bootstrap-toggle-buttons
│ │ │ │ ├── examples
│ │ │ │ │ └── index.html
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── static
│ │ │ │ ├── config.rb
│ │ │ │ ├── js
│ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ └── jquery.toggle.buttons.js
│ │ │ │ ├── sass
│ │ │ │ │ └── bootstrap-toggle-buttons.scss
│ │ │ │ └── stylesheets
│ │ │ │ └── bootstrap-toggle-buttons.css
│ │ │ ├── bootstrap-tree
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ │ │ └── bootstrap-responsive.min.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ │ │ └── glyphicons-halflings-white.png
│ │ │ │ │ └── js
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ └── bootstrap.min.js
│ │ │ │ ├── bootstrap-tree
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-tree.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ │ ├── bstree-halflings.png
│ │ │ │ │ │ └── bstree-halflings_.png
│ │ │ │ │ └── js
│ │ │ │ │ └── bootstrap-tree.js
│ │ │ │ ├── example.js
│ │ │ │ ├── htmlexample.html
│ │ │ │ ├── index.html
│ │ │ │ ├── jsonexample.json
│ │ │ │ ├── README.md
│ │ │ │ └── xmlexample.xml
│ │ │ ├── bootstrap-wizard
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ │ │ └── bootstrap-responsive.min.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ │ │ └── glyphicons-halflings-white.png
│ │ │ │ │ └── js
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ └── bootstrap.min.js
│ │ │ │ ├── examples
│ │ │ │ │ ├── basic-custombuttonsfirstlast.html
│ │ │ │ │ ├── basic-custombuttons.html
│ │ │ │ │ ├── basic-disabletabclick.html
│ │ │ │ │ ├── basic-finishbutton.html
│ │ │ │ │ ├── basic-formvalidation.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── basic-inverse.html
│ │ │ │ │ ├── basic-pills.html
│ │ │ │ │ ├── basic-progressbar.html
│ │ │ │ │ ├── basic-tabsleft.html
│ │ │ │ │ └── multiple.html
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.bootstrap.wizard.js
│ │ │ │ ├── jquery.bootstrap.wizard.min.js
│ │ │ │ ├── prettify.css
│ │ │ │ ├── prettify.js
│ │ │ │ └── README.md
│ │ │ ├── bootstrap-wysihtml5
│ │ │ │ ├── bootstrap-wysihtml5.css
│ │ │ │ ├── bootstrap-wysihtml5.js
│ │ │ │ └── wysihtml5-0.3.0.js
│ │ │ ├── breakpoints
│ │ │ │ ├── breakpoints.js
│ │ │ │ ├── example.html
│ │ │ │ └── README.md
│ │ │ ├── chosen-bootstrap
│ │ │ │ ├── Cakefile
│ │ │ │ ├── chosen
│ │ │ │ │ ├── chosen.css
│ │ │ │ │ ├── chosen.jquery.js
│ │ │ │ │ ├── chosen.jquery.min.js
│ │ │ │ │ ├── chosen.proto.js
│ │ │ │ │ ├── chosen.proto.min.js
│ │ │ │ │ ├── chosen-sprite.png
│ │ │ │ │ └── lib
│ │ │ │ │ └── chosen.less
│ │ │ │ ├── coffee
│ │ │ │ │ ├── chosen.jquery.coffee
│ │ │ │ │ ├── chosen.proto.coffee
│ │ │ │ │ └── lib
│ │ │ │ │ ├── abstract-chosen.coffee
│ │ │ │ │ └── select-parser.coffee
│ │ │ │ ├── example.jquery.html
│ │ │ │ ├── example.proto.html
│ │ │ │ ├── LICENSE.md
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ └── VERSION
│ │ │ ├── ckeditor
│ │ │ │ ├── build-config.js
│ │ │ │ ├── CHANGES.md
│ │ │ │ ├── ckeditor.js
│ │ │ │ ├── config.js
│ │ │ │ ├── contents.css
│ │ │ │ ├── lang
│ │ │ │ │ ├── af.js
│ │ │ │ │ ├── ar.js
│ │ │ │ │ ├── bg.js
│ │ │ │ │ ├── bn.js
│ │ │ │ │ ├── bs.js
│ │ │ │ │ ├── ca.js
│ │ │ │ │ ├── cs.js
│ │ │ │ │ ├── cy.js
│ │ │ │ │ ├── da.js
│ │ │ │ │ ├── de.js
│ │ │ │ │ ├── el.js
│ │ │ │ │ ├── en-au.js
│ │ │ │ │ ├── en-ca.js
│ │ │ │ │ ├── en-gb.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── eo.js
│ │ │ │ │ ├── es.js
│ │ │ │ │ ├── et.js
│ │ │ │ │ ├── eu.js
│ │ │ │ │ ├── fa.js
│ │ │ │ │ ├── fi.js
│ │ │ │ │ ├── fo.js
│ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ ├── gl.js
│ │ │ │ │ ├── gu.js
│ │ │ │ │ ├── he.js
│ │ │ │ │ ├── hi.js
│ │ │ │ │ ├── hr.js
│ │ │ │ │ ├── hu.js
│ │ │ │ │ ├── is.js
│ │ │ │ │ ├── it.js
│ │ │ │ │ ├── ja.js
│ │ │ │ │ ├── ka.js
│ │ │ │ │ ├── km.js
│ │ │ │ │ ├── ko.js
│ │ │ │ │ ├── ku.js
│ │ │ │ │ ├── lt.js
│ │ │ │ │ ├── lv.js
│ │ │ │ │ ├── mk.js
│ │ │ │ │ ├── mn.js
│ │ │ │ │ ├── ms.js
│ │ │ │ │ ├── nb.js
│ │ │ │ │ ├── nl.js
│ │ │ │ │ ├── no.js
│ │ │ │ │ ├── pl.js
│ │ │ │ │ ├── pt-br.js
│ │ │ │ │ ├── pt.js
│ │ │ │ │ ├── ro.js
│ │ │ │ │ ├── ru.js
│ │ │ │ │ ├── sk.js
│ │ │ │ │ ├── sl.js
│ │ │ │ │ ├── sr.js
│ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ ├── sv.js
│ │ │ │ │ ├── th.js
│ │ │ │ │ ├── tr.js
│ │ │ │ │ ├── ug.js
│ │ │ │ │ ├── uk.js
│ │ │ │ │ ├── vi.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ └── zh.js
│ │ │ │ ├── LICENSE.md
│ │ │ │ ├── plugins
│ │ │ │ │ ├── a11yhelp
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── a11yhelp.js
│ │ │ │ │ │ └── lang
│ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ ├── gu.js
│ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ ├── hi.js
│ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ ├── mk.js
│ │ │ │ │ │ ├── mn.js
│ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ ├── ro.js
│ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ └── zh-cn.js
│ │ │ │ │ ├── about
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── about.js
│ │ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ │ ├── clipboard
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── paste.js
│ │ │ │ │ ├── dialog
│ │ │ │ │ │ └── dialogDefinition.js
│ │ │ │ │ ├── fakeobjects
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── spacer.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ └── image.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── noimage.png
│ │ │ │ │ ├── link
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ │ └── link.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── anchor.png
│ │ │ │ │ ├── magicline
│ │ │ │ │ │ └── images
│ │ │ │ │ │ └── icon.png
│ │ │ │ │ ├── pastefromword
│ │ │ │ │ │ └── filter
│ │ │ │ │ │ └── default.js
│ │ │ │ │ ├── scayt
│ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ ├── options.js
│ │ │ │ │ │ │ └── toolbar.css
│ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── specialchar
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ │ ├── cy.js
│ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ ├── ku.js
│ │ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ │ └── zh-cn.js
│ │ │ │ │ │ └── specialchar.js
│ │ │ │ │ ├── table
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── table.js
│ │ │ │ │ ├── tabletools
│ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ └── tableCell.js
│ │ │ │ │ └── wsc
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ ├── ciframe.html
│ │ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ │ ├── wsc.css
│ │ │ │ │ │ └── wsc.js
│ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ └── README.md
│ │ │ │ ├── README.md
│ │ │ │ ├── samples
│ │ │ │ │ ├── ajax.html
│ │ │ │ │ ├── api.html
│ │ │ │ │ ├── appendto.html
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── inlineall
│ │ │ │ │ │ │ └── logo.png
│ │ │ │ │ │ ├── outputxhtml
│ │ │ │ │ │ │ └── outputxhtml.css
│ │ │ │ │ │ ├── posteddata.php
│ │ │ │ │ │ ├── sample.css
│ │ │ │ │ │ ├── sample.jpg
│ │ │ │ │ │ └── uilanguages
│ │ │ │ │ │ └── languages.js
│ │ │ │ │ ├── divreplace.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── inlineall.html
│ │ │ │ │ ├── inlinebycode.html
│ │ │ │ │ ├── plugins
│ │ │ │ │ │ ├── dialog
│ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ └── my_dialog.js
│ │ │ │ │ │ │ └── dialog.html
│ │ │ │ │ │ ├── enterkey
│ │ │ │ │ │ │ └── enterkey.html
│ │ │ │ │ │ ├── htmlwriter
│ │ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ │ └── outputforflash
│ │ │ │ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ │ │ │ ├── outputforflash.swf
│ │ │ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ │ │ ├── outputforflash.html
│ │ │ │ │ │ │ └── outputhtml.html
│ │ │ │ │ │ ├── magicline
│ │ │ │ │ │ │ └── magicline.html
│ │ │ │ │ │ ├── toolbar
│ │ │ │ │ │ │ └── toolbar.html
│ │ │ │ │ │ └── wysiwygarea
│ │ │ │ │ │ └── fullpage.html
│ │ │ │ │ ├── readonly.html
│ │ │ │ │ ├── replacebyclass.html
│ │ │ │ │ ├── replacebycode.html
│ │ │ │ │ ├── sample.css
│ │ │ │ │ ├── sample.js
│ │ │ │ │ ├── sample_posteddata.php
│ │ │ │ │ ├── tabindex.html
│ │ │ │ │ ├── uicolor.html
│ │ │ │ │ ├── uilanguages.html
│ │ │ │ │ └── xhtmlstyle.html
│ │ │ │ ├── skins
│ │ │ │ │ └── moono
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── dialog_ie7.css
│ │ │ │ │ ├── dialog_ie8.css
│ │ │ │ │ ├── dialog_ie.css
│ │ │ │ │ ├── dialog_iequirks.css
│ │ │ │ │ ├── dialog_opera.css
│ │ │ │ │ ├── editor.css
│ │ │ │ │ ├── editor_gecko.css
│ │ │ │ │ ├── editor_ie7.css
│ │ │ │ │ ├── editor_ie8.css
│ │ │ │ │ ├── editor_ie.css
│ │ │ │ │ ├── editor_iequirks.css
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── arrow.png
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ └── mini.png
│ │ │ │ │ └── readme.md
│ │ │ │ └── styles.js
│ │ │ ├── clockface
│ │ │ │ ├── CHANGELOG.txt
│ │ │ │ ├── css
│ │ │ │ │ └── clockface.css
│ │ │ │ ├── js
│ │ │ │ │ └── clockface.js
│ │ │ │ ├── LICENSE-MIT
│ │ │ │ └── README.md
│ │ │ ├── css
│ │ │ │ ├── metro.css
│ │ │ │ ├── style_blue.css
│ │ │ │ ├── style_brown.css
│ │ │ │ ├── style.css
│ │ │ │ ├── style_default.css
│ │ │ │ ├── style_light.css
│ │ │ │ ├── style_purple.css
│ │ │ │ └── style_responsive.css
│ │ │ ├── data-tables
│ │ │ │ ├── DT_bootstrap.css
│ │ │ │ ├── DT_bootstrap.js
│ │ │ │ ├── images
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ └── sort_desc.png
│ │ │ │ └── jquery.dataTables.js
│ │ │ ├── dropzone
│ │ │ │ ├── css
│ │ │ │ │ ├── basic.css
│ │ │ │ │ ├── dropzone.css
│ │ │ │ │ └── stylus
│ │ │ │ │ ├── basic.styl
│ │ │ │ │ └── dropzone.styl
│ │ │ │ ├── dropzone-amd-module.js
│ │ │ │ ├── dropzone.js
│ │ │ │ ├── images
│ │ │ │ │ ├── spritemap@2x.png
│ │ │ │ │ └── spritemap.png
│ │ │ │ └── upload.php
│ │ │ ├── fancybox
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── demo
│ │ │ │ │ ├── 1_b.jpg
│ │ │ │ │ ├── 1_s.jpg
│ │ │ │ │ ├── 2_b.jpg
│ │ │ │ │ ├── 2_s.jpg
│ │ │ │ │ ├── 3_b.jpg
│ │ │ │ │ ├── 3_s.jpg
│ │ │ │ │ ├── 4_b.jpg
│ │ │ │ │ ├── 4_s.jpg
│ │ │ │ │ ├── 5_b.jpg
│ │ │ │ │ ├── 5_s.jpg
│ │ │ │ │ ├── ajax.txt
│ │ │ │ │ ├── iframe.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── lib
│ │ │ │ │ ├── jquery-1.8.2.min.js
│ │ │ │ │ └── jquery.mousewheel-3.0.6.pack.js
│ │ │ │ ├── README.md
│ │ │ │ └── source
│ │ │ │ ├── blank.gif
│ │ │ │ ├── fancybox_loading.gif
│ │ │ │ ├── fancybox_overlay.png
│ │ │ │ ├── fancybox_sprite.png
│ │ │ │ ├── helpers
│ │ │ │ │ ├── fancybox_buttons.png
│ │ │ │ │ ├── jquery.fancybox-buttons.css
│ │ │ │ │ ├── jquery.fancybox-buttons.js
│ │ │ │ │ ├── jquery.fancybox-media.js
│ │ │ │ │ ├── jquery.fancybox-thumbs.css
│ │ │ │ │ └── jquery.fancybox-thumbs.js
│ │ │ │ ├── jquery.fancybox.css
│ │ │ │ ├── jquery.fancybox.js
│ │ │ │ └── jquery.fancybox.pack.js
│ │ │ ├── flot
│ │ │ │ ├── API.txt
│ │ │ │ ├── examples
│ │ │ │ │ ├── ajax.html
│ │ │ │ │ ├── annotating.html
│ │ │ │ │ ├── arrow-down.gif
│ │ │ │ │ ├── arrow-left.gif
│ │ │ │ │ ├── arrow-right.gif
│ │ │ │ │ ├── arrow-up.gif
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── data-eu-gdp-growth-1.json
│ │ │ │ │ ├── data-eu-gdp-growth-2.json
│ │ │ │ │ ├── data-eu-gdp-growth-3.json
│ │ │ │ │ ├── data-eu-gdp-growth-4.json
│ │ │ │ │ ├── data-eu-gdp-growth-5.json
│ │ │ │ │ ├── data-eu-gdp-growth.json
│ │ │ │ │ ├── data-japan-gdp-growth.json
│ │ │ │ │ ├── data-usa-gdp-growth.json
│ │ │ │ │ ├── graph-types.html
│ │ │ │ │ ├── hs-2004-27-a-large_web.jpg
│ │ │ │ │ ├── image.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── interacting-axes.html
│ │ │ │ │ ├── interacting.html
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── multiple-axes.html
│ │ │ │ │ ├── navigate.html
│ │ │ │ │ ├── percentiles.html
│ │ │ │ │ ├── pie.html
│ │ │ │ │ ├── realtime.html
│ │ │ │ │ ├── resize.html
│ │ │ │ │ ├── selection.html
│ │ │ │ │ ├── setting-options.html
│ │ │ │ │ ├── stacking.html
│ │ │ │ │ ├── symbols.html
│ │ │ │ │ ├── thresholding.html
│ │ │ │ │ ├── time.html
│ │ │ │ │ ├── tracking.html
│ │ │ │ │ ├── turning-series.html
│ │ │ │ │ ├── visitors.html
│ │ │ │ │ └── zooming.html
│ │ │ │ ├── excanvas.js
│ │ │ │ ├── excanvas.min.js
│ │ │ │ ├── FAQ.txt
│ │ │ │ ├── jquery.colorhelpers.js
│ │ │ │ ├── jquery.flot.crosshair.js
│ │ │ │ ├── jquery.flot.fillbetween.js
│ │ │ │ ├── jquery.flot.image.js
│ │ │ │ ├── jquery.flot.js
│ │ │ │ ├── jquery.flot.navigate.js
│ │ │ │ ├── jquery.flot.pie.js
│ │ │ │ ├── jquery.flot.resize.js
│ │ │ │ ├── jquery.flot.selection.js
│ │ │ │ ├── jquery.flot.stack.js
│ │ │ │ ├── jquery.flot.symbol.js
│ │ │ │ ├── jquery.flot.threshold.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── Makefile
│ │ │ │ ├── NEWS.txt
│ │ │ │ ├── PLUGINS.txt
│ │ │ │ └── README.txt
│ │ │ ├── font-awesome
│ │ │ │ ├── css
│ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ ├── font-awesome-ie7.min.css
│ │ │ │ │ └── font-awesome.min.css
│ │ │ │ ├── docs
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ │ │ ├── font-awesome-ie7.min.css
│ │ │ │ │ │ │ ├── font-awesome.min.css
│ │ │ │ │ │ │ ├── prettify.css
│ │ │ │ │ │ │ └── site.css
│ │ │ │ │ │ ├── font
│ │ │ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ │ │ ├── museo_slab_300-webfont.eot
│ │ │ │ │ │ │ ├── museo_slab_300-webfont.ttf
│ │ │ │ │ │ │ ├── museo_slab_500-webfont.eot
│ │ │ │ │ │ │ ├── museo_slab_500-webfont.ttf
│ │ │ │ │ │ │ ├── proximanova-sbold-webfont.eot
│ │ │ │ │ │ │ ├── proximanova-sbold-webfont.ttf
│ │ │ │ │ │ │ ├── proximanova-webfont.eot
│ │ │ │ │ │ │ └── proximanova-webfont.ttf
│ │ │ │ │ │ ├── ico
│ │ │ │ │ │ │ └── favicon.ico
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ ├── contribution-sample.png
│ │ │ │ │ │ │ ├── fort_awesome.jpg
│ │ │ │ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ │ │ │ └── icon-flag.pdf
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── backbone.min.js
│ │ │ │ │ │ │ ├── bootstrap-222.min.js
│ │ │ │ │ │ │ ├── index
│ │ │ │ │ │ │ │ └── index.js
│ │ │ │ │ │ │ ├── jquery-1.7.1.min.js
│ │ │ │ │ │ │ ├── prettify.min.js
│ │ │ │ │ │ │ └── underscore.min.js
│ │ │ │ │ │ └── less
│ │ │ │ │ │ ├── font-awesome-ie7.less
│ │ │ │ │ │ ├── font-awesome.less
│ │ │ │ │ │ ├── font-site.less
│ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ ├── site.less
│ │ │ │ │ │ ├── twbs-222
│ │ │ │ │ │ │ ├── accordion.less
│ │ │ │ │ │ │ ├── alerts.less
│ │ │ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ │ │ ├── breadcrumbs.less
│ │ │ │ │ │ │ ├── button-groups.less
│ │ │ │ │ │ │ ├── buttons.less
│ │ │ │ │ │ │ ├── carousel.less
│ │ │ │ │ │ │ ├── close.less
│ │ │ │ │ │ │ ├── code.less
│ │ │ │ │ │ │ ├── component-animations.less
│ │ │ │ │ │ │ ├── dropdowns.less
│ │ │ │ │ │ │ ├── forms.less
│ │ │ │ │ │ │ ├── grid.less
│ │ │ │ │ │ │ ├── hero-unit.less
│ │ │ │ │ │ │ ├── labels-badges.less
│ │ │ │ │ │ │ ├── layouts.less
│ │ │ │ │ │ │ ├── media.less
│ │ │ │ │ │ │ ├── mixins.less
│ │ │ │ │ │ │ ├── modals.less
│ │ │ │ │ │ │ ├── navbar.less
│ │ │ │ │ │ │ ├── navs.less
│ │ │ │ │ │ │ ├── pager.less
│ │ │ │ │ │ │ ├── pagination.less
│ │ │ │ │ │ │ ├── popovers.less
│ │ │ │ │ │ │ ├── progress-bars.less
│ │ │ │ │ │ │ ├── reset.less
│ │ │ │ │ │ │ ├── responsive-1200px-min.less
│ │ │ │ │ │ │ ├── responsive-767px-max.less
│ │ │ │ │ │ │ ├── responsive-768px-979px.less
│ │ │ │ │ │ │ ├── responsive.less
│ │ │ │ │ │ │ ├── responsive-navbar.less
│ │ │ │ │ │ │ ├── responsive-utilities.less
│ │ │ │ │ │ │ ├── scaffolding.less
│ │ │ │ │ │ │ ├── sprites.less
│ │ │ │ │ │ │ ├── tables.less
│ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ ├── buttons.html
│ │ │ │ │ │ │ │ ├── css-tests.css
│ │ │ │ │ │ │ │ ├── css-tests.html
│ │ │ │ │ │ │ │ ├── forms.html
│ │ │ │ │ │ │ │ ├── forms-responsive.html
│ │ │ │ │ │ │ │ ├── navbar-fixed-top.html
│ │ │ │ │ │ │ │ ├── navbar.html
│ │ │ │ │ │ │ │ └── navbar-static-top.html
│ │ │ │ │ │ │ ├── thumbnails.less
│ │ │ │ │ │ │ ├── tooltip.less
│ │ │ │ │ │ │ ├── type.less
│ │ │ │ │ │ │ ├── utilities.less
│ │ │ │ │ │ │ ├── variables.less
│ │ │ │ │ │ │ └── wells.less
│ │ │ │ │ │ └── variables.less
│ │ │ │ │ ├── design.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── test.html
│ │ │ │ ├── font
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ └── fontawesome-webfont.woff
│ │ │ │ ├── less
│ │ │ │ │ ├── font-awesome-ie7.less
│ │ │ │ │ └── font-awesome.less
│ │ │ │ ├── README.md
│ │ │ │ └── sass
│ │ │ │ ├── font-awesome.sass
│ │ │ │ └── font-awesome.scss
│ │ │ ├── fullcalendar
│ │ │ │ ├── changelog.txt
│ │ │ │ ├── demos
│ │ │ │ │ ├── agenda-views.html
│ │ │ │ │ ├── basic-views.html
│ │ │ │ │ ├── cupertino
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png
│ │ │ │ │ │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png
│ │ │ │ │ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png
│ │ │ │ │ │ │ ├── ui-bg_glass_50_3baae3_1x400.png
│ │ │ │ │ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png
│ │ │ │ │ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png
│ │ │ │ │ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png
│ │ │ │ │ │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png
│ │ │ │ │ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png
│ │ │ │ │ │ │ ├── ui-icons_2694e8_256x240.png
│ │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ │ ├── ui-icons_3d80b3_256x240.png
│ │ │ │ │ │ │ ├── ui-icons_72a7cf_256x240.png
│ │ │ │ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ │ │ │ └── theme.css
│ │ │ │ │ ├── default.html
│ │ │ │ │ ├── external-dragging.html
│ │ │ │ │ ├── gcal.html
│ │ │ │ │ ├── json-events.php
│ │ │ │ │ ├── json.html
│ │ │ │ │ ├── selectable.html
│ │ │ │ │ └── theme.html
│ │ │ │ ├── fullcalendar
│ │ │ │ │ ├── bootstrap-fullcalendar.css
│ │ │ │ │ ├── fullcalendar.css
│ │ │ │ │ ├── fullcalendar.js
│ │ │ │ │ ├── fullcalendar.min.js
│ │ │ │ │ ├── fullcalendar.print.css
│ │ │ │ │ └── gcal.js
│ │ │ │ ├── GPL-LICENSE.txt
│ │ │ │ ├── jquery
│ │ │ │ │ ├── jquery-1.8.1.min.js
│ │ │ │ │ └── jquery-ui-1.8.23.custom.min.js
│ │ │ │ └── MIT-LICENSE.txt
│ │ │ ├── glyphicons
│ │ │ │ ├── css
│ │ │ │ │ ├── glyphicons.css
│ │ │ │ │ └── style.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── glyphicons-regular.eot
│ │ │ │ │ ├── glyphicons-regular.otf
│ │ │ │ │ ├── glyphicons-regular.svg
│ │ │ │ │ ├── glyphicons-regular.ttf
│ │ │ │ │ └── glyphicons-regular.woff
│ │ │ │ ├── images
│ │ │ │ │ ├── glyphicons.png
│ │ │ │ │ ├── glyphicons.svg
│ │ │ │ │ ├── glyphicons-white.png
│ │ │ │ │ └── glyphicons-white.svg
│ │ │ │ ├── index.html
│ │ │ │ ├── less
│ │ │ │ │ ├── glyphicons.less
│ │ │ │ │ ├── reset.less
│ │ │ │ │ ├── site.less
│ │ │ │ │ └── style.less
│ │ │ │ └── scripts
│ │ │ │ ├── modernizr.js
│ │ │ │ └── modernizr_license.txt
│ │ │ ├── glyphicons_halflings
│ │ │ │ ├── css
│ │ │ │ │ ├── halflings.css
│ │ │ │ │ └── style.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── glyphiconshalflings-regular.eot
│ │ │ │ │ ├── glyphiconshalflings-regular.otf
│ │ │ │ │ ├── glyphiconshalflings-regular.svg
│ │ │ │ │ ├── glyphiconshalflings-regular.ttf
│ │ │ │ │ └── glyphiconshalflings-regular.woff
│ │ │ │ ├── images
│ │ │ │ │ ├── glyphicons_halflings.png
│ │ │ │ │ ├── glyphicons_halflings.svg
│ │ │ │ │ ├── glyphicons_halflings-white.png
│ │ │ │ │ └── glyphicons_halflings-white.svg
│ │ │ │ ├── index.html
│ │ │ │ ├── less
│ │ │ │ │ ├── halflings.less
│ │ │ │ │ ├── reset.less
│ │ │ │ │ ├── site.less
│ │ │ │ │ └── style.less
│ │ │ │ └── scripts
│ │ │ │ ├── modernizr.js
│ │ │ │ └── modernizr_license.txt
│ │ │ ├── gritter
│ │ │ │ ├── css
│ │ │ │ │ └── jquery.gritter.css
│ │ │ │ ├── images
│ │ │ │ │ ├── gritter-blue.png
│ │ │ │ │ ├── gritter-brown.png
│ │ │ │ │ ├── gritter-light.png
│ │ │ │ │ ├── gritter-long.png
│ │ │ │ │ ├── gritter.png
│ │ │ │ │ ├── gritter-purple.png
│ │ │ │ │ └── ie-spacer.gif
│ │ │ │ ├── images_original
│ │ │ │ │ ├── gritter-light.png
│ │ │ │ │ ├── gritter-long.png
│ │ │ │ │ ├── gritter.png
│ │ │ │ │ ├── ie-spacer.gif
│ │ │ │ │ └── trees.jpg
│ │ │ │ ├── index.html
│ │ │ │ ├── js
│ │ │ │ │ ├── jquery.gritter.js
│ │ │ │ │ └── jquery.gritter.min.js
│ │ │ │ └── README.markdown
│ │ │ ├── img
│ │ │ │ ├── arrow-down.png
│ │ │ │ ├── avatar1.jpg
│ │ │ │ ├── avatar1_small.jpg
│ │ │ │ ├── avatar2.jpg
│ │ │ │ ├── avatar3.jpg
│ │ │ │ ├── avatar3_small.jpg
│ │ │ │ ├── avatar.png
│ │ │ │ ├── dashboard
│ │ │ │ │ ├── test1.jpg
│ │ │ │ │ ├── test2.jpg
│ │ │ │ │ ├── test3.jpg
│ │ │ │ │ ├── test4.jpg
│ │ │ │ │ ├── test.jpg
│ │ │ │ │ └── user-feedback.jpg
│ │ │ │ ├── gallery
│ │ │ │ │ ├── image1.jpg
│ │ │ │ │ ├── image2.jpg
│ │ │ │ │ ├── image3.jpg
│ │ │ │ │ ├── image4.jpg
│ │ │ │ │ ├── image5.jpg
│ │ │ │ │ ├── preview_02.png
│ │ │ │ │ ├── preview_03.png
│ │ │ │ │ ├── preview_04.png
│ │ │ │ │ ├── preview_05.png
│ │ │ │ │ ├── preview_06.png
│ │ │ │ │ ├── preview_07.png
│ │ │ │ │ ├── preview_08.png
│ │ │ │ │ ├── preview_09.png
│ │ │ │ │ ├── preview_10.png
│ │ │ │ │ ├── preview_11.png
│ │ │ │ │ ├── preview_12.png
│ │ │ │ │ ├── preview_13.png
│ │ │ │ │ ├── preview_14.png
│ │ │ │ │ ├── preview_15.png
│ │ │ │ │ ├── preview_16.png
│ │ │ │ │ ├── preview_17.png
│ │ │ │ │ └── preview_18.png
│ │ │ │ ├── icon-color-close.png
│ │ │ │ ├── icon-color.png
│ │ │ │ ├── icon-img-down.png
│ │ │ │ ├── icon-img-up.png
│ │ │ │ ├── invoice
│ │ │ │ │ └── walmart.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── logo-big.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── menu-toggler.png
│ │ │ │ ├── overlay-icon.png
│ │ │ │ ├── photo1.jpg
│ │ │ │ ├── photo2.jpg
│ │ │ │ ├── portlet-collapse-icon.png
│ │ │ │ ├── portlet-collapse-icon-white.png
│ │ │ │ ├── portlet-config-icon.png
│ │ │ │ ├── portlet-config-icon-white.png
│ │ │ │ ├── portlet-expand-icon.png
│ │ │ │ ├── portlet-expand-icon-white.png
│ │ │ │ ├── portlet-reload-icon.png
│ │ │ │ ├── portlet-reload-icon-white.png
│ │ │ │ ├── portlet-remove-icon.png
│ │ │ │ ├── portlet-remove-icon-white.png
│ │ │ │ ├── profile
│ │ │ │ │ ├── portfolio
│ │ │ │ │ │ ├── logo_azteca.jpg
│ │ │ │ │ │ ├── logo_conquer.jpg
│ │ │ │ │ │ └── logo_metronic.jpg
│ │ │ │ │ ├── profile-img.jpg
│ │ │ │ │ └── profile-img.png
│ │ │ │ ├── remove-icon-small.png
│ │ │ │ ├── search
│ │ │ │ │ ├── img1.jpg
│ │ │ │ │ ├── img2.jpg
│ │ │ │ │ └── img3.jpg
│ │ │ │ ├── search-icon-blue.png
│ │ │ │ ├── search-icon-brown.png
│ │ │ │ ├── search-icon.png
│ │ │ │ ├── search-icon-purple.png
│ │ │ │ ├── search-icon-red.png
│ │ │ │ ├── search-icon-white.png
│ │ │ │ ├── select-caret.png
│ │ │ │ ├── sidebar-menu-arrow-green.png
│ │ │ │ ├── sidebar-menu-arrow.png
│ │ │ │ ├── sidebar-search-close-blue.png
│ │ │ │ ├── sidebar-search-close-brown.png
│ │ │ │ ├── sidebar-search-close-light.png
│ │ │ │ ├── sidebar-search-close.png
│ │ │ │ ├── sidebar-search-close-purple.png
│ │ │ │ ├── sidebar-toggler-blue.jpg
│ │ │ │ ├── sidebar-toggler-brown.jpg
│ │ │ │ ├── sidebar-toggler.jpg
│ │ │ │ ├── sidebar-toggler-light.jpg
│ │ │ │ ├── sidebar-toggler.png
│ │ │ │ ├── sidebar-toggler-purple.jpg
│ │ │ │ ├── syncfusion-icons.png
│ │ │ │ └── syncfusion-icons-white.png
│ │ │ ├── jquery-file-upload
│ │ │ │ ├── blueimp-file-upload.jquery.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── cors
│ │ │ │ │ ├── postmessage.html
│ │ │ │ │ └── result.html
│ │ │ │ ├── css
│ │ │ │ │ ├── jquery.fileupload-ui.css
│ │ │ │ │ ├── jquery.fileupload-ui-noscript.css
│ │ │ │ │ └── style.css
│ │ │ │ ├── img
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ └── progressbar.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── js
│ │ │ │ │ ├── cors
│ │ │ │ │ │ ├── jquery.postmessage-transport.js
│ │ │ │ │ │ └── jquery.xdr-transport.js
│ │ │ │ │ ├── jquery.fileupload-fp.js
│ │ │ │ │ ├── jquery.fileupload.js
│ │ │ │ │ ├── jquery.fileupload-ui.js
│ │ │ │ │ ├── jquery.iframe-transport.js
│ │ │ │ │ ├── main.js
│ │ │ │ │ └── vendor
│ │ │ │ │ ├── canvas-to-blob.min.js
│ │ │ │ │ ├── jquery.ui.widget.js
│ │ │ │ │ ├── load-image.min.js
│ │ │ │ │ └── tmpl.min.js
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ ├── server
│ │ │ │ │ ├── gae-go
│ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ └── main.go
│ │ │ │ │ │ ├── app.yaml
│ │ │ │ │ │ └── static
│ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ └── robots.txt
│ │ │ │ │ ├── gae-python
│ │ │ │ │ │ ├── app.yaml
│ │ │ │ │ │ ├── main.py
│ │ │ │ │ │ └── static
│ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ └── robots.txt
│ │ │ │ │ ├── node
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── public
│ │ │ │ │ │ │ └── files
│ │ │ │ │ │ │ └── thumbnail
│ │ │ │ │ │ ├── server.js
│ │ │ │ │ │ └── tmp
│ │ │ │ │ └── php
│ │ │ │ │ ├── files
│ │ │ │ │ ├── index.php
│ │ │ │ │ └── UploadHandler.php
│ │ │ │ └── test
│ │ │ │ ├── index.html
│ │ │ │ └── test.js
│ │ │ ├── jquery-knob
│ │ │ │ ├── index.html
│ │ │ │ ├── js
│ │ │ │ │ └── jquery.knob.js
│ │ │ │ └── README.md
│ │ │ ├── jquery-nestable
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.nestable.css
│ │ │ │ ├── jquery.nestable.js
│ │ │ │ └── README.md
│ │ │ ├── jquery-simpletree
│ │ │ │ ├── jquery.simpletree.css
│ │ │ │ └── jquery.simpletree.js
│ │ │ ├── jquery-slimscroll
│ │ │ │ ├── examples
│ │ │ │ │ ├── allow-page-scroll.html
│ │ │ │ │ ├── chaining.html
│ │ │ │ │ ├── disable-fade-out.html
│ │ │ │ │ ├── height-width.html
│ │ │ │ │ ├── libs
│ │ │ │ │ │ └── prettify
│ │ │ │ │ │ ├── prettify.css
│ │ │ │ │ │ └── prettify.js
│ │ │ │ │ ├── mouse-wheel.html
│ │ │ │ │ ├── multiple-elements.html
│ │ │ │ │ ├── programmatic-scrolling.html
│ │ │ │ │ ├── rail.html
│ │ │ │ │ ├── scrollbar.html
│ │ │ │ │ ├── start-position.html
│ │ │ │ │ ├── style.css
│ │ │ │ │ └── top-bottom-events.html
│ │ │ │ ├── jquery.slimscroll.js
│ │ │ │ ├── jquery.slimscroll.min.js
│ │ │ │ ├── jquery-ui-1.9.2.custom.min.js
│ │ │ │ ├── README.md
│ │ │ │ └── slimScroll.jquery.json
│ │ │ ├── jquery-tags-input
│ │ │ │ ├── example.html
│ │ │ │ ├── jquery.tagsinput.css
│ │ │ │ ├── jquery.tagsinput.js
│ │ │ │ ├── jquery.tagsinput.min.js
│ │ │ │ ├── README.md
│ │ │ │ └── test
│ │ │ │ ├── fake_json_endpoint.html
│ │ │ │ └── fake_plaintext_endpoint.html
│ │ │ ├── jquery-ui
│ │ │ │ ├── images
│ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│ │ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_228ef1_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── ui-icons_ef8c08_256x240.png
│ │ │ │ │ ├── ui-icons_ffd27a_256x240.png
│ │ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ │ ├── jquery-ui-1.10.1.custom.css
│ │ │ │ ├── jquery-ui-1.10.1.custom.min.css
│ │ │ │ ├── jquery-ui-1.10.1.custom.min.js
│ │ │ │ └── jquery-ui-1.9.2.custom.min.js
│ │ │ ├── jquery-ui-touch-punch
│ │ │ │ ├── jquery.ui.touch-punch.js
│ │ │ │ ├── jquery.ui.touch-punch.min.js
│ │ │ │ └── README.md
│ │ │ ├── jquery-validation
│ │ │ │ ├── changelog.txt
│ │ │ │ ├── demo
│ │ │ │ │ ├── ajaxSubmit-intergration-demo.html
│ │ │ │ │ ├── captcha
│ │ │ │ │ │ ├── captcha.js
│ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ └── Anorexia.ttf
│ │ │ │ │ │ ├── image_req.php
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── button.png
│ │ │ │ │ │ │ └── image.php
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ ├── newsession.php
│ │ │ │ │ │ ├── process.php
│ │ │ │ │ │ ├── rand.php
│ │ │ │ │ │ └── style.css
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── chili.css
│ │ │ │ │ │ ├── cmxform.css
│ │ │ │ │ │ ├── cmxformTemplate.css
│ │ │ │ │ │ ├── core.css
│ │ │ │ │ │ ├── reset.css
│ │ │ │ │ │ └── screen.css
│ │ │ │ │ ├── custom-messages-data-demo.html
│ │ │ │ │ ├── custom-methods-demo.html
│ │ │ │ │ ├── dynamic-totals.html
│ │ │ │ │ ├── errorcontainer-demo.html
│ │ │ │ │ ├── file_input.html
│ │ │ │ │ ├── form.php
│ │ │ │ │ ├── form.phps
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── checked.gif
│ │ │ │ │ │ ├── cmxform-divider.gif
│ │ │ │ │ │ ├── cmxform-fieldset.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ └── unchecked.gif
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jquerymobile.html
│ │ │ │ │ ├── js
│ │ │ │ │ │ └── chili-1.7.pack.js
│ │ │ │ │ ├── login
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ │ ├── header1.jpg
│ │ │ │ │ │ │ ├── page.gif
│ │ │ │ │ │ │ └── required_star.gif
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── screen.css
│ │ │ │ │ ├── marketo
│ │ │ │ │ │ ├── emails.php
│ │ │ │ │ │ ├── emails.phps
│ │ │ │ │ │ ├── ie6.css
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── back_green-fade.gif
│ │ │ │ │ │ │ ├── back_nav_blue.gif
│ │ │ │ │ │ │ ├── backRequiredGray.gif
│ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ ├── button-submit.gif
│ │ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ │ ├── help.png
│ │ │ │ │ │ │ ├── left-nav-callout-long.png
│ │ │ │ │ │ │ ├── login-sprite.gif
│ │ │ │ │ │ │ ├── logo_marketo.gif
│ │ │ │ │ │ │ ├── sf.png
│ │ │ │ │ │ │ ├── step1-24.gif
│ │ │ │ │ │ │ ├── step2-24.gif
│ │ │ │ │ │ │ ├── step3-24.gif
│ │ │ │ │ │ │ ├── tab_green.gif
│ │ │ │ │ │ │ ├── tab-sprite.gif
│ │ │ │ │ │ │ ├── time.png
│ │ │ │ │ │ │ ├── toggle.gif
│ │ │ │ │ │ │ └── warning.gif
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── jquery.maskedinput.js
│ │ │ │ │ │ ├── mktSignup.js
│ │ │ │ │ │ ├── step2.htm
│ │ │ │ │ │ └── stylesheet.css
│ │ │ │ │ ├── milk
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── emails.php
│ │ │ │ │ │ ├── emails.phps
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── left_white.png
│ │ │ │ │ │ ├── milk.css
│ │ │ │ │ │ ├── milk.png
│ │ │ │ │ │ ├── right_white.png
│ │ │ │ │ │ ├── users.php
│ │ │ │ │ │ └── users.phps
│ │ │ │ │ ├── multipart
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── jquery.maskedinput-1.0.js
│ │ │ │ │ │ │ ├── ui.accordion.js
│ │ │ │ │ │ │ └── ui.core.js
│ │ │ │ │ │ └── style.css
│ │ │ │ │ ├── radio-checkbox-select-demo.html
│ │ │ │ │ ├── tabs
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── themerollered.html
│ │ │ │ │ └── tinymce
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── themes
│ │ │ │ │ │ └── simple
│ │ │ │ │ │ ├── editor_template.js
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ └── icons.gif
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en.js
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── default
│ │ │ │ │ │ └── ui.css
│ │ │ │ │ └── tiny_mce.js
│ │ │ │ ├── dist
│ │ │ │ │ ├── additional-methods.js
│ │ │ │ │ ├── additional-methods.min.js
│ │ │ │ │ ├── jquery.validate.js
│ │ │ │ │ └── jquery.validate.min.js
│ │ │ │ ├── grunt.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── jquery-1.6.4.js
│ │ │ │ │ ├── jquery-1.7.2.js
│ │ │ │ │ ├── jquery-1.8.3.js
│ │ │ │ │ ├── jquery-1.9.0.js
│ │ │ │ │ ├── jquery.form.js
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ └── jquery.mockjax.js
│ │ │ │ ├── localization
│ │ │ │ │ ├── messages_ar.js
│ │ │ │ │ ├── messages_bg.js
│ │ │ │ │ ├── messages_ca.js
│ │ │ │ │ ├── messages_cs.js
│ │ │ │ │ ├── messages_da.js
│ │ │ │ │ ├── messages_de.js
│ │ │ │ │ ├── messages_el.js
│ │ │ │ │ ├── messages_es.js
│ │ │ │ │ ├── messages_et.js
│ │ │ │ │ ├── messages_eu.js
│ │ │ │ │ ├── messages_fa.js
│ │ │ │ │ ├── messages_fi.js
│ │ │ │ │ ├── messages_fr.js
│ │ │ │ │ ├── messages_he.js
│ │ │ │ │ ├── messages_hr.js
│ │ │ │ │ ├── messages_hu.js
│ │ │ │ │ ├── messages_it.js
│ │ │ │ │ ├── messages_ja.js
│ │ │ │ │ ├── messages_ka.js
│ │ │ │ │ ├── messages_kk.js
│ │ │ │ │ ├── messages_lt.js
│ │ │ │ │ ├── messages_lv.js
│ │ │ │ │ ├── messages_my.js
│ │ │ │ │ ├── messages_nl.js
│ │ │ │ │ ├── messages_no.js
│ │ │ │ │ ├── messages_pl.js
│ │ │ │ │ ├── messages_pt_BR.js
│ │ │ │ │ ├── messages_pt_PT.js
│ │ │ │ │ ├── messages_ro.js
│ │ │ │ │ ├── messages_ru.js
│ │ │ │ │ ├── messages_si.js
│ │ │ │ │ ├── messages_sk.js
│ │ │ │ │ ├── messages_sl.js
│ │ │ │ │ ├── messages_sr.js
│ │ │ │ │ ├── messages_sv.js
│ │ │ │ │ ├── messages_th.js
│ │ │ │ │ ├── messages_tr.js
│ │ │ │ │ ├── messages_uk.js
│ │ │ │ │ ├── messages_vi.js
│ │ │ │ │ ├── messages_zh.js
│ │ │ │ │ ├── messages_zh_TW.js
│ │ │ │ │ ├── methods_de.js
│ │ │ │ │ ├── methods_nl.js
│ │ │ │ │ └── methods_pt.js
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ └── test
│ │ │ │ ├── events.html
│ │ │ │ ├── firebug
│ │ │ │ │ ├── errorIcon.png
│ │ │ │ │ ├── firebug.css
│ │ │ │ │ ├── firebug.html
│ │ │ │ │ ├── firebug.js
│ │ │ │ │ ├── firebugx.js
│ │ │ │ │ ├── infoIcon.png
│ │ │ │ │ └── warningIcon.png
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.js
│ │ │ │ ├── large.html
│ │ │ │ ├── messages.js
│ │ │ │ ├── methods.js
│ │ │ │ ├── qunit
│ │ │ │ │ ├── qunit.css
│ │ │ │ │ └── qunit.js
│ │ │ │ ├── rules.js
│ │ │ │ ├── selects
│ │ │ │ │ └── index.html
│ │ │ │ ├── tabs.html
│ │ │ │ └── test.js
│ │ │ ├── jqvmap
│ │ │ │ ├── jqvmap
│ │ │ │ │ ├── data
│ │ │ │ │ │ └── jquery.vmap.sampledata.js
│ │ │ │ │ ├── jquery.vmap.js
│ │ │ │ │ ├── jquery.vmap.min.js
│ │ │ │ │ ├── jquery.vmap.packed.js
│ │ │ │ │ ├── jqvmap.css
│ │ │ │ │ └── maps
│ │ │ │ │ ├── jquery.vmap.europe.js
│ │ │ │ │ ├── jquery.vmap.germany.js
│ │ │ │ │ ├── jquery.vmap.russia.js
│ │ │ │ │ ├── jquery.vmap.usa.js
│ │ │ │ │ └── jquery.vmap.world.js
│ │ │ │ ├── README.md
│ │ │ │ └── samples
│ │ │ │ ├── europe.html
│ │ │ │ ├── germany.html
│ │ │ │ ├── multi.html
│ │ │ │ ├── russia.html
│ │ │ │ ├── usa.html
│ │ │ │ └── world.html
│ │ │ ├── js
│ │ │ │ ├── app.js
│ │ │ │ ├── demo.gmaps.js
│ │ │ │ ├── excanvas.js
│ │ │ │ ├── gmaps.js
│ │ │ │ ├── jquery-1.8.3.min.js
│ │ │ │ ├── jquery.blockui.js
│ │ │ │ ├── jquery.cookie.js
│ │ │ │ ├── jquery.pulsate.min.js
│ │ │ │ └── respond.js
│ │ │ └── uniform
│ │ │ ├── css
│ │ │ │ └── uniform.default.css
│ │ │ ├── demo
│ │ │ │ └── demo.html
│ │ │ ├── images
│ │ │ │ ├── bg-input-focus.png
│ │ │ │ ├── bg-input.png
│ │ │ │ ├── sprite_original.png
│ │ │ │ └── sprite.png
│ │ │ ├── jquery.uniform.js
│ │ │ ├── jquery.uniform.min.js
│ │ │ └── README.textile
│ │ ├── ass.js
│ │ ├── jquery-1.7.1.intellisense.js
│ │ ├── jquery-1.7.1.js
│ │ ├── jquery-1.7.1.min.js
│ │ ├── jquery-ui-1.8.20.js
│ │ ├── jquery-ui-1.8.20.min.js
│ │ ├── jquery.unobtrusive-ajax.js
│ │ ├── jquery.unobtrusive-ajax.min.js
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ ├── jquery.validate.unobtrusive.js
│ │ ├── jquery.validate.unobtrusive.min.js
│ │ ├── jquery.validate-vsdoc.js
│ │ ├── MicrosoftAjax.debug.js
│ │ ├── MicrosoftAjax.js
│ │ ├── MicrosoftMvcAjax.debug.js
│ │ ├── MicrosoftMvcAjax.js
│ │ ├── MicrosoftMvcValidation.debug.js
│ │ ├── MicrosoftMvcValidation.js
│ │ └── modernizr-2.5.3.js
│ ├── Views
│ │ ├── Account
│ │ │ ├── ChangePassword.cshtml
│ │ │ ├── ChangePasswordSuccess.cshtml
│ │ │ ├── LogOn.cshtml
│ │ │ └── Register.cshtml
│ │ ├── Authority
│ │ │ ├── AuthorityDetails.cshtml
│ │ │ └── EditAuthority.cshtml
│ │ ├── Department
│ │ │ ├── CreateDepartment.cshtml
│ │ │ ├── DeleteDepartment.cshtml
│ │ │ ├── DepartmentDetails.cshtml
│ │ │ ├── DepartmentDetailsReadOnly.cshtml
│ │ │ └── EditDepartment.cshtml
│ │ ├── Home
│ │ │ ├── About.cshtml
│ │ │ ├── Login.cshtml
│ │ │ ├── MainPage.cshtml
│ │ │ └── Register.cshtml
│ │ ├── People
│ │ │ ├── CreatePeople.cshtml
│ │ │ ├── DeletePeople.cshtml
│ │ │ ├── EditPeople.cshtml
│ │ │ ├── PeopleDetails.cshtml
│ │ │ └── PeopleDetailsReadOnly.cshtml
│ │ ├── Post
│ │ │ ├── CreatePost.cshtml
│ │ │ ├── DeletePost.cshtml
│ │ │ ├── EditPost.cshtml
│ │ │ ├── PostDetails.cshtml
│ │ │ └── PostDetailsReadOnly.cshtml
│ │ ├── Shared
│ │ │ ├── Error.cshtml
│ │ │ └── _Layout.cshtml
│ │ ├── _ViewStart.cshtml
│ │ └── Web.config
│ ├── Web.config
│ ├── Web.Debug.config
│ ├── Web.Release.config
│ ├── 人员管理系统.csproj
│ └── 人员管理系统.csproj.user
├── 人员管理系统.sln
├── 人员管理系统.sln.DotSettings.user
└── 人员管理系统.v11.suo
332 directories, 1325 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论