Tripal v1.0 (6.x-1.0)
tripal_project_admin.tpl.php
Go to the documentation of this file.
00001 <h3>Tripal Project Administrative Tools Quick Links:</h3>
00002 <ul>
00003  <li><a href="<?php print url("admin/tripal/tripal_project/configuration") ?>">Project Configuration</a></li>
00004 </ul>
00005 <h3>Module Description:</h3>
00006 <p>The Tripal Project module provides support for visualization of "project" pages, editing and updating.</p>
00007 
00008 <h3>Setup Instructions:</h3>
00009 <ol>
00010    <li><p><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
00011    or administer features. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
00012    permissions under the 'tripal_project' section as appropriate for your site. For a simple setup, allow anonymous 
00013    users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
00014 
00015 <li><p><b>Sync any Existing Projects</b>: Near the top of the <?php print l('Project Configuration page', 'admin/tripal/tripal_project/configuration') ?> there is
00016   a Sync Projects section which provides list of projects currently in chado which can be sync\'d.
00017   Simply select the projects you would like to create Drupal/Tripal pages for and click Sync Projects.</p></li>
00018 </ol>
00019 
00020 
00021 <h3>Features of this Module:</h3>
00022 <ul>
00023   <li><b>Add/Edit/Delete Projects</b>: Projects can be created ' . l('here', 'node/add/chado-project') ?>. 
00024   After creation, projects (regardless of the method used to create them) can be
00025   edited or deleted by clicking the Edit tab at the top of the Project Page.</li>
00026     <li><p><b>Simple Search Tool</b>: A <?php print l('simple search tool','chado/projects') ?> is provided for 
00027     finding projects. This tool relies on Drupal Views.  <a href="http://drupal.org/project/views">Drupal Views</a>
00028     which must be installed to see the search tool.  Look for it in the navigation menu under the item 
00029     "Search Biological Data". </p></li>
00030 
00031 </ul>
 All Classes Files Functions Variables