@ -86,17 +86,6 @@
< h4 class = "modal-title white" > Select Coin to add to EasyDEX< / h4 >
< / div >
< div class = "modal-body" >
< div class = "col-sm-12" style = "text-align: center;" >
< div class = "form-group col-lg-4 col-md-4 col-sm-6 col-xs-6 style-addcoin-lbl-mdl" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl" data-plugin = "labelauty" id = "addcoin_mdl_full_mode" data-labelauty = "Full Mode|Full Mode" value = "1" checked >
< / div >
< div class = "form-group col-lg-4 col-md-4 col-sm-6 col-xs-6 style-addcoin-lbl-mdl" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl" data-plugin = "labelauty" id = "addcoin_mdl_basilisk_mode" value = "0" data-labelauty = "Basilisk Mode|Basilisk Mode" >
< / div >
< div class = "form-group col-lg-4 col-md-4 col-sm-12 col-xs-12 style-addcoin-lbl-mdl" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl" data-plugin = "labelauty" id = "addcoin_mdl_native_mode" value = "-1" data-labelauty = "Native Mode|Native Mode" >
< / div >
< / div >
< div class = "col-sm-8" >
< div class = "form-group" >
< select class = "form-control form-material" id = "addcoin_select_coin_mdl_options" >
@ -121,6 +110,17 @@
< div class = "col-sm-4" style = "text-align: center;" >
< button type = "button" class = "btn btn-primary mdl_addcoin_done_btn" data-toggle = "modal" data-dismiss = "modal" id = "mdl_addcoin_done_btn" > Add Coin< / button >
< / div >
< div class = "col-sm-12" style = "text-align: center;" >
< div class = "form-group col-lg-4 col-md-4 col-sm-6 col-xs-6 style-addcoin-lbl-mdl" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl" data-plugin = "labelauty" id = "addcoin_mdl_full_mode" data-labelauty = "Full Mode|Full Mode" value = "1" checked >
< / div >
< div class = "form-group col-lg-4 col-md-4 col-sm-6 col-xs-6 style-addcoin-lbl-mdl" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl" data-plugin = "labelauty" id = "addcoin_mdl_basilisk_mode" value = "0" data-labelauty = "Basilisk Mode|Basilisk Mode" >
< / div >
< div class = "form-group col-lg-4 col-md-4 col-sm-12 col-xs-12 style-addcoin-lbl-mdl" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl" data-plugin = "labelauty" id = "addcoin_mdl_native_mode" value = "-1" data-labelauty = "Native Mode|Native Mode" >
< / div >
< / div >
< div class = "col-sm-12" style = "color: #333" >
< p > < strong > Full Mode:< / strong > Adding a coin in Full mode will download FULL blockchain on your local machine. This is the most optimem performing mode, but will require good system performance to have one or multiple coins running in Full mode on your local machine.< / p >
< p > < strong > Basilisk Mode:< / strong > In Basilisk Mode a coin will not download Full blockchain on local machine. This mode is best if you have less disk space on your machine, or in case your system is low performance system. But, it will be bit low in performance as compare to Full mode.< / p >
@ -333,30 +333,42 @@
< h4 class = "modal-title white" > Select Coin to add to EasyDEX< / h4 >
< / div >
< div class = "modal-body" >
< div class = "col-sm-12" style = "text-align: center;" >
< div class = "form-group col-lg-4 col-md-4 col-sm-6 col-xs-6 style-addcoin-lbl-mdl-login" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl-login" data-plugin = "labelauty" id = "addcoin_mdl_full_mode_login" data-labelauty = "Full Mode|Full Mode" value = "1" checked >
< / div >
< div class = "form-group col-lg-4 col-md-4 col-sm-6 col-xs-6 style-addcoin-lbl-mdl-login" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl-login" data-plugin = "labelauty" id = "addcoin_mdl_basilisk_mode_login" value = "0" data-labelauty = "Basilisk Mode|Basilisk Mode" >
< / div >
< div class = "form-group col-lg-4 col-md-4 col-sm-12 col-xs-12 style-addcoin-lbl-mdl-login" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl-login" data-plugin = "labelauty" id = "addcoin_mdl_native_mode_login" value = "-1" data-labelauty = "Native Mode|Native Mode" >
< / div >
< / div >
< div class = "col-sm-8" >
< div class = "form-group" >
< select class = "form-control form-material" id = "addcoin_select_coin_mdl_options-login" >
< option > -Select-< / option >
< option value = "BTC" > Bitcoin< / option >
< option value = "BTCD" > BitcoinDark< / option >
< option value = "LTC" > Litecoin< / option >
< option value = "DOGE" > Dogecoin< / option >
< option value = "DGB" > Digibyte< / option >
< option value = "SYS" > SysCoin< / option >
< option value = "MZC" > MazaCoin< / option >
< option value = "UNO" > Unobtanium< / option >
< option value = "ZET" > Zetacoin< / option >
< option value = "KMD" > Komodo< / option >
< option value = "BTM" > Bitmark< / option >
< option value = "CARB" > Carboncoin< / option >
< option value = "ANC" > AnonCoin< / option >
< option value = "FRK" > Franko< / option >
< / select >
< / select >
< / div >
< / div >
< div class = "col-sm-4" style = "text-align: center;" >
< button type = "button" class = "btn btn-primary mdl_addcoin_done_btn-login" data-toggle = "modal" data-dismiss = "modal" id = "mdl_addcoin_done_btn-login" > Add Coin< / button >
< / div >
< div class = "col-sm-12" style = "text-align: center;" >
< div class = "form-group col-lg-4 col-md-4 col-sm-6 col-xs-6 style-addcoin-lbl-mdl-login" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl-login" data-plugin = "labelauty" id = "addcoin_mdl_full_mode_login" data-labelauty = "Full Mode|Full Mode" value = "1" checked >
< / div >
< div class = "form-group col-lg-4 col-md-4 col-sm-6 col-xs-6 style-addcoin-lbl-mdl-login" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl-login" data-plugin = "labelauty" id = "addcoin_mdl_basilisk_mode_login" value = "0" data-labelauty = "Basilisk Mode|Basilisk Mode" >
< / div >
< div class = "form-group col-lg-4 col-md-4 col-sm-12 col-xs-12 style-addcoin-lbl-mdl-login" >
< input type = "radio" class = "to-labelauty labelauty" name = "addcoin_select_mode_mdl-login" data-plugin = "labelauty" id = "addcoin_mdl_native_mode_login" value = "-1" data-labelauty = "Native Mode|Native Mode" >
< / div >
< / div >
< div class = "col-sm-12" style = "color: #333" >
< p > < strong > Full Mode:< / strong > Adding a coin in Full mode will download FULL blockchain on your local machine. This is the most optimem performing mode, but will require good system performance to have one or multiple coins running in Full mode on your local machine.< / p >
< p > < strong > Basilisk Mode:< / strong > In Basilisk Mode a coin will not download Full blockchain on local machine. This mode is best if you have less disk space on your machine, or in case your system is low performance system. But, it will be bit low in performance as compare to Full mode.< / p >
@ -631,8 +643,8 @@
< li role = "presentation" > < a href = "javascript:void(0)" role = "menuitem" data-edexcoinmenu = "COIN" id = "btn_edexcoin_send" > Send< / a > < / li >
< li role = "presentation" > < a href = "javascript:void(0)" role = "menuitem" data-edexcoinmenu = "COIN" id = "btn_edexcoin_recieve" > Receive< / a > < / li >
<!-- <li role="presentation"><a href="javascript:void(0)" role="menuitem" data - edexcoinmenu="COIN" id="btn_edexcoin_transactions">Transactions</a></li> -->
< li class = "divider" role = "presentation" > < / li >
< li role = "presentation" > < a href = "javascript:void(0)" role = "menuitem" data-edexcoinmenu = "COIN" id = "btn_edexcoin_addcoin" data-target = "#AddCoinDilogModel" data-toggle = "modal" > Add Coin< / a > < / li >
<!-- <li class="divider" role="presentation"></li> -- >
<!-- <li role="presentation"><a href="javascript:void(0)" role="menuitem" data - edexcoinmenu="COIN" id="btn_edexcoin_addcoin" data - target="#AddCoinDilogModel" data - toggle="modal">Add Coin</a></li> -- >
<!-- <li role="presentation"><a href="javascript:void(0)" role="menuitem" data - edexcoinmenu="COIN" id="btn_edexcoin_settings">Settings</a></li> -->
< / ul >
< / div >
@ -939,8 +951,7 @@
<!-- BEGIN EASYDEX CONTENT BODY -->
< div class = "page-content" id = "section-easydex" >
< h2 > EasyDEX< / h2 >
< p > Page content goes here< / p >
< h2 > Coming Soon!< / h2 >
< / div >
<!-- END EASYDEX CONTENT BODY -->