<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://www.jexp.ru/index.php?action=history&amp;feed=atom&amp;title=Java%2FJSP%2FForm_CheckBox</id>
		<title>Java/JSP/Form CheckBox - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://www.jexp.ru/index.php?action=history&amp;feed=atom&amp;title=Java%2FJSP%2FForm_CheckBox"/>
		<link rel="alternate" type="text/html" href="http://www.jexp.ru/index.php?title=Java/JSP/Form_CheckBox&amp;action=history"/>
		<updated>2026-04-23T12:47:17Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.jexp.ru/index.php?title=Java/JSP/Form_CheckBox&amp;diff=8569&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://www.jexp.ru/index.php?title=Java/JSP/Form_CheckBox&amp;diff=8569&amp;oldid=prev"/>
				<updated>2010-06-01T07:09:52Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 07:09, 1 июня 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://www.jexp.ru/index.php?title=Java/JSP/Form_CheckBox&amp;diff=8568&amp;oldid=prev</id>
		<title> в 18:01, 31 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://www.jexp.ru/index.php?title=Java/JSP/Form_CheckBox&amp;diff=8568&amp;oldid=prev"/>
				<updated>2010-05-31T18:01:47Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Jsp Form Action: Design Your Sandwich ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;HTML&amp;gt;&lt;br /&gt;
    &amp;lt;HEAD&amp;gt;&lt;br /&gt;
        &amp;lt;TITLE&amp;gt;Design Your Sandwich!&amp;lt;/TITLE&amp;gt;&lt;br /&gt;
    &amp;lt;/HEAD&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;BODY&amp;gt;&lt;br /&gt;
    &amp;lt;% &lt;br /&gt;
        String cheese = &amp;quot;&amp;quot;, turkey = &amp;quot;&amp;quot;, ham = &amp;quot;&amp;quot;;&lt;br /&gt;
        String check1 = &amp;quot;&amp;quot;, check2 = &amp;quot;&amp;quot;, check3 = &amp;quot;&amp;quot;;&lt;br /&gt;
        if(request.getParameter(&amp;quot;radios&amp;quot;) != null) {&lt;br /&gt;
           if(request.getParameter(&amp;quot;radios&amp;quot;).equals(&amp;quot;cheese&amp;quot;)){&lt;br /&gt;
               cheese = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
               check2 = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
           }&lt;br /&gt;
           if(request.getParameter(&amp;quot;radios&amp;quot;).equals(&amp;quot;turkey&amp;quot;)){&lt;br /&gt;
               turkey = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
               check1 = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
               check3 = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
           }&lt;br /&gt;
           if(request.getParameter(&amp;quot;radios&amp;quot;).equals(&amp;quot;ham&amp;quot;)){&lt;br /&gt;
               ham = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
               check1 = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
               check2 = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
               check3 = &amp;quot;CHECKED&amp;quot;;&lt;br /&gt;
           }&lt;br /&gt;
       }&lt;br /&gt;
    %&amp;gt;&lt;br /&gt;
        &amp;lt;H1&amp;gt;Design Your Sandwich!&amp;lt;/H1&amp;gt;&lt;br /&gt;
        &amp;lt;FORM METHOD=&amp;quot;POST&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;TABLE BORDER=&amp;quot;1&amp;quot; ALIGN=&amp;quot;LEFT&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;TR&amp;gt;&lt;br /&gt;
                    &amp;lt;TH&amp;gt;&lt;br /&gt;
                        Sandwich&lt;br /&gt;
                    &amp;lt;/TH&amp;gt;&lt;br /&gt;
                &amp;lt;/TR&amp;gt;&lt;br /&gt;
                &amp;lt;TR&amp;gt;&lt;br /&gt;
                    &amp;lt;TD&amp;gt;&lt;br /&gt;
                        &amp;lt;INPUT TYPE=&amp;quot;radio&amp;quot; NAME=&amp;quot;radios&amp;quot; VALUE=&amp;quot;cheese&amp;quot;&lt;br /&gt;
                            &amp;lt;%= cheese %&amp;gt;&lt;br /&gt;
                        &amp;gt;&lt;br /&gt;
                       Cheese Sandwich&lt;br /&gt;
                       &amp;lt;BR&amp;gt;&lt;br /&gt;
                       &amp;lt;INPUT TYPE=&amp;quot;RADIO&amp;quot; NAME=&amp;quot;radios&amp;quot; VALUE=&amp;quot;turkey&amp;quot;&lt;br /&gt;
                           &amp;lt;%= turkey %&amp;gt;&lt;br /&gt;
                       &amp;gt;&lt;br /&gt;
                       Turkey Sandwich&lt;br /&gt;
                       &amp;lt;BR&amp;gt;&lt;br /&gt;
                       &amp;lt;BR&amp;gt;&lt;br /&gt;
                       &amp;lt;INPUT TYPE=&amp;quot;RADIO&amp;quot; NAME=&amp;quot;radios&amp;quot; VALUE=&amp;quot;ham&amp;quot;&lt;br /&gt;
                            &amp;lt;%= ham %&amp;gt;&lt;br /&gt;
                       &amp;gt;&lt;br /&gt;
                       Ham Sandwich&lt;br /&gt;
                       &amp;lt;BR&amp;gt;&lt;br /&gt;
                   &amp;lt;/TD&amp;gt;&lt;br /&gt;
               &amp;lt;/TR&amp;gt;&lt;br /&gt;
            &amp;lt;/TABLE&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
            &amp;lt;TABLE BORDER=&amp;quot;1&amp;quot; ALIGN=&amp;quot;LEFT&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;TR&amp;gt;&lt;br /&gt;
                    &amp;lt;TH&amp;gt;&lt;br /&gt;
                        Ingredients&lt;br /&gt;
                    &amp;lt;/TH&amp;gt;&lt;br /&gt;
                &amp;lt;/TR&amp;gt;&lt;br /&gt;
                &amp;lt;TR&amp;gt;&lt;br /&gt;
                    &amp;lt;TD&amp;gt;&lt;br /&gt;
                        &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;check1&amp;quot; VALUE=&amp;quot;check1&amp;quot;&lt;br /&gt;
                            &amp;lt;%= check1 %&amp;gt;&lt;br /&gt;
                        &amp;gt;&lt;br /&gt;
                        Meat&lt;br /&gt;
                        &amp;lt;BR&amp;gt;&lt;br /&gt;
                        &amp;lt;BR&amp;gt;&lt;br /&gt;
                        &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;check2&amp;quot; VALUE=&amp;quot;check2&amp;quot;&lt;br /&gt;
                            &amp;lt;%= check2 %&amp;gt;&lt;br /&gt;
                        &amp;gt;&lt;br /&gt;
                        Cheese&lt;br /&gt;
                        &amp;lt;BR&amp;gt;&lt;br /&gt;
                        &amp;lt;BR&amp;gt;&lt;br /&gt;
                        &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;check3&amp;quot; VALUE=&amp;quot;check3&amp;quot;&lt;br /&gt;
                            &amp;lt;%= check3%&amp;gt;&lt;br /&gt;
                        &amp;gt;&lt;br /&gt;
                        Lettuce&lt;br /&gt;
                    &amp;lt;/TD&amp;gt;&lt;br /&gt;
                &amp;lt;/TR&amp;gt;&lt;br /&gt;
            &amp;lt;/TABLE&amp;gt;&lt;br /&gt;
            &amp;lt;BR CLEAR=&amp;quot;ALL&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;BR&amp;gt;&lt;br /&gt;
            &amp;lt;INPUT TYPE=&amp;quot;SUBMIT&amp;quot; VALUE=&amp;quot;Submit&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/FORM&amp;gt;&lt;br /&gt;
    &amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- end source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Jsp Form CheckBox Demo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
//File: index.html&lt;br /&gt;
&amp;lt;HTML&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  Copyright 2004 The Apache Software Foundation&lt;br /&gt;
  Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
  you may not use this file except in compliance with the License.&lt;br /&gt;
  You may obtain a copy of the License at&lt;br /&gt;
      http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
  Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
  distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
  See the License for the specific language governing permissions and&lt;br /&gt;
  limitations under the License.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;BODY bgcolor=&amp;quot;white&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;FORM TYPE=POST ACTION=checkresult.jsp&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;font size=5 color=&amp;quot;red&amp;quot;&amp;gt;&lt;br /&gt;
Check all Favorite fruits: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;input TYPE=checkbox name=fruit VALUE=apples&amp;gt; Apples &amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;input TYPE=checkbox name=fruit VALUE=grapes&amp;gt; Grapes &amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;input TYPE=checkbox name=fruit VALUE=oranges&amp;gt; Oranges &amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;input TYPE=checkbox name=fruit VALUE=melons&amp;gt; Melons &amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;INPUT TYPE=submit name=submit Value=&amp;quot;Submit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/FORM&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
//////////////////////////////////////////////////////////////&lt;br /&gt;
&lt;br /&gt;
//File: checkresult.jsp&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  Copyright 2004 The Apache Software Foundation&lt;br /&gt;
  Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);&lt;br /&gt;
  you may not use this file except in compliance with the License.&lt;br /&gt;
  You may obtain a copy of the License at&lt;br /&gt;
      http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
  Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
  distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
  See the License for the specific language governing permissions and&lt;br /&gt;
  limitations under the License.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;body bgcolor=&amp;quot;white&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;font size=5 color=&amp;quot;red&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;%! String[] fruits; %&amp;gt;&lt;br /&gt;
&amp;lt;jsp:useBean id=&amp;quot;foo&amp;quot; scope=&amp;quot;page&amp;quot; class=&amp;quot;checkbox.CheckTest&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jsp:setProperty name=&amp;quot;foo&amp;quot; property=&amp;quot;fruit&amp;quot; param=&amp;quot;fruit&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
The checked fruits (got using request) are: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;% &lt;br /&gt;
  fruits = request.getParameterValues(&amp;quot;fruit&amp;quot;);&lt;br /&gt;
%&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;%&lt;br /&gt;
    if (fruits != null) {&lt;br /&gt;
    for (int i = 0; i &amp;lt; fruits.length; i++) {&lt;br /&gt;
%&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;%&lt;br /&gt;
        out.println (util.HTMLFilter.filter(fruits[i]));&lt;br /&gt;
    }&lt;br /&gt;
  } else out.println (&amp;quot;none selected&amp;quot;);&lt;br /&gt;
%&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
The checked fruits (got using beans) are &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;% &lt;br /&gt;
    fruits = foo.getFruit();&lt;br /&gt;
%&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;%&lt;br /&gt;
    if (!fruits[0].equals(&amp;quot;1&amp;quot;)) {&lt;br /&gt;
    for (int i = 0; i &amp;lt; fruits.length; i++) {&lt;br /&gt;
%&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;%&lt;br /&gt;
      out.println (util.HTMLFilter.filter(fruits[i]));&lt;br /&gt;
    }&lt;br /&gt;
  } else out.println (&amp;quot;none selected&amp;quot;);&lt;br /&gt;
%&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- end source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submitting Check Boxes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
//File: index.html&lt;br /&gt;
&amp;lt;HTML&amp;gt;&lt;br /&gt;
    &amp;lt;HEAD&amp;gt;&lt;br /&gt;
        &amp;lt;TITLE&amp;gt;Submitting Check Boxes&amp;lt;/TITLE&amp;gt;&lt;br /&gt;
    &amp;lt;/HEAD&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;BODY&amp;gt;&lt;br /&gt;
        &amp;lt;H1&amp;gt;Submitting Check Boxes&amp;lt;/H1&amp;gt;&lt;br /&gt;
        &amp;lt;FORM ACTION=&amp;quot;formAction.jsp&amp;quot; METHOD=&amp;quot;post&amp;quot;&amp;gt;&lt;br /&gt;
             &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;check1&amp;quot; VALUE=&amp;quot;check1&amp;quot; CHECKED&amp;gt;&lt;br /&gt;
             Checkbox 1&lt;br /&gt;
            &amp;lt;BR&amp;gt;&lt;br /&gt;
            &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;check2&amp;quot; VALUE=&amp;quot;check2&amp;quot;&amp;gt;&lt;br /&gt;
            Checkbox 2&lt;br /&gt;
            &amp;lt;BR&amp;gt;&lt;br /&gt;
            &amp;lt;INPUT TYPE=&amp;quot;CHECKBOX&amp;quot; NAME=&amp;quot;check3&amp;quot; VALUE=&amp;quot;check3&amp;quot;&amp;gt;&lt;br /&gt;
            Checkbox 3&lt;br /&gt;
            &amp;lt;BR&amp;gt;&lt;br /&gt;
            &amp;lt;INPUT TYPE=&amp;quot;SUBMIT&amp;quot; VALUE=&amp;quot;Submit&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/FORM&amp;gt;&lt;br /&gt;
    &amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
//File: formAction.jsp&lt;br /&gt;
&amp;lt;HTML&amp;gt;&lt;br /&gt;
    &amp;lt;HEAD&amp;gt;&lt;br /&gt;
        &amp;lt;TITLE&amp;gt;Reading Checkboxes&amp;lt;/TITLE&amp;gt;&lt;br /&gt;
    &amp;lt;/HEAD&amp;gt;&lt;br /&gt;
    &amp;lt;BODY&amp;gt;&lt;br /&gt;
        &amp;lt;H1&amp;gt;Reading Checkboxes&amp;lt;/H1&amp;gt;&lt;br /&gt;
        &amp;lt;%&lt;br /&gt;
            if(request.getParameter(&amp;quot;check1&amp;quot;) != null) {&lt;br /&gt;
                out.println(&amp;quot;Checkbox 1 was checked.&amp;lt;BR&amp;gt;&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
            else {&lt;br /&gt;
                out.println(&amp;quot;Checkbox 1 was not checked.&amp;lt;BR&amp;gt;&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
            if(request.getParameter(&amp;quot;check2&amp;quot;) != null) {&lt;br /&gt;
                out.println(&amp;quot;Checkbox 2 was checked.&amp;lt;BR&amp;gt;&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
            else {&lt;br /&gt;
                out.println(&amp;quot;Checkbox 2 was not checked.&amp;lt;BR&amp;gt;&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
            if(request.getParameter(&amp;quot;check3&amp;quot;) != null) {&lt;br /&gt;
                out.println(&amp;quot;Checkbox 3 was checked.&amp;lt;BR&amp;gt;&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
            else {&lt;br /&gt;
                out.println(&amp;quot;Checkbox 3 was not checked.&amp;lt;BR&amp;gt;&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
        %&amp;gt;&lt;br /&gt;
    &amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- end source code --&amp;gt;&lt;/div&gt;</summary>
			</entry>

	</feed>