Show More
Commit Description:
test interface upload...
Commit Description:
test interface upload
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@81 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/main/_compiler_message.html.erb
| 10 lines
| 416 B
| text/plain
| TextLexer
|
|
r33 | <div><div><a href="#" onClick="n = this.parentNode.parentNode.lastChild; | ||
if(n.style.display == 'none') { n.style.display = 'block'; } | ||||
else {n.style.display ='none'; } return false;"> | ||||
Compiler message</a> (click to see) | ||||
</div> | ||||
<div style="display: none"> | ||||
<div class="compilermsgbody" style="border: thin solid grey; margin: 2px"> | ||||
<%=h(compiler_message).gsub(/\n/,'<br/>') %> | ||||
</div> | ||||
</div></div> | ||||