From dd5f2f7a1215f5a19e0cd2b6f073b3fb143efa7e Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 17 Feb 2013 00:42:42 -0500 Subject: [PATCH] move more html files around --- views/app/avatar.html | 161 ++++++++++++++++++++++++++++++++++++++++ views/app/footer.html | 2 +- views/app/header.html | 40 ++-------- views/app/index.html | 21 +++--- views/app/modals.html | 158 +-------------------------------------- views/app/party.html | 46 ++++++++++++ views/app/profile.html | 92 ----------------------- views/app/settings.html | 69 +++++++++++++++++ 8 files changed, 299 insertions(+), 290 deletions(-) create mode 100644 views/app/avatar.html create mode 100644 views/app/party.html delete mode 100644 views/app/profile.html create mode 100644 views/app/settings.html diff --git a/views/app/avatar.html b/views/app/avatar.html new file mode 100644 index 0000000000..978d3406d1 --- /dev/null +++ b/views/app/avatar.html @@ -0,0 +1,161 @@ + + + {#with _user.preferences} + + + +
+
+ + +
+ +
{username(_user.auth)}
+
+ + + + +
  • + + + + +
  • + + +
  • + + + + + + +
  • + + +
  • + + + + + + + +
  • +
    + + {#if equal(_user.preferences.gender, 'f')} + +
  • + + + + +
  • +
    + {/} +
    + +
    +
    + {/} + <@footer> + + +
    + + +
    + {#unless @minimal}{#if @profile.items.pet}{/}{/} +
    + {#with @profile.preferences as :p} + + + + + + + {/} +
    + {{#unless @minimal}} +
    Lvl {@profile.stats.lvl}
    + {{/}} +
    + + +
    +
    + {#if _profileEditing} + Save + +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    + +
    +
    + +
    +
    +
      + {#each _user.profile.websites as :website} + +
    • {:website}
    • + {/} +
    + +
    + Save + {else} +

    + {#if @user.profile.name}{@user.profile.name} + {else}{username(@user.auth)} + {/} + {#if @main}Edit{/} +

    + {#if @user.profile.imageUrl} + + {/} + {#if @user.profile.blurb} +

    {@user.profile.blurb}

    + {/} + {#if @user.profile.websites} +
      + {#each @user.profile.websites as :website} +
    • {:website}
    • + {/} +
    + {/} + + {/} +
    + +
    +

    Badges

    +

    Coming Soon

    +
    + +
    \ No newline at end of file diff --git a/views/app/footer.html b/views/app/footer.html index a99aaba7f1..dbe6f90aba 100644 --- a/views/app/footer.html +++ b/views/app/footer.html @@ -1,4 +1,4 @@ - +