Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
christian
/
SaS
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
add footer and content files
master
erichhasl
8 anos atrás
pai
4f97c26b6d
commit
f5f1218a2f
4 arquivos alterados
com
16 adições
e
5 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -0,0 +1,5 @@
<div id="footer">
<p>(C) N.H. und C.M.</p>
</div>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar