[FIX] style changes
This commit is contained in:
parent
4c22c41fc1
commit
66473d1464
@ -5,7 +5,6 @@
|
||||
<i class="fa fa-envelope fa-fw"></i> Invitation
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
|
||||
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" role="form">
|
||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
||||
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
||||
@ -20,9 +19,11 @@
|
||||
<label>Message</label>
|
||||
<textarea class="form-control" name="data[message]" rows="5">{$smarty.request.data.message|escape|default:"Please accept my invitation to this awesome pool."}</textarea>
|
||||
</div>
|
||||
<input type="submit" value="Invite" class="btn btn-outline btn-success btn-lg btn-block">
|
||||
</form>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<input type="submit" value="Invite" class="btn btn-success">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<i class="fa fa-gear fa-fw"></i> Notification Settings
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<tr>
|
||||
<td>
|
||||
<label>IDLE Worker</label>
|
||||
@ -48,10 +48,10 @@
|
||||
<input type="checkbox" class="switch" data-size="small" name="data[success_login]" id="success_login" value="1"{nocache}{if $SETTINGS['success_login']|default:"0" == 1}checked{/if}{/nocache} />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<input type="submit" value="Update" class="btn btn-success">
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<input type="submit" value="Update" class="btn btn-success">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@ -51,10 +51,12 @@
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
<input type="submit" value="Submit" class="btn btn-outline btn-success btn-lg btn-block">
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<input type="submit" value="Submit" class="btn btn-success">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
@ -2,42 +2,43 @@
|
||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
||||
<input type="hidden" name="action" value="contactform">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-envelope fa-fw"></i> Contact Us
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel-body">
|
||||
<div class="col-lg-6">
|
||||
<div class="form-group">
|
||||
<label for="senderName">Your Name</label>
|
||||
<input type="text" class="form-control" name="senderName" value="" placeholder="Please type your name" size="15" maxlength="100" required />
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="form-group">
|
||||
<label for="senderEmail">Your Email Address</label>
|
||||
<input type="text" class="form-control" name="senderEmail" value="" placeholder="Please type your email" size="50" maxlength="100" required />
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="form-group">
|
||||
<label for="senderEmail">Your Subject</label>
|
||||
<input type="text" class="form-control" name="senderSubject" value="{$smarty.request.senderSubject|escape|default:""}" placeholder="Please type your subject" size="15" maxlength="100" required />
|
||||
<input type="text" class="form-control" name="senderSubject" value="" placeholder="Please type your subject" size="15" maxlength="100" required />
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<label for="message">Your Message</label>
|
||||
<textarea type="text" class="form-control" name="senderMessage" cols="80" rows="10" maxlength="10000" required>{$smarty.request.senderMessage|escape|default:""}</textarea>
|
||||
<div class="col-lg-6">
|
||||
<center>{nocache}{$RECAPTCHA|default:"" nofilter}{/nocache}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="form-group">
|
||||
<label for="message">Your Message</label>
|
||||
<textarea type="text" class="form-control" name="senderMessage" cols="80" rows="20" maxlength="10000" required>{$smarty.request.senderMessage|escape|default:""}</textarea>
|
||||
</div>
|
||||
<center>{nocache}{$RECAPTCHA|default:"" nofilter}{/nocache}
|
||||
<button type="submit" class="btn btn-outline btn-success">Send Email</button>
|
||||
<button type="reset" class="btn btn-outline btn-warning">Reset Values</button></center>
|
||||
</div>
|
||||
<!-- /.col-lg-12 -->
|
||||
</div>
|
||||
<!-- /.panel -->
|
||||
</div>
|
||||
<!-- /.col-lg-6 -->
|
||||
<div class="panel-footer">
|
||||
<button type="submit" class="btn btn-success">Send Email</button>
|
||||
<button type="reset" class="btn btn-warning">Reset Values</button></center>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@ -2,39 +2,43 @@
|
||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
||||
<input type="hidden" name="action" value="contactform">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-envelope fa-fw"></i> Contact Us
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="form-group">
|
||||
<label for="senderName">Your Name</label>
|
||||
<input type="text" class="form-control" name="senderName" value="{$smarty.request.senderName|escape|default:""}" placeholder="Please type your name" size="15" maxlength="100" required />
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="form-group">
|
||||
<label for="senderName">Your Name</label>
|
||||
<input type="text" class="form-control" name="senderName" value="{$smarty.request.senderName|escape|default:""}" placeholder="Please type your name" size="15" maxlength="100" required />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="senderEmail">Your Email Address</label>
|
||||
<input type="text" class="form-control" name="senderEmail" value="{$smarty.request.senderEmail|escape|default:""}" placeholder="Please type your email" size="50" maxlength="100" required />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="senderEmail">Your Subject</label>
|
||||
<input type="text" class="form-control" name="senderSubject" value="{$smarty.request.senderSubject|escape|default:""}" placeholder="Please type your subject" size="15" maxlength="100" required />
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<center>{nocache}{$RECAPTCHA|default:"" nofilter}{/nocache}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="senderEmail">Your Email Address</label>
|
||||
<input type="text" class="form-control" name="senderEmail" value="{$smarty.request.senderEmail|escape|default:""}" placeholder="Please type your email" size="50" maxlength="100" required />
|
||||
<div class="col-lg-6">
|
||||
<div class="form-group">
|
||||
<label for="message">Your Message</label>
|
||||
<textarea type="text" class="form-control" name="senderMessage" cols="80" rows="20" maxlength="10000" required>{$smarty.request.senderMessage|escape|default:""}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="senderEmail">Your Subject</label>
|
||||
<input type="text" class="form-control" name="senderSubject" value="{$smarty.request.senderSubject|escape|default:""}" placeholder="Please type your subject" size="15" maxlength="100" required />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="message">Your Message</label>
|
||||
<textarea type="text" class="form-control" name="senderMessage" cols="80" rows="10" maxlength="10000" required>{$smarty.request.senderMessage|escape|default:""}</textarea>
|
||||
</div>
|
||||
<center>{nocache}{$RECAPTCHA|default:"" nofilter}{/nocache}
|
||||
<button type="submit" class="btn btn-outline btn-success">Send Email</button>
|
||||
<button type="reset" class="btn btn-outline btn-warning">Reset Values</button></center>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.panel -->
|
||||
<div class="panel-footer">
|
||||
<button type="submit" class="btn btn-success">Send Email</button>
|
||||
<button type="reset" class="btn btn-warning">Reset Values</button></center>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.col-lg-12 -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<ul>
|
||||
<li>By using any of the Pools or registering an account on the website, you agree to be bound by the terms and conditions below. If you do not agree with the terms and conditions in this Agreement you may not use the Pool.</li>
|
||||
<li>The {$GLOBAL.website.name} staff may modify this Agreement and any policies affecting the Site at any point of time. Such modification is effective immediately upon posting to the website and will be distribution via email, forum post and a link in chat. Your continued use of the Pool following any modification to this Agreement shall be deemed an acceptance of all modifications.</li>
|
||||
<li>The Pool rewards miners according to a <strong>{$GLOBAL.config.payout_system}</strong> system with <strong>{$GLOBAL.fees}%</strong> fee. The fee may change at any time, but notice will be given before doing so. Any fee change will be communicated through the pools news page.</li>
|
||||
<li>The Pool rewards miners according to a <strong>{$GLOBAL.config.payout_system|upper}</strong> system with <strong>{$GLOBAL.fees|upper}%</strong> fee. The fee may change at any time, but notice will be given before doing so. Any fee change will be communicated through the pools news page.</li>
|
||||
<li>The Pool is not an e-wallet or a bank for your coins. The Pool and it's operators are not responsible for any loss of coins which are stored on the Pool. It is your responsibility to configure your account so that the coins you mine are regularly transferred to your own secured offline wallet.</li>
|
||||
<li>The uptime of the pool or website is not guaranteed, maintenance and downtime may be required at times. Users are responsible for configuring their miners so that they will automatically reconnect, switch to all the pools we offer or a backup pool in the case of downtime.</li>
|
||||
<li>Botnets are not welcome. Accounts with a large amount of miners connecting from different IPs may be suspended without prior notice. If we are uncertian then an investigation will be opened and the user will be notified via their configured e-mail address. If we do not receive a response your account may be suspended.</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user