Overview

Namespaces

  • cli_db
    • propel
      • map
      • om
  • cli_import
  • LoggedPDO
  • None
  • PHP
  • webservices
    • cart
    • combisearch
    • details
      • annotations
        • feature
    • graphs
      • barplot
      • genome
    • listing
    • queue

Classes

  • Console_CommandLine_Action_ExtendedHelp
  • LightOpenID
  • Log_firebugJSON
  • WebService

Interfaces

  • CLI_Command

Functions

  • acquire_database
  • cli_error_handler
  • connect_queue_db
  • create_job
  • display_feature
  • display_feature_by_id
  • display_isoform_by_id
  • display_unigene_by_id
  • download
  • execute_command
  • execute_job
  • execute_query_dir
  • get_db_connection
  • get_job_results
  • get_program_databases
  • myErrorHandler
  • pdo_connect
  • report_results_cleanup
  • requestVal
  • smarty_function_call_webservice
  • smarty_function_dbxreflink
  • smarty_function_interprolink
  • smarty_function_publink
  • smarty_modifier_clean_id
  • split_fasta
  • unzip
  • Overview
  • Namespace
  • Function
  • Tree
 1: <?php
 2: 
 3: //TODO: http://jqueryui.com/tooltip/#custom-content
 4: function smarty_function_publink($params, &$smarty) {
 5:     
 6:     $pub = $params['pub'];
 7:     return sprintf('<tr class="has-tooltip" data-title="Title|%2$s" data-author="Author|%1$s" data-journal="Journal|%4$s"><td>%2$s</td><td><a href="%3$s" target="_blank">at bibsonomy</a></td></tr>',
 8:             $pub['author'],
 9:             $pub['title'],
10:             $pub['miniref'],
11:             $pub['volumetitle']
12:             );
13:     
14: }
15: 
16: ?>
17: 
tbro API documentation generated by ApiGen 2.8.0