The Wiki World Portal: Difference between revisions

From MediaWiki
Jump to navigationJump to search
No edit summary
Line 44: Line 44:
Last name: <input type="text" name="lastname">
Last name: <input type="text" name="lastname">
</form>
</form>
</HTML>
<HTML>
<tr>
<td width="250">Class &quot;A&quot; Widgets</td>
<td align="center" width="100">
<input type="text" name="qtyA" size="5" tabindex="5" onchange="calculate()"></td>
<td align="right" width="60">1.25</td>
<td align="right" width="140">
<input type="text" name="totalA" size="12" tabindex="99" onchange="calculate()"></td>
</tr>
<tr>
<td width="250">Class &quot;B&quot; Widgets</td>
<td align="center" width="100">
<input type="text" name="qtyB" size="5" tabindex="5" onchange="calculate()"></td>
<td align="right" width="60">2.35</td>
<td align="right" width="140">
<input type="text" name="totalB" size="12" tabindex="99" onchange="calculate()"></td>
</tr>
<tr>
<td width="250">Class &quot;C&quot; Widgets</td>
<td align="center" width="100">
<input type="text" name="qtyC" size="5" tabindex="5" onchange="calculate()"></td>
<td align="right" width="60">3.45</td>
<td align="right" width="140">
<input type="text" name="totalC" size="12" tabindex="99" onchange="calculate()"></td>
</tr>
<tr>
<td width="250">&nbsp;</td>
<td align="center" width="100">&nbsp;</td>
<td align="right" width="60">&nbsp;</td>
<td align="right" width="140">&nbsp;</td>
</tr>
<tr>
<td width="250">
<p align="right"><b>TOTALS:</b></td>
<td align="center" width="100">&nbsp;</td>
<td align="right" width="60">&nbsp;</td>
<td align="right" width="140">
<input type="text" name="GrandTotal" size="15" tabindex="99" onchange="calculate()"></td>
</tr>
</HTML>
</HTML>

Revision as of 14:26, 2 December 2012

<!.. <websiteFrame> website=http://www.wikireedia.net/blog height=400 width=100% border=3 scroll=auto </websiteFrame> ..>



Featured Article TEST

In this test I want to add

  • (A) A featured article
  • (B) Only show the summary of the featured article
  • (C) Show a slide show of featured articles

{{#slideshow:

|id=bar refresh=10000 transition=fade sequence=forward }}

HTML TEST

First name:
Last name:

Class "A" Widgets 1.25 Class "B" Widgets 2.35 Class "C" Widgets 3.45        

TOTALS: