mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-02 08:03:58 -05:00
16 lines
691 B
Plaintext
16 lines
691 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="AddMusical.aspx.cs" Inherits="PkmnFoundations.GTS.admin.AddMusical" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="cpMain" runat="server">
|
|
<form id="theForm" runat="server">
|
|
<div>
|
|
<p>Upload a wiresharked Musical search response here to add it to the database:</p>
|
|
<asp:FileUpload ID="fuBox" runat="server" />
|
|
<asp:Button ID="btnSend" Text="Send" OnClick="btnSend_Click" runat="server" />
|
|
</div>
|
|
<asp:Literal ID="litMessage" runat="server" />
|
|
</form>
|
|
</asp:Content>
|