26 lines
1.7 KiB
Plaintext
26 lines
1.7 KiB
Plaintext
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
|
|
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
|
|
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
|
|
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
|
|
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
|
|
<%@ Import Namespace="Microsoft.SharePoint" %>
|
|
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
|
|
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="SearchParams.ascx.cs" Inherits="Taloyhtio.CustomFBADataSource.SearchParams" %>
|
|
<table cellpadding="0" cellspacing="0" border="0" style="width: 400px">
|
|
<col style="width: 25%" />
|
|
<col style="width: 75%" />
|
|
<tr>
|
|
<td class="ms-descriptiontext">
|
|
<asp:Literal ID="Literal1" runat="server" Text="<%$Resources:UserName %>" />
|
|
</td>
|
|
<td class="">
|
|
<asp:TextBox ID="txtUserName" runat="server" MaxLength="256" CssClass="ms-input search-params-username" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="search-params-button">
|
|
<asp:Button ID="btnSearch" runat="server" Text="<%$ Resources:Search %>" CssClass="ms-ButtonHeightWidth"
|
|
OnClick="btnSearch_Click" />
|
|
</td>
|
|
</tr>
|
|
</table> |