Last active
August 29, 2015 14:08
-
-
Save t-min/e9e100def58dd64c35b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="row"> | |
| <!-- Page Content --> | |
| <div class="container"> | |
| <div class="col-md-8"> | |
| <!--permanent_area--> | |
| <!--topentry--> | |
| <ul class="breadcrumb"> | |
| <li><a href="<%url>">HOME</a> <span class="divider">/</span></li> | |
| <li><!--parent_category--><a href="<%topentry_parent_category_link>"><%topentry_parent_category></a> <span class="divider">/</span><!--/parent_category--></li> | |
| <li><a href="<%topentry_category_link>"><%topentry_category></a> <span class="divider">/</span></li> | |
| <li class="active"><%sub_title></li> | |
| </ul> | |
| <!--/topentry--> | |
| <!--/permanent_area--> | |
| <!--topentry--> | |
| <article class="post"> | |
| <h2 class="post-title"><a href="<%topentry_link>"><%topentry_title></a></h2> | |
| <ul class="post-meta" "list-inline"> | |
|  <%topentry_year>-<%topentry_month>-<%topentry_day>  <%topentry_hour>:<%topentry_minute>  by <%author_name>  | |
| <!--allow_comment-->Comment : <a href="<%topentry_link>#cm" title="comment"><%topentry_comment_num></a><!--/allow_comment--> | |
| <!--deny_comment--><!--/deny_comment--> | |
| <!--allow_tb-->Trackback : <a href="<%topentry_link>#tb" title="trackback"><%topentry_tb_num></a><!--/allow_tb--> | |
| <!--deny_tb--><!--/deny_tb--> | |
| </ul> | |
| <div class="entry-body"><%topentry_body></div> | |
| <!--more_link--> | |
| <div class="clearfix"></div> | |
| <a class="btn btn-primary" href="<%topentry_link>#more">続きを読む</a> | |
| <!--/more_link--> | |
| <!--more--> | |
| <div class="more" class="clearfix"></div> | |
| <%topentry_more> | |
| <!--/more--> | |
| <!--entry-category --> | |
| <ul class="list-inline"> | |
| <div class="entry-category"> | |
| <%template_category> : <a href="<%topentry_category_link>" title="<%template_view_category>"><%topentry_category></a> | |
| <!--community--> | |
| <div class="community"> | |
| <%template_theme> : <a href="<%topentry_thread_link>" title="<%topentry_thread_title>"><%topentry_thread_title></a> <%template_genre> : <a href="<%topentry_community_janrelink>" title="<%topentry_community_janrename>"><%topentry_community_janrename></a> | |
| </div> | |
| <!--/community--> | |
| </div> | |
| </ul> | |
| <!--/entry-category --> | |
| <!-- | |
| <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
| xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" | |
| xmlns:dc="http://purl.org/dc/elements/1.1/"> | |
| <rdf:Description | |
| rdf:about="<%topentry_link>" | |
| trackback:ping="="<%url>tb.php/<%topentry_tb_no>" | |
| dc:title="<%topentry_title>" | |
| dc:identifier="<%topentry_link>" | |
| dc:subject="<%topentry_category>" | |
| dc:description="<%topentry_discription>" | |
| dc:creator="<%author_name>" | |
| dc:date="<%topentry_year>-<%topentry_month>-<%topentry_day>T<%topentry_hour>:<%topentry_minute>:<%topentry_second>+09:00" /> | |
| </rdf:RDF> | |
| --> | |
| <!--/topentry--> | |
| </article> | |
| <!--permanent_area--> | |
| <ul class="pager"> | |
| <!--preventry--> | |
| <li class="previous"><a href="<%preventry_url>">← Newer</a></li> | |
| <!--/preventry--> | |
| <!--nextentry--> | |
| <li class="next"><a href="<%nextentry_url>">Older →</a></li> | |
| <!--/nextentry--> | |
| </ul> | |
| <!--/permanent_area--> | |
| <!--not_permanent_area--> | |
| <ul class="pager"> | |
| <!--prevpage--> | |
| <li class="previous"><a href="<%prevpage_url>">← Newer</a></li> | |
| <!--/prevpage--> | |
| <!--nextpage--> | |
| <li class="next"><a href="<%nextpage_url>">Older →</a></li> | |
| <!--/nextpage--> | |
| </ul> | |
| <!--/not_permanent_area--> | |
| <!--ホントはここにコメントとかTBとか--> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment