Example #1
0
						       
					          <?php 
//pathos_theme_showSectionalModule("containermodule","Default","","@right");
?>
</td>
							</tr>
					  </table>
					</td>
				</tr>
			</table>
		<div class="siteFooter">
			<img src="<?php 
echo THEME_RELATIVE;
?>
images/header-rule.gif" alt="header rule" width="781" height="12" />
		</div>
		</div>
	    <span style="padding: 5px; background-image: url(<?php 
echo THEME_RELATIVE;
echo THEME_RELATIVE;
?>
images/bottombg.gif);">
	    <?php 
pathos_theme_showModule("textmodule", "Footer", "", "footer");
?>
	    </span>
		<map name="Map"><area shape="rect" coords="45,101,137,116" href="http://sourceforge.net/forum/?group_id=118524">
</map>
	</body>
</html>
Example #2
0
function pathos_theme_showTopSectionalModule($module, $view, $title, $prefix = null, $pickable = false)
{
    global $db;
    if ($prefix == null) {
        $prefix = "@section";
    }
    $last_section = pathos_sessions_get("last_section");
    $section = $db->selectObject("section", "id=" . $last_section);
    // Loop until we find the top level parent.
    while ($section->parent != 0) {
        $section = $db->selectObject("section", "id=" . $section->parent);
    }
    pathos_theme_showModule($module, $view, $title, $prefix . $section->id, $pickable, $section);
}
Example #3
0
			<tr>
				<td colspan="2" height="1" bgcolor="000000"></td>
			</tr>
			<tr>
				<td colspan="2" height="20" bgcolor="339bcc" align="right" id="topNavContainer">
					<?php 
pathos_theme_showModule("navigationmodule", "Top Nav");
?>
				</td>
			</tr>
			<tr>
				<td colspan="2" height="1" bgcolor="000000"></td>
			</tr>
			<tr>
				<td id="leftSidebarContainer" width="175" align="left" valign="top" bgcolor="99cc33" style="padding-left: 10px; padding-top: 20px; padding-right: 10px; width: 175px;">
					<?php 
pathos_theme_showModule("loginmodule", "Default");
echo "<br /><hr size='1' /><br />";
pathos_theme_showModule("navigationmodule", "Full Hierarchy");
#pathos_theme_showModule("navigationmodule","Marked Hierarchy");
#pathos_theme_showModule("navigationmodule","Collapsing Hierarchy");
#pathos_theme_showModule("navigationmodule","Expanding Hierarchy");
?>
				</td>
				<td align="left" valign="top" style="padding-left: 20px; padding-right: 20px; padding-top: 20px;">
					<?php 
if (!pathos_theme_inAction()) {
    pathos_theme_showModule("navigationmodule", "Breadcrumb");
    echo "<br />";
    echo "<br />";
}
Example #4
0
				<?php 
pathos_theme_showModule("navigationmodule", "Breadcrumb");
?>
				<tr>
					<td height="100%" valign="top" style="padding-top: 20px">
						<?php 
pathos_theme_main();
?>
					</td>
				</tr>
				
			</table>
			</td>
			<td valign="top" width="59" height="100%" background="<?php 
echo THEME_RELATIVE;
?>
images/l02.gif"><img src="<?php 
echo THEME_RELATIVE;
?>
images/right.gif"></td>
		</tr>
		<tr>
			<td colspan="4" style="padding-left: 10px; padding-right: 10px">
				<?php 
pathos_theme_showModule("textmodule", "Wide", "", "copyright");
?>
			</td>
		</tr>
		</table>
	</body>
</html>
Example #5
0
												<?php 
pathos_theme_showModule("loginmodule", "Default");
?>
												<?php 
pathos_theme_showModule("previewmodule", "Default");
?>
											</td>
											<td width="1" rowspan="5">&nbsp;</td>
										</tr>
										<tr>
											<td colspan="3"><hr size="1" /></td>
										</tr>
										<tr>
											<td width="186" align="left" valign="top">
												<?php 
pathos_theme_showModule("navigationmodule", "Children Only");
?>
											</td>
										</tr>
										
										<tr>
											<td><hr size="1" /></td>
										</tr>
										<tr>
											<td align="left" valign="top">
												<?php 
pathos_theme_showSectionalModule("containermodule", "Default", "", "@right");
?>
											</td>
										</tr>
										<tr>
Example #6
0
?>
images/logo.jpg" height="66" width="280" /></div>
		<div id="header_bottom"></div>
		<div id="nav_holder"><?php 
pathos_theme_showModule("navigationmodule", "Top Nav");
?>
</div>
	
		<div id="rightbar"><div class="inner"></div></div>
		<div id="leftbar"><div class="inner">
		<?php 
pathos_theme_showModule("containermodule", "Default", "", "left");
?>
		<hr size="1" />
		<?php 
pathos_theme_showModule("loginmodule", "Default", "Member Login");
?>
		<hr size="1" />
		<?php 
pathos_theme_showSectionalModule("containermodule", "Default", "", "@left");
?>
		</div></div>
	
		<div id="main">
		<?php 
pathos_theme_sourceSelectorInfo();
?>
		<?php 
pathos_theme_main();
?>
		</div>