Browse Source

fix links

Jan Behrens 3 years ago
parent
commit
95a2c330ec
1 changed files with 2 additions and 5 deletions
  1. 2 5
      STS_main.php

+ 2 - 5
STS_main.php

@@ -17,8 +17,7 @@
 
 	// ########## WGTS ##########
 	//placeTextWithWebsiteLink($posYCompName, 670, "WGTS", 70, 30, $color, "WGTS Status Overview", "wgts");
-    placeTextWithWebsiteLink($posYCompName, 670, "WGTS", 70, 30, $color, "WGTS Status Overview (BORA)", "wgts"
-"https://bora-wgts.kaas.kit.edu");
+    placeTextWithWebsiteLink($posYCompName, 670, "WGTS", 70, 30, $color, "WGTS Status Overview (BORA)", "wgts", "https://bora-wgts.kaas.kit.edu");
 	placeText($posYmagnetName, 340, "M5", 30, 5, $color);
 	placeText($posYmagnetName, 410, "M4", 30, 5, $color);
 	placeText($posYmagnetName, 550, "M1", 30, 5, $color);
@@ -59,8 +58,7 @@
 	placeText(-35, 1690, "<--> ".sprintf('%.1F', $BfieldCPS)." T", 80, 3, "#FF0000");*/
 
 	// ########## DPS ##########
-	placeTextWithWebsiteLink($posYCompName, 1330, "DPS", 70, 30, $color, "DPS Status Overview (BORA)",
-"https://bora-dps.kaas.kit.edu");
+	placeTextWithWebsiteLink($posYCompName, 1330, "DPS", 70, 30, $color, "DPS Status Overview (BORA)", "https://bora-dps.kaas.kit.edu");
 	$thresDPS = 0.4; // magnet B in T
 	$tol = 180; // hall sensor B in mT 55
 	//$cali = array( 800, -800, 800, -800, 800, -800, 808, -769, 736, -778 );
@@ -84,7 +82,6 @@
 	}
 
 	// ########## CPS ##########
-	//placeTextWithWebsiteLink($posYCompName, 1650, "CPS", 70, 30, $color, "CPS Status Overview", "http://ipepc57.ipe.kit.edu:8888/status");
 	placeTextWithWebsiteLink($posYCompName, 1650, "CPS", 70, 30, $color, "CPS Status Overview (BORA)", "https://bora-cps.kaas.kit.edu");
 	$thresCPS = 0.1; // threshold magnetic field in T
 	for ($index = 1; $index <= 7; $index++)