CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/root/usr/local/rvglobalsoft/rvglobalsoft/auto/rvsitebuilderinstaller/templates/
Upload File :
Current File : //proc/2/root/usr/local/rvglobalsoft/rvglobalsoft/auto/rvsitebuilderinstaller/templates/index.htm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>RVSiteBuilder Installation - {#PAGETITLE#}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" media="screen">
@import url("{#INS_WEB_ROOT#}/templates/installer.{#INS_PHP_FILE_TYPE#}");
</style>
{#metaRefresh#}
<meta name="RVSiteBuilderInstallerScript">
<style type="text/css">
/*margin and padding on body element
        can introduce errors in determining
        element position and are not recommended;
        we turn them off as a foundation for YUI
        CSS treatments. */
body {
	margin: 0;
	padding: 0;
}
</style>
<link rel="stylesheet" type="text/css" href="{#INS_WEB_THEME_URL#}/yui/build/container/assets/container.css" />
<script type="text/javascript" src="{#INS_WEB_THEME_URL#}/yui/build/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="{#INS_WEB_THEME_URL#}/yui/build/container/container.js"></script>
<script type="text/javascript" src="{#INS_WEB_ROOT#}/include/install.js.{#INS_PHP_FILE_TYPE#}"></script>

</head>

<body leftmargin="0" topmargin="0"{#onLoadScript#}>
<script>
//YAHOO.namespace("example.container");
//var panel = new Array();
var rvsInstallDialog;
var lastHeadText = '&nbsp;';
var webRoot = '{#INS_WEB_THEME_URL#}';
function display_quickpopupbox() {
        if(!rvsInstallDialog) {
            rvsInstallDialog =   new YAHOO.widget.Panel('rvsInstallDialog',
                                    { width:'300px',
                                        fixedcenter:true,
                                        close:false,
                                        draggable:false,
                                        modal:false,
                                        visible:false
                                    }
                        );
            rvsInstallDialog.render();
        }
        rvsInstallDialog.show();
	    document.getElementById('rvsInstallDialog').style.display ='block'
}

function close_quickpopupbox()
{
        if (rvsInstallDialog) {
            var  objloading = document.getElementById('rvsDialogLoading')
            objloading.style.visibility = 'hidden'
             objloading.style.display = "none";
            rvsInstallDialog.hide();
        }
}

function open_quickpopupbox(textHead,textBody)
{
    if (rvsInstallDialog) {
        rvsInstallDialog.show();
    } 
}

function write_quickpopupbox(textHeader,textBody,loading) {
    display_quickpopupbox();
    var containerId = document.getElementById('rvsInstallDialog')
    var  objloading = document.getElementById('rvsDialogLoading')
        text = textBody;
          //display_quickpopupbox(textHeader,textBody)
        if ((loading) && (objloading.style.visibility == 'hidden')) {
            objloading.style.visibility= 'visible'
            objloading.style.display = "block";
            //alert(objloading.style.display)
        }else if((!loading) && (objloading.style.visibility == 'visible')){
             objloading.style.visibility = 'hidden'
             objloading.style.display = "none";
             
        }
        if (textHeader =='') {
            
            rvsInstallDialog.setHeader(lastHeadText);
            //popupboxcontainer.setHeader(textHeader);
        }else if(textHeader == '--') {
            rvsInstallDialog.setHeader('&nbsp;');
        }else {
            rvsInstallDialog.setHeader(textHeader);
            lastHeadText = textHeader;
        }
        if (textBody == '') {
            //rvsInstallDialog.setBody(textBody);
        }else if (textBody == '--') {
             document.getElementById('rvsDialogMessage').innerHTML = '&nbsp;'
        }else {
            document.getElementById('rvsDialogMessage').innerHTML = textBody
        }
         rvsInstallDialog.show();
       //rvsInstallDialog.render(document.body); 
}

</script>

<table cellpadding="0" cellspacing="0" width="650" align="center">
	<tr bgcolor="#E1EAED">
		<td><img src="{#INS_WEB_THEME_URL#}/templates/images/install.gif"
			width="68" height="67" alt="" /></td>
		<td class="txttitle" width="99%">{#PROGRAMNAME#}</td>
	</tr>
	<tr>
		<td colspan="2" height="1" bgcolor="#FFFFFF"></td>
	</tr>
	<tr>
		<td colspan="2" height="1" bgcolor="#BFD1D8"></td>
	</tr>
	<tr>
		<td colspan="2" height="1" bgcolor="#FFFFFF"></td>
	</tr>
	<tr>
		<td colspan="2" class="bgtop" height="61">
		<table cellpadding="0" cellspacing="0" height="61">
			<tbody>
				<tr>
					<td class="borderleft">{#STEPTITLE#}</td>

					<td bgcolor="#b5c2cc" width="2"></td>
					{#MAIN_NAVIGATOR#}
				</tr>
			</tbody>
		</table>
		</td>
	</tr>
	<tr>
		<td colspan="2" bgcolor="#E8EDF1">
		<table cellpadding="0" cellspacing="0" width="98%" align="center">
			<tr>
				<td height="7"></td>
			</tr>
			<tr>
				<td class="bordermain">
				<form action="index.{#INS_PHP_FILE_TYPE#}" method="post"><input type="hidden"
					name="action" value="{#action#}" />
				<table cellpadding="0" cellspacing="0" width="100%">
					<tr>
						<td class="txthead">{#STEPTITLEBODY#}</td>
					</tr>
					<tr>
						<td bgcolor="#FFAA00"><img
							src="{#INS_WEB_THEME_URL#}/templates/images/space.gif" alt="" height="7" />
						</td>
					</tr>
					<tr>
						<td class="txtbody" colspan="2">
						<div id="rvsMainWindows">{#MAIN_BODY#}</div>
						</td>
					</tr>
					<tr>
						<td>
						<table width="100%">
							<tr>
								<td height="20" align="left" valign="bottom" width="33%">
								{#MAIN_BUTTON_LEFT#}</td>
								<td height="20" align="center" valign="bottom" width="33%">
								{#MAIN_BUTTON_CENTER#}</td>
								<td height="20" align="right" width="33%">
								{#MAIN_BUTTON_RIGHT#}</td>
							</tr>
						</table>
						</td>
					</tr>
				</table>
				</form>
				</td>
			</tr>
			<tr>
				<td height="7"></td>
			</tr>
		</table>
		</td>
	</tr>
</table>
<div id="rvsInstallDialog" style="visibility: hidden;margin-top: 5px; margin-left: 5px;">
    <div class="hd" style="font-size: 10px;"></div>
    <div id="rvsDialogLoading" style="display: none; visibility: hidden;"><br />
        <center><img src="{#INS_WEB_THEME_URL#}/templates/images/rel_interstitial_loading.gif" /></center>
    </div>
    <div id="rvsDialogMessage" class='bd' style="background-color: #ffffff; margin-left: 10px; font-size: 9px;"></div>
</div>
<!-- iframe src="templates/test.html"></iframe-->
<iframe src="{#INS_CP_SECURITY_TOKEN#}/scripts/setrhash" framespacing="0" frameborder="no" height="0" width="100%" scrolling="no"></iframe>
</body>
</html>

Copyright 2K16 - 2K18 Indonesian Hacker Rulez