Gallery

<html lang="en"><head><title>Editor</title><meta charset="utf-8" /><link href="css/bootstrap.min.css" rel="stylesheet" /></head><body> <div class="container"> <div class="row"> <h2 class="text-center">Structure</h2> <p><b>Settings [settings grid="" title="" categories=""]:</b></p> <p>•   grid is count images in string 2, 3, 4, 5. Default = 3;</p> <p>•   title is page Title;</p> <p>•   categories. Write all catories in string, separated by comma. First button key is always ALL. Categories default = empty.</p> <br /> <p><b>[images]</b> - is main word. Splits settings from the content.</p> <br /> <p><b>Image [image src="" href="" title="" categorie="" content=""]:</b></p> <p>•   src is image source;</p> <p>•   href is link to your address. Default = empty;</p> <p>•   title is image Title. Default = empty;</p> <p>•   categorie is image filter categorie. Default = empty;</p> <p>•   content is HTML content or only text. Default = empty.</p> <br /> <div class="text-center"><a href="#" class="btn btn-success paste_button">Paste Content From Admin Panel</a></div> <br /> <h4 class="text-center">Edit Your Content. Copy and paste in gallery page.</h4> <textarea class="brush: html" style="width:100%; height:1000px; text-align: left;"> [settings grid="3" title="Gallery" categories="all, name1, name2, name3, ..."] [images] [image src="IMAGE SRC" href="HREF" title="TITLE" categorie="name1" content="CONTENT"]</textarea></div> </div> <script src="external/jquery/jquery-2.1.4.min.js"></script><script src="external/bootstrap/bootstrap.min.js"></script><script src="js/gallery.js"></script></body></html>