Footer has been RAZOR'd.

This commit is contained in:
Mark McDowall 2011-04-20 19:28:40 -07:00
parent 0e5ceff380
commit b8a3b58c79
1 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,4 @@
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<dynamic>" %>
<script type="text/javascript">
<script type="text/javascript">
jQuery(document).ready(function () {
document.getElementById('syncTimer').style.display = 'inline'; //Show the timer after the page loads, prevents FOUC (Flash of Unstyled Content)
@ -10,11 +8,11 @@
counter_warning: '<div style="color: #065EFE;">[H]:[M]:[S]</div>',
counter_expired: '<div style="color: #FFFFFF;">00:00:00</div>',
interval: 1000,
warnonminutesleft: 1
warnonminutesleft: 1
});
});
});
</script>
<%--<div>RSS Sync: <span style="display:none" id="syncTimer" class="timer"><%: ViewData["RssTimer"] %></span></div>--%>
@*<div>RSS Sync: <span style="display:none" id="syncTimer" class="timer"><@ViewData["RssTimer"]</span></div>*@
<div>RSS Sync: </div>
<div style="display:none" id="syncTimer" class="timer"><%:ViewData["RssTimer"]%></div>
<div style="display:none" id="syncTimer" class="timer">@ViewData["RssTimer"]</div>