From 7d4bad0c6e9694759293e3e345dacb2d9fb7da90 Mon Sep 17 00:00:00 2001 From: devjin Date: Wed, 14 Jul 2010 09:26:36 +0000 Subject: [PATCH] add signup mobile tpl git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7604 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/member/tpl/leave_form.html | 28 ++++ modules/member/tpl/member_info_mobile.html | 92 ++++++++++ modules/member/tpl/modify_info_mobile.html | 186 +++++++++++++++++++++ modules/member/tpl/modify_password.html | 30 ++++ modules/member/tpl/signup_form.html | 99 +++++++++++ 5 files changed, 435 insertions(+) create mode 100644 modules/member/tpl/leave_form.html create mode 100644 modules/member/tpl/member_info_mobile.html create mode 100644 modules/member/tpl/modify_info_mobile.html create mode 100644 modules/member/tpl/modify_password.html create mode 100644 modules/member/tpl/signup_form.html diff --git a/modules/member/tpl/leave_form.html b/modules/member/tpl/leave_form.html new file mode 100644 index 000000000..27b1d8135 --- /dev/null +++ b/modules/member/tpl/leave_form.html @@ -0,0 +1,28 @@ +{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/common.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) } + + + + +
+

{$member_title = $lang->msg_leave_member}

+
+ + + +
+
    +
  • {$member_info->user_id}
  • +
  • +
+
+ + +
+
diff --git a/modules/member/tpl/member_info_mobile.html b/modules/member/tpl/member_info_mobile.html new file mode 100644 index 000000000..ad650232c --- /dev/null +++ b/modules/member/tpl/member_info_mobile.html @@ -0,0 +1,92 @@ +{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/common.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) } + + + +
+

{$lang->cmd_view_member_info}

+

{$lang->member_default_info}

+
+
+
    +
  • {htmlspecialchars($member_info->user_name)}
  • +
  • {htmlspecialchars($member_info->nick_name)}
  • + +
  • profile_image
  • + + +
  • image_name
  • + + +
  • image_mark
  • + +
  • {htmlspecialchars($member_info->homepage)}
  • +
  • {htmlspecialchars($member_info->blog)}
  • +
  • {zdate($member_info->birthday,"Y-m-d")}
  • + +
  • {$member_info->signature}
  • + +
  • {$val}
  • +
  • {zdate($member_info->regdate,"Y-m-d H:i")}
  • + +
  • {zdate($member_info->last_login,"Y-m-d H:i")}
  • + + + +
  • + +
    {$openid->openid}
  • + + + +
+
+ +

{$lang->member_extend_info}

+
+
    + +
  • + + {$lang->private} + + + {htmlspecialchars($val->value[0])} + - + {htmlspecialchars($val->value[1])} + - + {htmlspecialchars($val->value[2])} + + {htmlspecialchars($val->value[0])}
    {htmlspecialchars($val->value[1])} + + {htmlspecialchars(implode(", ",$val->value))}  + + {zdate($val->value, "Y-m-d")}  + + {nl2br(htmlspecialchars($val->value))}  + +
  • + + +
+
+ + +
+
diff --git a/modules/member/tpl/modify_info_mobile.html b/modules/member/tpl/modify_info_mobile.html new file mode 100644 index 000000000..62fee280e --- /dev/null +++ b/modules/member/tpl/modify_info_mobile.html @@ -0,0 +1,186 @@ +{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/common.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) } + + + + + + + + + + + + + + + + + + + + + + +
+

{$lang->msg_update_member}

+

{$lang->member_default_info}

+
profile_image == 'Y' || $member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data" target="tmp_upload_iframe"> + + + + + + +
+
    +
  • {htmlspecialchars($member_info->user_id)}
  • +
  • {$lang->about_user_name}

  • +
  • {$lang->about_nick_name}

  • +
  • {$lang->about_email_address}

  • + +
  • + + + + +

    {$lang->profile_image_max_width} : {$member_config->profile_image_max_width}px, {$lang->profile_image_max_height} : {$member_config->profile_image_max_height}px

    +
  • + + +
  • + + + + +

    {$lang->image_name_max_width} : {$member_config->image_name_max_width}px, {$lang->image_name_max_height} : {$member_config->image_name_max_height}px

    +
  • + + +
  • + + + + + +

    {$lang->image_mark_max_width} : {$member_config->image_mark_max_width}px, {$lang->image_mark_max_height} : {$member_config->image_mark_max_height}px

    +
  • + +
  • {$lang->about_homepage}

  • +
  • {$lang->about_blog_url}

  • +
  • {$lang->about_birthday}

  • + +
  • allow_mailing!='N')-->checked="checked" />

    {$lang->about_allow_mailing}

  • + +
  • + +
+
+ +

{$lang->member_extend_info}

+
+
    + +
  • + + + + + + + + + + + + + + + + + + + + + + value)&&in_array($v, $val->value))-->checked="checked"/> + + + + + + value)&&in_array($v, $val->value))-->checked="checked"/> + + + + + + + + + + + + + + + + + + +

    {$val->description}

    + +
  • + +
+
+ + +

{$lang->openid}

+
+ +
+ + +
+
diff --git a/modules/member/tpl/modify_password.html b/modules/member/tpl/modify_password.html new file mode 100644 index 000000000..03e30f74e --- /dev/null +++ b/modules/member/tpl/modify_password.html @@ -0,0 +1,30 @@ +{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/common.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) } + + + + +
+

{$member_title = $lang->cmd_modify_member_password}

+
+ + + +
+
    +
  • {htmlspecialchars($member_info->user_id)}
  • +
  • +
  • +
    +

    {$lang->about_password}

  • +
+
+ + +
+
\ No newline at end of file diff --git a/modules/member/tpl/signup_form.html b/modules/member/tpl/signup_form.html new file mode 100644 index 000000000..bfd73c112 --- /dev/null +++ b/modules/member/tpl/signup_form.html @@ -0,0 +1,99 @@ +{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/common.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) } +{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) } + + + + + +
+

{$lang->cmd_signup}

+

{$lang->member_default_info}

+
+
+
    +
  • {$lang->about_user_id}

  • +
  • {$lang->about_password}

  • +
  • +
  • {$lang->about_user_name}

  • +
  • {$lang->about_nick_name}

  • +
  • {$lang->about_email_address}

  • +
  • {$lang->about_homepage}

  • +
  • {$lang->about_blog_url}

  • +
  • {$lang->about_birthday}

  • +
+
+ +

{$lang->member_extend_info}

+
+
    + +
  • + + + + + + + + + + + + + + + + + + + + + + value)&&in_array($v, $val->value))-->checked="checked"/> + + + + + + value)&&in_array($v, $val->value))-->checked="checked"/> + + + + + + + + + + + + + + + + + + +

    {$val->description}

    + +
  • + +
+
+ + + +
+ +
+
+