* adjust for other module page.
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
?>
|
||||
<?php include $this->app->getModuleRoot() . 'message/view/header.html.php';?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='main-header'>
|
||||
<div class='heading'>
|
||||
<strong><?php echo $lang->mail->browse?></strong>
|
||||
<div class='main-header'>
|
||||
<div class='heading'>
|
||||
<strong><?php echo $lang->mail->browse?></strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<form class='main-table' method='post' action='<?php echo inlink('batchDelete')?>' target='hiddenwin' id='mailForm' data-ride='table'>
|
||||
<table class='table has-sort-head table-fixed'>
|
||||
<?php $vars = "orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#versionMenu {margin: 20px;}
|
||||
#versionMenu {margin-left: 20px;}
|
||||
#versionMenu .dropdown-menu {min-width: 130px; max-height:180px;overflow-y:auto;}
|
||||
|
||||
#featureList {padding: 0 20px 20px; min-height:200px;}
|
||||
|
||||
@@ -1,33 +1,35 @@
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<div class='container mw-800px'>
|
||||
<div id='titlebar'>
|
||||
<div class='heading'>
|
||||
<strong><?php echo $lang->changeLog ?></strong>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='center-block mw-800px'>
|
||||
<div class='main-header clearfix'>
|
||||
<h2 class='pull-left'><?php echo $lang->changeLog ?></h2>
|
||||
<div class='btn-toolbar pull-left'>
|
||||
<div class='dropdown' id='versionMenu'>
|
||||
<button class='btn dropdown-toggle' type='button' data-toggle='dropdown'><?php echo $version === 'latest' ? $lang->misc->feature->lastest : ('v' . $version) ?> <span class='caret'></span></button>
|
||||
<ul class='dropdown-menu'>
|
||||
<?php foreach(array_keys($lang->misc->feature->all) as $versionName):?>
|
||||
<li<?php echo $versionName === $version ? " class='active'" : '' ?>>
|
||||
<?php echo html::a(helper::createLink('misc', 'changeLog', "version=$versionName"), $versionName === 'latest' ? $lang->misc->feature->lastest : ('v' . $versionName));?>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class='dropdown' id='versionMenu'>
|
||||
<button class='btn btn-sm dropdown-toggle' type='button' data-toggle='dropdown'><?php echo $version === 'latest' ? $lang->misc->feature->lastest : ('v' . $version) ?> <span class='caret'></span></button>
|
||||
<ul class='dropdown-menu'>
|
||||
<?php foreach(array_keys($lang->misc->feature->all) as $versionName):?>
|
||||
<li<?php echo $versionName === $version ? " class='active'" : '' ?>>
|
||||
<?php echo html::a(helper::createLink('misc', 'changeLog', "version=$versionName"), $versionName === 'latest' ? $lang->misc->feature->lastest : ('v' . $versionName));?>
|
||||
</li>
|
||||
<div id='featureList' class='article-content'>
|
||||
<?php $idx = count($features) == 1 ? '' : 1; ?>
|
||||
<?php foreach ($features as $feature):?>
|
||||
<div class='item'>
|
||||
<h3><?php echo $idx . ($idx == '' ? '' : '. ') . $feature['title'] ?></h3>
|
||||
<div class='desc'><?php echo $feature['desc'] ?></div>
|
||||
</div>
|
||||
<?php $idx++; ?>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</div>
|
||||
<div id='featureList' class='article-content'>
|
||||
<?php $idx = count($features) == 1 ? '' : 1; ?>
|
||||
<?php foreach ($features as $feature):?>
|
||||
<div class='item'>
|
||||
<h3><?php echo $idx . ($idx == '' ? '' : '. ') . $feature['title'] ?></h3>
|
||||
<div class='desc'><?php echo $feature['desc'] ?></div>
|
||||
<?php if($detailed and $this->app->getClientLang() != 'en'):?>
|
||||
<div> <a href='###' onclick="$('.detailed').toggle()"><?php echo $lang->misc->feature->detailed;?></a></div>
|
||||
<div class='detailed hide'><?php echo $detailed;?></div>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<?php $idx++; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if($detailed and $this->app->getClientLang() != 'en'):?>
|
||||
<div> <a href='###' onclick="$('.detailed').toggle()"><?php echo $lang->misc->feature->detailed;?></a></div>
|
||||
<div class='detailed hide'><?php echo $detailed;?></div>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
</div>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* The reset view file of user module of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||||
* @author Yidong Wang <yidong@cnezsoft.com>
|
||||
* @package user
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<div class='alert alert-info'><strong><?php echo $lang->misc->repairTable;?></strong></div>
|
||||
<div class='container mw-700px'>
|
||||
<?php if($status == 'createFile'):?>
|
||||
<div class='panel-body'>
|
||||
<?php printf($lang->misc->noticeRepair, $this->session->checkFileName);?>
|
||||
</div>
|
||||
<p><?php echo html::a(inlink('checkTable'), $this->lang->refresh, '', "class='btn'")?></p>
|
||||
<?php elseif($status == 'check'):?>
|
||||
<div class='panel'>
|
||||
<table class='table table-form'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php echo $lang->misc->tableName?></th>
|
||||
<th><?php echo $lang->misc->tableStatus?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $needRepair = false;?>
|
||||
<?php foreach($tables as $tableName => $tableStatus):?>
|
||||
<?php if($tableStatus != 'ok') $needRepair = true;?>
|
||||
<tr>
|
||||
<td><?php echo $tableName;?></td>
|
||||
<td><span style='color:<?php echo $tableStatus == 'ok' ? 'green' : 'red'?>'><?php echo $tableStatus;?></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<?php endforeach;?>
|
||||
<?php if($needRepair):?>
|
||||
<tfoot>
|
||||
<tr><td class='text-center' colspan='2'><?php echo html::a(inlink('checkTable', "type=repair"), $lang->misc->needRepair, '', "class='btn btn-primary'")?></td></tr>
|
||||
</tfoot>
|
||||
<?php endif;?>
|
||||
</table>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<script laguage='Javascript'>
|
||||
<?php if(isset($pageJS)) echo $pageJS;?>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<table class='table-1' style='margin-top:100px;'>
|
||||
<table class='table' style='margin-top:100px;'>
|
||||
<caption><?php echo $lang->misc->mobile?></caption>
|
||||
<tr><td><?php echo $noGDLib?></td></tr>
|
||||
</table>
|
||||
|
||||
@@ -26,4 +26,3 @@
|
||||
</div>
|
||||
</form>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
|
||||
|
||||
@@ -14,64 +14,64 @@
|
||||
<?php include '../../common/view/chosen.html.php';?>
|
||||
<?php if(!empty($config->safe->mode)) $lang->user->placeholder->password1 = $lang->user->placeholder->passwordStrength[$config->safe->mode]?>
|
||||
<?php js::set('holders', $lang->user->placeholder);?>
|
||||
<div class='container mw-700px'>
|
||||
<div class= 'panel' style='margin-top:50px'>
|
||||
<div class='panel-heading'><strong><?php echo $lang->sso->bind?></strong></div>
|
||||
<form method='post' target='hiddenwin' id='bindForm'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th class='w-100px'><?php echo $lang->sso->bindType?></th>
|
||||
<td><?php echo html::radio('bindType', $lang->sso->bindTypeList, 'bind')?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr class='params bind'>
|
||||
<th><?php echo $lang->sso->bindUser?></th>
|
||||
<td><?php echo html::select('bindUser', $users, $data->account, "class='form-control chosen'")?></td>
|
||||
</tr>
|
||||
<tr class='params bind'>
|
||||
<th><?php echo $lang->user->password?></th>
|
||||
<td><?php echo html::password('bindPassword', '', "class='form-control'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->account?></th>
|
||||
<td><?php echo html::input('account', $data->account, "class='form-control' autocomplete='off'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->password?></th>
|
||||
<td>
|
||||
<span class='input-group'>
|
||||
<?php echo html::password('password1', '', "class='form-control' autocomplete='off' onmouseup='checkPassword(this.value)' onkeyup='checkPassword(this.value)'");?>
|
||||
<span class='input-group-addon' id='passwordStrength'></span>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->password2?></th>
|
||||
<td><?php echo html::password('password2', '', "class='form-control'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->realname?></th>
|
||||
<td><?php echo html::input('realname', $data->realname, "class='form-control' autocomplete='off'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->gender?></th>
|
||||
<td><?php echo html::radio('gender', $lang->user->genderList, $data->gender)?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->email?></th>
|
||||
<td><?php echo html::input('email', $data->email, "class='form-control' autocomplete='off'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th></th>
|
||||
<td colspan='2'><span style='color:red'><?php echo $lang->sso->bindNotice?></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td><?php echo html::submitButton()?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='center-block mw-700px'>
|
||||
<div class='main-header'><h2><?php echo $lang->sso->bind?></h2></div>
|
||||
<form method='post' target='hiddenwin' id='bindForm'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th class='w-100px'><?php echo $lang->sso->bindType?></th>
|
||||
<td><?php echo html::radio('bindType', $lang->sso->bindTypeList, 'bind')?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr class='params bind'>
|
||||
<th><?php echo $lang->sso->bindUser?></th>
|
||||
<td><?php echo html::select('bindUser', $users, $data->account, "class='form-control chosen'")?></td>
|
||||
</tr>
|
||||
<tr class='params bind'>
|
||||
<th><?php echo $lang->user->password?></th>
|
||||
<td><?php echo html::password('bindPassword', '', "class='form-control'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->account?></th>
|
||||
<td><?php echo html::input('account', $data->account, "class='form-control' autocomplete='off'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->password?></th>
|
||||
<td>
|
||||
<span class='input-group'>
|
||||
<?php echo html::password('password1', '', "class='form-control' autocomplete='off' onmouseup='checkPassword(this.value)' onkeyup='checkPassword(this.value)'");?>
|
||||
<span class='input-group-addon' id='passwordStrength'></span>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->password2?></th>
|
||||
<td><?php echo html::password('password2', '', "class='form-control'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->realname?></th>
|
||||
<td><?php echo html::input('realname', $data->realname, "class='form-control' autocomplete='off'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->gender?></th>
|
||||
<td><?php echo html::radio('gender', $lang->user->genderList, $data->gender)?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th><?php echo $lang->user->email?></th>
|
||||
<td><?php echo html::input('email', $data->email, "class='form-control' autocomplete='off'")?></td>
|
||||
</tr>
|
||||
<tr class='params add hide'>
|
||||
<th></th>
|
||||
<td colspan='2'><span style='color:red'><?php echo $lang->sso->bindNotice?></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td><?php echo html::submitButton()?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(function()
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<div class='box-title'><?php echo "$url@$revision";?></div>
|
||||
<div class='box-content'><xmp><?php echo $code;?></xmp></div>
|
||||
<div class='detail'>
|
||||
<div class='detail-title'><?php echo "$url@$revision";?></div>
|
||||
<div class='detail-content'><xmp><?php echo $code;?></xmp></div>
|
||||
</div>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<?php $catLink = $this->svn->buildURL('cat', $url, $revision);?>
|
||||
<div class='box-title'><?php echo html::a($catLink, "$url@$revision");?></div>
|
||||
<div class='box-content'><xmp><?php echo $diff;?></xmp></div>
|
||||
<div class='detail'>
|
||||
<div class='detail-title'><?php echo html::a($catLink, "$url@$revision");?></div>
|
||||
<div class='detail-content'><xmp><?php echo $diff;?></xmp></div>
|
||||
</div>
|
||||
<?php include '../../common/view/footer.lite.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user