Esempio n. 1
0
echo APP_ROOT;
?>
include/js/jquery.js"></script>
<script type="text/javascript" language="JavaScript" src="<?php 
echo APP_ROOT;
?>
include/js/jqSOAPClient.js"></script>
<script type="text/javascript" language="JavaScript" src="<?php 
echo APP_ROOT;
?>
include/js/jqXMLUtils.js"></script>

<?php 
// ADDONS
$addon_obj = new addon();
$addon_obj->loadAddons();
foreach ($addon_obj->result as $addon) {
    echo '<script type="application/x-javascript" src="' . APP_ROOT . 'addons/' . $addon->kurzbz . '/content/init.js.php" />';
}
?>

<commandset id="maincommands">
  <command id="menu-file-close:command" oncommand="closeWindow();"/>
  <command id="menu-properties-studiensemester:command" oncommand="studiensemesterChange();"/>
  <command id="menu-prefs-stpltable-stundenplan:command" oncommand="stpltableChange('stundenplan');"/>
  <command id="menu-prefs-stpltable-stundenplandev:command" oncommand="stpltableChange('stundenplandev');"/>
  <command id="menu-prefs-kontofilterstg:command" oncommand="EinstellungenKontoFilterStgChange();"/>
  <command id="menu-statistic-koordinatorstunden:command" oncommand="StatistikPrintKoordinatorstunden();"/>
  <command id="menu-statistic-lehrauftraege:command" oncommand="StatistikPrintLehrauftraege();"/>
  <command id="menu-statistic-lvplanung:command" oncommand="StatistikPrintLVPlanung();"/>
  <command id="menu-statistic-lvplanungexcel:command" oncommand="StatistikPrintLVPlanungExcel();"/>
				<td>BIC</td>
				<td>' . $bic . '</td>
			</tr>';
}
if ($konto->zahlungsreferenz != '') {
    echo '
			<tr>
				<td>Zahlungsreferenz</td>
				<td>' . $konto->zahlungsreferenz . '</td>
			</tr>';
}
echo '
		</tbody>
	</table>';
$addon = new addon();
$addon->loadAddons();
foreach ($addon->result as $a) {
    if ($a->kurzbz === "eps") {
        echo '<table class="tablesorter">
	    <thead>
		<tr>
		    <th width="40%">Zahlung anweisen</th>
		    <th width="60%"></th>
		</tr>
	    </thead>
	    <tbody>
		<tr>
		    <td>EPS</td>
		    <td>
		    <a href="../../../addons/eps/cis/index.php?buchungsnummer=' . $buchungsnr . '"><img src="../../../skin/images/eps-logo_full.gif" width="30" height="30" alt="EPS Überweisung"></a>
		    </td>