control-freak-ide/Control-Freak-Documentation/daux/admin-theme/html-gray/dist/server/php/widgets/autoload.php
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

37 lines
1.8 KiB
PHP

<?php sleep(10) ?>
<h3 class="text-align-center no-margin animated bounceInDown">Sign up, <del>it's <strong>free</strong></del> and get <strong>$50 now!</strong></h3>
<p class="lead text-muted text-align-center">
Faith makes it possible to achieve that which man's mind can conceive and believe.
</p>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<form>
<div class="form-group">
<label for="exampleInputEmail1"><i class="fa fa-circle text-warning"></i> &nbsp; Email address</label>
<input type="email" class="form-control input-transparent" id="exampleInputEmail1"
placeholder="Enter email">
</div>
<div class="form-group">
<label for="exampleInputPassword1"><i class="fa fa-circle text-danger"></i> &nbsp; Password</label>
<input type="password" class="form-control input-transparent" id="exampleInputPassword1"
placeholder="Min 8 characters">
<span></span>
</div>
<p>
To make a widget automatically load it's content you just need to set
<strong>data-widgster-autoload</strong> attribute and provide an url.
</p>
<pre><code>data-widgster-load="server/ajax_widget.php"
data-widgster-autoload="true"</code></pre>
<p>
<strong>data-widgster-autoload</strong> may be set to an integer value. If set, for example, to
2000 will refresh widget every 2 seconds.
</p>
<div class="btn-toolbar pull-right">
<button type="submit" class="btn btn-transparent">Cancel</button>
<button type="submit" class="btn btn-success animated wobble">&nbsp;Submit&nbsp;</button>
</div>
</form>
</div>
</div>