pkmn-classic-framework/gts/BattleVideo.aspx
2014-05-20 12:13:46 -04:00

40 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="BattleVideo.aspx.cs" Inherits="PkmnFoundations.GTS.BattleVideo" %>
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
<pf:HeaderColour ID="HeaderColour1" CssClass="bv" runat="server" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="cpMain" runat="server">
<h1>Battle videos</h1>
<p>Since the official Battle Video server has gone offline, you can no longer queue
your battle videos for retrieval. You can still type your battle video ID into one
of the below forms to check if I have it backed up. If not, you can try
<a href="https://www.pokecheck.org/?p=search&vid=">Pokécheck</a>. If its not there,
your video is gone. If its still on your game cartridge, you will be able to
reupload it to fGTS under a new ID once I launch the battle video server. Stay tuned.</p>
<form id="theForm" runat="server">
<div>
<h2>Generation IV (Platinum, Heart Gold, Soul Silver)</h2>
<asp:TextBox ID="txtBattleVideo4" runat="server" />
<asp:Button ID="btnSend4" Text="Check" OnClick="btnSend4_Click" runat="server" />
<asp:Literal ID="litMessage4" runat="server" />
</div>
<div class="stats">
<asp:Literal ID="litTotal4" runat="server" />
videos saved in total.
</div>
<div>
<h2>Generation V (Black, White, Black 2, White 2)</h2>
<asp:TextBox ID="txtBattleVideo5" runat="server" />
<asp:Button ID="btnSend5" Text="Check" OnClick="btnSend5_Click" runat="server" />
<asp:Literal ID="litMessage5" runat="server" />
<div class="stats">
<asp:Literal ID="litTotal5" runat="server" />
videos saved in total.
</div>
</div>
</form>
</asp:Content>