#parse("components/base/base.vm")
回到首页 电子书架
#set($pic_ind = 0) #set($secNum = -1) #foreach($v in $ejournal) #if($pic_ind == $v.author) #else #set($pic_ind = $v.author) #if($secNum >= 0)
#end

$!{v.author}

#set($secNum = 0) #end #if($secNum % 4 == 0 )
#end
#if($!v.linkedWebsite && $!v.linkedWebsite != "") #else #end
$!{v.title}
#set($secNum = $secNum + 1) #if($secNum % 4 == 0 || $velocityCount == $ejournal2.size())
#end #end