PHP Classes

File: src/Cabin/Bridge/View/cargo/bridge_blog_post_tags.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/cargo/bridge_blog_post_tags.twig   Download  
File: src/Cabin/Bridge/View/cargo/bridge_blog_post_tags.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 643 bytes
 

Contents

Class file image Download
<ul class="inline-list">{# #}{% for tag in tags %}{# #}<li>{# #}<input{# #} class="blog_tag_checkbox"{# #} id="blog_post_tag_{{ tag.tagid|e('html_attr') }}"{# #} name="tags[]"{# #} type="checkbox"{# #}{% if readonly %}{# #} disabled="disabled" readonly="readonly"{# #}{% endif %}{# #} value="{{ tag.tagid|e('html_attr') }}"{# #}{% if tag.tagid in checked %} checked="checked"{% endif %}{# #} /><label for="blog_post_tag_{{ tag.tagid|e('html_attr') }}">{{ tag.name }}</label>{# #}</li>{# #}{% endfor %}{# #}</ul>