⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pmd_general.php

📁 WEBGAME源码,有架设说明,只是非常简单
💻 PHP
📖 第 1 页 / 共 2 页
字号:
    <td nowrap id="_|_zag_<?php echo $t_n_url ?>" class="tab_zag" onMouseDown="cur_click=document.getElementById('<?php echo $t_n_url ?>');"    onMouseOver="this.className = 'tab_zag_2'" onMouseOut="this.className = 'tab_zag'"    ><?php echo "<span class='owner'>".strtolower($GLOBALS['PMD_OUT']["OWNER"][$i]).".</span>".$GLOBALS['PMD_OUT']["TABLE_NAME_SMALL"][$i]; ?></td>  </tr>  <tbody id="_|_tbody_<?php echo $t_n_url ?>"          style="display:<?php if( isset($tab_pos[$t_n]) ) echo $tab_pos[$t_n]["V"]?"":"none"; ?>;">  <?php  $display_field = PMA_getDisplayField($db, $GLOBALS['PMD']["TABLE_NAME_SMALL"][$i]);  for ( $j=0; $j < sizeof( $tab_column[$t_n]["COLUMN_ID"] ); $j++ )   {  ?>    <tr id = "_|_tr_<?php echo $GLOBALS['PMD_URL']["TABLE_NAME_SMALL"][$i].'.'.urlencode($tab_column[$t_n]["COLUMN_NAME"][$j]) ?>"    <?php if($display_field == $tab_column[$t_n]["COLUMN_NAME"][$j]) echo ' class="tab_field_3" '; else  echo ' class="tab_field" '; ?>    onMouseOver="old_class = this.className; this.className = 'tab_field_2';" onMouseOut="this.className = old_class;"     onMouseDown="Click_field('<?php        echo $GLOBALS['PMD_URL']["TABLE_NAME_SMALL"][$i]."','".urlencode($tab_column[$t_n]["COLUMN_NAME"][$j])."',";        if ($GLOBALS['PMD']['TABLE_TYPE'][$i] != 'INNODB') {            echo (isset( $tables_pk_or_unique_keys[ $t_n.".".$tab_column[$t_n]["COLUMN_NAME"][$j] ] ) ? 1 : 0);        } else {      // if this is an InnoDB table, it's not necessary that the      // index is a primary key            echo (isset( $tables_all_keys[ $t_n.".".$tab_column[$t_n]["COLUMN_NAME"][$j] ] ) ? 1 : 0);        }?>)">        <td width="10px" colspan="3" id="<?php echo $t_n_url.".".urlencode($tab_column[$t_n]["COLUMN_NAME"][$j]) ?>"        ><div style="white-space:nowrap">      <?php       if(isset($tables_pk_or_unique_keys[$t_n.".".$tab_column[$t_n]["COLUMN_NAME"][$j]])) {      ?>      <img src="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE']      ?>/images/FieldKey_small.png" alt="*"><?php       } else {      ?><img src="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE']?>/images/Field_small<?php        if(strstr($tab_column[$t_n]["TYPE"][$j],'char')        || strstr($tab_column[$t_n]["TYPE"][$j],'text')  ) echo '_char';        elseif(strstr($tab_column[$t_n]["TYPE"][$j],'int')            || strstr($tab_column[$t_n]["TYPE"][$j],'float')            || strstr($tab_column[$t_n]["TYPE"][$j],'double')            || strstr($tab_column[$t_n]["TYPE"][$j],'decimal') ) echo '_int';        elseif(strstr($tab_column[$t_n]["TYPE"][$j],'date')            || strstr($tab_column[$t_n]["TYPE"][$j],'time')            || strstr($tab_column[$t_n]["TYPE"][$j],'year') ) echo '_date';       ?>.png" alt="*"><?php } ?>       <?php echo htmlspecialchars($tab_column[$t_n]["COLUMN_NAME"][$j]." : ".$tab_column[$t_n]["TYPE"][$j], ENT_QUOTES); ?>        </div>       </td>    </tr>    <?php  }  ?>  </tbody></table><?php}?></form><div id="hint"></div><div id='layer_action' style="position:absolute; left:638px; top:52px; z-index:1000;                               visibility:<?PHP echo $hidden ?>; background-color:#CCFF99; padding:3px; border:#009933 solid 1px; white-space:nowrap; font-weight:bold">Load...</div>  <table id="layer_new_relation" style="visibility:<?PHP echo $hidden ?>; position:absolute; left:636px; top:85px; z-index:1000; width: 153px;" width="5%" border="0" cellpadding="0" cellspacing="0">    <tr>      <td id="frams1" width="10px"></td>      <td width="99%" id="frams5"></td>      <td width="10px" id="frams2"><div class="bor"></div></td>    </tr>    <tr>      <td id="frams8"></td>      <td class="input_tab"><table width="168" border="0" align="center" cellpadding="2" cellspacing="0">          <tr>      <td colspan="2" align="center" nowrap><b><?php echo $strCreateRelation; ?></b></td>          </tr>          <tbody id="InnoDB_relation">          <tr>            <td colspan="2" align="center" nowrap><b>InnoDB</b></td>            </tr>          <tr>            <td width="58" nowrap>on delete</td>            <td width="102"><select name="on_delete" id="on_delete">                <option value="nix" selected="selected">--</option>                <option value="CASCADE">CASCADE</option>                <option value="SET NULL">SET NULL</option>                <option value="NO ACTION">NO ACTION</option>                <option value="RESTRICT">RESTRICT</option>              </select>            </td>          </tr>          <tr>            <td nowrap>on update</td>            <td><select name="on_update" id="on_update">                <option value="nix" selected="selected">--</option>                <option value="CASCADE">CASCADE</option>                <option value="SET NULL">SET NULL</option>                <option value="NO ACTION">NO ACTION</option>                <option value="RESTRICT">RESTRICT</option>              </select>            </td>          </tr>          </tbody>          <tr>            <td colspan="2" align="center" nowrap>        <input type="button" id="butt" name="Button" value="<?php echo $strOK; ?>" onClick="New_relation()" >           <input type="button" id="butt" name="Button" value="<?php echo $strCancel; ?>" onClick="document.getElementById('layer_new_relation').style.visibility = 'hidden';">            </td>          </tr>      </table></td>      <td id="frams6"></td>    </tr>    <tr>      <td id="frams4"><div class="bor"></div></td>      <td id="frams7"></td>      <td id="frams3"></td>    </tr></table>  <table id="layer_upd_relation" style="visibility:<?PHP echo $hidden ?>; position:absolute; left:637px; top:224px; z-index:1000;" width="5%" border="0" cellpadding="0" cellspacing="0">    <tr>      <td id="frams1" width="10px"></td>      <td width="99%" id="frams5"></td>      <td width="10px" id="frams2"><div class="bor"></div></td>    </tr>    <tr>      <td id="frams8"></td>      <td class="input_tab"><table width="100%" border="0" align="center" cellpadding="2" cellspacing="0">          <tr>      <td colspan="3" align="center" nowrap><b><?php echo $strDeleteRelation; ?></b></td>          </tr>          <tr>            <td colspan="3" align="center" nowrap>        <input name="Button" type="button" id="butt" onClick="Upd_relation()" value="<?php echo $strDelete; ?>" >          <input type="button" id="butt" name="Button" value="<?php echo $strCancel; ?>" onClick="document.getElementById('layer_upd_relation').style.visibility = 'hidden'; Re_load();">            </td>          </tr>      </table></td>      <td id="frams6"></td>    </tr>    <tr>      <td id="frams4"><div class="bor"></div></td>      <td id="frams7"></td>      <td id="frams3"></td>    </tr></table><!-- cache images --><img src="pmd/images/2leftarrow_m.png" width="0" height="0"><img src="pmd/images/rightarrow1.png" width="0" height="0"><img src="pmd/images/rightarrow2.png" width="0" height="0"><img src="pmd/images/uparrow2_m.png" width="0" height="0"></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -