MediaTemplate.html 633 Bytes
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <link rel="stylesheet" type="text/css" href="./css/mediaWindow.css" />
  <script language='JavaScript' type='text/javascript' src='./js/WindowOpen.js'></script>
  <title></title>
 </head>

 <body onload="onLoadMediaWindow()">
  <div id="mediaObject">
   <script type="text/javascript">putMediaTag();</script>
  </div>
 </body>
</html>