# HG changeset patch # User Madhusudan.C.S # Date 1279634020 -19800 # Node ID d4799b7159e4fe0d1ebfec11a4eb9f7c7375dcdc # Parent 7bdf396d4778be79d9824a629ed8d50bce54cddd Add scope for all the URLs and adjust the formatting and indentation. diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/_menu.html --- a/project/templates/_menu.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/_menu.html Tue Jul 20 19:23:40 2010 +0530 @@ -26,10 +26,11 @@ Speakers - --> + {% if user.is_authenticated %}
  • My talks
  • {% endif %} + -->
  • diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/proceedings/submit.html --- a/project/templates/proceedings/submit.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/proceedings/submit.html Tue Jul 20 19:23:40 2010 +0530 @@ -11,7 +11,7 @@ // Set autosuggest options with all plugins activated var options = { - script:"{% url scipycon_get_usernames %}?limit=10&", + script:"{% url scipycon_get_usernames params.scope %}?limit=10&", varname:"input", json:true, // Returned response type shownoresults:true, // If disable, display nothing if no results @@ -41,7 +41,13 @@ {% include '_errors.html' %} -
    + {% if not user.is_authenticated %}
    Are you a member of this site? @@ -51,7 +57,7 @@

    -
    User Registration diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/registration/edit-registration.html --- a/project/templates/registration/edit-registration.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/registration/edit-registration.html Tue Jul 20 19:23:40 2010 +0530 @@ -7,7 +7,7 @@ {% include '_errors.html' %} -
    Edit Registration diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/talk/edit-talk.html --- a/project/templates/talk/edit-talk.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/talk/edit-talk.html Tue Jul 20 19:23:40 2010 +0530 @@ -6,18 +6,14 @@

    Edit Talk

    {% include '_errors.html' %} - +
    - Edit Talk - - {{ form }} -
    - + Edit Talk + + {{ form }} +
    + +
    {% endblock content %} - diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/talk/submit-talk.html --- a/project/templates/talk/submit-talk.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/talk/submit-talk.html Tue Jul 20 19:23:40 2010 +0530 @@ -3,61 +3,51 @@ {% block title %}Submit Talk Proposal{% endblock %} {% block content %} -

    Submit Talk Proposal

    +

    Submit Talk Proposal

    -{% include '_errors.html' %} + {% include '_errors.html' %} -
    + {% if not user.is_authenticated %} -
    - Are you a member of this site? - - {{ login_form }} -
    +
    + Are you a member of this site? + + {{ login_form }} +
    - + - -
    + +
    + +
    +
    - -
    -
    -
    - Speaker Registration - - {{ register_form }} -
    + +
    + Speaker Registration + + {{ register_form }} +
    - -
    + +
    {% endif %} -
    -
    - Talk Submission - - {{ talk_form }} -
    +
    - -
    -
    - {% if message %} +
    + Talk Submission + + {{ talk_form }} +
    + + +
    + + {% if message %} - {% endif %} + + {% endif %} {% endblock content %} diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/talk/talk_list.html --- a/project/templates/talk/talk_list.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/talk/talk_list.html Tue Jul 20 19:23:40 2010 +0530 @@ -19,4 +19,3 @@ {% endfor %} {% endblock content %} - diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/talk/talks-cfp.html --- a/project/templates/talk/talks-cfp.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/talk/talks-cfp.html Tue Jul 20 19:23:40 2010 +0530 @@ -1,31 +1,43 @@ {% extends "base.html" %} {% block content %}
    -

    Call for Papers

    -

    We look forward to your submissions on the use of Python for Scientific -Computing and Education. This includes pedagogy, exploration, modeling -and analysis from both applied and developmental perspectives. We -welcome contributions from academia as well as industry.

    -
    -

    Submission of Papers

    -

    If you wish to present your paper using this platform, please submit -an abstract of 300 to 700 words describing the topic, including its relevance -to scientific computing. Based on the number and quality of the submissions, - the conference organizers will allot 10 - 30 minutes for each accepted talk.

    -

    In addition to these talks, there will be an open session of lightning talks, -during which any attendee who wishes to talk on a pertinent topic is invited to - do a presentation not exceeding five minutes in duration.

    -

    If you wish to present a talk at the conference, please follow the guidelines below.

    -
    -
    -

    Submission Guidelines

    -
      -
    • Submissions should be uploaded via the web form.
    • -
    • Submissions whose main purpose is to promote a commercial product or -service will be refused.
    • -
    • All accepted proposals must be presented at the SciPy conference by -at least one author.
    • -
    -
    +

    Call for Papers

    +

    + We look forward to your submissions on the use of Python for Scientific + Computing and Education. This includes pedagogy, exploration, modeling + and analysis from both applied and developmental perspectives. We + welcome contributions from academia as well as industry. +

    +
    +

    Submission of Papers

    +

    + If you wish to present your paper using this platform, please submit + an abstract of 300 to 700 words describing the topic, including its + relevance to scientific computing. Based on the number and quality of + the submissions, the conference organizers will allot 10 - 30 minutes + for each accepted talk. +

    +

    + In addition to these talks, there will be an open session of lightning + talks, during which any attendee who wishes to talk on a pertinent topic + is invited to do a presentation not exceeding five minutes in duration. +

    +

    + If you wish to present a talk at the conference, please follow the + guidelines below. +

    +
    + +
    +

    Submission Guidelines

    +
      +
    • Submissions should be uploaded via the web form.
    • +
    • Submissions whose main purpose is to promote a commercial product + or service will be refused.
    • +
    • All accepted proposals must be presented at the SciPy conference by + at least one author.
    • +
    +
    {% endblock content %} \ No newline at end of file diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/user/editprofile.html --- a/project/templates/user/editprofile.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/user/editprofile.html Tue Jul 20 19:23:40 2010 +0530 @@ -6,7 +6,7 @@

    Edit Your Profile

    -
    diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/user/password.html --- a/project/templates/user/password.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/user/password.html Tue Jul 20 19:23:40 2010 +0530 @@ -11,7 +11,7 @@ Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly.

    - @@ -45,12 +45,11 @@ +
    -
    - + {% endblock %} - diff -r 7bdf396d4778 -r d4799b7159e4 project/templates/user/username.html --- a/project/templates/user/username.html Tue Jul 20 19:18:44 2010 +0530 +++ b/project/templates/user/username.html Tue Jul 20 19:23:40 2010 +0530 @@ -5,7 +5,7 @@ {% block content %}

    Change your username

    -