forked from super3/peercoin_website_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
184 lines (155 loc) · 6.57 KB
/
footer.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!-- Grey Wrap / Site Stats -->
<div class="tuts">
<!-- Portfolio Section -->
<div class="container">
<div class="row centered">
<h2><?php echo $Locale->getText("tutorials"); ?></h2>
<div class="ch-grid">
<div class="col-lg-4">
<ul>
<li>
<div class="ch-item ch-img-1">
<a href="downloads">
<div class="ch-info">
<h3><?php echo $Locale->getText("installing_wallet"); ?></h3>
</div>
</a>
</div><!-- /ch-img-1 -->
<h4><a href="downloads"><?php echo $Locale->getText("installing_wallet"); ?></a></h4>
</li>
</ul>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<ul>
<li>
<div class="ch-item ch-img-2">
<a href="downloads#config">
<div class="ch-info">
<h3><?php echo $Locale->getText("setting_up_wallet"); ?></h3>
</div>
</a>
</div><!-- /ch-img-1 -->
<h4><a href="downloads#config"><?php echo $Locale->getText("setting_up_wallet"); ?></a></h4>
</li>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<ul>
<li>
<div class="ch-item ch-img-3">
<a href="https://www.youtube.com/playlist?list=PLBt4zAxcWonnA8-InWGUEw-UZofHdUIeT">
<div class="ch-info">
<h3><?php echo $Locale->getText("more_ellipsis"); ?></h3>
</div>
</a>
</div><!-- /ch-img-1 -->
<h4><a href="https://www.youtube.com/playlist?list=PLBt4zAxcWonnA8-InWGUEw-UZofHdUIeT"><?php echo $Locale->getText("more_ellipsis"); ?></a></h4>
</li>
</ul>
</div><!-- /col-lg-4 -->
</div><!-- /ch-igrid -->
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /G Wrap -->
<!-- FOOTER -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-3">
<h2><?php echo $Locale->getText("links"); ?></h2>
<ul>
<li><a href="https://github.com/ppcoin/ppcoin">Source Code (Github)</a></li>
<li><a href="https://github.com/ppcoin/ppcoin/wiki">Wiki</a></li>
<li><a href="http://www.peercointalk.org/">Forum</a></li>
<li><a href="http://peercoinmyths.com/">Myths</a></li>
</ul>
</div>
<div class="col-lg-3">
<h2><?php echo $Locale->getText("tools"); ?></h2>
<ul>
<li><a href="http://wallet.peercointalk.org/">Wallet Generator (Beta!)</a></li>
<li><a href="http://ppc.blockr.io/">Block Explorer</a></li>
<li><a href="http://bitinfocharts.com/comparison/hashrate-ppc.html">Network Statistics</a></li>
<li><a href="http://www.coinwarz.com/calculators/peercoin-mining-calculator/">Mining Calculator</a></li>
</ul>
</div>
<div class="col-lg-3">
<h2><?php echo $Locale->getText("exchanges"); ?></h2>
<ul>
<li><a href="https://www.cryptsy.com/markets/view/28">Cryptsy</a></li>
<li><a href="http://www.btc38.com/trade.html?btc38_trade_coin_name=ppc">BTC38</a></li>
<li><a href="https://www.vaultofsatoshi.com/">Vault of Satoshi</a></li>
<li><a href="https://btc-e.com/exchange/ppc_btc/">BTC-E</a></li>
</ul>
</div>
<div class="col-lg-3">
<h2><?php echo $Locale->getText("mining"); ?></h2>
<ul>
<li><a href="http://peercoin.ecoining.com/">Ecoining Pool</a></li>
<li><a href="https://www.coinotron.com/">Coinotron</a></li>
<li><a href="https://ppcoin.d7.lt/">D7 Pool</a></li>
<li><a href="http://ppc.fixx.ru/index">Fixx</a></li>
</ul>
</div>
</div><!-- /row -->
<div class="row">
<div id="footer-language-bar" class="col-lg-12">
<span><?php echo $Locale->getText("languages"); ?></span>
<?php foreach($Locale->getLanguages() as $language_code => $language_text): ?>
<a href="<?php echo $_SERVER['PHP_SELF']; ?>?locale=<?php echo $language_code; ?>"><?php echo $language_text; ?></a>
<?php endforeach; ?>
</div>
</div>
</div><!-- /container -->
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/retina.js"></script>
<script src="assets/js/ticker.js"></script>
<script src="assets/js/jquery.themepunch.revolution.min.js"></script>
<script src="assets/js/jquery.themepunch.plugins.min.js"></script>
<script src="assets/js/peercoin.js"></script>
<script>
$(document).ready(function() {
//Slideshow
$('.banner').revolution({
delay:9000,
startwidth:1040,
startheight:463,
onHoverStop:"off", // Stop Banner Timet at Hover on Slide on/off
thumbWidth:100, // Thumb With and Height and Amount (only if navigation Tyope set to thumb !)
thumbHeight:50,
thumbAmount:3,
hideThumbs:0,
navigationType:"bullet", // bullet, thumb, none
navigationArrows:"none", // nexttobullets, solo (old name verticalcentered), none
navigationStyle:"round-old", // round,square,navbar,round-old,square-old,navbar-old, or any from the list in the docu (choose between 50+ different item), custom
navigationHAlign:"center", // Vertical Align top,center,bottom
navigationVAlign:"bottom", // Horizontal Align left,center,right
navigationHOffset:-419,
navigationVOffset:72,
touchenabled:"on", // Enable Swipe Function : on/off
stopAtSlide:-1, // Stop Timer if Slide "x" has been Reached. If stopAfterLoops set to 0, then it stops already in the first Loop at slide X which defined. -1 means do not stop at any slide. stopAfterLoops has no sinn in this case.
stopAfterLoops:-1, // Stop Timer if All slides has been played "x" times. IT will stop at THe slide which is defined via stopAtSlide:x, if set to -1 slide never stop automatic
hideCaptionAtLimit:0, // It Defines if a caption should be shown under a Screen Resolution ( Basod on The Width of Browser)
hideAllCaptionAtLilmit:0, // Hide all The Captions if Width of Browser is less then this value
hideSliderAtLimit:0, // Hide the whole slider, and stop also functions if Width of Browser is less than this value
fullWidth:"on",
shadow:0 //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows - (No Shadow in Fullwidth Version !)
})
});
</script>
<!-- Drop down menu in minting -->
<script type='text/javascript'>
$(document).ready(function() {
$('.collapse').on('shown.bs.collapse', function(){
$(this).parent().find(".glyphicon-down").removeClass("glyphicon-down").addClass("glyphicon-up");
}).on('hidden.bs.collapse', function(){
$(this).parent().find(".glyphicon-up").removeClass("glyphicon-up").addClass("glyphicon-down");
});
});
</script>
</body>
</html>