SHOW:
|
|
- or go back to the newest paste.
1 | <div id="fancybox-outer"> | |
2 | <div id="fancy-bg-n" class="fancy-bg"></div><div id="fancy-bg-ne" class="fancy-bg"></div><div id="fancy-bg-e" class="fancy-bg"></div><div id="fancy-bg-se" class="fancy-bg"></div><div id="fancy-bg-s" class="fancy-bg"></div><div id="fancy-bg-sw" class="fancy-bg"></div><div id="fancy-bg-w" class="fancy-bg"></div><div id="fancy-bg-nw" class="fancy-bg"></div><div id="fancybox-inner" style="top: 10px; left: 10px; width: 592px; height: 508px; overflow: auto;"> | |
3 | <div id="fancyboxOuter"> <!-- style="display: none;" --> | |
4 | <div id="m"> | |
5 | - | <div class="clearfix"> |
5 | + | <div class="clearfix"> |
6 | - | <form id="myForm" method="post" action="/cart/"> |
6 | + | <form id="myForm" method="post" action="/cart/"> |
7 | - | <div class="clearfix"> |
7 | + | <div class="clearfix"> |
8 | - | <label for="">From:</label> |
8 | + | <label for="">From:</label> |
9 | - | <input type="text" name="from"> |
9 | + | <input type="text" name="from"> |
10 | - | <label for="">To:</label> |
10 | + | <label for="">To:</label> |
11 | - | <input type="text" name="to"> |
11 | + | <input type="text" name="to"> |
12 | - | <label for="">message:</label> |
12 | + | <label for="">message:</label> |
13 | - | <input type="text" name="message"> |
13 | + | <input type="text" name="message"> |
14 | </div> | |
15 | - | <div class="clearfix" id="Actions"> |
15 | + | <div class="clearfix" id="Actions"> |
16 | - | <button name="submitted" type="submit" id="submit">Invite</button> |
16 | + | <button name="submitted" type="submit" id="submit">Invite</button> |
17 | </div> | |
18 | - | </form> |
18 | + | </form> |
19 | </div> | |
20 | </div> | |
21 | </div> | |
22 | </div> | |
23 | <a id="fancybox-close" style="display: inline;"></a> | |
24 | <a id="fancybox-left" href="javascript:;" style="display: none;"> | |
25 | <span id="fancybox-left-ico" class="fancy-ico"></span></a> | |
26 | <a id="fancybox-right" href="javascript:;" style="display: none;"> | |
27 | <span id="fancybox-right-ico" class="fancy-ico"></span></a> | |
28 | ||
29 | </div> |