Revision 7944
Added by Aaron Marcuse-Kubitza almost 12 years ago
web/vegpath/index.php | ||
---|---|---|
125 | 125 |
function nimoy_db($db) { global $nimoy; return phpMyAdmin($nimoy."?db=".$db); } |
126 | 126 |
|
127 | 127 |
$IH_db = phpMyAdmin($nimoy."?db=bien3_adb", "ih"); |
128 |
|
|
129 |
$SALVIAS = "http://salvias.net/Documents/salvias_data_dictionary.html"; |
|
128 | 130 |
?> |
129 | 131 |
<table border="0" cellspacing="0" cellpadding="0"> |
130 | 132 |
<tr valign="top"> |
... | ... | |
154 | 156 |
print("<blockquote>\n"); |
155 | 157 |
add_ns("VegBank", ".table.column", custom_separator("http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&entity=dba_tabledescription&where=where_tablename&wparam=", |
156 | 158 |
"#", "http://vegbank.org/get/index/dba_tabledescription")); |
157 |
add_ns("SALVIAS", ".table.column", "http://salvias.net/Documents/salvias_data_dictionary.html#Plot_");
|
|
159 |
add_ns("SALVIAS", ".table.column", $SALVIAS."#Plot_");
|
|
158 | 160 |
{ |
159 | 161 |
print("<blockquote>\n"); $h_level++; |
160 | 162 |
add_ns("SALVIAS-db", ".table.column", nimoy_db("salvias_plots")); |
Also available in: Unified diff
web/vegpath/index.php: SALVIAS: Factored out URL to $SALVIAS