User Tools

Site Tools


podoc:webservice

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
podoc:webservice [2007/04/13 14:38] Luudpodoc:webservice [2007/04/13 21:13] (current) Luud
Line 10: Line 10:
  
 Below I explain how I publish my websites with MediaWiki and include Photo Organizer photos and albums in my wiki pages. The crux is that the information about photos and albums will be provided by Photo Organiser as a SOAP based webservice. Below I explain how I publish my websites with MediaWiki and include Photo Organizer photos and albums in my wiki pages. The crux is that the information about photos and albums will be provided by Photo Organiser as a SOAP based webservice.
 +
  
 ==== MediaWiki ==== ==== MediaWiki ====
Line 246: Line 247:
 Here is the CSS file that needs to be imported in the wiki skin CSS file (use the import directive and place it at the start of the main.css file in the monobook skin for example). Here is the CSS file that needs to be imported in the wiki skin CSS file (use the import directive and place it at the start of the main.css file in the monobook skin for example).
 <code> <code>
-content still needs to be entered+/* 
 + * Photo Organizer Extension Styling 
 + */ 
 + 
 +/* 
 + * Do not float the album container, but keep it an inline element! 
 + */ 
 +div.po_album { 
 +  float: none; 
 +  width: 100%; 
 +  /* background-color: yellow; 
 +  border: 1px solid red; */ 
 +  clear:both; 
 +
 + 
 +.po_thumbnail { 
 +  margin: 0px; 
 +  padding: 0px; 
 +
 + 
 +/* 
 + * Make sure to float the thumnails (left or right). 
 + */ 
 +div.po_thumbnail { 
 +  float: left; 
 +  border: 0px solid gray; 
 +  padding: 3px; 
 +  margin: 3px; 
 +
 + 
 +table.po_thumbnail, tr.po_thumnail, td.po_thumnail { 
 +  /* border: 1px solid red; */ 
 +  border: 0px; 
 +  padding: 0px; 
 +  margin: 0px; 
 +  width: 100%; 
 +  height: 100%; 
 +
 + 
 +td.po_thumbnail { 
 +  text-align: center; 
 +  vertical-align: middle; 
 +
 + 
 +img.po_thumbnail { 
 +  border: 1px solid black; 
 +}
 </code> </code>
  
podoc/webservice.txt · Last modified: 2007/04/13 21:13 by Luud