Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed changes from other branch
  • Loading branch information
Joshua Steiner committed Sep 27, 2012
commit abdd4588334cec835d7159b409d048b08a1d802c
8 changes: 8 additions & 0 deletions tpl/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ <h3>{$VERSION}</h3>
</select>
</div>
<div id="remainingtime" style="display:none;"></div>
<div id="language" style="display:none;">
<select name="language">
<option value="language" selected="selected">Language</option>
<option value="C/C++">C/C++</option>
<option value="php">php</option>
<option value="python">Python</option>
</select>
</div>
<input id="password" placeholder="Optional password..." style="display:none;" />
<div id="opendisc" class="button" style="display:none;">
<input type="checkbox" id="opendiscussion" name="opendiscussion" />
Expand Down