Displaying 6 results from an estimated 6 matches for "f3f3f3".
2014 Oct 30
0
Клевый подарок iPhone за 59О0
...><DIV><FONT style="FONT-SIZE: 1px" size=1>­­­</FONT></DIV><BR><DIV><FONT style="FONT-SIZE: 1px" size=1>­­­</FONT></DIV> <FONT style="FONT-SIZE: 3px" color=#f3f3f3 face=Tahoma>??? ??? ???????? ? ???? ????.</FONT>
<DIV> </DIV><FONT style="FONT-SIZE: 3px" color=#f3f3f3 face=Tahoma>??? ? ??? ??? ???????</FONT><BR><BR>
<DIV> </DIV><BR><BR><BR><BR>
-------...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...gt;max to start: <%=start_resources[:memory_in_mb]%> mb </div>
+ </div>
+ <div style="clear:both;"></div>
+ <div class="clear_row"></div>
- <!-- FIXME: fill in total here -->
- <div style="background:#F3F3F3; padding:6px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; border-bottom:#CCCCCC solid 1px; ">Total:</div>
+ <div class="field_title">Storage: </div>
+ <div style="height:150px; overflow:auto; border:#CCCCCC solid 1px;">...
2010 Aug 25
2
[PATCH] Virtio support
...e to be v4 or v6 address
diff --git a/src/app/views/vm/_form.rhtml b/src/app/views/vm/_form.rhtml
index adb75d2..272889c 100644
--- a/src/app/views/vm/_form.rhtml
+++ b/src/app/views/vm/_form.rhtml
@@ -44,6 +44,11 @@
<!-- FIXME: fill in total here -->
<div style="background:#F3F3F3; padding:6px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; border-bottom:#CCCCCC solid 1px; ">Total:</div>
<div class="clear_row" style="height:15px;"></div>
+
+ <div class="form_field">
+ <%= check_box...
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...</div>
<div style="height:150px; overflow:auto; border:#CCCCCC solid 1px;">
<ul id="storage_volumes_tree" class="ovirt-tree"></ul>
@@ -35,10 +44,11 @@
<!-- FIXME: fill in total here -->
<div style="background:#F3F3F3; padding:6px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; border-bottom:#CCCCCC solid 1px; ">Total:</div>
<div class="clear_row" style="height:15px;"></div>
- <div class="clear_row"></div>
- <div cl...
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...</div>
<div style="height:150px; overflow:auto; border:#CCCCCC solid 1px;">
<ul id="storage_volumes_tree" class="ovirt-tree"></ul>
@@ -35,10 +50,13 @@
<!-- FIXME: fill in total here -->
<div style="background:#F3F3F3; padding:6px; border-left:#CCCCCC solid 1px; border-right:#CCCCCC solid 1px; border-bottom:#CCCCCC solid 1px; ">Total:</div>
<div class="clear_row" style="height:15px;"></div>
- <div class="clear_row"></div>
- <div cl...
2006 Jan 15
13
Hotlinking an entire row in an HTML table
Hi,
This seems simple but I cant get it to work... I have a table with
4 or 5 columns and 20-30 rows. I''d like to have the ability to click
anywhere in a particular row to fire an action, such as bringing up
a "Details" page for the clicked row. This would eliminate the need
to generate a "Details" link at the end of every row, which is what I
have now and looks