Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jvenn
Commits
20f58423
Commit
20f58423
authored
Jun 03, 2013
by
cdjemiel cdjemiel
Browse files
change example table to span
parent
c8ef1a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
example.html
View file @
20f58423
...
...
@@ -141,55 +141,35 @@
<p
class=
"bodytext"
>
Paste up to
<strong>
five
</strong>
lists using one row per element, then click
the numbers to see the results.
<a
id=
"setexample"
href=
"javascript:void(0)"
>
example
</a></p>
</div>
<div
class=
"row-fluid"
>
<div
class=
"span12"
>
<div
class=
"tx-venny-pi1"
>
<table
cellspacing=
"8"
cellpadding=
"0"
border=
"0"
>
<tbody>
<tr>
<td
id=
"venny-container"
valign=
"center"
height=
"100%"
style=
"padding: 0px;"
></td>
<td
valign=
"bottom"
>
<dt>
<input
id=
"name1"
type=
"textbox"
style=
"color: #228B22; font-weight: bold;"
value=
"List 1"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area1"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</dt>
<dt
style=
"width: 100%; text-align: right;"
>
<a
id=
"clear_1"
href=
"javascript:void(0)"
>
clear
</a>
</dt>
<dt>
<input
id=
"name2"
type=
"textbox"
style=
"color: #3366BB; font-weight: bold;"
value=
"List 2"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area2"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</dt>
<dt
style=
"width: 100%; text-align: right;"
>
<a
id=
"clear_2"
href=
"javascript:void(0)"
>
clear
</a>
</dt>
<dt>
<input
id=
"name3"
type=
"textbox"
style=
"color: #99334E; font-weight: bold;"
value=
"List 3"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area3"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</dt>
<dt
style=
"width: 100%; text-align: right;"
>
<a
id=
"clear_3"
href=
"javascript:void(0)"
>
clear
</a>
</dt>
<dt>
<input
id=
"name4"
type=
"textbox"
style=
"color: #FFD700; font-weight: bold;"
value=
"List 4"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area4"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</dt>
<dt
style=
"width: 100%; text-align: right;"
>
<a
id=
"clear_4"
href=
"javascript:void(0)"
>
clear
</a>
</dt>
<dt>
<input
id=
"name5"
type=
"textbox"
style=
"color: #FFA54F; font-weight: bold;"
value=
"List 5"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area5"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</dt>
<dt
style=
"width: 100%; text-align: right;"
>
<a
id=
"clear_5"
href=
"javascript:void(0)"
>
clear
</a>
</dt>
</td>
</tr>
<tr>
<td
valign=
"bottom"
colspan=
"2"
>
<p>
Click on a number to show the corresponding elements:
</p>
<textarea
id=
"names"
wrap=
"off"
style=
"width: 100%;"
rows=
"8"
></textarea>
</td>
</tr>
</tbody>
</table>
<div
class=
"row"
>
<div
class=
"span4"
id=
"venny-container"
></div>
<div
class=
"span3"
>
<div
class=
"row"
>
<div
class=
"span3"
>
<input
id=
"name1"
type=
"textbox"
style=
"color: #228B22; font-weight: bold;"
value=
"List 1"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area1"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</div>
<div
class=
"span3"
>
<input
id=
"name2"
type=
"textbox"
style=
"color: #3366BB; font-weight: bold;"
value=
"List 2"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area2"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</div>
<div
class=
"span3"
>
<input
id=
"name3"
type=
"textbox"
style=
"color: #99334E; font-weight: bold;"
value=
"List 3"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area3"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</div>
<div
class=
"span3"
>
<input
id=
"name4"
type=
"textbox"
style=
"color: #FFD700; font-weight: bold;"
value=
"List 4"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area4"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</div>
<div
class=
"span3"
>
<input
id=
"name5"
type=
"textbox"
style=
"color: #FFA54F; font-weight: bold;"
value=
"List 5"
maxlength=
"11"
size=
"18"
/>
<br
/>
<textarea
id=
"area5"
wrap=
"off"
rows=
"4"
style=
"width: 100%;"
></textarea>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment