Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.87 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
<link rel="stylesheet" href="assets/css/style.inner.css"> <section class="inner-header"> <div class="container text-center"> <h2>{TITULO_TOPO}</h2> <p>{SUBTITULO_TOPO}</p> </div> </section> <section id="galeria" style="min-height: calc(100vh - 547px);"> <div class="container"> <div class="row"> <div class="my-gallery" itemscope itemtype="http://schema.org/ImageGallery"> <!-- BEGIN BLOCK_IMAGEM --> <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" class="col-md-4 col-sm-6" style="margin-bottom: 15px"> <a href="uploads/galerias/{FOTO}" itemprop="contentUrl" data-size="{DIMENSOES}"> <img src="uploads/galerias/thumb-{FOTO}" itemprop="thumbnail" alt="Image description" class="img-responsive" /> </a> <figcaption itemprop="caption description">{LEGENDA}</figcaption> </figure> <!-- END BLOCK_IMAGEM --> </div> </div> </section>