</div>
<div py:def="add_subs(parent=None)" class="itemadd">
- <div>Add a new item:</div>
- <ul py:with="prefix = (not parent) and 'item/0/' or ''">
- <li><a href="${prefix}add/?item_type=HEADING">Subheading</a></li>
- <li><a href="${prefix}add/?item_type=URL">URL</a></li>
- <li><a href="${prefix}add/?item_type=ELEC">Electronic Document</a></li>
- <li><a href="${prefix}add/?item_type=PHYS">Physical Item or Catalogued Electronic Item</a></li>
+ <div><b>Add a new item</b></div>
+ <ul class="itemtree" py:with="prefix = (not parent) and 'item/0/' or ''">
+ <li class="item_URL"><a href="${prefix}add/?item_type=URL">Link to external resource</a></li>
+ <li class="item_ELEC"><a href="${prefix}add/?item_type=ELEC">Uploaded electronic document</a></li>
+ <li class="item_PHYS"><a href="${prefix}add/?item_type=PHYS">Catalogued item (e.g., book)</a></li>
+ <li style="margin-top: 0;" class="item_HEADING"><a href="${prefix}add/?item_type=HEADING">Subheading</a></li>
</ul>
</div>
${nested_title(parent_item)}
${offer_to_delete(item)}
<div py:if="not is_edit" style="float:right;">
- <a href="javascript:void($('#refworks,.metadata_table').toggle());">Import RefWorks/RIS citation</a>
+ <a href="javascript:void($('#refworks,.metadata_table').toggle());">Import RIS</a>
</div>
<h2>${title}</h2>
<p>
<input py:if="not is_edit" type="submit" value="Add URL"/>
<input py:if="is_edit" type="submit" value="Update URL"/>
- ${go_back_link('../meta')}
- </p>
+ ${go_back_link()}</p>
</form>
</body>
</html>
<h2>${title}</h2>
<p>If you choose to join this site, it will be added to your "My
- Sites" list.</p>
+ Reserves" list.</p>
<form action="." method="POST">
<p><input type="submit" value="Yes, join this site"/> ${go_back_link()}</p>
</form>