Source for file news_change.tpl.php
Documentation is available at news_change.tpl.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en" />
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
<table id="table3" cellspacing="0" cellpadding="0">
<table id="table4" cellspacing="0" cellpadding="0">
<td valign="top" width="130">
<table width="108" border="0" cellspacing="0" cellpadding="0" name="navigation">
<td colspan="2" height="40"> </td>
<td width="108" nowrap="nowarp"><a href="news_new.php">Write news </a></td>
<td width="108" nowrap="nowarp"><a href="news_change.php">Change / delete news</a></td>
<td width="108" nowrap="nowarp"><a href="news_view.php">View news</a></td>
<td colspan="2" style="100px;"> </td>
<td colspan="2" align="center">
<table width="108" border="0" cellspacing="0" cellpadding="0">
<td rowspan="2" valign="top"> </td>
<td><span style="font-size: 10px;">{user}</span></td>
<td colspan="2" height="40"><span style="font-size: 10px;">Last login:<br />{lastLogin}</span></td>
<td colspan="2" height="40"><span style="font-size: 10xp;"><a href="news_change.php?logout=1">Logout</a></span></td>
<td valign="top" width="500">
<h1 class="center">change / delete news</h1>
<script src="functions.js" type="text/javascript" language="javascript"></script>
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<td colspan="4"> </td>
<td colspan="4"> </td>
<tr onMouseOver="setPointer(this, '{color_h}')" onMouseOut="setPointer(this, '{color_n}')">
<td valign="top" style="background-color: {color_n};">{time}</td>
<td valign="top" style="background-color: {color_n};">{news}</td>
<td valign="top" style="background-color: {color_n};">{author}</td>
<td valign="top" style="background-color: {color_n};">
<a href="{link_change}">Change</a>
<a href="{link_delete}">Delete</a>
<td colspan="4"> </td>
Documentation generated on Mon, 11 Mar 2019 15:40:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|