Beispiel #1
0
          <th><?php 
echo $lang->wechat->token;
?>
</th>
          <td><?php 
echo html::input('token', '', "class='form-control' placeholder='{$lang->wechat->placeholder->token}'");
?>
</td>
        </tr>
        <tr>
          <th><?php 
echo $lang->wechat->certified;
?>
</th>
          <td><?php 
echo html::radio('certified', $lang->wechat->certifiedList, '0');
?>
</td>
        </tr>
        <tr>
          <th></th>
          <td><?php 
echo html::submitButton();
?>
</td>
        </tr>
      </table>
    </form>
  </div>
</div>
<?php 
Beispiel #2
0
?>
            <span class='add-on'><button class="btn btn-default" type="button"><i class="icon-calendar"></i></button></span>
          </div>
        </td>
        <td><span class='help-inline'><?php 
echo $lang->article->placeholder->addedDate;
?>
</span></td>
      </tr>
      <tr>
        <th><?php 
echo $lang->article->status;
?>
</th>
        <td><?php 
echo html::radio('status', $lang->article->statusList, $article->status);
?>
</td>
      </tr>
      </tbody>
      <tr>
        <th></th><td colspan='2'><?php 
echo html::submitButton();
?>
</td>
      </tr>
    </table>
  </form>
  </div>
</div>
Beispiel #3
0
 *
 * @copyright   Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
 * @license     ZPLV12 (http://zpl.pub/page/zplv12.html)
 * @author      Tingting Dai <*****@*****.**>
 * @package     product
 * @version     $Id$
 * @link        http://www.chanzhi.org
 */
include '../../common/view/header.modal.html.php';
?>
<form id='ajaxForm' action="<?php 
echo inlink('currency');
?>
" method='post'>
  <table class="table table-form">
    <tr>
      <td><?php 
echo html::radio('currency', $lang->product->currencyList, isset($config->product->currency) ? $config->product->currency : '');
?>
</td>
    </tr>
    <tr>
      <td><?php 
echo html::submitButton();
?>
</td>
    </tr>
  </table>
</form>
<?php 
include '../../common/view/footer.modal.html.php';
Beispiel #4
0
    <li><?php 
common::printLink('admin', 'checkWeak', '', $lang->admin->safe->checkWeak);
?>
</li>
  </ul>
</div>
<div class='container mw-800px'>
  <form method='post' target='hiddenwin'>
    <table class='table table-form'>
      <tr>
        <th class='w-100px'><?php 
echo $lang->admin->safe->password;
?>
</th>
        <td><?php 
echo html::radio('mode', $lang->admin->safe->modeList, isset($config->safe->mode) ? $config->safe->mode : 0);
?>
</td>
        <td><?php 
echo $lang->admin->safe->noticeMode;
?>
</td>
      </tr>
      <tr>
        <th></th>
        <td colspan='2'><span style='color:#03b8cf;font-weight:bold;'><?php 
echo $lang->admin->safe->noticeStrong;
?>
</span></td>
      </tr>
      <tr>
Beispiel #5
0
?>
</td>
      </tr>
      <tr>
        <th><?php 
echo $lang->productplan->end;
?>
</th>
        <td>
          <?php 
echo html::input('end', '', "class='form-control form-date'");
?>
        </td>
        <td>
          &nbsp; &nbsp; <?php 
echo html::radio('delta', $lang->productplan->endList, '', "onclick='computeEndDate(this.value)'");
?>
        </td>
      </tr>
      <tr>
        <th><?php 
echo $lang->productplan->desc;
?>
</th>
        <td colspan='2'><?php 
echo html::textarea('desc', '', "rows='10' class='form-control'");
?>
</td>
      </tr>
      <tr>
        <td></td>
    echo html::input('zipcode', '', "class='form-control' placeholder='{$lang->address->zipcode}'");
    ?>
</td>
              <td class='w-50px text-middle'><strong class='icon icon-remove' style='cursor:pointer'> </i></td>
            </tr>
          </table>
        </div>
      </div>
      <div id='paymentBox'>
        <h5><?php 
    echo $lang->order->payment;
    ?>
</h5>
        <dl>
          <dd id='payment'><?php 
    echo html::radio('payment', $paymentList);
    ?>
</dd>
        </dl>
      </div>
      <table class='table table-list'>
        <thead>
          <tr class='text-center'>
            <td colspan='2' class='text-left'><strong><?php 
    echo $lang->order->productInfo;
    ?>
</strong></td>
            <td class='text-left'><?php 
    echo $lang->order->price;
    ?>
</td>
Beispiel #7
0
echo $lang->customer->selectContact;
?>
            </label>
          </span>
        </div>
      </td>
    </tr>
    <tbody id='contactInfo' class='hidden'>
      <tr>
        <th><?php 
echo $lang->contact->gender;
?>
</th>
        <td><?php 
unset($lang->genderList->u);
echo html::radio('gender', $lang->genderList, '');
?>
</td>
      </tr>
      <tr>
        <th><?php 
echo $lang->contact->email;
?>
</th>
        <td><?php 
echo html::input('email', '', "class='form-control'");
?>
</td>
      </tr>
      <tr>
        <th><?php 
Beispiel #8
0
            <?php 
echo html::input('allowedLocation', $allowedLocation, "class='hide'");
?>
            <?php 
echo $allowedLocation == $location ? '' : html::a('', sprintf($lang->site->useLocation, $location), "id='useLocation' class=''");
?>
          </td>
        </tr>
        <tr>
          <th><?php 
echo $lang->site->checkSessionIP;
?>
</th>
          <td colspan='3'>
            <?php 
echo html::radio('checkSessionIP', $lang->site->sessionIpoptions, isset($this->config->site->checkSessionIP) ? $this->config->site->checkSessionIP : 0);
?>
            <br/><span class='text-important'><?php 
echo $lang->site->sessionIpTip;
?>
</span>
          </td>
        </tr>
        <tr>
          <th class='w-200px'><?php 
echo $lang->site->checkIP;
?>
</th>
          <td colspan='3'>
            <?php 
echo html::textarea('allowedIP', isset($this->config->site->allowedIP) ? $this->config->site->allowedIP : '', "class='form-control'");
<?php

/**
 * The category form view file of block module of chanzhiEPS.
 *
 * @copyright   Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
 * @license     ZPLV1 (http://www.chanzhi.org/license/)
 * @author      Yidong wang <*****@*****.**>
 * @package     block
 * @version     $Id$
 * @link        http://www.chanzhi.org
*/
?>
<tr>
  <th><?php 
echo $lang->block->category->showChildren;
?>
</th>
  <td><?php 
echo html::radio('params[showChildren]', $lang->block->category->showChildrenList, isset($block->content->showChildren) ? $block->content->showChildren : 'no');
?>
</td>
</tr>
Beispiel #10
0
<?php

if (!defined("RUN_MODE")) {
    die;
}
?>
<div class='lineTypeBar'> <?php 
if (!empty($lineCharts)) {
    ?>
 <div><?php 
    echo html::radio('lineType', $lang->stat->dataTypes, 'pv');
    ?>
</div><?php 
}
?>
 </div>
<div class='chart-canvas'><canvas height='260' width='900' id='lineChart'></canvas></div>
Beispiel #11
0
    <th><?php 
echo $lang->sms->debug;
?>
</th>
    <td><?php 
echo html::radio('debug', $lang->sms->turnonList, empty($smsConfig->debug) ? '' : $smsConfig->debug);
?>
</td>
  </tr>
  <tr>
    <th><?php 
echo $lang->sms->method;
?>
</th>
    <td><?php 
echo html::radio('method', $lang->sms->methodList, empty($smsConfig->method) ? '' : $smsConfig->method);
?>
</td>
  </tr>
  <tr>
    <th><?php 
echo $lang->sms->url;
?>
</th>
    <td><?php 
echo html::input('url', empty($smsConfig->url) ? '' : $smsConfig->url, "class='form-control'");
?>
</td>
  </tr>
  <tr>
    <th><?php 
?>
 <?php 
echo html::icon('pencil');
?>
</small>
    </div>
  </div>
  <form class='form-condensed' method='post' id='dataform'>
    <table class='table table-form'>
      <tr>
        <th class='rowhead w-120px'><?php 
echo $lang->sso->turnon;
?>
</th>
        <td><?php 
echo html::radio('turnon', $lang->sso->turnonList, $turnon);
?>
</td>
      </tr>
      <tr>
        <th><?php 
echo $lang->sso->addr;
?>
</th>
        <td><?php 
echo html::input('addr', $addr, "class='form-control' placeholder='{$lang->sso->addrNotice}'");
?>
</td>
      </tr>
      <tr>
        <th><?php 
Beispiel #13
0
echo $lang->article->content;
?>
</th>
        <td colspan='2'><?php 
echo $article->content;
?>
</td>
      </tr>
      </tbody>
      <tr>
        <th class='w-100px'><?php 
echo $lang->article->type;
?>
</th>
        <td><?php 
echo html::radio("type", $lang->contribution->typeList, 'article');
?>
</td><td></td>
      </tr>
      <tr>
        <th class='w-100px'><?php 
echo $lang->article->category;
?>
</th>
        <td class='articleTD'><?php 
echo html::select("articleCategories[]", $articleCategories, array_keys($article->categories), "multiple='multiple' class='form-control chosen'");
?>
</td>
        <td class='blogTD'><?php 
echo html::select("blogCategories[]", $blogCategories, array_keys($article->categories), "multiple='multiple' class='form-control chosen'");
?>
 * The category form view file of block module of chanzhiEPS.
 *
 * @copyright   Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
 * @license     ZPLV12 (http://zpl.pub/page/zplv12.html)
 * @author      Yidong wang <*****@*****.**>
 * @package     block
 * @version     $Id$
 * @link        http://www.chanzhi.org
*/
?>
<tr>
  <th><?php 
echo $lang->block->category->showChildren;
?>
</th>
  <td><?php 
echo html::radio('params[showChildren]', $lang->block->category->showChildrenList, isset($block->content->showChildren) ? $block->content->showChildren : 'no');
?>
</td>
</tr>
<tr>
  <th><?php 
echo $lang->block->category->fromCurrent;
?>
</th>
  <td><?php 
echo html::radio('params[fromCurrent]', $lang->block->category->fromCurrentList, isset($block->content->fromCurrent) ? $block->content->fromCurrent : 'no');
?>
</td>
</tr>
Beispiel #15
0
        <th><?php 
echo $lang->project->desc;
?>
</th>
        <td colspan='2'><?php 
echo html::textarea('desc', htmlspecialchars($project->desc), "rows='6' class='form-control'");
?>
</td>
      </tr>  
      <tr>
        <th><?php 
echo $lang->project->acl;
?>
</th>
        <td colspan='2'><?php 
echo nl2br(html::radio('acl', $lang->project->aclList, $project->acl, "onclick='setWhite(this.value);'", 'block'));
?>
</td>
      </tr>  
      <tr id='whitelistBox' <?php 
if ($project->acl != 'custom') {
    echo "class='hidden'";
}
?>
>
        <th><?php 
echo $lang->project->whitelist;
?>
</th>
        <td colspan='2' id='whitelistBox'><?php 
echo html::checkbox('whitelist', $groups, $project->whitelist);
Beispiel #16
0
?>
              <span class='add-on'><button class="btn btn-default" type="button"><i class="icon-calendar"></i></button></span>
            </div>
          </td>
          <td><span class="help-inline"><?php 
echo $lang->zhaopin->placeholder->addedDate;
?>
</span></td>
        </tr>
        <tr>
          <th><?php 
echo $lang->zhaopin->status;
?>
</th>
          <td><?php 
echo html::radio('status', $lang->zhaopin->statusList, 'normal');
?>
</td>
        </tr>
        </tbody>
        <tr>
          <td></td>
          <td colspan='2'><?php 
echo html::submitButton();
?>
</td>
        </tr>
      </table>
    </form>
  </div>
</div>
Beispiel #17
0
?>
</td>
    </tr>  
    <tr>
      <th><?php 
echo $lang->company->backyard;
?>
</th>
      <td><?php 
echo html::input('backyard', $company->backyard ? $company->backyard : 'http://', "class='form-control'");
?>
</td>
    </tr>  
    <tr>
      <th><?php 
echo $lang->company->guest;
?>
</th>
      <td><?php 
echo html::radio('guest', $lang->company->guestList, $company->guest);
?>
</td>
    </tr>  
    <tr><td></td><td><?php 
echo html::submitButton();
?>
</td></tr>
  </table>
</form>
<?php 
include '../../common/view/footer.html.php';
Beispiel #18
0
        <th><?php 
echo $lang->files;
?>
</th>
        <td colspan='3'><?php 
echo $this->fetch('file', 'buildform');
?>
</td>
      </tr>
      <tr>
        <th><?php 
echo $lang->task->afterSubmit;
?>
</th>
        <td colspan='3'><?php 
echo html::radio('after', $lang->task->afterChoices, 'continueAdding');
?>
</td>
      </tr>
      <tr>
        <td></td>
        <td colspan='3'><?php 
echo html::submitButton() . html::backButton();
?>
</td>
      </tr>
    </table>
    <span id='responser'></span>
  </form>
</div>
<?php 
Beispiel #19
0
</td>
          <td><?php 
echo html::a('javascript:void(0)', "<i class='icon-question-sign'></i>", "data-custom='{$lang->site->allowedDomainTip}' data-toggle='modal' data-icon='question-sign' data-title='{$lang->site->allowedDomain}'");
?>
</td>
        </tr>
        <tr title="<?php 
echo $lang->site->schemeTip;
?>
">
          <th><?php 
echo $lang->site->scheme;
?>
</th> 
          <td><?php 
echo html::radio('scheme', $lang->site->schemeList, isset($this->config->site->scheme) ? $this->config->site->scheme : 'http', "class='checkbox'");
?>
</td>
          <td></td>
        </tr>
        <tr>
          <th><?php 
echo $lang->site->module;
?>
</th>
          <td><?php 
echo html::checkbox('modules', $lang->site->moduleAvailable, isset($this->config->site->modules) ? $this->config->site->modules : '');
?>
</td><td></td>
        </tr>
        <tr>
Beispiel #20
0
          <th class='w-80px'><?php 
echo $lang->doc->category;
?>
</th>
          <td><?php 
echo html::select('module', $moduleOptionMenu, $moduleID, "class='form-control'");
?>
</td>
        </tr>  
        <tr>
          <th><?php 
echo $lang->doc->type;
?>
</th>
          <td><?php 
echo html::radio('type', $lang->doc->types, 'file', "onclick=setType(this.value)");
?>
</td>
        </tr>  
        <tr>
          <th><?php 
echo $lang->doc->title;
?>
</th>
          <td><?php 
echo html::input('title', '', "class='form-control'");
?>
</td>
        </tr> 
        <tr id='urlBox' class='hidden'>
          <th><?php 
Beispiel #21
0
      </tr>
      <tr>
        <th><?php 
echo $lang->user->join;
?>
</th>
        <td><?php 
echo html::input('join', $user->join, "class='form-control form-date'");
?>
</td>
        <th><?php 
echo $lang->user->gender;
?>
</th>
        <td><?php 
echo html::radio('gender', (array) $lang->user->genderList, $user->gender);
?>
</td>
      </tr>
    </table>
    <table align='center' class='table table-form'>
      <caption class='text-left text-muted'><?php 
echo $lang->user->accountInfo;
?>
</caption>
      <tr>
        <th class='w-90px'><?php 
echo $lang->user->account;
?>
</th>
        <td class='w-p40'><?php 
Beispiel #22
0
    ?>
  </table>
  <?php 
}
?>
  <table class='table table-form'>
    <?php 
if (empty($refund->detail)) {
    ?>
    <tr>
      <th class='w-60px'><?php 
    echo $lang->refund->status;
    ?>
</th>
      <td class='text-left'><?php 
    echo html::radio("status", $lang->refund->reviewStatusList, 'pass');
    ?>
</td>
    </tr>
    <?php 
}
?>
    <tr class='reviewMoney'>
      <th class='w-60px'><?php 
echo $lang->refund->reviewMoney;
?>
</th>
      <td>
        <div class='input-group'>
          <?php 
echo html::input('money', $refund->money, "class='form-control'");
Beispiel #23
0
          <th class='w-200px'><?php 
echo $lang->ui->productView;
?>
</th>
          <td class='w-p30'><?php 
echo html::radio('productView', $lang->ui->productViewList, isset($this->config->ui->productView) ? $this->config->ui->productView : '1');
?>
</td><td></td>
        </tr>
        <tr>
          <th><?php 
echo $lang->ui->QRCode;
?>
</th>
          <td><?php 
echo html::radio('QRCode', $lang->ui->QRCodeList, isset($this->config->ui->QRCode) ? $this->config->ui->QRCode : '1');
?>
</td><td></td>
        </tr>
        <tr>
          <th><?php 
echo $lang->site->customizableList->article;
?>
</th> 
          <td><?php 
echo html::input('articleRec', !empty($this->config->site->articleRec) ? $this->config->site->articleRec : $this->config->article->recPerPage, "class='form-control'");
?>
</td><td></td>
        </tr>
        <tr>
          <th><?php 
</th>
      <td><?php 
echo html::select('closedReason', $lang->story->reasonList, '', 'class=select-3 onchange="setStory(this.value)"');
?>
</td>
    </tr>
    <?php 
if ($sql->status == 'changed' or $sql->status == 'draft' and $sql->version > 1) {
    ?>
    <tr id='preVersionBox' class='hidden'>
      <th class='rowhead'><?php 
    echo $lang->story->preVersion;
    ?>
</th>
      <td><?php 
    echo html::radio('preVersion', array_combine(range($sql->version - 1, 1), range($sql->version - 1, 1)), $sql->version - 1);
    ?>
</td>
    </tr>
    <?php 
}
?>
    <tr>
      <th class='rowhead'><?php 
echo $lang->story->assignedTo;
?>
</th>
      <td><?php 
echo html::select('assignedTo', $users, $sql->lastEditedBy ? $sql->lastEditedBy : $sql->openedBy, 'class=select-3');
?>
</td>
?>
</th>
          <td>
            <?php 
echo html::select('defaultLang', $config->langs, isset($this->config->site->defaultLang) ? $this->config->site->defaultLang : $this->app->getClientLang(), "class='form-control'");
?>
          </td>
          <td></td>
        </tr>
        <tr>
          <th><?php 
echo $lang->site->mobileTemplate;
?>
</th> 
          <td><?php 
echo html::radio('mobileTemplate', $lang->site->mobileTemplateList, isset($this->config->site->mobileTemplate) ? $this->config->site->mobileTemplate : 'close', "class='checkbox'");
?>
</td><td></td>
        </tr>
        <tr>
          <th><?php 
echo $lang->site->requestType;
?>
</th> 
          <td>
            <?php 
echo html::select('requestType', $lang->site->requestTypeList, isset($this->config->site->requestType) ? $this->config->site->requestType : $this->config->frontRequestType, "class='form-control'");
?>
          </td>
          <td><span id='requestTypeTip' class='hide text-important'><?php 
echo $lang->site->requestTypeTip;
Beispiel #26
0
              </thead>
              <tbody class='text-center'>
                <tr>
                  <td><?php 
echo html::input('varName[]', '', "class='form-control'");
?>
</td>
                  <td><?php 
echo html::input('showName[]', '', "class='form-control'");
?>
</td>
                  <td>
                    <div class='input-group'>
                      <span class='input-group-addon' style='text-align:left'>
                      <?php 
echo html::radio('requestType[]', $lang->crystal->requestTypeList, '', "onchange='toggleSelectList(this)'");
?>
                      </span>
                      <?php 
echo html::select('selectList[]', $lang->crystal->selectList, '', "class='form-control hidden'");
?>
                    </div>
                  </td>
                  <td><?php 
echo html::input('default[]', '', "class='form-control'");
?>
</td>
                </tr>
              </tbody>
              <tfoot>
                <tr><td colspan='4' class='text-center'><?php 
Beispiel #27
0
</dt>
            <dd><?php 
echo $user->zipcode;
?>
</dd>
            <dt><?php 
echo $lang->user->phone;
?>
</dt>
            <dd><?php 
echo $user->phone;
?>
</dd>
            <dt>更新通知</dt>
            <dd><?php 
echo html::radio('informupdate', $lang->user->informupdateList, $user->informupdate);
?>
</dd>
            <dt></dt>
            <dd><?php 
echo html::a(inlink('edit'), "<i class='icon-pencil'></i> " . $lang->user->editProfile, "class='btn btn-primary'");
?>
</dd>
          </dl>
        </div>
      </div>
    </div>
  </div>
</div>
<?php 
include TPL_ROOT . 'common/footer.html.php';
Beispiel #28
0
?>
                  <?php 
echo "<input type='checkbox' name='target' id='target' value='1' {$checked} /><span>{$lang->slide->newWindow}</span>";
?>
                </label>
              </div>
            </div>
          </td>
        </tr>
        <tr>
          <th><?php 
echo $lang->slide->background->type;
?>
</th>
          <td><?php 
echo html::radio('backgroundType', $lang->slide->background->typeList, $slide->backgroundType, "class='radio'");
?>
</td>
        </tr>
        <tr class='bg-section' data-id='color'>
          <th><?php 
echo $lang->slide->background->color;
?>
</th>
          <td>
            <div class='row'>
              <div class='colorplate clearfix col-sm-6'>
                <div class='input-group color active' data='<?php 
echo $slide->backgroundColor;
?>
'>
Beispiel #29
0
          <label class='col-md-2 control-label'><?php 
    echo $lang->category->moderators;
    ?>
</label>
          <div class='col-md-9'><?php 
    echo html::input('moderators', $category->moderators, "class='form-control' placeholder='{$lang->board->placeholder->moderators}'");
    ?>
</div>
        </div>  
        <div class='form-group'>
          <label class='col-md-2 control-label'><?php 
    echo $lang->category->readonly;
    ?>
</label>
          <div class='col-md-4'><?php 
    echo html::radio('readonly', $lang->category->readonlyList, $category->readonly);
    ?>
</div>
        </div>  
        <?php 
}
?>
      </div>

      <?php 
foreach ($attr as $key => $value) {
    ?>

        <div class="form-group">

          <label class='col-md-2 control-label'>分类属性</label>
Beispiel #30
0
          <th><?php 
echo $lang->wechat->token;
?>
</th>
          <td><?php 
echo html::input('token', $public->token, "class='form-control'");
?>
</td>
        </tr>
        <tr>
          <th><?php 
echo $lang->wechat->certified;
?>
</th>
          <td><?php 
echo html::radio('certified', $lang->wechat->certifiedList, $public->certified);
?>
</td>
        </tr>
        <tr>
          <th></th>
          <td><?php 
echo html::submitButton();
?>
</td>
        </tr>
      </table>
    </form>
  </div>
</div>
<?php