{$INSTALLATION_HEADER}
<div id="content" class="setdiv">
{if $msg neq ''}
<div class="succmsg" style="width:500px">
{$msg}
</div>
{/if}
<div id="full-contentdiv">
<div class="righttop">
<h2 align="center">
MembersGear Installation - 5 Simple steps
</h2>
</div>
<div class="whole-page clear">
<!-- Place your content here -->
{*Please click on <a href="backup.php">link</a> to create backup of aMembers tables in MySQL database.*}
<table width="95%" cellspacing="1" cellpadding="3" border="0" align="center" class="tbset">
<tbody>
<tr bgcolor="#ffffff" align="center">
<td class="left-side-text" style="padding-bottom:20px;padding-left:10px;" ><label><b>
Please read the following setup instructions carefully before setting up MembersGear.</label></b><br/>
<div style="padding:0px 0px 0px 50px !important;font-size: 1.1em ">
<ul style="margin:0px !important;padding:0px 0px 0px 10px !important;list-style-type:lower-roman !important;font-size:12px">
<li style="float: none ! important;padding-top:10px">Please be sure you uploaded MembersGear in BINARY mode.</li>
<li style="float: none ! important;padding-top:10px">Click on "Start Installation" button below to install MembersGear on your server.</li>
{if $Folder_Permissions|@count gt 0}
<li style="float:none !important">To configure Membersite, Chmod the following directories to 777.</li>
<div style="padding-left:25px"><br/>
<ul style="margin:0px !important;padding:0px 0px 0px 15px !important;list-style-type:disc !important;font-size:12px">
{foreach from=$Folder_Permissions item=val}
<li style="float:none !important;padding-bottom:4px">{$val}</li>
{/foreach}
</ul>
</div>
{/if}
{if $File_Permissions|@count gt 0}
<br/>
<li style="float:none !important">To install Membersite, Set Chmod of the following files to 777.</li>
<div style="padding-left:25px"><br/>
<ul style="margin:0px !important;padding:0px 0px 0px 15px !important;list-style-type:disc !important;font-size:12px">
{foreach from=$File_Permissions item=val_files}
<li style="float:none !important;padding-bottom:4px">Root of web site{$val_files}</li>
{/foreach}
</ul>
</div>
{/if}
</td>
</tr>
<tr><td><center>
<input class="btncss" type="submit" id="submit" name="submit" value="Start Installation" onclick="javascript:location.href='next_step.php'">
</center>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
{$INSTALLATION_FOOTER}