免费 Bootstrap 管理后台模块下载
SB Admin 2
SB Admin is a free to download Bootstrap admin template. This
template uses the defaul Bootstrap 3 styles along with a variety of
powerful j Query plugins to create a powerful framework for creating
admin panels, web apps, or back-end dashboards.

AdminLTE
Responsive admin template

SIMINTA
SIMINTA is a responsive admin dashboard template Using Twitter bootstrap Framework for admin and back end applications.

Binary
Binary admin dashboard template is 100% responsive using bootstrap framework i.e it will work smoothly on mobiles,loptops, desktops,etc.

BCORE
BCORE is fully Responsive admin template based on twitter bootstrap framework.

Metis
Free Admin Template with Twitter Bootstrap Bootstrap Admin template is open-sourced software licensed under the MIT License

TemplateVamp
It can be used as a front-end toolkit for rapidly developing web
applications that are lightweight, faster, and mobile-friendly; a great
starting point.

Charisma
Charisma is a full featured, free, premium quality, responsive, HTML5
admin template (or backend template) based on Bootstrap 3 from Twitter,
it comes with 9 different themes to suit your style and application type.

VinceG
A generic admin theme built with Bootstrap free for both personal and commercial use.

onokumus
Free Admin Template with Twitter Bootstrap

HTML5 Admin Template
Responsive HTML5 Admin Template using Bootstrap v3. HTML5 Admin
preserves bootstrap3′s modern flat design that gives you a better User
Interface to help you have more engaged user and a more pleasant
navigation throughout the back-end.

DevOOPS
Free Bootstrap 3 Theme
Metro
A Modern and Clean Admin Template.

Edmin
Just try Bootstrap admin templates and you’ll never refuse such opportunity to save your time again.

Dashboard Template
Dashboard is free admin template, responsive HTML5 layout including forms, tables, charts, graphs, and maps.

Polymer
Dashboard – (Google map, weather, chart-js and piechart)

JANUX
Free Responsive Admin Dashboard Template
Lumino
Lumino is a clean, fresh admin panel template built on the Bootstrap
framework and available for free on Medialoot. This fully responsive
HTML5 template includes everything you need for your backend
administration panel.

免费 Bootstrap 管理后台模块下载的更多相关文章
- 免费的Bootstrap管理后台模板集合
Free Bootstrap Admin Templates for Designers 1. Admin Lite AdminLTE - 是一个完全响应式管理模板.基于Bootstrap3的框架.高 ...
- bae3.0第三步 添加默认管理后台模块和mysql库
1.创建数据库 先在本地的mysql数据库中创建数据库db_blog,执行python manage.py syncdb来创建表. 然后将数据库中的表导入到bae上的数据库中.2.配置数据库 修改项目 ...
- 最值得拥有的免费Bootstrap后台管理模板
在PHP开发项目中,后台管理因为面向群体相对比较固定,大部分以实现业务逻辑和功能.使用Bootstrap后台模板可以让后端开发很轻松的就展现给客户一个响应式的后台,节约前端开发的时间.下面PHP程序员 ...
- [转]最值得拥有的免费Bootstrap后台管理模板
在PHP开发项目中,后台管理因为面向群体相对比较固定,大部分以实现业务逻辑和功能.使用Bootstrap后台模板可以让后端开发很轻松的就展现给客户一个响应式的后台,节约前端开发的时间.下面PHP程序员 ...
- 基于Bootstrap 3.x的免费高级管理控制面板主题:AdminLTE
AdminLTE 是一个基于Bootstrap 3.x的免费高级管理控制面板主题.AdminLTE - 是一个完全响应式管理模板.基于Bootstrap3框架.高度可定制的,易于使用.适合从小型移动设 ...
- 50个令人惊奇的jQuery插件(对话框和表单篇)及免费的响应式bootstrap管理员后台界面主题 - Charisma
http://www.woiweb.net/50-amazing-jquery-plugins.html 多文件文件下载 免费的响应式bootstrap管理员后台界面主题 – Charisma htt ...
- 【青橙商城-管理后台开发】3. web模块搭建
[青橙商城-管理后台开发]3. web模块搭建 1.创建qingcheng_web_manager模块 pom.xml <?xml version="1.0" encodin ...
- bootstrap绿色大气后台模板下载[转]
From:http://www.oschina.net/code/snippet_2364127_48176 1. [图片] 2. [文件] 素材火官网后台模板下载.rar ~ 4MB 下载( ...
- ThinkPHP 3.2.3 简单后台模块开发(二)RBAC
RBAC(Role-Based Access Controll)基于角色的访问控制 在 ThinkPHP3.2.3 中 RBAC 类位于 /ThinkPHP/Library/Org/Util/Rbac ...
随机推荐
- servlet过滤器配置白名单、黑名单
1.web.xml配置 <filter> <description>过滤是否登陆</description> <filter-name>encoding ...
- Xcode开启gcc/g++
Apple announced Xcode 4.3 for OSX Lion and 4.4 for OSX Mountain Lion last week. The major difference ...
- iOS打电话、发邮件、发短信、打开浏览器
//1.调用 自带mail [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto://163@16 ...
- Eclipse 4.2 + Tomcat 7.x + JDK 7 搭建Java Web开发环境
1. 准备工具 Eclipse 4.2 (到官网下载:http://www.eclipse.org/downloads/ 要下载Eclipse IDE for Java EE Developers ...
- 经常使用的自己定义UI组件- 一:TimeView
近期做蛋疼的机顶盒项目,以后遇到哪些经常使用的组件,记录于此. 反编译 youku视频TV偷来的..也希望各位童鞋多学习别人的代码,为己所用. 当然还有其它的办法,比方监听系统发出的广播等等.等 ...
- [Typescript] Typescript Enums vs Booleans when Handling State
Handling state with Typescript enums, instead of booleans, is preferred because:- Enums are more rea ...
- 网页、JavaScript 的DOM操作
HTML DOM (文档对象模型) 当网页被加载时,浏览器会创建页面的文档对象模型(Document Object Model). HTML DOM 模型被构造为对象的树. Windows 对象操作 ...
- django: template - built-in tags
本节介绍模板中的内置标签:if for 承上文,修改 views.py 如下: from django.shortcuts import render_to_response class Person ...
- java开发的web下载大数据时的异常处理
同事用java开发了一个系统,其中有一个功能是下载大约10万笔数据到Excel中.当上线后,很多用户反映下载数据量大的时候就不能成功,但有时可以,所以结论就是系统不稳定,这个问题拖了很久没有解决. 在 ...
- 规约模式(Specification Pattern)
前期准备之规约模式(Specification Pattern) 一.前言 在专题二中已经应用DDD和SOA的思想简单构建了一个网上书店的网站,接下来的专题中将会对该网站补充更多的DDD的内容.本专题 ...

