Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…12cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
pgogy committed Feb 11, 2011
1 parent 6d26853 commit 89a74d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/xerte/edit_xerte_top
Expand Up @@ -31,6 +31,12 @@ function bunload(){

}

function receive_picture(url){

alert(url);

}

</script>
</head>

Expand All @@ -39,6 +45,7 @@ function bunload(){
<div style="margin:0 auto; width:800px">
<div class="edit_topbar" style="width:800px">
<img src="website_code/images/edit_xerteLogo.jpg" style="margin-left:10px; float:left" />
<a style="color:#000; font-size:65%" href="javascript:window.moveTo(0,0);window.resizeTo(screen.width,screen.height);">Maximise Window Size</a>
<img src="website_code/images/edit_UofNLogo.jpg" style="margin-right:10px; float:right" />
</div>
</div>
Expand All @@ -47,7 +54,6 @@ function bunload(){
This text is replaced by the Flash movie.
</div>
</center>

<script type="text/javascript">
var so = new SWFObject("modules/xerte/engine/wizard.swf", "mymovie", "800", "600", "8,0,0,0", "#e0e0e0");
so.addParam("quality", "high");

0 comments on commit 89a74d1

Please sign in to comment.