aboutsummaryrefslogtreecommitdiffstats
path: root/page
Commit message (Collapse)AuthorAgeFilesLines
* Updated traffic page with new imagesWeitian LI2014-06-253-6/+14
| | | | | * Added sjtu_tuoxie_02.jpg and sjtu_xueshu_02.jpg images * Small fix to schedule.html
* Added schedule.html template for app 'schedule'.Weitian LI2014-06-242-24/+0
| | | | | | | | | | * added 'schedule.views.ScheduleView' * added 'schedule.html' template, with 'schedule.css' and 'schedule.js' * added 'schedule.urls', updated django_skaschool.urls * added tools/templatetags/dict_utils.py * converted schedule models to south-based * removed original 'page/templates/page/program.html', related urls * updated navbar.html
* Added app schedule, tools and archive/templatetags; updated settings.Weitian LI2014-06-241-1/+1
| | | | | | | | | * Added app 'schedule' to provides a more generic schedule page * Added fake app 'tools' to holds generic utilities * Moved notice/templatetags to tools/templatetags * Small change to archive.models.Archive display format * Added archive/templatetags * Small update to introduction page
* Updated traffic and introduction pages.Weitian LI2014-06-236-14/+86
| | | | | | | | | | * Small updates to introduction page. * Updated traffic page: - traffic routes - new metro map * Used bootstrap modal plugin to view images for traffic page - traffic.js - traffic.css
* Updated accommodation information.Weitian LI2014-06-172-1/+15
|
* Update accommodation.html pageWeitian LI2014-06-161-1/+1
|
* Updated traffic and accommodation information.Weitian LI2014-06-156-27/+54
| | | | | | | * Updated traffic routes. * Added map of SJTU Minhang campus. * Updated accommodation information, and added related routes. * small update to templates/navbar.html
* Show latest import notice at index page.Weitian LI2014-06-031-1/+18
| | | | | | * added 'page.views.IndexView' for 'django_skaschool.urls * updated 'index.html' to display notice at bottom * added '.smallcaps' in 'index.css' for English title
* * changed block 'title' to 'pagetitle' for every page templateWeitian LI2014-05-188-24/+8
|
* * upaded display format of model Notice 'notice/models.py'Weitian LI2014-05-141-4/+5
| | | | | | * updated 'archive/urls.py', shortened the url, added a redirect * updated poster image: 'skaschool-poster.jpg' * updated the lecturer information of 'page/introduction.html'
* * small updates to 'introduction.html'Weitian LI2014-05-041-6/+6
| | | | * small updates to 'NOTES.txt'
* checked the contents of introduction.html pageWeitian LI2014-04-301-5/+5
|
* * updated login.html with 'password-reset' styleWeitian LI2014-04-292-1/+4
| | | | | | * updated profile.html with transcript display * updated about.html with alert warning information * updated introduction with poster download link
* * moved 'introduction.js' -> 'sidebar.js'Weitian LI2014-04-283-68/+2
| | | | | | * moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html
* * updated contents and format of pagesWeitian LI2014-04-284-38/+85
| | | | * updated <a> in 'index.html' with target="_blank"
* * added poster to 'introduction' page: skaschool-poster.jpgWeitian LI2014-04-272-3/+5
| | | | | * removed 'about' link in 'navbar.html' * small updates to 'index.html', 'program.html'
* * added contents for 'accommodation', 'committee', 'sponsor' and 'traffic' pagesWeitian LI2014-04-254-6/+71
|
* * app page: finished 'introduction' template pageWeitian LI2014-04-253-3/+158
| | | | * added related introduction.css and introduction.js
* * added blank templates of needed pagesWeitian LI2014-04-248-1/+170
| | | | | * added urls in pages.urls * updated links in navbar.html
* * added urls and template for 'introduction' in app pageWeitian LI2014-04-233-4/+23
| | | | * fixed page/views.py
* disabled app south and removed migrationsWeitian LI2014-04-202-20/+0
|
* * implemented the index pageWeitian LI2014-04-205-2/+43
| | | | | | | | o base.html, navbar.html, favicon.html, index.html o added static files related to index page * performed south migrations * implemented registration templates * implemented regiration views and pages
* * updated settings.py, added settings_email.pyWeitian LI2014-04-186-0/+25
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'