2007-09-15 03:08:25 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
2007-09-15 03:19:43 +02:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" debug=true>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
|
<% base_tag %>
|
2007-09-16 18:37:15 +02:00
|
|
|
<title><% _t('UNTITLED','Untitled Document') %></title>
|
2007-09-16 04:23:10 +02:00
|
|
|
<meta http-equiv="imagetoolbar" content="no">
|
2007-09-15 03:19:43 +02:00
|
|
|
</head>
|
2008-08-06 05:28:25 +02:00
|
|
|
<body id="body" class="$CSSClasses" onload="ImageEditor.imageEditor = new ImageEditor.Main.initialize('$fileToEdit');">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="Loading" style="background: #FFF url(cms/images/loading.gif) 50% 50% no-repeat; position: absolute;z-index: 100000;height: 100%;width: 100%;margin: 0;padding: 0;z-index: 100000;position: absolute;">Loading...</div>
|
|
|
|
<div id="Main">
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<div id="MenuBar">
|
|
|
|
<div id="TopLeft"></div>
|
|
|
|
<div id="TopRight"></div>
|
|
|
|
<div id="Filename">
|
|
|
|
<p>$fileToEditOnlyName</p>
|
2007-09-15 03:19:43 +02:00
|
|
|
</div>
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="Actions">
|
2007-09-16 04:25:32 +02:00
|
|
|
<a id="SaveButton" href="#a">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="SaveIcon">
|
|
|
|
</div>
|
|
|
|
<p id="SaveText" class="menuText">
|
2007-10-03 01:16:53 +02:00
|
|
|
<% _t('SAVE','save image') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</a>
|
2007-09-16 04:25:32 +02:00
|
|
|
<a id="ExitButton" href="#a">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="ExitIcon">
|
|
|
|
</div>
|
|
|
|
<p id="ExitText" class="menuText">
|
2008-01-10 04:28:13 +01:00
|
|
|
<% _t('EXIT', 'exit') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</a>
|
2007-09-16 04:25:32 +02:00
|
|
|
<a id="UndoButton" href="#a">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="UndoIcon">
|
|
|
|
</div>
|
|
|
|
<p id="UndoText" class="menuText">
|
2007-09-16 18:37:15 +02:00
|
|
|
<% _t('UNDO','undo') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</a>
|
2007-09-16 04:25:32 +02:00
|
|
|
<a id="RedoButton" href="#a">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="RedoIcon">
|
|
|
|
</div>
|
|
|
|
<p id="RedoText" class="menuText">
|
2007-09-16 18:37:15 +02:00
|
|
|
<% _t('REDO','redo') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<p id="ActionsDescription" class="menuText">
|
2008-01-10 04:28:13 +01:00
|
|
|
<% _t('ACTIONS', 'actions') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
2007-09-15 03:19:43 +02:00
|
|
|
</div>
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="Functions">
|
2007-09-16 04:25:32 +02:00
|
|
|
<a id="RotateButton" href="#a">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="RotateIcon">
|
|
|
|
</div>
|
|
|
|
<p id="RotateText" class="menuText">
|
2007-09-16 18:37:15 +02:00
|
|
|
<% _t('ROT','rotate') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</a>
|
2007-09-16 04:25:32 +02:00
|
|
|
<a id="CropButton" href="#a">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="CropIcon"></div>
|
|
|
|
<p id="CropText" class="menuText">
|
2007-09-16 18:37:15 +02:00
|
|
|
<% _t('CROP','crop') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<div id="ImageSize">
|
2007-09-16 18:37:15 +02:00
|
|
|
<p id="ImageWidthLabel" class="menuText"><% _t('WIDTH','width') %></p>
|
|
|
|
<p id="ImageHeightLabel" class="menuText"><% _t('HEIGHT','height') %></p>
|
2007-09-16 04:23:10 +02:00
|
|
|
<p id="ImageWidth" class="menuText"></p>
|
|
|
|
<p id="ImageHeight" class="menuText"></p>
|
|
|
|
</div>
|
|
|
|
<p id="FunctionsDescription" class="menuText">
|
2008-01-10 04:28:13 +01:00
|
|
|
<% _t('EDITFUNCTIONS', 'edit functions') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
2007-09-15 03:19:43 +02:00
|
|
|
</div>
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="CurrentAction">
|
2007-09-16 04:25:32 +02:00
|
|
|
<a id="CancelButton" href="#a">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="CancelIcon">
|
|
|
|
</div>
|
|
|
|
<p id="CancelText" class="menuText">
|
2007-09-16 18:37:15 +02:00
|
|
|
<% _t('CANCEL','cancel') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</a>
|
2007-09-16 04:25:32 +02:00
|
|
|
<a id="ApplyButton" href="#a">
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="ApplyIcon">
|
|
|
|
</div>
|
|
|
|
<p id="ApplyText" class="menuText">
|
2008-01-10 04:28:13 +01:00
|
|
|
<% _t('APPLY', 'apply') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<p id="CurrentActionDescription" class="menuText">
|
2008-01-10 04:28:13 +01:00
|
|
|
<% _t('CURRENTACTION', 'current action') %>
|
2007-09-16 04:23:10 +02:00
|
|
|
</p>
|
|
|
|
</div>
|
2007-09-15 03:19:43 +02:00
|
|
|
</div>
|
2007-09-16 04:23:10 +02:00
|
|
|
<div id="TopRuler"></div>
|
|
|
|
<div id="LeftRuler"></div>
|
2007-09-15 03:19:43 +02:00
|
|
|
<div id="imageEditorContainer">
|
|
|
|
<div id="imageContainer">
|
|
|
|
<div id="leftGreyBox" class="greyBox"></div>
|
|
|
|
<div id="rightGreyBox" class="greyBox"></div>
|
|
|
|
<div id="upperGreyBox" class="greyBox"></div>
|
|
|
|
<div id="lowerGreyBox" class="greyBox"></div>
|
2007-09-15 23:54:51 +02:00
|
|
|
<img id="image" src="#" alt=""/>
|
2007-09-15 03:19:43 +02:00
|
|
|
<div id="cropBox"></div>
|
2007-09-16 03:30:43 +02:00
|
|
|
<div id="loadingIndicatorContainer">
|
|
|
|
<img id="loadingIndicator" alt="" src="cms/images/ImageEditor/indicator.gif">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2007-09-15 03:19:43 +02:00
|
|
|
</div>
|
|
|
|
<div id="fakeImgContainer">
|
|
|
|
<img id="fakeImg" src="#" alt=""/>
|
|
|
|
</div>
|
2007-09-16 03:30:43 +02:00
|
|
|
<div id="loadingIndicatorContainer2">
|
|
|
|
<img id="loadingIndicator2" alt="" src="cms/images/ImageEditor/indicator.gif">
|
|
|
|
</div>
|
2007-09-16 04:23:10 +02:00
|
|
|
<p id="statusMessage" style="visibility:hidden"></p>
|
|
|
|
<script type="text/javascript">
|
|
|
|
if(window.onload) old_onload = window.onload;
|
|
|
|
window.onload = function() {
|
|
|
|
Element.hide($('Loading'));
|
|
|
|
old_onload();
|
|
|
|
};
|
|
|
|
</script>
|
2007-09-15 03:19:43 +02:00
|
|
|
</body>
|
2007-09-15 03:08:25 +02:00
|
|
|
</html>
|