From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- templates/404.html | 27 ++--- templates/500.html | 28 +++--- templates/about.html | 68 ++----------- templates/allfiles | 30 ++++++ templates/answer_edit.html | 83 +++------------- templates/answer_edit_tips.html | 54 ++++++++++ templates/ask.html | 87 ++++------------ templates/authopenid/changeemail.html | 4 - templates/authopenid/complete.html | 37 +++---- templates/authopenid/htmlfiles | 8 ++ templates/authopenid/sendpw.html | 17 ++-- templates/authopenid/settings.html | 10 +- templates/authopenid/signin.html | 47 +++++---- templates/authopenid/signup.html | 25 ++--- templates/badge.html | 13 ++- templates/badges.html | 33 ++++--- templates/base.html | 34 ++++--- templates/base_content.html | 34 ++++--- templates/book.html | 52 +++++----- templates/close.html | 18 ++-- templates/content/js/com.cnprog.i18n.js | 90 +++++++++++++++++ templates/content/js/com.cnprog.post.js | 111 ++++++++++++++------- templates/content/js/com.cnprog.utils.js | 24 +++-- templates/content/js/jquery.i18n.js | 133 +++++++++++++++++++++++++ templates/content/js/wmd/wmd.js | 34 +++---- templates/content/style/default.css | 12 +-- templates/content/style/openid.css | 2 +- templates/content/style/style.css | 99 ++++++++++++++----- templates/faq.html | 89 +++++++++-------- templates/footer.html | 21 ++-- templates/header.html | 37 ++++--- templates/index.html | 49 ++++----- templates/logout.html | 10 +- templates/okfiles | 30 ++++++ templates/pagesize.html | 7 +- templates/paginator.html | 16 +-- templates/privacy.html | 37 +++---- templates/question.html | 165 +++++++++++++++++++------------ templates/question_edit.html | 85 ++++------------ templates/question_edit_tips.html | 51 ++++++++++ templates/questions.html | 73 +++++++------- templates/reopen.html | 15 +-- templates/revisions_answer.html | 18 ++-- templates/revisions_question.html | 21 ++-- templates/tags.html | 19 ++-- templates/template.list | 18 ++++ templates/tough/faq.html | 110 +++++++++++++++++++++ templates/tough/question_retag.html | 107 ++++++++++++++++++++ templates/tough/unanswered.html | 115 +++++++++++++++++++++ templates/unanswered.html | 55 ++++++----- templates/upfiles/1245715031297631.png | Bin 0 -> 3863 bytes templates/upfiles/12457157052552259.png | Bin 0 -> 3863 bytes templates/user.html | 3 +- templates/user_edit.html | 19 ++-- templates/user_favorites.html | 4 +- templates/user_footer.html | 3 +- templates/user_info.html | 34 ++++--- templates/user_preferences.html | 15 +-- templates/user_recent.html | 4 +- templates/user_reputation.html | 3 +- templates/user_responses.html | 6 +- templates/user_stats.html | 27 +++-- templates/user_tabs.html | 30 ++++-- templates/user_votes.html | 9 +- templates/users.html | 23 +++-- templates/users_questions.html | 22 +++-- 66 files changed, 1672 insertions(+), 892 deletions(-) create mode 100644 templates/allfiles create mode 100644 templates/answer_edit_tips.html create mode 100644 templates/authopenid/htmlfiles create mode 100644 templates/content/js/com.cnprog.i18n.js create mode 100644 templates/content/js/jquery.i18n.js create mode 100644 templates/okfiles create mode 100644 templates/question_edit_tips.html create mode 100644 templates/template.list create mode 100644 templates/tough/faq.html create mode 100644 templates/tough/question_retag.html create mode 100644 templates/tough/unanswered.html create mode 100755 templates/upfiles/1245715031297631.png create mode 100755 templates/upfiles/12457157052552259.png (limited to 'templates') diff --git a/templates/404.html b/templates/404.html index 02725854..d24edaf0 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,4 +1,6 @@ + {% extends "base_content.html" %} +{% load i18n %} {% block title %}{% spaceless %}404 Error{% endspaceless %}{% endblock %} {% block forestyle%} -{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
- 404 Not Found -
-
-
-

{% trans "Sorry, could not find the page you requested." %}

-
- {% trans "This might have happened for the following reasons:" %}
-
    -
  • {% trans "this question or answer has been deleted;" %}
  • -
  • {% trans "url has error - please check it;" %}
  • -
  • {% trans "the page you tried to visit is protected or you don't have sufficient points, see" %} faq
  • -
  • {% trans "if you believe this error 404 should not have occured, please" %} - {% trans "report this problem" %}
  • - -
- - -
- -
-{% endblock %} - diff --git a/templates/500.html b/templates/500.html deleted file mode 100644 index c99774b3..00000000 --- a/templates/500.html +++ /dev/null @@ -1,35 +0,0 @@ - -{% extends "base_content.html" %} -{% load i18n %} -{% block title %}{% spaceless %}500 Error{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
-

- 500 Server Error -

- -
-
-
-

{% trans "sorry, system error"

-
- {% trans "system error log is recorded, error will be fixed as soon as possible" %}
- {% trans "please report the error to the site administrators if you wish" %} -
- -
-{% endblock %} - diff --git a/templates/about.html b/templates/about.html deleted file mode 100644 index 4655a641..00000000 --- a/templates/about.html +++ /dev/null @@ -1,21 +0,0 @@ - -{% extends "base_content.html" %} -{% load i18n %} -{% load extra_tags %} -{% load humanize %} -{% block title %}{% spaceless %}{% trans "About" %}{% endspaceless %}{% endblock %} -{% block forejs %} -{% endblock %} -{% block content %} -
-{% trans "About" %} -
- -
-

edit file templates/about.html. Below are just suggestions of what can go here

-

what is your site for?

-

how does it work? what are roles of members?

-

is there a place to find out more about this website?

-
-{% endblock %} - diff --git a/templates/allfiles b/templates/allfiles deleted file mode 100644 index 3ca0191e..00000000 --- a/templates/allfiles +++ /dev/null @@ -1,30 +0,0 @@ -404.html -500.html -about.html -ask.html -badges.html -base_content.html -base.html -book.html -close.html -faq.html -footer.html -header.html -index.html -logout.html -pagesize.html -paginator.html -privacy.html -question_edit_tips.html -question.html -questions.html -revisions_answer.html -tags.html -unanswered.html -user_edit.html -user_info.html -users.html -users_questions.html -user_stats.html -user_tabs.html -user_votes.html diff --git a/templates/answer_edit.html b/templates/answer_edit.html deleted file mode 100644 index 008d9f78..00000000 --- a/templates/answer_edit.html +++ /dev/null @@ -1,88 +0,0 @@ - -{% extends "base.html" %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "Edit answer" %}{% endspaceless %}{% endblock %} -{% block forejs %} - - - - - - - -{% endblock %} - -{% block content %} -
- {% trans "Edit answer" %} [{% trans "back" %}] -
-
-
-
-
- {% if revision_form.revision.errors %}{{ revision_form.revision.errors.as_ul }}{% endif %} -
- {{ revision_form.revision }} -

-
-
- {{ form.text }} - -
{% trans "toggle preview" %}
-
-
-
- - {{ form.summary.label_tag }}
- {{ form.summary }} {{ form.summary.errors }} -
- {{ form.summary.help_text }} -
-
- - -
-
-
-
-
-{% endblock %} - -{% block sidebar %} -{% include "answer_edit_tips.html" %} -{% endblock %} - -{% block endjs %} -{% endblock %} - diff --git a/templates/answer_edit_tips.html b/templates/answer_edit_tips.html deleted file mode 100644 index 08d33bc9..00000000 --- a/templates/answer_edit_tips.html +++ /dev/null @@ -1,54 +0,0 @@ - -{% load i18n %} -
-

{% trans "answer tips" %}

-
-
    -
  • {% trans "please make your answer relevant to this community" %} -
  • -
  • - {% trans "try to give an answer, rather than engage into a discussion" %} -
  • -
  • - {% trans "please try to provide details" %} -
  • -
  • - {% trans "be clear and concise" %} -
  • -
- faq » -
-
-
- -
-

{% trans "Markdown tips" %}

- - {% trans "learn more about Markdown" %} » -
-
- diff --git a/templates/ask.html b/templates/ask.html deleted file mode 100644 index 1b00a701..00000000 --- a/templates/ask.html +++ /dev/null @@ -1,140 +0,0 @@ - -{% extends "base.html" %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "Ask a question" %}{% endspaceless %}{% endblock %} -{% block forejs %} - - - - - - - -{% endblock %} - -{% block content %} -
- {% trans "Ask a question" %} -
-
-
-
-

-
- {{ form.title }} {{ form.title.errors }} -

- {{ form.title.help_text }} -
-

- -

-

- {{ form.text }} - -
- - - - - - -
- {% trans "toggle preview" %} - - {{ form.wiki }} {{ form.wiki.label_tag }} -
-
-
- -
-

-

- {{ form.tags.label_tag }}:
- {{ form.tags }} {{ form.tags.errors }} -

- {{ form.tags.help_text }} -
-

-
- {% if not request.user.is_authenticated %} - - - - - - -
- {% trans "Use" %} OpenID {% trans "Login" %}:
- {{ form.openid }} -
- {% trans "Get your own "%} OpenID。 -
-
-
-
-
- {% trans "User name" %}:
- {{ form.user }} -

- {% trans "Email: (won't be shown to anyone)" %}:
- {{ form.email }} -

-
- {% endif %} - -

-
-
-
-{% endblock %} - -{% block sidebar %} -{% include "question_edit_tips.html" %} -{% endblock %} - -{% block endjs %} -{% endblock %} - diff --git a/templates/authopenid/changeemail.html b/templates/authopenid/changeemail.html deleted file mode 100644 index 99984b3f..00000000 --- a/templates/authopenid/changeemail.html +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "base_content.html" %} -{% load i18n %} -{% block content %} -
-

- {% trans "Account: change email" %} -

-
-

{% blocktrans %}This is where you can change the email address associated with your account. Please keep this email address up to date so we can send you a password-reset email if you request one.{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
- {% if form.email.errors %} - {{ form.email.errors|join:", " }} - {% endif %} - {% if form.password.errors %} - {{ form.password.errors|join:", " }} - {% endif %} -

-{% endif %} - -{% if msg %} -

{{ msg }}

-{% endif %} - -
-
- -
{{ form.email }}
-
{{ form.password }}
- -

- -
-
-{% endblock %} diff --git a/templates/authopenid/changeopenid.html b/templates/authopenid/changeopenid.html deleted file mode 100644 index c1f3d180..00000000 --- a/templates/authopenid/changeopenid.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block content %} -
-

- {% trans "Account: change OpenID URL" %} -

-
- -

{% blocktrans %}This is where you can change your OpenID URL. Make sure you remember it!{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
- {% if form.openid_url.errors %} - {{ form.openid_url.errors|join:", " }} - {% endif %} - - -

-{% endif %} -{% if msg %} -

{{ msg }}

-{% endif %} - -
-
- -
{{ form.openid_url }}
-

- -
-
-{% endblock %} diff --git a/templates/authopenid/changepw.html b/templates/authopenid/changepw.html deleted file mode 100644 index f3cf4be0..00000000 --- a/templates/authopenid/changepw.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block head %} - -{% endblock %} - - - -{% block content %} -
-

- {% trans "Account: change password" %} -

-
-

{% blocktrans %}This is where you can change your password. Make sure you remember it!{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
-{{ form.errors }} -

-{% endif %} - -
-
- -
{{ form.oldpw }}
-
{{ form.password1 }}
-
{{ form.password2 }}
-

- -
-
-{% endblock %} diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html deleted file mode 100644 index 28c38a04..00000000 --- a/templates/authopenid/complete.html +++ /dev/null @@ -1,67 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block head %}{% endblock %} -{% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %} -{% block content %} -
- {% trans "Connect your OpenID with your account on this site" %} -
-

-

{% trans "Your OpenID is accepted. Please complete this to finish registration." %}

-

{% trans "This account already exists, please use another." %}

-

- - {% if form1.errors %} -

- {% trans "Sorry, looks like we have some errors:" %}
-

-

- {% endif %} - {% if form2.errors %} -

- {% trans "Sorry, looks like we have some errors:" %}
-

-

- {% endif %} - -
-
- {{ form.next }} -
- {% trans "New account" %} -

{{ form1.username }}
-

{{ form1.email }}
-
-
-
-
- -{% endblock %} diff --git a/templates/authopenid/confirm_email.txt b/templates/authopenid/confirm_email.txt deleted file mode 100644 index 9af177ed..00000000 --- a/templates/authopenid/confirm_email.txt +++ /dev/null @@ -1,12 +0,0 @@ -Thank you for registering. - -Your account details are: - -Username: {{ username }} -Password: {{ password }} - - -You may sign in here: -{{ site_url }}signin/ - - diff --git a/templates/authopenid/delete.html b/templates/authopenid/delete.html deleted file mode 100644 index 19e0884a..00000000 --- a/templates/authopenid/delete.html +++ /dev/null @@ -1,38 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - - -{% block content %} -
-

- {% trans "Account: delete account" %} -

-
- -

{% blocktrans %}Note: After deleting your account, anyone will be able to register this username.{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
- {% if form.confirm.errors %} - {% trans "Check confirm box, if you want delete your account." %}
- {% endif %} - {% if form.password.errors %} - {% trans "Password:" %} {{ form.password.errors|join:", " }} - {% endif %} -

-{% endif %} -{% if msg %} -

{% trans "Please correct errors below:" %}
- {{ msg }} -

-{% endif %} -
-
- -
{{ form.confirm }} {% trans "I am sure I want to delete my account." %}
-
{{ form.password }} {% trans "(required for your security)" %}
- -

- -
-
-{% endblock %} diff --git a/templates/authopenid/failure.html b/templates/authopenid/failure.html deleted file mode 100644 index 87839ab2..00000000 --- a/templates/authopenid/failure.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - OpenID failed - - -

OpenID failed

- -

{{ message|escape }}

- - - \ No newline at end of file diff --git a/templates/authopenid/htmlfiles b/templates/authopenid/htmlfiles deleted file mode 100644 index 1b9dccd0..00000000 --- a/templates/authopenid/htmlfiles +++ /dev/null @@ -1,8 +0,0 @@ -changeemail.html -changeopenid.html -changepw.html -delete.html -failure.html -sendpw.html -settings.html -signup.html diff --git a/templates/authopenid/sendpw.html b/templates/authopenid/sendpw.html deleted file mode 100644 index a9488c4c..00000000 --- a/templates/authopenid/sendpw.html +++ /dev/null @@ -1,34 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "Send new password" %}{% endspaceless %}{% endblock %} - -{% block content %} -
-

{% trans "Send new password" %}

- -
-
-{% trans "Lost your password? No problem - here you can reset it." %}
-{% trans "Please enter your username below and new password will be sent to your registered e-mail" %} -
-{% if form.errors %} -

{% "Sorry, looks like we have some errors:" %}
- {% if form.username.errors %} - {{ form.username.errors|join:", " }} - {% endif %} -

-{% endif %} -{% if msg %} -
{{ msg }}
-{% endif %} - -
-
-
{{ form.username }}
- -

{% trans "return to login" %}

- -
- {% trans "Note: your new password will be activated only after you click the activation link in the email message" %} -
-{% endblock %} diff --git a/templates/authopenid/sendpw_email.txt b/templates/authopenid/sendpw_email.txt deleted file mode 100644 index dec062a8..00000000 --- a/templates/authopenid/sendpw_email.txt +++ /dev/null @@ -1,14 +0,0 @@ -Someone has requested to reset your password on {{ site_url }}. -If this is not you, it is safe to ignore this email. - -Your new account details are: - -Username: {{ username }} -New password: {{ password }} - -To confirm reset of your password go to this address: -{{ site_url }}{{ url_confirm }}?key={{ confirm_key }} - -Regards, - - diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html deleted file mode 100644 index ffd5dd8f..00000000 --- a/templates/authopenid/settings.html +++ /dev/null @@ -1,41 +0,0 @@ -{% extends "base_content.html" %} -{% load i18n %} - -{% block head %} - -{% endblock %} - -{% block content %} -
-

{{ request.user.username }} {% trans "Profile" %}

-
-
- {% if msg %} -

{{ msg }}

- {% endif %} - -
-
» {% trans "Change password" %}
-
{% trans "Give your account a new password." %}
-
» {% trans "Change email " %}
-
{% trans "Add or update the email address associated with your account." %}
- {% if is_openid %} -
» {% trans "Change OpenID %}
-
{% trans "Change openid associated to your account" %}
- {% endif %} - -
» {% trans "Delete account" %}
-
{% trans "Erase your username and all your data from website" %}
-
-
-{% endblock %} diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html deleted file mode 100644 index aff2f06f..00000000 --- a/templates/authopenid/signin.html +++ /dev/null @@ -1,95 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} -{% block forejs %} - - - -{% endblock %} -{% block content %} -
- {% trans "User login" %} -
-
-
- {{ form2.next }} -

{% trans "we support two login modes" %}

- {% if msg %} -

{{ msg }}

- {% endif %} -
- {% trans "Login with your OpenID" %} -
-

{% trans "select openid provider" %}

-
-
-


-

{% trans "verify openid link and login" %}

-
-

- {{ form2.openid_url }} -

-
-
-
-
- {% if form1.errors %} -

- {% trans "Sorry, looks like we have some errors:" %}
-

    - {% if form1.username.errors %} -
  • {{ form1.username.errors|join:", " }}
  • - {% endif %} - {% if form1.password.errors %} -
  • {{ form1.password.errors|join:", " }}
  • - {% endif %} -
-

- {% endif %} -
-
- {{ form1.next }} -
- {% trans "Use login name and password" %} -

{{ form1.username }}
-

{{ form1.password }}
- -
-
-
-
-{% endblock %} - -{% block sidebar %} -
-

{% trans "Why use OpenID?" %}

-

-

- {% trans "Find out more" %} »
- {% trans "Get OpenID" %} » -

-
-
-{% endblock%} - diff --git a/templates/authopenid/signup.html b/templates/authopenid/signup.html deleted file mode 100644 index a4460aa3..00000000 --- a/templates/authopenid/signup.html +++ /dev/null @@ -1,52 +0,0 @@ -{% extends "base.html" %} -{% block title %}{% spaceless %}{% trans "Signup" %}{% endspaceless %}{% endblock %} - -{% block content %} -
-

{% trans "Signup" %}

- -
-
-

{% trans "We support two types of user registration: conventional username/password, and" %} {% trans "the OpenID method" %}.

- - {% if form.errors %} - -

- {% trans "Sorry, looks like we have some errors" %}
-

-

- {% endif %} -
-
-
- {% trans "Conventional registration" %} -

{{ form.username }}
- -

{{ form.email }}
-

{{ form.password1 }}
-

{{ form.password2 }}
- -
-
-
-
-
- -
-
{{ form2.openid_url }}
-
-
-
-{% endblock %} diff --git a/templates/authopenid/yadis.xrdf b/templates/authopenid/yadis.xrdf deleted file mode 100644 index a9ed44fe..00000000 --- a/templates/authopenid/yadis.xrdf +++ /dev/null @@ -1,14 +0,0 @@ - - - - - http://specs.openid.net/auth/2.0/return_to - {% for uri in return_to %} - {{ uri }} - {% endfor %} - - - \ No newline at end of file diff --git a/templates/badge.html b/templates/badge.html deleted file mode 100644 index d0906918..00000000 --- a/templates/badge.html +++ /dev/null @@ -1,37 +0,0 @@ - -{% extends "base_content.html" %} -{% load i18n %} -{% load extra_tags %} -{% load humanize %} -{% block title %}{% spaceless %}{{ badge.name }} - {% trans "Badge" %}{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
- {% trans "Badge" %} -
-
-

-  {{ badge.name }} {{ badge.description }} -

-
- {% if badge.awarded_count %} -

{{ awards|length|intcomma }} - {% trans "The users have been awarded with badges:" %}

- {% endif %} -
-
- {% for award in awards %} -

{{ award.name }} {% get_score_badge_by_details award.rep award.gold award.silver award.bronze %}

- {% endfor %} -
- -
-{% endblock %} - diff --git a/templates/badges.html b/templates/badges.html deleted file mode 100644 index 8a3b7eab..00000000 --- a/templates/badges.html +++ /dev/null @@ -1,78 +0,0 @@ - -{% extends "base.html" %} -{% load extra_tags %} -{% load humanize %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "Badges summary" %}{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
- {% trans "Badges" %} -
-
-

- {% trans "Community gives you awards for your questions, answers and votes." %}
- {% trans "Below is the list of available badges and number of times each type of badge has been awarded." %} -

-
-
- {% for badge in badges %} -
-
- {% for a in mybadges %} - {% ifequal a.badge_id badge.id %} - - {% endifequal %} - {% endfor %} -
-
-  {{ badge.name }} × {{ badge.awarded_count|intcomma }} -
-

- {{ badge.description }} -

-
- {% endfor %} -
-
-{% endblock %} -{% block sidebar %} - -
-

{% trans "Community badges" %}

-
-

-  {% trans "gold" %} -

-

- {% trans "Gold badge is very rare." %} - {% trans "To obtain it you have to show profound knowledge and ability in addition to actively participating in the community." %} - {% trans "Gold badge is the highest award in this community." %} -

-

-  {% trans "silver" %} -

-

- {% trans "Obtaining silver badge requires significant patience." %} - {% trans "If you got one, you've very significantly contributed to this community" %} -

-

- -  {% trans "bronze" %} -

-

- {% trans "If you are active in this community, you will will get this medal - still it is a special honor." %} -

-
-
-{% endblock %} - diff --git a/templates/base.html b/templates/base.html deleted file mode 100644 index dca312e3..00000000 --- a/templates/base.html +++ /dev/null @@ -1,91 +0,0 @@ - - -{% load extra_filters %} -{% load i18n %} - - - {% block title %}{% endblock %} - {% trans "site title" %} - {% trans "site slogan" %} - {% spaceless %} - {% block meta %}{% endblock %} - {% endspaceless %} - - - - - - - - - - - - - {% with request.user.get_messages as messages%} - {% if messages %} - - - {% endif %} - {% endwith %} - - {% block forejs %} - {% endblock %} - - - - {% include "header.html" %} -
-
-
- {% block content%} - {% endblock%} - -
- -
- {% block sidebar%} - {% endblock%} - -
-
- {% block tail %} - {% endblock %} -
-
-
-
- {% include "footer.html" %} - {% block endjs %} - {% endblock %} - - - diff --git a/templates/base_content.html b/templates/base_content.html deleted file mode 100644 index 98a09150..00000000 --- a/templates/base_content.html +++ /dev/null @@ -1,86 +0,0 @@ - - -{% load i18n %} - - - {% block title %}{% endblock %} - {% trans "site title" %} - {% trans "site slogan" %} - - - - - {% spaceless %} - {% block forestyle %}{% endblock %} - {% endspaceless %} - - - - - - - - - - - {% with request.user.get_messages as messages%} - {% if messages %} - - - {% endif %} - {% endwith %} - - {% block forejs %} - {% endblock %} - - - - {% include "header.html" %} -
-
-
- {% block content%} - {% endblock%} - -
-
- {% block tail %} - {% endblock %} -
-
-
-
- {% include "footer.html" %} - {% block endjs %} - {% endblock %} - - - diff --git a/templates/book.html b/templates/book.html deleted file mode 100644 index a58a09f2..00000000 --- a/templates/book.html +++ /dev/null @@ -1,152 +0,0 @@ - -{% extends "base_content.html" %} -{% load i18n %} -{% load extra_tags %} -{% load extra_filters %} -{% load humanize %} -{% block title %}{% spaceless %}{{ book.title }}-{% trans "reading channel" %}{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
《{{ book.title }}》
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% if author_info.blog_url %} - - - - - - {% endif %} - - - - - - - - -
{% trans "[author]" %}{{ book.author }}
{% trans "[publisher]" %}{{ book.publication }}
{% trans "[publication date]" %}{{ book.published_at|date:"Y-m" }}
{% trans "[price]" %}{{ book.price }} {% trans "currency unit" %}
{% trans "[pages]" %}{{ book.pages }} {% trans "pages abbreviation" %}
{% trans "[tags]" %}{{ book.tagnames }}
 
{% trans "author blog" %} »
{% trans "book directory" %} »
{% trans "buy online" %} »
-
-
- -
-
- -
- - - - -
-{% endblock %} -{% block tail %} -
- {% cnprog_paginator context %} - -
-
- -
- -{% endblock %} - diff --git a/templates/close.html b/templates/close.html deleted file mode 100644 index 32df3e82..00000000 --- a/templates/close.html +++ /dev/null @@ -1,36 +0,0 @@ - -{% extends "base_content.html" %} -{% load i18n %} -{% load extra_tags %} -{% load humanize %} -{% block title %}{% spaceless %}{% trans "Close question" %}{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
- {% trans "Close question" %} -
-
-

{% trans "Close the question" %}: - {{ question.get_question_title }} -

- -
-

- {% trans "Reasons" %}: {{ form.reason }} -

-
- - - -
- -
-
-{% endblock %} - diff --git a/templates/content/images/box-arrow.gif b/templates/content/images/box-arrow.gif deleted file mode 100644 index 89dcf5b3..00000000 Binary files a/templates/content/images/box-arrow.gif and /dev/null differ diff --git a/templates/content/images/bullet_green.gif b/templates/content/images/bullet_green.gif deleted file mode 100644 index fa530910..00000000 Binary files a/templates/content/images/bullet_green.gif and /dev/null differ diff --git a/templates/content/images/cc-88x31.png b/templates/content/images/cc-88x31.png deleted file mode 100644 index 0f2a0f10..00000000 Binary files a/templates/content/images/cc-88x31.png and /dev/null differ diff --git a/templates/content/images/cc-wiki.png b/templates/content/images/cc-wiki.png deleted file mode 100644 index 3e680538..00000000 Binary files a/templates/content/images/cc-wiki.png and /dev/null differ diff --git a/templates/content/images/close-small-hover.png b/templates/content/images/close-small-hover.png deleted file mode 100644 index 7899aec7..00000000 Binary files a/templates/content/images/close-small-hover.png and /dev/null differ diff --git a/templates/content/images/close-small.png b/templates/content/images/close-small.png deleted file mode 100644 index 5a99d31f..00000000 Binary files a/templates/content/images/close-small.png and /dev/null differ diff --git a/templates/content/images/cnprog_logo_200_56.gif b/templates/content/images/cnprog_logo_200_56.gif deleted file mode 100644 index ab690de2..00000000 Binary files a/templates/content/images/cnprog_logo_200_56.gif and /dev/null differ diff --git a/templates/content/images/dash.gif b/templates/content/images/dash.gif deleted file mode 100644 index d1ddc507..00000000 Binary files a/templates/content/images/dash.gif and /dev/null differ diff --git a/templates/content/images/djangomade124x25_grey.gif b/templates/content/images/djangomade124x25_grey.gif deleted file mode 100644 index d34bb311..00000000 Binary files a/templates/content/images/djangomade124x25_grey.gif and /dev/null differ diff --git a/templates/content/images/dot-g.gif b/templates/content/images/dot-g.gif deleted file mode 100644 index 5d6bb28e..00000000 Binary files a/templates/content/images/dot-g.gif and /dev/null differ diff --git a/templates/content/images/dot-list.gif b/templates/content/images/dot-list.gif deleted file mode 100644 index f6a6b865..00000000 Binary files a/templates/content/images/dot-list.gif and /dev/null differ diff --git a/templates/content/images/edit.png b/templates/content/images/edit.png deleted file mode 100644 index dcb09be0..00000000 Binary files a/templates/content/images/edit.png and /dev/null differ diff --git a/templates/content/images/expander-arrow-hide.gif b/templates/content/images/expander-arrow-hide.gif deleted file mode 100644 index feb6a618..00000000 Binary files a/templates/content/images/expander-arrow-hide.gif and /dev/null differ diff --git a/templates/content/images/expander-arrow-show.gif b/templates/content/images/expander-arrow-show.gif deleted file mode 100644 index 6825c56e..00000000 Binary files a/templates/content/images/expander-arrow-show.gif and /dev/null differ diff --git a/templates/content/images/favicon.gif b/templates/content/images/favicon.gif deleted file mode 100644 index 910c2666..00000000 Binary files a/templates/content/images/favicon.gif and /dev/null differ diff --git a/templates/content/images/favicon.ico b/templates/content/images/favicon.ico deleted file mode 100644 index b5c6f578..00000000 Binary files a/templates/content/images/favicon.ico and /dev/null differ diff --git a/templates/content/images/feed-icon-small.png b/templates/content/images/feed-icon-small.png deleted file mode 100644 index b3c949d2..00000000 Binary files a/templates/content/images/feed-icon-small.png and /dev/null differ diff --git a/templates/content/images/grippie.png b/templates/content/images/grippie.png deleted file mode 100644 index 6524d416..00000000 Binary files a/templates/content/images/grippie.png and /dev/null differ diff --git a/templates/content/images/indicator.gif b/templates/content/images/indicator.gif deleted file mode 100644 index 1c72ebb5..00000000 Binary files a/templates/content/images/indicator.gif and /dev/null differ diff --git a/templates/content/images/logo.png b/templates/content/images/logo.png deleted file mode 100644 index 640eb1da..00000000 Binary files a/templates/content/images/logo.png and /dev/null differ diff --git a/templates/content/images/logo1.png b/templates/content/images/logo1.png deleted file mode 100644 index d79a6271..00000000 Binary files a/templates/content/images/logo1.png and /dev/null differ diff --git a/templates/content/images/logo2.png b/templates/content/images/logo2.png deleted file mode 100644 index bd3cccd9..00000000 Binary files a/templates/content/images/logo2.png and /dev/null differ diff --git a/templates/content/images/medala.gif b/templates/content/images/medala.gif deleted file mode 100644 index 93dd1a39..00000000 Binary files a/templates/content/images/medala.gif and /dev/null differ diff --git a/templates/content/images/medala_on.gif b/templates/content/images/medala_on.gif deleted file mode 100644 index a18f9e85..00000000 Binary files a/templates/content/images/medala_on.gif and /dev/null differ diff --git a/templates/content/images/new.gif b/templates/content/images/new.gif deleted file mode 100644 index 8a220b53..00000000 Binary files a/templates/content/images/new.gif and /dev/null differ diff --git a/templates/content/images/nophoto.png b/templates/content/images/nophoto.png deleted file mode 100644 index 2daf0ffd..00000000 Binary files a/templates/content/images/nophoto.png and /dev/null differ diff --git a/templates/content/images/openid.gif b/templates/content/images/openid.gif deleted file mode 100644 index 8540e12b..00000000 Binary files a/templates/content/images/openid.gif and /dev/null differ diff --git a/templates/content/images/openid/aol.gif b/templates/content/images/openid/aol.gif deleted file mode 100644 index decc4f12..00000000 Binary files a/templates/content/images/openid/aol.gif and /dev/null differ diff --git a/templates/content/images/openid/blogger.ico b/templates/content/images/openid/blogger.ico deleted file mode 100644 index 1b9730b0..00000000 Binary files a/templates/content/images/openid/blogger.ico and /dev/null differ diff --git a/templates/content/images/openid/claimid.ico b/templates/content/images/openid/claimid.ico deleted file mode 100644 index 2b80f491..00000000 Binary files a/templates/content/images/openid/claimid.ico and /dev/null differ diff --git a/templates/content/images/openid/facebook.gif b/templates/content/images/openid/facebook.gif deleted file mode 100644 index b997b358..00000000 Binary files a/templates/content/images/openid/facebook.gif and /dev/null differ diff --git a/templates/content/images/openid/flickr.ico b/templates/content/images/openid/flickr.ico deleted file mode 100644 index 11f6e07f..00000000 Binary files a/templates/content/images/openid/flickr.ico and /dev/null differ diff --git a/templates/content/images/openid/google.gif b/templates/content/images/openid/google.gif deleted file mode 100644 index 1b6cd07b..00000000 Binary files a/templates/content/images/openid/google.gif and /dev/null differ diff --git a/templates/content/images/openid/livejournal.ico b/templates/content/images/openid/livejournal.ico deleted file mode 100644 index f3d21ec5..00000000 Binary files a/templates/content/images/openid/livejournal.ico and /dev/null differ diff --git a/templates/content/images/openid/myopenid.ico b/templates/content/images/openid/myopenid.ico deleted file mode 100644 index ceb06e6a..00000000 Binary files a/templates/content/images/openid/myopenid.ico and /dev/null differ diff --git a/templates/content/images/openid/openid-inputicon.gif b/templates/content/images/openid/openid-inputicon.gif deleted file mode 100644 index cde836c8..00000000 Binary files a/templates/content/images/openid/openid-inputicon.gif and /dev/null differ diff --git a/templates/content/images/openid/openid.gif b/templates/content/images/openid/openid.gif deleted file mode 100644 index c718b0e6..00000000 Binary files a/templates/content/images/openid/openid.gif and /dev/null differ diff --git a/templates/content/images/openid/technorati.ico b/templates/content/images/openid/technorati.ico deleted file mode 100644 index fa1083c1..00000000 Binary files a/templates/content/images/openid/technorati.ico and /dev/null differ diff --git a/templates/content/images/openid/verisign.ico b/templates/content/images/openid/verisign.ico deleted file mode 100644 index 3953af93..00000000 Binary files a/templates/content/images/openid/verisign.ico and /dev/null differ diff --git a/templates/content/images/openid/vidoop.ico b/templates/content/images/openid/vidoop.ico deleted file mode 100644 index bbd9a0d5..00000000 Binary files a/templates/content/images/openid/vidoop.ico and /dev/null differ diff --git a/templates/content/images/openid/wordpress.ico b/templates/content/images/openid/wordpress.ico deleted file mode 100644 index 31b7d2c2..00000000 Binary files a/templates/content/images/openid/wordpress.ico and /dev/null differ diff --git a/templates/content/images/openid/yahoo.gif b/templates/content/images/openid/yahoo.gif deleted file mode 100644 index 42adbfa5..00000000 Binary files a/templates/content/images/openid/yahoo.gif and /dev/null differ diff --git a/templates/content/images/quest-bg.gif b/templates/content/images/quest-bg.gif deleted file mode 100644 index b7540238..00000000 Binary files a/templates/content/images/quest-bg.gif and /dev/null differ diff --git a/templates/content/images/vote-accepted-on.png b/templates/content/images/vote-accepted-on.png deleted file mode 100644 index 2026f3bc..00000000 Binary files a/templates/content/images/vote-accepted-on.png and /dev/null differ diff --git a/templates/content/images/vote-accepted.png b/templates/content/images/vote-accepted.png deleted file mode 100644 index ecd18551..00000000 Binary files a/templates/content/images/vote-accepted.png and /dev/null differ diff --git a/templates/content/images/vote-arrow-down-on.png b/templates/content/images/vote-arrow-down-on.png deleted file mode 100644 index 048dbb44..00000000 Binary files a/templates/content/images/vote-arrow-down-on.png and /dev/null differ diff --git a/templates/content/images/vote-arrow-down.png b/templates/content/images/vote-arrow-down.png deleted file mode 100644 index e4fdec0a..00000000 Binary files a/templates/content/images/vote-arrow-down.png and /dev/null differ diff --git a/templates/content/images/vote-arrow-up-on.png b/templates/content/images/vote-arrow-up-on.png deleted file mode 100644 index 56ad0c25..00000000 Binary files a/templates/content/images/vote-arrow-up-on.png and /dev/null differ diff --git a/templates/content/images/vote-arrow-up.png b/templates/content/images/vote-arrow-up.png deleted file mode 100644 index 6e9a51c7..00000000 Binary files a/templates/content/images/vote-arrow-up.png and /dev/null differ diff --git a/templates/content/images/vote-favorite-off.png b/templates/content/images/vote-favorite-off.png deleted file mode 100644 index c1bef074..00000000 Binary files a/templates/content/images/vote-favorite-off.png and /dev/null differ diff --git a/templates/content/images/vote-favorite-on.png b/templates/content/images/vote-favorite-on.png deleted file mode 100644 index 1f9c14ab..00000000 Binary files a/templates/content/images/vote-favorite-on.png and /dev/null differ diff --git a/templates/content/js/com.cnprog.editor.js b/templates/content/js/com.cnprog.editor.js deleted file mode 100644 index 289d9866..00000000 --- a/templates/content/js/com.cnprog.editor.js +++ /dev/null @@ -1,68 +0,0 @@ -/* - jQuery TextAreaResizer plugin - Created on 17th January 2008 by Ryan O'Dell - Version 1.0.4 -*/(function($){var textarea,staticOffset;var iLastMousePos=0;var iMin=32;var grip;$.fn.TextAreaResizer=function(){return this.each(function(){textarea=$(this).addClass('processed'),staticOffset=null;$(this).wrap('
').parent().append($('
').bind("mousedown",{el:this},startDrag));var grippie=$('div.grippie',$(this).parent())[0];grippie.style.marginRight=(grippie.offsetWidth-$(this)[0].offsetWidth)+'px'})};function startDrag(e){textarea=$(e.data.el);textarea.blur();iLastMousePos=mousePosition(e).y;staticOffset=textarea.height()-iLastMousePos;textarea.css('opacity',0.25);$(document).mousemove(performDrag).mouseup(endDrag);return false}function performDrag(e){var iThisMousePos=mousePosition(e).y;var iMousePos=staticOffset+iThisMousePos;if(iLastMousePos>=(iThisMousePos)){iMousePos-=5}iLastMousePos=iThisMousePos;iMousePos=Math.max(iMin,iMousePos);textarea.height(iMousePos+'px');if(iMousePos1&&!select.visible()){onChange(0,true);}}).bind("search",function(){var fn=(arguments.length>1)?arguments[1]:null;function findValueCallback(q,data){var result;if(data&&data.length){for(var i=0;i1){v=words.slice(0,words.length-1).join(options.multipleSeparator)+options.multipleSeparator+v;}v+=options.multipleSeparator;}$input.val(v);hideResultsNow();$input.trigger("result",[selected.data,selected.value]);return true;}function onChange(crap,skipPrevCheck){if(lastKeyPressCode==KEY.DEL){select.hide();return;}var currentValue=$input.val();if(!skipPrevCheck&¤tValue==previousValue)return;previousValue=currentValue;currentValue=lastWord(currentValue);if(currentValue.length>=options.minChars){$input.addClass(options.loadingClass);if(!options.matchCase)currentValue=currentValue.toLowerCase();request(currentValue,receiveData,hideResultsNow);}else{stopLoading();select.hide();}};function trimWords(value){if(!value){return[""];}var words=value.split(options.multipleSeparator);var result=[];$.each(words,function(i,value){if($.trim(value))result[i]=$.trim(value);});return result;}function lastWord(value){if(!options.multiple)return value;var words=trimWords(value);return words[words.length-1];}function autoFill(q,sValue){if(options.autoFill&&(lastWord($input.val()).toLowerCase()==q.toLowerCase())&&lastKeyPressCode!=KEY.BACKSPACE){$input.val($input.val()+sValue.substring(lastWord(previousValue).length));$.Autocompleter.Selection(input,previousValue.length,previousValue.length+sValue.length);}};function hideResults(){clearTimeout(timeout);timeout=setTimeout(hideResultsNow,200);};function hideResultsNow(){var wasVisible=select.visible();select.hide();clearTimeout(timeout);stopLoading();if(options.mustMatch){$input.search(function(result){if(!result){if(options.multiple){var words=trimWords($input.val()).slice(0,-1);$input.val(words.join(options.multipleSeparator)+(words.length?options.multipleSeparator:""));}else -$input.val("");}});}if(wasVisible)$.Autocompleter.Selection(input,input.value.length,input.value.length);};function receiveData(q,data){if(data&&data.length&&hasFocus){stopLoading();select.display(data,q);autoFill(q,data[0].value);select.show();}else{hideResultsNow();}};function request(term,success,failure){if(!options.matchCase)term=term.toLowerCase();var data=cache.load(term);if(data&&data.length){success(term,data);}else if((typeof options.url=="string")&&(options.url.length>0)){var extraParams={timestamp:+new Date()};$.each(options.extraParams,function(key,param){extraParams[key]=typeof param=="function"?param():param;});$.ajax({mode:"abort",port:"autocomplete"+input.name,dataType:options.dataType,url:options.url,data:$.extend({q:lastWord(term),limit:options.max},extraParams),success:function(data){var parsed=options.parse&&options.parse(data)||parse(data);cache.add(term,parsed);success(term,parsed);}});}else{select.emptyList();failure(term);}};function parse(data){var parsed=[];var rows=data.split("\n");for(var i=0;i]*)("+term.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"$1");},scroll:true,scrollHeight:180};$.Autocompleter.Cache=function(options){var data={};var length=0;function matchSubset(s,sub){if(!options.matchCase)s=s.toLowerCase();var i=s.indexOf(sub);if(i==-1)return false;return i==0||options.matchContains;};function add(q,value){if(length>options.cacheLength){flush();}if(!data[q]){length++;}data[q]=value;}function populate(){if(!options.data)return false;var stMatchSets={},nullData=0;if(!options.url)options.cacheLength=1;stMatchSets[""]=[];for(var i=0,ol=options.data.length;i0){var c=data[k];$.each(c,function(i,x){if(matchSubset(x.value,q)){csub.push(x);}});}}return csub;}else -if(data[q]){return data[q];}else -if(options.matchSubset){for(var i=q.length-1;i>=options.minChars;i--){var c=data[q.substr(0,i)];if(c){var csub=[];$.each(c,function(i,x){if(matchSubset(x.value,q)){csub[csub.length]=x;}});return csub;}}}return null;}};};$.Autocompleter.Select=function(options,input,select,config){var CLASSES={ACTIVE:"ac_over"};var listItems,active=-1,data,term="",needsInit=true,element,list;function init(){if(!needsInit)return;element=$("
").hide().addClass(options.resultsClass).css("position","absolute").appendTo(document.body);list=$("
    ").appendTo(element).mouseover(function(event){if(target(event).nodeName&&target(event).nodeName.toUpperCase()=='LI'){active=$("li",list).removeClass(CLASSES.ACTIVE).index(target(event));$(target(event)).addClass(CLASSES.ACTIVE);}}).click(function(event){$(target(event)).addClass(CLASSES.ACTIVE);select();input.focus();return false;}).mousedown(function(){config.mouseDownOnSelect=true;}).mouseup(function(){config.mouseDownOnSelect=false;});if(options.width>0)element.css("width",options.width);needsInit=false;}function target(event){var element=event.target;while(element&&element.tagName!="LI")element=element.parentNode;if(!element)return[];return element;}function moveSelect(step){listItems.slice(active,active+1).removeClass(CLASSES.ACTIVE);movePosition(step);var activeItem=listItems.slice(active,active+1).addClass(CLASSES.ACTIVE);if(options.scroll){var offset=0;listItems.slice(0,active).each(function(){offset+=this.offsetHeight;});if((offset+activeItem[0].offsetHeight-list.scrollTop())>list[0].clientHeight){list.scrollTop(offset+activeItem[0].offsetHeight-list.innerHeight());}else if(offset=listItems.size()){active=0;}}function limitNumberOfItems(available){return options.max&&options.max").html(options.highlight(formatted,term)).addClass(i%2==0?"ac_even":"ac_odd").appendTo(list)[0];$.data(li,"ac_data",data[i]);}listItems=list.find("li");if(options.selectFirst){listItems.slice(0,1).addClass(CLASSES.ACTIVE);active=0;}if($.fn.bgiframe)list.bgiframe();}return{display:function(d,q){init();data=d;term=q;fillList();},next:function(){moveSelect(1);},prev:function(){moveSelect(-1);},pageUp:function(){if(active!=0&&active-8<0){moveSelect(-active);}else{moveSelect(-8);}},pageDown:function(){if(active!=listItems.size()-1&&active+8>listItems.size()){moveSelect(listItems.size()-1-active);}else{moveSelect(8);}},hide:function(){element&&element.hide();listItems&&listItems.removeClass(CLASSES.ACTIVE);active=-1;},visible:function(){return element&&element.is(":visible");},current:function(){return this.visible()&&(listItems.filter("."+CLASSES.ACTIVE)[0]||options.selectFirst&&listItems[0]);},show:function(){var offset=$(input).offset();element.css({width:typeof options.width=="string"||options.width>0?options.width:$(input).width(),top:offset.top+input.offsetHeight,left:offset.left}).show();if(options.scroll){list.scrollTop(0);list.css({maxHeight:options.scrollHeight,overflow:'auto'});if($.browser.msie&&typeof document.body.style.maxHeight==="undefined"){var listHeight=0;listItems.each(function(){listHeight+=this.offsetHeight;});var scrollbarsVisible=listHeight>options.scrollHeight;list.css('height',scrollbarsVisible?options.scrollHeight:listHeight);if(!scrollbarsVisible){listItems.width(list.width()-parseInt(listItems.css("padding-left"))-parseInt(listItems.css("padding-right")));}}}},selected:function(){var selected=listItems&&listItems.filter("."+CLASSES.ACTIVE).removeClass(CLASSES.ACTIVE);return selected&&selected.length&&$.data(selected[0],"ac_data");},emptyList:function(){list&&list.empty();},unbind:function(){element&&element.remove();}};};$.Autocompleter.Selection=function(field,start,end){if(field.createTextRange){var selRange=field.createTextRange();selRange.collapse(true);selRange.moveStart("character",start);selRange.moveEnd("character",end);selRange.select();}else if(field.setSelectionRange){field.setSelectionRange(start,end);}else{if(field.selectionStart){field.selectionStart=start;field.selectionEnd=end;}}field.focus();};})(jQuery); -/* - * TypeWatch 2.0 - Original by Denny Ferrassoli / Refactored by Charles Christolini - * Copyright(c) 2007 Denny Ferrassoli - DennyDotNet.com - * Coprright(c) 2008 Charles Christolini - BinaryPie.com - * Dual licensed under the MIT and GPL licenses: - * http://www.opensource.org/licenses/mit-license.php - * http://www.gnu.org/licenses/gpl.html -*/(function(jQuery){jQuery.fn.typeWatch=function(o){var options=jQuery.extend({wait:750,callback:function(){},highlight:true,captureLength:2},o);function checkElement(timer,override){var elTxt=jQuery(timer.el).val();if((elTxt.length>options.captureLength&&elTxt.toUpperCase()!=timer.text)||(override&&elTxt.length>options.captureLength)){timer.text=elTxt.toUpperCase();timer.cb(elTxt)}};function watchElement(elem){if(elem.type.toUpperCase()=="TEXT"||elem.nodeName.toUpperCase()=="TEXTAREA"){var timer={timer:null,text:jQuery(elem).val().toUpperCase(),cb:options.callback,el:elem,wait:options.wait};if(options.highlight){jQuery(elem).focus(function(){this.select()})}var startWatch=function(evt){var timerWait=timer.wait;var overrideBool=false;if(evt.keyCode==13&&this.type.toUpperCase()=="TEXT"){timerWait=1;overrideBool=true}var timerCallbackFx=function(){checkElement(timer,overrideBool)};clearTimeout(timer.timer);timer.timer=setTimeout(timerCallbackFx,timerWait)};jQuery(elem).keydown(startWatch)}};return this.each(function(index){watchElement(this)})}})(jQuery); -/* -Ajax upload -*/jQuery.extend({createUploadIframe:function(d,b){var a="jUploadFrame"+d;if(window.ActiveXObject){var c=document.createElement('