diff --git a/web/gts/Pokemon.aspx b/web/gts/Pokemon.aspx
index ed00315f..afba7c5d 100644
--- a/web/gts/Pokemon.aspx
+++ b/web/gts/Pokemon.aspx
@@ -101,6 +101,11 @@
|
+
+ | Version |
+
+ |
+
diff --git a/web/gts/Pokemon.aspx.cs b/web/gts/Pokemon.aspx.cs
index b70c8018..6dafa3b4 100644
--- a/web/gts/Pokemon.aspx.cs
+++ b/web/gts/Pokemon.aspx.cs
@@ -137,6 +137,7 @@ namespace PkmnFoundations.Web.gts
}
litNature.Text = pkmn.Nature.ToString(); // todo: i18n
litAbility.Text = pkmn.Ability == null ? "" : pkmn.Ability.Name.ToString();
+ litVersion.Text = pkmn.Version.ToString();
litHpCurr.Text = pkmn.HP.ToString();
litHp.Text = pkmn.Stats[Stats.Hp].ToString();
litHpProgress.Text = WebFormat.RenderProgress(pkmn.HP, pkmn.Stats[Stats.Hp]);
diff --git a/web/gts/Pokemon.aspx.designer.cs b/web/gts/Pokemon.aspx.designer.cs
index 4ead2699..a97cdef2 100644
--- a/web/gts/Pokemon.aspx.designer.cs
+++ b/web/gts/Pokemon.aspx.designer.cs
@@ -7,11 +7,13 @@
//
//------------------------------------------------------------------------------
-namespace PkmnFoundations.Web.gts {
-
-
- public partial class Pokemon {
-
+namespace PkmnFoundations.Web.gts
+{
+
+
+ public partial class Pokemon
+ {
+
///
/// phSummary control.
///
@@ -20,7 +22,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.PlaceHolder phSummary;
-
+
///
/// litNickname control.
///
@@ -29,7 +31,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litNickname;
-
+
///
/// imgPokemon control.
///
@@ -38,7 +40,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Image imgPokemon;
-
+
///
/// phShiny control.
///
@@ -47,7 +49,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.PlaceHolder phShiny;
-
+
///
/// phPkrs control.
///
@@ -56,7 +58,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.PlaceHolder phPkrs;
-
+
///
/// phPkrsCured control.
///
@@ -65,7 +67,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.PlaceHolder phPkrsCured;
-
+
///
/// litMarks control.
///
@@ -74,7 +76,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litMarks;
-
+
///
/// imgPokeball control.
///
@@ -83,7 +85,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Image imgPokeball;
-
+
///
/// litLevel control.
///
@@ -92,7 +94,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litLevel;
-
+
///
/// litGender control.
///
@@ -101,7 +103,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litGender;
-
+
///
/// litTrainerMemo control.
///
@@ -110,7 +112,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litTrainerMemo;
-
+
///
/// litCharacteristic control.
///
@@ -119,7 +121,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litCharacteristic;
-
+
///
/// litSpecies control.
///
@@ -128,7 +130,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litSpecies;
-
+
///
/// litPokedex control.
///
@@ -137,7 +139,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litPokedex;
-
+
///
/// litType1 control.
///
@@ -146,7 +148,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litType1;
-
+
///
/// litType2 control.
///
@@ -155,7 +157,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litType2;
-
+
///
/// litOtName control.
///
@@ -164,7 +166,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litOtName;
-
+
///
/// litTrainerId control.
///
@@ -173,7 +175,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litTrainerId;
-
+
///
/// litExperience control.
///
@@ -182,7 +184,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litExperience;
-
+
///
/// litExperienceNext control.
///
@@ -191,7 +193,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litExperienceNext;
-
+
///
/// litExpProgress control.
///
@@ -200,7 +202,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litExpProgress;
-
+
///
/// imgHeldItem control.
///
@@ -209,7 +211,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Image imgHeldItem;
-
+
///
/// litHeldItem control.
///
@@ -218,7 +220,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litHeldItem;
-
+
///
/// litNature control.
///
@@ -227,7 +229,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litNature;
-
+
///
/// litAbility control.
///
@@ -236,7 +238,16 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litAbility;
-
+
+ ///
+ /// litVersion control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Literal litVersion;
+
///
/// litHpCurr control.
///
@@ -245,7 +256,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litHpCurr;
-
+
///
/// litHp control.
///
@@ -254,7 +265,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litHp;
-
+
///
/// litHpProgress control.
///
@@ -263,7 +274,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litHpProgress;
-
+
///
/// litAtk control.
///
@@ -272,7 +283,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litAtk;
-
+
///
/// litDef control.
///
@@ -281,7 +292,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litDef;
-
+
///
/// litSAtk control.
///
@@ -290,7 +301,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litSAtk;
-
+
///
/// litSDef control.
///
@@ -299,7 +310,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litSDef;
-
+
///
/// litSpeed control.
///
@@ -308,7 +319,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal litSpeed;
-
+
///
/// rptMoves control.
///
@@ -317,7 +328,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Repeater rptMoves;
-
+
///
/// rptRibbons control.
///
@@ -326,7 +337,7 @@ namespace PkmnFoundations.Web.gts {
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Repeater rptRibbons;
-
+
///
/// rptUnknownRibbons control.
///