<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Docs for page view.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<script src="../media/lib/classTree.js"></script>
<link id="webfx-tab-style-sheet" type="text/css" rel="stylesheet" href="../media/lib/tab.webfx.css" />
<script type="text/javascript" src="../media/lib/tabpane.js"></script>
<script language="javascript" type="text/javascript" src="../media/lib/ua.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../media/images/plus.gif";
imgMinus.src = "../media/images/minus.gif";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
<!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver -->
<body bgcolor="#ffffff" ><h2>File: /view.php</h2>
<div class="tab-pane" id="tabPane1">
<script type="text/javascript">
tp1 = new WebFXTabPane( document.getElementById( "tabPane1" ) );
</script>
<div class="tab-page" id="Description">
<h2 class="tab">Description</h2>
<!-- ========== Info from phpDoc block ========= -->
<h5>view.php gives detail for a certain url</h5>
<div class="desc"><p>It uses index_view.tpl and body_view.tpl as it's main templates</p></div>
<ul>
<li><strong>version:</strong> - 1.0</li>
<li><strong>author:</strong> - hide@address.com</li>
</ul>
<!-- =========== Used Classes =========== -->
<A NAME='classes_summary'><!-- --></A>
<h3>Classes defined in this file</h3>
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
<THEAD>
<TR><TD STYLE="width:20%"><h4>CLASS NAME</h4></TD><TD STYLE="width: 80%"><h4>DESCRIPTION</h4></TD></TR>
</THEAD>
<TBODY>
</TBODY>
</TABLE>
</div>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "Description" ) );</script>
<div class="tab-page" id="tabPage1">
<!-- ============ Includes DETAIL =========== -->
<h2 class="tab">Include/Require Statements</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage1" ) );</script>
<a name="_$root_path_config_php"><!-- --></a>
<div style="background='#ffffff'">
<h4>
<img src="../media/images/file.png" border="0" /> <strong class="Property">$root_path.'config.php'</strong> (line <span class="linenumber">21</span>)
</h4>
<h4>include_once : $root_path.'config.php'</h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Including the configfile: contains all important data</h5>
<ul>
</ul>
</div>
<a name="_$root_path_includes/template_php"><!-- --></a>
<div style="background='#eeeeee'">
<h4>
<img src="../media/images/file.png" border="0" /> <strong class="Property"><a href="../Forms/_includes_template_php.html">$root_path.'includes/template.php'</a></strong> (line <span class="linenumber">38</span>)
</h4>
<h4>require_once : <a href="../Forms/_includes_template_php.html">$root_path.'includes/template.php'</a></h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Including template engine</h5>
<ul>
</ul>
</div>
<a name="_$root_path_includes/dbconn_php"><!-- --></a>
<div style="background='#ffffff'">
<h4>
<img src="../media/images/file.png" border="0" /> <strong class="Property"><a href="../Database/_includes_dbconn_php.html">$root_path.'includes/dbconn.php'</a></strong> (line <span class="linenumber">28</span>)
</h4>
<h4>require_once : <a href="../Database/_includes_dbconn_php.html">$root_path.'includes/dbconn.php'</a></h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Including the dbconn: contains db-class</h5>
<ul>
</ul>
</div>
<a name="_$root_path_includes/metadata_php"><!-- --></a>
<div style="background='#eeeeee'">
<h4>
<img src="../media/images/file.png" border="0" /> <strong class="Property"><a href="../TaggingManager/_includes_metadata_php.html">$root_path.'includes/metadata.php'</a></strong> (line <span class="linenumber">43</span>)
</h4>
<h4>require_once : <a href="../TaggingManager/_includes_metadata_php.html">$root_path.'includes/metadata.php'</a></h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Including metadata</h5>
<ul>
</ul>
</div>
<a name="_$root_path_includes/user_php"><!-- --></a>
<div style="background='#ffffff'">
<h4>
<img src="../media/images/file.png" border="0" /> <strong class="Property"><a href="../userclass/_includes_user_php.html">$root_path.'includes/user.php'</a></strong> (line <span class="linenumber">48</span>)
</h4>
<h4>require_once : <a href="../userclass/_includes_user_php.html">$root_path.'includes/user.php'</a></h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Including userinformation</h5>
<ul>
</ul>
</div>
<a name="_$root_path_includes/functions_php"><!-- --></a>
<div style="background='#eeeeee'">
<h4>
<img src="../media/images/file.png" border="0" /> <strong class="Property"><a href="../default/_includes_functions_php.html">$root_path.'includes/functions.php'</a></strong> (line <span class="linenumber">33</span>)
</h4>
<h4>require_once : <a href="../default/_includes_functions_php.html">$root_path.'includes/functions.php'</a></h4>
<!-- ========== Info from phpDoc block ========= -->
<h5>Including all functions</h5>
<ul>
</ul>
</div>
</div>
<div class="tab-page" id="tabPage2">
<!-- ============ GLOBAL DETAIL =========== -->
<h2 class="tab">Global Variables</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage2" ) );</script>
</div>
<div class="tab-page" id="tabPage3">
<!-- ============ CONSTANT DETAIL =========== -->
<A NAME='constant_detail'></A>
<h2 class="tab">Constants</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage3" ) );</script>
</div>
<div class="tab-page" id="tabPage4">
<!-- ============ FUNCTION DETAIL =========== -->
<h2 class="tab">Functions</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage4" ) );</script>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
setupAllTabs();
//]]>
</script>
<div id="credit">
<hr />
Documentation generated on Tue, 08 Aug 2006 16:47:15 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a>
</div>
</body>
</html>