diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-24 20:41:34 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-24 20:41:34 -0400 |
| commit | 2f166037d567f7215cb7799419da32a74a5d19fe (patch) | |
| tree | ca9e9616e021fd6bc7305db9c306540011d7d875 /template/rooms | |
| parent | fafbde26383e42858538046d4b2b3691e21bd898 (diff) | |
sostler prod commit
Diffstat (limited to 'template/rooms')
| -rw-r--r-- | template/rooms/chat.down.st | 32 | ||||
| -rw-r--r-- | template/rooms/mgmt.st | 121 |
2 files changed, 153 insertions, 0 deletions
diff --git a/template/rooms/chat.down.st b/template/rooms/chat.down.st new file mode 100644 index 0000000..ef1b267 --- /dev/null +++ b/template/rooms/chat.down.st @@ -0,0 +1,32 @@ +<!--/* + + _____ ___ ___ ___ ___ ___ + / /::\ /__/\ /__/\ / /\ / /\ /__/\ + / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\ + / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\ + /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\ + \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\ + \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/ + \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\ + \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \__\/ \__\/ \__\/ \__\/ + + (c)2010 dump.fm --> + +<html> + <head> +<link rel="shortcut icon" href="$domain$/static/favicon.ico"> + <title>dump.fm</title> + <style> + body{width:100%;height:100%;background-image:url('http://i.imgur.com/JR7Ge.gif');overflow:hidden;} + </style> + </head> + <body> + <center> + <img src="http://i.imgur.com/BNeoy.png"style="margin-top:15%;"> + </center> + </body></html> + + +
\ No newline at end of file diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st new file mode 100644 index 0000000..33c74f9 --- /dev/null +++ b/template/rooms/mgmt.st @@ -0,0 +1,121 @@ +<!--/* + + _____ ___ ___ ___ ___ ___ + / /::\ /__/\ /__/\ / /\ / /\ /__/\ + / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\ + / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\ + /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\ + \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\ + \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/ + \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\ + \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \__\/ \__\/ \__\/ \__\/ + + (c)2010 dump.fm --> + +<html> + <head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta name="keywords" content="dump.fm,mgmt,okfocus"> +<meta name="description" content="dump.fm - Talk with pictures!" /> +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> +<script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script> +<script type="text/javascript" src="$domain$/static/js/pichat.js"></script> +<link rel="stylesheet" type="text/css" href="$domain$/static/css/mgmt.css"> +<script>Domain = "$domain$"</script> + +$if(!user_nick)$ +<link href="$domain$/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> +<script type="text/javascript" src="$domain$/static/js/popup.js"></script> + + +$endif$ + +$if(isadmin)$ +<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" + type="text/css" media="all" /> +<link rel="stylesheet" href="$domain$/static/css/admin.css" + type="text/css" media="all" /> +<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" + type="text/javascript"></script> +<script src="$domain$/static/js/admin.js" type="text/javascript"></script> +$endif$ + +<link rel="shortcut icon" href="$domain$/static/favicon.ico"> + +<!--[if IE]> +<script> +window.location = "http://dump.fm/error/ie"; +</script> +<![endif]--> + + <title>$roomname$ dump.fm</title> + <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script> + $if(user_nick)$ + <script type="text/javascript" src="$domain$/json/$user_nick$/favorites"></script> + $endif$ + <script> + jQuery(document).ready(initChat); + var Nick = $json_user_nick$; + var Room = $json_room_key$; + var Timestamp = $timestamp$; + jQuery(Away.startTitleUpdater); + jQuery(initChatMsgs); + </script> + <style> + #chat-wrapper { + position: absolute; + z-index: 1000000; + right: 100px; + bottom: 100px; + height: 40px; + width: 300px; + }; + </style> + </head> + <body> + + + + <div id="chatrap"> + <div id="dcontent"> +<div id="messagePane"> + $if(user_nick)$ + <div id="userList"> + $users: { u | + <div class="username"><a href="/$u.nick$" target="_blank"> + $u.score_ent$ + $if(u.avatar)$ + <img src="$u.avatar$" width="50" height="50"> + $else$ + <img src="/static/img/noinfo.png"> + $endif$ + $u.nick$</a><br> + </div> + }$ + </div>$endif$ + <div id="favbox" style="display: hidden"></div> + <div id="messageList"> + $messages: { m | + <div class="msgDiv oldmsg dump $if(m.favorited)$favorite$endif$ $if(m.is_image)$contains-image$endif$" id="message-$m.message_id$" nick="$m.nick$"> + <span class="nick"> + <b><a href="$domain$/$m.nick$" target="_blank">$m.nick$</a></b> + $if(m.favorited)$ + <img src="/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)"> + $else$ + <img src="/static/img/thumbs/smallheart.gif" class="chat-thumb" onclick="Tag.favorite(this)"> + $endif$ + </span> + <span class="content">$m.content$</span> + </div> + }$ + <hr /> + </div> + </div> + </div> + + + $preload()$ + </body> +</html> |
