Changed GRAMPS to Gramps
svn: r13614
This commit is contained in:
parent
ac95f805ac
commit
ee91c17d4b
@ -4,7 +4,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang="">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang="">
|
||||||
<head>
|
<head>
|
||||||
<title>{% block title %}GRAMPS Connect{% endblock %}</title>
|
<title>{% block title %}Gramps-Connect{% endblock %}</title>
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||||
@ -24,7 +24,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body id= "NarrativeWeb">
|
<body id= "NarrativeWeb">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1 id="SiteTitle">{% block heading %}GRAMPS Connect{% endblock %}</h1>
|
<h1 id="SiteTitle">{% block heading %}Gramps-Connect{% endblock %}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
{% block navigation %}
|
{% block navigation %}
|
||||||
@ -53,7 +53,7 @@
|
|||||||
<div id="footer">
|
<div id="footer">
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
<p id="createdate">
|
<p id="createdate">
|
||||||
GRAMPS Connect
|
Gramps-Connect
|
||||||
</p>
|
</p>
|
||||||
<p id="copyright">© 2009 <a href="http://www.gramps-project.org/">www.gramps-project.net</a>
|
<p id="copyright">© 2009 <a href="http://www.gramps-project.org/">www.gramps-project.net</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% extends "gramps-base.html" %}
|
{% extends "gramps-base.html" %}
|
||||||
|
|
||||||
{% block title %}GRAMPS Connect - main page {% endblock %}
|
{% block title %}Gramps-Connect{% endblock %}
|
||||||
{% block heading %}GRAMPS Connect - main page {% endblock %}
|
{% block heading %}Gramps-Connect{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% extends "gramps-base.html" %}
|
{% extends "gramps-base.html" %}
|
||||||
|
|
||||||
{% block title %}GRAMPS Connect - user page {% endblock %}
|
{% block title %}Gramps-Connect - user page {% endblock %}
|
||||||
{% block heading %}GRAMPS - user page {% endblock %}
|
{% block heading %}Gramps-Connect - user page {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% extends "gramps-base.html" %}
|
{% extends "gramps-base.html" %}
|
||||||
{% block title %}GRAMPS Connect - {{cview}} detail page {% endblock %}
|
{% block title %}Gramps-Connect - {{cview}} detail {% endblock %}
|
||||||
{% block heading %}GRAMPS - {{cview}} detail page {% endblock %}
|
{% block heading %}Gramps-Connect - {{cview}} detail {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{% extends "gramps-base.html" %}
|
{% extends "gramps-base.html" %}
|
||||||
{% load my_tags %}
|
{% load my_tags %}
|
||||||
|
|
||||||
{% block title %}GRAMPS Connect - {{cview}} view page {% endblock %}
|
{% block title %}Gramps-Connect - {{cview}} view {% endblock %}
|
||||||
{% block heading %}GRAMPS Connect - {{cview}} view page {% endblock %}
|
{% block heading %}Gramps Connect - {{cview}} view {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{% extends "gramps-base.html" %}
|
{% extends "gramps-base.html" %}
|
||||||
{% load my_tags %}
|
{% load my_tags %}
|
||||||
|
|
||||||
{% block title %}GRAMPS Connect - {{cview}} view page detail {% endblock %}
|
{% block title %}Gramps-Connect - {{cview}} detail {% endblock %}
|
||||||
{% block heading %}GRAMPS Connect - {{cview}} view page detail {% endblock %}
|
{% block heading %}Gramps-Connect - {{cview}} detail {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user