style infrastructure, moving templates and static files around
commit56e5d2d8b2328d096d36b79740237284878eaf54
authorvti <viacheslav.t@gmail.com>
Thu, 5 Jun 2008 17:54:19 +0000 (5 20:54 +0300)
committervti <viacheslav.t@gmail.com>
Thu, 5 Jun 2008 17:54:19 +0000 (5 20:54 +0300)
tree848299a5e0194cd74f9b442981fb6bf6aa600f76
parent903b012dc8cc60c56fcdda19c454dc9ba523c322
style infrastructure, moving templates and static files around
46 files changed:
lib/Blog.pm
lib/Blog/View/TT.pm
root/static/default/css.css [moved from root/static/css.css with 95% similarity]
root/static/default/images/bl.png [moved from root/static/images/bl.png with 100% similarity]
root/static/default/images/br.png [moved from root/static/images/br.png with 100% similarity]
root/static/default/images/feed.png [moved from root/static/images/feed.png with 100% similarity]
root/static/default/images/lj.png [moved from root/static/images/lj.png with 100% similarity]
root/static/default/images/openid-light.png [moved from root/static/images/openid-light.png with 100% similarity]
root/static/default/images/openid.png [moved from root/static/images/openid.png with 100% similarity]
root/static/default/images/tl.png [moved from root/static/images/tl.png with 100% similarity]
root/static/default/images/tr.png [moved from root/static/images/tr.png with 100% similarity]
t/01app.t
templates/lib/config [new file with mode: 0644]
templates/lib/wrapper [deleted file]
templates/src/default/comment/add.tt2 [moved from templates/src/comment/add.tt2 with 87% similarity]
templates/src/default/comment/form.tt2 [moved from templates/src/comment/form.tt2 with 96% similarity]
templates/src/default/error.tt2 [moved from templates/src/error.tt2 with 90% similarity]
templates/src/default/include/actions [moved from templates/lib/actions with 75% similarity]
templates/src/default/include/comments-list [moved from templates/lib/comments-list with 93% similarity]
templates/src/default/include/corners [moved from templates/lib/corners with 100% similarity]
templates/src/default/include/footer [moved from templates/lib/footer with 100% similarity]
templates/src/default/include/header [moved from templates/lib/header with 89% similarity]
templates/src/default/include/html [moved from templates/lib/html with 56% similarity]
templates/src/default/include/layout [moved from templates/lib/layout with 69% similarity]
templates/src/default/include/macro/form [moved from templates/lib/macro/form with 100% similarity]
templates/src/default/include/pager [moved from templates/lib/pager with 91% similarity]
templates/src/default/include/recent_comments [moved from templates/lib/recent_comments with 100% similarity]
templates/src/default/include/recent_posts [moved from templates/lib/recent_posts with 100% similarity]
templates/src/default/include/tag_cloud [moved from templates/lib/tag_cloud with 100% similarity]
templates/src/default/include/wrapper [new file with mode: 0644]
templates/src/default/login.tt2 [moved from templates/src/login.tt2 with 84% similarity]
templates/src/default/login_openid.tt2 [moved from templates/src/login_openid.tt2 with 82% similarity]
templates/src/default/page/add.tt2 [moved from templates/src/page/add.tt2 with 73% similarity]
templates/src/default/page/edit.tt2 [moved from templates/src/page/edit.tt2 with 84% similarity]
templates/src/default/page/form.tt2 [moved from templates/src/page/form.tt2 with 89% similarity]
templates/src/default/page/nav [moved from templates/src/page/nav with 100% similarity]
templates/src/default/page/view.tt2 [moved from templates/src/page/view.tt2 with 92% similarity]
templates/src/default/post/add.tt2 [moved from templates/src/post/add.tt2 with 82% similarity]
templates/src/default/post/archive.tt2 [moved from templates/src/post/archive.tt2 with 97% similarity]
templates/src/default/post/edit.tt2 [moved from templates/src/post/edit.tt2 with 87% similarity]
templates/src/default/post/form.tt2 [moved from templates/src/post/form.tt2 with 94% similarity]
templates/src/default/post/list.tt2 [moved from templates/src/post/list.tt2 with 89% similarity]
templates/src/default/post/tag-list [moved from templates/src/post/tag-list with 100% similarity]
templates/src/default/post/view.tt2 [moved from templates/src/post/view.tt2 with 92% similarity]
templates/src/default/tag/list.tt2 [moved from templates/src/tag/list.tt2 with 82% similarity]
templates/src/default/tag/view.tt2 [moved from templates/src/tag/view.tt2 with 85% similarity]