2009-11-13 11:02:33 +05:30
|
|
|
{% extends "view_page_detail.html" %}
|
|
|
|
{% load my_tags %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
$('#tabs').tabs();
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
2009-11-18 08:28:29 +05:30
|
|
|
<div class="content" id="IndividualDetail">
|
2011-10-16 22:30:32 +05:30
|
|
|
{{ "/browse|Browse,/family|Families"|breadcrumb}}
|
2009-11-18 08:28:29 +05:30
|
|
|
|
2009-12-21 03:56:45 +05:30
|
|
|
<h3>{{family.father|make_name:user}} and {{family.mother|make_name:user}}</h3>
|
2009-11-18 08:28:29 +05:30
|
|
|
|
|
|
|
<div id="summaryarea">
|
|
|
|
<table class="infolist"> {% comment %} 4 cols {% endcomment %}
|
|
|
|
<tbody>
|
2009-11-13 11:02:33 +05:30
|
|
|
<tr>
|
2009-11-18 08:28:29 +05:30
|
|
|
<th colspan="2">Father</th>
|
|
|
|
<th colspan="2">Mother</th>
|
2009-11-13 11:02:33 +05:30
|
|
|
</tr>
|
|
|
|
<tr>
|
2009-11-18 08:28:29 +05:30
|
|
|
<td class="ColumnAttribute">Name:</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
<td class="ColumnValue" id="data"><a href="/person/{{family.father.handle}}">{{family.father|render_name:user}} [{{family.father.gramps_id}}]</a></td>
|
2009-11-18 08:28:29 +05:30
|
|
|
<td class="ColumnAttribute">Name:</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
<td class="ColumnValue" id="data"><a href="/person/{{family.mother.handle}}">{{family.mother|render_name:user}} [{{family.mother.gramps_id}}]</a></td>
|
2009-11-13 11:02:33 +05:30
|
|
|
</tr>
|
2010-01-02 07:39:09 +05:30
|
|
|
{% if user.is_authenticated or not family.father.probably_alive %}
|
2009-11-13 11:02:33 +05:30
|
|
|
<tr>
|
2009-11-18 08:28:29 +05:30
|
|
|
<td class="ColumnAttribute">Birth:</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
<td class="ColumnValue" id="data">{{family.father.birth|render_date:user}}</td>
|
2009-11-18 08:28:29 +05:30
|
|
|
<td class="ColumnAttribute">Birth:</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
<td class="ColumnValue" id="data">{{family.mother.birth|render_date:user}}</td>
|
2009-11-13 11:02:33 +05:30
|
|
|
</tr>
|
2009-11-19 08:11:37 +05:30
|
|
|
{% else %}
|
|
|
|
<tr>
|
|
|
|
<td class="ColumnAttribute">Birth:</td>
|
|
|
|
<td class="ColumnValue" id="data">[Private]</td>
|
|
|
|
<td class="ColumnAttribute">Birth:</td>
|
|
|
|
<td class="ColumnValue" id="data">[Private]</td>
|
|
|
|
</tr>
|
|
|
|
{% endif %}
|
2009-11-13 11:02:33 +05:30
|
|
|
<tr>
|
2009-11-18 08:28:29 +05:30
|
|
|
<td class="ColumnAttribute">Death:</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
<td class="ColumnValue" id="data">{{family.father.death|render_date:user}}</td>
|
2009-11-18 08:28:29 +05:30
|
|
|
<td class="ColumnAttribute">Death:</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
<td class="ColumnValue" id="data">{{family.mother.death|render_date:user}}</td>
|
2009-11-13 11:02:33 +05:30
|
|
|
</tr>
|
2009-11-18 08:28:29 +05:30
|
|
|
</tbody>
|
2009-11-13 11:02:33 +05:30
|
|
|
</table>
|
2010-01-02 07:39:09 +05:30
|
|
|
<table class="infolist">
|
2009-11-18 08:28:29 +05:30
|
|
|
<tbody>
|
|
|
|
<tr>
|
2010-01-02 07:39:09 +05:30
|
|
|
<th colspan="4">Relationship information</th>
|
2009-11-18 08:28:29 +05:30
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="ColumnAttribute">ID:</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
<td class="ColumnValue" id="data">{{family.gramps_id}}</td>
|
2009-11-18 08:28:29 +05:30
|
|
|
<td class="ColumnAttribute">Type:</td>
|
|
|
|
<td class="ColumnValue" id="data">RELTYPE</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
</tr>
|
|
|
|
<tr>
|
2009-11-18 08:28:29 +05:30
|
|
|
<td class="ColumnAttribute">Marker:</td>
|
2010-01-02 07:39:09 +05:30
|
|
|
<td class="ColumnValue" id="data">{{family.marker_type}}</td>
|
|
|
|
<td class="ColumnAttribute">Private:</td>
|
|
|
|
<td class="ColumnValue" id="data">{{family.private}}</td>
|
2009-11-18 08:28:29 +05:30
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
2009-11-13 11:02:33 +05:30
|
|
|
|
|
|
|
<!-- Tabs -->
|
|
|
|
<h2 class="demoHeaders">Tabs</h2>
|
|
|
|
|
|
|
|
<div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="tabs">
|
|
|
|
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
2009-11-16 04:17:43 +05:30
|
|
|
<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#tab-children">Children</a></li>
|
|
|
|
<li class="ui-corner-top ui-state-default"><a href="#tab-events">Events</a></li>
|
|
|
|
<li class="ui-corner-top ui-state-default"><a href="#tab-sources">Sources</a></li>
|
|
|
|
<li class="ui-corner-top ui-state-default"><a href="#tab-attributes">Attributes</a></li>
|
|
|
|
<li class="ui-corner-top ui-state-default"><a href="#tab-notes">Notes</a></li>
|
|
|
|
<li class="ui-corner-top ui-state-default"><a href="#tab-gallery">Gallery</a></li>
|
|
|
|
<li class="ui-corner-top ui-state-default"><a href="#tab-lds">LDS</a></li>
|
2009-11-13 11:02:33 +05:30
|
|
|
</ul>
|
2009-11-16 04:17:43 +05:30
|
|
|
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom" id="tab-children">
|
|
|
|
<!-- Events -->
|
2009-12-27 23:53:59 +05:30
|
|
|
{% children_table family user action "/family/%s/children" family.handle %}
|
2009-11-16 04:17:43 +05:30
|
|
|
</div>
|
|
|
|
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tab-events">
|
2009-12-27 23:53:59 +05:30
|
|
|
{% event_table family user action "/family/%s/children" family.handle %}
|
2009-11-16 04:17:43 +05:30
|
|
|
</div>
|
|
|
|
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tab-sources">
|
2009-12-27 23:53:59 +05:30
|
|
|
{% source_table family user action "/family/%s/children" family.handle %}
|
2009-11-16 04:17:43 +05:30
|
|
|
</div>
|
|
|
|
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tab-attributes">
|
2009-12-27 23:53:59 +05:30
|
|
|
{% attribute_table family user action "/family/%s/children" family.handle %}
|
2009-11-16 04:17:43 +05:30
|
|
|
</div>
|
|
|
|
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tab-notes">
|
2009-12-27 23:53:59 +05:30
|
|
|
{% note_table family user action "/family/%s/children" family.handle %}
|
2009-11-16 04:17:43 +05:30
|
|
|
</div>
|
|
|
|
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tab-gallery">
|
2009-12-27 23:53:59 +05:30
|
|
|
{% gallery_table family user action "/family/%s/children" family.handle %}
|
2009-11-16 04:17:43 +05:30
|
|
|
</div>
|
|
|
|
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tab-lds">
|
2009-12-27 23:53:59 +05:30
|
|
|
{% lds_table family user action "/family/%s/children" family.handle %}
|
2009-11-16 04:17:43 +05:30
|
|
|
</div>
|
2009-11-13 11:02:33 +05:30
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|