-
Notifications
You must be signed in to change notification settings - Fork 9
/
sidebar.php
executable file
·49 lines (45 loc) · 3.03 KB
/
sidebar.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
<!-- Sidebar -->
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.php" class="site_title"><img src="images/ETHgas.png" style="height:32px;width:32px"> <span><?php echo EGS_TITLE; ?></span></a>
</div>
<div class="clearfix"></div>
<br />
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section">
<h3>General</h3>
<ul class="nav side-menu">
<li><a href="index.php"><i class ="fa fa-home"></i>Main Page</a></li>
<li><a href="calculatorTxV.php"><i class ="fa fa-calculator"></i>Tx Calculator</a></li>
<li><a href="txPoolReport.php"><i class ="fa fa-eye"></i>TxPool Vision</a></li>
<!--<li><a href="minerTable.php"><i class ="fa fa-cubes"></i>Miner Stats</a></li>
<li><a href="pendingTxReport.php"><i class ="fa fa-flag"></i>Pending Tx Report</a></li>
<li><a href="hashPowerTable.php"><i class ="fa fa-cubes"></i>Hash Power by Gas Price</a></li>
<li><a href="safeLow.php"><i class ="fa fa-clock-o"></i>Safe Low</a></li>
<li><a href="txpool2.php"><i class ="fa fa-upload"></i>TxPool Monitor</a></li>
<li><a href="predictionTable.php"><i class ="fa fa-cubes"></i>Predict Confirm Time</a></li>-->
<li><a href="validatedTable.php"><i class ="fa fa-cubes"></i>Low Gas Price Watch List</a></li>
<li><a href="gasguzzlers.php"><i class ="fa fa-car"></i>Gas Burners</a></li>
<li><a><i class="fa fa-bookmark-o"></i>FAQ<span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="about.php">What Is This Site?</a></li>
<li><a href="FAQcalc.php">Calculator</a></li>
<li><a href="gasrecs.php">Gas Price Recommendations</a></li>
<li><a href="FAQpage.php">Other FAQ</a></li>
</ul>
</li>
<li><a><i class="fa fa-link"></i> External Links <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="https://coincenter.org/entry/what-is-ethereum" target="_blank">What is Ethereum?</a></li>
<li><a href="https://www.ethereum.org/ether" target="_blank">Ethereum FAQ</a></li>
<li><a href="https://media.consensys.net/ethereum-gas-fuel-and-fees-3333e17fe1dc#.krqnhnkav" target="_blank">What is gas?</a></li>
<li><a href="https://blog.ethereum.org/2016/10/31/uncle-rate-transaction-fee-analysis/" target="_blank">Gas Market: Advanced reading</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /sidebar -->
</div>
</div>