Difference between revisions of "Qtable00"

From arguably.io
Jump to navigation Jump to search
Line 8: Line 8:
{| class="wikitable"
{| class="wikitable"
|+style="color:blue"| Session.Q20
|+style="color:blue"| Session.Q20
   |+ Caption
   |+ Ad Hoc Session
|-
|-
   ! P 1
   ! P 1

Revision as of 20:45, 16 July 2023

ScratchPad Page.

Table definitions.

Session.Q20 Ad Hoc Session
P 1 P 2 P 3 P 4 P 5
CG4 IBM.W CG4 IBM.W H20.1
IBM.2 H2O.3 CG4 CG4 H20.5
Primary Configuration Configuration
Front_End 1 Support_Processing 2
CG4 WATSON
CG4 OS.Finance


A1 : Purple Cell Style A2 : Red Table Style
B1 : Purple Cell Style B2 : Blue Row Style
C1 : Green Row Style C2 : Green Row Style
D1 : Red Table Style D2 : Red Table Style


Main Ensemble Design
Front_End_User_Interface Background_Ensemble
CG4 WATSON
CG4 WATSON
A D
H
L
M N O P

CG4EnsembleIF01.jpeg

CG4 WATSON
Zoom01.jpg
Horses1903.jpg
CG4EnsembleIF01.jpeg WATSON

MediaWiki


/**

* @source https://www.mediawiki.org/wiki/Snippets/Open_specific_links_in_new_window
* @version 2018-09-15
*/

$( function () { $( '#mw-content-text' ).on( 'click', '.newwin > a', function () { var otherWindow = window.open(); otherWindow.opener = null; otherWindow.location = this; return false; } ); } );