Few comments below...<br><br><div class="gmail_quote">On Wed Feb 04 2015 at 3:21:55 PM Wen Wang &lt;<a href="mailto:wenwang@linux.vnet.ibm.com">wenwang@linux.vnet.ibm.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">V1 -&gt; V2:<br>
Add lincense and rename the sample file<br>
<br>
Signed-off-by: Wen Wang &lt;<a href="mailto:wenwang@linux.vnet.ibm.com" target="_blank">wenwang@linux.vnet.ibm.com</a>&gt;<br>
---<br>
 ui/js/widgets/samples/list.<u></u>html | 45 ++++++++++++++++++++++++++++++<u></u>+++++++++++<br>
 1 file changed, 45 insertions(+)<br>
 create mode 100644 ui/js/widgets/samples/list.<u></u>html<br>
<br>
diff --git a/ui/js/widgets/samples/list.<u></u>html b/ui/js/widgets/samples/list.<u></u>html<br>
new file mode 100644<br>
index 0000000..286e941<br>
--- /dev/null<br>
+++ b/ui/js/widgets/samples/list.<u></u>html<br>
@@ -0,0 +1,45 @@<br>
+&lt;!--<br>
+/*<br>
+ * Project Kimchi<br>
+ *<br>
+ * Copyright IBM, Corp. 2014<br></blockquote><div><br></div><div>s/2014/2015</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+ *<br>
+ * Licensed under the Apache License, Version 2.0 (the &#39;License&#39;);<br>
+ * you may not use this file except in compliance with the License.<br>
+ * You may obtain a copy of the License at<br>
+ *<br>
+ *     <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">http://www.apache.org/<u></u>licenses/LICENSE-2.0</a><br>
+ *<br>
+ * Unless required by applicable law or agreed to in writing, software<br>
+ * distributed under the License is distributed on an &#39;AS IS&#39; BASIS,<br>
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br>
+ * See the License for the specific language governing permissions and<br>
+ * limitations under the License.<br>
+ */<br>
+ --&gt;<br>
+&lt;!DOCTYPE html&gt;<br>
+&lt;html&gt;<br>
+    &lt;head&gt;<br>
+        &lt;meta charset=&quot;UTF-8&quot;&gt;<br>
+        &lt;title&gt;Gauge Demo&lt;/title&gt;<br>
+        &lt;script src=&quot;../../../libs/jquery-1.<u></u>10.0.min.js&quot;&gt;&lt;/script&gt;<br>
+        &lt;script src=&quot;../../../libs/jquery-ui.<u></u>min.js&quot;&gt;&lt;/script&gt;<br>
+        &lt;script src=&quot;../list-flat.js&quot;&gt;&lt;/<u></u>script&gt;<br>
+        &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../libs/themes/<u></u>base/jquery-ui.min.css&quot;&gt;<br>
+        &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../css/theme-<u></u>default/list-flat.css&quot;&gt;<br>
+        &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../css/fontello/<u></u>css/animation.css&quot;&gt;<br>
+        &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../css/fontello/<u></u>css/fontello.css&quot;&gt;<br>
+    &lt;/head&gt;<br>
+    &lt;body&gt;<br>
+        &lt;div class=&quot;list-demo&quot;&gt;&lt;/div&gt;<br>
+        &lt;script&gt;<br>
+            $(document).ready(function() {<br>
+                $(&quot;.list-demo&quot;).listFlat({<br>
+                    title: &quot;Hello World&quot;  //Set title.<br>
+                });<br>
+                $(&quot;.list-demo&quot;).listFlat(&quot;<u></u>addItem&quot;, &quot;Hello&quot;, &quot;2015&quot;, &quot;icon-user&quot;, &quot;button1&quot;);<br>
+                        //Add one item of the list, parameters are: name, info, icon and button-id<br></blockquote><div><br></div><div><div>Indentation of the comment is wrong - looks for me there&#39;s one more TAB.</div><div>Also, would be nice to place the comment before the operation.</div></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+            });<br>
+        &lt;/script&gt;<br>
+    &lt;/body&gt;<br>
+&lt;/html&gt;<br>
\ No newline at end of file<br>
--<br>
2.1.0<br>
<br>
______________________________<u></u>_________________<br>
Kimchi-devel mailing list<br>
<a href="mailto:Kimchi-devel@ovirt.org" target="_blank">Kimchi-devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/kimchi-devel" target="_blank">http://lists.ovirt.org/<u></u>mailman/listinfo/kimchi-devel</a><br>
</blockquote></div>