Skip to content

Commit

Permalink
Update old test code
Browse files Browse the repository at this point in the history
The server which was used in this code is no longer available.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Nov 20, 2014
1 parent 49d8b0c commit 7fe5dd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions selectplace/monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ function select(name, url) {
<button class="pure-button pure-button-primary"
onclick="select('LC 02', 'http://lc02.bib.uni-mannheim.de/test')">
<i class="fa fa-desktop fa-3x"></i>LC 02 (test)</button>
<button class="pure-button pure-button-primary"
onclick="select('DWORK', 'http://dwork.bib.uni-mannheim.de/palma')">
<i class="fa fa-desktop fa-3x"></i>DWORK (test)</button>
<button class="pure-button pure-button-primary"
disabled
onclick="">
Expand Down
10 changes: 6 additions & 4 deletions vncviewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@
// Copyright (C) 2014 Universitätsbibliothek Mannheim
// See file LICENSE for license details.

// This is an experimental remote access to the PalMA team monitor.

$url = 'http://test.bib.uni-mannheim.de/guacamole/';

include('auth.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Redirect</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="0; URL=http://dwork.bib.uni-mannheim.de/guacamole/client.xhtml?id=c/vnc-0">
<meta http-equiv="refresh" content="0; URL=<?=$url?>client.xhtml?id=c/vnc-0">
</head>
<body>
<h1>Redirect</h1>
<a href="http://dwork.bib.uni-mannheim.de/guacamole/">
http://dwork.bib.uni-mannheim.de/guacamole/
</a>
<a href="<?=$url?>"><?=$url?></a>
</p>
</body>
</html>

0 comments on commit 7fe5dd2

Please sign in to comment.