33 lines
757 B
HTML
Executable File
33 lines
757 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>xpages</title>
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="../apps/com.actionsoft.apps.cms/css/cms.site.css">
|
|
<script type="text/javascript">
|
|
var sid = "<#sid>";
|
|
var templateId="<#templateId>";
|
|
var loadingIcon="<#loadingIcon>";
|
|
$(document).ready(function(){
|
|
|
|
});
|
|
</script>
|
|
<style>
|
|
.imgcls{
|
|
margin:auto;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
vertical-align: middle;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body style="background-color: #FFF;">
|
|
<img src="<#loadingIcon>" class="imgcls" width="100" width="100" >
|
|
</body>
|
|
</html>
|