Newer
Older
WebMCR / upload / install / theme / finish.html
@Qexy.org Qexy.org on 3 Mar 2020 2 KB change api url
<div method="post" class="content">
	<div class="title"><?php echo $this->lng['congrats']; ?></div>

	<div class="desc"><?php echo $this->lng['fs_msg1']; ?></div>

	<div class="desc"><?php echo $this->lng['fs_msg2']; ?></div>

	<br>

	<h4><?php echo $this->lng['useful_links']; ?></h4>

	<br>

	<ul class="unstyled">
		<li>- <a href="https://webmcr.ru/" target="_blank"><?php echo $this->lng['official_site']; ?></a> <i class="icon-share" rel="tooltip" title="<?php echo $this->lng['target_blank']; ?>"></i></li>
		<li>- <a href="https://wiki.webmcr.ru" target="_blank"><?php echo $this->lng['documentation']; ?></a> <i class="icon-share" rel="tooltip" title="<?php echo $this->lng['target_blank']; ?>"></i></li>
		<li>- <a href="https://webmcr.ru/v1.php?do=extensions" target="_blank"><?php echo $this->lng['extensions']; ?></a> <i class="icon-share" rel="tooltip" title="<?php echo $this->lng['target_blank']; ?>"></i></li>
		<li>- <a href="https://twitter.com/webmcr_official" target="_blank">Twitter</a> <i class="icon-share" rel="tooltip" title="<?php echo $this->lng['target_blank']; ?>"></i></li>
		<li>- <a href="https://vk.com/webmcr" target="_blank"><?php echo $this->lng['vk_page']; ?></a> <i class="icon-share" rel="tooltip" title="<?php echo $this->lng['target_blank']; ?>"></i></li>
		<li>- <a href="https://qexy.org" target="_blank">Toster (<?php echo $this->lng['dev_user']; ?>)</a> <i class="icon-share" rel="tooltip" title="<?php echo $this->lng['target_blank']; ?>"></i></li>
		<li>- <a href="http://catface.ru" target="_blank">NC22 (<?php echo $this->lng['author_user']; ?>)</a> <i class="icon-share" rel="tooltip" title="<?php echo $this->lng['target_blank']; ?>"></i></li>
		<li>- <a href="http://www.rubukkit.org/members/killerprost.5532/" target="_blank">KillerProst (<?php echo $this->lng['theme_user']; ?>)</a> <i class="icon-share" rel="tooltip" title="<?php echo $this->lng['target_blank']; ?>"></i></li>
	</ul>

	<br>

	<h4><?php echo $this->lng['donate']; ?></h4>

	<br>
	
	<p><?php echo $this->lng['fs_msg3']; ?><p>
	<p><?php echo $this->lng['fs_msg4']; ?><p>
	<p><?php echo $this->lng['fs_msg5']; ?></p>

	<br>

	<ul class="unstyled">
		<li>[RUB] WebMoney: R168295087439</li>
		<li>[USD] WebMoney: Z382336720676</li>
		<li>[UAH] WebMoney: U352343863491</li>
		<li>[EUR] WebMoney: E208570680033</li>
	</ul>
	
	<div class="table">
		<div class="table-row">
			<div class="table-cell"><a href="<?php echo URL_ROOT; ?>?mode=admin" class="btn"><?php echo $this->lng['go_cp']; ?></a></div>
			<div class="table-cell">
				<a href="<?php echo URL_INSTALL; ?>?do=reinstall" class="btn"><?php echo $this->lng['reinstall']; ?></a>
				<a href="<?php echo URL_ROOT; ?>" class="btn"><?php echo $this->lng['go_home']; ?></a>
			</div>
		</div>
	</div>
</div>