示例#1
0
</tr>
<?php 
    } else {
        ?>
<tr>
	<td colspan="7" align="center"><?php 
        echo __('downline_users_not_found');
        ?>
</td>
</tr>
<?php 
    }
    ?>
</table>
<?php 
} elseif ($action == 'guest' && menu_guest_reg()) {
    ?>
<div id="container">
<div class="box_style">
<?php 
    if ($can_edit) {
        ?>
<form action="<?php 
        echo urr("mydisk", "item={$item}");
        ?>
" method="post" onsubmit="return dosubmit(this);">
<input type="hidden" name="action" value="<?php 
        echo $action;
        ?>
" />
<input type="hidden" name="task" value="<?php 
示例#2
0
<?php 
} else {
    ?>
<body>
<?php 
    require_once template_echo('sub/admincp_fast', 'templates/default/');
    ?>
<div class="body_top">
<div class="l"><?php 
    echo base64_decode($settings['site_notify']);
    ?>
</div>
<div class="m">
<?php 
    if ($pd_uid) {
        echo menu_guest_reg();
        ?>
<a href="<?php 
        echo $a_index_share;
        ?>
"><?php 
        echo $pd_username;
        ?>
</a><?php 
        echo get_vip_icon();
        ?>
<a href="<?php 
        echo urr("mydisk", "");
        ?>
"><?php 
        echo __('mydisk');