Skip to content
Snippets Groups Projects
Commit b87a3625 authored by Lyding Verena's avatar Lyding Verena
Browse files

update of absolute to relative links

tail.php in C.php file

git-svn-id: https://sdcsvn01.eurac.edu/svn/commul/MERLIN/merlin-webpage@3798 71ad02bc-cbdd-11db-a10a-ee346e295fe1
parent 275b3d88
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,6 @@ require('F_footer.php');
</div> <!-- wrapper end -->
</body>
</html>
<?php
require('_includes/tail.php');
?>
......@@ -61,7 +61,7 @@ function make_select($prefix, $name, $options, $selected, $trans, $long = 0) {
}
?>
<p class="boldp"><?php echo $trans['search_ph_ad1'][$_SESSION['lang']]; ?> <a href="http://commul.eurac.edu/dev/merlin/php/C_annotation.php"><?php echo $trans['see_annot'][$_SESSION['lang']]; ?></a><?php echo $trans['search_ph_ad2'][$_SESSION['lang']]; ?></p>
<p class="boldp"><?php echo $trans['search_ph_ad1'][$_SESSION['lang']]; ?> <a href="C_annotation.php"><?php echo $trans['see_annot'][$_SESSION['lang']]; ?></a><?php echo $trans['search_ph_ad2'][$_SESSION['lang']]; ?></p>
<!--NEW NEW NEW-->
<!--Table with examples-->
......
<div id="main" width="910px" style="display:inline-block;">
<!--SIDEBAR-->
<div id="sidebar" class="widget-area" role="complementary">
<a href="http://commul.eurac.edu/dev/merlin/php/index.php"><img src="style/merlin-s1.jpg" alt="Merlin logo image" width="170" height="130" style="float:left;display:inline-block;"/></a>
<a href="index.php"><img src="style/merlin-s1.jpg" alt="Merlin logo image" width="170" height="130" style="float:left;display:inline-block;"/></a>
</div>
<?php
if(isset($current_script)){
......
......@@ -25,12 +25,12 @@ else{
<div id="sidebar" class="widget-area" role="complementary">
<!-- class "current-menu-item" macht fett -->
<ul class="menu">
<li <?php echo $class1 ?>><a href="http://commul.eurac.edu/dev/merlin/php/C_teacher.php"><?php echo $trans['m_learning'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class2 ?>><a href="http://commul.eurac.edu/dev/merlin/php/C_research.php"><?php echo $trans['m_research'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class3 ?>><a href="http://commul.eurac.edu/dev/merlin/php/C_mcorpus.php"><?php echo $trans['m_corpus'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class4 ?>><a href="http://commul.eurac.edu/dev/merlin/php/C_annotation.php"><?php echo $trans['m_annotations'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class5 ?>><a href="http://commul.eurac.edu/dev/merlin/php/C_download.php"><?php echo $trans['documentation'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class6 ?>><a href="http://commul.eurac.edu/dev/merlin/php/C_data.php"><?php echo $trans['downloads'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class1 ?>><a href="C_teacher.php"><?php echo $trans['m_learning'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class2 ?>><a href="C_research.php"><?php echo $trans['m_research'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class3 ?>><a href="C_mcorpus.php"><?php echo $trans['m_corpus'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class4 ?>><a href="C_annotation.php"><?php echo $trans['m_annotations'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class5 ?>><a href="C_download.php"><?php echo $trans['documentation'][$_SESSION['lang']]; ?></a></li>
<li <?php echo $class6 ?>><a href="C_data.php"><?php echo $trans['downloads'][$_SESSION['lang']]; ?></a></li>
</ul>
</div>
<!--SIDEBAR END-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment