示例#1
0
            <a href="index.php?act=store&op=store_joinin_detail&member_id=<?php 
        echo $v['member_id'];
        ?>
">查看</a>&nbsp;&nbsp;<a href="index.php?act=store&op=store_edit&store_id=<?php 
        echo $v['store_id'];
        ?>
"><?php 
        echo $lang['nc_edit'];
        ?>
</a>&nbsp;&nbsp;
                <a href="index.php?act=store&op=store_bind_class&store_id=<?php 
        echo $v['store_id'];
        ?>
">经营类目</a>
            <?php 
        if (getStoreStateClassName($v) != 'open' && cookie('remindRenewal' . $v['store_id']) == null) {
            ?>
<a href="<?php 
            echo urlAdmin('store', 'remind_renewal', array('store_id' => $v['store_id']));
            ?>
">提醒续费</a><?php 
        }
        ?>
            </td>
        </tr>
        <?php 
    }
    ?>
        <?php 
} else {
    ?>
示例#2
0
</th>
          <th class="align-center"><?php 
echo $lang['operation'];
?>
</th>
        </tr>
      </thead>
      <tbody>
        <?php 
if (!empty($output['store_list']) && is_array($output['store_list'])) {
    ?>
        <?php 
    foreach ($output['store_list'] as $k => $v) {
        ?>
        <tr class="hover edit <?php 
        echo getStoreStateClassName($v);
        ?>
">
          <td>
              <a href="<?php 
        echo urlShop('show_store', 'index', array('store_id' => $v['store_id']));
        ?>
" target="_blank">
                <?php 
        echo $v['store_name'];
        ?>
                <?php 
        if ($v['store_id'] == DEFAULT_PLATFORM_STORE_ID) {
            echo '(平台)';
        }
        ?>