OSDN Git Service

modified - UI
authorJunichi Shinohara <junichi@karesansui-project.info>
Mon, 5 Jul 2010 01:51:26 +0000 (10:51 +0900)
committerJunichi Shinohara <junichi@karesansui-project.info>
Mon, 5 Jul 2010 01:51:26 +0000 (10:51 +0900)
karesansui/templates/default/include/common.part

index ab7d5da..d332add 100644 (file)
@@ -33,19 +33,19 @@ ${self.footer()}
 </html>
 </%def>
 <%def name="css()">
+<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/jquery.ui/themes/ui.all.css" />
+<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/jquery.jcarousel.css" />
+<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/jquery.autocomplete.css" />
+<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/jquery.cluetip.css" />
+<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/jquery.timeentry.css" />
 <link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/css/style.css" />
-<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/themes/ui.datepicker.css" />
-<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/themes/jquery.jcarousel.css" />
-<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/themes/jquery.autocomplete.css" />
-<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/themes/jquery.cluetip.css" />
-<link rel="stylesheet" type="text/css" href="${ctx.homepath}/static/lib/themes/jquery.timeentry.css" />
 </%def>
 <%def name="js()">
 <script type="text/javascript" src="${ctx.homepath}/static/lib/jquery.js" charset="utf-8"></script>
-<script type="text/javascript" src="${ctx.homepath}/static/lib/jquery.ui.all.js" charset="utf-8"></script>
+<script type="text/javascript" src="${ctx.homepath}/static/lib/jquery.ui/jquery.ui.all.js" charset="utf-8"></script>
 % if not me is None:
     % if me.languages[:2] != "en":
-<script type="text/javascript" src="${ctx.homepath}/static/lib/ui/i18n/ui.datepicker-${me.languages[:2]}.js" charset="utf-8"></script>
+<script type="text/javascript" src="${ctx.homepath}/static/lib/jquery.ui/i18n/ui.datepicker-${me.languages[:2]}.js" charset="utf-8"></script>
     % endif
 % endif
 <script type="text/javascript" src="${ctx.homepath}/static/lib/jquery.tablesorter.js" charset="utf-8"></script>