Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Wed, Feb 12, 10:22 AM

in-portal

Index: branches/RC/core/admin_templates/blank.html
===================================================================
--- branches/RC/core/admin_templates/blank.html (revision 11821)
+++ branches/RC/core/admin_templates/blank.html (revision 11822)
@@ -1,19 +1,38 @@
<html>
<head>
<script type="text/javascript" src="js/jquery/jquery.pack.js"></script>
<script type="text/javascript">
function onLoad() {
- var $body = $('body:first');
- $('div#size').html(
- 'w: ' + $body.width() + '<br/>' + 'h: ' + $body.height()
- );
}
</script>
+
+ <style type="text/css">
+ #outer {
+ position: absolute;
+ top: 50%;
+ left: 0px;
+ width: 100%;
+ height: 1px;
+ overflow: visible;
+ }
+
+ #inner {
+ width: 128px;
+ height: 16px;
+ margin-left: -64px; /*** width / 2 ***/
+ position: absolute;
+ top: -8px; /*** height / 2 ***/
+ left: 50%;
+ }
+ </style>
</head>
<body>
- blank page
- <div id="size"></div>
+ <div id="outer">
+ <div id="inner">
+ <img src="img/ajax_iframe_progress.gif" width="128" height="15" alt="Loading ..." title="Loading ..."/>
+ </div>
+ </div>
</body>
-</html>
+</html>
\ No newline at end of file
Index: branches/RC/core/admin_templates/img/ajax_iframe_progress.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/RC/core/admin_templates/img/ajax_iframe_progress.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property

Event Timeline