العلوم الإدارية - Scientific Researches

16274214

حصل خطأ عند معالجة القالب.
Denied resolving class org.apache.catalina.core.ApplicationHttpRequest by org.apache
1#set($service = $serviceLocator.findService("com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService")) 
2#set($gid = $getterUtil.getLong($request.get("theme-display").get("scope-group-id"))) 
3#set($fid = $getterUtil.getLong($folderid.getData())) 
4 
5#set($files = $service.getFileEntries($gid, $fid, -1, -1, null)) 
6<h2> 
7$name.getData() </h2> 
8<br/> 
9<table style="width:90%; text-align: right; border-style: solid; 
10    border-width: 1px;"> 
11 <tbody> 
12<tr> <th style="width:5%;  text-align: center; border-style: solid; 
13    border-width: 1px;"> البحث </th> <th  style=" padding-right: 5px;width:80%; text-align: right; border-style: solid; 
14    border-width: 1px;"> عدد مرات التنزيل</th>  <th  style="width:15%;  text-align: center; border-style: solid; 
15    border-width: 1px;"> الحجم</th>  <th  style="width:15%;  text-align: center; border-style: solid; 
16    border-width: 1px;"> تنزيل البحث</th>  
17 </tr>  
18#foreach($doc in $files) 
19 
20  #set($uet = $httpUtil.encodeURL($htmlUtil.unescape($doc.getTitle()))) 
21 
22 <tr> 
23<td style="width:80%;  text-align: center; border-style: solid; 
24    border-width: 1px;"> <a href="/documents/$gid/$fid/$uet"> $doc.getTitle() </a> </td> <td style=" padding-right: 5px;width:5%; text-align: right; border-style: solid; 
25    border-width: 1px;">$doc.getReadCount()</td> <td style=" padding-right: 5px;width:80%; text-align: right; border-style: solid; 
26    border-width: 1px;">$doc.getSize()</td>    
27#if( $doc.getExtension() == "pdf") 
28 <td style="width:15%;  text-align: center; border-style: solid; 
29    border-width: 1px;">  <a href="/documents/$gid/$fid/$uet"><img src="/documents/17493303/0/t1t.png/53f09692-e5f9-4817-8ec5-cee05e272ea4?t=1413707186410" alt="pdf" /></a></td> 
30</tr>  
31   #end  
32#if( $doc.getExtension() == "doc") 
33 <td style="width:15%;  text-align: center; border-style: solid; 
34    border-width: 1px;">  <a href="/documents/$gid/$fid/$uet"><img src="/documents/17493303/0/t2t.png/21f297a6-a298-475a-b308-12d8ec9fd962?t=1413707186862" alt="doc" /></a></td> 
35</tr>  
36   #end  
37#end 
38</tbody></table> 

16880989?

حصل خطأ عند معالجة القالب.
Denied resolving class org.apache.catalina.core.ApplicationHttpRequest by org.apache
1#set($service = $serviceLocator.findService("com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService")) 
2#set($gid = $getterUtil.getLong($request.get("theme-display").get("scope-group-id"))) 
3#set($fid = $getterUtil.getLong($folderid.getData())) 
4 
5#set($files = $service.getFileEntries($gid, $fid, -1, -1, null)) 
6<h2> 
7$name.getData() </h2> 
8<br/> 
9<table style="width:90%; text-align: right; border-style: solid; 
10    border-width: 1px;"> 
11 <tbody> 
12<tr> <th style="width:5%;  text-align: center; border-style: solid; 
13    border-width: 1px;"> البحث </th> <th  style=" padding-right: 5px;width:80%; text-align: right; border-style: solid; 
14    border-width: 1px;"> عدد مرات التنزيل</th>  <th  style="width:15%;  text-align: center; border-style: solid; 
15    border-width: 1px;"> الحجم</th>  <th  style="width:15%;  text-align: center; border-style: solid; 
16    border-width: 1px;"> تنزيل البحث</th>  
17 </tr>  
18#foreach($doc in $files) 
19 
20  #set($uet = $httpUtil.encodeURL($htmlUtil.unescape($doc.getTitle()))) 
21 
22 <tr> 
23<td style="width:80%;  text-align: center; border-style: solid; 
24    border-width: 1px;"> <a href="/documents/$gid/$fid/$uet"> $doc.getTitle() </a> </td> <td style=" padding-right: 5px;width:5%; text-align: right; border-style: solid; 
25    border-width: 1px;">$doc.getReadCount()</td> <td style=" padding-right: 5px;width:80%; text-align: right; border-style: solid; 
26    border-width: 1px;">$doc.getSize()</td>    
27#if( $doc.getExtension() == "pdf") 
28 <td style="width:15%;  text-align: center; border-style: solid; 
29    border-width: 1px;">  <a href="/documents/$gid/$fid/$uet"><img src="/documents/17493303/0/t1t.png/53f09692-e5f9-4817-8ec5-cee05e272ea4?t=1413707186410" alt="pdf" /></a></td> 
30</tr>  
31   #end  
32#if( $doc.getExtension() == "doc") 
33 <td style="width:15%;  text-align: center; border-style: solid; 
34    border-width: 1px;">  <a href="/documents/$gid/$fid/$uet"><img src="/documents/17493303/0/t2t.png/21f297a6-a298-475a-b308-12d8ec9fd962?t=1413707186862" alt="doc" /></a></td> 
35</tr>  
36   #end  
37#end 
38</tbody></table>