added misc plugins towards wizards for the portal
authorJordan Augé <jordan.auge@lip6.fr>
Mon, 10 Jun 2013 09:51:23 +0000 (11:51 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Mon, 10 Jun 2013 09:51:23 +0000 (11:51 +0200)
commitaf7c18aea18be19b7227b25a019af4d257cee7dd
tree15a555ae6e0f98fe5545081e8bc979d2182c8fc6
parentd0ac1170425c64337c521b673b88d75425b8adba
added misc plugins towards wizards for the portal
39 files changed:
Makefile
manifold/metadata.py
myslice/settings.py
myslice/urls.py
plugins/form/__init__.py [new file with mode: 0644]
plugins/form/form.css [new file with mode: 0644]
plugins/form/form.html [new file with mode: 0644]
plugins/form/form.js [new file with mode: 0644]
plugins/form/jquery.validate.js [new file with mode: 0644]
plugins/wizard/__init__.py [new file with mode: 0644]
plugins/wizard/test.html [new file with mode: 0644]
plugins/wizard/wizard.css [new file with mode: 0644]
plugins/wizard/wizard.html [new file with mode: 0644]
plugins/wizard/wizard.js [new file with mode: 0644]
portal/__init__.py [new file with mode: 0644]
portal/img/account_validated.png [new file with mode: 0644]
portal/img/account_validated.png.olf [new file with mode: 0644]
portal/models.py [new file with mode: 0644]
portal/portalpage.py [new file with mode: 0644]
portal/templates/account_validated.html [new file with mode: 0644]
portal/tests.py [new file with mode: 0644]
portal/urls.py [new file with mode: 0644]
portal/user-registration-step2.html [new file with mode: 0644]
portal/views.py [new file with mode: 0644]
third-party/smartwizard-1636c86/images/loader.gif [new file with mode: 0644]
third-party/smartwizard-1636c86/index.htm [new file with mode: 0644]
third-party/smartwizard-1636c86/js/jquery-1.4.2.min.js [new file with mode: 0644]
third-party/smartwizard-1636c86/js/jquery.smartWizard-2.0.js [new file with mode: 0644]
third-party/smartwizard-1636c86/js/jquery.smartWizard-2.0.min.js [new file with mode: 0644]
third-party/smartwizard-1636c86/readme.md [new file with mode: 0644]
third-party/smartwizard-1636c86/services/service.php [new file with mode: 0644]
third-party/smartwizard-1636c86/smartwizard2-ajax.htm [new file with mode: 0644]
third-party/smartwizard-1636c86/smartwizard2-multiple.htm [new file with mode: 0644]
third-party/smartwizard-1636c86/smartwizard2-validation.php [new file with mode: 0644]
third-party/smartwizard-1636c86/smartwizard2-vertical.htm [new file with mode: 0644]
third-party/smartwizard-1636c86/styles/smart_wizard.css [new file with mode: 0644]
third-party/smartwizard-1636c86/styles/smart_wizard_vertical.css [new file with mode: 0644]
unfold/plugin.py
unfold/templates/plugin.html