操作

Book

「縦書」の版間の差分

提供: Book

("HTML" を保護しました。 [edit=sysop:move=sysop])
1行目: 1行目:
 
<addhtml><html>
 
<addhtml><html>
 
<head>
 
<head>
 +
<script type="text/javascript" src="http://namo.hongwan.net/jsr_class.js"></script>
 +
 +
<style type="text/css">
 +
<!--
 +
.disp2{ cursor:move;margin:10px 0 0 0;lr-tb;direction:ltr; writing-mode:tb-rl;  height:360px;width:98%; line-height: 1.8;
 +
font-size:120%;
 +
overflow: scroll;
 +
background-color: #f0f0f0;
 +
padding: 1em 1em 1em 1em;
 +
}
 +
span.itiawase a:link { font-size:xx-small;}
 +
span.itiawase a:visited { font-size:xx-small;}
 +
span.itiawase a:active { font-size:xx-small;}
 +
span.itiawase a:hover { font-size:xx-small;}
 +
 +
.dtitle{
 +
writing-mode:tb-rl;font-size: 24px;font-family:HG正楷書体-PRO,HG正楷書体,DF行書体,MS 明朝,Osaka ; filter: shadow(color=#B0B0B0,direction=55);color:#000000;width:100%;
 +
}
 +
 +
-->
 +
</style>
 +
 
<script type="text/javascript">
 
<script type="text/javascript">
function disp_prompt()
+
<!--//
  {
+
JoinReload();
   var name=prompt("Please enter your name","t3h h4x0r")
+
 
  if (name!=null && name!="")
+
function JoinReload()
    {
+
{
    document.write("Hello " + name + "! How are you today?")
+
   var oJsr = new JSONscriptRequest('http://namo.hongwan.net/ScriptServerWIKI.php?type=client');
    }
+
  oJsr.buildScriptTag();
  }
+
  oJsr.addScriptTag();
 +
}
 +
function gototop(){
 +
document.getElementById('disp').scrollTop = 0;
 +
document.getElementById('disp').scrollLeft = 35000;
 +
//document.getElementById('disp').scrollTo(5000,0);
 +
}
 +
 
 +
function hundler(data) {
 +
var text='';
 +
var post;
 +
 
 +
post = data[0]; // 将来複数送るかも知れない
 +
 
 +
text = "<p />";
 +
text += '<span class="dtitle">' + post.title +'</span>';
 +
text += "<p />";
 +
text += post.text;
 +
if (post.next =="1"){
 +
text += '<br/><br/><a href="' + post.jumpurl + '" target=\"_blank\"">' + 'この法話の続きを読む' + '</a>';
 +
}
 +
text +='<form><input type="button" value="次の法話" onclick="JoinReload()"></form>';
 +
 
 +
text += '<p /><hr /><a href="' + post.jumpurl + '" target=\"_blank\"">' + 'この法話へ' + '</a>';
 +
 
 +
text += '<br /><a href="' + post.sitelink + '" target=\"_blank\">' + '法話の提供先へ' + '</a>';
 +
text += '<div style="text-align: right;font-size: small;line-height: 1">' + '公開日' + post.published + '</div>';
 +
if (post.siteimg){
 +
text += '<img src="' + post.siteimg + '">';
 +
}
 +
text +='<br /><br /><br /><br />';
 +
 
 +
  maindisp = document.getElementById("disp");
 +
  maindisp.innerHTML =  text;
 +
gototop();
 +
 
 +
  oJsr.removeScriptTag();
 +
}
 +
 
 +
//-->
 
</script>
 
</script>
 +
 
</head>
 
</head>
 
<body>
 
<body>
 +
<!--表示部分-->
 +
<div id = "disp" class="disp2"></div>
  
<input type="button" onclick="disp_prompt()" value="CLICK!" />
 
  
 
</body>
 
</body>
 
</html></addhtml>
 
</html></addhtml>

2007年9月15日 (土) 13:59時点における版

<addhtml><html> <head> <script type="text/javascript" src="http://namo.hongwan.net/jsr_class.js"></script>

<style type="text/css"> </style>

<script type="text/javascript"> </script>

</head> <body>


</body> </html></addhtml>