forked from sshwsfc/django-xadmin-ppt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xadmin.js.text
70 lines (42 loc) · 796 Bytes
/
xadmin.js.text
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
title: Django自动化admin介绍
author: sshwsfc@gmail.com
%%
%% Django-(x)admin
%% -> http://github.com/sshwsfc/django-exadmin
%%%%%
%% Add some inline style rules...
%css
.step {
width: 500px;
height: 400px;
padding: 40px 60px;
font-size: 48px;
text-align: center;
opacity: 0.3;
}
.step.active {
opacity: 1;
}
code {
background-color: yellow;
font-size: 14px;
}
%end
%%%%%%%%%%%%%%%%%%%
%% Here we go...
!SLIDE scale=3.0
Django-(x)admin
---------------
``sshwsfc@gmail.com``
some code::
class User(object):
def test():
pass
!SLIDE y=600
Slide Two `y=600`
!SLIDE x=1200 y=600 rotate=180
Slide Three `x=1200 y=600 rotate=180`
!SLIDE x=1200 scale=0.5
Slide Four `x=1200 scale=0.5`
!SLIDE x=600 y=300 scale=2
Overview `x=600 y=300 scale=2`