mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Add hyperlinks to downloadable items
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12120 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4e07d5b563
commit
19ab9d786e
1 changed files with 2 additions and 1 deletions
|
|
@ -471,7 +471,7 @@
|
|||
|
||||
<div class="item ${IsInstalled} ${IsUpToDate}">
|
||||
<img src="http://${ScreenShotURL}" alt="">
|
||||
<h2>${MenuType}</h2>
|
||||
<h2><a target="_blank" href="${URL}">${MenuType}</a></h2>
|
||||
<p>${MenuTypeDesc}</p>
|
||||
<p>별점 ${Score}/${TotalVotes} <i>|</i> {$lang->package_update} ${LastUpdated} <i>|</i> {$lang->package_downloaded_count} : ${TotalDownloads}</p>
|
||||
|
||||
|
|
@ -2160,6 +2160,7 @@ jQuery(function($){
|
|||
TotalVotes: item.package_voted,
|
||||
LastUpdated: formatUpdatedDate(item.item_regdate),
|
||||
TotalDownloads: item.package_downloaded,
|
||||
URL: item.url,
|
||||
IsUpToDate: sIsUpToDate,
|
||||
IsInstalled: sIsInstalled
|
||||
} ).data('sItemType', sItemType).data('sPackageSrl', item.package_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue