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
References:
File last commit:
Show/Diff file:
Action:
app/views/main/_compiler_message.html.erb
| 15 lines
| 496 B
| text/plain
| TextLexer
|
|
r51 | |||
<% if compiler_message==nil or compiler_message=='' %> | ||||
No message | ||||
<% else %> | ||||
<div><div><a href="#" onClick="n = this.parentNode.parentNode.lastChild; | ||||
|
r33 | if(n.style.display == 'none') { n.style.display = 'block'; } | ||
else {n.style.display ='none'; } return false;"> | ||||
|
r51 | (click to see)</a> | ||
|
r33 | </div> | ||
|
r51 | <div style="display: none"> | ||
<div class="compilermsgbody" style="border: thin solid grey; margin: 2px"> | ||||
|
r65 | <%=simple_format(compiler_message) %> | ||
|
r51 | </div> | ||
</div></div> | ||||
<% end %> | ||||