<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/bloggertemplate/">
    <title>bloggertemplate @ ウィキ</title>
    <link>http://w.atwiki.jp/bloggertemplate/</link>
    <atom:link href="https://w.atwiki.jp/bloggertemplate/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>bloggertemplate @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2007-05-25T00:48:20+09:00</dc:date>
    <utime>1180021700</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/26.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/25.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/24.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/23.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/22.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/bloggertemplate/pages/17.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/26.html">
    <title>Widget: Blog</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/26.html</link>
    <description>
      //xml 

&lt;b:widget id=&#039;Blog1&#039; locked=&#039;false&#039; title=&#039;Blog&#039; type=&#039;Blog&#039;&gt;
&lt;b:includable id=&#039;main&#039; var=&#039;top&#039;&gt;
  &lt;!-- posts --&gt;
  &lt;div class=&#039;blog-posts&#039;&gt;
    &lt;b:include data=&#039;top&#039; name=&#039;status-message&#039;/&gt;
    &lt;data:adStart/&gt;
    &lt;b:loop values=&#039;data:posts&#039; var=&#039;post&#039;&gt;
      &lt;b:if cond=&#039;data:post.dateHeader&#039;&gt;
        &lt;h2 class=&#039;date-header&#039;&gt;&lt;data:post.dateHeader/&gt;&lt;/h2&gt;
      &lt;/b:if&gt;
      &lt;b:include data=&#039;post&#039; name=&#039;post&#039;/&gt;
      &lt;b:if cond=&#039;data:blog.pageType == &quot;item&quot;&#039;&gt;
        &lt;b:include data=&#039;post&#039; name=&#039;comments&#039;/&gt;
      &lt;/b:if&gt;
    &lt;/b:loop&gt;
    &lt;data:adEnd/&gt;
  &lt;/div&gt;
  &lt;!-- navigation --&gt;
  &lt;b:include name=&#039;nextprev&#039;/&gt;
  &lt;!-- feed links --&gt;
  &lt;b:include name=&#039;feedLinks&#039;/&gt;
&lt;/b:includable&gt;

&lt;b:includable id=&#039;nextprev&#039;&gt;
  &lt;div class=&#039;blog-pager&#039; id=&#039;blog-pager&#039;&gt;
    &lt;b:if cond=&#039;data:newerPageUrl&#039;&gt;
      &lt;span id=&#039;blog-pager-newer-link&#039;&gt;
      &lt;a class=&#039;blog-pager-newer-link&#039; expr:href=&#039;data:newerPageUrl&#039; expr:id=&#039;data:widget.instanceId + &quot;_blog-pager-newer-li    </description>
    <dc:date>2007-05-25T00:48:20+09:00</dc:date>
    <utime>1180021700</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/25.html">
    <title>Widget: Page Header</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/25.html</link>
    <description>
      //xml

Display your blog&#039;s title and description.

&lt;b:widget id=&#039;Header1&#039; locked=&#039;false&#039; title=&#039;Blogger Templates (Header)&#039; type=&#039;Header&#039;&gt;
&lt;b:includable id=&#039;main&#039;&gt;

  &lt;b:if cond=&#039;data:useImage&#039;&gt;
    &lt;b:if cond=&#039;data:imagePlacement == &quot;REPLACE&quot;&#039;&gt;
      &lt;!--Show just the image, no text--&gt;
      &lt;div id=&#039;header-inner&#039;&gt;
        &lt;a expr:href=&#039;data:blog.homepageUrl&#039; style=&#039;display: block&#039;&gt;
          &lt;img expr:alt=&#039;data:title&#039; expr:height=&#039;data:height&#039; expr:id=&#039;data:widget.instanceId + &quot;_headerimg&quot;&#039; expr:src=&#039;data:sourceUrl&#039; expr:width=&#039;data:width&#039; style=&#039;display: block&#039;/&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;b:else/&gt;
      &lt;!--Show image as background to text--&gt;
      &lt;div expr:style=&#039;&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot; + &quot;background-repeat: no-repeat; &quot; + &quot;width: &quot; + data:width + &quot;px; &quot; + &quot;height: &quot; + data:height + &quot;px;&quot;&#039; id=&#039;header-inner&#039;&gt;
        &lt;div class=&#039;titlewrapper&#039; style=&#039;background: transparent&#039;&gt;
          &lt;h1 class=&#039;title&#039; style=&#039;background: transpa    </description>
    <dc:date>2007-05-25T00:44:48+09:00</dc:date>
    <utime>1180021488</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/24.html">
    <title>Widget: Blog Archive</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/24.html</link>
    <description>
      //xml

Display links to older posts.

&lt;b:widget id=&#039;BlogArchive1&#039; locked=&#039;false&#039; title=&#039;BlogArchive&#039; type=&#039;BlogArchive&#039;&gt;

&lt;b:includable id=&#039;main&#039;&gt;
  &lt;b:if cond=&#039;data:title&#039;&gt;
    &lt;h2&gt;&lt;data:title/&gt;&lt;/h2&gt;
  &lt;/b:if&gt;
  &lt;div class=&#039;widget-content&#039;&gt;
  &lt;div id=&#039;ArchiveList&#039;&gt;
  &lt;div expr:id=&#039;data:widget.instanceId + &quot;_ArchiveList&quot;&#039;&gt;
    &lt;b:if cond=&#039;data:style == &quot;HIERARCHY&quot;&#039;&gt;
     &lt;b:include data=&#039;data&#039; name=&#039;interval&#039;/&gt;
    &lt;/b:if&gt;
    &lt;b:if cond=&#039;data:style == &quot;FLAT&quot;&#039;&gt;
      &lt;b:include data=&#039;data&#039; name=&#039;flat&#039;/&gt;
    &lt;/b:if&gt;
    &lt;b:if cond=&#039;data:style == &quot;MENU&quot;&#039;&gt;
      &lt;b:include data=&#039;data&#039; name=&#039;menu&#039;/&gt;
    &lt;/b:if&gt;
  &lt;/div&gt;
  &lt;/div&gt;
  &lt;b:include name=&#039;quickedit&#039;/&gt;
  &lt;/div&gt;
&lt;/b:includable&gt;

&lt;b:includable id=&#039;flat&#039; var=&#039;data&#039;&gt;
  &lt;ul&gt;
    &lt;b:loop values=&#039;data:data&#039; var=&#039;i&#039;&gt;
      &lt;li class=&#039;archivedate&#039;&gt;
        &lt;a expr:href=&#039;data:i.url&#039;&gt;&lt;data:i.name/&gt;&lt;/a&gt; (&lt;data:i.post-count/&gt;)
      &lt;/li&gt;
    &lt;/b:loop&gt;
  &lt;/ul&gt;
&lt;/b:includable&gt;

&lt;b:includable id=&#039;menu&#039; var=&#039;d    </description>
    <dc:date>2007-05-25T00:43:30+09:00</dc:date>
    <utime>1180021410</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/23.html">
    <title>Widget: Profile</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/23.html</link>
    <description>
      //xml

Display information about yourself.

&lt;b:widget id=&#039;Profile1&#039; locked=&#039;false&#039; title=&#039;Profile&#039; type=&#039;Profile&#039;&gt;
&lt;b:includable id=&#039;main&#039;&gt;
    &lt;b:if cond=&#039;data:title != &quot;&quot;&#039;&gt;
      &lt;h2&gt;&lt;data:title/&gt;&lt;/h2&gt;
    &lt;/b:if&gt;
    &lt;div class=&#039;widget-content&#039;&gt;
    &lt;b:if cond=&#039;data:team == &quot;true&quot;&#039;&gt; &lt;!-- team blog profile --&gt;
      &lt;ul&gt;
        &lt;b:loop values=&#039;data:authors&#039; var=&#039;i&#039;&gt;
          &lt;li&gt;&lt;a expr:href=&#039;data:i.userUrl&#039;&gt;&lt;data:i.display-name/&gt;&lt;/a&gt;&lt;/li&gt;
        &lt;/b:loop&gt;
      &lt;/ul&gt;

      &lt;b:else/&gt; &lt;!-- normal blog profile --&gt;

      &lt;b:if cond=&#039;data:photo.url != &quot;&quot;&#039;&gt;
        &lt;a expr:href=&#039;data:userUrl&#039;&gt;&lt;img class=&#039;profile-img&#039; expr:alt=&#039;data:photo.alt&#039; expr:height=&#039;data:photo.height&#039; expr:src=&#039;data:photo.url&#039; expr:width=&#039;data:photo.width&#039;/&gt;&lt;/a&gt;
      &lt;/b:if&gt;

      &lt;dl class=&#039;profile-datablock&#039;&gt;
        &lt;dt class=&#039;profile-data&#039;&gt;&lt;data:displayname/&gt;&lt;/dt&gt;

        &lt;b:if cond=&#039;data:showlocation == &quot;true&quot;&#039;&gt;
          &lt;dd class=&#039;profile-data&#039;&gt;&lt;data:location/&gt;&lt;/dd&gt;
           </description>
    <dc:date>2007-05-25T00:41:41+09:00</dc:date>
    <utime>1180021301</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/22.html">
    <title>Widget: Logo</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/22.html</link>
    <description>
      //xml

Choose from a variety of Blogger logos to add to your page.

&lt;b:widget id=&#039;BloggerButton1&#039; locked=&#039;false&#039; title=&#039;&#039; type=&#039;BloggerButton&#039;&gt;
&lt;b:includable id=&#039;main&#039;&gt;
 &lt;div class=&#039;widget-content&#039;&gt;
    &lt;a href=&#039;http://www.blogger.com&#039;&gt;&lt;img alt=&#039;Powered By Blogger&#039; expr:src=&#039;data:fullButton&#039;/&gt;&lt;/a&gt;
    &lt;b:include name=&#039;quickedit&#039;/&gt;
  &lt;/div&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;    </description>
    <dc:date>2007-05-25T00:35:19+09:00</dc:date>
    <utime>1180020919</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/21.html">
    <title>Widget: Labels</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/21.html</link>
    <description>
      //xml

Show all the labels of posts in your blog.

&lt;b:widget id=&#039;Label1&#039; locked=&#039;false&#039; title=&#039;Label&#039; type=&#039;Label&#039;&gt;
&lt;b:includable id=&#039;main&#039;&gt;
  &lt;b:if cond=&#039;data:title&#039;&gt;
    &lt;h2&gt;&lt;data:title/&gt;&lt;/h2&gt;
  &lt;/b:if&gt;
  &lt;div class=&#039;widget-content&#039;&gt;
    &lt;ul&gt;
    &lt;b:loop values=&#039;data:labels&#039; var=&#039;label&#039;&gt;
      &lt;li&gt;
        &lt;b:if cond=&#039;data:blog.url == data:label.url&#039;&gt;
          &lt;data:label.name/&gt;
        &lt;b:else/&gt;
          &lt;a expr:href=&#039;data:label.url&#039;&gt;&lt;data:label.name/&gt;&lt;/a&gt;
        &lt;/b:if&gt;
        (&lt;data:label.count/&gt;)
      &lt;/li&gt;
    &lt;/b:loop&gt;
    &lt;/ul&gt;
    &lt;b:include name=&#039;quickedit&#039;/&gt;
  &lt;/div&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;    </description>
    <dc:date>2007-05-25T00:33:33+09:00</dc:date>
    <utime>1180020813</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/20.html">
    <title>Widget: Feed</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/20.html</link>
    <description>
      //xml

Add content from a site feed to your blog.

&lt;b:widget id=&#039;Feed1&#039; locked=&#039;false&#039; title=&#039;Feed&#039; type=&#039;Feed&#039;&gt;
&lt;b:includable id=&#039;main&#039;&gt;
    &lt;h2&gt;&lt;data:title/&gt;&lt;/h2&gt;

    &lt;div class=&#039;widget-content&#039;&gt;
    &lt;ul expr:id=&#039;data:widget.instanceId + &quot;_feedItemListDisplay&quot;&#039;&gt;
      &lt;b:loop values=&#039;data:feedData.items&#039; var=&#039;i&#039;&gt;
        &lt;li&gt;
          &lt;span class=&#039;item-title&#039;&gt;
            &lt;a expr:href=&#039;data:i.alternate.href&#039;&gt;
              &lt;data:i.title/&gt;
            &lt;/a&gt;
          &lt;/span&gt;
          &lt;b:if cond=&#039;data:showItemDate&#039;&gt;
            &lt;b:if cond=&#039;data:i.str_published != &quot;&quot;&#039;&gt;
              &lt;span class=&#039;item-date&#039;&gt;
                &amp;#160;-&amp;#160;&lt;data:i.str_published/&gt;
              &lt;/span&gt;
            &lt;/b:if&gt;
          &lt;/b:if&gt;
          &lt;b:if cond=&#039;data:showItemAuthor&#039;&gt;
            &lt;b:if cond=&#039;data:i.author != &quot;&quot;&#039;&gt;
              &lt;span class=&#039;item-author&#039;&gt;
                &amp;#160;-&amp;#160;&lt;data:i.author/&gt;
              &lt;/span&gt;
            &lt;/b:if&gt;
          &lt;/b:if&gt;
       </description>
    <dc:date>2007-05-25T00:32:55+09:00</dc:date>
    <utime>1180020775</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/19.html">
    <title>Widget: AdSense</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/19.html</link>
    <description>
      //xml

Earn revenue by displaying relevant ads on your blog.

&lt;b:widget id=&#039;AdSense1&#039; locked=&#039;false&#039; title=&#039;AdSense&#039; type=&#039;AdSense&#039;&gt;
&lt;b:includable id=&#039;main&#039;&gt;

  &lt;div class=&#039;widget-content&#039;&gt;
    &lt;data:adCode/&gt;
  &lt;/div&gt;

&lt;/b:includable&gt;
&lt;/b:widget&gt;    </description>
    <dc:date>2007-05-25T00:29:20+09:00</dc:date>
    <utime>1180020560</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/18.html">
    <title>Widget: HTML/JavaScript</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/18.html</link>
    <description>
      //xml

Add third-party functionality or other code to your blog.


&lt;b:widget id=&#039;HTML1&#039; locked=&#039;false&#039; title=&#039;HTML&#039; type=&#039;HTML&#039;&gt;
&lt;b:includable id=&#039;main&#039;&gt;

  &lt;!-- only display title if it&#039;s non-empty --&gt;
  &lt;b:if cond=&#039;data:title != &quot;&quot;&#039;&gt;
    &lt;h2 class=&#039;title&#039;&gt;&lt;data:title/&gt;&lt;/h2&gt;
  &lt;/b:if&gt;
  &lt;div class=&#039;widget-content&#039;&gt;
    &lt;data:content/&gt;
  &lt;/div&gt;

  &lt;b:include name=&#039;quickedit&#039;/&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;    </description>
    <dc:date>2007-05-25T00:29:50+09:00</dc:date>
    <utime>1180020590</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/bloggertemplate/pages/17.html">
    <title>Widget: Text</title>
    <link>https://w.atwiki.jp/bloggertemplate/pages/17.html</link>
    <description>
      //xml/
Add some words to your blog - like a welcome message - with our rich text editor.

&lt;b:widget id=&#039;Text1&#039; locked=&#039;false&#039; title=&#039;Text&#039; type=&#039;Text&#039;&gt;
&lt;b:includable id=&#039;main&#039;&gt;

  &lt;!-- only display title if it&#039;s non-empty --&gt;
  &lt;b:if cond=&#039;data:title != &quot;&quot;&#039;&gt;
    &lt;h2 class=&#039;title&#039;&gt;&lt;data:title/&gt;&lt;/h2&gt;
  &lt;/b:if&gt;
  &lt;div class=&#039;widget-content&#039;&gt;
    &lt;data:content/&gt;
  &lt;/div&gt;

  &lt;b:include name=&#039;quickedit&#039;/&gt;
&lt;/b:includable&gt;
&lt;/b:widget&gt;    </description>
    <dc:date>2007-05-25T00:24:37+09:00</dc:date>
    <utime>1180020277</utime>
  </item>
  </rdf:RDF>
