|
Revision 25, 1.0 KB
(checked in by celso, 3 years ago)
|
|
|
| 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"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
|---|
| 5 | <title>Spacebits</title> |
|---|
| 6 | <link href="/stylesheets/common.css?v=2" rel="stylesheet" type="text/css" /> |
|---|
| 7 | <script type="text/javascript" src="http://js.sapo.pt/SAPO"></script> |
|---|
| 8 | <script type="text/javascript" src="http://js.sapo.pt/SAPO/Utility/Dumper"></script> |
|---|
| 9 | {if $uri=="/live"} |
|---|
| 10 | <script type="text/javascript" src="http://js.sapo.pt/Bundles/SAPOMapsAPI.js"></script> |
|---|
| 11 | {/if} |
|---|
| 12 | {if $action=='edit' && $uid!=""} |
|---|
| 13 | <script type="text/javascript" src="/ckeditor/ckeditor.js"></script> |
|---|
| 14 | {/if} |
|---|
| 15 | {if $action=='browser'} |
|---|
| 16 | {literal} |
|---|
| 17 | <script type="text/javascript"> |
|---|
| 18 | function select_image(f) { |
|---|
| 19 | var CKEditorFuncNum = {/literal}{$func}{literal}; |
|---|
| 20 | window.parent.opener.CKEDITOR.tools.callFunction( CKEditorFuncNum, f, '' ); |
|---|
| 21 | self.close(); |
|---|
| 22 | } |
|---|
| 23 | </script> |
|---|
| 24 | {/literal} |
|---|
| 25 | {/if} |
|---|
| 26 | |
|---|
| 27 | </head> |
|---|
| 28 | <body> |
|---|
| 29 | |
|---|