Click here to Skip to main content
15,881,027 members
Articles / Web Development / ASP.NET

Race to Linux - Race 2: Time Tracker Starter Kit

Rate me:
Please Sign up or sign in to vote.
4.25/5 (5 votes)
26 Sep 20051 min read 40.3K   274   16  
Time Tracker Starter Kit port to Linux using Mono and FireBird
<html><head><link rel=stylesheet href=style.css></head><body><div class=SourcePanel style='font-size:12'><pre style='background-color:white'>
&lt%@ Control Language="c#" AutoEventWireup="false" Codebehind="AdminTabs.ascx.cs" Inherits="ASPNET.StarterKit.TimeTracker.Web.AdminTabs" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%<font color= "blue">&gt</font>
&lt%@ Import Namespace="ASPNET.StarterKit.TimeTracker.Web" %<font color= "blue">&gt</font>
<font color= "blue">&lt</font><font color="maroon">table</font> width="100%" border="0" cellspacing="0" cellpadding="0"<font color= "blue">&gt</font>
    <font color= "blue">&lt</font><font color="maroon">tr</font><font color= "blue">&gt</font>
        <font color= "blue">&lt</font><font color="maroon">td</font> valign="bottom"<font color= "blue">&gt</font>
            <font color= "blue">&lt</font><font color=blue>asp:datalist ID="tabs" RepeatDirection="horizontal" EnableViewState="false" runat="server" CellPadding="0" CellSpacing="0" ItemStyle-CssClass="admin-tab-inactive" SelectedItemStyle-CssClass="admin-tab-active"</font><font color= "blue">&gt</font>
                <font color= "blue">&lt</font><font color="maroon">itemtemplate</font><font color= "blue">&gt</font>
                    <font color= "blue">&lt</font><font color="maroon">a</font> href='&lt%= Global.GetApplicationPath(Request) %<font color= "blue">&gt</font>/&lt%# ((ASPNET.StarterKit.TimeTracker.BusinessLogicLayer.TabItem) Container.DataItem).Path %<font color= "blue">&gt</font>'<font color= "blue">&gt</font>
                        &lt%# ((ASPNET.StarterKit.TimeTracker.BusinessLogicLayer.TabItem) Container.DataItem).Name %<font color= "blue">&gt</font>
                    <font color= "blue">&lt/</font><font color="maroon">a</font><font color= "blue">&gt</font>
                <font color= "blue">&lt/</font><font color="maroon">itemtemplate</font><font color= "blue">&gt</font>
                <font color= "blue">&lt</font><font color="maroon">selecteditemtemplate</font><font color= "blue">&gt</font>
                    &lt%# ((ASPNET.StarterKit.TimeTracker.BusinessLogicLayer.TabItem) Container.DataItem).Name %<font color= "blue">&gt</font>
                <font color= "blue">&lt/</font><font color="maroon">selecteditemtemplate</font><font color= "blue">&gt</font>
            <font color= "blue">&lt/</font><font color=blue>asp:datalist</font><font color= "blue">&gt</font>
        <font color= "blue">&lt/</font><font color="maroon">td</font><font color= "blue">&gt</font>
        <font color= "blue">&lt</font><font color="maroon">td</font> class="admin-tab-right" width="100%"<font color= "blue">&gt</font>&nbsp;<font color= "blue">&lt/</font><font color="maroon">td</font><font color= "blue">&gt</font>
    <font color= "blue">&lt/</font><font color="maroon">tr</font><font color= "blue">&gt</font>
<font color= "blue">&lt/</font><font color="maroon">table</font><font color= "blue">&gt</font>
</pre>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Uruguay Uruguay
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions