tripal_contact_admin.tpl.php 2.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <h3>Tripal Contact Quick Links:</h3>
  2. <ul>
  3. <li><a href="<?php print url('admin/tripal/tripal_contact/configuration') ?>">Contact Configuration</a></li>
  4. <li><a href="<?php print url('admin/tripal/tripal_contact/sync') ?>">Sync Contacts</a></li>
  5. </ul>
  6. <h3>Module Description:</h3>
  7. <p>The Tripal Contact module is an interface for the Chado Contact module which provides information about
  8. people or organizations. This module provides support for visualization of "contact" pages, editing and updating.
  9. </p>
  10. <h3>Setup Instructions:</h3>
  11. <ol>
  12. <li><p><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
  13. or administer contacts. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
  14. permissions under the 'tripal_contact' section as appropriate for your site. For a simple setup, allow anonymous
  15. users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
  16. <li><p><b>Create a Contact</b>: An contact can be <?php print l('created', 'node/add/chado-contact')?>
  17. manually in the same way any other data type. Contacts may also be created automatically by using the
  18. publication module publication importers. Alternatively, the Tripal bulk loader may also be used to load contacts.</p></li>
  19. <li><p><b>Sync any Existing Contacts</b>: Before Contacts can be viewed on the website, they must first be <?php print l('created manually', 'node/add/chado-contact') ?>
  20. or if they already exist in the Chado database they <?php print l('must be synced', 'admin/tripal/tripal_contact/sync') ?> with Drupal.
  21. Once synced, contact pages will appear on the site.</p></li>
  22. </ol>
  23. <h3>Features of this Module:</h3>
  24. <ul>
  25. <li><p><b>Edit or Delete Contacts</b>: Contacts can be manually edited or deleted by navigating to the map page and clicking the "Edit" button.</p></li>
  26. <li><p><b>Simple Search Tool</b>: A <?php print l('simple search tool','chado/contacts') ?> is provided for
  27. finding contacts. This tool relies on Drupal Views. <a href="http://drupal.org/project/views">Drupal Views</a>
  28. which must be installed to see the search tool. Look for it in the navigation menu under the item
  29. "Search Biological Data". </p></li>
  30. </ul>