This website works better with JavaScript.
Начало
Помощ
Вход
christian
/
SaS
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
Преглед на файлове
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>
Write
Preview
Loading…
Отказ
Запис