예제 #1
0
" role="button" data-slide="next">
								    <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
								    <span class="sr-only">Next</span>
								  </a>
								<?php 
}
?>
							</div>
				</div>
			</div>
			<div style='font-family:"Droid Serif", serif;'><?php 
echo $text;
?>
</div>
 <?php 
if ($nextLink = exhibit_builder_link_to_next_page()) {
    ?>
          <div style="float:none;" id="exhibit-nav-next" class="btn btn-fyv-red">
            <?php 
    echo $nextLink;
    ?>
          </div>
        <?php 
}
?>
		</div>
	</div>
</div>
</div>

예제 #2
0
</div>

<div id="exhibit-page-navigation">
    <?php 
if ($prevLink = exhibit_builder_link_to_previous_page('&larr; Previous')) {
    ?>
    <div id="exhibit-nav-prev">
    <?php 
    echo $prevLink;
    ?>
    </div>
    <?php 
}
?>
    <?php 
if ($nextLink = exhibit_builder_link_to_next_page('Next &rarr;')) {
    ?>
    <div id="exhibit-nav-next">
    <?php 
    echo $nextLink;
    ?>
    </div>
    <?php 
}
?>
</div>

<nav id="exhibit-pages">
    <h4><?php 
echo exhibit_builder_link_to_exhibit($exhibit);
?>
			<h1><?php 
echo metadata('exhibit_page', 'title');
?>
</h1>
			<div class="text-justify">
				<?php 
echo $text;
?>
			</div>
			<nav>
				<?php 
if ($prevLink = exhibit_builder_link_to_previous_page('<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> Prev', array('type' => 'button', 'class' => 'btn btn-default pull-left previous'))) {
    ?>
					<?php 
    echo $prevLink;
    ?>
				<?php 
}
?>
				<?php 
if ($nextLink = exhibit_builder_link_to_next_page('Next <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>', array('type' => 'button', 'class' => 'btn btn-default pull-right next'))) {
    ?>
					<?php 
    echo $nextLink;
    ?>
				<?php 
}
?>
			</nav>
		</div>
</div>
예제 #4
0
            <?php 
        echo exhibit_builder_link_to_exhibit($exhibit, metadata($child, 'title'), array('class' => 'list-group-item'), $child);
        ?>
        <?php 
    }
    ?>
    </div>
<?php 
}
?>

<nav class="row" id="exhibit-page-navigation">
    <div class="col-sm-5">
        <?php 
echo exhibit_builder_link_to_previous_page();
?>
    </div>
    <div class="col-sm-5 col-sm-push-2 text-right">
        <?php 
echo exhibit_builder_link_to_next_page();
?>
    </div>
    <div class="col-sm-2 col-sm-pull-5 text-center">
        <?php 
echo exhibit_builder_link_to_exhibit(null, 'Exhibit Home');
?>
    </div>
</nav>

<?php 
echo foot(array('exhibit' => $exhibit));