div,p,span,a,input,select,textarea,form,ul,ol,li{font-size:100
%;}
th{ text-align:left; vertical-align:top;}
img , a{border:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:1em;}
strong,em{font-style:normal;}
ul,ol{list-style:none;}
hr{display:none;}
address{font-style:normal;}
input{vertical-align:middle;}
caption{text-align:left;}
th{font-weight:normal;}
ドキュメント不足
ローカル開発環境無し
Before
CSS: 7000行~
body=””
if isLogin {
body+=”ログアウト”
} else {
body+=”ログイン”
}
body+=”hogehoge...”
$(“#content”).html()
jQuery
#set($mark = "")
#if($Icon == 1)
#set($mark = 'class="notice">!')
#elseif($Icon == 2)
#set($mark = 'class="new">NEW')
#end
テンプレートエンジン