<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,9 +39,11 @@
     &lt;/div&gt;
     &lt;div id=&quot;map_show&quot; class=&quot;span-24 last&quot;&gt;&lt;/div&gt;
 
+    &lt;div class=&quot;details span-24 last&quot;&gt;{{ crime.details|markdown:&quot;safe&quot; }}&lt;/div&gt;
+
     &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
     google_ad_client = &quot;pub-4395278747027765&quot;;
-    /* malaysiacrime index */
+    /* malaysiacrime banner */
     google_ad_slot = &quot;8210136586&quot;;
     google_ad_width = 728;
     google_ad_height = 90;
@@ -51,8 +53,6 @@
     src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
     &lt;/script&gt;
 
-    &lt;div class=&quot;details span-24 last&quot;&gt;{{ crime.details|markdown:&quot;safe&quot; }}&lt;/div&gt;
-
     &lt;div class=&quot;update span-24 last&quot;&gt;
         &lt;a href=&quot;{% url crime-update crime.id %}&quot;&gt;Update this Crime Report&lt;/a&gt;
     &lt;/div&gt;
@@ -60,7 +60,7 @@
     {% get_comment_list for crime as comments %}
     {% for comment in comments %}
         &lt;hr /&gt;
-        &lt;div class=&quot;comment span-24 last&quot;&gt;
+        &lt;div class=&quot;comment span-19&quot;&gt;
             &lt;span&gt;written about &lt;strong&gt;{{ comment.submit_date|timesince:now }}&lt;/strong&gt; ago by &lt;strong&gt;{{ comment.name }}&lt;/strong&gt;:&lt;/span&gt;&lt;br /&gt;
             {{ comment.comment|markdown:&quot;safe&quot; }}
         &lt;/div&gt;</diff>
      <filename>templates/crime/show.html</filename>
    </modified>
    <modified>
      <diff>@@ -62,22 +62,16 @@
 {% block tab0 %}&lt;li&gt;&lt;a class=&quot;active&quot;&gt;&lt;span&gt;Home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;{% endblock %}
 
 {% block content %}
-    &lt;div class=&quot;title span-18&quot;&gt;
+    &lt;div class=&quot;title span-14&quot;&gt;
         &lt;h2&gt;Recent Reported Malaysia Crimes&lt;/h2&gt;
     &lt;/div&gt;
 
-    &lt;div class=&quot;stats span-6 last&quot;&gt;
+    &lt;div class=&quot;stats span-10 last&quot;&gt;
         Showing &lt;strong&gt;{{ crimes.count }}&lt;/strong&gt; of &lt;strong&gt;{{ crime_total }}&lt;/strong&gt; Crime Reports
     &lt;/div&gt;
     &lt;div id=&quot;map_index&quot; class=&quot;span-24 last&quot;&gt;&lt;/div&gt;
 
-    {# &lt;div class=&quot;span-5 last&quot;&gt; #}
-    {#     &lt;a href=&quot;http://feeds.feedburner.com/malaysiacrime/latest&quot;&gt; #}
-    {#         &lt;img src=&quot;{{ MEDIA_URL }}images/rss.png&quot; alt=&quot;Malaysia Crime Latest Reports RSS&quot; title=&quot;Malaysia Crime Latest Reports RSS&quot;/&gt; #}
-    {#     &lt;/a&gt; #}
-    {# &lt;/div&gt; #}
-
-    &lt;div class=&quot;span-17&quot;&gt;
+    &lt;div class=&quot;span-19&quot;&gt;
     {% for crime in crimes %}
         {% get_comment_count for crime as comment_count %}
         &lt;span class=&quot;linelist&quot;&gt;
@@ -88,10 +82,14 @@
             {% if comment_count %}
                 // {{ comment_count }} comment{{ comment_count|pluralize }}
             {% endif %}
-        &lt;/span&gt;&lt;br/&gt;&lt;br/&gt;
+        &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;
     {% endfor %}
     &lt;/div&gt;
-    {# &lt;div class=&quot;span-7 last&quot;&gt; #}
-    {#     &lt;img src=&quot;{{ MEDIA_URL }}images/amax.png&quot;&gt; #}
-    {# &lt;/div&gt; #}
+
+    &lt;div class=&quot;span-5 last&quot; style=&quot;text-align: center&quot;&gt;
+        &lt;a href=&quot;http://www.apptivitylab.com/released-apps/malaysia-crime/&quot;&gt;
+            &lt;img src=&quot;{{ MEDIA_URL }}images/iphone.jpg&quot; alt=&quot;Malaysia Crime iPhone app&quot; title=&quot;Download Malaysia Crime iPhone app&quot;/&gt;
+        &lt;/a&gt;
+    &lt;/div&gt;
+
 {% endblock %}</diff>
      <filename>templates/main/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -61,28 +61,16 @@
 {% block title %}Recent Commented - Malaysia Crime{% endblock %}
 
 {% block content %}
-    &lt;div class=&quot;title span-18&quot;&gt;
+    &lt;div class=&quot;title span-14&quot;&gt;
         &lt;h2&gt;Recent Commented Malaysia Crimes&lt;/h2&gt;
     &lt;/div&gt;
 
-    &lt;div class=&quot;stats span-6 last&quot;&gt;
-        Showing &lt;strong&gt;{{ crimes.count }}&lt;/strong&gt; of &lt;strong&gt;{{ crime_total }}&lt;/strong&gt; Crime Reports
+    &lt;div class=&quot;stats span-10 last&quot;&gt;
+        Showing &lt;strong&gt;{{ crimes|length }}&lt;/strong&gt; of &lt;strong&gt;{{ crime_total }}&lt;/strong&gt; Crime Reports
     &lt;/div&gt;
     &lt;div id=&quot;map_index&quot; class=&quot;span-24 last&quot;&gt;&lt;/div&gt;
 
-    &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
-    google_ad_client = &quot;pub-4395278747027765&quot;;
-    /* malaysiacrime index */
-    google_ad_slot = &quot;8210136586&quot;;
-    google_ad_width = 728;
-    google_ad_height = 90;
-    //--&gt;
-    &lt;/script&gt;
-    &lt;script type=&quot;text/javascript&quot;
-    src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
-    &lt;/script&gt;
-
-    &lt;div class=&quot;span-24 last&quot;&gt;
+    &lt;div class=&quot;span-19&quot;&gt;
     {% for crime in crimes %}
         {% get_comment_count for crime as comment_count %}
         &lt;span class=&quot;linelist&quot;&gt;
@@ -96,4 +84,10 @@
         &lt;/span&gt;&lt;br/&gt;&lt;br/&gt;
     {% endfor %}
     &lt;/div&gt;
+
+    &lt;div class=&quot;span-5 last&quot; style=&quot;text-align: center&quot;&gt;
+        &lt;a href=&quot;http://www.apptivitylab.com/released-apps/malaysia-crime/&quot;&gt;
+            &lt;img src=&quot;{{ MEDIA_URL }}images/iphone.jpg&quot; alt=&quot;Malaysia Crime iPhone app&quot; title=&quot;Download Malaysia Crime iPhone app&quot;/&gt;
+        &lt;/a&gt;
+    &lt;/div&gt;
 {% endblock %}</diff>
      <filename>templates/main/recent_commented.html</filename>
    </modified>
    <modified>
      <diff>@@ -69,18 +69,6 @@
     &lt;/div&gt;
     &lt;div id=&quot;map_index&quot; class=&quot;span-24 last&quot;&gt;&lt;/div&gt;
 
-    &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
-    google_ad_client = &quot;pub-4395278747027765&quot;;
-    /* malaysiacrime index */
-    google_ad_slot = &quot;8210136586&quot;;
-    google_ad_width = 728;
-    google_ad_height = 90;
-    //--&gt;
-    &lt;/script&gt;
-    &lt;script type=&quot;text/javascript&quot;
-    src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
-    &lt;/script&gt;
-
     &lt;div class=&quot;span-24 last&quot;&gt;
     {% for crime in crimes %}
         {% get_comment_count for crime as comment_count %}</diff>
      <filename>templates/main/recent_updated.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d8590abec19c1713737a34b3dcb147c2d56259e</id>
    </parent>
  </parents>
  <author>
    <name>Kegan Gan</name>
    <email>kegan@kebook.local</email>
  </author>
  <url>http://github.com/kegan/malaysiacrime/commit/2b39ac0dff40debd5aa7fb9d5881303c203541c7</url>
  <id>2b39ac0dff40debd5aa7fb9d5881303c203541c7</id>
  <committed-date>2009-11-07T06:25:43-08:00</committed-date>
  <authored-date>2009-11-07T06:25:43-08:00</authored-date>
  <message>Updated templates with new AdSense. And iPhone app link.</message>
  <tree>9dbaec1982d9325fe6bc9166a71ec4277de50f49</tree>
  <committer>
    <name>Kegan Gan</name>
    <email>kegan@kebook.local</email>
  </committer>
</commit>
