22< head >
33 < meta charset ="UTF-8 ">
44 < meta http-equiv ="X-UA-Compatible " content ="IE=10 ">
5- < title > CSSG конвертер </ title >
5+ < title > CSSG multipurpose converter </ title >
66
77 < meta name ="keywords " content ="CSS, CSSG, converter, tool, CSS-o-Gram ">
88 < meta name ="author " content ="Evgeny Khoroshilov ">
99
1010 < link href ="css/cssg.css " rel ="stylesheet ">
1111
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 >
1313 < script type ="text/javascript " src ="js/cssg.js "> </ script >
1414
1515</ head >
@@ -26,47 +26,55 @@ <h1>CSSG multipurpose converter</h1>
2626
2727 < div class ="settings ">
2828 < div class ="h "> Settings</ div >
29- < div class ="col ">
29+ < div class ="col cssg-setting ">
3030 < label > < input type ="checkbox " name ="autorecalc " checked > Auto recalculate</ label >
3131 </ div >
32- < div class ="col ">
32+ < div class ="col cssg-setting ">
3333 < label > < input type ="checkbox " name ="rulespace " checked > Rule space</ label >
3434 </ div >
35- < div class ="col ">
35+ < div class ="col cssg-setting ">
3636 < label > < input type ="checkbox " name ="trimtext " checked > Trim text</ label >
3737 </ 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 >
4040 </ div >
4141 < br >
42- < div class ="col ">
42+ < div class ="col cssg-setting ">
4343 < label > Modifier:</ label >
4444 < label > < input type ="radio " value ="0 " name ="modifier " checked > '__'</ label >
4545 < label > < input type ="radio " value ="1 " name ="modifier "> '_'</ label >
4646 < label > < input type ="radio " value ="2 " name ="modifier "> '--'</ label >
4747 < label > < input type ="radio " value ="3 " name ="modifier "> '-'</ label >
4848 </ div >
49- < div class ="col ">
49+ < div class ="col cssg-setting ">
5050 < label > Output:</ label >
5151 < label > < input type ="radio " value ="0 " name ="output " checked > cssg</ label >
5252 < label > < input type ="radio " value ="1 " name ="output "> css</ label >
5353 < label > < input type ="radio " value ="2 " name ="output "> haml</ label >
5454 </ div >
5555 < br >
56- < div class ="col ">
56+ < div class ="col cssg-setting ">
5757 < label > Indentation:</ label >
5858 < label > < input type ="radio " value ="0 " name ="indentation " > tab</ label >
5959 < label > < input type ="radio " value ="1 " name ="indentation " checked > 2 spaces</ label >
6060 < label > < input type ="radio " value ="2 " name ="indentation "> 4 spaces</ label >
6161 </ div >
62- < div class ="col ">
62+ < div class ="col cssg-setting ">
6363 < label > Line height:</ label >
6464 < label > < input type ="radio " value ="0 " name ="lineheight "> regular</ label >
6565 < label > < input type ="radio " value ="1 " name ="lineheight " checked > compact</ label >
6666 < label > < input type ="radio " value ="2 " name ="lineheight "> loose</ label >
6767 </ div >
6868 </ div >
6969
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+
7078 < div class ="settings ">
7179 < button id ="cssgClear "> Clear</ button >
7280 </ div >
0 commit comments