Example #1
0
                            <input class="button my_btn my_btn-info" type="button" value="<?php 
        echo _BOOKLIBRARY_LABEL_BUTTON_REVIEW_HIDE;
        ?>
" onclick="javascript:button_hidden(false);"/>						
                        </td>
                    </tr>
                    <tr>
                        <td colspan="2">&nbsp;

                        </td>
                    </tr>
                </table>

                <input type="hidden" name="fk_bookid" value="<?php 
        echo $book->id;
        ?>
" />
               
            </form>


        </div> <!-- end <div id="hidden_review"> -->
        <br />
        <br />
        <?php 
    }
}
positions_bl($params->get('view05'));
?>
<div style="text-align: center;"><a href="http://ordasoft.com" style="font-size: 10px;">Powered by OrdaSoft!</a></div>		
Example #2
0
    ?>
">
        <?php 
    echo _BOOKLIBRARY_LABEL_FETCHED_SUBCATEGORIES . " : " . $params->get('category_name');
    ?>
        </div>
        <?php 
    positions_bl($params->get('singlecategory08'));
    ?>
        <?php 
    HTML_booklibrary::listCategories($params, $categories, $catid, $tabclass, $currentcat);
    echo '<table  class="basictable bl_bl_single_category_intresting_back_button" width="100%"><tr><td width="60%"></td><td>';
    mosHTML::BackButton($params, $hide_js);
    echo '</td></tr></table>';
}
positions_bl($params->get('singlecategory09'));
?>

    <!-- Add item Begin -->
<?php 
//print_r($params->get('show_addbook'));exit;
// Add item end -->
$option = JRequest::getVar('option', 'com_booklibrary');
if ($params->get('show_input_add_suggest') && $option == 'com_booklibrary') {
    HTML_booklibrary::showSuggestion($params, 2, $catid, $Itemid);
}
positions_bl($params->get('singlecategory11'));
?>
	
<div style="text-align: center;"><a href="http://ordasoft.com" style="font-size: 10px;">Powered by OrdaSoft!</a></div>
Example #3
0
                <td style="text-align:right;display:inline-block;width:114px;"></td>
                <td style="text-align:right;display:inline-block;width:114px;padding-left:3px;">
                    <div class="my_btn my_btn-primary bl_advanced_search">
                        <input type="button" onclick="searchsubmit();" 
                               value="<?php 
echo _BOOKLIBRARY_LABEL_SEARCH_BUTTON;
?>
" class="button bl_advanced_search" />
                    </div>	
                    <input type="hidden" name="option" value="<?php 
echo $option;
?>
">
                    <input type="hidden" name="task" value="search">
                    <input type="hidden" name="Itemid" value="<?php 
echo $Itemid;
?>
">
                </td> 
                <td></td>
            </tr>
        </table>      
        <br />       
        <?php 
mosHTML::BackButton($params, $hide_js);
?>
    </form>
    <?php 
positions_bl($params->get('showsearch04'));
?>
<div style="text-align: center;"><a href="http://ordasoft.com" style="font-size: 10px;">Powered by OrdaSoft!</a></div>