Ejemplo n.º 1
0
</li></td>
					<td><input type="text" class="priority" name="<?php 
                echo $record2[$j]->id;
                ?>
" value="<?php 
                if ($record2[$j]->priority != 100) {
                    echo $record2[$j]->priority;
                }
                ?>
" style="width:30px;"></td>
					<td><?php 
                echo $record2[$j]->href;
                ?>
</td>
					<td><?php 
                echo display_target($record2[$j]->target);
                ?>
</td>
					<td><a href="edit.php?id=<?php 
                echo $record2[$j]->id;
                ?>
&type=<?php 
                echo $type;
                ?>
" target="admin_iframe" title="编辑"><img src="/images/admin/btn_edit.png" border="0"></a> <a class="del" name="<?php 
                echo $record2[$j]->id;
                ?>
" style="color:#ff0000; cursor:pointer" title="删除"><img src="/images/admin/btn_delete.png" border="0"></a></td>
				</tr>
		<?php 
            }
Ejemplo n.º 2
0
                        <?php 
    } else {
        ?>
                        <p class="margin20">
                            <input type="submit" class="button" value="Run the install" />
                        </p>
                    <?php 
    }
    ?>
                    </form>
                <?php 
} elseif ($step == 2) {
    display_database_config();
} elseif ($step == 3) {
    if (!isset($error["error"])) {
        display_target();
    } else {
        display_database_error($error, $step - 1);
    }
} elseif ($step == 4) {
    display_categories();
} elseif ($step == 5) {
    display_finish();
}
?>
                </div>
                <div id="footer">
                    <ul>
                        <li>
                            <a href="<?php 
echo get_absolute_url();