이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
christian
/
SaS
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
add footer and content files
master
erichhasl
8 년 전
부모
4f97c26b6d
커밋
f5f1218a2f
4개의 변경된 파일
과
16개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_dev/sas_web/startpage/templates/startpage/index.html
+2
-4
web_dev/sas_web/templates/public/base.html
+8
-0
web_dev/sas_web/templates/public/default.html
+5
-0
web_dev/sas_web/templates/public/footer.html
+ 1
- 1
web_dev/sas_web/startpage/templates/startpage/index.html
파일 보기
@@ -1,4 +1,4 @@
{% extends "public/
base
.html" %}
{% extends "public/
default
.html" %}
{% block content %}
<h2>Hi</h2>
+ 2
- 4
web_dev/sas_web/templates/public/base.html
파일 보기
@@ -4,11 +4,9 @@
<body>
{% include "public/header.html" %}
{% block content %}
{% block raw_content %}
{% endblock %}
<p>Ende Gelände!</p>
{% include "public/footer.html" %}
</body>
+ 8
- 0
web_dev/sas_web/templates/public/default.html
파일 보기
@@ -0,0 +1,8 @@
{% extends "public/base.html" %}
{% block raw_content %}
<div id="content">
{% block content %}
{% endblock %}
</div>
{% endblock %}
+ 5
- 0
web_dev/sas_web/templates/public/footer.html
파일 보기
@@ -0,0 +1,5 @@
<div id="footer">
<p>(C) N.H. und C.M.</p>
</div>
쓰기
미리보기
불러오는 중...
취소
저장