001 |
002 | ** ****************************************************************************************** *
003 | ** MANDRAGORE PLANETE UI (bootstrap)
004 | ** *******************************************************************************************
005 |
006 |
007 | #include
"#SYSPATHMS4BI
+\zInclude\IncludeChartExcel.h"
008 | #include
"#SYSPATHMS4BI
+\02-DEMO-DESKTOP-BI-EXCELandSTANDARD\99-DATABASE\VersionADO\300-00-CreateDBDemoExcel.ms4
"
009 | text
: text
0:="Testing Collapse
", text
1:=" Lorem ipsum do
lor sit amet, consectetur adipisicing elit,\n sed do
eiusmod tempor incididunt ut labore et do
lore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.";
010 | integer
: $yes := 1
, $no:=0;
011 |
012 | <div
$IsVisible_lg : /* visible only large (screen) */
013 | DrawWindow
: "Win61" , actions
: $WinCustom + $WinMinimize + $WinMaximize + $WinClose , position
: 80
, 1450
,600
,1020
TITLE
: " Window Web
: URL
"
014 | url
: "https://demos.ms4bi.com/demo/product.php" ,
015 | DrawWindow
: "Win62" , actions
: $WinCustom + $WinMinimize + $WinMaximize , position
: 150
, 700
,1200
,750
TITLE
: " Window Web
: MS4
script"
016 | url
: UrlMs4Script /* key word ms4script
*/
017 | >;
018 | DBconnect
{Ms4DB
}(LEnvDemoExcelDB);
019 |
020 | Begin_Block_Rwd
: margin_page
021 | Setting
:
022 | Backgroundcolor
: "GAINSBORO" ;
023 |
024 |
025 | printSw
"\n\n # MS4BI : UI Collapse
# \n";
026 | printSw
"\n ### Collapsible : Button
& Icon
& UI (Charts )### \n";
027 | <Rwd_Row
: 3
028 | <Rwd_Col
: sm
:2
,md
:3
,lg
:4
:
029 |
030 | < collapse
: "Demo4" , Hidden : $yes , <button
: $Bts_btn_Warning , icon
: $fa_3x + $fa_pull_left+ $fa_quote_left , text
" Text
+ Chart
: click \n me" >
031 | <Text
: $Bts_Text
_primary , style:"font-size:14px" , text1 >
032 | FormExcel
: Chart
(xl3DBarStacked100),height
: "250px", width
: "350px" title
: "" use
View
(" [ms4EmplBusinessDollars20111213]") ,
033 |
034 | > /* end
collapse
*/
035 | > /* end
col */
036 | > ; /* end
row
*/
037 | printSw
"\l ### Collapsible : Button
& Icon
& UI (list group
, panel
..)### \n";
038 | <Rwd_Row
: 4
039 | <Rwd_Col
: sm
:2
,md
:3
,lg
:4
:
040 | < collapse
: "Demo3" , Hidden : $yes , <button
: $Bts_btn_danger , icon
: $fa_3x + $fa_pull_left + $fa_quote_right , text
" UI : click \n me" >
041 | BEGIN
/* begin
: optional --> items collapse
*/
042 | <Text
: $Bts_Text
_primary , style:"font-size:14px" , text1 >
043 |
044 | <Panel
: $Bts_Panel
_default ,
045 | <Panel
_Header
: " " ,<icon
: $fa_0x + $fa_pull_right + $fa_bell>,<text
: ""," Notifications Panel
" > >
046 | <list_group
:
047 | <list_groupitem
: url
: "#" , <icon
: $fa_1x + $fa_comment ,<Text
:"","New
comments " >><Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
048 | <list_groupitem
: url
: "#" , <icon
: $fa_1x + $fa_twitter ,<Text
:"","3
New
Followers " >><Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
049 |
050 | FormExcel
: Chart
(xlSurface),height
: "90%", width
: "90%" title
: "" use
View
(" [ms4EmplBusinessDollars20111213]") ,
051 | <list_groupitem
: url
: "#" ,<icon
: $fa_1x + $fa_envelope ,<Text
:"","Message
Sent " >> <Text
: $Bts_Text
_right_small , " --12
minutes ago-- " > >
052 |
053 | FormPchart
: DrawRADAR
, height
: "90%", width
: "90%" title
: "" , ImageAera
:700
, 500
,
054 | TYPE
: $RDCIRCLE, FORMAT
:"$" use
View
("ms4EmplBusinessDollars20111213") ,
055 | <list_groupitem
: url
: "#" ,<icon
: $fa_1x + $fa_tasks ,<Text
:"","New
Task " >> <Text
: $Bts_Text
_right_small , " --27
minutes ago-- " > >
056 | <list_groupitem
: url
: "#" ,<icon
: $fa_1x + $fa_shopping_cart ,<Text
:"","Server Crashed! "> ><Text
: $Bts_Text
_right_small , " --New
Order
Placed-- " > >
057 | <list_groupitem
: url
: "#" ,<icon
: $fa_1x + $fa_money ,<Text
:"","Payment Received " >> <Text
: $Bts_Text
_right_small , " --Yesterday-- " > >
058 | <list_groupitem
: url
: "https://getms4bi.com" , <icon
: $fa_2x + $fa_bar_chart_o > >
059 | <list_groupitem
: url
: "http://facebook.com" <button
: $Bts_btn_social_facebook , icon
: $fa_facebook > >
060 | <notification
: $Bts_Notif_danger , icon
: $fa_5x+ $fa_bomb , text
: "**danger!** You should ." , url
: "https://getms4bi.com" , " read
this message
" >
061 | FormPlus
: DrawQrCODE
type
: $MAIL ("http://www.mgplanete.com"),
062 | >, /* end
list-group */
063 | <Panel_Footer
: "" , <button
: $Bts_btn_social_block_twitter ,"Sign in
with
twitter : MgPlanete "> >
064 | >,/* end
panel
*/
065 | END
/* end
: optional */
066 | > /* end
collapse
*/
067 | > /* end
col */
068 | > ; /* end
row
*/
069 | <Rwd_Row
: 5
070 | <Rwd_Col
: sm
:2
,md
:3
,lg
:4
:
071 | printSw
"\n\n ### MS4BI : UI Collapse
: Panel
### \n",
072 |
073 | < collapse
: "Panel-a" , Hidden : $yes ,
074 | <Panel
: $ms4_Panel
_green ,
075 | Panel_Header
: "" ,
076 | <icon
: $fa_0x + $fa_pull_right + $fa_hand_o_left , style:"color:#dff7ae" ><Text
:"", " /w #### Fuller #### /w " >
077 | <icon
: $fa_2x + $fa_pull_left +$fa_cogs, style:"color:#dff7ae" >
078 | <icon
: $fa_4x + $fa_pull_left + $fa_reddit_alien, style:"color:white;"><Text
:"", " /y #### Panel
Header
1
<--Click here #### /y " >
079 | > /* end
panel
*/
080 | BEGIN
/* begin
: optional --> items collapse
*/
081 | <Panel
: $Bts_Panel
_default ,
082 | <Panel_Header
: " " ,<icon
: $fa_fw+$fa_bell>,<text
: ""," Menu 1
" > >
083 | <panel_body
:
084 | <list_group
:
085 | <list_groupitem
: url
: "#" , <icon
: $fa_1x + $fa_comment ,<Text
:"","New
comments "> ><Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
086 | <list_groupitem
: url
: "#" , <icon
: $fa_1x + $fa_twitter ,<Text
:"","3
New
Followers "> ><Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
087 | <list_groupitem
: url
: "#" , <icon
: $fa_1x + $fa_tasks ,<Text
:"","New
Task "> > <Text
: $Bts_Text
_right_small , " --27
minutes ago-- " > >
088 | <list_groupitem
: url
: "http://facebook.com" <button
: $Bts_btn_social_facebook , icon
: $fa_facebook > >
089 | >, /* end
list-group */
090 | >,/* end
panel
*/
091 | >,/* end
panel
*/
092 | END
/* end
: optional */
093 | > , /* end
collapse
*/
094 |
095 | < collapse
: "panel
-b" , hidden : $no , <Panel
: $Bts_Panel
_Default , Panel
_Header : " <h6>Click here 2
Collapse
(no hidden)</h6> " > /* end
panel
*/
096 | BEGIN
/* begin
: optional -->items collapse
*/
097 | <Panel
: $Bts_Panel
_Info ,
098 | <Panel_Header
: " " ,<icon
: $fa_fw + $fa_bell>,<text
:""," Menu 1
" > >,
099 |
100 | <list_group
:
101 | <list_groupitem
: url
: "#" , <icon
: $fa_1x + $fa_comment ,<text
:"","New
comments " >><Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
102 | <list_groupitem
: url
: "http://facebook.com" <button
: $Bts_btn_social_facebook , icon
: $fa_facebook > >
103 | >, /* end
list-group */
104 | >,/* end
panel
*/
105 | END
/* end
: optional */
106 | > /* end
collapse
*/
107 | > /* end
col */
108 | > ; /* end
row
*/
109 | position
: relative
,auto
,450
:
110 | printSw
"### Normal Buttons ### \n";
111 | <button
: $Bts_btn_default ,"Default">;
112 | <button
: $Bts_btn_success ,"Success">;
113 | <button
: $Bts_btn_primary ,"Primary">;
114 | <button
: $Bts_btn_info ,"Info
">;
115 | <button
: $Bts_btn_warning ,"Warning">;
116 | <button
: $Bts_btn_danger ,"Danger">;
117 | <button
: $Bts_btn_link ,"Link
">;
118 |
119 | printSw
"### Large Circle Buttons ### \n";
120 | <button
: $Bts_default_btn_circle_lg , icon
: $fa_check , text
: "" > ;
121 | <button
: $Bts_primary_btn_circle_lg , icon
: $fa_list , text
: "" > ;
122 | <button
: $Bts_success_btn_circle_lg , icon
: $fa_link , text
: "" > ;
123 | <button
: $Bts_info_btn_circle_lg , icon
: $fa_check , text
: "" > ;
124 | <button
: $Bts_warning_btn_circle_lg, icon
: $fa_times , text
: "" > ;
125 | <button
: $Bts_danger_btn_circle_lg, icon
: $fa_heart , text
: "" > ;
126 |
127 |
128 | printSw
"\l ### Social Buttons ### \n";
129 | printSw
"#### Social Buttons with
Font
Awesome Icons #### \n";
130 | position
: relative
,auto
,450
:
131 | <button
: $Bts_btn_social_block_bitbucket,icon
:$fa_bitbucket ,"Sign in
with
Bitbucket">;
132 | <button
: $Bts_btn_social_block_dropbox,icon
:$fa_dropbox ,"Sign in
with
Dropbox ">;
133 | <button
: $Bts_btn_social_block_facebook,icon
:$fa_facebook ,"Sign in
with
Facebook">;
134 | <button
: $Bts_btn_social_block_flickr ,icon
:$fa_flickr ,"Sign in
with
Flickr">;
135 | <button
: $Bts_btn_social_block_github,icon
:$fa_github ,"Sign in
with
GitHub">;
136 | <button
: $Bts_btn_social_block_google_plus,icon
:$fa_google_plus ,"Sign in
with
Google">;
137 | <button
: $Bts_btn_social_block_in
stagram,icon
:$fa_in
stagram ,"Sign in
with
Instagram">;
138 | <button
: $Bts_btn_social_block_lin
kedin
,icon
: $fa_lin
kedin
,"Sign in
with
lin
kedin
">;
139 | <button
: $Bts_btn_social_block_pin
terest,icon
: $fa_pin
terest ,"Sign in
with
pin
terest">;
140 | <button
: $Bts_btn_social_block_tumblr ,icon
:$fa_tumblr ,"Sign in
with
tumblr">;
141 | <button
: $Bts_btn_social_block_twitter ,icon
: $fa_twitter ,"Sign in
with
twitter">;
142 | <button
: $Bts_btn_social_block_vk ,icon
:$fa_vk ,"Sign in
with
Vk ">;
143 |
144 | End_position ;
145 | position
: relative
,auto
,550
:
146 | printSw
"\l";
147 | <button
: $Bts_btn_social_bitbucket,icon
: $fa_bitbucket > ;
148 | <button
: $Bts_btn_social_dropbox ,icon
: $fa_dropbox > ;
149 | <button
: $Bts_btn_social_facebook,icon
:$fa_facebook >;
150 | <button
: $Bts_btn_social_flickr ,icon
: $fa_flickr > ;
151 | <button
: $Bts_btn_social_github ,icon
: $fa_github > ;
152 | <button
: $Bts_btn_social_google_plus ,icon
: $fa_google_plus> ;
153 | <button
: $Bts_btn_social_instagram ,icon
: $fa_instagram > ;
154 | <button
: $Bts_btn_social_linkedin ,icon
:$fa_linkedin > ;
155 | <button
: $Bts_btn_social_pinterest ,icon
:$fa_pinterest > ;
156 | <button
: $Bts_btn_social_tumblr ,icon
:$fa_tumblr > ;
157 | <button
: $Bts_btn_social_twitter ,icon
: $fa_twitter >;
158 | <button
: $Bts_btn_social_vk ,icon
:$fa_vk > ;
159 | printSW
"\n\n #### TABLE
RESPONSIVE
2
(var
) #### \n\n";
160 | position
: relative
,auto
,550
:
161 | <table
$Bts_Class_Table :
162 | <trow
:
163 | <tcell
: <button
: $Bts_btn_danger_btn_sm ,"12
">
164 | <Text
: "" , "Total messages" >
165 | >
166 | <tcell
: <button
: $Bts_btn_primary_btn_sm ,"28
">
167 | <Text
: "" , "Posts" >
168 | >
169 | <tcell
: <button
: $Bts_btn_info_btn_sm ,"15
">
170 | <Text
: "" , "Comments" >
171 | >
172 | >,/* end
1
Trow
table
*/
173 | <trow
:
174 | <tcell
: <button
: $Bts_btn_info_btn_sm ,"20
">
175 | <Text
: "" , "News" >
176 | >
177 | <tcell
: <button
: $Bts_btn_success_btn_sm ,"40
">
178 | <Text
: "" , "Likes" >
179 | >
180 | <tcell
: <button
: $Bts_btn_danger_btn_sm ,"30
">
181 | <Text
: "" , "Notifications" >
182 | >
183 | >,/* end
2
Trow
table
*/
184 | <trow
:
185 | <tcell
: <button
: $Bts_btn_warning_btn_sm ,"20
">
186 | <Text
:"" , " Albums" >
187 | >
188 | <tcell
: <button
: $Bts_btn_default_btn_sm ,"40
">
189 | <Text
: "" , "Groups" >,
190 | >
191 | <tcell
: <button
: $Bts_btn_warning_btn_sm ,"30
">
192 | <Text
: "" , "Permissions" >
193 | >
194 | >,/* end
3
Trow
table
*/
195 | >; /* table
end
*/
196 |
197 | printSw
"\n\n # MS4BI : UI TEXT
# \n";
198 | <Panel
: $Bts_Panel
_success ,
199 | <Panel_Header
: "" >
200 | printSw
"# Basic Title
H1,H2,H3,H4 , underline..# ",
201 | printSw
"# Basic Title
H1 # ", printSw
"## Basic Title
H2 ## ",
202 | printSw
"### Basic Title
H3 ### ", printSw
"#### Basic Title
H4 #### ",
203 | printSw
"##### Basic Title
H5 ##### ", printSw
"###### Basic Title
H6 ###### ",
204 | <Text
:$Bts_Text
_left + $label_warning, " ###b $label_warning : Text
** ipsum dolor sit amet,** consectet ###b \n">,
205 |
206 | >;/* end
panel
*/
207 | text
: percent50 := "80%",$progresRED;
208 | concatene
"style='width:" , percent50 , ";' " into
$progresRED;
209 |
210 | printSw
"\n \n # MS4BI : UI Progress Bar
# \n";
211 | position
: relative
,auto
,650
:
212 |
213 | <div
:
214 | <Text
:"" , " Memory" > ,
215 | <Text
:$Bts_Text
_right_small , " 10/200 GB" > ,
216 | >, /* end
div
*/
217 | <div
$Bts_progress_small :
218 | <div
"style='width:60%;' " + $Bts_progress_bar + $bg_lazur :
219 | >, /* end
div
*/
220 | >, /* end
div
*/
221 | <div
:
222 | <Text
:"" , " Bandwidth" > ,
223 | <Text
:$Bts_Text
_right_small , " 20
GB" > ,
224 | >, /* end
div
*/
225 | <div
$Bts_progress_small :
226 | <div
$progresRED + $Bts_progress_bar + $bg_red :
227 | >, /* end
div
*/
228 | >, /* end
div
*/
229 | <div
:
230 | <Text
:"" , " Activity" > ,
231 | <Text
:$Bts_Text
_right_small , " 73%" > ,
232 | >, /* end
div
*/
233 | <div
$Bts_progress_small :
234 | <div
"style='width: 40%;' " + $Bts_progress_bar :
235 | >, /* end
div
*/
236 | > ; /* end
div
*/
237 |
238 | printSw
"\n\n # MS4BI : UI table
responsive
1
# \n";
239 |
240 | position
: relative
,auto
,550
:
241 | begin_div : table
responsive
242 | | # | Date
| Time
| Amount |
243 | | 3
3
26
| 10/21/2013
| 3
:29
PM | $3
21.3
3
|
244 | | 3
3
25
| 10/21/20
13
| 3
:20
PM | $23
4.3
4 |
245 | | 3
3
24
| ** 10/21/2013
** | 3
:03
PM | $724.17
|
246 | | 3
3
23
| 10/21/2013
| 3
:00
PM | $23
.71
|
247 | | 332
2
| 10/2
1/2
013 | 2
:49
PM | $8345.2
3 |
248 | | 332
1
| 10/2
1/2
013 | 2
:2
3 PM |/b $2
45.12
/b |
249 | | 332
0
| 10/2
1/2
013 | /r 2
:15
PM /r | $5663.54
|
250 | | 3319
| 10/2
1/2
013
| 2
:13
PM | $943.45
|
251 | end_div ;
252 | printSW
"\l\n";
253 | position
: relative
,auto
,750
:
254 | begin_div : table
"0Table" /* style */
255 | | Option
| Description |
256 | | data | path to
**data files to
supply** the data that will be passed into
templates. |
257 | | engine | engine to
be used for
processing templates. --Handlebars is the default.-- |
258 | | ext | extension to
be used for
dest files. |
259 | end_div ;
260 | position
: relative
,auto
,850
:
261 | printSw
"\n\n # MS4BI : UI FRAME
responsive
2
# \n";
262 | <icon
: $fa_5x + $fa_list_alt, style:"background:MistyRose" , <text
:"", " ** Basic syntax ** " > > ;
263 | begin_div : Frame
"comment" /* style */
264 | \n cuius omnis sermo **erat de amicitia querebatur**,
265 | \n quod /r omnibus/r in
rebus homin
es /b diligentiores essent;/b
266 | \n capras et oves quot /g quisque haberet,/g
267 | \n ** dicere posse, __amicos quot haberet__,**
268 | \n non posse **dicere et **
269 | \n cin illis --quidem parandis adhibere curam,--
270 | \l
271 | \n in
amicis **eligendis** neglegentis
272 | \n >>esse nec habere quasi>>
273 |
274 | \n $$getms4bi.com$$
275 | \n %%contact@mgplanete.com%%
276 | \l
277 |
278 | <`` html
279 | <div
class
='section'>
280 | <a class
='big button' href='...'>View
in
GitHub</a>
281 | </div>
282 | ``>
283 | end_div ;
284 |
285 |
286 | printSw
"\n\n # MS4BI : UI ICON
# \n";
287 | <button
: $Bts_btn_info icon
: $fa_address_book_o , text
"adress"> ;
288 |
289 | begin_div : Frame
"comment" /* style */
290 | basic MS4
script syntax : **button
:** --var
-- (button
) , **icon
:** **attribut
:** --var
-- (attribut
) , --var
-- (icon
) , --text
:-- (optional) --var
-- (text
-optional-)
291 | \n example : /r< button
: /r /r icon
:/r $fa_address_book_o ,"adress">
292 | end_div ;
293 |
294 |
295 | <button
: $Bts_btn_info icon
: $fa_5x + $fa_address_book_o ,"adress"> ;
296 | begin_div : Frame
"comment" /* style */
297 | basic MS4
script syntax : **button
:** --var
-- (button
) , **icon
:** **attribut
:** --var
-- (attribut
) , --var
-- (icon
) , --text
:-- (optional)--var
-- (text
-optional-)
298 | \n example : /r< icon
: (attribut
:)/r $fa_5x , $fa_address_book_o ,"adress" >
299 | end_div ;
300 |
301 | <button
: $Bts_btn_Success ,icon
: $fa_3x + $fa_pull_right
+ $fa_flag ,"Font
Awesome\n right
">
302 | <button
: $Bts_btn_Success ,icon
: $fa_3x + $fa_pull_left
+ $fa_flag , "Font
Awesome\n left
">
303 | begin_div : Frame
"comment" /* style */
304 | basic MS4
script syntax : **button
:** --var
-- (button
) , **icon
:** **attribut
:** --var
1 + var
2-- (attribut
s : size
+ right
) , --var
-- (icon
) , --text
:-- (optional) --var
-- (text
-optional-)
305 | \n example : /r< icon
: (attribut
)/r $fa_3x + , $fa_flag + $fa_pull_right
or left/r ,< text
: "","Font
Awesome right
" > >
306 | end_div ;
307 |
308 | <button
: $Bts_btn_Success ,<icon
: $fa_3x + $fa_pull_left + $fa_flag , style:"color:red" , <text
: "","Font
Awesome\n RED">>>
309 | <button
: $Bts_warning_btn_circle_xl ,<icon
: $fa_2x + $fa_flag , style:"color:red" > >;
310 | begin_div : Frame
"comment" /* style */
311 | basic MS4
script syntax : **button
:** --var
-- (button
) , **icon
:** **attribut
:** --var
1 + var
2-- (attribut
s : size
+ right
), --style:"string
"--, --var
-- (icon
) , --text
:-- (optional) --var
-- (text
-optional-)
312 | \n example : < icon
: (attribut
) $fa_3x + $fa_flag + $fa_pull_right or left
, /r style:"color:red"/r ,<text
: "","Font
Awesome RED"> >
313 | end_div ;
314 | printsw
"\n";
315 | <url
: "http://www.mgplanete.com",<button
: $Bts_warning_btn_circle_xl ,
316 | <icon
: $fa_pull_left + $fa_flag, style:"color:blue;font-size:4rem" ,
317 | <TEXT
:$Bts_Text_right_small + $badge," /b ** MgPlanete \n\nSoftware ** /b ">>> ;
318 |
319 | position
: relative
,auto
,520
:
320 |
321 | printSw
"\n\n # MS4BI : UI LIST GROUP
# \n";
322 |
323 | <list_group
:
324 | <list_groupitem
: url
: "#" ,
325 | <icon
: $fa_1x + $fa_comment ,<Text
:"","New
comments " >>
326 | <Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
327 | <list_groupitem
: url
: "#" ,
328 | <icon
: $fa_1x + $fa_twitter ,<Text
:"","3
New
Followers " >>
329 | <Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
330 |
331 | >, /* end
list-group */
332 | <Panel
: $Bts_Panel
_default ,
333 | <Panel
_Header
: " " ,<icon
: $fa_fw +$fa_bell,<text
:""," Notifications Panel
" > > >,
334 | <list_group
:
335 | <list_groupitem
: url
: "#" ,
336 | <icon
: $fa_1x + $fa_comment ,<Text
:"","New
comments " >>
337 | <Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
338 | <list_groupitem
: url
: "#" ,
339 | <icon
: $fa_1x + $fa_twitter ,<Text
:"","3
New
Followers " >>
340 | <Text
: $Bts_Text
_right_small , " --4
minutes ago-- " > >
341 | <list_groupitem
: url
: "#" ,
342 | <icon
: $fa_1x + $fa_envelope ,<Text
:"","Message
Sent " > >
343 | <Text
: $Bts_Text
_right_small , " --12
minutes ago-- " > >
344 | <list_groupitem
: url
: "#" ,
345 | <icon
: $fa_1x + $fa_tasks ,<Text
:"","New
Task " > >
346 | <Text
: $Bts_Text
_right_small , " --27
minutes ago-- " > >
347 | <list_groupitem
: url
: "#" ,
348 | <icon
: $fa_1x + $fa_upload ,<Text
:"","Server Rebooted " >>
349 | <Text
: $Bts_Text
_right_small , " --11
:32
AM-- " > >
350 | <list_groupitem
: url
: "#" ,
351 | <icon
: $fa_1x + $fa_bolt ,<Text
:"","Server Crashed! " > >
352 | <Text
: $Bts_Text
_right_small , " --11
:13
AM-- " > >
353 | <list_groupitem
: url
: "#" ,
354 | <icon
: $fa_1x + $fa_shopping_cart ,<Text
:"","Server Crashed! " >>
355 | <Text
: $Bts_Text
_right_small , " --New
Order
Placed-- " > >
356 | <list_groupitem
: url
: "#" ,
357 | <icon
: $fa_1x + $fa_money ,<Text
:"","Payment Received " >>
358 | <Text
: $Bts_Text
_right_small , " --Yesterday-- " > >
359 | <list_groupitem
: url
: "https://getms4bi.com" ,
360 | <icon
: $fa_2x + $fa_bar_chart_o > >
361 | <list_groupitem
: url
: "http://facebook.com"
362 | <button
: $Bts_btn_social_facebook ,icon
: $fa_facebook > >
363 |
364 | > /* end
list-group */
365 | <Panel_Footer
: "" , <button
: $Bts_btn_social_block_twitter ,"Sign in
with
twitter"> >
366 | >;/* end
panel
*/
367 |
368 | printSw
"\n\n # MS4BI : UI Panel
& NOTICATION # \n";
369 | position
: relative
,auto
,650
:
370 | <Panel
: $ms4_Panel
_green ,
371 | <Panel
_Header
: "#### Basic Panel
& Body & Footer
Green #### " > ,
372 | <Panel_Body
+ $bg_gray :
373 | <notification
: $Bts_Notif_success_Dismissable , "**Success!** This alert box could indicate a successful or positive action."> ,
374 | <notification
: $Bts_Notif_info
_Dismissable , "**Info!** This alert box could indicate a info
or positive action."> ,
375 | <notification
: $Bts_Notif_warning_Dismissable , "**__Warning!__** This alert box could indicate a Warning or positive action."> ,
376 | <notification
: $Bts_Notif_danger_Dismissable , "### Danger! ### This alert box could indicate a danger or positive action."> ,
377 | >,/* end
body panel
*/
378 | <Panel
_Footer
: " example Panel
Footer
" > ,
379 | >;/* end
panel
*/
380 |
381 |
382 |
383 | printSw
"\n\n # MS4BI : UI WIDGETS # \n";
384 | position
: relative
,auto
,auto
:
385 | <Rwd_Row
+ "bg-gray" : 4
/* 1
: optional */
386 | <Rwd_Col
: lg
:2
:
387 | <div
$widgetStyle + $bg_navy :
388 | <Rwd_Row
+ "vertical-align" : 5
389 | <Rwd_Col
: xs
:3
:
390 | <icon
: $fa_3x + $fa_pull_left + $fa_user > ,
391 | >,/* end
col xs
:4
*/
392 | <Rwd_Col
: xs
:9
, "text-right" :
393 | <Text
: $Bts_Text
_right , " ##b 217
##b " > ,
394 | >, /* end
col xs
:8
*/
395 | >,/* end
5
F0;">Row
5
*/