equal
deleted
inserted
replaced
67 <th>{% trans "Pertimm description" %} :</th> |
67 <th>{% trans "Pertimm description" %} :</th> |
68 <td>{{ img.metadata.description_pertimm|default:"" }}</td> |
68 <td>{{ img.metadata.description_pertimm|default:"" }}</td> |
69 </tr> |
69 </tr> |
70 <tr> |
70 <tr> |
71 <th>{% trans "Pertimm thesaurus" %} :</th> |
71 <th>{% trans "Pertimm thesaurus" %} :</th> |
72 <td>{{ img.metadata.thesaurus_pertimm|default:"" }}</td> |
72 <td>{{ img.metadata.thesaurus_pertimm_str|default:"" }}</td> |
73 </tr> |
73 </tr> |
74 <!--tr> |
74 <!--tr> |
75 <th> </th> |
75 <th> </th> |
76 <td><input class="user-submit" type="submit" value="{% trans 'Save keywords' %}" /></td> |
76 <td><input class="user-submit" type="submit" value="{% trans 'Save keywords' %}" /></td> |
77 </tr--> |
77 </tr--> |
118 <path d="{{ frg.coordinates }}" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
118 <path d="{{ frg.coordinates }}" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
119 </svg> |
119 </svg> |
120 </div> |
120 </div> |
121 </div> |
121 </div> |
122 <h3>{{ frg.title }}</h3></a> |
122 <h3>{{ frg.title }}</h3></a> |
123 <p>{% trans "Annotated by" %} <strong>{{ frg.author }}</strong></p> |
123 <p>{% trans "Annotated by" %} <strong><a href="{% url 'user_fragments' username=frg.author %}">{{ frg.author }}</a></strong></p> |
124 </li> |
124 </li> |
125 {% endfor %} |
125 {% endfor %} |
126 </ul> |
126 </ul> |
127 </div> |
127 </div> |
128 </div> |
128 </div> |