aboutsummaryrefslogtreecommitdiffstats
path: root/page/templates
Commit message (Collapse)AuthorAgeFilesLines
* Updated traffic page with new imagesWeitian LI2014-06-251-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-241-20/+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-232-14/+45
| | | | | | | | | | * 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-171-1/+15
|
* Update accommodation.html pageWeitian LI2014-06-161-1/+1
|
* Updated traffic and accommodation information.Weitian LI2014-06-152-27/+54
| | | | | | | * Updated traffic routes. * Added map of SJTU Minhang campus. * Updated accommodation information, and added related routes. * small update to templates/navbar.html
* * 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-281-2/+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-251-3/+92
| | | | * added related introduction.css and introduction.js
* * added blank templates of needed pagesWeitian LI2014-04-247-0/+140
| | | | | * added urls in pages.urls * updated links in navbar.html
* * added urls and template for 'introduction' in app pageWeitian LI2014-04-231-0/+20
* fixed page/views.py