summaryrefslogtreecommitdiff
path: root/templates/install_welcome.tpl
blob: 02a3cd12734fd6b6823c4922ae9c5e75a671daaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{strip}
<div class="form-group">
	<div class="col-md-8">
		<h1>Welcome to the Bitweaver Installer</h1>

		{if $gBitUser->isAdmin()}
			<p class="alert alert-block">Since this does not appear to be your first install, you can access various pages of the installer. To install new packages, please visit <strong><a href="install.php?step=3">Packages</a></strong>.</p>
		{/if}

		<p>Thank you for choosing Bitweaver. This web content management system offers an unparalleled consonance of simplicity, performance, and flexibility. For questions, comments, and support, please visit <a class="external" href="https://www.bitweaver.org">bitweaver.org</a>.  Help is available via <a class="external" href="https://www.bitweaver.org/">the forum</a> and via <a title="#bitweaver IRC Channel on freenode.net" class="external" href="https://www.bitweaver.org/wiki/Live+Support">#bitweaver chat</a>. Click to begin the install process:</p>

		{form class="" id="install_welcome"}

		<div class="form-group">
			{forminput}
				{if $gBitUser->isAdmin()}
					<a class="btn btn-default" href="{$smarty.const.INSTALL_PKG_URL}?step=4">Upgrade</a> <a class="btn" href="{$smarty.const.INSTALL_PKG_URL}?step=3">Install Packages</a>
					<a class="btn btn-danger pull-right" href="{$smarty.const.INSTALL_PKG_URL}?step=1">Restart Installation</a>
				{else}
					<input type="hidden" name="step" value="{$next_step}" />
					<input type="submit" class="btn btn-primary" name="install" value="Begin the install process" />
				{/if}
			{/forminput}
		</div>
		{/form}
	</div>
	<div class="col-md-3">
		<div class="aligncenter"><img src="{$smarty.const.INSTALL_PKG_URL}css/images/bitweaver_logo-trans.png" alt="logo" /></div>
		<ul>
			<li>free, gratis, and open source</li>
			<li>modular, fast, and flexible</li>
			<li>easy to use, easy to extend</li>
			<li>many 1st class 3rd party components</li>
		</ul>
	</div>
</div>
{/strip}