Blame | Letzte Änderung | Log anzeigen | RSS feed
<com:TContent ID="Main"><h2>Projects</h2><fieldset class="project-list"><legend>Project List</legend><com:TDataGridID="projectList"AllowSorting="true"OnSortCommand="sortProjects"AutoGenerateColumns="false"><com:THyperLinkColumnHeaderText="Project Name"DataTextField="Name"DataNavigateUrlField="ID"SortExpression="Name"DataNavigateUrlFormatString="?page=TimeTracker.ProjectDetails&ProjectID=%d" /><com:TBoundColumnSortExpression="ManagerUserName"HeaderText="Project Manager"DataField="ManagerUserName" /><com:TBoundColumnSortExpression="Description"HeaderText="Description"DataField="Description" /><com:TTemplateColumn HeaderText="Completion" SortExpression="CompletionDate"><prop:ItemTemplate><com:System.I18N.TDateFormatPattern="dd/MM/yyyy"Value=<%# $this->NamingContainer->DataItem->CompletionDate %> /></prop:ItemTemplate></com:TTemplateColumn><com:TBoundColumnSortExpression="EstimateDuration"HeaderText="Estimate Duration"DataField="EstimateDuration" /></com:TDataGrid><div style="padding:1em"><a href="?page=TimeTracker.ProjectDetails">Create New Project</a></div></fieldset></com:TContent>