Skip to content

Commit 61ab571

Browse files
author
Yeliazar
committed
Update demo
1 parent e595df1 commit 61ab571

File tree

106 files changed

+11760
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+11760
-0
lines changed

docs/apple-touch-icon.png

10.4 KB
Loading

docs/demo/grid/autoload.php

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?php sleep(10) ?>
2+
<h3 class="text-center no-margin animated bounceInDown">Sign up, <del>it's <strong>free</strong></del> and get <strong>$50 now!</strong></h3>
3+
<p class="lead text-muted text-center">
4+
Faith makes it possible to achieve that which man's mind can conceive and believe.
5+
</p>
6+
<form>
7+
8+
<div class="form-group">
9+
<label for="exampleInputEmail1"><i class="fa fa-circle text-warning"></i> &nbsp; Email address</label>
10+
<input type="email" class="form-control input-transparent" id="exampleInputEmail1"
11+
placeholder="Enter email">
12+
</div>
13+
<div class="form-group">
14+
<label for="pswd"><i class="fa fa-circle text-danger"></i> &nbsp; Password</label>
15+
<input class="form-control" id="pswd" type="text" placeholder="Min 8 characters">
16+
</div>
17+
<p>
18+
To make a widget automatically load it's content you just need to set
19+
<strong>data-widgster-autoload</strong> attribute and provide an url.
20+
</p>
21+
<pre><code>data-widgster-load="server/ajax_widget.php"
22+
data-widgster-autoload="true"</code></pre>
23+
<p>
24+
<strong>data-widgster-autoload</strong> may be set to an integer value. If set, for example, to
25+
2000 will refresh widget every 2 seconds.
26+
</p>
27+
<div class="clearfix">
28+
<div class="btn-toolbar float-right">
29+
<button type="submit" class="btn btn-transparent">Cancel</button>
30+
<button type="submit" class="btn btn-success animated wobble">&nbsp;Submit&nbsp;</button>
31+
</div>
32+
</div>
33+
</form>

docs/demo/grid/default.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!-- demo latetency <?php sleep(2) ?> -->
2+
<p class="text-muted">Simulating latency with tiny php block on the server-side.</p>
3+
<p>A timestamp this widget was created: Apr 24, 19:07:07</p>
4+
<p>A timestamp this widget was updated: <?php echo date("M j, H:i:s") ?></p>

docs/demo/grid/news.php

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!-- <?php sleep(2) //just some delay to simulate latency ?> -->
2+
<ul class="news-list stretchable">
3+
<li class="animated fadeInDown bg-warning-light">
4+
<span class="icon bg-warning text-white">
5+
<i class="fa fa-lock"></i>
6+
</span>
7+
<div class="news-item-info">
8+
<h5 class="name no-margin mb-xs"><a href="#">Just now! Check update time</a></h5>
9+
<p class="fs-mini">
10+
Check this news item timestamp. There is a small server part that generates current timestamp so it
11+
would be easier for you to see ajax widgets in action
12+
</p>
13+
<time class="help-block"><?php echo date("M j, H:i:s")?></time>
14+
</div>
15+
</li>
16+
<li>
17+
<span class="icon bg-danger text-white">
18+
<i class="fa fa-star"></i>
19+
</span>
20+
<div class="news-item-info">
21+
<h5 class="name no-margin mb-xs"><a href="#">First Human Colony on Mars</a></h5>
22+
<p class="fs-mini">
23+
First 700 people will take part in building first human settlement outside of Earth.
24+
That's awesome, right?
25+
</p>
26+
<time class="help-block">Mar 20, 18:46</time>
27+
</div>
28+
</li>
29+
<li>
30+
<span class="icon bg-info text-white">
31+
<i class="fa fa-microphone"></i>
32+
</span>
33+
<div class="news-item-info">
34+
<h5 class="name no-margin mb-xs"><a href="#">Light Blue reached $300</a></h5>
35+
<p class="fs-mini">
36+
Light Blue Inc. shares just hit $300 price. "This was inevitable. It should
37+
have happen sooner or later" - says NYSE expert.
38+
</p>
39+
<time class="help-block">Sep 25, 11:59</time>
40+
</div>
41+
</li>
42+
<li>
43+
<span class="icon bg-success text-white">
44+
<i class="fa fa-eye"></i>
45+
</span>
46+
<div class="news-item-info">
47+
<h5 class="name no-margin mb-xs"><a href="#">No more spying</a></h5>
48+
<p class="fs-mini">
49+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
50+
incididunt ut labore et dolore magna aliqua.
51+
</p>
52+
<time class="help-block">Mar 20, 18:46</time>
53+
</div>
54+
</li>
55+
</ul>

docs/demo/grid/shares.php

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?php sleep(2) ?>
2+
<div class="list-group list-group-lg">
3+
<a href="#" class="list-group-item animated fadeInDown bg-warning-light">
4+
<span class="thumb-sm mr">
5+
<img class="rounded-circle" src="/images/people/a6.jpg" alt="...">
6+
</span>
7+
<div>
8+
<h6 class="no-margin"><strong>Jenny Wilington</strong></h6>
9+
<small>just now</small>
10+
</div>
11+
<i class="fa fa-circle ml-auto text-success mt-sm"></i>
12+
</a>
13+
<a href="#" class="list-group-item ">
14+
<span class="thumb-sm mr">
15+
<img class="rounded-circle" src="/images/people/a1.jpg" alt="...">
16+
</span>
17+
<div>
18+
<h6 class="m-0">Maikel Basso</h6>
19+
<small class="text-muted">about 2 mins ago</small>
20+
</div>
21+
<i class="fa fa-circle ml-auto text-danger"></i>
22+
</a>
23+
<a href="#" class="list-group-item">
24+
<span class="thumb-sm mr">
25+
<img class="rounded-circle" src="/images/people/a2.jpg" alt="...">
26+
</span>
27+
<div>
28+
<h6 class="m-0">Ianus Arendse</h6>
29+
<small class="text-muted">about 42 mins ago</small>
30+
</div>
31+
<i class="fa fa-circle ml-auto text-info"></i>
32+
</a>
33+
<a href="#" class="list-group-item">
34+
<span class="thumb-sm mr">
35+
<img class="rounded-circle" src="/images/people/a3.jpg" alt="...">
36+
</span>
37+
<div>
38+
<h6 class="m-0">Valdemar Landau</h6>
39+
<small class="text-muted">one hour ago</small>
40+
</div>
41+
<i class="fa fa-circle ml-auto text-success"></i>
42+
</a>
43+
<a href="#" class="list-group-item mb-n-md">
44+
<span class="thumb-sm mr">
45+
<img class="rounded-circle" src="/images/people/a4.jpg" alt="...">
46+
</span>
47+
<div>
48+
<h6 class="m-0">Rick Teagan</h6>
49+
<small class="text-muted">3 hours ago</small>
50+
</div>
51+
<i class="fa fa-circle ml-auto text-warning"></i>
52+
</a>
53+
</div>

docs/favicon.png

928 Bytes
Loading

docs/images/people/a1.jpg

74.6 KB
Loading

docs/images/people/a2.jpg

74.7 KB
Loading

docs/images/people/a3.jpg

58.5 KB
Loading

docs/images/people/a4.jpg

49 KB
Loading

0 commit comments

Comments
 (0)