diff --git a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java index f635d3a6c2387e83d608ad492993956ea2fb13e3..939c2d63f687f7d18947785a9caa9dd48637bed5 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java @@ -953,9 +953,6 @@ public class FessLabels extends ActionMessages { /** The key of the message: Create new job */ public static final String LABELS_web_crawling_button_create_job = "{labels.web_crawling_button_create_job}"; - /** The key of the message: Create New */ - public static final String LABELS_web_crawling_link_create_new = "{labels.web_crawling_link_create_new}"; - /** The key of the message: Create New */ public static final String LABELS_web_crawling_link_create = "{labels.web_crawling_link_create}"; @@ -1817,11 +1814,17 @@ public class FessLabels extends ActionMessages { public static final String LABELS_suggest_elevate_word_link_list = "{labels.suggest_elevate_word_link_list}"; /** The key of the message: Create New */ - public static final String LABELS_suggest_elevate_word_link_create_new = "{labels.suggest_elevate_word_link_create_new}"; - - /** The key of the message: Create */ public static final String LABELS_suggest_elevate_word_link_create = "{labels.suggest_elevate_word_link_create}"; + /** The key of the message: Edit */ + public static final String LABELS_suggest_elevate_word_link_edit = "{labels.suggest_elevate_word_link_edit}"; + + /** The key of the message: Delete */ + public static final String LABELS_suggest_elevate_word_link_delete = "{labels.suggest_elevate_word_link_delete}"; + + /** The key of the message: Details */ + public static final String LABELS_suggest_elevate_word_link_details = "{labels.suggest_elevate_word_link_details}"; + /** The key of the message: Download */ public static final String LABELS_suggest_elevate_word_link_download = "{labels.suggest_elevate_word_link_download}"; @@ -1865,11 +1868,17 @@ public class FessLabels extends ActionMessages { public static final String LABELS_suggest_bad_word_link_list = "{labels.suggest_bad_word_link_list}"; /** The key of the message: Create New */ - public static final String LABELS_suggest_bad_word_link_create_new = "{labels.suggest_bad_word_link_create_new}"; - - /** The key of the message: Create */ public static final String LABELS_suggest_bad_word_link_create = "{labels.suggest_bad_word_link_create}"; + /** The key of the message: Edit */ + public static final String LABELS_suggest_bad_word_link_edit = "{labels.suggest_bad_word_link_edit}"; + + /** The key of the message: Delete */ + public static final String LABELS_suggest_bad_word_link_delete = "{labels.suggest_bad_word_link_delete}"; + + /** The key of the message: Details */ + public static final String LABELS_suggest_bad_word_link_details = "{labels.suggest_bad_word_link_details}"; + /** The key of the message: Download */ public static final String LABELS_suggest_bad_word_link_download = "{labels.suggest_bad_word_link_download}"; diff --git a/src/main/resources/fess_label.properties b/src/main/resources/fess_label.properties index 133f444191df472e0425e262519e74f5d259bd4f..8d97cbad16368fdb31afc1952067054024197da2 100644 --- a/src/main/resources/fess_label.properties +++ b/src/main/resources/fess_label.properties @@ -315,7 +315,6 @@ labels.excluded_doc_urls=Excluded URLs For Indexing labels.user_agent=User Agent labels.web_crawling_button_create=Create labels.web_crawling_button_create_job=Create new job -labels.web_crawling_link_create_new=Create New labels.web_crawling_link_create=Create New labels.web_crawling_job_title=Web Crawler - {0} labels.crawler_configuration=General Configuration @@ -603,8 +602,10 @@ labels.boost_document_rule_sort_order=Sort Order labels.suggest_elevate_word_configuration=Additional Word labels.suggest_elevate_word_title_details=Additional Word labels.suggest_elevate_word_link_list=List -labels.suggest_elevate_word_link_create_new=Create New -labels.suggest_elevate_word_link_create=Create +labels.suggest_elevate_word_link_create=Create New +labels.suggest_elevate_word_link_edit=Edit +labels.suggest_elevate_word_link_delete=Delete +labels.suggest_elevate_word_link_details=Details labels.suggest_elevate_word_link_download=Download labels.suggest_elevate_word_link_upload=Upload labels.suggest_elevate_word_button_download=Download @@ -619,8 +620,10 @@ labels.suggest_elevate_word_file=Additional Word File labels.suggest_bad_word_configuration=Bad Word labels.suggest_bad_word_title_details=Bad Word labels.suggest_bad_word_link_list=List -labels.suggest_bad_word_link_create_new=Create New -labels.suggest_bad_word_link_create=Create +labels.suggest_bad_word_link_create=Create New +labels.suggest_bad_word_link_edit=Edit +labels.suggest_bad_word_link_delete=Delete +labels.suggest_bad_word_link_details=Details labels.suggest_bad_word_link_download=Download labels.suggest_bad_word_link_upload=Upload labels.suggest_bad_word_button_download=Download diff --git a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword.jsp b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword.jsp index 1189b520a1df96cb6194c2a055591768027eb08d..728c5a7841a1c36aee19778b883119d48c969eeb 100644 --- a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword.jsp +++ b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword.jsp @@ -18,32 +18,42 @@

- +
- <%-- Box Header --%>
- +

+ +

+ - + + + +
+
<%-- Message --%>
diff --git a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_details.jsp b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_details.jsp index 7907d0afb80c664a1889bf1a83a86ad8597de877..13a81eed43f157e3f7123ea6f273338384eb3e09 100644 --- a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_details.jsp +++ b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_details.jsp @@ -18,7 +18,13 @@

- +
@@ -33,11 +39,51 @@
box-successbox-warningbox-dangerbox-primary"> - <%-- Box Header --%>
- +

+ + + + + + + + + + + + +

+
+ + + + + + + + + + + + + + + + +
- <%-- Box Body --%> +
<%-- Message --%>
diff --git a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_download.jsp b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_download.jsp index 76879d58eb62d5c5f5f717e4e501b3ef2cf35a0d..e8b20926b07637254831454df7402f03e2bf435b 100644 --- a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_download.jsp +++ b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_download.jsp @@ -18,7 +18,6 @@

-
-
-
-
-
- -
- - - - - - - + +
+
+
+
+

- - - - +

+
+ + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ + +
- -
- - - - - - - - -
" - type="submit" />
-
-
- +
-
-
+
diff --git a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_edit.jsp b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_edit.jsp index 347c70e05dc3095bc0aa8916d86476dd55894069..9364707b5d364954ee983d70895fd01bf452e6bf 100644 --- a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_edit.jsp +++ b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_edit.jsp @@ -18,10 +18,22 @@

- +
- + @@ -35,9 +47,42 @@ class="box box-successbox-warning"> <%-- Box Header --%>
- +

+ + + + + + +

+
+ + + + + + + + + + + + + + + + +
- <%-- Box Body --%> +
<%-- Message --%>
diff --git a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp index 97af451057dba56f15bdf350e5ed81fd328fc2e4..04ee2eb76f295d8fa9c5fd522892446b28d5a99b 100644 --- a/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp +++ b/src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp @@ -13,15 +13,11 @@ -
- - <%-- Content Header --%>

-
-
-
- <%-- Box Header --%>
- +

+ +

+ - - + + + - + - + +
@@ -62,7 +63,7 @@ - @@ -70,8 +71,9 @@ diff --git a/src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp b/src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp index 8c6f614dbe7a2861626d035a12c39e2f54652f92..cda2893aaebf7273293af6ba887502079bca28f2 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp @@ -19,10 +19,7 @@
diff --git a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp index 330a44148c067837f03a2006e712e7bdf67676b8..34ae8900f9649cd15c718092a066cef6fc8cb623 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp @@ -25,7 +25,8 @@
  • -
  • +
  • @@ -56,26 +57,27 @@
    - + - - - - diff --git a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp index 8da246e7abe9f69da929fa23bf635841c329d853..c9e04d8a91129311fb190d0dc7ef30ac98ce1838 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp @@ -22,7 +22,7 @@
  • -
  • +
  • -
    -
    -
    -
    -

    - -

    -
    - - - - - - - - - - - - - - + + +
    +
    +
    +
    +

    - - - - - -

    -
    - -
    - <%-- Message --%> -
    - -
    ${msg}
    -
    - + +
    + + + + + + + + + + + + + + + + + + + + +
    - + +
    + <%-- Message --%>
    - -
    -
    - - - - - - -
    ${f:h(path)} - -
    + +
    ${msg}
    +
    +
    - +
    + +
    +
    + + +
    - +
    -
    -
    +
    diff --git a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp index 673099428c56e16317a7842bc45651256a784d21..ea22d6422656893771910de3b78d6895494e6af5 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp @@ -27,10 +27,11 @@
  • + key="labels.dict_kuromoji_link_create" />
    -
  • +
  • @@ -56,26 +57,27 @@
    - + - - - - diff --git a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_upload.jsp b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_upload.jsp index 1864ea79c0d6a8e9e43f531b20d24a91ff9b8df3..8b9acd162c691958b3b326f227706b6dbf03c9bd 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_upload.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_upload.jsp @@ -30,82 +30,75 @@
    -
    -
    -
    -
    -

    - -

    -
    - - - - - - - - - - - - - - - - - - + + +
    +
    +
    +
    +

    - -

    -
    - -
    - <%-- Message --%> -
    - -
    ${msg}
    -
    - + +
    + + + + + + + + + + + + + + + + + + + + +
    - + +
    + <%-- Message --%>
    - - - - - - - - - - - - - - - - -
    ${f:h(filename)}
    - -
    + +
    ${msg}
    +
    +
    - +
    + +
    + +
    +
    +
    + + +
    - +
    -
    -
    +
    diff --git a/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp b/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp index dffd2e21e8cbedca8fa5314e91db547e523cbd4b..ec5f468e4f5c673b53f282b583ff50ac1c2709e5 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp @@ -25,7 +25,8 @@
  • -
  • +
  • @@ -61,22 +62,22 @@ - - - - diff --git a/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_download.jsp b/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_download.jsp index 564ebd63a89a348667f79217f622aef3c788f6e1..0fb0d0edf7f135f7f3195a645d8df12a294c9655 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_download.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_download.jsp @@ -30,74 +30,70 @@
    -
    -
    -
    -
    -

    - -

    -
    - - - - - - - - - - - - - - + + +
    +
    +
    +
    +

    - - - - - -

    -
    - -
    - <%-- Message --%> -
    - -
    ${msg}
    -
    - + +
    + + + + + + + + + + + + + + + + + + + + +
    - + +
    + <%-- Message --%>
    - - - - - - - - -
    ${f:h(path)} - -
    + +
    ${msg}
    +
    +
    - +
    + +
    +
    + + +
    - +
    -
    -
    +
    diff --git a/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_edit.jsp b/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_edit.jsp index eae6f9308a9578ec3aa60dac6c755252f2666322..47d836878e399de5fc44795c202b364005a45199 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_edit.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_edit.jsp @@ -30,7 +30,8 @@ key="labels.dict_synonym_link_create" /> -
  • +
  • @@ -45,7 +46,6 @@
    box-successbox-warning"> - <%-- Box Header --%>

    @@ -56,33 +56,34 @@

    - + - - - -
    - <%-- Box Body --%> +
    <%-- Message --%>
    diff --git a/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_upload.jsp b/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_upload.jsp index 4298256695b3edae7150ab159981e481f4071de8..1571cd26e13b223963054d68b5976e52797bfa1e 100644 --- a/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_upload.jsp +++ b/src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_upload.jsp @@ -18,7 +18,6 @@

    -
    -
    -
    -
    -
    -

    - -

    -
    - - - - - - - - - - - - - - - - - - + + +
    +
    +
    +
    +

    - -

    -
    - -
    - <%-- Message --%> -
    - -
    ${msg}
    -
    - + +
    + + + + + + + + + + + + + + + + + + + + +
    - + +
    + <%-- Message --%>
    - - - - - - - - - - - - - - - - -
    ${f:h(filename)}
    - -
    + +
    ${msg}
    +
    +
    - +
    + +
    + +
    +
    +
    + + +
    - +
    -
    -
    +
    diff --git a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword.jsp b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword.jsp index 58e8e7a0d7ec891f67eb4a3696f9cbb30b27c385..66263dd8a8bb1746ebbf7dea074a2d31c7841f38 100644 --- a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword.jsp +++ b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword.jsp @@ -18,27 +18,37 @@

    - +
    - +

    + +

    + - + + + +
    diff --git a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp index 09d604f10256a0a81253100cbfd7c9feea36c361..bcac787d52436c098d2b7e9e1eaf63cd1ec0f385 100644 --- a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp +++ b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp @@ -18,7 +18,13 @@

    - +
    @@ -33,11 +39,45 @@
    box-successbox-warningbox-dangerbox-primary"> - <%-- Box Header --%>
    - +

    + + + + + + + + + + + + +

    +
    + + + + + + + + + + + + + + + + +
    - <%-- Box Body --%> +
    <%-- Message --%>
    diff --git a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_download.jsp b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_download.jsp index f4e88ddde4ba7d2eb8f03f0f2cc8fd688b4717fb..193a6e92ea845bcd6fd930ae088c7c57afa1e3c7 100644 --- a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_download.jsp +++ b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_download.jsp @@ -18,7 +18,6 @@

    -
    -
    -
    -
    - <%-- Box Header --%> -
    - -
    - - - - - - - + +
    +
    +
    + <%-- Box Header --%> +
    +

    - - - - +

    +
    + + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    + + +
    - -
    - - - - - - - - -
    " - type="submit" />
    -
    -
    - +
    -
    -
    +
    diff --git a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp index 4aa5e4de9644a1fa541faa9a9c556ec04120cb74..a89c810afd340a49087dfd1eea961d4745870d47 100644 --- a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp +++ b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp @@ -18,7 +18,19 @@

    - +
    @@ -34,20 +46,33 @@
    box-successbox-warning">
    - +

    + + + + + + +

    + - - + + + - + - + +
    diff --git a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp index d1df874049ffbe83f42a013d26e8c12555a7e229..17afc4d697f721ffbf98aacf60f07082cbdb939a 100644 --- a/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp +++ b/src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp @@ -18,7 +18,6 @@

    -