Changeset 1163

Show
Ignore:
Timestamp:
09/30/06 14:41:14 (2 years ago)
Author:
jm3
Message:

split out CSS code for one-pager pages
created thank you page for users who sign up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/contact-us.php

    r1086 r1163  
    1111        </title> 
    1212 
    13         <style type="text/css"> 
    14                 body { 
    15                         font-family: "Trebuchet MS"; 
    16                         background-color: #ff6600; 
    17                 } 
    18                 .rowbox { 
    19                         margin: 10px; 
    20                         padding: 15px; 
    21                         background-color: #ff9522; 
    22                 } 
    23  
    24                 #main {  
    25                         padding: 0.0em; 
    26                 } 
    27  
    28                 #controls { 
    29                         padding: 1.0em; 
    30                         text-align: right; 
    31                 } 
    32  
    33                 textarea { 
    34                         width: 100%; 
    35                 } 
    36  
    37                 .idiotproof { 
    38                         height: 3.0em; 
    39                 } 
    40  
    41                 h2 { 
    42                         width: 100%; 
    43                         text-align: center; 
    44                 } 
    45  
    46                 label { } 
    47                 input { 
    48                         font-weight: bold; 
    49                 } 
    50 </style> 
     13        <link href="/style/one-page.css" rel="stylesheet" type="text/css">       
    5114 
    5215<script language="javascript"> 
  • feedmelinks/login.php

    r1162 r1163  
    11<% 
    22        # $Id$  
     3 
     4        $debug = 0; 
    35 
    46        include_once( "modules/utils.inc.php" ); 
     
    162164 
    163165                                                        if( ! $debug ) { 
    164                                                                 echo bounceWithDelay( "/", 1 ); 
     166                                                                echo bounceWithDelay( "/thanks?u=$userId&e=$email", 1 ); 
    165167                                                        } 
    166168                                                } else {  
     
    237239                                <tr> 
    238240                                        <td align="right"><b>Username</b>:</td> 
    239                                         <td><input name="userId" value="<%= $userId %>" class="nfield" /></td> 
     241                                        <td><input name="userId" value="<%= $pass_user ? $pass_user : $userId %>" class="nfield" /></td> 
    240242                                </tr> 
    241243                                <tr>