git-annex/templates
Joey Hess 6e40aed948 fix noscript mode to not allocate notification ids on each refresh
Now the javascript does an ajax call at the start to request the url
to use to poll, and the notification id is generated then, once we know
javascript is working.
2012-07-30 22:24:19 -04:00
..
alert.hamlet remove href 2012-07-30 15:39:24 -04:00
bootstrap.hamlet add intro 2012-07-29 21:54:23 -04:00
dashboard.hamlet fix noscript mode to not allocate notification ids on each refresh 2012-07-30 22:24:19 -04:00
htmlshim.hamlet use the secret token for authentication, and add to all dynamic urls 2012-07-26 04:50:09 -04:00
intro.hamlet spruce up display of the repo list 2012-07-30 13:31:19 -04:00
longpolling.julius fix noscript mode to not allocate notification ids on each refresh 2012-07-30 22:24:19 -04:00
metarefresh.hamlet better noscript UI 2012-07-29 00:55:22 -04:00
page.cassius template reorg 2012-07-27 20:47:48 -04:00
page.hamlet insert modal dialog html from javascript 2012-07-30 16:11:16 -04:00
page.julius further refactoring my js 2012-07-30 20:33:23 -04:00
README add README 2012-07-27 00:40:18 -04:00
sidebar.hamlet show alerts in the sidebar 2012-07-29 11:31:06 -04:00
transfers.hamlet better ordering of alerts 2012-07-29 19:05:51 -04:00

These are template files for the git-annex webapp. They use the
Shakespearean template library, which is documented here:
http://www.yesodweb.com/book/shakespearean-templates

Note that for most of the templates, it will use files ending in
.hamlet, .julius, and .cassius if they exist. So if you need to add CSS,
or javascript, you can create the missing template files.