Skip to content

Commit

Permalink
update OR header page
Browse files Browse the repository at this point in the history
  • Loading branch information
skyhit committed Mar 15, 2016
1 parent 1b6f4d7 commit daf0db2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
29 changes: 29 additions & 0 deletions web/i/or/topcoder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions web/includes/inc_header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@

<div style="margin: 10px 0px 40px 0px;">

<div style="float: right; margin-left: 6px;">
<a href="http://<%=ApplicationServer.SERVER_NAME%>/tc"><img src="/i/or/topcoderLogo.png" alt="TopCoder Competitions" /></a>
</div>
<div style="float: right; margin-left: 6px;">
<a href="http://<%=ApplicationServer.STUDIO_SERVER_NAME%>/"><img src="/i/or/studioLogo.png" alt="TopCoder Studio" /></a>
</div>

<div style="float: right; clear: right; margin-left: 6px;">
<c:if test="${orfn:isUserLoggedIn(pageContext.request)}">
Hello, <tc-webtag:handle coderId="${orfn:getLoggedInUserId(pageContext.request)}" />
Expand Down Expand Up @@ -67,5 +60,5 @@
</c:if>
</div>

<a href="/review"><img src="/i/or/brandingLogo.png" alt="TopCoder Online Review" /></a>
<a href="/review" style="font-size: 18px;font-weight: bold;color: grey;text-decoration: none;"><img src="/i/or/topcoder.svg" alt="topcoder" style="float:left; margin-right: 10px;"/>Online Review</a>
</div>

0 comments on commit daf0db2

Please sign in to comment.