示例#1
0
<html>
<head>
    <meta charset="utf-8" />

    <link rel="stylesheet" type="text/css" href="../../../../js-base/easyui/themes/default/easyui.css" />
    <link rel="stylesheet" type="text/css" href="../../../../js-base/easyui/themes/icon.css" />

    <script src="../../../../js-base/jquery.min.js"></script>
    <script src="../../../../js-base/easyui/jquery.easyui.min.js"></script>
</head>

<body>
<?php 
include "myUtil.php";
echo getTreeHtmlStr();
?>

<script src="../js/diff.php.js"></script>
</body>
</html>
示例#2
0
    <script src="../../js-base/bootstrap/js/bootstrap.min.js"></script>

    <?php 
$user = "******";
$codeDir = "/disk2/zhangpei/financial-system/financial-war";
?>
</head>

<body style="background-color:#effaff;">
    <h4>产品代码阅读及注释工具</h4> <!-- ?php echo $user ? -->
    <div style="height:10px;" name="just-for-row-space"></div>
    <div class="yui3-g">
        <div class="yui3-u-1-5 mycontainer" id="file_index">
            <?php 
include "php/myUtil.php";
echo getTreeHtmlStr($codeDir);
?>
        </div>

        <div class="yui3-u-1-2 mycontainer" id="file_content" style="background:#C5FFC4">
            文件内容将显示在这里...
        </div>

        <div class="yui3-u-1-4 mycontainer" id="file_comment">
            <?php 
include "php/file_comment.php";
?>
        </div>
    </div> 

    <script src="./js/index.php.js"></script>
示例#3
0
$disk_path = dbUtil(GetCodeDiskPath, $prodName, $version);
?>

<div id="header" style="margin-bottom: 10px; margin-left:10px">
    <h3 style="display:inline"><?php 
echo $prodName;
?>
 - 代码阅读</h3> 
    <a id="return" href="../index.php">返回首页</a>
</div>

<hr style="border: 1px solid #DCDCDC">

<div id="file_tree" class="assist">
    <?php 
echo getTreeHtmlStr($disk_path);
?>
</div>

<table style="width:100%; height:95%;">
    <tr>
        <td style="width:10px" id="src_tree_td">
            <a id="src_tree" href="">文<br>件<br>树</a>
        </td>
        <td>
            <div id="file_path">文件路径:</div>
            <div id="file_content" class="content" style="background:#c5ffc4">
            </div>
        </td>
        <td style="width:15px" id="note_td">
            <a id="note" href="">注<br>释</a>