Added jQuery UI 3rdparty lib
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user