Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ここを教えてほしかった!初めての a-blog cms

uidev
April 14, 2021

ここを教えてほしかった!初めての a-blog cms

2021年4月13日(火)にYouTube Liveにて行われた a-blog cms zoom up 内での発表資料です。

uidev

April 14, 2021
Tweet

More Decks by uidev

Other Decks in Technology

Transcript

  1. <!-- BEGIN_MODULE Entry_Summary --> <div class="acms-margin-bottom-medium"> @include("/admin/module/setting.html") <!-- BEGIN notFound

    --> <p>ただいまページを準備しております。もうしばらくお待ちください。</p> <!-- END notFound --> <div class="acms-grid"> <!-- BEGIN unit:loop --> <!-- BEGIN entry:loop --> <div class="acms-col-md-4 js-autoheight-r"><!-- BEGIN image:veil --> <img src="%{ROOT_DIR}{path}" alt="{alt}" class="acms-img-responsive"><!-- END image:veil --><!-- BEGIN noimage --><img src="/images/default/noimage.gif" alt="" class="acms-img-responsive"><!-- END noimage --> <h3>{title}</h3> <p>{summary}</p> <p><a href="{url}" class="acms-btn">詳細をみる</a></p> </div> <!-- END entry:loop --> <!-- END unit:loop --> </div> <!-- BEGIN pager:veil --> <div class="acms-text-center"> <ul class="acms-pager"> <!-- BEGIN backLink --><li><a href="{url}">« 前の{backNum}件</a></li><!-- END backLink --> <!-- BEGIN page:loop --><li{pageCurAttr}[raw]><span><!-- BEGIN link#front --><a href="{url}"><!-- END link#front -->{page}<!-- BEGIN link#rear --></a><!-- END link#rear --></span></li><!-- END page:loop --> <!-- BEGIN lastPage:veil --><li><span>...</span></li><li{pageCurAttr}[raw]><span><a href="{lastPageUrl}">{lastPage}</a></span></li><!-- END lastPage:veil --> <!-- BEGIN forwardLink --><li><a href="{url}">次の{forwardNum}件 »</a></li><!-- END forwardLink --> </ul> </div> <!-- END pager:veil --> </div> <!-- END_MODULE Entry_Summary -->
  2. <!-- BEGIN unit#text --> @section(text-unit) <!-- テキスト --> <!-- BEGIN

    p --> <p{class}>{text}[raw|nl2br]</p><!-- END p --><!-- BEGIN h2 --> <h2{class} <!-- BEGIN_IF [{extend_tag}/nem] -->id="{extend_tag}"<!-- END_IF -->>{text}[raw|nl2br]</h2><!-- END h2 --><!-- BEGIN h3 --> <h3{class} <!-- BEGIN_IF [{extend_tag}/nem] -->id="{extend_tag}"<!-- END_IF -->>{text}[raw|nl2br]</h3><!-- END h3 --><!-- BEGIN h4 --> <h4{class} <!-- BEGIN_IF [{extend_tag}/nem] -->id="{extend_tag}"<!-- END_IF -->>{text}[raw|nl2br]</h4><!-- END h4 --><!-- BEGIN h5 --> <h5{class} <!-- BEGIN_IF [{extend_tag}/nem] -->id="{extend_tag}"<!-- END_IF -->>{text}[raw|nl2br]</h5><!-- END h5 --><!-- BEGIN ul --> <ul{class}>{text}[raw|list]</ul><!-- END ul --><!-- BEGIN ol --> <ol{class}>{text}[raw|list]</ol><!-- END ol --><!-- BEGIN dl --> <dl{class}>{text}[raw|definition_list]</dl><!-- END dl --><!-- BEGIN blockquote --> <div class="entry-container"><blockquote{class}>{text}[raw|nl2br]</blockquote></div><!-- END blockquote --><!-- BEGIN table --> <div class="entry-container"><table{class}>{text}[raw|table]</table></div><!-- END table --><!-- BEGIN pre --> <div class="entry-container"><pre{class}>{text}</pre></div><!-- END pre --><!-- BEGIN none --> {text}[raw]<!-- END none --><!-- BEGIN markdown --> {text}[raw|markdown]<!-- END markdown --><!-- BEGIN wysiwyg --> {text}[raw]<!-- END wysiwyg --> @include("/include/unit/tag-select.html") @endsection <!-- END unit#text --> テキストユニット