Show
Ignore:
Timestamp:
03/16/07 10:17:44 (2 years ago)
Author:
jm3
Message:

gulp. svn diff for the deltas

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks

    • Property svn:ignore changed from
      .htaccess
      cgi-bin
      cheat
      logs
      portal.php
      testing
      the-lost-urls
      utils.inc.php
      wall-of-ancients.php
      work
      *webalizer*
      _assets
      _profiling
      TODO
      info.php
      setup
      _comments
      local-remote-root
      .DS_Store
      flash
      _logs
      usage
      mint
      cgi-bin
      dev
      please
      usr
      blog
      xfer
      to
      .htaccess
      cgi-bin
      cheat
      logs
      portal.php
      testing
      the-lost-urls
      utils.inc.php
      wall-of-ancients.php
      work
      *webalizer*
      _assets
      _profiling
      TODO
      info.php
      setup
      _comments
      local-remote-root
      .DS_Store
      flash
      _logs
      usage
      mint
      cgi-bin
      dev
      please
      usr
      blog
      xfer
      _backups
  • feedmelinks/invite/index.php

    r1408 r1425  
    3737 
    3838        function get_invite_boilerplate( $user ) { 
    39                 return "Feed Me Links just launched a new AIM app for savinv your links directly from AIM. It's great for folks who are too busy to sign into a web browser but still want a way to capture and share incoming links. Link, tag, share, and connect from Adium, Trillian, or plain ol'e AIM. 
     39                return "Feed Me Links just launched a new AIM app for adding links directly from AIM. It's great for folks who are too busy to sign into a web browser but still want a way to capture and share incoming links. Link, tag, share, and connect from Adium, Trillian, or plain ol'e AIM. 
    4040 
    4141To start playing around, just click http://feedmelinks.com/aim/hello 
    42  
    43 Peace! 
    4442 
    4543-- 
     
    5250?> 
    5351 
     52<style type="text/css"> 
     53        #fake_email { 
     54                padding: 2.0em; 
     55                margin: 2.0em; 
     56                border: 1px #cccccc dashed; 
     57                background-color: #fafafa; 
     58        } 
     59        #fake_email textarea { 
     60                background-color: #eeeeee; 
     61        } 
     62        #fake_email_note { 
     63                color: red; 
     64                font-size: 80%; 
     65        } 
     66</style> 
     67 
     68 
    5469<form name="invite_form"> 
    5570        <input type="hidden" name="op" value="send" /> 
    5671 
     72        <h1 style="margin-left: 2.0em;"> 
     73                Invite your peeps to join the AIM orgy! 
     74        </h1> 
     75 
    5776        <div id="fake_email"> 
    58                 <h1> 
    59                         Invite your peeps to AIM 
    60                 </h1> 
    61  
    6277                <p style="font-family: sans-serif;"> 
    6378 
    6479                        <p> 
    65                                 <b>From</b>: <?= $u ?> &lt;<?= getEmailAddressForUser( $u ) ?>&gt; 
     80                                <big><b>From</b></big>: <?= $u ?> &lt;<?= getEmailAddressForUser( $u ) ?>&gt; 
    6681                        </p> 
    6782 
    68                        <p> 
    69                                <b>To</b>: <?= $peeps ?><br /> 
     83                <p> 
     84                        <big><b>To</b></big>: <?= $peeps ?><br /> 
    7085                        </p> 
    7186                        <p> 
    72                                 <b>Subject</b>: <?= get_invite_sub( $u ) ?><br /> 
     87                                <big><b>Subject</b></big>: <?= get_invite_sub( $u ) ?><br /> 
    7388                        </p> 
    7489                        <br /> 
     
    7893                                        Hi! 
    7994                                </p> 
     95                                <div id="fake_email_note"> 
     96                                ( Your message here: ) 
     97                                </div> 
    8098 
    8199                                <textarea name="user_message" rows="5" cols="60"></textarea>