-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInstallation.php
58 lines (57 loc) · 3.51 KB
/
Installation.php
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php include 'header.php';?>
<?php include 'menu.php';?>
<div id="bodyContentsWrapper">
<div class="guide_wrapper">
<h2>Arabirim</h2>
<div class="guide_body">
<div class="padding_maker">
<article class="step step1">
<h2>Step 01</h2>
<small>Navigate to the Download menu.<br>Click “Download & Install Install with the Combat Arms Downloader” to begin downloading the client.</small>
<div class="btn-wrap">
<a class="btn-style-desc client" href="http://192.168.1.103/cso2_2021_CS/gameclient">
<span class="fa fa-download"></span> DOWNLOAD FULL CLIENT<br><span class="desc-ver">
</a>
</div>
</article>
<!-- tab:2 Interface -->
<article class="step step2">
<h2>Step 02</h2>
<small>When the download pop-up appears, click on <Save> to begin downloading.</small>
<div class="wrap-img"><img src="img/install/guide-install-2.png" alt="Step 02 - When the download pop-up appears, click on <Save> to begin downloading."></div>
</article>
<article class="step step3">
<h2>Step 03</h2>
<small>Once the download is complete, the installer will start automatically.<br> If it does not, you can double-click the Combat Arms installer Icon.</small>
<div class="wrap-img"><img src="img/install/guide-install-3.png" alt="Step 03 - Once the download is complete, the installer will start automatically.<br> If it does not, you can double-click the Combat Arms installer Icon."></div>
</article>
<article class="step step4">
<h2>Step 04</h2>
<small>Please read and agree with our End User License Agreement to continue onto the next step.</small>
<div class="wrap-img"><img src="img/install/guide-install-4.png" alt="Step 04 - Please read and agree with our End User License Agreement to continue onto the next step."></div>
</article>
<article class="step step5">
<h2>Step 05</h2>
<small>Confirm the folder destination where Combat Arms will be installed.<br>Click on <Install> to start the installation.</small>
<div class="wrap-img"><img src="img/install/guide-install-5.png" alt="Step 05 - Confirm the folder destination where Combat Arms will be installed.<br>Click on <Install> to start the installation."></div>
</article>
<article class="step step6">
<h2>Step 06</h2>
<small>Once the installation is complete, click <OK>to close the window.</small>
<div class="wrap-img"><img src="img/install/guide-install-6.png" alt="Step 06 - Once the installation is complete, click <OK>to close the window."></div>
</article>
</div>
</div>
</div>
</div>
<div id="sidebarWrapper">
<ul class="sideNavi">
<li class="on"><a href="Installation">Yüklemeler</a></li>
<li><a href="Interface">Arabirim</a></li>
<li><a href="Archievement">Başarılar</a></li>
<li><a href="Shop">Mağaza</a></li>
<li><a href="Mission">Görevler</a></li>
<li><a href="Rank">Rütbe</a></li>
</ul>
</div></div>
<?php include 'footer.php';?>