diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-09 19:22:02 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-09 19:22:02 +0100 |
commit | aa2832b55b1b9825ad626aa0483a97c5ba9c991c (patch) | |
tree | 23fc14c36329ecd0fd1e0239b54beade82e6cc8c /inc | |
parent | fee5d5a36f373f6d1f02bbddfbfa960f3af2f9dd (diff) |
corrected rule extraction, fixed some bugs, nicer interface
Diffstat (limited to 'inc')
-rw-r--r-- | inc/footer.inc.php | 2 | ||||
-rw-r--r-- | inc/help.inc.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inc/footer.inc.php b/inc/footer.inc.php index 7c30622..47f5a19 100644 --- a/inc/footer.inc.php +++ b/inc/footer.inc.php @@ -4,7 +4,7 @@ <p id="footer"> <img id="uni" style="width:129px" src="static/logo_neu_204x107.jpg" /> <img id="cl" style="width:128px" src="static/institut_cl.png" /><br /> - ©2015 Heidelberg University/Institute for Computational Linguistics + ©2016 Heidelberg University/Institute for Computational Linguistics </p> <!-- /Footer --> diff --git a/inc/help.inc.php b/inc/help.inc.php index ebfdef1..2bd511e 100644 --- a/inc/help.inc.php +++ b/inc/help.inc.php @@ -36,6 +36,6 @@ Alternatively, in the textual interface, you may just press return when you fini Support: <a href="mailto://simianer@cl.uni-heidelberg.de">Mail</a> </p> <p class="tiny">Session: #<?php echo $_GET["key"]; ?> | - <a href="http://coltrane.cl.uni-heidelberg.de:<?php echo $db->port; ?>/debug" target="_blank">Debug</a> + <a href="http://postedit.cl.uni-heidelberg.de:<?php echo $db->port; ?>/debug" target="_blank">Debug</a> </p> |