diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-18 16:55:21 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-18 16:55:21 -0400 |
| commit | 09aeb5d1ff8322a89274c845491ffd0667cabc2f (patch) | |
| tree | 4642a035e8f9a66c18a2688cb41081fae212599a /template/nigga.st | |
| parent | 26395dfb9f364fda136ac7bc05dfce76566f28d0 (diff) | |
sostler prod commit
Diffstat (limited to 'template/nigga.st')
| -rw-r--r-- | template/nigga.st | 89 |
1 files changed, 39 insertions, 50 deletions
diff --git a/template/nigga.st b/template/nigga.st index 33affc4..76bb18c 100644 --- a/template/nigga.st +++ b/template/nigga.st @@ -8,25 +8,49 @@ <script> jQuery(document).ready(initProfile); </script> +<style> + + + + + +#dashrapper{ +border:1px solid black; +top:80px; +padding:50px; +height:800px; +width:800px; +position:absolute; +margin-left:10%; +} +#dashuserlist{ +border:1px solid black; +width:200px; +height:400px; +} + +</style> </head> <body> $banner()$ <div id="content"> - <div id="messagetabs"></div> - <div id="rapper"> - </div> + - <div id="messagePanep"> - <div id="userListp"><br> $if(is_home)$<br>$endif$ - <h2> + <div id="dashrapper"> + <div id="dashuserlist"><br> $if(is_home)$<br>$endif$ + $if(avatar)$ + <div id="dashavatar"> <img id="avatarPic" src="$avatar$"/> $else$<br><br> <img id="avatarPic" src="/static/img/noinfo.png"> $endif$ - - $nick$ </h2><br> + </div> + <h2> + $nick$ + + <br> $if(score_ent)$ <h8> fav score: $score$ @@ -52,14 +76,17 @@ <br> <h3>contact info</h3> $if(contact)$ <br><div id="contact" class="linkify">$contact$</div> + $else$ <div><img id="contact" src="/static/img/noinfo.png"><br><br></div> + $endif$ <br><br><h3>bio</h3> $if(bio)$ <br> <div id="bio" class="linkify">$bio$</div> $else$ + <div><img id="bio" src="/static/img/noinfo.png"><br><br></div> $endif$ @@ -74,51 +101,13 @@ <br> <a href="http://dump.fm/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> - - <div id="date"> - <div type="text" id="datepicker"></div></div> - </div> +</div></div> - <div id="favbox" style="display: hidden"></div> - <div id="messageList"> - - $if(dumps)$ <span class="content"> - $dumps:{ d | $profile_dump(dump=d)$ }$ - - - - </span> - - - - $else$ - no dumps - $endif$ - </div> - - <div id="msgInputDiv"> - <div id="msginputrapper"> - - $if(prev)$ - <a href="/$nick$/$prev$"><input id="prevbutton" value="<- Prev"></a> - $else$ -<input id="prevbutton"> - $endif$ - - $if(next)$ - <a href="/$nick$/$next$"> <input id="nextbutton" value="Next ->"></a> - $else$ - <input id="nextbutton" value="nomodumps"> - $endif$ - - - - </div> + + <div id="footerc"> $footer()$ - </div> - </div> - </div></div></div> + </body> </html> |
