Project

General

Profile

« Previous | Next » 

Revision 7928

web/vegpath/index.php: Factored Redmine svn URLs out into $Redmine_svn

View differences:

index.php
117 117
# add and list URLs
118 118

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

  
121 122
$nimoy = "http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php";
122 123
function nimoy_db($db) { global $nimoy; return phpMyAdmin($nimoy."?db=".$db); }
......
171 172
			print("<blockquote>\n"); $h_level++;
172 173
			add_ref("CTFS-schema", ".table.column", "https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/CTFS/_archive/DBv5.txt#");
173 174
			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
			add_ref("CTFS-terms", ".term", $Redmine_svn."/inputs/CTFS/_src/ctfs-comments_worksheet.xls#");
175 176
			print("</blockquote>\n"); $h_level--;
176 177
		}
177 178
		print("</blockquote>\n");

Also available in: Unified diff