diff --git a/app/views/test/index.html.erb b/app/views/test/index.html.erb
--- a/app/views/test/index.html.erb
+++ b/app/views/test/index.html.erb
@@ -1,11 +1,13 @@
<%= user_title_bar(@user) %>
-
Test Interface
+<%=t 'test.title' %>
-
- Note: Test interface will be disabled in the last 30 minutes
- of the contest time on your site.
-
+
+ <%=t 'test.intro' %>
+ <% if Configuration['contest.test_request.early_timeout'] %>
+ <%=t 'test.disabled_at_end_announcement' %>
+ <% end %>
+
<% if @problems.length==0 %>
There is no submission
@@ -69,21 +71,6 @@
-
- Additional file*:
- |
-
- <%= f.file_field :additional_file %>
- |
-
-
- * This option works only for task beads.
- You can use this to submit questions.txt.
- The file shall be copied to the execution directory before your program runs.
-
- |
-
-
<%= submit_tag 'submit' %>
|