diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-15 13:50:49 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-15 13:50:49 -0500 |
| commit | d542c7f4476b14d6a0fa2c1089ed6ff1fe8da5dc (patch) | |
| tree | 6193d5f004d52aa24ad2040f8bf7a03ac6dc526d /template/profile.st | |
| parent | ad22a53236804ee564f85b11cba4890e0ad9ae88 (diff) | |
Commit
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st index cd216e0..91ca683 100755 --- a/template/profile.st +++ b/template/profile.st @@ -2,7 +2,7 @@ <head> <title>$nick$'s dump.fm</title> $head()$ - <link rel="stylesheet" type="text/css" href="/static/profile.css"> + <link rel="stylesheet" type="text/css" media="screen" href="/static/profile.css"> <script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script> <script> @@ -36,9 +36,16 @@ $else$ <h3> </h3> <h3> </h3> + <h3> </h3> <h3> </h3> <h3> </h3> + <h3> </h3><div id="newuser"> <h3>This is your user log, it's where all the images you post are saved. <br> To get started join <a href="/chat">Room A</a> and post a few pictures.</h3> + <h3> </h3></div> + <h3> </h3> + <h3> </h3> <h3> </h3> + <h3> </h3> + <h3> </h3> $endif$ <p> </p> <div id="pnav"> |
