Show More
Commit Description:
markdowned task body...
Commit Description:
markdowned task body git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@284 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/main/_compiler_message.html.erb | 15 lines | 496 B | text/plain | TextLexer |
jittat
update views -- styling...
r51
<% if compiler_message==nil or compiler_message=='' %>
No message
<% else %>
<div><div><a href="#" onClick="n = this.parentNode.parentNode.lastChild;
jittat
refactor to partials...
r33 if(n.style.display == 'none') { n.style.display = 'block'; }
else {n.style.display ='none'; } return false;">
jittat
update views -- styling...
r51 (click to see)</a>
jittat
refactor to partials...
r33 </div>
jittat
update views -- styling...
r51 <div style="display: none">
<div class="compilermsgbody" style="border: thin solid grey; margin: 2px">
jittat
[web] fixing ticket #10...
r65 <%=simple_format(compiler_message) %>
jittat
update views -- styling...
r51 </div>
</div></div>
<% end %>