Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
blackav committed Sep 13, 2014
1 parent afb49c0 commit f21423a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/fedora/ejudge.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ejudge
Version: 3.0
Version: 3.0.2
Release: 1%{?dist}
Summary: A programming contest management system
Source: %{name}-%{version}.tgz
Expand Down
19 changes: 10 additions & 9 deletions csp/contests/priv_edit_run_page.csp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
snprintf(title, sizeof(title), "%s %d", _("Editing run"), run_id);
%><%@include "priv_header.csp"
%>
</div>

<s:url name="ViewSourceUrl" ac="view-source">
<s:param name="run_id" value="run_id" />
</s:url>
Expand All @@ -56,13 +54,16 @@
<s:param name="run_id" value="run_id" />
</s:url>

<table class="b0"><tr>
<td class="b0"><s:a ac="main-page"><s:tr>Main page</s:tr></s:a></td>
<td class="b0"><s:a url="ViewSourceUrl"><s:tr>Source</s:tr></s:a></td>
<td class="b0"><s:a url="ViewReportUrl"><s:tr>Report</s:tr></s:a></td>
<td class="b0"><s:a url="ViewUserReportUrl"><s:tr>User report</s:tr></s:a></td>
<td class="b0"><s:a url="ViewAuditLogUrl"><s:tr>Audit log</s:tr></s:a></td>
</tr></table>
<div id="main-menu">
<ul>
<li><s:a ac="main-page"><s:tr>Main page</s:tr></s:a></li>
<li><s:a url="ViewSourceUrl"><s:tr>Source</s:tr></s:a></li>
<li><s:a url="ViewReportUrl"><s:tr>Report</s:tr></s:a></li>
<li><s:a url="ViewUserReportUrl"><s:tr>User report</s:tr></s:a></li>
<li><s:a url="ViewAuditLogUrl"><s:tr>Audit log</s:tr></s:a></li>
</ul></div>
</div>

<%
if (global->is_virtual) {
start_time = run_get_virtual_start_time(cs->runlog_state, info.user_id);
Expand Down

0 comments on commit f21423a

Please sign in to comment.