# HG changeset patch # User rlm # Date 1262525432 18000 # Node ID 707d202f58b1d598969964751014d76bcd9d1345 # Parent 3298256dd45959659e0175b49501882dafcb91b8 [svn r24] added.... ARROWS~! diff -r 3298256dd459 -r 707d202f58b1 buy.html --- a/buy.html Sun Jan 03 03:36:21 2010 -0500 +++ b/buy.html Sun Jan 03 08:30:32 2010 -0500 @@ -22,7 +22,27 @@
PERL-REPLACE::DISPLAY
+ +
+ +
+
+Please click a template from the left... +
+ + +
+
+...and then please fill out the form to the right. +
+ + +
+
+ + +
diff -r 3298256dd459 -r 707d202f58b1 buy.pl --- a/buy.pl Sun Jan 03 03:36:21 2010 -0500 +++ b/buy.pl Sun Jan 03 08:30:32 2010 -0500 @@ -19,7 +19,9 @@ 'template' => \&template, 'inputbox' => \&inputbox, 'display' => \&display, -'change_rules' => \&change_rules); +'change_rules' => \&change_rules, +'vanish' => \&vanish +); @@ -87,7 +89,7 @@ $materialcolor = $1; -$r = "
Templates:
+$r = "
Templates:

@@ -131,7 +133,7 @@ #every type has it's own associated paylist file the contains the things we need -$z = '
'; +$z = '
".$z.'
'; return $z; @@ -210,3 +212,19 @@ } + + + + + + + + +# this here function makes the paypal button go away so people know it's working! +sub vanish +{ +return "Fuck you!" + + +} + diff -r 3298256dd459 -r 707d202f58b1 log/error_log.log --- a/log/error_log.log Sun Jan 03 03:36:21 2010 -0500 +++ b/log/error_log.log Sun Jan 03 08:30:32 2010 -0500 @@ -2067,3 +2067,5 @@ [Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl [Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl [Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl +[Sun Jan 03 07:49:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico +[Sun Jan 03 07:49:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico diff -r 3298256dd459 -r 707d202f58b1 main.css --- a/main.css Sun Jan 03 03:36:21 2010 -0500 +++ b/main.css Sun Jan 03 08:30:32 2010 -0500 @@ -30,7 +30,7 @@ div.headlinks a { text-decoration:none; - color:#bbbbbb; + color:#999999; text-shadow:#555 0px 0px 5px; } div.headlinks a:hover @@ -55,14 +55,8 @@ padding-left: 4.9%; padding-right: 4.9%; } -attn -{ - color:#bbb; -} -attn:hover -{ - color:#FFF; -} + + div.center { display:block; @@ -93,7 +87,7 @@ h1 { -font-size:; + color: white; background-color:#000000; text-align: center; @@ -107,7 +101,8 @@ body#hom a#hom, body#about a#about, body#contact a#contact { -color: #fff; -background: #930; +color: #ffffff; + + } diff -r 3298256dd459 -r 707d202f58b1 paypal/BASE.paylist --- a/paypal/BASE.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/BASE.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +PERL::TITLE +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

PERL::TITLE

+ @@ -97,10 +97,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 paypal/basic_acrylic_clear.paylist --- a/paypal/basic_acrylic_clear.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/basic_acrylic_clear.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +Clarity LaserKard Basic Style +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

Clarity LaserKard Basic Style

+ @@ -141,10 +141,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 paypal/basic_acrylic_green.paylist --- a/paypal/basic_acrylic_green.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/basic_acrylic_green.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +Vitality LaserKard Basic Style +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

Vitality LaserKard Basic Style

+ @@ -137,10 +137,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 paypal/big_acrylic_clear.paylist --- a/paypal/big_acrylic_clear.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/big_acrylic_clear.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +Clarity LaserKard BIG Style +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

Clarity LaserKard BIG Style

+ @@ -127,10 +127,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 paypal/big_acrylic_green.paylist --- a/paypal/big_acrylic_green.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/big_acrylic_green.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +Vitality LaserKard BIG Style +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

Vitality LaserKard BIG Style

+ @@ -131,10 +131,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 paypal/classic_acrylic_clear.paylist --- a/paypal/classic_acrylic_clear.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/classic_acrylic_clear.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +Clarity LaserKard Classic Style +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

Clarity LaserKard Classic Style

+ @@ -147,10 +147,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 paypal/classic_acrylic_green.paylist --- a/paypal/classic_acrylic_green.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/classic_acrylic_green.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +Vitality LaserKard Classic Style +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

Vitality LaserKard Classic Style

+ @@ -147,10 +147,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 paypal/lines_acrylic_clear.paylist --- a/paypal/lines_acrylic_clear.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/lines_acrylic_clear.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +Clarity LaserKard Lines Style +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

Clarity LaserKard Lines Style

+ @@ -147,10 +147,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 paypal/lines_acrylic_green.paylist --- a/paypal/lines_acrylic_green.paylist Sun Jan 03 03:36:21 2010 -0500 +++ b/paypal/lines_acrylic_green.paylist Sun Jan 03 08:30:32 2010 -0500 @@ -1,6 +1,6 @@ -
- +Vitality LaserKard Lines Style +

@@ -11,7 +11,7 @@ - + @@ -68,7 +68,7 @@ -

Vitality LaserKard Lines Style

+ @@ -147,10 +147,19 @@

+
+
+Please Wait... +
+
+ +
- + +
+ diff -r 3298256dd459 -r 707d202f58b1 sexy.css --- a/sexy.css Sun Jan 03 03:36:21 2010 -0500 +++ b/sexy.css Sun Jan 03 08:30:32 2010 -0500 @@ -1,8 +1,77 @@ +div#trifold +{ +position:relative; +width:505; +background-color:#000000; +margin-bottom:100px; +margin-top:25px; +font: bold 14px "helvetica","arial", "sans-serif"; +color: white; + + +} + + +div#trileft +{ + +position:absolute; +top:0; +left:2.5%; +width:45%; + + +padding:5px; +border-style:solid; +border-color:#79797b; +border-width:1px; + + + +} + + + + +div#triright +{ +position:absolute; + +top:0; +left:52.5%; +width:45%; +padding:5px; +border-style:solid; +border-color:#79797b; +border-width:1px; +} + + +div#wtf +{ +padding:5px; +border-style:solid; +border-color:#79797b; +border-width:1px; +} + + +div#arrowleft +{ +float:left; +margin:7px; +} + +div#arrowright +{ +float:right; +margin:7px; +} h1 { -font-size:; + color: white; background-color:#000000; text-align: center; @@ -29,6 +98,7 @@ div#i_materials { + display: none; padding:5px; border-style:solid; @@ -47,7 +117,7 @@ div#i_templates { -font-size:; + color: white; background-color:#000000; text-align: left; @@ -73,6 +143,19 @@ +titletron +{ + + +color: white; +background-color:#000000; +text-align: left; +font: bold 32px "arial", "sans-serif"; + +} + + + div#display { @@ -102,7 +185,10 @@ div#i_inputbox { -padding:5px; + +padding-left:10px; +padding-top:10px; +padding-right:0px; border-style:solid; border-color:#79797b; border-width:1px; @@ -160,6 +246,38 @@ +div#buttoncon +{ +position:relative; + +} + + +div#vanish +{ +position:absolute; +top:0px; +left:0px; +z-index:2; +} + +div#crush +{ +position:relative; +left:8px; +top:0px; +z-index:1; +} + + + + + + + + + + /*stuff to make the containing divs actually contain the stuff they contain.*/ .clearfix:after { diff -r 3298256dd459 -r 707d202f58b1 top_menu.include --- a/top_menu.include Sun Jan 03 03:36:21 2010 -0500 +++ b/top_menu.include Sun Jan 03 08:30:32 2010 -0500 @@ -4,7 +4,7 @@