PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
modules
<div class="block"> <uib-tabset> <uib-tab heading="<?php $this->t('LBL_COUNTER'); ?>"> <div class="form-group"> <label><?php $this->t('LBL_FROM'); ?></label> <div class="controls"> <input type="text" class="form-control" ng-model="data.from" ng-change="changeSettings()"> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_TO'); ?></label> <div class="controls"> <input type="text" class="form-control" ng-model="data.to" ng-change="changeSettings()"> </div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_DURATION'); ?>(s)</label> <div class="controls "> <input type="text" class="form-control" ng-model="data.duration" ng-change="changeSettings()"/> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_DECIMALS'); ?></label> <div class="controls"> <input type="text" class="form-control" ng-model="data.decimals" ng-change="changeSettings()"> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_PREFIX'); ?></label> <div class="controls"> <input type="text" class="form-control" ng-model="data.prefix" ng-change="changeSettings()"> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_SUFIX'); ?></label> <div class="controls"> <input type="text" class="form-control" ng-model="data.suffix" ng-change="changeSettings()"> </div> </div> <div class="form-group"> <button class="btn btn-primary" ng-click="start()"><i class="fa fa-play"></i></button> <button class="btn btn-primary" ng-click="pauseResume()"><i class="fa fa-pause"></i></button> <button ng-hide="!paused" class="btn btn-primary" ng-click="stop()"><i class="fa fa-stop"></i></button> </div> </uib-tab> <uib-tab heading="<?php $this->t('LBL_SETTINGS'); ?>"> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_ALIGN'); ?></label> <div class="controls"> <select type="text" class="form-control" ng-model="data.align" ng-change="changeAlign()"> <option value="top">Top</option> <option value="left">Left</option> </select> </div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_IMAGE_SIZE'); ?></label> <div class="controls input-group"> <input type="text" class="form-control" ng-model="data.size" ng-change="changeSize()"> <span class="input-group-addon">px</span> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_IMAGE_TYPE'); ?></label> <div class="controls"> <select type="text" class="form-control" ng-model="data.image_type" ng-change="changeIcon()"> <option value="icon">Icon</option> <option value="image">Image</option> <option value="text">Text</option> </select> </div> </div> <div class="form-group" ng-show="data.image_type=='icon'"> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_ICON_TYPE'); ?></label> <div class="controls"> <select ng-model="data.icon_type" ng-change="changeIconType()"> <option value="fa">Font awesome</option> <option value="glyphicon">Bootstrap</option> <option value="flaticon">Line Icons</option> <option value="typcn">Typicons</option> <option value="oi">Open Iconics</option> </select> </div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_ICON_NAME'); ?></label> <div class="controls"> <ui-iconpicker ng-groups="font_type" ng-model="data.icon" ng-change="changeIcon()"></ui-iconpicker> </div> </div> </div> <div class="form-group" ng-show="data.image_type=='image'"> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_IMAGE'); ?></label> <div class="controls"> <?php include dirname(__FILE__)."/image_button_command.php"; ?> </div> </div> </div> <div class="form-group" ng-show="data.image_type=='text'"> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_TEXT'); ?></label> <div class="controls"> <input type="text" class="form-control" ng-model="data.text_icon" ng-change="changeIcon()"> </div> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_DESCRIPTION'); ?></label> <div class="controls"> <input type="text" class="form-control" ng-model="data.description" ng-change="changeDescription()"> </div> </div> </uib-tab> <?php include 'extra/design_tab.php'; ?> <?php include 'extra/animate_tab.php'; ?> </uib-tabset> </div>
[+]
..
[-] infobox.php
[edit]
[-] facebookpage.php
[edit]
[-] pricetable.php
[edit]
[-] rssfeed.php
[edit]
[-] button.php
[edit]
[-] newslist.php
[edit]
[-] linklist.php
[edit]
[+]
share_buttons
[-] contactform.php
[edit]
[+]
extra
[-] box.php
[edit]
[-] productdetail.php
[edit]
[+]
menu
[-] slick.php
[edit]
[-] alert.php
[edit]
[-] ihover_image_list.php
[edit]
[-] countdown.php
[edit]
[-] title.php
[edit]
[-] typedtext.php
[edit]
[-] icon.php
[edit]
[-] ___custom.php
[edit]
[-] share_buttons.php
[edit]
[+]
slideshow
[-] simplelist.php
[edit]
[+]
image
[-] infotable.php
[edit]
[-] embed.php
[edit]
[-] newscomment.php
[edit]
[-] social_buttons_icon_list.php
[edit]
[-] iframe.php
[edit]
[-] facebooksend.php
[edit]
[-] fancytext.php
[edit]
[-] navbar.php
[edit]
[-] googlemap.php
[edit]
[-] facebookvideo.php
[edit]
[-] tweet.php
[edit]
[-] slideshow.php
[edit]
[-] statcounter.php
[edit]
[-] mailchimp.php
[edit]
[-] progress_bar.php
[edit]
[+]
form
[-] audio_player.php
[edit]
[-] recentnews.php
[edit]
[-] testmodule.php
[edit]
[-] share_ButtonConfig.php
[edit]
[-] social_buttons.php
[edit]
[-] productlist.php
[edit]
[-] idxbroker.php
[edit]
[-] infobox_button_command.php
[edit]
[-] image.php
[edit]
[-] zone.php
[edit]
[-] accordion.php
[edit]
[-] line.php
[edit]
[-] zone - Copy.php
[edit]
[-] menu.php
[edit]
[-] video.php
[edit]
[-] ihover.php
[edit]
[-] facebooklike.php
[edit]
[-] youtube.php
[edit]
[-] tab.php
[edit]
[-] newscategory.php
[edit]
[-] pagezone.php
[edit]
[-] spacer.php
[edit]
[-] facebookcomment.php
[edit]
[-] slideshow_image_list.php
[edit]
[-] newsdetail.php
[edit]
[-] html.php
[edit]
[-] row.php
[edit]
[-] text.php
[edit]
[-] image_button_command.php
[edit]
[-] infobanner.php
[edit]
[-] gallery.php
[edit]
[+]
social_buttons
[-] twitterfeed.php
[edit]
[-] modal.php
[edit]
[-] facebookpost.php
[edit]