HMM, inline JS
This commit is contained in:
		
							parent
							
								
									c0052f3fe3
								
							
						
					
					
						commit
						44fcf9f097
					
				@ -16,7 +16,6 @@
 | 
			
		||||
<SCRIPT SRC="/js/sheets.js"  TYPE="application/javascript"></SCRIPT>
 | 
			
		||||
<SCRIPT TYPE="application/javascript">//<!--
 | 
			
		||||
window.onload = window.initializesheets;
 | 
			
		||||
window.LENOVO_DOWNLOAD = "http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/"
 | 
			
		||||
//--></SCRIPT>
 | 
			
		||||
<H1>Thinkpad X200 Tablet</H1>
 | 
			
		||||
<H3>updated 2022-01-25</H3>
 | 
			
		||||
@ -35,7 +34,7 @@ window.LENOVO_DOWNLOAD = "http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles
 | 
			
		||||
</UL>
 | 
			
		||||
<P ID="seealso">See also</P><UL>
 | 
			
		||||
	<LI><A HREF="https://wiki.archlinux.org/title/Lenovo_ThinkPad_X200">Lenovo Thinkpad X200</A> (Arch Wiki)</LI>
 | 
			
		||||
	<LI><A HREF="https://sharktastica.co.uk/resources/docs/Lenovo_45N3683_X200T-X201T_10_4.pdf">Thinkpad X200 Tablet and X201 Tablet Hardware Maintenance Manual (fourth edition)</A> (<A HREF="https://web.archive.org/web/20200918095211/https://sharktastica.co.uk/resources/docs/hmm_X200t-X201t.pdf">Archive link</A>)</LI>
 | 
			
		||||
	<LI><A HREF="https://download.lenovo.com/pccbbs/mobiles_pdf/45n3683_04.pdf">Thinkpad X200 Tablet and X201 Tablet Hardware Maintenance Manual (fifth edition)</A> (<A HREF="https://web.archive.org/web/20210203043936/https://download.lenovo.com/pccbbs/mobiles_pdf/45n3683_04.pdf">Archive link</A>)</LI>
 | 
			
		||||
	<LI><A HREF="https://linux-hardware.org/?view=computers&model=ThinkPad+X200+Tablet+(All)">Thinkpad X200 Tablet (All)</A> (Linux Hardware Database)</LI>
 | 
			
		||||
	<LI><A HREF="https://www.thinkwiki.org/wiki/Category:X200_Tablet">X200 Tablet Overview</A> (Thinkwiki)</LI>
 | 
			
		||||
</UL>
 | 
			
		||||
@ -177,7 +176,7 @@ Lenovo's X200 Tablet downloads won't last forever.
 | 
			
		||||
Here's a JavaScript that allows a user to download arbitrary executables from Lenovo's download servers.
 | 
			
		||||
</P>
 | 
			
		||||
<INPUT ID="executable" VALUE="i7tm38us.exe" />
 | 
			
		||||
<INPUT ONCLICK="window.location.href = window.LENOVO_DOWNLOAD + document.getElementById('executable').value;" TYPE="button" VALUE="Download" />
 | 
			
		||||
<INPUT ONCLICK="window.location.href = 'http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/' + document.getElementById('executable').value;" TYPE="button" VALUE="Download" />
 | 
			
		||||
<H2 ID="stylus">Stylus</H2>
 | 
			
		||||
<P>
 | 
			
		||||
The X200 Tablet originally came with a single-button stylus with a gray "eraser".
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user