• R/O
  • SSH
  • HTTPS

manjyu: Commit


Commit MetaInfo

Revision128 (tree)
Time2012-11-21 21:11:18
Authoriga

Log Message

Add function.

Change Summary

Incremental Difference

--- manjyu-web/trunk/WebContent/index.xhtml (revision 127)
+++ manjyu-web/trunk/WebContent/index.xhtml (revision 128)
@@ -9,9 +9,9 @@
99 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
1010 <meta http-equiv="content-style-type" content="text/css" />
1111 <meta http-equiv="content-script-type" content="text/javascript" />
12- <title>Manjyu - keyword view</title>
13- <meta name="description" content="Manjyu is a OSS search engine" />
14- <meta name="keywords" content="Manjyu,OSS,search,engine" />
12+ <title>Manjyu - web application for classify URL</title>
13+ <meta name="description" content="Manjyu is a open source web application for classify URL with your taste." />
14+ <meta name="keywords" content="Manjyu,OSS,open,source,web,application,classify,URL" />
1515 <meta name="generator" content="Manjyu (#{manjyuWebCommonBean.version})" />
1616 <link rel="stylesheet" type="text/css" href="#{facesContext.externalContext.requestContextPath}/stylesheet.css" title="Style" />
1717 <link rel="stylesheet" type="text/css" href="#{facesContext.externalContext.requestContextPath}/message.css" title="Style" />
@@ -24,7 +24,7 @@
2424
2525 <div class="contentContainer">
2626 <util:Messages />
27-<h1 class="title">Manjyu: Keyword view</h1>
27+<h1 class="title">Manjyu: Keyword Search</h1>
2828
2929 <h:form id="kwdinputform">
3030
@@ -35,6 +35,7 @@
3535 <h:inputText id="input" value="#{manjyuWebIndexBean.input}" title="Input filter string for Keyword here!" size="40">
3636 <f:ajax event="keyup" execute="@form" render="matchList" />
3737 </h:inputText>
38+ <h:commandButton value="Search" action="#{manjyuWebIndexBean.submitSearch}" />
3839 </td></tr>
3940 </table>
4041 </li></ul><!-- blockList -->
--- manjyu-web/trunk/WebContent/keyword/directory.xhtml (revision 127)
+++ manjyu-web/trunk/WebContent/keyword/directory.xhtml (revision 128)
@@ -44,6 +44,36 @@
4444 <f:verbatim>&lt;/ul&gt;</f:verbatim>
4545 </ui:repeat>
4646
47+<ul class="blockList"><li class="blockList">
48+ <table class="overviewSummary" border="0">
49+ <caption><span>Siblings</span><span class="tabEnd">&nbsp;</span></caption>
50+ <tr><td>
51+ <ui:repeat value="#{manjyuWebKeywordDirectoryBean.getSiblingsList()}" var="item" varStatus="status">
52+ <ui:fragment rendered="#{status.index != 0}">,&nbsp;<h:outputText value="#{manjyuWebCommonBean.getRawNewLine()}" escape="false" /></ui:fragment>
53+ <ui:fragment rendered="#{manjyuWebKeywordDirectoryBean.getName().equals(item.getName())}"><f:verbatim>&lt;strong&gt;</f:verbatim></ui:fragment>
54+ <h:link outcome="/keyword/directory" value="#{item.getName()}">
55+ <f:param name="path" value="#{item.getFullCtxtLine()}"/>
56+ </h:link>
57+ <ui:fragment rendered="#{manjyuWebKeywordDirectoryBean.getName().equals(item.getName())}"><f:verbatim>&lt;/strong&gt;</f:verbatim></ui:fragment>
58+ </ui:repeat>
59+ </td></tr>
60+ </table>
61+</li></ul><!-- blockList -->
62+
63+<ul class="blockList"><li class="blockList">
64+ <table class="overviewSummary" border="0">
65+ <caption><span>Children</span><span class="tabEnd">&nbsp;</span></caption>
66+ <tr><td>
67+ <ui:repeat value="#{manjyuWebKeywordDirectoryBean.itemList}" var="item" varStatus="status">
68+ <ui:fragment rendered="#{status.index != 0}">,&nbsp;<h:outputText value="#{manjyuWebCommonBean.getRawNewLine()}" escape="false" /></ui:fragment>
69+ <h:link outcome="/keyword/directory" value="#{item.getName()}">
70+ <f:param name="path" value="#{item.getFullCtxtLine()}"/>
71+ </h:link>
72+ </ui:repeat>
73+ </td></tr>
74+ </table>
75+</li></ul><!-- blockList -->
76+
4777 <ui:fragment rendered="#{manjyuWebSessionBean.getUserFlgEditorMurmur() || manjyuWebSessionBean.getUserFlgEditorKwd()}">
4878 <ul class="blockList"><li class="blockList">
4979 <table class="overviewSummary" border="0">
@@ -79,20 +109,6 @@
79109
80110 <ul class="blockList"><li class="blockList">
81111 <table class="overviewSummary" border="0">
82- <caption><span>Children</span><span class="tabEnd">&nbsp;</span></caption>
83- <tr><td>
84- <ui:repeat value="#{manjyuWebKeywordDirectoryBean.itemList}" var="item" varStatus="status">
85- <ui:fragment rendered="#{status.index != 0}">,&nbsp;<h:outputText value="#{manjyuWebCommonBean.getRawNewLine()}" escape="false" /></ui:fragment>
86- <h:link outcome="directory" value="#{item.getName()}">
87- <f:param name="path" value="#{item.getFullCtxtLine()}"/>
88- </h:link>
89- </ui:repeat>
90- </td></tr>
91- </table>
92-</li></ul><!-- blockList -->
93-
94-<ul class="blockList"><li class="blockList">
95- <table class="overviewSummary" border="0">
96112 <caption><span>Murmur</span><span class="tabEnd">&nbsp;</span></caption>
97113 <tr><td>
98114 <ul>
--- manjyu-web/trunk/WebContent/keyword/keyword.xhtml (revision 127)
+++ manjyu-web/trunk/WebContent/keyword/keyword.xhtml (revision 128)
@@ -29,9 +29,14 @@
2929
3030 <div class="contentContainer">
3131 <util:Messages />
32-<h1 class="title">Manjyu: Keyword view: [<h:outputText value="#{manjyuWebKeywordKeywordBean.keyword}" />]</h1>
3332
3433 <ui:repeat value="#{manjyuWebKeywordKeywordBean.getKeywordList()}" var="item" varStatus="status">
34+ <h1 class="title">
35+ <h:link outcome="directory" value="#{item.getFullCtxtLineByDisplayString()}">
36+ <f:param name="path" value="#{item.getFullCtxtLine()}"/>
37+ </h:link>
38+ </h1>
39+
3540 <ul class="blockList"><li class="blockList">
3641 <table class="overviewSummary" border="0">
3742 <caption><span><h:link outcome="directory" value="#{item.getFullCtxtLineByDisplayString()}">
--- manjyu-web/trunk/WebContent/help/about.xhtml (revision 127)
+++ manjyu-web/trunk/WebContent/help/about.xhtml (revision 128)
@@ -10,7 +10,7 @@
1010 <meta http-equiv="content-style-type" content="text/css" />
1111 <meta http-equiv="content-script-type" content="text/javascript" />
1212 <title>About Manjyu</title>
13- <meta name="description" content="Manjyu is URL management system for classify URL as you want." />
13+ <meta name="description" content="Manjyu is a open source web application for classify URL with your taste." />
1414 <meta name="keywords" content="Manjyu,OSS,search,engine" />
1515 <meta name="generator" content="Manjyu (#{manjyuWebCommonBean.version})" />
1616 <link rel="stylesheet" type="text/css" href="#{facesContext.externalContext.requestContextPath}/stylesheet.css" title="Style" />
@@ -30,7 +30,7 @@
3030 <table class="overviewSummary" border="0">
3131 <caption><span>About Manjyu</span><span class="tabEnd">&nbsp;</span></caption>
3232 <tr><td>
33- <p>Manjyu is URL management system for classify URL as you want.</p>
33+ <p>Manjyu is a open source web application for classify URL with your taste.</p>
3434 </td></tr>
3535 </table>
3636 </li></ul><!-- blockList -->
Show on old repository browser