|
Revision 51, 1.5 KB
(checked in by celso, 3 years ago)
|
|
- css fixes
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
|---|
| 5 | <title>Spacebits</title> |
|---|
| 6 | <link href="/stylesheets/common.css?v=3" rel="stylesheet" type="text/css" /> |
|---|
| 7 | <link rel="alternate" type="application/rss+xml" title="Spacebits" href="http://friendfeed.com/spacebits?format=atom"> |
|---|
| 8 | <script type="text/javascript" src="http://js.sapo.pt/SAPO"></script> |
|---|
| 9 | <script type="text/javascript" src="http://js.sapo.pt/SAPO/Utility/Dumper"></script> |
|---|
| 10 | {if $uri=="/live"} |
|---|
| 11 | <script type='text/javascript' src='http://www.google.com/jsapi'></script> |
|---|
| 12 | <script type="text/javascript" src="http://js.sapo.pt/Bundles/SAPOMapsAPI.js"></script> |
|---|
| 13 | <script type="text/javascript" src="/js/prototype.js"></script> |
|---|
| 14 | <script src="/js/scriptaculous.js" type="text/javascript"></script> |
|---|
| 15 | <script src="/js/iphone-style-checkboxes.js" type="text/javascript"></script> |
|---|
| 16 | <link rel="stylesheet" href="/stylesheets/buttons.css?v2" type="text/css" media="screen" /> |
|---|
| 17 | {/if} |
|---|
| 18 | {if $action=='edit' && $uid!=""} |
|---|
| 19 | <script type="text/javascript" src="/ckeditor/ckeditor.js"></script> |
|---|
| 20 | {/if} |
|---|
| 21 | {if $action=='browser'} |
|---|
| 22 | {literal} |
|---|
| 23 | <script type="text/javascript"> |
|---|
| 24 | function select_image(f) { |
|---|
| 25 | var CKEditorFuncNum = {/literal}{$func}{literal}; |
|---|
| 26 | window.parent.opener.CKEDITOR.tools.callFunction( CKEditorFuncNum, f, '' ); |
|---|
| 27 | self.close(); |
|---|
| 28 | } |
|---|
| 29 | </script> |
|---|
| 30 | {/literal} |
|---|
| 31 | {/if} |
|---|
| 32 | |
|---|
| 33 | </head> |
|---|
| 34 | <body> |
|---|
| 35 | |
|---|