Revision 7936
Added by Aaron Marcuse-Kubitza almost 12 years ago
index.php | ||
---|---|---|
123 | 123 |
|
124 | 124 |
$nimoy = "http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php"; |
125 | 125 |
function nimoy_db($db) { global $nimoy; return phpMyAdmin($nimoy."?db=".$db); } |
126 |
|
|
127 |
$IH_db = phpMyAdmin($nimoy."?db=bien3_adb", "ih"); |
|
126 | 128 |
?> |
127 | 129 |
<table border="0" cellspacing="0" cellpadding="0"> |
128 | 130 |
<tr valign="top"> |
... | ... | |
183 | 185 |
add_ref("CTFS-terms", ".term", $Redmine_svn."/inputs/CTFS/_src/ctfs-comments_worksheet.xls#"); |
184 | 186 |
print("</blockquote>\n"); $h_level--; |
185 | 187 |
} |
186 |
add_ref("IH-db", ".term", phpMyAdmin($nimoy."?db=bien3_adb", "ih"));
|
|
188 |
add_ref("IH-db", ".term", $IH_db);
|
|
187 | 189 |
print("</blockquote>\n"); |
188 | 190 |
} |
189 | 191 |
print("<h3>People</h3>"); |
Also available in: Unified diff
web/vegpath/index.php: Terms: IH-db: Factored out phpMyAdmin URL into $IH_db