forked from LC100E/lc100e.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdf.html
executable file
·117 lines (116 loc) · 3.71 KB
/
pdf.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="Content-Style-Type" content="text/css">
<link rel=stylesheet type="text/css" href="disp.css">
<SCRIPT language="JavaScript" src="sub.js"></SCRIPT>
<TITLE id="pdfhtml"></TITLE>
<script type="text/javascript">
GetTitleName("pdfhtml");
</script>
</HEAD>
<BODY class="bg01">
<TABLE border="0" width="100%" height="100%" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD rowspan="2" width="5%"></TD>
<TD valign="top">
<CENTER>
<TABLE border="0" cellpadding="10" cellspacing="0">
<TBODY>
<TR>
<TD height="20"></TD>
</TR>
<TR>
<TD align="center">
<TABLE border="0" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD>
<FONT class="cartitle"><B>
<p id="pdfManual"></p>
<script type="text/javascript">
GetModelName("pdfManual");
</script>
PDF Manual</B>
</FONT>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD align="center">
<TABLE border="0" cellpadding="2" cellspacing="0">
<TBODY>
<TR>
<TD valign="top"><FONT face="arial">Applicable models</FONT></TD>
<TD align="center" valign="top"><FONT face="arial"><B>:</B></FONT></TD>
<TD><FONT face="arial" id="codes">
<script type="text/javascript">
// <!--
GetModelCodes("codes");
//-->
</script>
</FONT></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD height="25"></TD>
</TR>
<TR>
<TD>
<TABLE border="0" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD><FONT face="arial">Click the desired item from the pull down menu on the left.</FONT></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<TABLE border="0" cellpadding="2" cellspacing="0">
<TBODY>
<TR>
<TD valign="top"><FONT face="arial">Note</FONT></TD>
<TD valign="top"><FONT face="arial"><B>:</B></FONT></TD>
<TD><FONT face="arial">Please wait until the pull down menu is displayed.<BR>
Viewing the contents requires browser that support HTML5.
</FONT></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</CENTER>
</TD>
<TD width="5%"></TD>
</TR>
<TR>
<TD align="right" valign="bottom" colspan="2" width="95%">
<TABLE border="0" cellpadding="0" cellspacing="0">
<TBODY>
<TR>
<TD width="10"></TD>
<TD><FONT class="footer">Copyright (C) <span id="copyright"></span> Toyota Motor Corporation. All rights reserved.</FONT></TD>
<script type="text/javascript">
GetCopyrightYear("copyright");
</script>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>