Exemplo n.º 1
0
        ?>
                        </td>
                        <td><?php 
        echo $rs['email'];
        ?>
&nbsp;</td>
                        <td><?php 
        echo $rs['name'];
        ?>
&nbsp;</td>
                        <td><?php 
        echo tool::my_substr($rs['message'], 30);
        ?>
&nbsp;</td>
                        <td><?php 
        echo tool::my_substr($rs['return_message'], 30);
        ?>
&nbsp;</td>
                        <td><?php 
        echo $rs['date_add'];
        ?>
&nbsp;</td>
                        <td><?php 
        echo long2ip($rs['ip']);
        ?>
&nbsp;</td>
                        <td><a href="<?php 
        echo url::base();
        ?>
user/contact_us/do_active/<?php 
        echo $rs['id'];
Exemplo n.º 2
0
                        <?php 
        } else {
            ?>
 统一配置<?php 
        }
        ?>
                    </td>
                    <td><?php 
        echo view_tool::get_active_img($rs['is_default']);
        ?>
</td>
                    <td><a href="<?php 
        echo $rs['url'];
        ?>
" target="_blank"><?php 
        echo tool::my_substr($rs['url'], 28);
        ?>
</a></td>
                    <td class="over">
                        <div class="new_float_parent">
                            <input type="text" class="text" size="4" name="position" value="<?php 
        echo $rs['position'];
        ?>
"/>
                            <div class="new_float">
                                <input type="text" class="text" size="4" name="order" value="<?php 
        echo $rs['position'];
        ?>
"/>
                                <input type="button" class="ui-button-small" value="保存" name="submit_order_form"/>
                                <input type="hidden" name="id" value="<?php 
Exemplo n.º 3
0
        ?>
&nbsp;</td>
                        <td><?php 
        echo $row['order_num'];
        ?>
&nbsp;</td>
                        <td><?php 
        echo $row['price'];
        ?>
&nbsp;</td>
                        <td><?php 
        echo $row['money'];
        ?>
&nbsp;</td>
                        <td><?php 
        echo tool::my_substr($row['pay_name'], 40);
        ?>
&nbsp;</td>
                        <td><?php 
        echo $row['add_time'];
        ?>
&nbsp;</td>
                        <td><?php 
        echo $row['ip'];
        ?>
&nbsp;</td>
                        <td>
                            <?php 
        if ($row['status'] != 1) {
            ?>
                            <a href="javascript:;" onclick="javascript:if(confirm('确认已收到此项付款了吗?'))window.location.href='<?php 
Exemplo n.º 4
0
manage/notice/edit/<?php 
        echo $value['id'];
        ?>
">编辑</a>
                            <a href="<?php 
        echo url::base();
        ?>
manage/notice/delete/<?php 
        echo $value['id'];
        ?>
" onclick="return confirm('确认删除?');">删除</a>
                        </td>
                                <?php 
        foreach ($list_columns as $column_key => $column_value) {
            if ($column_value['column'] == 'title') {
                echo '<td width="250px"><a href="javascript:void(0);" id="' . $value['id'] . '" class="contentsmall">' . tool::my_substr($value[$column_value['column']], 40) . '</a></td>';
            } else {
                echo '<td>' . $value[$column_value['column']] . '</td>';
            }
        }
        ?>
                        <td></td>
                    </tr>
                        <?php 
    }
    ?>
                </tbody>
            </form>
        </table>
            <?php 
} else {
Exemplo n.º 5
0
        echo url::base();
        ?>
user/user_show/edit?id=<?php 
        echo $row['id'];
        ?>
">详细</a></td>
                        <td><?php 
        isset($users[$row['user_id']]) && (print $users[$row['user_id']]);
        ?>
&nbsp;</td>
                        <td><?php 
        echo tool::my_substr($row['title'], 30);
        ?>
&nbsp;</td>
                        <td><?php 
        echo tool::my_substr($row['memo'], 200);
        ?>
&nbsp;</td>
                        <td><?php 
        echo $row['add_time'];
        ?>
&nbsp;</td>
                        <td>
                            <a href="<?php 
        echo url::base();
        ?>
user/user_show/do_active/<?php 
        echo $row['id'];
        ?>
">
                            <?php