コード例 #1
0
                        <!--                            <input class="" type="submit" name="" value="">-->
                        <li class="gallery-image-container">
                            <form action="" method="post">
                                <input class="" type="hidden" name="theContent" value="gallery">
                                <input class="" type="hidden" name="cur_gal_item" value="<?php 
        echo $i;
        ?>
">
                                <button class="gallery-button" type="submit">
                                    <?php 
        /*Attempts to find the gallery image and checks to see if it's active*/
        $galleryImage = new GalleryImage($article[$i]["image_name"], $current, $i);
        ?>
                                    <img class="<?php 
        echo $galleryImage->getImageClass();
        ?>
"
                                         src="<?php 
        echo $galleryImage->getImageSrc();
        ?>
">

                                </button>
                            </form>

                            <div class="gallery-image-dev fc-white n-text"><?php 
        echo $article[$i]['type'];
        ?>
</div>
                            <p class="gallery-image-text fc-alpha fs-bold h-text"><?php