Added jQuery UI 3rdparty lib

This commit is contained in:
2010-03-22 21:00:05 +00:00
parent 512350c37c
commit 048bcbd74f
17 changed files with 859 additions and 1 deletions

View File

@@ -5,6 +5,10 @@
<script lang="javascript">
</script>
<link rel="stylesheet" type="text/css" href="{$base_uri}styles/normal.css" />
<link type="text/css" href="styles/3rdparty/jquery/smoothness/jquery-ui-1.8.custom.css" rel="Stylesheet" />
<script type="text/javascript" src="scripts/3rdparty/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="scripts/3rdparty/jquery-ui-1.8.custom.min.js"></script>
</head>
<body>

View File

@@ -10,7 +10,7 @@
</p>
<ul>
{foreach from=$sources item=source}
<li><a href="{$base_uri}browse/source-details/id/{$source|base64_encode|replace:"/":"-"}" title="View source details">{$source|escape:'html'}</a>{if $sources_cached.$source} (cached){/if}</li>
<li><a href="{$base_uri}rips/source-details/id/{$source|base64_encode|replace:"/":"-"}" title="View source details">{$source|escape:'html'}</a>{if $sources_cached.$source} (cached){/if}</li>
{/foreach}
</ul>
{else}