knguyen     2005/10/11 16:31:57 CEST

  Modified files:
    src/view/jsp         searchresult.jsp 
  Log:
  - add file props prefix
  
  Revision  Changes    Path
  1.25      +6 -6      corporate_portal_templates/src/view/jsp/searchresult.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/searchresult.jsp.diff?r1=1.24&r2=1.25&f=h
  
  
  
  Index: searchresult.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/searchresult.jsp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- searchresult.jsp  7 Oct 2005 14:32:21 -0000       1.24
  +++ searchresult.jsp  11 Oct 2005 14:31:57 -0000      1.25
  @@ -334,12 +334,12 @@
                                <OPTION 
value="<%=JahiaSearchConstant.ALL_FULLTEXT_SEARCH_FIELD%>">
                                <OPTION 
value="<%=JahiaSearchConstant.FILE_CONTENT_FULLTEXT_SEARCH_FIELD%>" <% if ( 
JahiaSearchConstant.FILE_CONTENT_FULLTEXT_SEARCH_FIELD.equals(occurence) 
){%>selected<%}%>>In file's content only
                                <OPTION 
value="<%=JahiaSearchConstant.FILE_METADATA_FULLTEXT_SEARCH_FIELD%>" <% if ( 
JahiaSearchConstant.FILE_METADATA_FULLTEXT_SEARCH_FIELD.equals(occurence) 
){%>selected<%}%>>In file's properties only
  -                             <OPTION value="fileprop::author" <% if ( 
"fileprop::author".equals(occurence) ){%>selected<%}%>>In the file's Author 
property
  -                             <OPTION value="fileprop::contributor" <% if ( 
"fileprop::contributor".equals(occurence) ){%>selected<%}%>>In the file's last 
Contributor property
  -                             <OPTION value="fileprop::title" <% if ( 
"fileprop::title".equals(occurence) ){%>selected<%}%>>In the file's title 
property
  -                             <OPTION value="fileprop::subjet" <% if ( 
"fileprop::subject".equals(occurence) ){%>selected<%}%>>In the file's subject 
property
  -                             <OPTION value="fileprop::comments" <% if ( 
"fileprop::comments".equals(occurence) ){%>selected<%}%>>In the file's 
description property
  -                             <OPTION value="fileprop::keywords" <% if ( 
"fileprop::keywords".equals(occurence) ){%>selected<%}%>>In the file's keywords 
property
  +                             <OPTION 
value="<%=JahiaSearchConstant.FILE_PROPERTY_PREFIX%>author" <% if ( 
(JahiaSearchConstant.FILE_PROPERTY_PREFIX+"author").equals(occurence) 
){%>selected<%}%>>In the file's Author property
  +                             <OPTION 
value="<%=JahiaSearchConstant.FILE_PROPERTY_PREFIX%>contributor" <% if ( 
(JahiaSearchConstant.FILE_PROPERTY_PREFIX+"contributor").equals(occurence) 
){%>selected<%}%>>In the file's last Contributor property
  +                             <OPTION 
value="<%=JahiaSearchConstant.FILE_PROPERTY_PREFIX%>title" <% if ( 
(JahiaSearchConstant.FILE_PROPERTY_PREFIX+"title").equals(occurence) 
){%>selected<%}%>>In the file's title property
  +                             <OPTION 
value="<%=JahiaSearchConstant.FILE_PROPERTY_PREFIX%>subjet" <% if ( 
(JahiaSearchConstant.FILE_PROPERTY_PREFIX+"subject").equals(occurence) 
){%>selected<%}%>>In the file's subject property
  +                             <OPTION 
value="<%=JahiaSearchConstant.FILE_PROPERTY_PREFIX%>comments" <% if ( 
(JahiaSearchConstant.FILE_PROPERTY_PREFIX+"comments").equals(occurence) 
){%>selected<%}%>>In the file's description property
  +                             <OPTION 
value="<%=JahiaSearchConstant.FILE_PROPERTY_PREFIX%>keywords" <% if ( 
(JahiaSearchConstant.FILE_PROPERTY_PREFIX+"keywords").equals(occurence) 
){%>selected<%}%>>In the file's keywords property
                        </SELECT></FONT></TD></TR></TBODY></TABLE></TD>
           <TR bgColor=#ffffff>
             <TD>
  

Reply via email to