tripal_natural_diversity_admin.tpl.php 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. <h3>Tripal Natural Diversity Administrative Tools Quick Links:</h3>
  2. <ul>
  3. <li><a href="<?php print url("admin/tripal/tripal_natural_diversity/configuration") ?>">Natural Diversity Configuration</a></li>
  4. </ul>
  5. <h3>Module Description:</h3>
  6. <p>The Tripal Natural Diversity module provides support for visualization of "natural_diversity" pages, editing and updating.</p>
  7. <h3>Setup Instructions:</h3>
  8. <ol>
  9. <li><p><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
  10. or administer features. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
  11. permissions under the 'tripal_natural_diversity' section as appropriate for your site. For a simple setup, allow anonymous
  12. users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
  13. <li><p><b>Sync any Existing Natural Diversity Geolocations</b>: Near the top of the <?php print l('Natural Diversity Configuration page', 'admin/tripal/tripal_natural_diversity/configuration') ?> there is
  14. a Sync Natural Diversity Geolocation section which provides list of nd_geolocation currently in chado which can be sync\'d.
  15. Simply select the nd_geolocation you would like to create Drupal/Tripal pages for and click Submit Sync Job.</p></li>
  16. </ol>
  17. <h3>Features of this Module:</h3>
  18. <ul>
  19. <li><b>Add/Edit/Delete Natural Diversity Geolocation</b>: Natural Diversity Geolocation can be created <?php print l('here', 'node/add/chado-nd-geolocation') ?>.
  20. After creation, nd_geolocation (regardless of the method used to create them) can be
  21. edited or deleted by clicking the Edit tab at the top of the Natural Diversity Geolocation Page.</li>
  22. <li><p><b>Simple Search Tool</b>: A <?php print l('simple search tool','chado/nd_geolocation') ?> is provided for
  23. finding nd_geolocation. This tool relies on Drupal Views. <a href="http://drupal.org/natural_diversity/views">Drupal Views</a>
  24. which must be installed to see the search tool. Look for it in the navigation menu under the item
  25. "Search Biological Data". </p></li>
  26. </ul>