Project

General

Profile

« Previous | Next » 

Revision 7924

web/vegpath/index.php: Terms: Added CTFS

View differences:

index.php
116 116
<?php
117 117
# add and list URLs
118 118

  
119
$Redmine = "https://projects.nceas.ucsb.edu/nceas/projects/bien";
120

  
119 121
$nimoy = "http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php";
120 122
function nimoy_db($db) { global $nimoy; return phpMyAdmin($nimoy."?db=".$db); }
121 123

  
......
164 166
	{
165 167
		print("<blockquote>\n");
166 168
		add_ref("TNRS", ".term", fragment_override("http://tnrs.iplantcollaborative.org/instructions.html", "download_results"));
169
		add_ref("CTFS", "", $CTFS);
170
		{
171
			print("<blockquote>\n"); $h_level++;
172
			add_ref("CTFS-schema", ".table.column", "https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/CTFS/_archive/DBv5.txt#");
173
			add_ref("CTFS-tables", ".table", fragment_override($Redmine."/wiki/CTFS", "Tables"));
174
			add_ref("CTFS-terms", ".term", $Redmine."/repository/raw/inputs/CTFS/_src/ctfs-comments_worksheet.xls#");
175
			print("</blockquote>\n"); $h_level--;
176
		}
167 177
		print("</blockquote>\n");
168 178
	}
169 179
	print("</blockquote>\n");

Also available in: Unified diff