Files
Kleeja/install/style/update_end.html
H.Rouatbi 3cdfa9ce5a Miscellaneous changes
* PHP code style fixes
* Updated database schema for upgrade
2024-10-07 17:33:07 +01:00

40 lines
2.0 KiB
HTML
Executable File

<div class="BoxInner"><div class="BoxTopImg"></div><div class="BoxBody"><div class="inner"><div class="clr"></div>
<div id="Scro11">
<ul class="inside">
{{foreach($GLOBALS['update_msgs_arr'] as $m):}}
<li><img src="style/images/ok.png" class="img" alt="ok" /> {{echo $m}}</li>
{{endforeach;}}
</ul>
</div>
<div class="clr"></div>
{{if($GLOBALS['complete_update']):}}
<div class="hr"></div>
<div class="notice">
<h6><img src="style/images/info2.png" class="img" alt="" /> {{echo $lang['KLEEJA_TEAM_MSG_NAME']}}</h6>
<p><img src="style/images/inst_notes.png" class="img" alt="" />{{echo $lang['KLEEJA_TEAM_MSG_TEXT']}}</p>
</div>
{{else:}}
<div class="notice TN">
<p>{{echo $lang['INST_UPDATE_IS_FINISH']}}</p>
<p style="background:#EEE3C7;color:black !important">{{echo $lang['INST_KLEEJADEVELOPERS']}}</p>
</div>
<div class="hr"></div>
<button type="button" class="btn" onclick="window.location.href='../index.php';"><span>{{echo $lang['INDEX']}}</span></button>
<button type="button" class="btn" onclick="window.location.href='../admin/';"><span>{{echo $lang['ADMINCP']}}</span></button>
<button type="button" class="btn" onclick="window.open(this.value,'_blank');return false;" value="https://kleeja.net"><span>kleeja.net</span></button>
{{endif;}}
<div class="clr"></div></div></div><div class="BoxBottomImg"></div></div>
<script type="text/javascript">
<!--
jQuery(document).ready(function($){
// fixed error in the browser Explore
$('#Scro11').animate({scrollTop:$('#Scro11 > .inside').outerHeight() });
var elem = $('#Scro11');
var inside = $('#Scro11 > .inside');
if ( Math.abs(inside.offset().top) + elem.height() + elem.offset().top >= inside.outerHeight() ) {
// We're at the bottom!
}
});
//-->
</script>