本文整理汇总了PHP中WDWLibrary::ajax_html_frontend_sort_box方法的典型用法代码示例。如果您正苦于以下问题:PHP WDWLibrary::ajax_html_frontend_sort_box方法的具体用法?PHP WDWLibrary::ajax_html_frontend_sort_box怎么用?PHP WDWLibrary::ajax_html_frontend_sort_box使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类WDWLibrary
的用法示例。
在下文中一共展示了WDWLibrary::ajax_html_frontend_sort_box方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: display
//.........这里部分代码省略.........
{
color: #<?php
echo $theme_row->thumb_title_font_color;
?>
;
font-size: <?php
echo 2 * $theme_row->thumb_title_font_size;
?>
px;
vertical-align: middle;
display: table-cell !important;
z-index: 1;
text-align: center;
margin: 0 auto;
}
</style>
<div id="bwg_container1_<?php
echo $bwg;
?>
">
<div id="bwg_container2_<?php
echo $bwg;
?>
">
<form id="gal_front_form_<?php
echo $bwg;
?>
" method="post" action="#">
<?php
if ($params['show_search_box'] && $type == 'gallery') {
WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $images_count, $params['search_box_width']);
}
if (isset($params['show_sort_images']) && $params['show_sort_images'] && $type == 'gallery') {
WDWLibrary::ajax_html_frontend_sort_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $params['sort_by'], $params['search_box_width']);
}
if (isset($params['show_tag_box']) && $params['show_tag_box'] && $type == 'gallery') {
WDWLibrary::ajax_html_frontend_search_tags('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $images_count, $tags_rows);
}
?>
<div id="<?php
echo $form_child_div_id;
?>
" style="<?php
echo $form_child_div_style;
?>
">
<div id="ajax_loading_<?php
echo $bwg;
?>
" style="position:absolute;width: 100%; z-index: 115; text-align: center; height: 100%; vertical-align: middle; display: none;">
<div style="display: table; vertical-align: middle; width: 100%; height: 100%; background-color:#FFFFFF; opacity:0.7; filter:Alpha(opacity=70);">
<div style="display: table-cell; text-align: center; position: relative; vertical-align: middle;" >
<div id="loading_div_<?php
echo $bwg;
?>
" class="spider_ajax_loading" style="display: inline-block; text-align:center; position:relative; vertical-align:middle; background-image:url(<?php
echo WD_BWG_URL . '/images/ajax_loader.png';
?>
); float: none; width:50px;height:50px;background-size:50px 50px;">
</div>
</div>
</div>
</div>
<?php
if ($params['extended_album_enable_page'] && $items_per_page && $theme_row->page_nav_position == 'top' && $page_nav['total']) {
WDWLibrary::ajax_html_frontend_page_nav($theme_row, $page_nav['total'], $page_nav['limit'], 'gal_front_form_' . $bwg, $items_per_page_arr, $bwg, $album_gallery_div_id, $params['album_id'], $type, $options_row->enable_seo, $params['extended_album_enable_page']);
示例2: display
//.........这里部分代码省略.........
{
color: #<?php
echo $theme_row->thumb_title_font_color;
?>
;
font-size: <?php
echo 2 * $theme_row->thumb_title_font_size;
?>
px;
vertical-align: middle;
display: table-cell !important;
z-index: 1;
text-align: center;
margin: 0 auto;
}
</style>
<div id="bwg_container1_<?php
echo $bwg;
?>
">
<div id="bwg_container2_<?php
echo $bwg;
?>
">
<form id="gal_front_form_<?php
echo $bwg;
?>
" method="post" action="#">
<?php
if ($params['show_search_box']) {
WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, 'bwg_standart_thumbnails_' . $bwg, $images_count, $params['search_box_width'], $placeholder);
}
if (isset($params['show_sort_images']) && $params['show_sort_images']) {
WDWLibrary::ajax_html_frontend_sort_box('gal_front_form_' . $bwg, $bwg, 'bwg_standart_thumbnails_' . $bwg, $params['sort_by'], $params['search_box_width']);
}
if (isset($params['show_tag_box']) && $params['show_tag_box']) {
WDWLibrary::ajax_html_frontend_search_tags('gal_front_form_' . $bwg, $bwg, 'bwg_standart_thumbnails_' . $bwg, $images_count, $tags_rows);
}
?>
<div class="bwg_back_<?php
echo $bwg;
?>
"><?php
echo $options_row->showthumbs_name ? $gallery_row->name : '';
?>
</div>
<div style="background-color:rgba(0, 0, 0, 0); text-align: <?php
echo $theme_row->thumb_align;
?>
; width:100%; position: relative;">
<div id="ajax_loading_<?php
echo $bwg;
?>
" style="position:absolute;width: 100%; z-index: 115; text-align: center; height: 100%; vertical-align: middle; display:none;">
<div style="display: table; vertical-align: middle; width: 100%; height: 100%; background-color: #FFFFFF; opacity: 0.7; filter: Alpha(opacity=70);">
<div style="display: table-cell; text-align: center; position: relative; vertical-align: middle;" >
<div id="loading_div_<?php
echo $bwg;
?>
" class="spider_ajax_loading" style="display: inline-block; text-align:center; position:relative; vertical-align:middle; background-image:url(<?php
echo WD_BWG_URL . '/images/ajax_loader.png';
?>
); float: none; width:50px;height:50px;background-size:50px 50px;">
</div>
</div>
</div>
示例3: display
//.........这里部分代码省略.........
;
font-size: <?php
echo 2 * $theme_row->thumb_title_font_size;
?>
px;
vertical-align: middle;
display: table-cell !important;
z-index: 1;
text-align: center;
margin: 0 auto;
}
</style>
<?php
$album_row = $this->model->get_album_row_data($album_gallery_id);
?>
<div id="bwg_container1_<?php
echo $bwg;
?>
">
<div id="bwg_container2_<?php
echo $bwg;
?>
">
<form id="gal_front_form_<?php
echo $bwg;
?>
" method="post" action="#">
<?php
if ($params['show_search_box'] && $type == 'gallery') {
WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $images_count, $params['search_box_width']);
}
if (isset($params['show_sort_images']) && $params['show_sort_images'] && $type == 'gallery') {
WDWLibrary::ajax_html_frontend_sort_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $params['sort_by'], $params['search_box_width']);
}
?>
<div id="<?php
echo $form_child_div_id;
?>
" style="<?php
echo $form_child_div_style;
?>
">
<div id="ajax_loading_<?php
echo $bwg;
?>
" style="position:absolute;width: 100%; z-index: 115; text-align: center; height: 100%; vertical-align: middle; display: none;">
<div style="display: table; vertical-align: middle; width: 100%; height: 100%; background-color: #FFFFFF; opacity: 0.7; filter: Alpha(opacity=70);">
<div style="display: table-cell; text-align: center; position: relative; vertical-align: middle;" >
<div id="loading_div_<?php
echo $bwg;
?>
" style="display: inline-block; text-align:center; position:relative; vertical-align:middle;">
<img src="<?php
echo WD_BWG_URL . '/images/ajax_loader.png';
?>
" class="spider_ajax_loading" style="float: none; width:50px;">
</div>
</div>
</div>
</div>
<?php
if ($params['compuct_album_enable_page'] && $items_per_page && $theme_row->page_nav_position == 'top' && $page_nav['total']) {
WDWLibrary::ajax_html_frontend_page_nav($theme_row, $page_nav['total'], $page_nav['limit'], 'gal_front_form_' . $bwg, $items_per_page, $bwg, $album_gallery_div_id, $params['album_id'], $type);
}
if ($bwg_previous_album_id) {