-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
187 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,90 @@ | ||
<h1>hi</h1> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
{% load staticfiles %} | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>{% block title %}{% endblock %}</title> | ||
|
||
<meta name="description" content="Source code generated using layoutit.com"> | ||
<meta name="author" content="LayoutIt!"> | ||
|
||
<link rel="shortcut icon" href="{% static 'pic/favicon.ico' %}" type="image/x-icon"> | ||
<link rel="icon" href="{% static 'pic/favicon.ico' %}" type="image/x-icon"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> | ||
<!-- 합쳐지고 최소화된 최신 CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> | ||
<!-- 합쳐지고 최소화된 최신 자바스크립트 --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | ||
|
||
<link href="{% static 'css/layout.css' %}" rel="stylesheet"> | ||
{% block head %}{% endblock %} | ||
</head> | ||
|
||
|
||
<body> | ||
<!-- LOGIN Modal --> | ||
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="form-signin-heading">로그인<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></h4> | ||
</div> | ||
<div class="modal-body"> | ||
<div class="embed-responsive embed-responsive-ratio"> | ||
<iframe class="embed-responsive-item" src="/accounts/login"></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- MAIN --> | ||
<nav class="navbar navbar-default navbar-static-top" role="navigation"> | ||
<div class='col-lg-offset-1 col-lg-10 navbar-padding'> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> | ||
</button> <a class="navbar-brand" href="/">Fitter</a> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
{% if user.is_authenticated %} | ||
<li> | ||
<a href="/clothes">옷s</a> | ||
</li> | ||
<li> | ||
<a href="{% url 'fitterKakao:post_edit' user_name=request.user.username %}">내 데이터</a> | ||
</li> | ||
{% else %} | ||
<li> | ||
<a href="/accounts/signup">회원가입</a> | ||
</li> | ||
{% endif %} | ||
<li> | ||
{% if user.is_authenticated %} | ||
<a href = "{% url 'logout' %}">로그아웃</a> | ||
{% else %} | ||
<a id="login" href="#myModal" role="button" data-toggle="modal">로그인</a> | ||
{% endif %} | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</nav> | ||
|
||
|
||
<div class="cover col-md-offset-1 col-md-10"> | ||
<div class="cover col-md-offset-4 col-md-8"> | ||
<h1>페이지가 없어용(404)</h1> | ||
</div> | ||
</div> | ||
<script src="{% static 'js/scripts.js' %}"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,90 @@ | ||
<h1>500</h1> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
{% load staticfiles %} | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>{% block title %}{% endblock %}</title> | ||
|
||
<meta name="description" content="Source code generated using layoutit.com"> | ||
<meta name="author" content="LayoutIt!"> | ||
|
||
<link rel="shortcut icon" href="{% static 'pic/favicon.ico' %}" type="image/x-icon"> | ||
<link rel="icon" href="{% static 'pic/favicon.ico' %}" type="image/x-icon"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> | ||
<!-- 합쳐지고 최소화된 최신 CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> | ||
<!-- 합쳐지고 최소화된 최신 자바스크립트 --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | ||
|
||
<link href="{% static 'css/layout.css' %}" rel="stylesheet"> | ||
{% block head %}{% endblock %} | ||
</head> | ||
|
||
|
||
<body> | ||
<!-- LOGIN Modal --> | ||
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="form-signin-heading">로그인<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></h4> | ||
</div> | ||
<div class="modal-body"> | ||
<div class="embed-responsive embed-responsive-ratio"> | ||
<iframe class="embed-responsive-item" src="/accounts/login"></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- MAIN --> | ||
<nav class="navbar navbar-default navbar-static-top" role="navigation"> | ||
<div class='col-lg-offset-1 col-lg-10 navbar-padding'> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> | ||
</button> <a class="navbar-brand" href="/">Fitter</a> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
{% if user.is_authenticated %} | ||
<li> | ||
<a href="/clothes">옷s</a> | ||
</li> | ||
<li> | ||
<a href="{% url 'fitterKakao:post_edit' user_name=request.user.username %}">내 데이터</a> | ||
</li> | ||
{% else %} | ||
<li> | ||
<a href="/accounts/signup">회원가입</a> | ||
</li> | ||
{% endif %} | ||
<li> | ||
{% if user.is_authenticated %} | ||
<a href = "{% url 'logout' %}">로그아웃</a> | ||
{% else %} | ||
<a id="login" href="#myModal" role="button" data-toggle="modal">로그인</a> | ||
{% endif %} | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</nav> | ||
|
||
|
||
<div class="cover col-md-offset-1 col-md-10"> | ||
<div class="cover col-md-offset-4 col-md-8"> | ||
<h1>우익! 서버에 에러가!(500)</h1> | ||
</div> | ||
</div> | ||
<script src="{% static 'js/scripts.js' %}"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters