Gallery: 模块:lastuploaded:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
 
第1行: 第1行:
=Last uploaded Module=
=Last uploaded模块=
Provides direct url to thumbnail of last item uploaded.
为最后上传项目的缩略图提供直接URL。


==Description==
==描述==
Show thumbnail of last item uploaded.
显示最后上传项目的缩略图。


==Features==
==特点==
*  
*  
==Installation==
==安装==
* Download the module from http://gallery.menalto.com/files/lastuploaded.zip
* http://gallery.menalto.com/files/lastuploaded.zip 下载该模块。
* Install and activate the module in ''site admin'' -> ''modules''
* ''站点管理(site admin)'' -> ''模块(modules)''中安装并激活该模块。


==Usage==
==用法==
       http://yourdomain.com/main.php?g2_view=lastuploaded.LastUploaded
       http://yourdomain.com/main.php?g2_view=lastuploaded.LastUploaded
will give you the thumbnail of the last photo item in the db, and
会给你db中最后一个相片项目的缩略图,而
       http://yourdomain.com/main.php?g2_view=lastuploaded.LastUploadedLink
       http://yourdomain.com/main.php?g2_view=lastuploaded.LastUploadedLink
will give you a link to the item page for that item.
则会给你该项目的项目页面链接。


So you should be able to include html like this:
所以你应能以如下方式包括html:
     <a href="main.php?g2_view=lastuploaded.LastUploadedLink"><img src="main.php?g2_view=lastuploaded.LastUploaded"></a>
     <a href="main.php?g2_view=lastuploaded.LastUploadedLink"><img src="main.php?g2_view=lastuploaded.LastUploaded"></a>
to include the thumbnail *and* make it a link to the item page.
以包括缩略图**使其作为项目页面的链接。


==Requested Features==
==被请求的特点==
Currently there are no feature requests for this module.
目前尚无有关该模块的特点请求。


==Bugs==
==Bug==
Currently there are no known issues for this module.
目前尚无有关该模块的已知问题。


[[Category:Gallery 2:Modules]]
[[Category:Gallery 2:Modules]]

2008年11月21日 (五) 11:37的最新版本

Last uploaded模块[ ]

为最后上传项目的缩略图提供直接URL。

描述[ ]

显示最后上传项目的缩略图。

特点[ ]

安装[ ]

用法[ ]

     http://yourdomain.com/main.php?g2_view=lastuploaded.LastUploaded

会给你db中最后一个相片项目的缩略图,而

     http://yourdomain.com/main.php?g2_view=lastuploaded.LastUploadedLink

则会给你该项目的项目页面链接。

所以你应能以如下方式包括html:

    <a href="main.php?g2_view=lastuploaded.LastUploadedLink"><img src="main.php?g2_view=lastuploaded.LastUploaded"></a>

以包括缩略图*并*使其作为项目页面的链接。

被请求的特点[ ]

目前尚无有关该模块的特点请求。

Bug[ ]

目前尚无有关该模块的已知问题。