You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.4 KiB
80 lines
2.4 KiB
<%@page import="java.sql.ResultSet"%>
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
pageEncoding="UTF-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<%@ page import="com.dao.infomationDao"
|
|
import="com.bean.infomationBean,java.util.*"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="./static/css/semantic.min.css">
|
|
<link rel="stylesheet" href="./static/css/index.css">
|
|
<title>个人信息填写提示</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<!--导航-->
|
|
<nav class="ui inverted segment m-padded-tb-mini">
|
|
<div class="ui container">
|
|
<div class="ui inverted secondary stackable menu">
|
|
<h2 class="ui teal header item">Blog</h2>
|
|
<a href="index.jsp" class="active m-item item m-mobile-hide">首页</a>
|
|
<a href="Blog.jsp" class="m-item item m-mobile-hide">博客</a>
|
|
<a href="types.jsp" class="m-item item m-mobile-hide">分类</a>
|
|
<a href="tags.jsp" class="m-item item m-mobile-hide">标签</a>
|
|
<!-- <a href="PersonalCenter.jsp" class="m-item item m-mobile-hide">归档</a> -->
|
|
<a href="MessageBoard.jsp" class="m-item item m-mobile-hide">留言板</a>
|
|
<a href="MyCenter.jsp" class="m-item item m-mobile-hide">我的</a>
|
|
<a href="PublishArticle.jsp" class="m-item item m-mobile-hide">发表博客</a>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<a href="#" class="ui menu toggle black icon button m-right-top m-mobile-show">
|
|
<i class="sidebar icon"></i>
|
|
</a>
|
|
|
|
</nav>
|
|
|
|
|
|
<div class="left image">
|
|
<form>
|
|
<p align="center">
|
|
<img src="./static/images/logion.jpg" class="logion image"
|
|
style="width: 1000px; height: 200px;">
|
|
</p>
|
|
</form>
|
|
</div>
|
|
|
|
|
|
<div class="success_right">
|
|
<p align="center" class="ui teal header">请先完善个人信息!</p>
|
|
</br></br>
|
|
<p align="center">
|
|
<a href="infomation.jsp"> <span class="information">添加个人信息</span></a>
|
|
<a href="index.jsp"><span
|
|
class="index">返回首页</span></a>
|
|
</p>
|
|
</div>
|
|
<div class="clear"></div>
|
|
|
|
|
|
|
|
|
|
|
|
<br><br><br><br><br><br><br><br><br><br><br>
|
|
<!--底部-->
|
|
<footer class="ui inverted vertical segment m-padded-tb-massive">
|
|
<div class="ui center aligned container">
|
|
|
|
<div class="ui inverted section divider"></div>
|
|
<p class="m-text-thin m-text-spaced m-opacity-tiny">Copyright ©
|
|
IT博客欢迎您</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |