Created
February 4, 2013 06:47
-
-
Save yogaswara/4705325 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | |
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8" /> | |
<!-- Set the viewport width to device width for mobile --> | |
<meta name="viewport" content="width=device-width" /> | |
<title>Faulty Part Collection</title> | |
<!-- Included CSS Files (Compressed) --> | |
<link rel="stylesheet" href="stylesheets/foundation.css"> | |
<link rel="stylesheet" href="stylesheets/app.css"> | |
<!--<script src="modernizr.foundation.js"></script>--> | |
<!-- jQuery --> | |
<script src="javascripts/jquery.js"></script> | |
<script type="text/javascript"> | |
$(document).ready(function() { | |
$('span a').click(function() { | |
window.print(); | |
return false; | |
}); | |
}); | |
</script> | |
</head> | |
<body> | |
<!-- Header and Nav --> | |
<div class="row"> | |
<div class="three columns"> | |
<h1><img src="huawei.png" class="inline"/></h1> | |
</div> | |
<div class="nine columns"> | |
<ul class="nav-bar right"> | |
<li><a href="#">Home</a></li> | |
<li><a href="#">About</a></li> | |
<li><a href="#">Help</a></li> | |
</ul> | |
</div> | |
</div> | |
<!-- End Header and Nav --> | |
<!-- Main Page --> | |
<div class="row"> | |
<div class="twelve columns"> | |
<div class="ten columns"></div> | |
<div class="two columns right"> | |
<span> | |
<a href="#print" > | |
<img src="icon_print.gif" title="Print this Page" /> Print This Page | |
</a> | |
</span> | |
</div> | |
<h4>FAULTY PART COLLECTION</h4><br /> | |
<div class="row"> | |
<div class="four columns"> | |
<label class="inline">FPRF ref. number</label> | |
</div> | |
<div class="seven columns"> | |
<label class="inline">121203-948-24</label> | |
</div> | |
</div> | |
<hr /> | |
<p><strong>Requested Module : </strong></p> | |
<table class="twelve"> | |
<thead> | |
<tr> | |
<th class="inline">Nr.</th> | |
<th>BOM Code</th> | |
<th>Description</th> | |
<th>Serial No.</th> | |
<th>RMA No.</th> | |
<th>Qty</th> | |
<th>Site ID/Name</th> | |
<th>Remark</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td class="inline right">1</td> | |
<td>3065</td> | |
<td>PSC6-A</td> | |
<td>C08953.B3B</td> | |
<td>123451cd</td> | |
<td>MBULIANHC</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td class="inline right">2</td> | |
<td>3065</td> | |
<td>SWCOP-A</td> | |
<td>C08953.B3B</td> | |
<td>234523ak</td> | |
<td>MBULIANHC</td> | |
<td></td> | |
</tr> | |
</tbody> | |
</table> | |
<hr /> | |
<div class="row"> | |
<div class="four columns"> | |
<p><strong>Faulty Part Received With Faulty Tag: </strong></p> | |
</div> | |
<div class="two columns"> | |
<label class="inline"><input type="checkbox" id="checkbox1"> Yes</label> | |
</div> | |
<div class="six columns"> | |
<label class="inline"><input type="checkbox" id="checkbox2"> No</label> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="four columns"> | |
<p><strong>Good Part Received With Original Box: </strong></p> | |
</div> | |
<div class="two columns"> | |
<label class="inline"><input type="checkbox" id="checkbox1"> Yes</label> | |
</div> | |
<div class="six columns"> | |
<label class="inline"><input type="checkbox" id="checkbox2"> No</label> | |
</div> | |
</div> | |
<hr /> | |
<p><strong>Date and time when stated modules have been received*: </strong></p> | |
<table class="twelve"> | |
<thead> | |
<tr> | |
<th class="inline">Company</th> | |
<th></th> | |
<th></th> | |
<th></th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>Return By</td> | |
<td></td> | |
<td>Receive By</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>Signature</td> | |
<td></td> | |
<td>Signature</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>Date/Time</td> | |
<td></td> | |
<td>Date/Time</td> | |
<td></td> | |
</tr> | |
</tbody> | |
</table> | |
<p>* Only properly packed modules accompanied with HW trouble report and diagnostic output will be accepted in SparelLog. | |
SpareLog personnel confirm reception of all modules including respective documents with its signature.</p> | |
<hr /> | |
<p><strong>Please keep this document should there be need to prove returning of broken modules</strong></p> | |
<br/> | |
<p>Note: </p> | |
<br/><br/><br/> | |
<hr/> | |
<!-- End Main Page --> | |
<!-- Footer --> | |
<footer class="row"> | |
<div class="twelve columns"> | |
<div class="row"> | |
<div class="six columns"> | |
<p>© Copyright 2013 Sparelog.</p> | |
</div> | |
<div class="six columns"> | |
<ul class="link-list right"> | |
<li><a href="#">Home</a></li> | |
<li><a href="#">Help</a></li> | |
<li><a href="#">About</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</footer> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment