Differences between revisions 91 and 126 (spanning 35 versions)
Revision 91 as of 2006-01-30 14:45:31
Size: 1391
Editor: 127
Comment:
Revision 126 as of 2006-11-09 11:10:40
Size: 3137
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl Known:admin,read,write,delete,revert All:read #acl Known:admin,read,write,delete,revert,admin All:read,write
Line 8: Line 8:
{{{#!neato
digraph G {
    node [style=filled, fillcolor=white]

    Proteome -> Project
    Project -> Proteome

    Species -> Individual
    Proteome -> Spot
    Spot -> Mascot
    Spot -> Protein
    Protein -> Spot

    User -> Proteome
    User -> Project
    User -> Protein

    Individual -> Proteome
    Organ -> Proteome
    PhysiologicalStatus -> Proteome
    DifferentiatedStatus -> Proteome
    Attribute -> Proteome
    IEF -> Proteome

    Proteome [fillcolor=yellow]
    Project [fillcolor=yellow]
    Spot [fillcolor=yellow]
    Protein [fillcolor=yellow]
}
}}}

Line 10: Line 42:
x^2 + y^2 +1 = r^2 +1 +1 x^2 + y^2 +1-c = r^2 +1 +1
Line 30: Line 62:
{{{#!html {{{
#!html 
Line 33: Line 66:
function ques1Click(answer)
{
        var ques1 = document.getElementsByName("ques1");
        var account1 = document.getElementById("account1");
        if(answer == 'school')
        {
                account1.style.display="block";
        }
        return false;
}
Line 34: Line 77:
function ques1Click(answer) </script>
<HTML>
<table>
        <tr>
                <td>문제1. 위의 사진에 나온 마네키네꼬는 무엇을 상징할까요?</td>
        </tr>
        <tr>
                <td name>
                        <INPUT TYPE="radio" name="ques1" value="school" onClick="javaScript:ques1Click('school');">명문교 진학<BR>
                        <INPUT type=radio name="ques1" value="sales" onClick="javaScript:ques1Click('sales');">상업 번성<BR>
                        <INPUT type=radio name="ques1" value="health" onClick="javaScript:ques1Click('health');">무병 장수<BR>
                </td>
        </tr>
        <tr>
        <td>
                <div id="account1" style="display:none">
            일본의 엔키모노들 가운데에서도 오늘날까지 생명력을 잃지 않고 <br>
            가장 널리 퍼져 있으며, 전통적인 상징의 티를 벗고 동시대인들의 <br>
            마음을 담아내는 데 성공한 것이 바로 마네키네코다.<br>
                </div>
        </td>
    </tr>
</table>
Line 36: Line 101:
{ }}}
Line 38: Line 103:
 var ques1 = document.getElementsByName("ques1"); 박스안에서 코드박스를 또 만들 수 있을까?
Line 40: Line 105:
 if(answer == 'school') {{| 이것은 테스트용 박스
Line 42: Line 107:
 { 박스안은 멀티라인
Line 44: Line 109:
  alert("school"); {{{
python asdf.py
}}}
Line 46: Line 113:
  account1.html = "hi"; |}}
Line 48: Line 115:
 } 어떤 테스트
Line 50: Line 117:
 return false;

}
 * 뭐냐면
 * 글쎄다
Line 56: Line 122:
</script> {{|
이것은 박스입니다
|}}
Line 59: Line 127:
<table> {{{#!gnuplot
plot sin(x)
}}}
Line 61: Line 131:
 <tr>
Line 63: Line 132:
  <td>문제1. 위의 사진에 나온 마네키네꼬는 무엇을 상징할까요?</td> {{{#!python
import unittest
Line 65: Line 135:
 </tr> class SomeTest(unittest.TestCase):
    def test1(self):
        pass
Line 67: Line 139:
 <tr> if __name__=='__main__':
    unittest.main()
}}}
Line 69: Line 143:
  <td name = "que1Td"> [[Numbering]], [[Numbering]]
Line 71: Line 145:
   <INPUT TYPE="radio" name="ques1" value="school" onClick="javaScript:ques1Click('school');">명문교 진학<BR>
Line 73: Line 146:
   <INPUT type=radio name="ques1" value="sales" onClick="javaScript:ques1Click('sales');">상업 번성<BR> [[Numbering]]
Line 75: Line 148:
   <INPUT type=radio name="ques1" value="health" onClick="javaScript:ques1Click('health');">무병 장수<BR> [[PageCount]]
Line 77: Line 150:
  </td> drawing:test
Line 79: Line 152:
 </tr>
Line 81: Line 153:
 <tr>

  <div name="account1">

  </div>

 </tr>

</table>

}}}
\[Test\]

약간의 테스트 -- yong27 DateTime(2005-07-02T12:13:53Z)

약간더 테스트.. -- ["cyppi"] DateTime(2005-08-24T02:00:19Z)

제대로 좀 돼라.. -- ["terra19"] DateTime(2005-08-24T02:09:58Z)

x^2 + y^2 +1-c = r^2 +1 +1

[바뀐글], [글찾기], [도움말], [사용자설정]

{X} {i}

{ko}

Color(blue:Hello World!) or Color(#8844aa:Hello World!)

{{| box table

paragraph |}}

pre
tag

문제1. 위의 사진에 나온 마네키네꼬는 무엇을 상징할까요?
명문교 진학
상업 번성
무병 장수

박스안에서 코드박스를 또 만들 수 있을까?

{{| 이것은 테스트용 박스

박스안은 멀티라인

python asdf.py

|}}

어떤 테스트

  • 뭐냐면
  • 글쎄다

{{| 이것은 박스입니다 |}}

plot sin(x)

   1 import unittest
   2 
   3 class SomeTest(unittest.TestCase):
   4     def test1(self):
   5         pass
   6 
   7 if __name__=='__main__':
   8     unittest.main()

Numbering, Numbering

Numbering

PageCount

drawing:test

\[Test\]

TestPage (last edited 2013-08-17 12:33:26 by 31)

web biohackers.net