PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
countdown
<div class="block"> <tabset> <tab heading="<?php $this->t('LBL_SETTINGS'); ?>"> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_END_TIME'); ?></label> <div class=""> </div> <div class=""> <div class="dropdown"> <a class="dropdown-toggle my-toggle-select" id="dLabel" role="button" data-toggle="dropdown" data-target="#" href=""> <div class="input-append"><input type="text" class="form-control" data-ng-model="enddate"><span class="add-on"><i class="icon-calendar"></i></span> </div> </a> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> <datetimepicker data-on-set-time="changeDate(newDate)" data-ng-model="enddate" data-datetimepicker-config="{ dropdownSelector: '.my-toggle-select' }"></datetimepicker> </ul> </div> </div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_UNITS'); ?></label> <div class="controls"> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.millenia"/><?php $this->t('LBL_MILLENNIA'); ?></label> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.centuries "/><?php $this->t('LBL_CENTURIES'); ?></label> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.decade"/><?php $this->t('LBL_DECADES'); ?></label> </div> <div class="controls"> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.year"/><?php $this->t('LBL_YEARS'); ?></label> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.month"/><?php $this->t('LBL_MONTHS'); ?></label> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.week"/><?php $this->t('LBL_WEEKS'); ?></label> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.day"/><?php $this->t('LBL_DAYS'); ?></label> </div> <div class="controls"> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.hour"/><?php $this->t('LBL_HOURS'); ?></label> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.minute"/><?php $this->t('LBL_MINUTES'); ?></label> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.second"/><?php $this->t('LBL_SECONDS'); ?></label> <label><input type="checkbox" ng-change="changeSettings()" ng-true-value="'1'" ng-false-value="'0'" ng-model="units.milisecond"/><?php $this->t('LBL_MILISECONDS'); ?></label> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_SUFFIX_MESSAGE'); ?> </label> <div class="controls"> <input type="text" ng-model="data.suffix_message" ng-change="changeSettings()" class="form-control"/> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_POST_MESSAGE'); ?> </label> <div class="controls"> <input type="text" ng-model="data.post_message" ng-change="changeSettings()" class="form-control"/> </div> </div> </tab> <?php include 'extra/design_tab.php'; ?> <?php include 'extra/animate_tab.php'; ?> </tabset> </div>
[+]
..
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_view.php
[edit]
[-] frontend_class.php
[edit]
[-] frontend_script.php
[edit]