Changeset 1425 for feedmelinks/invite
- Timestamp:
- 03/16/07 10:17:44 (2 years ago)
- Files:
-
- feedmelinks (modified) (1 prop)
- feedmelinks/invite/index.php (modified) (3 diffs)
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
- Property svn:ignore changed from
feedmelinks/invite/index.php
r1408 r1425 37 37 38 38 function get_invite_boilerplate( $user ) { 39 return "Feed Me Links just launched a new AIM app for savinv yourlinks 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. 40 40 41 41 To start playing around, just click http://feedmelinks.com/aim/hello 42 43 Peace!44 42 45 43 -- … … 52 50 ?> 53 51 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 54 69 <form name="invite_form"> 55 70 <input type="hidden" name="op" value="send" /> 56 71 72 <h1 style="margin-left: 2.0em;"> 73 Invite your peeps to join the AIM orgy! 74 </h1> 75 57 76 <div id="fake_email"> 58 <h1>59 Invite your peeps to AIM60 </h1>61 62 77 <p style="font-family: sans-serif;"> 63 78 64 79 <p> 65 <b >From</b>: <?= $u ?> <<?= getEmailAddressForUser( $u ) ?>>80 <big><b>From</b></big>: <?= $u ?> <<?= getEmailAddressForUser( $u ) ?>> 66 81 </p> 67 82 68 <p>69 <b>To</b>: <?= $peeps ?><br />83 <p> 84 <big><b>To</b></big>: <?= $peeps ?><br /> 70 85 </p> 71 86 <p> 72 <b >Subject</b>: <?= get_invite_sub( $u ) ?><br />87 <big><b>Subject</b></big>: <?= get_invite_sub( $u ) ?><br /> 73 88 </p> 74 89 <br /> … … 78 93 Hi! 79 94 </p> 95 <div id="fake_email_note"> 96 ( Your message here: ) 97 </div> 80 98 81 99 <textarea name="user_message" rows="5" cols="60"></textarea>