|
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=shift_jis">
<link rel=Stylesheet href=stylesheet.css>
<style>
<!--table
{mso-displayed-decimal-separator:"\.";
mso-displayed-thousand-separator:"\,";}
@page
{margin:.98in .79in .98in .79in;
mso-header-margin:.51in;
mso-footer-margin:.51in;}
ruby
{ruby-align:left;}
rt
{color:windowtext;
font-size:6.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"MS Pゴシック", monospace;
mso-font-charset:128;
mso-char-type:katakana;
display:none;}
-->
</style>
<xml>
<x:WorksheetOptions>
<x:DefaultRowHeight>270</x:DefaultRowHeight>
<x:ProtectContents>False</x:ProtectContents>
<x:ProtectObjects>False</x:ProtectObjects>
<x:ProtectScenarios>False</x:ProtectScenarios>
</x:WorksheetOptions>
</xml>
</head>
<body link=blue vlink=purple>
<table x:str border=0 cellpadding=0 cellspacing=0 width=144 style='border-collapse:
collapse;table-layout:fixed;width:108pt'>
<col width=72 span=2 style='width:54pt'>
<tr height=18 style='height:13.5pt'>
<td height=18 width=72 style='height:13.5pt;width:54pt'>
<?
if ( $_GET['page'] == 1 ) {
print "ページ1";
}
if ( $_GET['page'] == 2 ) {
print "ページ2";
}
?>
</td>
<td width=72 style='width:54pt'>
<?
if ( $_GET['page'] == 1 ) {
print "ページは一つのPHPで表現できます";
}
if ( $_GET['page'] == 2 ) {
print "1ページあたりのデータ量を決めておく必要があります";
}
?>
</td>
</tr>
</table>
</body>
</html>
| |