Diverse Übersetzungen und Verlinkungen der Handbücher ins DMS mithilfe des Phrasenmoduls

This commit is contained in:
Manfred Kindl
2011-11-24 15:47:10 +00:00
parent f67f5e4cbf
commit 71f2cbd5f2
11 changed files with 28 additions and 12 deletions
+1 -1
View File
@@ -37,6 +37,6 @@ $p = new phrasen($sprache);
if(CHOOSE_LAYOUT)
echo '| <a class="Item" href="../layouts.php" target="content">Layouts</a>';
?>
| <a class='Item' href="../cms/<?php echo $p->t('global/linkZumHandbuch');?>" target="_blank"><?php echo $p->t('global/handbuch');?></a>
| <a class='Item' href="../cms/dms.php?id=<?php echo $p->t('dms_link/cisHandbuch');?>" target="_blank"><?php echo $p->t('global/handbuch');?></a>
]
</div>
+3 -3
View File
@@ -370,7 +370,7 @@
echo '<a href="benotungstool/verwaltung.php?lvid='.$lvid.$studiensem.'" class="Item">
<img src="../../../skin/images/button_kt.jpg" width="67" height="45"><br>
<strong>'.$p->t('lehre/kreuzerltool').'</strong></a><br>
<a href="'.APP_ROOT.'cis/cisdocs/handbuch_benotungstool.pdf" class="Item" target="_blank">'.$p->t('lehre/benotungstoolHandbuch').' [PDF]</a>';
<a href="'.APP_ROOT.'cms/dms.php?id='.$p->t('dms_link/benotungstoolHandbuch').'" class="Item" target="_blank">'.$p->t('lehre/benotungstoolHandbuch').' [PDF]</a>';
}
else
{
@@ -392,7 +392,7 @@
echo '<a href="#" onclick="alert(\''.$p->t('lehre/kreuzerltoolMitMoodleInfo').'\');" class="Item">
<img src="../../../skin/images/button_kt.jpg" width="67" height="45"><br>
<strong>'.$p->t('lehre/kreuzerltool').'</strong></a><br>
<a href="'.APP_ROOT.'cis/cisdocs/handbuch_benotungstool.pdf" class="Item" target="_blank">'.$p->t('lehre/benotungstoolHandbuch').' [PDF]</a>';
<a href="'.APP_ROOT.'cms/dms.php?id='.$p->t('dms_link/benotungstoolHandbuch').'" class="Item" target="_blank">'.$p->t('lehre/benotungstoolHandbuch').' [PDF]</a>';
}
}
@@ -468,7 +468,7 @@
}
if($is_lector)
echo '<a href="moodle_wartung.php?lvid='.$lvid.'&stsem='.$angezeigtes_stsem.'" class="Item">'.$p->t('lehre/moodleWartung').'</a>
<br /><a href="'.APP_ROOT.'cis/cisdocs/Moodle-Handbuch.pdf" class="Item" target="_blank">'.$p->t('lehre/moodleHandbuch').' [PDF]</a>';
<br /><a href="'.APP_ROOT.'cms/dms.php?id='.$p->t('dms_link/moodleHandbuch').'" class="Item" target="_blank">'.$p->t('lehre/moodleHandbuch').' [PDF]</a>';
}
else
{