Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785454
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 12, 10:22 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Fri, Feb 14, 10:22 AM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
564478
Attached To
rINP In-Portal
in-portal
View Options
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
Log In to Comment