Exemplo n.º 1
0
?>
</th>
              <th><?php 
commonModel::printOrderLink('trader', $orderBy, $vars, $lang->trade->trader);
?>
</th>
              <th class='w-100px'><?php 
commonModel::printOrderLink('category', $orderBy, $vars, $lang->trade->category);
?>
</th>
              <th class='w-120px text-right'><?php 
commonModel::printOrderLink('money', $orderBy, $vars, $lang->trade->money);
?>
</th>
              <th class='w-100px'><?php 
commonModel::printOrderLink('handlers', $orderBy, $vars, $lang->trade->handlers);
?>
</th>
              <th class='w-200px visible-lg'><?php 
echo $lang->trade->desc;
?>
</th>
              <th class='w-110px'><?php 
echo $lang->actions;
?>
</th>
            </tr>
          </thead>
          <tbody>
            <?php 
foreach ($trades as $trade) {
Exemplo n.º 2
0
?>
</th>
          <th class='w-100px'><?php 
commonModel::printOrderLink('assignedTo', $orderBy, $vars, $lang->todo->assignedTo);
?>
</th>
          <th class='w-100px'><?php 
commonModel::printOrderLink('begin', $orderBy, $vars, $lang->todo->begin);
?>
</th>
          <th class='w-100px'><?php 
commonModel::printOrderLink('end', $orderBy, $vars, $lang->todo->end);
?>
</th>
          <th class='w-100px'><?php 
commonModel::printOrderLink('status', $orderBy, $vars, $lang->todo->status);
?>
</th>
          <th class='w-240px'><?php 
echo $lang->actions;
?>
</th>
        </tr>
      </thead>
      <tbody>
        <?php 
foreach ($todos as $todo) {
    ?>
        <tr class='text-center'>
          <td class='text-left'><label class='checkbox-inline'><input type='checkbox' name='todoIDList[]' value='<?php 
    echo $todo->id;
Exemplo n.º 3
0
?>
</th>
        <th class='w-120px'><?php 
commonModel::printOrderLink('mobile', $orderBy, $vars, $lang->contact->mobile);
?>
</th>
        <th class='w-200px'><?php 
commonModel::printOrderLink('email', $orderBy, $vars, $lang->contact->email);
?>
</th>
        <th class='w-100px'><?php 
commonModel::printOrderLink('qq', $orderBy, $vars, $lang->contact->qq);
?>
</th>
        <th class='w-100px'><?php 
commonModel::printOrderLink('weixin', $orderBy, $vars, $lang->contact->weixin);
?>
</th>
      </tr>
    </thead>
    <tbody>
    <?php 
foreach ($contacts as $contact) {
    ?>
    <tr class='text-center'>
      <td><?php 
    echo $contact->id;
    ?>
</td>
      <td><?php 
    echo $contact->realname;
Exemplo n.º 4
0
    ?>
</th>
        <th class='w-150px'><?php 
    commonModel::printOrderLink('begin', $orderBy, $vars, $lang->leave->end);
    ?>
</th>
        <th><?php 
    echo $lang->leave->desc;
    ?>
</th>
        <th class='w-80px'><?php 
    commonModel::printOrderLink('status', $orderBy, $vars, $lang->leave->status);
    ?>
</th>
        <th class='w-80px'><?php 
    commonModel::printOrderLink('reviewedBy', $orderBy, $vars, $lang->leave->reviewedBy);
    ?>
</th>
        <th class='w-150px'><?php 
    echo $lang->actions;
    ?>
</th>
      </tr>
    </thead>
    <?php 
    foreach ($leaveList as $leave) {
        ?>
    <tr>
      <td><?php 
        echo $leave->id;
        ?>
Exemplo n.º 5
0
    ?>
</th>
        <th class='w-60px'><?php 
    commonModel::printOrderLink('views', $orderBy, $vars, $lang->thread->views);
    ?>
</th>
        <th class='w-60px'><?php 
    commonModel::printOrderLink('replies', $orderBy, $vars, $lang->thread->replies);
    ?>
</th>
        <th class='w-200px'><?php 
    commonModel::printOrderLink('repliedDate', $orderBy, $vars, $lang->thread->lastReply);
    ?>
</th>
        <th class='w-80px'><?php 
    commonModel::printOrderLink('hidden', $orderBy, $vars, $lang->thread->status);
    ?>
</th>
        <th class='w-120px'><?php 
    echo $lang->actions;
    ?>
</th>
      </tr>  
    </thead>
    <?php 
}
?>
    <tbody>
      <?php 
foreach ($threads as $thread) {
    ?>
Exemplo n.º 6
0
$vars = "mode={$mode}&orderBy=%s&begin={$begin}&end={$end}";
?>
        <th class='text-center'><?php 
echo $lang->stat->page->url;
?>
</th>
        <th class='w-100px'> <?php 
commonModel::printOrderLink('pv', $orderBy, $vars, $lang->stat->pv);
?>
</th>
        <th class='w-100px'> <?php 
commonModel::printOrderLink('uv', $orderBy, $vars, $lang->stat->uv);
?>
</th>
        <th class='w-100px'> <?php 
commonModel::printOrderLink('ip', $orderBy, $vars, $lang->stat->ipCount);
?>
</th>
      </tr>
    </thead>
    <?php 
$i = 0;
?>
    <?php 
foreach ($pages as $page) {
    ?>
    <?php 
    $i++;
    ?>
    <tr>
      <td>
Exemplo n.º 7
0
?>
</th>
        <th class='w-60px'> <?php 
commonModel::printOrderLink('gender', $orderBy, $vars, $lang->contact->gender);
?>
</th>
        <th class='w-200px text-left'><?php 
commonModel::printOrderLink('phone', $orderBy, $vars, $lang->contact->phone . $lang->slash . $lang->contact->mobile);
?>
</th>
        <th class='w-200px'><?php 
commonModel::printOrderLink('email', $orderBy, $vars, $lang->contact->email);
?>
</th>
        <th class='w-100px visible-lg'><?php 
commonModel::printOrderLink('qq', $orderBy, $vars, $lang->contact->qq);
?>
</th>
        <th class='w-120px'><?php 
echo $lang->actions;
?>
</th>
      </tr>
    </thead>
    <tbody>
    <?php 
foreach ($contacts as $contact) {
    ?>
    <tr class='text-center'>
      <td><?php 
    echo $contact->id;
Exemplo n.º 8
0
?>
</th>
    <th class='w-120px'> <?php 
commonModel::printOrderLink('actor', $orderBy, $vars, $lang->action->actor);
?>
</th>
    <th class='w-100px'><?php 
commonModel::printOrderLink('action', $orderBy, $vars, $lang->action->action);
?>
</th>
    <th class='w-80px'><?php 
commonModel::printOrderLink('objectType', $orderBy, $vars, $lang->action->objectType);
?>
</th>
    <th class='w-80px'><?php 
commonModel::printOrderLink('id', $orderBy, $vars, $lang->action->actionID);
?>
</th>
    <th><?php 
echo $lang->action->objectName;
?>
</th>
  </tr>
  </thead>
  <tbody>
  <?php 
foreach ($actions as $action) {
    ?>
  <?php 
    if ($action->appName == 'sys') {
        $action->appName = 'superadmin';
Exemplo n.º 9
0
?>
</th>
        <th class='w-100px visible-lg'><?php 
commonModel::printOrderLink('createdDate', $orderBy, $vars, $lang->purchase->createdDate);
?>
</th>
        <th class='w-80px'> <?php 
commonModel::printOrderLink('return', $orderBy, $vars, $lang->purchase->return);
?>
</th>
        <th class='w-80px'> <?php 
commonModel::printOrderLink('delivery', $orderBy, $vars, $lang->purchase->delivery);
?>
</th>
        <th class='w-60px'> <?php 
commonModel::printOrderLink('status', $orderBy, $vars, $lang->purchase->status);
?>
</th>
        <th class='w-210px'><?php 
echo $lang->actions;
?>
</th>
      </tr>
    </thead>
    <tbody>
      <?php 
foreach ($purchases as $purchase) {
    ?>
      <tr class='text-center' data-url='<?php 
    echo inlink('view', "purchaseID={$purchase->id}");
    ?>
Exemplo n.º 10
0
        <?php 
}
?>
        <th class='text-center w-160px'><?php 
commonModel::printOrderLink('addedDate', $orderBy, $vars, $lang->article->addedDate);
?>
</th>
        <th class='text-center w-70px'><?php 
commonModel::printOrderLink('views', $orderBy, $vars, $lang->article->views);
?>
</th>
        <?php 
if ($type != 'page' and commonModel::isAvailable('contribution')) {
    ?>
        <th class='text-center w-70px'> <?php 
    commonModel::printOrderLink('contribution', $orderBy, $vars, $lang->article->status);
    ?>
</th>
        <?php 
}
?>
        <?php 
$actionClass = $type == 'page' ? 'w-220px' : 'w-260px';
?>
        <th class="text-center <?php 
echo $actionClass;
?>
"><?php 
echo $lang->actions;
?>
</th>
Exemplo n.º 11
0
?>
</th>
                  <th class='w-80px visible-lg'><?php 
commonModel::printOrderLink('visits', $orderBy, $vars, $lang->user->visits);
?>
</th>
                  <th class='w-130px'><?php 
commonModel::printOrderLink('last', $orderBy, $vars, $lang->user->last);
?>
</th>
                  <th class='w-70px'><?php 
commonModel::printOrderLink('ip', $orderBy, $vars, $lang->user->ip);
?>
</th>
                  <th class='w-60px'><?php 
commonModel::printOrderLink('locked', $orderBy, $vars, $lang->user->status);
?>
</th>
                  <th class='w-100px'><?php 
echo $lang->actions;
?>
</th>
                </tr>
              </thead>
              <tbody>
              <?php 
foreach ($users as $user) {
    ?>
              <tr class='text-center'>
                <td><?php 
    echo $user->id;
Exemplo n.º 12
0
        <?php 
}
?>
        <th class='text-center w-160px'><?php 
commonModel::printOrderLink('addedDate', $orderBy, $vars, $lang->zhaopin->addedDate);
?>
</th>
        <th class='text-center w-70px'><?php 
commonModel::printOrderLink('views', $orderBy, $vars, $lang->zhaopin->views);
?>
</th>
        <?php 
if ($type != 'page' and commonModel::isAvailable('contribution')) {
    ?>
        <th class='text-center w-70px'> <?php 
    commonModel::printOrderLink('contribution', $orderBy, $vars, $lang->zhaopin->status);
    ?>
</th>
        <?php 
}
?>
        <?php 
$actionClass = $type == 'page' ? 'w-220px' : 'w-260px';
?>
        <th class="text-center <?php 
echo $actionClass;
?>
"><?php 
echo $lang->actions;
?>
</th>
Exemplo n.º 13
0
?>
</th>
        <th class='w-80px'><?php 
commonModel::printOrderLink('createdDate', $orderBy, $vars, $lang->refund->createdDate);
?>
</th>
        <th class='w-150px'><?php 
commonModel::printOrderLink('firstReviewer', $orderBy, $vars, $lang->refund->reviewer);
?>
</th>
        <th class='w-90px'><?php 
commonModel::printOrderLink('refundBy', $orderBy, $vars, $lang->refund->refundBy);
?>
</th>
        <th class='w-80px'><?php 
commonModel::printOrderLink('refundDate', $orderBy, $vars, $lang->refund->refundDate);
?>
</th>
        <?php 
if ($mode == 'personal') {
    ?>
        <th class='w-130px'><?php 
    echo $lang->actions;
    ?>
</th>
        <?php 
} else {
    ?>
        <th class='w-80px'><?php 
    echo $lang->actions;
    ?>
Exemplo n.º 14
0
?>
</th>
              <th class='text-center w-200px'><?php 
commonModel::printOrderLink('category', $orderBy, $vars, $lang->article->category);
?>
</th>
              <th class='text-center w-160px'><?php 
commonModel::printOrderLink('editedDate', $orderBy, $vars, $lang->article->submissionTime);
?>
</th>
              <th class='text-center w-160px'><?php 
commonModel::printOrderLink('contribution', $orderBy, $vars, $lang->article->status);
?>
</th>
              <th class='text-center w-70px'><?php 
commonModel::printOrderLink('views', $orderBy, $vars, $lang->article->views);
?>
</th>
              <?php 
$actionClass = 'w-260px';
?>
              <th class="text-center <?php 
echo $actionClass;
?>
"><?php 
echo $lang->actions;
?>
</th>
            </tr>
          </thead>
          <tbody>
Exemplo n.º 15
0
?>
</th>
          <th class='w-80px'> <?php 
commonModel::printOrderLink('assignedTo', $orderBy, $vars, $lang->task->assignedTo);
?>
</th>
          <th class='w-100px visible-lg'><?php 
commonModel::printOrderLink('createdDate', $orderBy, $vars, $lang->task->createdDate);
?>
</th>
          <th class='w-90px visible-lg'> <?php 
commonModel::printOrderLink('consumed', $orderBy, $vars, $lang->task->consumedAB . $lang->task->lblHour);
?>
</th>
          <th class='w-110px visible-lg'> <?php 
commonModel::printOrderLink('left', $orderBy, $vars, $lang->task->left . $lang->task->lblHour);
?>
</th>
          <th class='w-240px'><?php 
echo $lang->actions;
?>
</th>
        </tr>
      </thead>
      <?php 
$i = 0;
?>
      <?php 
foreach ($tasks as $groupKey => $groupTasks) {
    ?>
      <?php 
Exemplo n.º 16
0
?>
</th>
        <th class='w-p10'><?php 
commonModel::printOrderLink('amount', $orderBy, $vars, $lang->product->amount);
?>
</th>
        <th class='w-160px'><?php 
commonModel::printOrderLink('addedDate', $orderBy, $vars, $lang->product->addedDate);
?>
</th>
        <th class='w-80px'><?php 
commonModel::printOrderLink('status', $orderBy, $vars, $lang->product->status);
?>
</th>
        <th class='w-70px'><?php 
commonModel::printOrderLink('views', $orderBy, $vars, $lang->product->views);
?>
</th>
        <th style='width: 270px'><?php 
echo $lang->actions;
?>
</th>
      </tr>
    </thead>
    <tbody>
      <?php 
foreach ($products as $product) {
    ?>
      <tr class='text-center'>
        <td><?php 
    echo $product->id;
Exemplo n.º 17
0
?>
</th>
        <th class='w-80px'><?php 
commonModel::printOrderLink('assignedTo', $orderBy, $vars, $lang->order->assignedTo);
?>
</th>
        <th class='w-60px'><?php 
commonModel::printOrderLink('status', $orderBy, $vars, $lang->order->status);
?>
</th>
        <th class='w-90px visible-lg'><?php 
commonModel::printOrderLink('contactedDate', $orderBy, $vars, $lang->order->contactedDate);
?>
</th>
        <th class='w-90px'><?php 
commonModel::printOrderLink('nextDate', $orderBy, $vars, $lang->order->nextDate);
?>
</th>
        <th class='w-180px text-center'><?php 
echo $lang->actions;
?>
</th>
      </tr>
    </thead>
    <tbody>
      <?php 
if (!empty($orders)) {
    foreach ($orders as $order) {
        ?>
      <?php 
        $status = $order->status != 'closed' ? "order-{$order->status}" : "order-{$order->closedReason}";
Exemplo n.º 18
0
  <table class='table table-hover table-bordered table-striped tablesorter'>
    <thead>
      <tr class='text-center'>
        <?php 
$vars = "orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}";
?>
        <th class='col-xs-3'> <?php 
commonModel::printOrderLink('tag', $orderBy, $vars, $lang->tag->common);
?>
</th>
        <th class='col-xs-1'><?php 
commonModel::printOrderLink('rank', $orderBy, $vars, $lang->tag->rank);
?>
</th>
        <th>               <?php 
commonModel::printOrderLink('link', $orderBy, $vars, $lang->tag->link);
?>
</th>
        <th class='col-xs-2'><?php 
echo $lang->actions;
?>
</th>
      </tr>
    </thead>
    <tbody>
      <?php 
foreach ($tags as $tag) {
    ?>
      <tr class='text-center text-middle'>
        <td><?php 
    echo $tag->tag;
Exemplo n.º 19
0
?>
</th>
        <th class='w-90px'><?php 
commonModel::printOrderLink('objectID', $orderBy, $vars, $lang->action->objectID);
?>
</th>
        <th><?php 
echo $lang->action->objectName;
?>
</th>
        <th class='w-100px'><?php 
commonModel::printOrderLink('actor', $orderBy, $vars, $lang->action->actor);
?>
</th>
        <th class='w-150px'><?php 
commonModel::printOrderLink('date', $orderBy, $vars, $lang->action->date);
?>
</th>
        <th class='w-100px'><?php 
echo $lang->actions;
?>
</th>
      </tr>
    </thead>
    <tbody>
      <?php 
foreach ($trashes as $action) {
    ?>
      <tr class='text-center'>
        <?php 
    $appname = $this->config->action->objectAppNames[$action->objectType];
Exemplo n.º 20
0
?>
</th>
        <th class='w-60px'><?php 
commonModel::printOrderLink('amount', $orderBy, $vars, $lang->order->amount);
?>
</th>
        <th class='w-200px'><?php 
echo $lang->order->life;
?>
</th>
        <th class='w-200px'><?php 
echo $lang->order->expressInfo;
?>
</th>
        <th class='w-60px'><?php 
commonModel::printOrderLink('status', $orderBy, $vars, $lang->product->status);
?>
</th>
        <th class='w-150px'><?php 
echo $lang->actions;
?>
</th>
      </tr>
    </thead>
    <tbody>
      <?php 
foreach ($orders as $order) {
    ?>
      <tr class='text-center text-middle'>
        <td><?php 
    echo $order->id;
Exemplo n.º 21
0
?>
</th>
            <th class='text-left'><?php 
commonModel::printOrderLink('title', $orderBy, $vars, $lang->doc->title);
?>
</th>
            <th class='w-100px'>  <?php 
commonModel::printOrderLink('type', $orderBy, $vars, $lang->doc->type);
?>
</th>
            <th class='w-100px'>  <?php 
commonModel::printOrderLink('createdBy', $orderBy, $vars, $lang->doc->createdBy);
?>
</th>
            <th class='w-100px visible-lg'><?php 
commonModel::printOrderLink('createdDate', $orderBy, $vars, $lang->doc->createdDate);
?>
</th>
            <th class='w-90px {sorter:false}'><?php 
echo $lang->actions;
?>
</th>
          </tr>
        </thead>
        <tbody>
          <?php 
foreach ($docs as $key => $doc) {
    ?>
          <?php 
    $viewLink = $this->createLink('doc', 'view', "docID={$doc->id}");
    $canView = commonModel::hasPriv('doc', 'view');
Exemplo n.º 22
0
        <th class='w-150px'><?php 
    commonModel::printOrderLink('repliedDate', $orderBy, $vars, $lang->thread->lastReply);
    ?>
</th>
        <?php 
    if ($this->config->forum->postReview == 'open') {
        ?>
        <th class='w-80px'> <?php 
        commonModel::printOrderLink('status', $orderBy, $vars, $lang->thread->status);
        ?>
</th>
        <?php 
    }
    ?>
        <th class='w-80px'><?php 
    commonModel::printOrderLink('hidden', $orderBy, $vars, $lang->thread->display);
    ?>
</th>
        <th><?php 
    echo $lang->actions;
    ?>
</th>
      </tr>
    </thead>
    <?php 
}
?>
    <tbody>
      <?php 
foreach ($threads as $thread) {
    ?>
Exemplo n.º 23
0
?>
</th>
            <th class='w-150px'> <?php 
commonModel::printOrderLink('begin', $orderBy, $vars, $lang->trip->begin);
?>
</th>
            <th class='w-150px'> <?php 
commonModel::printOrderLink('end', $orderBy, $vars, $lang->trip->end);
?>
</th>
            <th class='w-80px'>  <?php 
commonModel::printOrderLink('from', $orderBy, $vars, $lang->trip->from);
?>
</th>
            <th class='w-80px'>  <?php 
commonModel::printOrderLink('to', $orderBy, $vars, $lang->trip->to);
?>
</th>
            <th><?php 
echo $lang->trip->desc;
?>
</th>
            <th class='w-100px'><?php 
echo $lang->actions;
?>
</th>
          </tr>
        </thead>
        <?php 
foreach ($tripList as $trip) {
    ?>