Finale Version altes Template

This commit is contained in:
aschwarz 2023-07-12 10:50:07 +02:00
parent e2f1846f03
commit c56c928c6f
3 changed files with 433807 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -42,8 +42,9 @@ if($action == ''){
$smarty->assign('profil_name', "$row[vorname] $row[nachname]");
$smarty->assign('profil_mail', "$row[mail]");
$result1 = $db->query( "SELECT wgd, bibellink, kal_bettag, kal_erntedank, querverweis, lesung, kategorie, export_header FROM profil WHERE user=\"$user_admin\"" );
$result1 = $db->query( "SELECT prid, wgd, bibellink, kal_bettag, kal_erntedank, querverweis, lesung, kategorie, export_header FROM profil WHERE user=\"$user_admin\"" );
$row1 = $result1->fetch_array();
$smarty->assign('profil_prid', "$row1[prid]");
if($row1['wgd'] == "0"){
$smarty->assign('profil_wgd0_chk', "checked");

View File

@ -140,7 +140,7 @@
Es muss ein dummy reingesetzt werden ohne Button, sonst funktioniert das scrollen nicht
wenn nur ein vor bzw ein zurück Button auf der Seite ist
-->
<div id=buttonbox1 style='position:absolute; top:50px; left:10px; z-index:2; '>
<div id=buttonbox1 style='position:fixed; top:50px; left:10px; z-index:2; '>
{/if}
</td>
<td width="80%" class=td2>
@ -148,7 +148,7 @@
</td>
<td width="10%">
{if $lue_inhalt_mvnext == '1'}
<div id=buttonbox2 style='position:absolute; top:50px; right:10px; z-index:2; '>
<div id=buttonbox2 style='position:fixed; top:50px; right:10px; z-index:2; '>
<a target='kurshaupt' href="lue_ansicht.php?eid={$lue_inhalt_mvnext_eid}" title="{$lue_inhalt_mvnext_thema}" onMouseOver='next.src=image_next.src' onMouseOut='next.src=image_next1.src'><img src="templates/{$global_template}/images/next1.png" name='next' border="0"></a>
{else}
<!--