Skip to content

Instantly share code, notes, and snippets.

@yogaswara
Created January 28, 2013 04:17
Show Gist options
  • Save yogaswara/4652981 to your computer and use it in GitHub Desktop.
Save yogaswara/4652981 to your computer and use it in GitHub Desktop.
<!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>Return Not Use</title>
<!-- Included CSS Files (Compressed) -->
<link rel="stylesheet" href="foundation.css">
<link rel="stylesheet" href="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>RETURN NOT USED (RNU/ROK) FORM</h4><br />
<div class="row">
<div class="four columns">
<label class="inline">RNU/ROK ref. number</label>
</div>
<div class="seven columns">
<input type="text" disabled placeholder="121203-948-24" class="five"/>
</div>
</div>
<hr />
<p><strong>Requested Module : </strong></p>
<table class="twelve">
<thead>
<tr>
<th class="inline">No.</th>
<th>Type</th>
<th>Name</th>
<th>Part No.</th>
<th>S/N</th>
<th>MDN ref. number</th>
<th>Site Name</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 />
<p><strong>Returned Module:</strong></p>
<table class="twelve">
<thead>
<tr>
<th class="inline">No.</th>
<th>Type</th>
<th>Name</th>
<th>Part No.</th>
<th>S/N</th>
<th>HWR ref. number</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 />
<p><strong>Date and time when stated module has been received* : </strong></p>
<table class="twelve">
<thead>
<tr>
<th colspan="5">Received by SWH personel)</th>
<th colspan="5">Sender Signature</th>
</tr>
<tr>
<th colspan="3">Date</th>
<th class="inline">Time</th>
<th>SWH representative</th>
</tr>
</thead>
<tbody>
<tr>
<td class="inline">01</td>
<td class="inline">01</td>
<td class="inline">01</td>
<td>3065</td>
<td>PSC6-A</td>
<td></td>
</tr>
<tr>
<td class="inline">01</td>
<td class="inline">01</td>
<td class="inline">01</td>
<td>3065</td>
<td>PSC6-A</td>
<td></td>
</tr>
</tbody>
</table>
<br /><br />
<p>*Only properly packaged modules will be accepted in SWH, the returned module must be checked for physical damage like bend connector,
burns and other visible damage. SWH personnel confirm with its signature that the returned module doesn't have visible damage.</p>
<br /><br /><br /><br /><br /><br />
<!-- End Main Page -->
<!-- Footer -->
<footer class="row">
<div class="twelve columns">
<div class="row">
<div class="six columns">
<p>&copy; 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