2
2
< head >
3
3
< meta charset ="UTF-8 ">
4
4
< meta http-equiv ="X-UA-Compatible " content ="IE=10 ">
5
- < title > CSSG конвертер </ title >
5
+ < title > CSSG multipurpose converter </ title >
6
6
7
7
< meta name ="keywords " content ="CSS, CSSG, converter, tool, CSS-o-Gram ">
8
8
< meta name ="author " content ="Evgeny Khoroshilov ">
9
9
10
10
< link href ="css/cssg.css " rel ="stylesheet ">
11
11
12
- < script src ="//ajax.googleapis.com/ajax/libs/ jquery/2.0.3/jquery .min.js "> </ script >
12
+ < script type =" text/javascript " src ="js/ jquery-1.9.1 .min.js "> </ script >
13
13
< script type ="text/javascript " src ="js/cssg.js "> </ script >
14
14
15
15
</ head >
@@ -26,47 +26,55 @@ <h1>CSSG multipurpose converter</h1>
26
26
27
27
< div class ="settings ">
28
28
< div class ="h "> Settings</ div >
29
- < div class ="col ">
29
+ < div class ="col cssg-setting ">
30
30
< label > < input type ="checkbox " name ="autorecalc " checked > Auto recalculate</ label >
31
31
</ div >
32
- < div class ="col ">
32
+ < div class ="col cssg-setting ">
33
33
< label > < input type ="checkbox " name ="rulespace " checked > Rule space</ label >
34
34
</ div >
35
- < div class ="col ">
35
+ < div class ="col cssg-setting ">
36
36
< label > < input type ="checkbox " name ="trimtext " checked > Trim text</ label >
37
37
</ div >
38
- < div class ="col ">
39
- < label > < input type ="checkbox " name ="tagnames "> Show tag names</ label >
38
+ < div class ="col cssg-setting ">
39
+ < label > < input type ="checkbox " name ="tagnames "> Keep tag names</ label >
40
40
</ div >
41
41
< br >
42
- < div class ="col ">
42
+ < div class ="col cssg-setting ">
43
43
< label > Modifier:</ label >
44
44
< label > < input type ="radio " value ="0 " name ="modifier " checked > '__'</ label >
45
45
< label > < input type ="radio " value ="1 " name ="modifier "> '_'</ label >
46
46
< label > < input type ="radio " value ="2 " name ="modifier "> '--'</ label >
47
47
< label > < input type ="radio " value ="3 " name ="modifier "> '-'</ label >
48
48
</ div >
49
- < div class ="col ">
49
+ < div class ="col cssg-setting ">
50
50
< label > Output:</ label >
51
51
< label > < input type ="radio " value ="0 " name ="output " checked > cssg</ label >
52
52
< label > < input type ="radio " value ="1 " name ="output "> css</ label >
53
53
< label > < input type ="radio " value ="2 " name ="output "> haml</ label >
54
54
</ div >
55
55
< br >
56
- < div class ="col ">
56
+ < div class ="col cssg-setting ">
57
57
< label > Indentation:</ label >
58
58
< label > < input type ="radio " value ="0 " name ="indentation " > tab</ label >
59
59
< label > < input type ="radio " value ="1 " name ="indentation " checked > 2 spaces</ label >
60
60
< label > < input type ="radio " value ="2 " name ="indentation "> 4 spaces</ label >
61
61
</ div >
62
- < div class ="col ">
62
+ < div class ="col cssg-setting ">
63
63
< label > Line height:</ label >
64
64
< label > < input type ="radio " value ="0 " name ="lineheight "> regular</ label >
65
65
< label > < input type ="radio " value ="1 " name ="lineheight " checked > compact</ label >
66
66
< label > < input type ="radio " value ="2 " name ="lineheight "> loose</ label >
67
67
</ div >
68
68
</ div >
69
69
70
+ <!--
71
+ <div class="settings">
72
+ <div class="col cssg-filter">
73
+ <input type="text" value="" name="baseclass" placeholder="base class" />
74
+ </div>
75
+ </div>
76
+ -->
77
+
70
78
< div class ="settings ">
71
79
< button id ="cssgClear "> Clear</ button >
72
80
</ div >
0 commit comments