diff -r 34e28994fec5 -r 3ece0de11641 project/templates/proceedings/submit.html --- a/project/templates/proceedings/submit.html Tue May 11 03:47:41 2010 +0530 +++ b/project/templates/proceedings/submit.html Tue May 11 03:48:47 2010 +0530 @@ -2,38 +2,18 @@ {% block title %}Submit Paper for Proceedings{% endblock %} {% block addscripts %} - - - - + - // Set autosuggest options with all plugins activated - var options = { - script:"{% url kiwipycon_get_usernames %}?limit=10&", - varname:"input", - json:true, // Returned response type - shownoresults:true, // If disable, display nothing if no results - noresults:"No Results", // String displayed when no results - maxresults:8, // Max num results displayed - cache:false, // To enable cache - minchars:2, // Start AJAX request with at leat 2 chars - timeout:100000, // AutoHide in XX ms - callback: function (obj) { // Callback after click or selection - // => TO submit form (general use) - //$('#id_authors').val('sucks'); - //$('#form_search_country').submit(); - } - }; - - // Init autosuggest - var as_json = new bsn.AutoSuggest('id_authors', options); - - // Display a little watermak - $("#id_authors").Watermark("Ex : alex, guido, travis"); - }); - {% endblock %} {% block content %}