<!DOCTYPE html>
<!--[if IE 9]> <html class="no-js lt-ie10" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>AppUI - Web App Bootstrap Admin Template</title>
<meta name="description" content="AppUI is a Web App Bootstrap Admin Template created by pixelcave and published on Themeforest">
<meta name="author" content="pixelcave">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Icons -->
<!-- The following icons can be replaced with your own, they are used by desktop and mobile browsers -->
<link rel="shortcut icon" href="img/favicon.png">
<link rel="apple-touch-icon" href="img/icon57.png" sizes="57x57">
<link rel="apple-touch-icon" href="img/icon72.png" sizes="72x72">
<link rel="apple-touch-icon" href="img/icon76.png" sizes="76x76">
<link rel="apple-touch-icon" href="img/icon114.png" sizes="114x114">
<link rel="apple-touch-icon" href="img/icon120.png" sizes="120x120">
<link rel="apple-touch-icon" href="img/icon144.png" sizes="144x144">
<link rel="apple-touch-icon" href="img/icon152.png" sizes="152x152">
<link rel="apple-touch-icon" href="img/icon180.png" sizes="180x180">
<!-- END Icons -->
<!-- Stylesheets -->
<!-- Bootstrap is included in its original form, unaltered -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Related styles of various icon packs and plugins -->
<link rel="stylesheet" href="css/plugins.css">
<!-- The main stylesheet of this template. All Bootstrap overwrites are defined in here -->
<link rel="stylesheet" href="css/main.css">
<!-- Include a specific file here from css/themes/ folder to alter the default theme of the template -->
<!-- The themes stylesheet of this template (for using specific theme color in individual elements - must included last) -->
<link rel="stylesheet" href="css/themes.css">
<!-- END Stylesheets -->
<!-- Modernizr (browser feature detection library) -->
<script src="js/vendor/modernizr-3.3.1.min.js"></script>
</head>
<body>
<!-- Page Wrapper -->
<!-- In the PHP version you can set the following options from inc/config file -->
<!--
Available classes:
'page-loading' enables page preloader
-->
<div id="page-wrapper" class="page-loading">
<!-- Preloader -->
<!-- Preloader functionality (initialized in js/app.js) - pageLoading() -->
<!-- Used only if page preloader enabled from inc/config (PHP version) or the class 'page-loading' is added in #page-wrapper element (HTML version) -->
<div class="preloader">
<div class="inner">
<!-- Animation spinner for all modern browsers -->
<div class="preloader-spinner themed-background hidden-lt-ie10"></div>
<!-- Text for IE9 -->
<h3 class="text-primary visible-lt-ie10"><strong>Loading..</strong></h3>
</div>
</div>
<!-- END Preloader -->
<!-- Page Container -->
<!-- In the PHP version you can set the following options from inc/config file -->
<!--
Available #page-container classes:
'sidebar-light' for a light main sidebar (You can add it along with any other class)
'sidebar-visible-lg-mini' main sidebar condensed - Mini Navigation (> 991px)
'sidebar-visible-lg-full' main sidebar full - Full Navigation (> 991px)
'sidebar-alt-visible-lg' alternative sidebar visible by default (> 991px) (You can add it along with any other class)
'header-fixed-top' has to be added only if the class 'navbar-fixed-top' was added on header.navbar
'header-fixed-bottom' has to be added only if the class 'navbar-fixed-bottom' was added on header.navbar
'fixed-width' for a fixed width layout (can only be used with a static header/main sidebar layout)
'enable-cookies' enables cookies for remembering active color theme when changed from the sidebar links (You can add it along with any other class)
-->
<div id="page-container" class="header-fixed-top sidebar-visible-lg-full">
<!-- Alternative Sidebar -->
<div id="sidebar-alt" tabindex="-1" aria-hidden="true">
<!-- Toggle Alternative Sidebar Button (visible only in static layout) -->
<a href="javascript:void(0)" id="sidebar-alt-close" onclick="App.sidebar('toggle-sidebar-alt');"><i class="fa fa-times"></i></a>
<!-- Wrapper for scrolling functionality -->
<div id="sidebar-scroll-alt">
<!-- Sidebar Content -->
<div class="sidebar-content">
<!-- Profile -->
<div class="sidebar-section">
<h2 class="text-light">Profile</h2>
<form action="index.html" method="post" class="form-control-borderless" onsubmit="return false;">
<div class="form-group">
<label for="side-profile-name">Name</label>
<input type="text" id="side-profile-name" name="side-profile-name" class="form-control" value="John Doe">
</div>
<div class="form-group">
<label for="side-profile-email">Email</label>
<input type="email" id="side-profile-email" name="side-profile-email" class="form-control" value="john.doe@example.com">
</div>
<div class="form-group">
<label for="side-profile-password">New Password</label>
<input type="password" id="side-profile-password" name="side-profile-password" class="form-control">
</div>
<div class="form-group">
<label for="side-profile-password-confirm">Confirm New Password</label>
<input type="password" id="side-profile-password-confirm" name="side-profile-password-confirm" class="form-control">
</div>
<div class="form-group remove-margin">
<button type="submit" class="btn btn-effect-ripple btn-primary" onclick="App.sidebar('close-sidebar-alt');">Save</button>
</div>
</form>
</div>
<!-- END Profile -->
<!-- Settings -->
<div class="sidebar-section">
<h2 class="text-light">Settings</h2>
<form action="index.html" method="post" class="form-horizontal form-control-borderless" onsubmit="return false;">
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
本人十余年JAVA从业经验,精通JAVA高可用、分布式、高并发系统架构设计。有志于做JAVA职业规划、技术提升的可与我联系,交个朋友~ 本人十余年JAVA从业经验,精通JAVA高可用、分布式、高并发系统架构设计。有志于做JAVA职业规划、技术提升的可与我联系,交个朋友~ 本人十余年JAVA从业经验,精通JAVA高可用、分布式、高并发系统架构设计。有志于做JAVA职业规划、技术提升的可与我联系,交个朋友~
资源推荐
资源详情
资源评论
收起资源包目录
《JAVA课程设计》--java课程设计(javaweb,大三上学期).zip (1143个子文件)
.agignore 22B
nuget-build.cmd 151B
NuGet.Config 205B
plugins.css 219KB
bootstrap.min.css 108KB
main.css 77KB
samples.css 66KB
editor.css 59KB
03.css 52KB
05.css 42KB
editor_ie7.css 39KB
editor_ie.css 38KB
editor_iequirks.css 37KB
editor_ie8.css 37KB
editor_gecko.css 37KB
summernote-lite.css 25KB
summernote.css 15KB
summernote-bs4.css 15KB
editor_ie7.css 15KB
editor_ie.css 14KB
editor_iequirks.css 13KB
editor_ie8.css 13KB
editor_gecko.css 13KB
editor.css 13KB
amethyst.css 11KB
classy.css 11KB
passion.css 11KB
social.css 11KB
creme.css 11KB
flat.css 11KB
dialog_ie.css 11KB
dialog_ie.css 10KB
dialog_ie7.css 10KB
dialog_ie7.css 10KB
dialog_ie8.css 10KB
dialog_opera.css 10KB
dialog_ie8.css 10KB
dialog_opera.css 10KB
dialog_iequirks.css 10KB
dialog.css 10KB
dialog_iequirks.css 10KB
dialog.css 10KB
zwgk.css 8KB
codemirror.css 8KB
sample.css 5KB
summernote.css 3KB
themes.css 3KB
outputxhtml.css 2KB
contents.css 2KB
fontello.css 2KB
tabber.css 2KB
tabber.css 2KB
templates.css 2KB
toolbar.css 1KB
wsc.css 1KB
bootstrapck-sample.css 1KB
neo.css 851B
mdsSlide.css 796B
colordialog.css 772B
show-hint.css 700B
pagination.css 613B
summernote-ext-databasic.css 254B
common.css 19B
common.css 16B
cmsInfoHits.do 21B
.editorconfig 251B
glyphicons-regular.eot 79KB
fontawesome-webfont.eot 75KB
glyphicons-filetypes-regular.eot 22KB
glyphicons-halflings-regular.eot 20KB
summernote.eot 16KB
glyphicons-social-regular.eot 13KB
fontello.eot 5KB
nuget.exe 3.77MB
outputforflash.fla 84KB
1416243894380.gif 83KB
icons.gif 5KB
loading.gif 3KB
chinavvv_0709120916546560.gif 3KB
chinavvv_0709120916546560.gif 3KB
angel_smile.gif 1KB
devil_smile.gif 1KB
shades_smile.gif 1KB
angry_smile.gif 1KB
tongue_smile.gif 1KB
tounge_smile.gif 1KB
regular_smile.gif 1KB
wink_smile.gif 1KB
confused_smile.gif 1KB
teeth_smile.gif 1KB
omg_smile.gif 820B
cry_smile.gif 795B
embarrassed_smile.gif 786B
embaressed_smile.gif 786B
sad_smile.gif 782B
whatchutalkingabout_smile.gif 775B
broken_heart.gif 732B
thumbs_down.gif 715B
thumbs_up.gif 714B
heart.gif 692B
共 1143 条
- 1
- 2
- 3
- 4
- 5
- 6
- 12
资源评论
季风泯灭的季节
- 粉丝: 1914
- 资源: 3370
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功