• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TMD-Maker(T字形ER図作成ツール)のEclipse Plugin,RCP,Webサイト用


Commit MetaInfo

修订版724561a537bcb92db36cf81b6f4b457a68f9eab7 (tree)
时间2010-10-25 20:41:20
作者nakag <nakag@user...>
Commiternakag

Log Message

HTMLのデザイン修正

更改概述

差异

--- a/tmdmaker.htmlgenerator/src/jp/sourceforge/tmdmaker/generate/keydefinitionlist/keys.html
+++ b/tmdmaker.htmlgenerator/src/jp/sourceforge/tmdmaker/generate/keydefinitionlist/keys.html
@@ -27,7 +27,7 @@ function setTitle(){
2727 </script>
2828
2929 <table border="1" cellpadding="3" cellspacing="0" >
30- <tr>
30+ <tr class="TableHeadingColor">
3131 <th>アトリビュート名称</th>
3232 #foreach($key in $keys)
3333   #if($key.masterKey == true)
--- a/tmdmaker.htmlgenerator/src/jp/sourceforge/tmdmaker/generate/relationshiplist/relationship_list.html
+++ b/tmdmaker.htmlgenerator/src/jp/sourceforge/tmdmaker/generate/relationshiplist/relationship_list.html
@@ -21,7 +21,7 @@
2121 </head>
2222 <body>
2323 <table border="1" cellpadding="3" cellspacing="0" >
24- <tr>
24+ <tr class="TableHeadingColor">
2525 <th>&nbsp;</th>
2626 #foreach($entity in $entities)
2727 <th>$esc.html($entity.name)</th>
@@ -39,7 +39,7 @@
3939 <td>×</td>
4040 #end
4141 #else
42- <td></td>
42+ <td>-</td>
4343 #end
4444 #if($rm.target == $mapping.key)
4545 #set($isWrite = false)